FreeBSD Bugzilla – Attachment 90871 Details for
Bug 128125
New port: finance/beanie Beanie is a fully-fledged accounting and payroll system
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 4.20 KB, created by
Dermot Tynan
on 2008-10-15 19:30:01 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Dermot Tynan
Created:
2008-10-15 19:30:01 UTC
Size:
4.20 KB
patch
obsolete
># 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: ># ># beanie ># beanie/pkg-plist ># beanie/pkg-descr ># beanie/distinfo ># beanie/Makefile ># >echo c - beanie >mkdir -p beanie > /dev/null 2>&1 >echo x - beanie/pkg-plist >sed 's/^X//' >beanie/pkg-plist << 'END-of-beanie/pkg-plist' >Xbeanie/bin/acct.daily >Xbeanie/bin/acct.epilog >Xbeanie/bin/acct.monthly >Xbeanie/bin/acct.prolog >Xbeanie/bin/acct.weekly >Xbeanie/bin/acctview >Xbeanie/bin/arreport >Xbeanie/bin/bankdump >Xbeanie/bin/bankrecon >Xbeanie/bin/brcheck >Xbeanie/bin/brfix >Xbeanie/bin/charge >Xbeanie/bin/cheque >Xbeanie/bin/crnote >Xbeanie/bin/csvmake >Xbeanie/bin/customers >Xbeanie/bin/email >Xbeanie/bin/eoyupdate >Xbeanie/bin/export >Xbeanie/bin/fixvat >Xbeanie/bin/geninvoice >Xbeanie/bin/holidays >Xbeanie/bin/hours >Xbeanie/bin/import >Xbeanie/bin/jdelete >Xbeanie/bin/jdump >Xbeanie/bin/jfix >Xbeanie/bin/mkletter >Xbeanie/bin/mklists >Xbeanie/bin/newcompany >Xbeanie/bin/overnight >Xbeanie/bin/p2cload >Xbeanie/bin/p30reminder >Xbeanie/bin/payment >Xbeanie/bin/payslip >Xbeanie/bin/postinvoice >Xbeanie/bin/prnomacct >Xbeanie/bin/products >Xbeanie/bin/qifread >Xbeanie/bin/remind >Xbeanie/bin/report >Xbeanie/bin/revrec >Xbeanie/bin/runcom >Xbeanie/bin/runhours >Xbeanie/bin/runorders >Xbeanie/bin/runpayroll >Xbeanie/bin/sendnews >Xbeanie/bin/sharecert >Xbeanie/bin/statement >Xbeanie/bin/vatreturn >Xbeanie/bin/vatrtd >Xbeanie/doc/beanie.ms >Xbeanie/email/crnote >Xbeanie/email/invoice >Xbeanie/email/reminder1 >Xbeanie/email/reminder2 >Xbeanie/email/reminder3 >Xbeanie/email/reminder4 >Xbeanie/email/reminder5 >Xbeanie/email/signature.beanie >Xbeanie/email/welcome >Xbeanie/roff/ccpayment.tmac >Xbeanie/roff/crnote.tmac >Xbeanie/roff/faxcover.tmac >Xbeanie/roff/invoice.tmac >Xbeanie/roff/kalopak.ps >Xbeanie/roff/letter.tmac >Xbeanie/roff/lhead-kis.tmac >Xbeanie/roff/lhead-kmg.tmac >Xbeanie/roff/lhead-kre.tmac >Xbeanie/roff/lhead.tmac >Xbeanie/roff/minutes.tmac >Xbeanie/roff/payslip.tmac >Xbeanie/roff/porder.tmac >Xbeanie/roff/sharecert.tmac >Xbeanie/roff/statement.tmac >X@dirrm beanie >END-of-beanie/pkg-plist >echo x - beanie/pkg-descr >sed 's/^X//' >beanie/pkg-descr << 'END-of-beanie/pkg-descr' >XBeanie is a flexible, distributed accounting system for medium-sized >Xcompanies. It includes back-end batch processing as well as a >X(skeleton) GTK GUI and provides automated purchases, sales, and >Xnominal ledgers as well as automated invoicing (via email). It also >Xsupports VAT and payroll. >X >XThe latest version has considerable updates over the earlier releases >Xand isn't particularly backwards-compatible. The installation and >Xcompilation is streamlined and the multi-database schema has been >Xreduced to a single database per company. The gnome GUI is still >Xlacking, but the command-line interface now has support for automated >Xbank reconciliation (from online banking QIF files), payroll, >Xautomated billing and reminders, invoice PDF generation, statement >XPDF generation, and a general journal. >X >XWWW: http://beanie.sf.net/ >X >X- Dermot Tynan >Xdtynan@kalopa.com >END-of-beanie/pkg-descr >echo x - beanie/distinfo >sed 's/^X//' >beanie/distinfo << 'END-of-beanie/distinfo' >XMD5 (beanie-0.8.1.tar.gz) = 946de182e839bd6bba0d133574c496e2 >XSHA256 (beanie-0.8.1.tar.gz) = dff51e6ac4b0c1f682552dbcc1d37860aedaff357bcfaef8c78a6e1fd723de79 >XSIZE (beanie-0.8.1.tar.gz) = 185735 >END-of-beanie/distinfo >echo x - beanie/Makefile >sed 's/^X//' >beanie/Makefile << 'END-of-beanie/Makefile' >X# New ports collection makefile for: beanie >X# Date created: 15 October 2008 >X# Whom: Dermot Tynan <dtynan@kalopa.com> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= beanie >XPORTVERSION= 0.8.1 >XCATEGORIES= finance >XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} >XMASTER_SITE_SUBDIR= beanie >X >XMAINTAINER= dtynan@kalopa.com >XCOMMENT= Beanie is a fully-fledged accounting and payroll system >X >XBUILD_DEPENDS= dbow:${PORTSDIR}/databases/dbow >X >Xpost-patch: >X @${CAT} ${WRKSRC}/beanie.mk.sample \ >X | ${SED} "s|/v/beanie|${PREFIX}/beanie|g" > ${WRKSRC}/beanie.mk >X @${CP} ${WRKSRC}/config.h.sample ${WRKSRC}/config.h >X @${CP} ${WRKSRC}/tmac/lhead.sample.r ${WRKSRC}/tmac/lhead.r >X >X.include <bsd.port.mk> >END-of-beanie/Makefile >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 128125
: 90871