diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-03-13 20:39:24 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-03-13 20:39:24 +0000 |
commit | b1b8872b76daae61f99aee7aca6aad03ef975340 (patch) | |
tree | 72b759055619b14ff814b6b5e197d2adb66cd140 /graphics/pear-Image_Barcode | |
parent | 77511fb860501e86eb7b5e087f032fa54e640fee (diff) |
Notes
Diffstat (limited to 'graphics/pear-Image_Barcode')
-rw-r--r-- | graphics/pear-Image_Barcode/Makefile | 27 | ||||
-rw-r--r-- | graphics/pear-Image_Barcode/distinfo | 2 | ||||
-rw-r--r-- | graphics/pear-Image_Barcode/pkg-descr | 7 |
3 files changed, 36 insertions, 0 deletions
diff --git a/graphics/pear-Image_Barcode/Makefile b/graphics/pear-Image_Barcode/Makefile new file mode 100644 index 000000000000..7d4b640553c2 --- /dev/null +++ b/graphics/pear-Image_Barcode/Makefile @@ -0,0 +1,27 @@ +# Ports collection makefile for: pear-Image_Barcode +# Date created: 11 March 2005 +# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) +# +# $FreeBSD$ +# + +PORTNAME= Image_Barcode +PORTVERSION= 0.5 +CATEGORIES= graphics pear + +MAINTAINER= antonio@php.net +COMMENT= PEAR class for barcode generation + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= Image +FILES= Barcode.php Barcode/int25.php Barcode/ean13.php Barcode/Code39.php +DOCS= ChangeLog Readme.txt +TESTS= test-image-barcode.php barcode_img.php +_DOCSDIR= . +_TESTSDIR= . + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include <bsd.port.post.mk> diff --git a/graphics/pear-Image_Barcode/distinfo b/graphics/pear-Image_Barcode/distinfo new file mode 100644 index 000000000000..87b4a432eb6b --- /dev/null +++ b/graphics/pear-Image_Barcode/distinfo @@ -0,0 +1,2 @@ +MD5 (PEAR/Image_Barcode-0.5.tgz) = 7b6315f52ba7e1063a67b3efd2b52b0f +SIZE (PEAR/Image_Barcode-0.5.tgz) = 7530 diff --git a/graphics/pear-Image_Barcode/pkg-descr b/graphics/pear-Image_Barcode/pkg-descr new file mode 100644 index 000000000000..058319edc145 --- /dev/null +++ b/graphics/pear-Image_Barcode/pkg-descr @@ -0,0 +1,7 @@ +With PEAR::Image_Barcode 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 supported image types. + +WWW: http://pear.php.net/package/Image_Barcode/ |