diff options
author | petef <petef@FreeBSD.org> | 2001-10-03 23:22:28 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-10-03 23:22:28 +0800 |
commit | 6d761814f468f14c637f1a0aa7ef510e9cfd49e0 (patch) | |
tree | 5d0a7a44bc25a13208909dfa2199f85c9b36c111 /graphics/barcode | |
parent | 7824f7761f26a51025cd162832b5022a6f5c0d24 (diff) | |
download | freebsd-ports-gnome-6d761814f468f14c637f1a0aa7ef510e9cfd49e0.tar.gz freebsd-ports-gnome-6d761814f468f14c637f1a0aa7ef510e9cfd49e0.tar.zst freebsd-ports-gnome-6d761814f468f14c637f1a0aa7ef510e9cfd49e0.zip |
Add barcode-0.96, a barcode generation library along with a command line
frontend
PR: 30770
Submitted by: Emil J.V. Björsell (jev) <jev@ecad.org>
Diffstat (limited to 'graphics/barcode')
-rw-r--r-- | graphics/barcode/Makefile | 22 | ||||
-rw-r--r-- | graphics/barcode/distinfo | 1 | ||||
-rw-r--r-- | graphics/barcode/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/barcode/pkg-descr | 16 | ||||
-rw-r--r-- | graphics/barcode/pkg-plist | 6 |
5 files changed, 46 insertions, 0 deletions
diff --git a/graphics/barcode/Makefile b/graphics/barcode/Makefile new file mode 100644 index 000000000000..0ada8aca0db5 --- /dev/null +++ b/graphics/barcode/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: barcode +# Date created: Sun Sep 23 11:07:00 IST 2001 +# Whom: Emil J.V. Björsell (Jev) +# +# $FreeBSD$ +# + +PORTNAME= barcode +PORTVERSION= 0.96 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= barcode + +MAINTAINER= jev@ecad.org + +BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk + +MAN1= barcode.1 +MAN3= barcode.3 +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/graphics/barcode/distinfo b/graphics/barcode/distinfo new file mode 100644 index 000000000000..bf75d04c2109 --- /dev/null +++ b/graphics/barcode/distinfo @@ -0,0 +1 @@ +MD5 (barcode-0.96.tar.gz) = 96122f43bed6423ec9c26991e1f80007 diff --git a/graphics/barcode/pkg-comment b/graphics/barcode/pkg-comment new file mode 100644 index 000000000000..5225fd1a75b1 --- /dev/null +++ b/graphics/barcode/pkg-comment @@ -0,0 +1 @@ +A barcode generation library along with a command line frontend diff --git a/graphics/barcode/pkg-descr b/graphics/barcode/pkg-descr new file mode 100644 index 000000000000..a1c302363995 --- /dev/null +++ b/graphics/barcode/pkg-descr @@ -0,0 +1,16 @@ +GNU barcode is a tool to convert text strings to printed bars. It +supports a variety of standard codes to represent the textual strings +and creates postscript output. + +Main features of GNU Barcode: + +* Available as both a library and an executable program +* Supports UPC, EAN, ISBN, CODE39 and other encoding standards +* Postscript and Encapsulated Postscript output +* Accepts sizes and positions as inches, centimeters, millimeters +* Can create tables of barcodes (to print labels on sticker pages) + +WWW: http://www.gnu.org/software/barcode + +- Emil J.V. Bjrsell (Jev) +jev@ecad.org diff --git a/graphics/barcode/pkg-plist b/graphics/barcode/pkg-plist new file mode 100644 index 000000000000..a9821698b739 --- /dev/null +++ b/graphics/barcode/pkg-plist @@ -0,0 +1,6 @@ +bin/barcode +include/barcode.h +@unexec install-info --delete %D/info/barcode.info %D/info/dir +info/barcode.info +@exec install-info %D/info/barcode.info %D/info/dir +lib/libbarcode.a |