Import ledger 2.2
Ledger is an accounting tool with the moxie to exist. It provides no bells or whistles, and returns the user to the days before user interfaces were even a twinkling in their father's CRT. What it does offer is a double-entry accounting ledger with all the flexibility and muscle of its modern day cousins, without any of the fat. Think of it as the Bran Muffin of accounting tools. From Jim Razmus <jim@bonetruck.org>
This commit is contained in:
parent
5da7d0cf4c
commit
fe6398da4c
40
productivity/ledger/Makefile
Normal file
40
productivity/ledger/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/04/30 14:46:50 alek Exp $
|
||||
|
||||
COMMENT= "command line double-entry accounting ledger"
|
||||
|
||||
DISTNAME= ledger-2.2
|
||||
CATEGORIES= productivity
|
||||
|
||||
HOMEPAGE= http://www.newartisans.com/ledger.html
|
||||
|
||||
MAINTAINER= Jim Razmus <jim@bonetruck.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ledger/}
|
||||
|
||||
WANTLIB= m stdc++ c
|
||||
|
||||
LIB_DEPENDS= gmp.4::devel/gmp \
|
||||
pcre.0::devel/pcre
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_FALGS=--disalbe-xml \
|
||||
--enable-ofx
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ledger
|
||||
${INSTALL_DATA} ${WRKSRC}/scripts/* ${PREFIX}/share/doc/ledger
|
||||
.for f in ledger.pdf ledger.texi ledger.vim
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/ledger
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
4
productivity/ledger/distinfo
Normal file
4
productivity/ledger/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (ledger-2.2.tar.gz) = b8a9f91e82c98aac19f1cd2f0c8accd9
|
||||
RMD160 (ledger-2.2.tar.gz) = 1f0ec2d307a47fdf4df585242eff190f9bf328f9
|
||||
SHA1 (ledger-2.2.tar.gz) = 58bd6c688bf4c8e8a3d4fa0779aa38ba55d344ba
|
||||
SIZE (ledger-2.2.tar.gz) = 606690
|
6
productivity/ledger/pkg/DESCR
Normal file
6
productivity/ledger/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
Ledger is an accounting tool with the moxie to exist. It provides no
|
||||
bells or whistles, and returns the user to the days before user
|
||||
interfaces were even a twinkling in their father's CRT. What it does
|
||||
offer is a double-entry accounting ledger with all the flexibility and
|
||||
muscle of its modern day cousins, without any of the fat. Think of it as
|
||||
the Bran Muffin of accounting tools.
|
48
productivity/ledger/pkg/PLIST
Normal file
48
productivity/ledger/pkg/PLIST
Normal file
@ -0,0 +1,48 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/04/30 14:46:50 alek Exp $
|
||||
bin/ledger
|
||||
include/ledger/
|
||||
include/ledger/acconf.h
|
||||
include/ledger/amount.h
|
||||
include/ledger/balance.h
|
||||
include/ledger/binary.h
|
||||
include/ledger/config.h
|
||||
include/ledger/datetime.h
|
||||
include/ledger/debug.h
|
||||
include/ledger/derive.h
|
||||
include/ledger/emacs.h
|
||||
include/ledger/error.h
|
||||
include/ledger/format.h
|
||||
include/ledger/gnucash.h
|
||||
include/ledger/journal.h
|
||||
include/ledger/ledger.h
|
||||
include/ledger/mask.h
|
||||
include/ledger/option.h
|
||||
include/ledger/parser.h
|
||||
include/ledger/py_eval.h
|
||||
include/ledger/pyledger.h
|
||||
include/ledger/qif.h
|
||||
include/ledger/quotes.h
|
||||
include/ledger/reconcile.h
|
||||
include/ledger/textual.h
|
||||
include/ledger/timing.h
|
||||
include/ledger/util.h
|
||||
include/ledger/valexpr.h
|
||||
include/ledger/value.h
|
||||
include/ledger/walk.h
|
||||
include/ledger/xml.h
|
||||
@info info/ledger.info
|
||||
lib/libledger.a
|
||||
share/doc/ledger/
|
||||
share/doc/ledger/README
|
||||
share/doc/ledger/bal
|
||||
share/doc/ledger/bal-huquq
|
||||
share/doc/ledger/entry
|
||||
share/doc/ledger/getquote
|
||||
share/doc/ledger/ledger.pdf
|
||||
share/doc/ledger/ledger.texi
|
||||
share/doc/ledger/ledger.vim
|
||||
share/doc/ledger/report
|
||||
share/doc/ledger/tc
|
||||
share/doc/ledger/ti
|
||||
share/doc/ledger/to
|
||||
share/doc/ledger/trend
|
Loading…
Reference in New Issue
Block a user