head	1.12;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.02.37;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2011.09.15.12.33.27;	author cs;	state Exp;
branches;
next	1.10;

1.10
date	2010.10.25.12.07.03;	author wen;	state Exp;
branches;
next	1.9;

1.9
date	2010.03.28.06.44.50;	author dinoex;	state Exp;
branches;
next	1.8;

1.8
date	2010.02.05.11.44.56;	author dinoex;	state Exp;
branches;
next	1.7;

1.7
date	2008.04.29.05.11.43;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2007.05.19.20.25.03;	author flz;	state Exp;
branches;
next	1.5;

1.5
date	2006.05.13.04.41.11;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2006.01.05.03.57.34;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2005.04.12.22.10.42;	author jylefort;	state Exp;
branches;
next	1.2;

1.2
date	2005.01.20.16.12.23;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2004.06.09.08.01.56;	author krion;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	imgsizer
# Date created:			08 Jun 2004
# Whom:				Jean-Yves Lefort <jylefort@@brutele.be>
#
# $FreeBSD: head/www/imgsizer/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	imgsizer
PORTVERSION=	2.8
CATEGORIES=	www textproc
MASTER_SITES=	http://www.catb.org/~esr/imgsizer/ \
		http://www.c-s.li/ports/

MAINTAINER=	cs@@FreeBSD.org
COMMENT=	A tool to autogenerate WIDTH and HEIGHT for IMG HTML tags

RUN_DEPENDS=	rdjpgcom:${PORTSDIR}/graphics/jpeg \
		identify:${PORTSDIR}/graphics/ImageMagick

LICENSE=	BSD

USE_PYTHON=	yes
NO_BUILD=	yes
MAN1=		imgsizer.1

PLIST_FILES=	bin/${PORTNAME}

post-patch:
	@@${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|' ${WRKSRC}/imgsizer

do-install:
	${MKDIR} ${PREFIX}/bin
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
	${MKDIR} ${MAN1PREFIX}/man/man1
	${INSTALL_MAN} ${WRKSRC}/imgsizer.1 ${MAN1PREFIX}/man/man1

.include <bsd.port.mk>
@


1.11
log
@Change maintainer address to my FreeBSD address

Approved by:	wen@@ (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@- Update to 2.8
- Pass maintainership to submitter

PR:		ports/151660
Submitted by:	C-S <c-s@@c-s.li>
@
text
@d14 1
a14 1
MAINTAINER=	c-s@@c-s.li
@


1.9
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d8 19
a26 15
PORTNAME=		imgsizer
PORTVERSION=		2.7
PORTREVISION=	4
CATEGORIES=		www textproc
MASTER_SITES=		http://www.catb.org/~esr/imgsizer/

MAINTAINER=		ports@@FreeBSD.org
COMMENT=		A tool to autogenerate WIDTH and HEIGHT for IMG HTML tags

RUN_DEPENDS=		rdjpgcom:${PORTSDIR}/graphics/jpeg \
			identify:${PORTSDIR}/graphics/ImageMagick

USE_PYTHON=		yes
NO_BUILD=		yes
MAN1=			imgsizer.1
d33 1
a33 1
	${INSTALL_SCRIPT} ${WRKSRC}/imgsizer ${PREFIX}/bin
@


1.8
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.7
log
@Reset jylefort's port maintainerships.  portmgr has taken his commit bit
into safekeeping due to inactivity.
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.6
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d14 1
a14 1
MAINTAINER=		jylefort@@FreeBSD.org
@


1.5
log
@Remove USE_REINPLACE from categories starting with W
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.4
log
@Chase libversion bumb to libMagick.so.9

PR:		ports/91270
@
text
@a20 1
USE_REINPLACE=		yes
@


1.3
log
@Change my MAINTAINER email address to jylefort@@FreeBSD.org

Approved by:	adamw (mentor)
@
text
@d10 1
@


1.2
log
@- Update to 2.7

PR:		ports/76478
Submitted by:	Jean-Yves Lefort <jylefort@@brutele.be> (maintainer)
@
text
@d13 1
a13 1
MAINTAINER=		jylefort@@brutele.be
@


1.1
log
@Add imgsizer 2.6, a tool to autogenerate WIDTH and HEIGHT for IMG HTML
tags.

PR:		ports/67717
Submitted by:	Jean-Yves Lefort <jylefort@@brutele.be>
@
text
@d9 1
a9 1
PORTVERSION=		2.6
d16 3
@

