diff options
author | cube <cube> | 2004-02-03 21:54:38 +0000 |
---|---|---|
committer | cube <cube> | 2004-02-03 21:54:38 +0000 |
commit | 4897941a8394ee9493091677f1bd3c7d43f0d566 (patch) | |
tree | 7fea346ed6e45f04cdcd4836c097833b68b2ce1d | |
parent | 99db70d7645defb8eea2e34d37f71a9c15d3e8f6 (diff) | |
download | pkgsrc-4897941a8394ee9493091677f1bd3c7d43f0d566.tar.gz |
Add, enable and note addition of jpeginfo and jpegoptim.
-rw-r--r-- | doc/CHANGES | 4 | ||||
-rw-r--r-- | graphics/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 375059b48d6..8a2f7b0216f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4675 2004/02/03 20:49:34 hubertf Exp $ +$NetBSD: CHANGES,v 1.4676 2004/02/03 21:54:38 cube Exp $ Changes to the packages collection and infrastructure in 2004: @@ -562,3 +562,5 @@ Changes to the packages collection and infrastructure in 2004: Added mini_httpd-1.19 [reed 2004-02-03] Updated dosbox to 0.61 [xtraeme 2004-02-03] Updated spamprobe to 0.9h [hubertf 2004-02-03] + Added jpeginfo-1.6.0 [cube 2004-02-03] + Added jpegoptim-1.2.2 [cube 2004-02-03] diff --git a/graphics/Makefile b/graphics/Makefile index 6632dc59167..c419d972b94 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.290 2004/02/03 12:33:32 recht Exp $ +# $NetBSD: Makefile,v 1.291 2004/02/03 21:54:38 cube Exp $ # COMMENT= Graphics tools and libraries @@ -118,6 +118,8 @@ SUBDIR+= jhead SUBDIR+= jpeg SUBDIR+= jpeg2ps SUBDIR+= jpeg_ls +SUBDIR+= jpeginfo +SUBDIR+= jpegoptim SUBDIR+= kdegraphics2 SUBDIR+= kdegraphics3 SUBDIR+= lcms |