From 767ef234142f68cd59de028de72283a1b76d0d9e Mon Sep 17 00:00:00 2001 From: Chin-San Huang Date: Wed, 12 Dec 2007 01:46:24 +0000 Subject: Add p5-Business-TW-Invoice-U420 0.01, print Taiwan Unified Invoice with U420 printer. PR: ports/117819 Submitted by: chinsan --- finance/Makefile | 1 + finance/p5-Business-TW-Invoice-U420/Makefile | 24 ++++++++++++++++++++++++ finance/p5-Business-TW-Invoice-U420/distinfo | 3 +++ finance/p5-Business-TW-Invoice-U420/pkg-descr | 11 +++++++++++ finance/p5-Business-TW-Invoice-U420/pkg-plist | 9 +++++++++ 5 files changed, 48 insertions(+) create mode 100644 finance/p5-Business-TW-Invoice-U420/Makefile create mode 100644 finance/p5-Business-TW-Invoice-U420/distinfo create mode 100644 finance/p5-Business-TW-Invoice-U420/pkg-descr create mode 100644 finance/p5-Business-TW-Invoice-U420/pkg-plist (limited to 'finance') 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 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 -- cgit v1.2.3