From owner-freebsd-ports-bugs Thu Jan 23 13:10:17 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9FD737B405 for ; Thu, 23 Jan 2003 13:10:13 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B69DD43F1E for ; Thu, 23 Jan 2003 13:10:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0NLACNS059967 for ; Thu, 23 Jan 2003 13:10:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0NLACra059966; Thu, 23 Jan 2003 13:10:12 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 347EF37B401 for ; Thu, 23 Jan 2003 13:09:13 -0800 (PST) Received: from satanii.enemy.org (satanii.enemy.org [62.116.11.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1541D43F43 for ; Thu, 23 Jan 2003 13:09:12 -0800 (PST) (envelope-from shammer@satanii.enemy.org) Received: from satanii.enemy.org (shammer@localhost [IPv6:::1]) by satanii.enemy.org (8.12.6/8.12.6) with ESMTP id h0NLB3b0038003 for ; Thu, 23 Jan 2003 22:11:04 +0100 (CET) (envelope-from shammer@satanii.enemy.org) Received: (from shammer@localhost) by satanii.enemy.org (8.12.6/8.12.6/Submit) id h0NLB3ft038002; Thu, 23 Jan 2003 22:11:03 +0100 (CET) Message-Id: <200301232111.h0NLB3ft038002@satanii.enemy.org> Date: Thu, 23 Jan 2003 22:11:03 +0100 (CET) From: Josef El-Rayes Reply-To: Josef El-Rayes To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/47414: new port www/swiggle Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47414 >Category: ports >Synopsis: new port www/swiggle >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jan 23 13:10:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Josef El-Rayes >Release: FreeBSD 4.7-RELEASE alpha >Organization: >Environment: System: FreeBSD satanii.enemy.org 4.7-RELEASE FreeBSD 4.7-RELEASE #3: Sun Oct 13 23:53:31 CEST 2002 root@satanii.enemy.org:/usr/src/sys/compile/S2 alpha >Description: swiggle is a web image gallery creator for command line >How-To-Repeat: >Fix: --- swiggle.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # swiggle # swiggle/Makefile # swiggle/pkg-comment # swiggle/distinfo # swiggle/pkg-plist # swiggle/pkg-descr # echo c - swiggle mkdir -p swiggle > /dev/null 2>&1 echo x - swiggle/Makefile sed 's/^X//' >swiggle/Makefile << 'END-of-swiggle/Makefile' X XPORTNAME= swiggle XPORTVERSION= 0.1 XCATEGORIES= www XMASTER_SITES= http://mailbox.univie.ac.at/~le/swiggle/files/ \ X http://www.daemon.li/downloads/ X XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= j.el-rayes@daemon.li X XLIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg:install \ X exif.8:${PORTSDIR}/graphics/libexif:install X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/swiggle ${PREFIX}/bin X Xpost-install: X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X X.include END-of-swiggle/Makefile echo x - swiggle/pkg-comment sed 's/^X//' >swiggle/pkg-comment << 'END-of-swiggle/pkg-comment' XSwiggle is a commandline web image gallery generator END-of-swiggle/pkg-comment echo x - swiggle/distinfo sed 's/^X//' >swiggle/distinfo << 'END-of-swiggle/distinfo' XMD5 (swiggle-0.1.tar.gz) = ee4ccf64480ab0bd3855d5d30c892560 END-of-swiggle/distinfo echo x - swiggle/pkg-plist sed 's/^X//' >swiggle/pkg-plist << 'END-of-swiggle/pkg-plist' Xbin/swiggle Xshare/doc/swiggle/README X@dirrm share/doc/swiggle END-of-swiggle/pkg-plist echo x - swiggle/pkg-descr sed 's/^X//' >swiggle/pkg-descr << 'END-of-swiggle/pkg-descr' Xswiggle is a small command line tool that generates HTML pages, Xincluding thumbnail indexes, for given images X(a so called "web gallery"). XIt's intended to be easy to use, and since it is written in C, Xit's quite speedy. X XIt uses libjpeg for decompression and compression of images, Xlibexif for getting EXIF information contained in the images, Xand it caches scaled images so that subsequent runs don't need to Xscale images again and are faster. XOf course, the original images aren't changed. X XCurrently, it only processes JPEG images, and it's thought Xto be used primarily with images taken with digital cameras. X XWWW: http://mailbox.univie.ac.at/~le/swiggle/ X XJosef El-Rayes Xj.el-rayes@daemon.li END-of-swiggle/pkg-descr exit --- swiggle.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message