diff options
author | minskim <minskim> | 2009-04-11 21:36:48 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-04-11 21:36:48 +0000 |
commit | c16214186b4eed253ff7bfa9fe1724ace12c7cd4 (patch) | |
tree | e162069017f56961449742e8a34800c1aa045dc5 | |
parent | 94b3fd813857a7d903e29eb36e38237b37e0a9be (diff) | |
download | pkgsrc-c16214186b4eed253ff7bfa9fe1724ace12c7cd4.tar.gz |
Add xetex.
-rw-r--r-- | doc/CHANGES-2009 | 3 | ||||
-rw-r--r-- | print/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index 65c3d9e081f..561d769f736 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.1270 2009/04/11 21:33:26 minskim Exp $ +$NetBSD: CHANGES-2009,v 1.1271 2009/04/11 21:36:48 minskim Exp $ Changes to the packages collection and infrastructure in 2009: @@ -1734,3 +1734,4 @@ Changes to the packages collection and infrastructure in 2009: Updated databases/p5-DBD-Google to 0.51 [sno 2009-04-11] Updated databases/p5-DBD-SQLite to 1.21 [sno 2009-04-11] Updated print/web2c to 7.5.7nb1 [minskim 2009-04-11] + Added print/xetex version 0.999.6 [minskim 2009-04-11] diff --git a/print/Makefile b/print/Makefile index a5431cb0e05..08c2a179de4 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.206 2009/03/06 17:54:54 minskim Exp $ +# $NetBSD: Makefile,v 1.207 2009/04/11 21:36:48 minskim Exp $ # COMMENT= Desktop publishing @@ -158,6 +158,7 @@ SUBDIR+= texmf-dirs SUBDIR+= transfig SUBDIR+= web2c SUBDIR+= xdvik +SUBDIR+= xetex SUBDIR+= xfce4-print SUBDIR+= xpdf SUBDIR+= xpdf-arabic |