summaryrefslogtreecommitdiff
path: root/graphics/barcode
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2001-07-12 21:32:53 +0000
committerdillo <dillo@pkgsrc.org>2001-07-12 21:32:53 +0000
commit25bd37968dfa9a3a1493c076efaeecba656da35a (patch)
tree6ee7543b470b47efbb89bf5fc9110d523a7b5439 /graphics/barcode
parentfce9b8bae5259e097afa26a89fddb9c8dce1437b (diff)
downloadpkgsrc-25bd37968dfa9a3a1493c076efaeecba656da35a.tar.gz
added barcode-0.96:
create bar codes as EPS (program and library)
Diffstat (limited to 'graphics/barcode')
-rw-r--r--graphics/barcode/Makefile17
-rw-r--r--graphics/barcode/distinfo6
-rw-r--r--graphics/barcode/patches/patch-aa16
-rw-r--r--graphics/barcode/patches/patch-ab13
-rw-r--r--graphics/barcode/pkg/DESCR8
-rw-r--r--graphics/barcode/pkg/PLIST9
6 files changed, 69 insertions, 0 deletions
diff --git a/graphics/barcode/Makefile b/graphics/barcode/Makefile
new file mode 100644
index 00000000000..b58225e966b
--- /dev/null
+++ b/graphics/barcode/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/07/12 21:32:53 dillo Exp $
+#
+
+DISTNAME= barcode-0.96
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_GNU:=barcode/}
+
+MAINTAINER= dillo@netbsd.org
+HOMEPAGE= http://gnu.systemy.it/software/barcode/
+COMMENT= create bar codes as EPS (program and library)
+
+GNU_CONFIGURE= YES
+MAKE_ENV+= AWK="${AWK}"
+
+INFO_FILES= barcode.info
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/barcode/distinfo b/graphics/barcode/distinfo
new file mode 100644
index 00000000000..e1092d422d8
--- /dev/null
+++ b/graphics/barcode/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/07/12 21:32:53 dillo Exp $
+
+SHA1 (barcode-0.96.tar.gz) = d567b95c325df474ebaaf9393d02e0f91781ada1
+Size (barcode-0.96.tar.gz) = 259848 bytes
+SHA1 (patch-aa) = aad4f40e0cd9f0ef428e2a5d17628518d24aff43
+SHA1 (patch-ab) = adf7b755e6bec5aa40d1416d88f3a916dcc2e9c1
diff --git a/graphics/barcode/patches/patch-aa b/graphics/barcode/patches/patch-aa
new file mode 100644
index 00000000000..22b70c3631b
--- /dev/null
+++ b/graphics/barcode/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/07/12 21:32:54 dillo Exp $
+
+--- doc/barcode.info.orig Thu Nov 9 16:26:37 2000
++++ doc/barcode.info
+@@ -13,6 +13,11 @@
+ This file documents version 0.96 of the barcode library and sample
+ programs (November 2000).
+
++INFO-DIR-SECTION Miscellaneous
++START-INFO-DIR-ENTRY
++* Barcode: (barcode). A barcode generation program and library.
++END-INFO-DIR-ENTRY
++
+ * Menu:
+
+ * Overview::
diff --git a/graphics/barcode/patches/patch-ab b/graphics/barcode/patches/patch-ab
new file mode 100644
index 00000000000..24a2ceb149a
--- /dev/null
+++ b/graphics/barcode/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2001/07/12 21:32:54 dillo Exp $
+
+--- Makefile.in.orig Wed Nov 8 19:17:40 2000
++++ Makefile.in
+@@ -55,7 +55,7 @@
+ $(RANLIB) $(LIBRARY)
+
+ $(MAN1) $(MAN3): doc/doc.$(TARGET)
+- gawk -f doc/manpager doc/doc.$(TARGET)
++ ${AWK} -f doc/manpager doc/doc.$(TARGET)
+
+
+ # Unfortunately, pmake has no "-C". Also, "pmake -n" doesn't follow the cd.
diff --git a/graphics/barcode/pkg/DESCR b/graphics/barcode/pkg/DESCR
new file mode 100644
index 00000000000..d7677abf0e0
--- /dev/null
+++ b/graphics/barcode/pkg/DESCR
@@ -0,0 +1,8 @@
+The package is meant to solve most needs in barcode creation with a
+conventional printer. It can create printouts for the conventional
+product tagging standards: UPC-A, UPC-E, EAN-13, EAN-8, ISBN, as well
+as a few other formats. Output is generated as either Postscript or
+Encapsulated Postscript (other back-ends may be added if needed).
+
+The package is released as both a library and a command-line frontend,
+so that you can include barcode-generation into your application.
diff --git a/graphics/barcode/pkg/PLIST b/graphics/barcode/pkg/PLIST
new file mode 100644
index 00000000000..c311b662f91
--- /dev/null
+++ b/graphics/barcode/pkg/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/12 21:32:53 dillo Exp $
+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
+man/man1/barcode.1
+man/man3/barcode.3