Import tex-pst-barcode-0.08 as graphics/tex-pst-barcode.
An earlier version (0.03) was packaged by David Rankin in PR 33390. The pst-barcode package allows printing of barcodes, in a huge variety of formats (see documentation for details). As a pstricks package, pst-barcode requires pstricks. The package uses PostScript for calculating the bars. For PDF output use a multi-pass mechansism such as pst-pdf.
This commit is contained in:
parent
c345b87ae8
commit
c1324414c2
4 changed files with 28 additions and 0 deletions
5
graphics/tex-pst-barcode/DESCR
Normal file
5
graphics/tex-pst-barcode/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
The pst-barcode package allows printing of barcodes, in a huge variety
|
||||
of formats (see documentation for details). As a pstricks package,
|
||||
pst-barcode requires pstricks. The package uses PostScript for
|
||||
calculating the bars. For PDF output use a multi-pass mechansism such as
|
||||
pst-pdf.
|
14
graphics/tex-pst-barcode/Makefile
Normal file
14
graphics/tex-pst-barcode/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/04/05 19:37:53 minskim Exp $
|
||||
|
||||
DISTNAME= pst-barcode
|
||||
PKGNAME= tex-${DISTNAME}-0.08
|
||||
TEXLIVE_REV= 21716
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
COMMENT= Print barcodes using PostScript
|
||||
|
||||
DEPENDS+= tex-pstricks-[0-9]*:../../graphics/tex-pstricks
|
||||
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
|
||||
|
||||
.include "../../print/texlive/package.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
4
graphics/tex-pst-barcode/PLIST
Normal file
4
graphics/tex-pst-barcode/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/04/05 19:37:53 minskim Exp $
|
||||
share/texmf-dist/dvips/pst-barcode/pst-barcode.pro
|
||||
share/texmf-dist/tex/generic/pst-barcode/pst-barcode.tex
|
||||
share/texmf-dist/tex/latex/pst-barcode/pst-barcode.sty
|
5
graphics/tex-pst-barcode/distinfo
Normal file
5
graphics/tex-pst-barcode/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/04/05 19:37:53 minskim Exp $
|
||||
|
||||
SHA1 (tex-pst-barcode-21716/pst-barcode.tar.xz) = 4b5ba55c3f0927323fb237f39639d34a3e8beb1b
|
||||
RMD160 (tex-pst-barcode-21716/pst-barcode.tar.xz) = a359960aaf37583ebe98959569cfb00eee335e3e
|
||||
Size (tex-pst-barcode-21716/pst-barcode.tar.xz) = 77852 bytes
|
Loading…
Reference in a new issue