aboutsummaryrefslogtreecommitdiff
path: root/sysutils/namefix
Commit message (Collapse)AuthorAgeFilesLines
* - Double-quote $@ to properly propagate parameters down the execution pathAlexey Dokuchaev2016-10-171-1/+2
| | | | | | | - Consistently pad (separate) shebang in wrapper scripts with an empty line Notes: svn path=/head/; revision=424092
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Convert to USES=7z for trivial casesJan Beich2016-03-251-7/+1
| | | | | | | | Approved by: portmgr modernization blanket Differential Revision: https://reviews.freebsd.org/D4190 Notes: svn path=/head/; revision=411858
* Remove BROKEN_sparc64 (again): it was failing due to missing -fPIC in theAlexey Dokuchaev2015-11-301-2/+0
| | | | | | | | | `archivers/p7zip' port, which I've added in r396461. Discussed with: linimon Notes: svn path=/head/; revision=402643
* Mark as broken on sparc64: fails to extract.Mark Linimon2015-09-251-0/+2
| | | | | | | Approved by: portmgr (sparc64 blanket) Notes: svn path=/head/; revision=397895
* Do not declare that the port is broken on Tier-2 architectures: it buildsAlexey Dokuchaev2015-09-091-15/+15
| | | | | | | | | and installs just fine on at least PowerPC, and I do not see a reason why would simple Perl program fail to install as long as all dependencies are satisfied. While here, amend CATEGORIES/COMMENT and wrap very long lines. Notes: svn path=/head/; revision=396462
* - Fix shebangsDmitry Marakasov2015-06-171-2/+4
| | | | | | | - Add NO_ARCH Notes: svn path=/head/; revision=389928
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Stagify.Vanilla I. Shu2014-06-271-9/+8
| | | | Notes: svn path=/head/; revision=359543
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Convert to new perl frameworkMathieu Arnold2013-08-031-1/+2
| | | | | | | - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324191
* Mark as broken on tier-2: fails to install.Mark Linimon2011-12-221-1/+7
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=287847
* Update to version 4.0.2Emanuel Haupt2011-10-183-43/+79
| | | | | | | | PR: 161643 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=283808
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-1/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - Update to 4.0 RC11Andrew Pantyukhin2008-04-163-16/+22
| | | | Notes: svn path=/head/; revision=211339
* - Update to 4.0 RC10Andrew Pantyukhin2008-02-292-6/+7
| | | | Notes: svn path=/head/; revision=208168
* - Update to 4.0 RC8Andrew Pantyukhin2007-12-133-8/+10
| | | | Notes: svn path=/head/; revision=203457
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onMark Linimon2007-10-071-0/+1
| | | | | | | | | | | perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr Notes: svn path=/head/; revision=201032
* - Update to 4.0_RC5Andrew Pantyukhin2007-08-072-10/+12
| | | | Notes: svn path=/head/; revision=197286
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 4.0 RC4Andrew Pantyukhin2006-11-142-4/+4
| | | | Notes: svn path=/head/; revision=177213
* - Update to 4.0 RC3Andrew Pantyukhin2006-11-012-5/+5
| | | | Notes: svn path=/head/; revision=176075
* - Update to 3.9bAndrew Pantyukhin2006-09-162-6/+7
| | | | Notes: svn path=/head/; revision=173144
* - Update to 3.9Andrew Pantyukhin2006-08-313-5/+5
| | | | Notes: svn path=/head/; revision=171714
* Add port sysutils/namefix:Andrew Pantyukhin2006-08-284-0/+61
namefix.pl is a platform independant batch file renamer. Aimed at cleaning up media files downloaded from p2p networks. It has many features to automate the normally tedious job of filename tidying. WWW: http://namefix.blogspot.com/ Author: Jacob Jarick <mem.namefix@gmail.com> Notes: svn path=/head/; revision=171505