Add textproc/Text-QRCode, gnerate text based QR Code.
This module allows you to generate QR Code using ' ' and '*'. WWW: http://search.cpan.org/dist/Text-QRCode/
This commit is contained in:
parent
55698510cf
commit
d030b77dba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269231
5 changed files with 39 additions and 0 deletions
|
@ -733,6 +733,7 @@
|
|||
SUBDIR += p5-Text-ParagraphDiff
|
||||
SUBDIR += p5-Text-ParseWords
|
||||
SUBDIR += p5-Text-Patch
|
||||
SUBDIR += p5-Text-QRCode
|
||||
SUBDIR += p5-Text-Query
|
||||
SUBDIR += p5-Text-Quote
|
||||
SUBDIR += p5-Text-Quoted
|
||||
|
|
25
textproc/p5-Text-QRCode/Makefile
Normal file
25
textproc/p5-Text-QRCode/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: p5-Text-QRCode
|
||||
# Date created: 2011/02/14
|
||||
# Whom: chinsan
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Text-QRCode
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= chinsan@FreeBSD.org
|
||||
COMMENT= Generate text based QR Code
|
||||
|
||||
BUILD_DEPENDS= libqrencode>=2.0.0:${PORTSDIR}/graphics/libqrencode
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
MAN3= Text::QRCode.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-Text-QRCode/distinfo
Normal file
2
textproc/p5-Text-QRCode/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Text-QRCode-0.01.tar.gz) = 925b9f8f03cce5d3818e4bf459e01b701a06ff1c8760e42ada4bf8f43d238a9d
|
||||
SIZE (Text-QRCode-0.01.tar.gz) = 51303
|
4
textproc/p5-Text-QRCode/pkg-descr
Normal file
4
textproc/p5-Text-QRCode/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This module allows you to generate QR Code using ' ' and '*'. This module
|
||||
use libqrencode '2.0.0' and above.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Text-QRCode/
|
7
textproc/p5-Text-QRCode/pkg-plist
Normal file
7
textproc/p5-Text-QRCode/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/QRCode/QRCode.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/QRCode/QRCode.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/QRCode/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Text/QRCode.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/QRCode
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text
|
Loading…
Reference in a new issue