Add p5-Term-QRCode 0.01, generate QR Code on Terminal.
PR: ports/166574 Submitted by: Stephon Chen <stephon@gmail.com>
This commit is contained in:
parent
420b8466e0
commit
8c05006f36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295192
5 changed files with 40 additions and 0 deletions
|
@ -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
|
||||
|
|
25
textproc/p5-Term-QRCode/Makefile
Normal file
25
textproc/p5-Term-QRCode/Makefile
Normal file
|
@ -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>
|
2
textproc/p5-Term-QRCode/distinfo
Normal file
2
textproc/p5-Term-QRCode/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Term-QRCode-0.01.tar.gz) = 058d97dec9927df242baa2e8db6c37345f9747f3095369fba00e3771153f1079
|
||||
SIZE (Term-QRCode-0.01.tar.gz) = 36734
|
4
textproc/p5-Term-QRCode/pkg-descr
Normal file
4
textproc/p5-Term-QRCode/pkg-descr
Normal file
|
@ -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/
|
8
textproc/p5-Term-QRCode/pkg-plist
Normal file
8
textproc/p5-Term-QRCode/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue