pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/swiggle Initial import of swiggle-0.3.2, a lightwe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d13b92bfab7
branches:  trunk
changeset: 474171:6d13b92bfab7
user:      snj <snj%pkgsrc.org@localhost>
date:      Mon Apr 26 03:27:30 2004 +0000

description:
Initial import of swiggle-0.3.2, a lightweight image gallery generator.

diffstat:

 www/swiggle/DESCR    |   7 +++++++
 www/swiggle/Makefile |  16 ++++++++++++++++
 www/swiggle/PLIST    |   2 ++
 www/swiggle/distinfo |   5 +++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r f08a5f3295ba -r 6d13b92bfab7 www/swiggle/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/swiggle/DESCR Mon Apr 26 03:27:30 2004 +0000
@@ -0,0 +1,7 @@
+swiggle is a small command line tool that generates HTML pages, including
+thumbnail indexes, for given images (a so called "web gallery").  It's
+intended to be easy to use, and since it is written in C, it's quite
+speedy.  It uses libjpeg for decompression and compression of images,
+libexif for getting EXIF information contained in the images, and it
+caches scaled images so that subsequent runs don't need to scale images
+again and are faster.  Of course, the original images aren't changed.
diff -r f08a5f3295ba -r 6d13b92bfab7 www/swiggle/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/swiggle/Makefile      Mon Apr 26 03:27:30 2004 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/26 03:27:30 snj Exp $
+
+DISTNAME=      swiggle-0.3.2
+CATEGORIES=    www graphics
+MASTER_SITES=  http://mailbox.univie.ac.at/~le/swiggle/files/
+
+MAINTAINER=    snj%NetBSD.org@localhost
+HOMEPAGE=      http://mailbox.univie.ac.at/~le/swiggle/
+COMMENT=       Lightweight image gallery generator
+
+USE_BUILDLINK3=        yes
+
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/libexif/buildlink3.mk"
+
+.include "../../mk/bsd.pkg.mk"
diff -r f08a5f3295ba -r 6d13b92bfab7 www/swiggle/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/swiggle/PLIST Mon Apr 26 03:27:30 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/26 03:27:30 snj Exp $
+bin/swiggle
diff -r f08a5f3295ba -r 6d13b92bfab7 www/swiggle/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/swiggle/distinfo      Mon Apr 26 03:27:30 2004 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/26 03:27:30 snj Exp $
+
+SHA1 (swiggle-0.3.2.tar.gz) = ef798b9d35dac021a6bc9a12095109a96e35e2d1
+Size (swiggle-0.3.2.tar.gz) = 13995 bytes
+SHA1 (patch-aa) = 4dc375e7da9733c10f83e0afbe483383da8712f8



Home | Main Index | Thread Index | Old Index