diff options
author | minskim <minskim@pkgsrc.org> | 2009-08-03 23:47:14 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-08-03 23:47:14 +0000 |
commit | cec568b77d73ac65d5a66ffa86843ff30af7bb07 (patch) | |
tree | 144d5aa14bc2177030cc222ea63ea740bf8416c4 | |
parent | e9239e3d954a3636a38289658f1b966d1d83c8d9 (diff) | |
download | pkgsrc-cec568b77d73ac65d5a66ffa86843ff30af7bb07.tar.gz |
Add tex-listings and tex-listings-doc.
-rw-r--r-- | doc/CHANGES-2009 | 4 | ||||
-rw-r--r-- | print/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index fc6c4ccb818..2be3989418e 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.2912 2009/08/03 23:38:34 minskim Exp $ +$NetBSD: CHANGES-2009,v 1.2913 2009/08/03 23:47:14 minskim Exp $ Changes to the packages collection and infrastructure in 2009: @@ -3866,3 +3866,5 @@ Changes to the packages collection and infrastructure in 2009: Updated www/tidy to 20090326 [wiz 2009-08-03] Updated inputmethod/anthy 9100h [taya 2009-08-03] Added print/texlive-pdftools version 2008 [minskim 2009-08-03] + Added print/tex-listings version 1.4 [minskim 2009-08-03] + Added print/tex-listings-doc version 1.4 [minskim 2009-08-03] diff --git a/print/Makefile b/print/Makefile index 269d1518b4a..e2a7999e58f 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.299 2009/08/03 23:38:34 minskim Exp $ +# $NetBSD: Makefile,v 1.300 2009/08/03 23:47:14 minskim Exp $ # COMMENT= Desktop publishing @@ -263,6 +263,8 @@ SUBDIR+= tex-latex SUBDIR+= tex-latexconfig SUBDIR+= tex-leaflet SUBDIR+= tex-leaflet-doc +SUBDIR+= tex-listings +SUBDIR+= tex-listings-doc SUBDIR+= tex-ltxmisc SUBDIR+= tex-luatex SUBDIR+= tex-luatex-doc |