From bsdkaffee@gmail.com  Mon Feb 28 14:04:17 2011
Return-Path: <bsdkaffee@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C28F41065672
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Feb 2011 14:04:12 +0000 (UTC)
	(envelope-from bsdkaffee@gmail.com)
Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54])
	by mx1.freebsd.org (Postfix) with ESMTP id 794478FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Feb 2011 14:04:12 +0000 (UTC)
Received: by vws16 with SMTP id 16so3591271vws.13
        for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 Feb 2011 06:04:11 -0800 (PST)
Received: by 10.52.169.161 with SMTP id af1mr99086vdc.169.1298901851666;
        Mon, 28 Feb 2011 06:04:11 -0800 (PST)
Received: from mocha.verizon.net (c-24-3-43-53.hsd1.oh.comcast.net [24.3.43.53])
        by mx.google.com with ESMTPS id u6sm2603718vby.7.2011.02.28.06.04.10
        (version=TLSv1/SSLv3 cipher=OTHER);
        Mon, 28 Feb 2011 06:04:11 -0800 (PST)
Message-Id: <4d6bab5b.86a8e60a.2559.555a@mx.google.com>
Date: Mon, 28 Feb 2011 06:04:11 -0800 (PST)
From: Jason E. Hale <bsdkaffee@gmail.com>
Reply-To: Jason E. Hale <bsdkaffee@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] finance/libalkimia: Financial data handling library for KDE4
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         155123
>Category:       ports
>Synopsis:       [NEW PORT] finance/libalkimia: Financial data handling library for KDE4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    avilla
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 28 14:10:12 UTC 2011
>Closed-Date:    Wed Mar 09 03:12:40 UTC 2011
>Last-Modified:  Wed Mar  9 03:20:11 UTC 2011
>Originator:     Jason E. Hale
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
none 
>Environment:
System: FreeBSD mocha.verizon.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Tue Feb 22 19:19:42 EST 2011 root@mocha.verizon.net:/usr/obj/usr/src/sys/MOCHA8 i386
	
>Description:
- New port: finance/libalkimia (version 4.3.0)

Libalkimia is a library with common classes and functionality used by finance
applications for KDE 4.

Currently, it supports a common class to represent monetary values with
arbitrary precision.

WWW: http://techbase.kde.org/Projects/KdeFinance/Alkimia/libalkimia

- This library will be used in near future releases of finance/kmymoney-kde4
and may other KDE4-based financial applications 
	
>How-To-Repeat:
Use attached shar.
	
>Fix:

	

--- 2011-02-28-libalkimia.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	libalkimia
#	libalkimia/distinfo
#	libalkimia/Makefile
#	libalkimia/pkg-descr
#	libalkimia/pkg-plist
#
echo c - libalkimia
mkdir -p libalkimia > /dev/null 2>&1
echo x - libalkimia/distinfo
sed 's/^X//' >libalkimia/distinfo << 'be73ffafaa8a70324a69f71610eb6e62'
XSHA256 (137323-libalkimia-4.3.0.tar.bz2) = ea888c5ab72b165f732146275898b5a4e082e65f8d690905e3edf95f33ba997a
XSIZE (137323-libalkimia-4.3.0.tar.bz2) = 25264
be73ffafaa8a70324a69f71610eb6e62
echo x - libalkimia/Makefile
sed 's/^X//' >libalkimia/Makefile << '5ffbef8deb97065efb839687aca45bf5'
X# New ports collection makefile for:	libalkimia
X# Date created:				2011-02-28
X# Whom:					Jason E. Hale <bsdkaffee@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	libalkimia
XPORTVERSION=	4.3.0
XCATEGORIES=	finance kde
XMASTER_SITES=	http://kde-apps.org/CONTENT/content-files/
XDISTNAME=	137323-${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	bsdkaffee@gmail.com
XCOMMENT=	Financial data handling library for KDE4
X
XLIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp
X
XUSE_BZIP2=	yes
XUSE_CMAKE=	yes
XUSE_KDE4=	automoc4 kdeprefix kdelibs
XUSE_QT_VER=	4
XQT_COMPONENTS=	qmake_build moc_build rcc_build uic_build
X
XLICENSE=	LGPL21
X
XMAKE_JOBS_SAFE=	yes
XUSE_LDCONFIG=	yes
X
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
X
Xpost-patch:
X
X	@${REINPLACE_CMD} -e 's|pkgconfig|../libdata/pkgconfig|' \
X			  -e 's|KDE4_INCLUDE_DIR|INCLUDE_INSTALL_DIR|g' \
X			  -e 's|KDE4_LIB_DIR|LIB_INSTALL_DIR|g' \
X				${WRKSRC}/CMakeLists.txt \
X				${WRKSRC}/libalkimia.pc.in
X
X.include <bsd.port.mk>
5ffbef8deb97065efb839687aca45bf5
echo x - libalkimia/pkg-descr
sed 's/^X//' >libalkimia/pkg-descr << '2c052c2c9e13fdc183141bb601631447'
XLibalkimia is a library with common classes and functionality used by finance
Xapplications for KDE 4.
X
XCurrently, it supports a common class to represent monetary values with
Xarbitrary precision.
X
XWWW: http://techbase.kde.org/Projects/KdeFinance/Alkimia/libalkimia
2c052c2c9e13fdc183141bb601631447
echo x - libalkimia/pkg-plist
sed 's/^X//' >libalkimia/pkg-plist << '20e570a7ded53ddd9f0e3924f823ea7a'
Xinclude/alkimia/alk_export.h
Xinclude/alkimia/alkvalue.h
Xlib/libalkimia.so
Xlib/libalkimia.so.4
Xlib/libalkimia.so.4.3.0
Xlibdata/pkgconfig/libalkimia.pc
X@dirrm include/alkimia
20e570a7ded53ddd9f0e3924f823ea7a
exit
--- 2011-02-28-libalkimia.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->avilla 
Responsible-Changed-By: avilla 
Responsible-Changed-When: Wed Mar 2 22:20:21 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155123 
State-Changed-From-To: open->closed 
State-Changed-By: avilla 
State-Changed-When: Wed Mar 9 03:12:38 UTC 2011 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=155123 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/155123: commit references a PR
Date: Wed,  9 Mar 2011 03:11:18 +0000 (UTC)

 avilla      2011-03-09 03:11:09 UTC
 
   FreeBSD ports repository
 
   Modified files:
     finance              Makefile 
   Added files:
     finance/libalkimia   Makefile distinfo pkg-descr pkg-plist 
   Log:
   Libalkimia is a library with common classes and functionality used by finance
   applications for KDE 4.
   
   Currently, it supports a common class to represent monetary values with
   arbitrary precision.
   
   WWW: http://techbase.kde.org/Projects/KdeFinance/Alkimia/libalkimia
   
   PR:             ports/155123
   Submitted by:   Jason E. Hale <bsdkaffee at gmail.com>
   
   Revision  Changes    Path
   1.81      +1 -0      ports/finance/Makefile
   1.1       +40 -0     ports/finance/libalkimia/Makefile (new)
   1.1       +2 -0      ports/finance/libalkimia/distinfo (new)
   1.1       +7 -0      ports/finance/libalkimia/pkg-descr (new)
   1.1       +7 -0      ports/finance/libalkimia/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
