head	1.27;
access;
symbols
	RELEASE_8_3_0:1.23
	RELEASE_9_0_0:1.22
	RELEASE_7_4_0:1.22
	RELEASE_8_2_0:1.22
	RELEASE_6_EOL:1.22
	RELEASE_8_1_0:1.21
	RELEASE_7_3_0:1.19
	RELEASE_8_0_0:1.18
	RELEASE_7_2_0:1.17
	RELEASE_7_1_0:1.16
	RELEASE_6_4_0:1.16
	RELEASE_5_EOL:1.14
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.27
date	2013.01.27.06.41.43;	author svnexp;	state Exp;
branches;
next	1.26;

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

1.25
date	2012.06.28.18.37.23;	author az;	state Exp;
branches;
next	1.24;

1.24
date	2012.05.25.15.18.01;	author miwi;	state Exp;
branches;
next	1.23;

1.23
date	2012.01.28.17.49.46;	author miwi;	state Exp;
branches;
next	1.22;

1.22
date	2010.09.18.15.57.18;	author makc;	state Exp;
branches;
next	1.21;

1.21
date	2010.05.31.02.01.45;	author ade;	state Exp;
branches;
next	1.20;

1.20
date	2010.03.28.06.45.57;	author dinoex;	state Exp;
branches;
next	1.19;

1.19
date	2010.02.05.11.45.49;	author dinoex;	state Exp;
branches;
next	1.18;

1.18
date	2009.08.02.02.51.46;	author wxs;	state Exp;
branches;
next	1.17;

1.17
date	2009.02.09.17.34.24;	author miwi;	state Exp;
branches;
next	1.16;

1.16
date	2008.07.19.10.49.05;	author rafan;	state Exp;
branches;
next	1.15;

1.15
date	2008.06.06.14.12.20;	author edwin;	state Exp;
branches;
next	1.14;

1.14
date	2008.01.26.13.26.14;	author araujo;	state Exp;
branches;
next	1.13;

1.13
date	2007.07.31.11.24.19;	author arved;	state Exp;
branches;
next	1.12;

1.12
date	2007.07.15.21.32.53;	author pav;	state Exp;
branches;
next	1.11;

1.11
date	2007.05.19.20.28.56;	author flz;	state Exp;
branches;
next	1.10;

1.10
date	2007.04.24.22.28.39;	author miwi;	state Exp;
branches;
next	1.9;

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

1.8
date	2007.02.08.22.49.43;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2006.06.10.12.44.51;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2006.03.07.08.27.56;	author ade;	state Exp;
branches;
next	1.5;

1.5
date	2006.02.11.21.03.10;	author netchild;	state Exp;
branches;
next	1.4;

1.4
date	2005.07.23.11.49.51;	author krion;	state Exp;
branches;
next	1.3;

1.3
date	2005.07.23.02.53.40;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2005.02.28.01.46.16;	author kris;	state Exp;
branches;
next	1.1;

1.1
date	2004.03.16.00.11.20;	author trevor;	state Exp;
branches;
next	;


desc
@@


1.27
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311049
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: trevor
# $FreeBSD: head/x11-fm/gprename/Makefile 311049 2013-01-27 05:55:20Z tabthorpe $

PORTNAME=	gprename
PORTVERSION=	2.7
PORTEPOCH=	1
CATEGORIES=	x11-fm
MASTER_SITES=	SF

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Perl script for renaming multiple files

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

RUN_DEPENDS=	p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
		p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext

WRKSRC=		${WRKDIR}/${PORTNAME}/trunk

USE_BZIP2=	yes
USE_PERL5_RUN=	yes
USE_GETTEXT=	yes
NO_BUILD=	yes

MAN1=		gprename.1

post-extract:
	@@${RM} -rf ${WRKSRC}/build

post-patch:
	@@${REINPLACE_CMD} -e \
		'/^#!/s|/.*|${PERL}|' ${WRKSRC}/bin/gprename
	@@${REINPLACE_CMD} -e \
		's|/usr/local|${PREFIX}| ; \
		 s|$$(CURDIR)|$$(.CURDIR)| ; \
		 s|uninstall build|build| ; \
		 s|share/man|man|' ${WRKSRC}/Makefile

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

