aboutsummaryrefslogtreecommitdiff
path: root/graphics/pear-Image_Barcode2
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-05-18 09:25:43 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-05-18 09:25:43 +0000
commite96307370b098237a86c758d4cc35c2931a8b785 (patch)
tree56497c6631bfed096618e60591b7e23760b5f4bb /graphics/pear-Image_Barcode2
parentc1b4b977ce42b7b6f4b9158ea161e9d94025d945 (diff)
downloadports-e96307370b098237a86c758d4cc35c2931a8b785.tar.gz
ports-e96307370b098237a86c758d4cc35c2931a8b785.zip
Notes
Diffstat (limited to 'graphics/pear-Image_Barcode2')
-rw-r--r--graphics/pear-Image_Barcode2/Makefile26
-rw-r--r--graphics/pear-Image_Barcode2/distinfo2
-rw-r--r--graphics/pear-Image_Barcode2/pkg-descr7
3 files changed, 35 insertions, 0 deletions
diff --git a/graphics/pear-Image_Barcode2/Makefile b/graphics/pear-Image_Barcode2/Makefile
new file mode 100644
index 000000000000..778ca7ad1612
--- /dev/null
+++ b/graphics/pear-Image_Barcode2/Makefile
@@ -0,0 +1,26 @@
+# Ports collection makefile for: pear-Image_Barcode2
+# Date created: 16 Apr 2012
+# Whom: Muhammad Moinur Rahman <5u623l20@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Image_Barcode2
+PORTVERSION= 0.2.1
+CATEGORIES= graphics www pear
+
+MAINTAINER= 5u623l20@gmail.com
+COMMENT= PEAR class for barcode generation
+
+BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
+
+USE_PHP= gd
+
+LATEST_LINK= pear-${PORTNAME}
+
+PEAR_AUTOINSTALL= yes
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>
diff --git a/graphics/pear-Image_Barcode2/distinfo b/graphics/pear-Image_Barcode2/distinfo
new file mode 100644
index 000000000000..f9c61109c334
--- /dev/null
+++ b/graphics/pear-Image_Barcode2/distinfo
@@ -0,0 +1,2 @@
+SHA256 (PEAR/Image_Barcode2-0.2.1.tgz) = 30e7d04521d48b59dc20cb99a3562146a3bd08093c3ed745dee9b8fed643fad0
+SIZE (PEAR/Image_Barcode2-0.2.1.tgz) = 15032
diff --git a/graphics/pear-Image_Barcode2/pkg-descr b/graphics/pear-Image_Barcode2/pkg-descr
new file mode 100644
index 000000000000..1df7703c61e0
--- /dev/null
+++ b/graphics/pear-Image_Barcode2/pkg-descr
@@ -0,0 +1,7 @@
+With PEAR::Image_Barcode2 class you can create a barcode representation of a
+given string.
+
+This class uses GD function because this the generated graphic can be any of
+GD supported image types.
+
+WWW: http://pear.php.net/package/Image_Barcode2/