[Midnightbsd-cvs] mports [20091] trunk/finance: gnustep expense app
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Aug 27 21:20:01 EDT 2015
Revision: 20091
http://svnweb.midnightbsd.org/mports/?rev=20091
Author: laffer1
Date: 2015-08-27 21:20:00 -0400 (Thu, 27 Aug 2015)
Log Message:
-----------
gnustep expense app
Modified Paths:
--------------
trunk/finance/Makefile
Added Paths:
-----------
trunk/finance/expense/
trunk/finance/expense/Makefile
trunk/finance/expense/distinfo
trunk/finance/expense/pkg-descr
trunk/finance/expense/pkg-plist
Modified: trunk/finance/Makefile
===================================================================
--- trunk/finance/Makefile 2015-08-28 00:38:09 UTC (rev 20090)
+++ trunk/finance/Makefile 2015-08-28 01:20:00 UTC (rev 20091)
@@ -2,6 +2,7 @@
COMMENT = Monetary, financial and related applications
+SUBDIR += expense
SUBDIR += libofx
SUBDIR += openhbci
SUBDIR += opentaxsolver
Added: trunk/finance/expense/Makefile
===================================================================
--- trunk/finance/expense/Makefile (rev 0)
+++ trunk/finance/expense/Makefile 2015-08-28 01:20:00 UTC (rev 20091)
@@ -0,0 +1,23 @@
+# $MidnightBSD$
+# $FreeBSD: head/finance/expense/Makefile 390002 2015-06-17 22:44:44Z amdmi3 $
+
+PORTNAME= expense
+PORTVERSION= 0.1
+CATEGORIES= finance gnustep
+MASTER_SITES= http://www.eskimo.com/~pburns/Expense/files/
+DISTNAME= Expense-${PORTVERSION}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Application to track your expense under GNUstep
+
+LICENSE= gpl2
+
+USES= gnustep
+USE_GNUSTEP= back build
+
+WRKSRC= ${WRKDIR}/Expense
+
+post-install:
+ ${STRIP_CMD} ${PREFIX}/GNUstep/Local/Applications/Expense.app/Expense
+
+.include <bsd.port.mk>
Property changes on: trunk/finance/expense/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/finance/expense/distinfo
===================================================================
--- trunk/finance/expense/distinfo (rev 0)
+++ trunk/finance/expense/distinfo 2015-08-28 01:20:00 UTC (rev 20091)
@@ -0,0 +1,2 @@
+SHA256 (Expense-0.1.tar.gz) = 2a9931680609699bd527ba07e4376a4f992039185cd1d9eaaeec9b9ab5df4bb6
+SIZE (Expense-0.1.tar.gz) = 46752
Property changes on: trunk/finance/expense/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/finance/expense/pkg-descr
===================================================================
--- trunk/finance/expense/pkg-descr (rev 0)
+++ trunk/finance/expense/pkg-descr 2015-08-28 01:20:00 UTC (rev 20091)
@@ -0,0 +1,8 @@
+Expense is a very lightweight application to track your expenses,
+much like you might expect to find on a PDA. It is built upon the
+code found in Yen-ju Chen's excellent money.app tutorial.
+I use Expense daily, but it still contains bugs.
+
+LICENSE: GPL2 or later
+
+WWW: http://www.eskimo.com/~pburns/Expense/
Property changes on: trunk/finance/expense/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/finance/expense/pkg-plist
===================================================================
--- trunk/finance/expense/pkg-plist (rev 0)
+++ trunk/finance/expense/pkg-plist 2015-08-28 01:20:00 UTC (rev 20091)
@@ -0,0 +1,21 @@
+GNUstep/Local/Applications/Expense.app/Expense
+GNUstep/Local/Applications/Expense.app/Resources/ArrowLeft.tiff
+GNUstep/Local/Applications/Expense.app/Resources/ArrowRight.tiff
+GNUstep/Local/Applications/Expense.app/Resources/English.lproj/ExpDocument.gorm/data.classes
+GNUstep/Local/Applications/Expense.app/Resources/English.lproj/ExpDocument.gorm/objects.gorm
+GNUstep/Local/Applications/Expense.app/Resources/English.lproj/Expense.gorm/data.classes
+GNUstep/Local/Applications/Expense.app/Resources/English.lproj/Expense.gorm/objects.gorm
+GNUstep/Local/Applications/Expense.app/Resources/English.lproj/Localizable.strings
+GNUstep/Local/Applications/Expense.app/Resources/English.lproj/Localizable.strings~
+GNUstep/Local/Applications/Expense.app/Resources/Expense.desktop
+GNUstep/Local/Applications/Expense.app/Resources/Expense.tiff
+GNUstep/Local/Applications/Expense.app/Resources/ExpenseInfo.plist
+GNUstep/Local/Applications/Expense.app/Resources/FileIcon_exp.tiff
+GNUstep/Local/Applications/Expense.app/Resources/Info-gnustep.plist
+GNUstep/Local/Applications/Expense.app/Resources/Thai.lproj/Expense.gorm/data.classes
+GNUstep/Local/Applications/Expense.app/Resources/Thai.lproj/Expense.gorm/objects.gorm
+GNUstep/Local/Applications/Expense.app/Resources/Thai.lproj/Localizable.strings
+GNUstep/Local/Applications/Expense.app/Resources/Thai.lproj/Localizable.strings~
+GNUstep/Local/Applications/Expense.app/Resources/Thai.lproj/temp.txt
+GNUstep/Local/Applications/Expense.app/stamp.make
+GNUstep/Local/Tools/Expense
Property changes on: trunk/finance/expense/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list