.include <bsd.port.mk>
@


1.26
log
@Switch exporter over
@
text
@d1 2
a2 7
# New ports collection makefile for:	gprename
# Date created:				2004-03-15
# Whom:					trevor
#
#
# $FreeBSD: head/x11-fm/gprename/Makefile 300897 2012-07-14 14:29:18Z beat $
#
@


1.25
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.24
log
@- Update to 2.7

PR:		168049
Submitted by:	Ports Fury
@
text
@d21 2
a22 2
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
		${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext
@


1.23
log
@- Update to 2.6.6

PR:		164174
Submitted by:	Ports Fury
@
text
@d10 1
a10 1
PORTVERSION=	2.6.6
d24 1
a24 1
WRKSRC=		${WRKDIR}/${PORTNAME}
d33 3
d37 7
a43 6
	@@${REINPLACE_CMD} 's|/usr/|${PREFIX}/|' \
		${WRKSRC}/bin/gprename
	@@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|; \
		s|$$(CURDIR)|$$(.CURDIR)|; \
		s|share/man|man|;' \
		${WRKSRC}/Makefile
@


1.22
log
@Update to 2.6.5

PR:		ports/150660
Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>
@
text
@d10 1
a10 1
PORTVERSION=	2.6.5
d18 3
@


1.21
log
@Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
@
text
@d10 1
a10 2
PORTVERSION=	2.6.3
PORTREVISION=	3
d21 2
d27 1
a27 1
PORTDOCS=	README COPYING
a28 1
MANCOMPRESSED=	no
d41 1
a41 1
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}/
@


1.20
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d11 1
a11 1
PORTREVISION=	2
@


1.19
log
@- update to jpeg-8
@
text
@d11 1
a11 1
PORTREVISION=	1
@


1.18
log
@- Reset maintainer and remove old MASTER_SITES.

PR:		ports/137224
Submitted by:	Martin Tournoij <carpetsmoker@@rwxrwxrwx.net> (maintainer)
@
text
@d11 1
@


1.17
log
@- Update to 2.6.3

PR:		130948
Submitted by:	Dennis Herrmann <adox@@mcx2.org>
Approved by:	maintainer
@
text
@d15 1
a15 1
MAINTAINER=	carpetsmoker@@rwxrwxrwx.net
@


1.16
log
@- Update to 2.6.2
- Update maintainer's email address

PR:		ports/125610
Submitted by:	Martin Tournoij (maintainer)
@
text
@d5 1
a5 1
# $Carpetsmoker: ports/x11-fm/gprename/Makefile,v 1.10 2008/07/14 16:39:53 carpetsmoker Exp $
d10 1
a10 1
PORTVERSION=	2.6.2
@


1.15
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
@d5 1
d10 1
a10 2
PORTVERSION=	2.5
PORTREVISION=	1
d15 1
a15 1
MAINTAINER=	carpetsmoker@@xs4all.nl
@


1.14
log
@- Update to 2.5.
- Use SF macro.

PR:		ports/119758
Submitted by:	Felippe de Meirelles Motta <lippemail@@gmail.com>
Reworked by:	Martin Tournoij <carpetsmoker@@xs4all.nl> (maintainer)
Approved by:	stas (mentor, implicit)
@
text
@d10 1
@


1.13
log
@Update to 2.4

