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/

PR:		ports/166979
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
This commit is contained in:
Martin Wilke 2012-05-18 09:25:43 +00:00
parent c1b4b977ce
commit e96307370b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296895
4 changed files with 36 additions and 0 deletions

View file

@ -696,6 +696,7 @@
SUBDIR += pear-IO_SWF
SUBDIR += pear-Image_3D
SUBDIR += pear-Image_Barcode
SUBDIR += pear-Image_Barcode2
SUBDIR += pear-Image_Canvas
SUBDIR += pear-Image_Color
SUBDIR += pear-Image_Graph

View file

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

View file

@ -0,0 +1,2 @@
SHA256 (PEAR/Image_Barcode2-0.2.1.tgz) = 30e7d04521d48b59dc20cb99a3562146a3bd08093c3ed745dee9b8fed643fad0
SIZE (PEAR/Image_Barcode2-0.2.1.tgz) = 15032

View file

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