diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-25 13:14:58 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-25 13:14:58 +0000 |
commit | c6073a901f594c2cd302ab95d42bac66510a575e (patch) | |
tree | 8d556dc17717c5c677203edcc1c4a9bd790d56a4 /graphics/pear-Image_Barcode | |
parent | 8a372d08e0081cff804a69b6c778a1b7f79f49e8 (diff) |
Notes
Diffstat (limited to 'graphics/pear-Image_Barcode')
-rw-r--r-- | graphics/pear-Image_Barcode/Makefile | 9 | ||||
-rw-r--r-- | graphics/pear-Image_Barcode/distinfo | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/graphics/pear-Image_Barcode/Makefile b/graphics/pear-Image_Barcode/Makefile index fc2b1624dd11..8d852e6f965c 100644 --- a/graphics/pear-Image_Barcode/Makefile +++ b/graphics/pear-Image_Barcode/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Image_Barcode -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= graphics www pear MAINTAINER= antonio@php.net @@ -15,11 +15,14 @@ COMMENT= PEAR class for barcode generation BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR RUN_DEPENDS= ${BUILD_DEPENDS} -LATEST_LINK= pear-Image_Barcode +USE_PHP= gd + +LATEST_LINK= pear-${PORTNAME} OPTIONS= PEAR_PHP_COMPAT "PEAR::PHP_Compat support" off CATEGORY= Image -FILES= Barcode.php Barcode/int25.php Barcode/ean13.php Barcode/Code39.php +FILES= Barcode.php Barcode/int25.php Barcode/ean13.php Barcode/Code39.php \ + Barcode/upca.php DOCS= ChangeLog Readme.txt TESTS= test-image-barcode.php barcode_img.php _DOCSDIR= . diff --git a/graphics/pear-Image_Barcode/distinfo b/graphics/pear-Image_Barcode/distinfo index 5c4c7236baeb..599f207e4626 100644 --- a/graphics/pear-Image_Barcode/distinfo +++ b/graphics/pear-Image_Barcode/distinfo @@ -1,2 +1,2 @@ -MD5 (PEAR/Image_Barcode-1.0.1.tgz) = eb7aee7fd64a2cc344c449d6eccbe5b0 -SIZE (PEAR/Image_Barcode-1.0.1.tgz) = 7441 +MD5 (PEAR/Image_Barcode-1.0.2.tgz) = 5007f8be9e48e0cc077684d0d1dab033 +SIZE (PEAR/Image_Barcode-1.0.2.tgz) = 8714 |