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:
parent
77511fb860
commit
b1b8872b76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131123
@ -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
|
||||
|
27
graphics/pear-Image_Barcode/Makefile
Normal file
27
graphics/pear-Image_Barcode/Makefile
Normal 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>
|
2
graphics/pear-Image_Barcode/distinfo
Normal file
2
graphics/pear-Image_Barcode/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (PEAR/Image_Barcode-0.5.tgz) = 7b6315f52ba7e1063a67b3efd2b52b0f
|
||||
SIZE (PEAR/Image_Barcode-0.5.tgz) = 7530
|
7
graphics/pear-Image_Barcode/pkg-descr
Normal file
7
graphics/pear-Image_Barcode/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user