diff --git a/graphics/p5-Imager-QRCode/Makefile b/graphics/p5-Imager-QRCode/Makefile new file mode 100644 index 00000000000..68a55b7e1b5 --- /dev/null +++ b/graphics/p5-Imager-QRCode/Makefile @@ -0,0 +1,23 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2011/08/17 19:04:13 jasper Exp $ + +SHARED_ONLY= Yes + +COMMENT= generate QR Code with Imager using libqrencode + +DISTNAME= Imager-QRCode-0.033 +CATEGORIES= graphics + +# perl +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MODULES= cpan + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= graphics/p5-Imager>=0.84 + +MODCPAN_EXAMPLES= Yes + +.include diff --git a/graphics/p5-Imager-QRCode/distinfo b/graphics/p5-Imager-QRCode/distinfo new file mode 100644 index 00000000000..dc36892a94d --- /dev/null +++ b/graphics/p5-Imager-QRCode/distinfo @@ -0,0 +1,5 @@ +MD5 (Imager-QRCode-0.033.tar.gz) = pi3tjAy+/h4c/XpPyc2ZSg== +RMD160 (Imager-QRCode-0.033.tar.gz) = sy4dAiPZcInpFiQHFeXDRdFQs2A= +SHA1 (Imager-QRCode-0.033.tar.gz) = WWZxw51BoBJ0fkvGMVrgCLCut2w= +SHA256 (Imager-QRCode-0.033.tar.gz) = XJOskhzRUjcJ+/X4dhu+T/hnzsPeOVtyDe4GTNGBT0I= +SIZE (Imager-QRCode-0.033.tar.gz) = 434027 diff --git a/graphics/p5-Imager-QRCode/pkg/DESCR b/graphics/p5-Imager-QRCode/pkg/DESCR new file mode 100644 index 00000000000..9ece260f7c7 --- /dev/null +++ b/graphics/p5-Imager-QRCode/pkg/DESCR @@ -0,0 +1 @@ +This module allows you to generate QR Code with Imager. diff --git a/graphics/p5-Imager-QRCode/pkg/PLIST b/graphics/p5-Imager-QRCode/pkg/PLIST new file mode 100644 index 00000000000..049f1f738c8 --- /dev/null +++ b/graphics/p5-Imager-QRCode/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2011/08/17 19:04:13 jasper Exp $ +${P5ARCH}/Imager/QRCode.pm +${P5ARCH}/auto/Imager/QRCode/ +${P5ARCH}/auto/Imager/QRCode/QRCode.bs +${P5ARCH}/auto/Imager/QRCode/QRCode.so +@man man/man3p/Imager::QRCode.3p +share/examples/p5-Imager-QRCode/ +share/examples/p5-Imager-QRCode/generate.pl