aboutsummaryrefslogtreecommitdiff
path: root/textproc/ack
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* Remove ${LOCALBASE}/bin/ from BUILD/RUN_DEPENDS in cases where it is ↵Adam Weinberger2015-07-071-1/+1
| | | | | | | | | unnecessary, and sort depends where appropriate. Notes: svn path=/head/; revision=391514
* - Add CPE infoDmitry Marakasov2015-04-231-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=384555
* - Add PORTSCOUTSunpoet Po-Chuan Hsieh2015-02-182-3/+5
| | | | | | | - Sort PLIST Notes: svn path=/head/; revision=379276
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+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
* textproc/ack: 2.12 -> 2.14Kurt Jaeger2014-09-182-3/+3
| | | | | | | | | http://cpansearch.perl.org/src/PETDANCE/ack-2.14/Changes Requested by: jungleboogie0@gmail.com Notes: svn path=/head/; revision=368503
* - Update to 2.12Sunpoet Po-Chuan Hsieh2013-12-052-6/+7
| | | | | | | | | | | - Reorder CATEGORIES - Update MASTER_SITE_SUBDIR - Add LICENSE Changes: http://search.cpan.org/dist/ack/Changes Notes: svn path=/head/; revision=335695
* - restore missed files for proper workAndrej Zverev2013-09-282-0/+4
| | | | | | | | | PR: ports/182454, ports/182447 Submitted by: Kenji Rikitake <kenji.rikitake@acm.org>, Trevor Caira <trevor@bitba.se> Notes: svn path=/head/; revision=328562
* - Update to 2.10Sunpoet Po-Chuan Hsieh2013-09-263-6/+6
| | | | | | | | | - Support STAGEDIR Changes: http://search.cpan.org/dist/ack/Changes Notes: svn path=/head/; revision=328385
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Update to 2.08Mathieu Arnold2013-08-232-3/+3
| | | | Notes: svn path=/head/; revision=325266
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Update to 2.04Raphael Kubo da Costa2013-06-014-25/+18
| | | | | | | | | | | | | | | - Use a more user-friendly site in pkg-descr. - Remove OPTIONS, upstream does not ship completion files anymore. Please note that ack2 is slightly incompatible with some options present in ack1, see http://beyondgrep.com/ack-2.0/ for more information. PR: ports/178515 Submitted by: rakuco Approved by: perl (swills on IRC) Notes: svn path=/head/; revision=319584
* For perl@ owned ports:Eitan Adler2013-03-291-1/+1
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* Remove PKGNAMEPREFIX from textproc/py-ackChris Rees2013-01-074-0/+65
| | | | | | | | Submitted by: Sebastian Santoro (original idea) Reviewed by: perl Notes: svn path=/head/; revision=310049
* Remove textproc/ack as it is already already in the tree as textproc/p5-ackSteven Kreuzer2011-08-094-44/+0
| | | | Notes: svn path=/head/; revision=279361
* ack is a tool like grep, designed for programmers with large trees ofSteven Kreuzer2011-08-094-0/+44
heterogeneous source code. ack is written purely in Perl, and takes advantage of the power of Perl's regular expressions WWW: http://betterthangrep.com/ Notes: svn path=/head/; revision=279343