diff options
author | chinsan <chinsan@FreeBSD.org> | 2007-12-12 09:46:24 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2007-12-12 09:46:24 +0800 |
commit | 174623bc9c5737d8364b7cbf0023b90851d79e58 (patch) | |
tree | f52250d098c3699f41dbe549968aa205a4dda944 /finance | |
parent | 6905807afaaa43ee2c0d3091808487dac4269af4 (diff) | |
download | freebsd-ports-gnome-174623bc9c5737d8364b7cbf0023b90851d79e58.tar.gz freebsd-ports-gnome-174623bc9c5737d8364b7cbf0023b90851d79e58.tar.zst freebsd-ports-gnome-174623bc9c5737d8364b7cbf0023b90851d79e58.zip |
Add p5-Business-TW-Invoice-U420 0.01, print Taiwan Unified Invoice with
U420 printer.
PR: ports/117819
Submitted by: chinsan
Diffstat (limited to 'finance')
-rw-r--r-- | finance/Makefile | 1 | ||||
-rw-r--r-- | finance/p5-Business-TW-Invoice-U420/Makefile | 24 | ||||
-rw-r--r-- | finance/p5-Business-TW-Invoice-U420/distinfo | 3 | ||||
-rw-r--r-- | finance/p5-Business-TW-Invoice-U420/pkg-descr | 11 | ||||
-rw-r--r-- | finance/p5-Business-TW-Invoice-U420/pkg-plist | 9 |
5 files changed, 48 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index d13954a7b476..fe3c872eac0c 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -48,6 +48,7 @@ SUBDIR += p5-Business-OnlinePayment-eSec SUBDIR += p5-Business-OnlinePayment-iAuthorizer SUBDIR += p5-Business-PayPal-IPN + SUBDIR += p5-Business-TW-Invoice-U420 SUBDIR += p5-Business-TW-TSIB-CStorePayment SUBDIR += p5-Business-TW-TSIB-VirtualAccount SUBDIR += p5-Business-WorldPay-Junior diff --git a/finance/p5-Business-TW-Invoice-U420/Makefile b/finance/p5-Business-TW-Invoice-U420/Makefile new file mode 100644 index 000000000000..12d074f12443 --- /dev/null +++ b/finance/p5-Business-TW-Invoice-U420/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Business-TW-Invoice-U420 +# Date created: 2007/10/04 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= Business-TW-Invoice-U420 +PORTVERSION= 0.01 +CATEGORIES= finance perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= Print Taiwan Unified Invoice with U420 printer + +BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Business::TW::Invoice::U420.3 + +.include <bsd.port.mk> diff --git a/finance/p5-Business-TW-Invoice-U420/distinfo b/finance/p5-Business-TW-Invoice-U420/distinfo new file mode 100644 index 000000000000..25ac639cad27 --- /dev/null +++ b/finance/p5-Business-TW-Invoice-U420/distinfo @@ -0,0 +1,3 @@ +MD5 (Business-TW-Invoice-U420-0.01.tar.gz) = 2b6073ee17bde7b6cce6bba9dd5fd253 +SHA256 (Business-TW-Invoice-U420-0.01.tar.gz) = f5fde0ce28c6b176a0fd8c43397b06a9fea088b61a60bdfe7f199cd3355ba7a3 +SIZE (Business-TW-Invoice-U420-0.01.tar.gz) = 20102 diff --git a/finance/p5-Business-TW-Invoice-U420/pkg-descr b/finance/p5-Business-TW-Invoice-U420/pkg-descr new file mode 100644 index 000000000000..f098da1d92a8 --- /dev/null +++ b/finance/p5-Business-TW-Invoice-U420/pkg-descr @@ -0,0 +1,11 @@ +This module generates commands for the Epson RP-U420 invoice printer for +printing the Unified Invoice in Taiwan. + +You must install the driver and printer processor properly before you can +use the module. + +You can define multiple lines of headers that will appear on each page of +the printed invoices, and when you do println the module does all the +necessary paging and stamping for you. + +WWW: http://search.cpan.org/dist/Business-TW-Invoice-U420/ diff --git a/finance/p5-Business-TW-Invoice-U420/pkg-plist b/finance/p5-Business-TW-Invoice-U420/pkg-plist new file mode 100644 index 000000000000..20a7b74e30f7 --- /dev/null +++ b/finance/p5-Business-TW-Invoice-U420/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/TW/Invoice/U420/.packlist +%%SITE_PERL%%/Business/TW/Invoice/U420.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/TW/Invoice/U420 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/TW/Invoice +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/TW +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business +@dirrmtry %%SITE_PERL%%/Business/TW/Invoice +@dirrmtry %%SITE_PERL%%/Business/TW +@dirrmtry %%SITE_PERL%%/Business |