diff options
author | minskim <minskim@pkgsrc.org> | 2009-04-29 18:30:48 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-04-29 18:30:48 +0000 |
commit | e39001a0a1027621cd0922d725f731b58d412635 (patch) | |
tree | ff955341ca9b74093e1150e8c82f3a7364c58d78 | |
parent | 84aba49aae3baaa247aa35d44ab79e4ec06afbb3 (diff) | |
download | pkgsrc-e39001a0a1027621cd0922d725f731b58d412635.tar.gz |
Add tex-rotating and tex-rotating-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 1a2a80db719..0a0a01bc316 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.1593 2009/04/29 18:28:53 asau Exp $ +$NetBSD: CHANGES-2009,v 1.1594 2009/04/29 18:30:48 minskim Exp $ Changes to the packages collection and infrastructure in 2009: @@ -2172,3 +2172,5 @@ Changes to the packages collection and infrastructure in 2009: Updated chat/irssi-icb to 0.14nb13 [wiz 2009-04-29] Added devel/p5-MooseX-Emulate-Class-Accessor-Fast version 0.00802 [sno 2009-04-29] Updated math/maxima to 5.18.1 [asau 2009-04-29] + Added print/tex-rotating version 2.16a [minskim 2009-04-29] + Added print/tex-rotating-doc version 2.16a [minskim 2009-04-29] diff --git a/print/Makefile b/print/Makefile index 8032d1ecd7a..233480e137c 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.245 2009/04/29 05:50:51 minskim Exp $ +# $NetBSD: Makefile,v 1.246 2009/04/29 18:30:48 minskim Exp $ # COMMENT= Desktop publishing @@ -238,6 +238,8 @@ SUBDIR+= tex-placeins-doc SUBDIR+= tex-plain SUBDIR+= tex-prosper SUBDIR+= tex-resume +SUBDIR+= tex-rotating +SUBDIR+= tex-rotating-doc SUBDIR+= tex-ruhyphen SUBDIR+= tex-tools SUBDIR+= tex-tools-doc |