Date: Fri, 3 Aug 2001 09:02:48 +0200 (CEST) From: "Dmitry S. Makovey" <dimon@ids.pl> To: FreeBSD-gnats-submit@freebsd.org Cc: "Dmitry S. Makovey" <dimon@ids.pl> Subject: ports/29407: New port Message-ID: <200108030702.f7372mH95085@dimon.int.ids.pl>
next in thread | raw e-mail | index | archive | help
>Number: 29407 >Category: ports >Synopsis: New port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 03 00:00:07 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Dmitry S. Makovey >Release: FreeBSD 4.3-STABLE i386 >Organization: None >Environment: System: FreeBSD dimon.int.ids.pl 4.3-STABLE FreeBSD 4.3-STABLE #0: Mon Jul 30 11:20:19 CEST 2001 root@dimon.int.ids.pl:/usr/src/sys/compile/CLEAN i386 >Description: KMyMoney2 - The Personal Finances Manager for KDE >How-To-Repeat: >Fix: # 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: # # kmymoney2 # kmymoney2/Makefile # kmymoney2/distinfo # kmymoney2/files # kmymoney2/files/patch-ab # kmymoney2/files/patch-aa # kmymoney2/pkg-plist # kmymoney2/pkg-descr # kmymoney2/pkg-comment # echo c - kmymoney2 mkdir -p kmymoney2 > /dev/null 2>&1 echo x - kmymoney2/Makefile sed 's/^X//' >kmymoney2/Makefile << 'END-of-kmymoney2/Makefile' X# New ports collection makefile for: oneko X# Date created: 5 December 1994 X# Whom: asami X# X# $FreeBSD$ X# X XPORTNAME= kmymoney2 XPORTVERSION= 0.3.6 XCATEGORIES= deskutils kde XMASTER_SITES= http://prdownloads.sourceforge.net/kmymoney2/ X XMAINTAINER= dmitry_makovey@mail.com X XUSE_KDELIBS_VER=2 XUSE_BZIP2= yes XUSE_GMAKE= yes XUSE_AUTOCONF= yes XGNU_CONFIGURE= yes X X#MOC=moc2 X#.MAKEFLAGS+=-DMOC=moc2 -DLIBQT=-lqt2 X# EXTRACT_SUFX=.tar.bz2 X X.include <bsd.port.mk> END-of-kmymoney2/Makefile echo x - kmymoney2/distinfo sed 's/^X//' >kmymoney2/distinfo << 'END-of-kmymoney2/distinfo' XMD5 (kmymoney2-0.3.6.tar.bz2) = 9cc43770c3c1ae2851fbb844386f1d14 END-of-kmymoney2/distinfo echo c - kmymoney2/files mkdir -p kmymoney2/files > /dev/null 2>&1 echo x - kmymoney2/files/patch-ab sed 's/^X//' >kmymoney2/files/patch-ab << 'END-of-kmymoney2/files/patch-ab' X*** kmymoney2/kmymoneyview.orig Fri Jul 27 20:51:32 2001 X--- kmymoney2/kmymoneyview.cpp Wed Aug 1 18:14:47 2001 X*************** X*** 1639,1648 **** X + "," X + ((transaction->type()==MyMoneyTransaction::Credit) ? X QString::number(transaction->amount().amount()) : X! "") X + "," X + ((transaction->type()==MyMoneyTransaction::Credit) ? X! "" : X QString::number(transaction->amount().amount())) X + "," X + "\n" X--- 1639,1648 ---- X + "," X + ((transaction->type()==MyMoneyTransaction::Credit) ? X QString::number(transaction->amount().amount()) : X! (QString)"") X + "," X + ((transaction->type()==MyMoneyTransaction::Credit) ? X! (QString)"" : X QString::number(transaction->amount().amount())) X + "," X + "\n" END-of-kmymoney2/files/patch-ab echo x - kmymoney2/files/patch-aa sed 's/^X//' >kmymoney2/files/patch-aa << 'END-of-kmymoney2/files/patch-aa' X*** acinclude.m4.orig Fri Jul 27 21:38:25 2001 X--- acinclude.m4 Thu Aug 2 16:22:56 2001 X*************** X*** 143,149 **** X qt_bindirs="$ac_qt_bindir $qt_bindirs" X fi X X! KDE_FIND_PATH(moc, MOC, [$qt_bindirs], [KDE_MOC_ERROR_MESSAGE]) X KDE_FIND_PATH(uic, UIC, [$qt_bindirs], [UIC="" ; KDE_UIC_ERROR_MESSAGE]) X if test -z "$UIC" ; then X if test -z "$UIC_NOT_NEEDED" ; then X--- 143,149 ---- X qt_bindirs="$ac_qt_bindir $qt_bindirs" X fi X X! KDE_FIND_PATH(moc2, MOC, [$qt_bindirs], [KDE_MOC_ERROR_MESSAGE]) X KDE_FIND_PATH(uic, UIC, [$qt_bindirs], [UIC="" ; KDE_UIC_ERROR_MESSAGE]) X if test -z "$UIC" ; then X if test -z "$UIC_NOT_NEEDED" ; then X*************** X*** 878,891 **** X X if test -z "$LIBQT_GLOB"; then X X! LIBQT_GLOB="libqt.*" X X fi X X if test -z "$LIBQT"; then X X! LIBQT="-lqt" X! kde_int_qt="-lqt" X X dnl ------------------------------------------------------------------------ X dnl If we got --enable-qt-mt then adjust the Qt library name for the host. X--- 878,891 ---- X X if test -z "$LIBQT_GLOB"; then X X! LIBQT_GLOB="libqt2.*" X X fi X X if test -z "$LIBQT"; then X X! LIBQT="-lqt2" X! kde_int_qt="-lqt2" X X dnl ------------------------------------------------------------------------ X dnl If we got --enable-qt-mt then adjust the Qt library name for the host. X*************** X*** 896,904 **** X case $host in X *-*-linux-*) X if test "x$GCC" = "xyes"; then X! LIBQT="-lqt-mt" X! kde_int_qt="-lqt-mt" X! LIBQT_GLOB="libqt-mt.*" X USING_QT_MT="using -mt" X fi X ;; X--- 896,904 ---- X case $host in X *-*-linux-*) X if test "x$GCC" = "xyes"; then X! LIBQT="-lqt2-mt" X! kde_int_qt="-lqt2-mt" X! LIBQT_GLOB="libqt2-mt.*" X USING_QT_MT="using -mt" X fi X ;; END-of-kmymoney2/files/patch-aa echo x - kmymoney2/pkg-plist sed 's/^X//' >kmymoney2/pkg-plist << 'END-of-kmymoney2/pkg-plist' X@cwd /usr/local Xbin/kmymoney2 Xshare/doc/HTML/en/kmymoney2/common Xshare/doc/HTML/en/kmymoney2/index.docbook Xshare/doc/HTML/en/kmymoney2/blank_icon.png Xshare/doc/HTML/en/kmymoney2/mainwindow.png Xshare/doc/HTML/en/kmymoney2/newaccount.png Xshare/doc/HTML/en/kmymoney2/newaccount_icon.png Xshare/doc/HTML/en/kmymoney2/newbank.png Xshare/doc/HTML/en/kmymoney2/newbank_icon.png Xshare/doc/HTML/en/kmymoney2/startdialog.png Xshare/doc/HTML/en/kmymoney2/transwindow.png Xshare/applnk/Applications/kmymoney2.desktop Xshare/apps/kmymoney2/toolbar/kmymoney_newacc.xpm Xshare/apps/kmymoney2/toolbar/kmymoney_up.xpm Xshare/apps/kmymoney2/pics/account-folder.xpm Xshare/apps/kmymoney2/pics/bank-folder.xpm Xshare/apps/kmymoney2/pics/startlogo.png Xshare/apps/kmymoney2/pics/setting_list.png Xshare/apps/kmymoney2/icons/hicolor/22x22/actions/pay_edit.png Xshare/apps/kmymoney2/icons/hicolor/22x22/actions/bank.png Xshare/apps/kmymoney2/icons/hicolor/22x22/actions/categories.png Xshare/apps/kmymoney2/icons/hicolor/22x22/actions/transaction_find.png Xshare/apps/kmymoney2/icons/hicolor/22x22/actions/reconcile.png Xshare/apps/kmymoney2/icons/hicolor/16x16/actions/bank.png Xshare/apps/kmymoney2/icons/hicolor/16x16/actions/categories.png Xshare/apps/kmymoney2/icons/hicolor/16x16/actions/pay_edit.png Xshare/apps/kmymoney2/icons/hicolor/16x16/actions/transaction_export.png Xshare/apps/kmymoney2/icons/hicolor/16x16/actions/transaction_find.png Xshare/apps/kmymoney2/icons/hicolor/16x16/actions/transaction_import.png Xshare/apps/kmymoney2/icons/hicolor/16x16/actions/reconcile.png Xshare/apps/kmymoney2/kmymoney2ui.rc Xshare/apps/kmymoney2/default_categories.dat Xshare/icons/locolor/16x16/apps/kmymoney2.png Xshare/icons/locolor/32x32/apps/kmymoney2.png Xshare/icons/hicolor/16x16/mimetypes/kmy.png Xshare/icons/hicolor/32x32/mimetypes/kmy.png Xshare/icons/hicolor/48x48/mimetypes/kmy.png X@dirrm share/doc/HTML/en/kmymoney2 X@dirrm share/apps/kmymoney2/toolbar X@dirrm share/apps/kmymoney2/pics X@dirrm share/apps/kmymoney2/icons/hicolor/16x16/actions X@dirrm share/apps/kmymoney2/icons/hicolor/16x16 X@dirrm share/apps/kmymoney2/icons/hicolor/22x22/actions X@dirrm share/apps/kmymoney2/icons/hicolor/22x22 X@dirrm share/apps/kmymoney2/icons/hicolor X@dirrm share/apps/kmymoney2/icons X@dirrm share/apps/kmymoney2 END-of-kmymoney2/pkg-plist echo x - kmymoney2/pkg-descr sed 's/^X//' >kmymoney2/pkg-descr << 'END-of-kmymoney2/pkg-descr' XKMyMoney2 - The Personal Finances Manager for KDE X X KMyMoney2 is specifically aimed at the typical home user at present. X The current version provides the basis for manipulating accounts that contain Xtransactions. Each account belongs to an institution and can be reconciled to Xbalance your transactions. X QIF import and export is supported within accounts so KMyMoney2 can read Xfiles exported from other programs and when downloaded from online banking Xinstitutions. X A search dialog is also provided to let the user find transactions that Xmatch specific criteria such as the amount. XSupport for Categories and Payees are also provided allowing the user to Xinput meaningful information when entering their transactions and providing Xa means for a future incarnation of KMyMoney2 to provide reporting and Xbudgeting features. X END-of-kmymoney2/pkg-descr echo x - kmymoney2/pkg-comment sed 's/^X//' >kmymoney2/pkg-comment << 'END-of-kmymoney2/pkg-comment' XKMyMoney2 - The Personal Finances Manager for KDE END-of-kmymoney2/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108030702.f7372mH95085>