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>
This commit is contained in:
parent
f1edf91afe
commit
9e4e7981d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48400
@ -15,6 +15,7 @@
|
||||
SUBDIR += aview
|
||||
SUBDIR += avifile
|
||||
SUBDIR += backfract
|
||||
SUBDIR += barcode
|
||||
SUBDIR += blender
|
||||
SUBDIR += cadubi
|
||||
SUBDIR += camediaplay
|
||||
|
22
graphics/barcode/Makefile
Normal file
22
graphics/barcode/Makefile
Normal file
@ -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>
|
1
graphics/barcode/distinfo
Normal file
1
graphics/barcode/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (barcode-0.96.tar.gz) = 96122f43bed6423ec9c26991e1f80007
|
1
graphics/barcode/pkg-comment
Normal file
1
graphics/barcode/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A barcode generation library along with a command line frontend
|
16
graphics/barcode/pkg-descr
Normal file
16
graphics/barcode/pkg-descr
Normal file
@ -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
|
6
graphics/barcode/pkg-plist
Normal file
6
graphics/barcode/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user