head	1.26;
access;
symbols
	RELEASE_8_3_0:1.24
	RELEASE_9_0_0:1.24
	RELEASE_7_4_0:1.23
	RELEASE_8_2_0:1.23
	RELEASE_6_EOL:1.23
	RELEASE_8_1_0:1.23
	RELEASE_7_3_0:1.23
	RELEASE_8_0_0:1.22
	RELEASE_7_2_0:1.21
	RELEASE_7_1_0:1.21
	RELEASE_6_4_0:1.21
	RELEASE_5_EOL:1.20
	RELEASE_7_0_0:1.20
	RELEASE_6_3_0:1.20
	PRE_XORG_7:1.17
	RELEASE_4_EOL:1.16
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.12
	RELEASE_5_5_0:1.12
	RELEASE_6_0_0:1.11
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1;
locks; strict;
comment	@# @;


1.26
date	2013.03.14.13.48.10;	author svnexp;	state Exp;
branches;
next	1.25;

1.25
date	2012.11.17.06.03.06;	author svnexp;	state Exp;
branches;
next	1.24;

1.24
date	2011.03.04.02.15.10;	author wen;	state Exp;
branches;
next	1.23;

1.23
date	2010.02.05.11.45.09;	author dinoex;	state Exp;
branches;
next	1.22;

1.22
date	2009.07.18.11.11.22;	author dinoex;	state Exp;
branches;
next	1.21;

1.21
date	2008.06.06.14.07.14;	author edwin;	state Exp;
branches;
next	1.20;

1.20
date	2007.07.12.18.52.00;	author lme;	state Exp;
branches;
next	1.19;

1.19
date	2007.05.27.15.25.38;	author pav;	state Exp;
branches;
next	1.18;

1.18
date	2007.05.25.12.07.16;	author pav;	state Exp;
branches;
next	1.17;

1.17
date	2007.02.12.22.22.14;	author arved;	state Exp;
branches;
next	1.16;

1.16
date	2007.01.15.20.07.00;	author miwi;	state Exp;
branches;
next	1.15;

1.15
date	2006.11.01.17.53.23;	author miwi;	state Exp;
branches;
next	1.14;

1.14
date	2006.05.29.14.33.32;	author clsung;	state Exp;
branches;
next	1.13;

1.13
date	2006.05.13.04.41.20;	author edwin;	state Exp;
branches;
next	1.12;

1.12
date	2005.09.28.06.50.39;	author linimon;	state Exp;
branches;
next	1.11;

1.11
date	2005.04.04.05.31.09;	author clsung;	state Exp;
branches;
next	1.10;

1.10
date	2005.03.15.21.48.31;	author josef;	state Exp;
branches;
next	1.9;

1.9
date	2004.10.25.22.35.05;	author pav;	state Exp;
branches;
next	1.8;

1.8
date	2004.10.22.06.31.50;	author edwin;	state Exp;
branches;
next	1.7;

1.7
date	2004.06.25.07.59.46;	author josef;	state Exp;
branches;
next	1.6;

1.6
date	2004.02.04.05.09.36;	author marcus;	state Exp;
branches;
next	1.5;

1.5
date	2004.02.01.23.31.19;	author josef;	state Exp;
branches;
next	1.4;

1.4
date	2003.10.17.18.46.41;	author arved;	state Exp;
branches;
next	1.3;

1.3
date	2003.08.12.09.12.40;	author mr;	state Exp;
branches;
next	1.2;

1.2
date	2003.07.29.21.05.52;	author marcus;	state Exp;
branches;
next	1.1;

1.1
date	2003.02.19.17.49.20;	author arved;	state Exp;
branches;
next	;


desc
@@


1.26
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314141
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Josef El-Rayes <j.el-rayes@@daemon.li>
# $FreeBSD: head/www/swiggle/Makefile 314141 2013-03-14 08:17:39Z pclin $

PORTNAME=	swiggle
PORTVERSION=	0.4
PORTREVISION=	8
CATEGORIES=	www
MASTER_SITES=	http://homepage.univie.ac.at/l.ertl/swiggle/files/ \
		http://bsd-geek.de/FreeBSD/distfiles/

MAINTAINER=	lme@@FreeBSD.org
COMMENT=	Swiggle is a commandline web image gallery generator

LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
		exif.12:${PORTSDIR}/graphics/libexif

