diff options
author | minskim <minskim@pkgsrc.org> | 2011-04-05 19:39:25 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-04-05 19:39:25 +0000 |
commit | efdb0a0ea102b02587e7f18fc37314d1a29c36d4 (patch) | |
tree | 3a085c83383f05db94cd11a7543d9d02ea294eee | |
parent | f5780f2421f6815ebd96db1d70b0e04efffe9b05 (diff) | |
download | pkgsrc-efdb0a0ea102b02587e7f18fc37314d1a29c36d4.tar.gz |
Add tex-pst-barcode{,-doc}.
-rw-r--r-- | doc/CHANGES-2011 | 4 | ||||
-rw-r--r-- | graphics/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2011 b/doc/CHANGES-2011 index 1d8fd9da474..9799ed021ef 100644 --- a/doc/CHANGES-2011 +++ b/doc/CHANGES-2011 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2011,v 1.851 2011/04/05 18:54:20 darcy Exp $ +$NetBSD: CHANGES-2011,v 1.852 2011/04/05 19:39:25 minskim Exp $ Changes to the packages collection and infrastructure in 2011: @@ -1412,3 +1412,5 @@ Changes to the packages collection and infrastructure in 2011: Updated shells/zsh-current to 4.3.11 [ryoon 2011-04-05] Updated databases/pgpool to 3.4.1 [minskim 2011-04-05] Updated net/p5-Geo-IPfree to 1.100470 [minskim 2011-04-05] + Added graphics/tex-pst-barcode version 0.08 [minskim 2011-04-05] + Added graphics/tex-pst-barcode-doc version 0.08 [minskim 2011-04-05] diff --git a/graphics/Makefile b/graphics/Makefile index b5b07e34e35..7baf22d6137 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.599 2011/03/18 21:52:40 minskim Exp $ +# $NetBSD: Makefile,v 1.600 2011/04/05 19:39:25 minskim Exp $ # COMMENT= Graphics tools and libraries @@ -418,6 +418,8 @@ SUBDIR+= tex-pst-3d SUBDIR+= tex-pst-3d-doc SUBDIR+= tex-pst-3dplot SUBDIR+= tex-pst-3dplot-doc +SUBDIR+= tex-pst-barcode +SUBDIR+= tex-pst-barcode-doc SUBDIR+= tex-pst-blur SUBDIR+= tex-pst-blur-doc SUBDIR+= tex-pst-circ |