diff options
author | minskim <minskim@pkgsrc.org> | 2009-07-15 20:49:53 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-07-15 20:49:53 +0000 |
commit | 40830299d9ababdc27f050a1f78ecdcbe08a93e5 (patch) | |
tree | 8aa452c62670dcf8897b0ea640764d3d3096fbc8 | |
parent | adfef9fcd2b30bf64ad8eac62c2a4b4b5eff1ffb (diff) | |
download | pkgsrc-40830299d9ababdc27f050a1f78ecdcbe08a93e5.tar.gz |
Add tex-caption and tex-caption-doc.
-rw-r--r-- | doc/CHANGES-2009 | 23 | ||||
-rw-r--r-- | print/Makefile | 4 |
2 files changed, 25 insertions, 2 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index fb512cff9d0..1f59137fee5 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.2642 2009/07/15 12:27:31 kefren Exp $ +$NetBSD: CHANGES-2009,v 1.2643 2009/07/15 20:49:53 minskim Exp $ Changes to the packages collection and infrastructure in 2009: @@ -3512,6 +3512,25 @@ Changes to the packages collection and infrastructure in 2009: Updated graphics/evas-tiff to 0.9.9.061 [joerg 2009-07-14] Updated graphics/evas-xpm to 0.9.9.061 [joerg 2009-07-14] Updated graphics/evas-xrender-x11 to 0.9.9.061 [joerg 2009-07-14] + Updated devel/eet to 1.2.1 [joerg 2009-07-14] + Updated devel/eina to 0.0.2.061 [joerg 2009-07-14] + Updated lang/embryo to 0.9.9.061 [joerg 2009-07-14] + Updated graphics/evas to 0.9.9.061 [joerg 2009-07-14] + Updated graphics/evas-buffer to 0.9.9.061 [joerg 2009-07-14] + Updated graphics/evas-edb to 0.9.9.061 [joerg 2009-07-14] + Updated graphics/evas-eet to 0.9.9.061 [joerg 2009-07-14] + Updated graphics/evas-gif to 0.9.9.061 [joerg 2009-07-14] + Updated graphics/evas-jpeg to 0.9.9.061 [joerg 2009-07-14] + Updated graphics/evas-pmaps to 0.9.9.061 [joerg 2009-07-14] + Updated graphics/evas-png to 0.9.9.061 [joerg 2009-07-14] + Updated graphics/evas-sdl to 0.9.9.061 [joerg 2009-07-14] + Updated graphics/evas-sdl-16 to 0.9.9.061 [joerg 2009-07-14] + Updated graphics/evas-software-16-x11 to 0.9.9.061 [joerg 2009-07-14] + Updated graphics/evas-software-x11 to 0.9.9.061 [joerg 2009-07-14] + Updated graphics/evas-svg to 0.9.9.061 [joerg 2009-07-14] + Updated graphics/evas-tiff to 0.9.9.061 [joerg 2009-07-14] + Updated graphics/evas-xpm to 0.9.9.061 [joerg 2009-07-14] + Updated graphics/evas-xrender-x11 to 0.9.9.061 [joerg 2009-07-14] Updated databases/p5-CatalystX-CRUD-ModelAdapter-DBIC to 0.10 [sno 2009-07-15] Updated www/p5-libwww to 5.829 [sno 2009-07-15] Added archivers/lzip version 1.7 [wiz 2009-07-15] @@ -3521,3 +3540,5 @@ Changes to the packages collection and infrastructure in 2009: Updated www/mono-xsp to 2.4.2 [kefren 2009-07-15] Updated www/ap-mono to 2.4.2 [kefren 2009-07-15] Updated devel/mono-tools to 2.4.2 [kefren 2009-07-15] + Added print/tex-caption version 3.1j [minskim 2009-07-15] + Added print/tex-caption-doc version 3.1j [minskim 2009-07-15] diff --git a/print/Makefile b/print/Makefile index e9a06f6af54..780c89a33f1 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.285 2009/07/12 03:34:13 minskim Exp $ +# $NetBSD: Makefile,v 1.286 2009/07/15 20:49:53 minskim Exp $ # COMMENT= Desktop publishing @@ -153,6 +153,8 @@ SUBDIR+= tex-bin-tetex SUBDIR+= tex-bin-tex SUBDIR+= tex-bin-texlive SUBDIR+= tex-bin-xdvi +SUBDIR+= tex-caption +SUBDIR+= tex-caption-doc SUBDIR+= tex-carlisle SUBDIR+= tex-carlisle-doc SUBDIR+= tex-chemarrow |