diff options
author | minskim <minskim@pkgsrc.org> | 2011-10-27 19:05:16 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-10-27 19:05:16 +0000 |
commit | fad9edc1d4edc054cbdee7a78f163002a6aeeaaf (patch) | |
tree | dbc4297bae80b85e4d7a52b97ccff2eac0c141fe | |
parent | 3c0d298623dd71c2a3d0073a9e27194a7f2d858b (diff) | |
download | pkgsrc-fad9edc1d4edc054cbdee7a78f163002a6aeeaaf.tar.gz |
Add tex-pdftools{,-doc}.
-rw-r--r-- | doc/CHANGES-2011 | 4 | ||||
-rw-r--r-- | print/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2011 b/doc/CHANGES-2011 index 4b9bc082413..5148be0ca86 100644 --- a/doc/CHANGES-2011 +++ b/doc/CHANGES-2011 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2011,v 1.2674 2011/10/27 18:44:14 minskim Exp $ +$NetBSD: CHANGES-2011,v 1.2675 2011/10/27 19:05:16 minskim Exp $ Changes to the packages collection and infrastructure in 2011: @@ -4245,3 +4245,5 @@ Changes to the packages collection and infrastructure in 2011: Added graphics/tex-pst-pdf version 1.1v [minskim 2011-10-27] Added graphics/tex-pst-pdf-doc version 1.1v [minskim 2011-10-27] Added print/xpdfopen version 0.82 [minskim 2011-10-27] + Added print/tex-pdftools version 0.82 [minskim 2011-10-27] + Added print/tex-pdftools-doc version 0.82 [minskim 2011-10-27] diff --git a/print/Makefile b/print/Makefile index 3351a4d78ad..190fc5ff6a6 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.508 2011/10/27 18:44:14 minskim Exp $ +# $NetBSD: Makefile,v 1.509 2011/10/27 19:05:16 minskim Exp $ # COMMENT= Desktop publishing @@ -491,6 +491,8 @@ SUBDIR+= tex-pdfpages-doc SUBDIR+= tex-pdftex SUBDIR+= tex-pdftex-def SUBDIR+= tex-pdftex-doc +SUBDIR+= tex-pdftools +SUBDIR+= tex-pdftools-doc SUBDIR+= tex-pgf SUBDIR+= tex-pgf-doc SUBDIR+= tex-pgfplots |