summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/barcode/Makefile22
-rw-r--r--graphics/barcode/distinfo1
-rw-r--r--graphics/barcode/pkg-comment1
-rw-r--r--graphics/barcode/pkg-descr16
-rw-r--r--graphics/barcode/pkg-plist6
6 files changed, 47 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 7721eec5b97b..d58603661c7b 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -15,6 +15,7 @@
SUBDIR += aview
SUBDIR += avifile
SUBDIR += backfract
+ SUBDIR += barcode
SUBDIR += blender
SUBDIR += cadubi
SUBDIR += camediaplay
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