Add p5-Business-TW-Invoice-U420 0.01, print Taiwan Unified Invoice with
U420 printer. PR: ports/117819 Submitted by: chinsan
This commit is contained in:
parent
b08a8af8df
commit
767ef23414
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203106
5 changed files with 48 additions and 0 deletions
|
@ -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
|
||||
|
|
24
finance/p5-Business-TW-Invoice-U420/Makefile
Normal file
24
finance/p5-Business-TW-Invoice-U420/Makefile
Normal file
|
@ -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>
|
3
finance/p5-Business-TW-Invoice-U420/distinfo
Normal file
3
finance/p5-Business-TW-Invoice-U420/distinfo
Normal file
|
@ -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
|
11
finance/p5-Business-TW-Invoice-U420/pkg-descr
Normal file
11
finance/p5-Business-TW-Invoice-U420/pkg-descr
Normal file
|
@ -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/
|
9
finance/p5-Business-TW-Invoice-U420/pkg-plist
Normal file
9
finance/p5-Business-TW-Invoice-U420/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue