Port details |
- gprename Perl script for renaming multiple files
- 2.7_1,1 x11-fm =4 2.7_1,1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2004-03-16 00:11:51
- Last Update: 2024-02-26 17:01:13
- Commit Hash: 60d540f
- People watching this port, also watch:: pcmanfm, pqiv, e2fsprogs, pure-ftpd, monit
- License: GPLv3+
- WWW:
- https://gprename.sourceforge.net/
- Description:
- GPRename is a GUI batch file renamer based on Gtk-Perl. It can rename
files numerically, insert/delete characters at/between specified
position(s), replace strings (either using regular express or not),
and change case.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gprename>0:x11-fm/gprename
- To install the port:
- cd /usr/ports/x11-fm/gprename/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-fm/gprename
- pkg install gprename
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gprename
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (gprename-2.7.tar.bz2) = fa80ae7d4280d46ed01c4301711e713a787a209ff4e64b3f06142ec2c3317aa4
SIZE (gprename-2.7.tar.bz2) = 243729
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- p5-Gtk2>=0 : x11-toolkits/p5-Gtk2
- p5-Locale-gettext>=0 : devel/p5-Locale-gettext
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gprename-2.7_1,1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- x11-fm_gprename
- USES:
- gettext perl5 tar:bzip2 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.7_1,1 26 Feb 2024 17:01:13 |
Muhammad Moinur Rahman (bofh) |
x11-fm/gprename: Moved man to share/man
Approved by: portmgr (blanket) |
2.7,1 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.7,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.7,1 20 Jul 2022 14:23:35 |
Tobias C. Berner (tcberner) |
x11-fm: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alejandro Pulver <alejandro@varnet.biz>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@fix.no>
* Beñat Gonzalez Etxepare <bbtruk@users.sourceforge.net>
* Geyer Klaus
* Gustau Perez i Querol <gustau.perez@gmail.com>
* Heiner <h.eichmann@gmx.de>
* Jens K. Loewe <bsd@tuxproject.de>
* Lars Engels <lars.engels@0x20.net>
* Martin Tournoij <carpetsmoker@xs4all.nl>
* Oliver Lehmann <oliver@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.7,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.7,1 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
2.7,1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.7,1 16 Feb 2016 05:13:54 |
amdmi3 |
- Fix license
- Switch to options helpers |
2.7,1 17 Dec 2015 17:19:48 |
mat |
Fix usage of ${PERL5}.
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.
While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.
PR: 205367
With hat: portmgr
Sponsored by: Absolight |
2.7,1 28 Jan 2015 01:07:35 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket, kwm (for gnome@ ports) |
2.7,1 10 Apr 2014 19:50:24 |
bapt |
Support stage |
2.7,1 22 Oct 2013 14:04:02 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (remaining categories)
- Add note on mtree change to CHANGES
Approved by: portmgr (bdrewery) |
2.7,1 20 Sep 2013 23:49:40 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-fm) |
2.7,1 07 Sep 2013 17:20:21 |
sunpoet |
- Use single space after WWW: |
2.7 03 Aug 2013 13:44:01 |
mat |
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
2.7,1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
2.7,1 27 Jan 2013 05:55:20 |
tabthorpe |
- Strip header at request of original creator
Submitted by: trevor
With hat: portmgr |
2.7,1 28 Jun 2012 18:37:23 |
az |
- Remove SITE_PERL from *_DEPENDS |
2.7,1 25 May 2012 15:18:01 |
miwi |
- Update to 2.7
PR: 168049
Submitted by: Ports Fury |
2.6.6,1 28 Jan 2012 17:49:46 |
miwi |
- Update to 2.6.6
PR: 164174
Submitted by: Ports Fury |
2.6.5,1 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
2.6.5,1 18 Sep 2010 15:57:18 |
makc |
Update to 2.6.5
PR: ports/150660
Submitted by: KATO Tsuguru <tkato432 at yahoo.com> |
2.6.3_3,1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.6.3_2,1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.6.3_1,1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.6.3,1 02 Aug 2009 02:51:50 |
wxs |
- Reset maintainer and remove old MASTER_SITES.
PR: ports/137224
Submitted by: Martin Tournoij <carpetsmoker@rwxrwxrwx.net> (maintainer) |
2.6.3,1 09 Feb 2009 17:34:24 |
miwi |
- Update to 2.6.3
PR: 130948
Submitted by: Dennis Herrmann <adox@mcx2.org>
Approved by: maintainer |
2.6.2,1 19 Jul 2008 10:49:05 |
rafan |
- Update to 2.6.2
- Update maintainer's email address
PR: ports/125610
Submitted by: Martin Tournoij (maintainer) |
2.5_1,1 06 Jun 2008 14:12:23 |
edwin |
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) |
2.5,1 26 Jan 2008 13:26:15 |
araujo |
- 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) |
2.4,1 31 Jul 2007 11:24:19 |
arved |
Update to 2.4
PR: 115075
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> |
2.3,1 15 Jul 2007 21:32:53 |
pav |
- Update to 2.3
PR: ports/114512
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer) |
2.2_1,1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.2,1 24 Apr 2007 22:28:39 |
miwi |
- Update to 2.2
PR: 112045
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> |
2.1,1 22 Mar 2007 16:17:24 |
pav |
- Update to 2.1
- Take maintainership
PR: ports/110602
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> |
2.0,1 08 Feb 2007 22:49:43 |
miwi |
- Update to 2.0
PR: 108890
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.7,1 10 Jun 2006 12:44:52 |
pav |
- Update to 1.7
PR: ports/98025
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.24_1 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
1.24 11 Feb 2006 21:03:14 |
netchild |
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] |
1.24 24 Jan 2006 03:16:52 |
edwin |
SHA256ify
Approved by: krion@ |
1.24 23 Jul 2005 11:49:51 |
krion |
Update to 1.24 and unbreak.
PR: ports/79561
Submitted by: Andrej Zverev <az at inec dot ru>
Approved by: maintainer timeout |
1.21 23 Jul 2005 02:53:43 |
kris |
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. |
1.21 28 Feb 2005 01:46:16 |
kris |
BROKEN: Incomplete pkg-plist |
1.21 16 Mar 2004 00:39:12 |
trevor |
Remove accidentally committed file.
Noticed by: kris |
1.21 16 Mar 2004 00:11:20 |
trevor |
new port of GPRename, a Perl script for renaming files |