diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-28 21:15:40 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-28 21:15:40 +0000 |
commit | f772643eb95a051092ffcb8dc92d79f33b079a80 (patch) | |
tree | 3d004c57e2fa65d6fd20f429ce67186c48e3b7a5 | |
parent | 1a591c1dc9971ce48f0cbdf398779957f4276100 (diff) | |
download | pkgsrc-f772643eb95a051092ffcb8dc92d79f33b079a80.tar.gz |
Added imposter.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | print/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 4f1da59648c..6df65f6cb96 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5320 2004/03/28 21:12:13 mycroft Exp $ +$NetBSD: CHANGES,v 1.5321 2004/03/28 21:15:40 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -1548,3 +1548,4 @@ Changes to the packages collection and infrastructure in 2004: Updated sodipodi to 0.34 [xtraeme 2004-03-28] Added pulsar-0.1.1 [martin 2004-03-28] Updated xine-ui to 0.9.23 [mycroft 2004-03-28] + Added imposter-0.1 [xtraeme 2004-03-28] diff --git a/print/Makefile b/print/Makefile index 7a2cb16bd29..104fac17ab6 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.113 2004/03/10 18:20:11 jlam Exp $ +# $NetBSD: Makefile,v 1.114 2004/03/28 21:15:40 xtraeme Exp $ # COMMENT= Desktop publishing @@ -51,6 +51,7 @@ SUBDIR+= html2ps SUBDIR+= if-psprint SUBDIR+= ijs SUBDIR+= img2eps +SUBDIR+= imposter SUBDIR+= ja-a2ps SUBDIR+= ja-dvipdfm SUBDIR+= ja-jsclasses |