1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

- Add pear-Image_Barcode 0.5, PEAR class for barcode generation.

PR:		ports/78702
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
Approved by:	pav (mentor)
This commit is contained in:
Florent Thoumie 2005-03-13 20:39:24 +00:00
parent 77511fb860
commit b1b8872b76
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131123
4 changed files with 37 additions and 0 deletions

View File

@ -375,6 +375,7 @@
SUBDIR += paintlib
SUBDIR += panorama
SUBDIR += passepartout
SUBDIR += pear-Image_Barcode
SUBDIR += pear-Image_Color
SUBDIR += pear-Image_Graph
SUBDIR += pecl-imagick

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (PEAR/Image_Barcode-0.5.tgz) = 7b6315f52ba7e1063a67b3efd2b52b0f
SIZE (PEAR/Image_Barcode-0.5.tgz) = 7530

View File

@ -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/