PR:		115075
Submitted by:	Martin Tournoij <carpetsmoker@@xs4all.nl>
@
text
@a4 1
# $Carpetsmoker: ports/x11-fm/gprename/Makefile,v 1.6 2007/07/20 07:31:57 carpetsmoker Exp $
d9 1
a9 1
PORTVERSION=	2.4
d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
d17 2
a18 1
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2
d39 1
a39 1
	${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/COPYING ${DOCSDIR}
@


1.12
log
@- Update to 2.3

PR:		ports/114512
Submitted by:	Martin Tournoij <carpetsmoker@@xs4all.nl> (maintainer)
@
text
@d5 1
a5 1
# $Carpetsmoker: ports/x11-fm/gprename/Makefile,v 1.5 2007/07/12 02:30:53 carpetsmoker Exp $
d10 1
a10 1
PORTVERSION=	2.3
d23 1
@


1.11
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d5 1
a5 1
# $Carpetsmoker: ports/gprename/Makefile,v 1.3 2007/04/23 18:35:06 carpetsmoker Exp $
d10 1
a10 2
PORTVERSION=	2.2
PORTREVISION=	1
d24 11
d36 1
a36 37
SUB_FILES=	gprename

PORTDOCS=	README
PLIST_FILES=	bin/gprename \
		%%DATADIR%%/COPYING \
		%%DATADIR%%/bin/gprename.pl \
		%%DATADIR%%/languages/lang.dt \
		%%DATADIR%%/languages/lang.en \
		%%DATADIR%%/languages/lang.es.ISO-8859-1 \
		%%DATADIR%%/languages/lang.es.UTF-8 \
		%%DATADIR%%/languages/lang.fr.ISO-8859-1 \
		%%DATADIR%%/languages/lang.fr.UTF-8 \
		%%DATADIR%%/languages/lang.pl.ISO-8859-2 \
		%%DATADIR%%/languages/lang.pl.UTF-8 \
		%%DATADIR%%/languages/lang.pt-br.ISO-8859-1 \
		%%DATADIR%%/languages/lang.pt-br.UTF-8 \
		%%DATADIR%%/languages/langs.pl \
		%%DATADIR%%/icon/gprename_icon.png \
		%%DATADIR%%/icon/gprename_nautilus-action.png
PLIST_DIRS=	%%DATADIR%%/icon \
		%%DATADIR%%/languages \
		%%DATADIR%%/bin \
		%%DATADIR%%

.include <bsd.port.pre.mk>

do-install:
	${INSTALL_SCRIPT} ${WRKDIR}/gprename ${PREFIX}/bin
	@@${MKDIR} ${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/COPYING ${DATADIR}
	@@${MKDIR} ${DATADIR}/bin
	${INSTALL_SCRIPT} ${WRKSRC}/bin/gprename.pl ${DATADIR}/bin
	@@${MKDIR} ${DATADIR}/languages
	${INSTALL_DATA} ${WRKSRC}/languages/lang.* ${DATADIR}/languages
	${INSTALL_DATA} ${WRKSRC}/languages/langs.pl ${DATADIR}/languages
	@@${MKDIR} ${DATADIR}/icon
	${INSTALL_DATA} ${WRKSRC}/icon/* ${DATADIR}/icon/
d39 1
a39 1
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
d42 1
a42 1
.include <bsd.port.post.mk>
@


1.10
log
@- Update to 2.2

PR:		112045
Submitted by:	Martin Tournoij <carpetsmoker@@xs4all.nl>
@
text
@d11 1
@


1.9
log
@- Update to 2.1
- Take maintainership

PR:		ports/110602
Submitted by:	Martin Tournoij <carpetsmoker@@xs4all.nl>
@
text
@d5 1
d10 1
a10 1
PORTVERSION=	2.1
d31 1
d42 2
a43 1
		%%DATADIR%%/icon/gprename_icon.png
d61 1
a61 1
	${INSTALL_DATA} ${WRKSRC}/icon/gprename_icon.png ${DATADIR}/icon/
@


1.8
log
@- Update to 2.0

PR:		108890
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
@
text
@d9 1
a9 1
PORTVERSION=	2.0
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
a20 1
USE_X_PREFIX=	yes
d40 2
a41 2
		%%DATADIR%%/pixmaps/gprename_icon64.xpm
PLIST_DIRS=	%%DATADIR%%/pixmaps \
d57 2
a58 2
	@@${MKDIR} ${DATADIR}/pixmaps
	${INSTALL_DATA} ${WRKSRC}/pixmaps/*.xpm ${DATADIR}/pixmaps
@


1.7
log
@- Update to 1.7

PR:		ports/98025
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
@
text
@d9 1
a9 1
PORTVERSION=	1.7
d18 1
a18 1
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Gtk:${PORTSDIR}/x11-toolkits/p5-Gtk
d29 1
a30 1
		%%DATADIR%%/bin/langs.pl \
d38 3
a40 2
		%%DATADIR%%/languages/lang.zh_TW.Big5 \
		%%DATADIR%%/languages/lang.zh_TW.UTF-8 \
d51 2
d54 1
a54 1
	${INSTALL_SCRIPT} ${WRKSRC}/bin/*.pl ${DATADIR}/bin
d57 1
@


1.6
log
@Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with:	kris
Approved by:	portmgr (implicit)
@
text
@d9 2
a10 2
PORTVERSION=	1.24
PORTREVISION=	1
a19 3
NO_BUILD=	yes
PLIST_DIRS=	share/gprename/languages share/gprename/pixmaps share/gprename
PLIST_FILES=	bin/gprename share/gprename/pixmaps/gprename_icon64.xpm share/gprename/gprename.pl share/gprename/langs.pl
d21 1
d23 1
a23 1
USE_X_PREFIX=	yes
d25 1
a25 1
.include <bsd.port.pre.mk>
d27 18
a44 4
.for ii in en es.ISO-8859-1 es.UTF-8 fr.ISO-8859-1 fr.UTF-8 zh_TW.Big5 \
	zh_TW.UTF-8 pl.ISO-8859-2 pl.UTF-8
PLIST_FILES+=	share/gprename/languages/lang.${ii}
.endfor
d46 1
a46 5
pre-install:
.if !defined(NOPORTDOCS)
PLIST_DIRS+=	share/doc/gprename
PLIST_FILES+=	share/doc/gprename/README
.endif
a48 7
	${MKDIR} ${DATADIR}
	${CP} -pPR ${WRKSRC}/languages ${WRKSRC}/pixmaps ${DATADIR}
.for ii in gprename langs
	${INSTALL_SCRIPT} ${WRKSRC}/${ii}.pl ${DATADIR}
.endfor
	${SED} 's:PREFIX:${PREFIX}:g' < ${FILESDIR}/gprename \
		> ${WRKDIR}/gprename
d50 6
d57 1
a57 1
	${MKDIR} ${DOCSDIR}
@


1.5
log
@Reset maintainership to ports@@ after ~4 months without any response to any
PR.

Thanks for contributing.

Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@@ if no _active_ *committer* takes it
before the ports freeze.

While I'm here:
 - fix a little nit in the csound port (I think the intention was to
   create no backup file instead of creating one with a "-e" extension)
 - set ARCH to i386 in the amd64 case for the acroread7 port. This
   is a work-around to be able to install everything when a dependency
   is not already installed (ARCH is read-only in sub-makes, so the
   dependencies can't change it). This should be removed when the
   dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]

Not objected to by:	portmgr (explicit: krion; silence: rest)
Maintainer timeout:	~4 months
Submitted by:		Sangwoo Shim <sangwoos@@gmail.com> [1]
PR:			87985 [1]
@
text
@d10 1
@


1.4
log
@Update to 1.24 and unbreak.

PR:		ports/79561
Submitted by:	Andrej Zverev <az at inec dot ru>
Approved by:	maintainer timeout
@
text
@d14 1
a14 1
MAINTAINER=	trevor@@FreeBSD.org
@


1.3
log
@This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
@
text
@d9 1
a9 1
PORTVERSION=	1.21
a18 4
BROKEN=		Incomplete pkg-plist
DEPRECATED=	${BROKEN}
EXPIRATION_DATE=2005-09-22

d21 1
a21 1
PLIST_FILES=	bin/gprename share/gprename/pixmaps/gprename_icon64.xpm
d29 1
a29 1
	zh_TW.UTF-8
@


1.2
log
@BROKEN: Incomplete pkg-plist
@
text
@d20 2
@


1.1
log
@new port of GPRename, a Perl script for renaming files
@
text
@d19 2
@

