Port details |
- ack Grep-like text finder for large trees of text
- 2.14_1 textproc
=0 2.14_1Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2011-08-09 13:48:47
- Last Update: 2017-03-12 17:28:07
- SVN Revision: 435998
- Also Listed In: perl5 sysutils
- License: ART20
- WWW:
- http://beyondgrep.com/
- Description:
- ack is a grep-like program with optimizations for searching through large
trees of source code.
Key improvements include:
* Defaults to only searching program source code
* Defaults to recursively searching directories
* Ignores blib directories.
* Ignores source code control directories, like CVS, .svn and _darcs.
* Uses Perl regular expressions
* Highlights matched text
WWW: http://beyondgrep.com/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: ack
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ack-2.14.tar.gz) = 8549a833efec158dc85bc6334b3a384ae5a389896942eab9a58c6e630c181b3f
SIZE (ack-2.14.tar.gz) = 222479
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-File-Next>=0.40 : sysutils/p5-File-Next
- perl5>=5.20<5.21 : lang/perl5.20
- Runtime dependencies:
-
- p5-File-Next>=0.40 : sysutils/p5-File-Next
- perl5>=5.20<5.21 : lang/perl5.20
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- cpe perl5
- 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.14_1 12 Mar 2017 17:28:07 |
sunpoet |
Move textproc/ack to textproc/p5-ack |
2.14_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.14_1 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- 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 |
2.14_1 07 Jul 2015 16:22:55 |
adamw |
Remove ${LOCALBASE}/bin/ from BUILD/RUN_DEPENDS in cases where it is
unnecessary,
and sort depends where appropriate. |
2.14_1 23 Apr 2015 09:49:46 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
2.14_1 18 Feb 2015 16:23:20 |
sunpoet |
- Add PORTSCOUT
- Sort PLIST |
2.14_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above ) |
2.14 18 Sep 2014 17:48:24 |
pi |
textproc/ack: 2.12 -> 2.14
http://cpansearch.perl.org/src/PETDANCE/ack-2.14/Changes
Requested by: jungleboogie0@gmail.com |
2.12 05 Dec 2013 20:26:42 |
sunpoet |
- Update to 2.12
- Reorder CATEGORIES
- Update MASTER_SITE_SUBDIR
- Add LICENSE
Changes: http://search.cpan.org/dist/ack/Changes |
2.10_1 28 Sep 2013 09:34:52 |
az |
- restore missed files for proper work
PR: ports/182454, ports/182447
Submitted by: Kenji Rikitake <kenji.rikitake@acm.org>,
Trevor Caira <trevor@bitba.se> |
2.10 26 Sep 2013 16:47:18 |
sunpoet |
- Update to 2.10
- Support STAGEDIR
Changes: http://search.cpan.org/dist/ack/Changes |
2.08 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
2.08 23 Aug 2013 13:52:23 |
mat |
Update to 2.08 |
2.04 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
2.04 01 Jun 2013 19:07:16 |
rakuco |
- Update to 2.04
- 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) |
1.96_1 29 Mar 2013 00:44:54 |
eadler |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
1.96_1 07 Jan 2013 17:28:32 |
crees |
Remove PKGNAMEPREFIX from textproc/py-ack
Submitted by: Sebastian Santoro (original idea)
Reviewed by: perl |
1.94 09 Aug 2011 16:46:38 |
skreuzer |
Remove textproc/ack as it is already already in the tree as textproc/p5-ack |
1.94 09 Aug 2011 13:48:34 |
skreuzer |
ack is a tool like grep, designed for programmers with large trees of
heterogeneous source code.
ack is written purely in Perl, and takes advantage of the power of
Perl's regular expressions
WWW: http://betterthangrep.com/ |