diff options
author | itojun <itojun> | 2003-10-01 05:57:34 +0000 |
---|---|---|
committer | itojun <itojun> | 2003-10-01 05:57:34 +0000 |
commit | a915352a240371edd9982ec6780ff5a5cc908742 (patch) | |
tree | 6d3895fa953f53ebed05ab989f7f7f557e7ddd11 | |
parent | 1a26553bee357353c09d1a92e2568527d2f27df8 (diff) | |
download | pkgsrc-a915352a240371edd9982ec6780ff5a5cc908742.tar.gz |
graphics/exif
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | graphics/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index c9136bd4a36..1377efb25e6 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.3600 2003/10/01 01:42:09 grant Exp $ +$NetBSD: CHANGES,v 1.3601 2003/10/01 05:58:19 itojun Exp $ Changes to the packages collection and infrastructure in 2003: @@ -4035,3 +4035,4 @@ Changes to the packages collection and infrastructure in 2003: Updated ImageMagick to 5.5.7.11 [mycroft 2003-09-30] Updated p5-PerlMagick to 5.5.7.11 [mycroft 2003-09-30] Added rinetd 0.62 [grant 2003-10-01] + Added exif 0.6 [itojun 2003-10-01] diff --git a/graphics/Makefile b/graphics/Makefile index 6ba45634665..6a0b8cfcec1 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.258 2003/09/26 10:29:08 martti Exp $ +# $NetBSD: Makefile,v 1.259 2003/10/01 05:57:34 itojun Exp $ # COMMENT= Graphics tools and libraries @@ -54,6 +54,7 @@ SUBDIR+= dxsamples SUBDIR+= ee SUBDIR+= eog SUBDIR+= eog2 +SUBDIR+= exif SUBDIR+= exiftags SUBDIR+= fbm SUBDIR+= feh |