diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2012-04-22 00:21:00 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2012-04-22 00:21:00 +0800 |
commit | ca426b4cf2f59fecaaf0439b27d6c3dffcc588ff (patch) | |
tree | 52f5783a87a1f8d17d7598f722e4bd11c20f6dda /textproc | |
parent | 377f8799e69fd3a6d80766560982dee32b9be94e (diff) | |
download | freebsd-ports-gnome-ca426b4cf2f59fecaaf0439b27d6c3dffcc588ff.tar.gz freebsd-ports-gnome-ca426b4cf2f59fecaaf0439b27d6c3dffcc588ff.tar.zst freebsd-ports-gnome-ca426b4cf2f59fecaaf0439b27d6c3dffcc588ff.zip |
Add p5-Term-QRCode 0.01, generate QR Code on Terminal.
PR: ports/166574
Submitted by: Stephon Chen <stephon@gmail.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Term-QRCode/Makefile | 25 | ||||
-rw-r--r-- | textproc/p5-Term-QRCode/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Term-QRCode/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-Term-QRCode/pkg-plist | 8 |
5 files changed, 40 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 72a29cf4e671..323ff141f4fd 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -742,6 +742,7 @@ SUBDIR += p5-Template-Plugin-Lingua-EN-Inflect SUBDIR += p5-Template-Plugin-XML-Escape SUBDIR += p5-Template-Tiny + SUBDIR += p5-Term-QRCode SUBDIR += p5-Test-Perl-Critic SUBDIR += p5-Text-ASCIIMathML SUBDIR += p5-Text-ASCIITable diff --git a/textproc/p5-Term-QRCode/Makefile b/textproc/p5-Term-QRCode/Makefile new file mode 100644 index 000000000000..762cdbefb0bd --- /dev/null +++ b/textproc/p5-Term-QRCode/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Term-QRCode +# Date created: 2012/03/22 +# Whom: Stephon Chen <stephon@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= Term-QRCode +PORTVERSION= 0.01 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= stephon@gmail.com +COMMENT= Generate QR Code on Terminal + +BUILD_DEPENDS= libqrencode>=2.0.0:${PORTSDIR}/graphics/libqrencode \ + p5-Text-QRCode>0:${PORTSDIR}/textproc/p5-Text-QRCode +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Term::QRCode.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Term-QRCode/distinfo b/textproc/p5-Term-QRCode/distinfo new file mode 100644 index 000000000000..ddcfd77933ea --- /dev/null +++ b/textproc/p5-Term-QRCode/distinfo @@ -0,0 +1,2 @@ +SHA256 (Term-QRCode-0.01.tar.gz) = 058d97dec9927df242baa2e8db6c37345f9747f3095369fba00e3771153f1079 +SIZE (Term-QRCode-0.01.tar.gz) = 36734 diff --git a/textproc/p5-Term-QRCode/pkg-descr b/textproc/p5-Term-QRCode/pkg-descr new file mode 100644 index 000000000000..4727f4ba6a92 --- /dev/null +++ b/textproc/p5-Term-QRCode/pkg-descr @@ -0,0 +1,4 @@ +This module allows you to generate QR Code on Terminal. This module +use libqrencode '2.0.0' and above. + +WWW: http://search.cpan.org/dist/Term-QRCode/ diff --git a/textproc/p5-Term-QRCode/pkg-plist b/textproc/p5-Term-QRCode/pkg-plist new file mode 100644 index 000000000000..9266261719be --- /dev/null +++ b/textproc/p5-Term-QRCode/pkg-plist @@ -0,0 +1,8 @@ +bin/term-qrcode +%%SITE_PERL%%/Term/QRCode.pm +%%SITE_PERL%%/mach/auto/Term/QRCode/.packlist +@dirrm %%SITE_PERL%%/mach/auto/Term/QRCode +@dirrm %%SITE_PERL%%/mach/auto/Term +@dirrm %%SITE_PERL%%/mach/auto +@dirrm %%SITE_PERL%%/mach +@dirrm %%SITE_PERL%%/Term |