-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge from vendor branch FIX_VENDOR:
import Imager-QRCode-0.033 This module allows you to generate QR Code with Imager. ok aja@
- Loading branch information
Showing
4 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This module allows you to generate QR Code with Imager. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |