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/pkg-descr | |
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/pkg-descr')
-rw-r--r-- | graphics/barcode/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
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 |