post-patch:
	${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' ${WRKSRC}/Makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/swiggle ${PREFIX}/bin

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.25
log
@Switch exporter over
@
text
@d1 2
a2 5
# New ports collection Makefile for: 	swiggle
# Date created:				19 Feb 2003
# Whom:					Josef El-Rayes <j.el-rayes@@daemon.li>
#
# $FreeBSD: head/www/swiggle/Makefile 300897 2012-07-14 14:29:18Z beat $
d6 1
a6 1
PORTREVISION=	7
@


1.24
log
@- Bump PORTREVISION to chase the update of libexif
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.23
log
@- update to jpeg-8
@
text
@d9 1
a9 1
PORTREVISION=	6
@


1.22
log
@- update to jpeg7
Tested by:	pav on pointyhat
@
text
@d9 1
a9 1
PORTREVISION=	5
d17 1
a17 1
LIB_DEPENDS=	jpeg.10:${PORTSDIR}/graphics/jpeg \
@


1.21
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d9 1
a9 1
PORTREVISION=	4
d17 1
a17 1
LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
@


1.20
log
@Change e-mail address of my ports to my FreeBSD.org one.

Approved by:	miwi (mentor)
@
text
@d9 1
a9 1
PORTREVISION=	3
@


1.19
log
@- Chase libexif update
@
text
@d14 1
a14 1
MAINTAINER=	lars.engels@@0x20.net
@


1.18
log
@- Chase libexif update
@
text
@d9 1
a9 1
PORTREVISION=	2
d18 1
a18 1
		exif.13:${PORTSDIR}/graphics/libexif
@


1.17
log
@- Fix a small bug that causes a garbage errormessage printed to stderr
	Don't try to print an unitialized buf.
	Don't print to stderr because the condition is not a bug
- Bump PORTREVISION

Approved by:	maintainer
@
text
@d9 1
a9 1
PORTREVISION=	1
d17 2
a18 2
LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg:install \
		exif.12:${PORTSDIR}/graphics/libexif:install
@


1.16
log
@- Update to 0.4

PR:		ports/107913
Submitted by:	lars.engels"@@0x20.net (maintainer)
@
text
@d9 1
@


1.15
log
@Add two patches to add new features:

- -e suppresses exif information on the page and shows it in HTML comments [1]
- -E suppresses all exif information [1]
- -D displays the filename instead of its size below the image [2]

[1] Doug Barton <dougb@@>
[2] Tilman Linneweh <arved@@>

PR:		ports/105024
Submitted by:	Lars Engels <lars.engels@@0x20.net> (maintainer)
@
text
@d8 1
a8 2
PORTVERSION=	0.3.3
PORTREVISION=	2
@


1.14
log
@- Take maintainership
- Add additional MASTER_SITE

PR:		ports/98050
Submitted by:	maintainer (Lars Engels)
@
text
@d9 1
a9 1
PORTREVISION=	1
@


1.13
log
@Remove USE_REINPLACE from categories starting with W
@
text
@d11 2
a12 1
MASTER_SITES=	http://homepage.univie.ac.at/l.ertl/swiggle/files/
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.12
log
@Remove obsolete mastersite.

Source:		distfile survey
@
text
@a18 2
USE_REINPLACE=	yes

@


1.11
log
@- exif library version now became .12
- bump PORTREVISION
@
text
@d11 1
a11 2
MASTER_SITES=	http://homepage.univie.ac.at/l.ertl/swiggle/files/ \
		http://www.daemon.li/distfiles/
@


1.10
log
@Drop maintainership of my ports.
It does not look like i will return to my
FreeBSD work in the near future (next months).
@
text
@d9 1
d18 1
a18 1
		exif.10:${PORTSDIR}/graphics/libexif:install
@


1.9
log
@- Update to 0.3.3
- Portlint

Submitted by:	josef (maintainer)
@
text
@d13 1
a13 1
MAINTAINER=	josef@@FreeBSD.org
@


1.8
log
@remove "'s around COMMENT
@
text
@d8 1
a8 2
PORTVERSION=	0.3.2
PORTREVISION=	1
d23 1
d28 1
d31 1
@


1.7
log
@Update mirrors for distfiles.
Approved by:	clement
@
text
@d15 1
a15 1
COMMENT=	"Swiggle is a commandline web image gallery generator"
@


1.6
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d11 2
a12 2
MASTER_SITES=	http://mailbox.univie.ac.at/~le/swiggle/files/ \
		http://www.daemon.li/downloads/
@


1.5
log
@Update my emailadress.

Approved by: simon(mentor)
@
text
@d9 1
@


1.4
log
@Update to 0.3.2

PR:		58167
Submitted by:	maintainer
@
text
@d13 1
a13 1
MAINTAINER=	j.el-rayes@@daemon.li
@


1.3
log
@Fix dependence on libexif:
  exif.9 -> exif.10
@
text
@d8 1
a8 1
PORTVERSION=	0.3
@


1.2
log
@Chase the libexif shared lib version.
@
text
@d17 1
a17 1
		exif.9:${PORTSDIR}/graphics/libexif:install
@


1.1
log
@Add swiggle, A commandline tool to genereate a "Web Gallery"
out of given images

PR:		47414
Submitted by:	 Josef El-Rayes <j.el-rayes@@daemon.li>
@
text
@d17 1
a17 1
		exif.8:${PORTSDIR}/graphics/libexif:install
@

