diff options
author | itojun <itojun> | 2003-09-10 21:51:22 +0000 |
---|---|---|
committer | itojun <itojun> | 2003-09-10 21:51:22 +0000 |
commit | 4f8cbf6b2d83baab0910c235b6fd56f46627f8f2 (patch) | |
tree | cb966670a5eda2ea0343767f795b5144ef7d0f0f | |
parent | 4d255762df25e00575ca5a5ac05a21742086c273 (diff) | |
download | pkgsrc-4f8cbf6b2d83baab0910c235b6fd56f46627f8f2.tar.gz |
graphics/resize_image
-rw-r--r-- | doc/CHANGES | 5 | ||||
-rw-r--r-- | graphics/Makefile | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 7b0f28e37cf..72cc4c3018c 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.3317 2003/09/10 21:24:16 manu Exp $ +$NetBSD: CHANGES,v 1.3318 2003/09/10 21:52:21 itojun Exp $ Changes to the packages collection and infrastructure in 2003: @@ -3615,4 +3615,5 @@ Changes to the packages collection and infrastructure in 2003: Added ruby-DBD-mysql-0.0.21 [taca 2003-09-10] Updated xpkgwedge to 1.8 [gavan 2003-09-10] Updated pkg_chk to 1.40 [jmmv 2003-09-10] - Added fondu-030428 [manu 2003-01-10] + Added fondu-030428 [manu 2003-09-10] + Added resize_image-0.6 [itojun 2003-09-10] diff --git a/graphics/Makefile b/graphics/Makefile index 95f7368512a..9df5bbbe914 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.254 2003/09/01 16:59:40 jdolecek Exp $ +# $NetBSD: Makefile,v 1.255 2003/09/10 21:51:22 itojun Exp $ # COMMENT= Graphics tools and libraries @@ -213,6 +213,7 @@ SUBDIR+= qiv SUBDIR+= qvplay SUBDIR+= rayshade SUBDIR+= realplayer-codecs +SUBDIR+= resize_image SUBDIR+= ruby-opengl SUBDIR+= s10sh SUBDIR+= sane-backends |