Date: Tue, 15 Aug 2006 18:14:04 +0800 From: chinsan <chinsan.tw@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/102073: [NEW PORT] sysutils/p5-ack: A grep-like text finder for large trees of text Message-ID: <20060815103556.2E8032E970@smtp2.bc.hgc.com.tw> Resent-Message-ID: <200608151040.k7FAeLit005865@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 102073 >Category: ports >Synopsis: [NEW PORT] sysutils/p5-ack: A grep-like text finder for large trees of text >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 15 10:40:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006 >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://search.cpan.org/dist/ack/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-ack-1.24.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-ack # p5-ack/Makefile # p5-ack/distinfo # p5-ack/pkg-descr # p5-ack/pkg-plist # echo c - p5-ack mkdir -p p5-ack > /dev/null 2>&1 echo x - p5-ack/Makefile sed 's/^X//' >p5-ack/Makefile << 'END-of-p5-ack/Makefile' X# New ports collection makefile for: p5-ack X# Date created: 2006/08/15 X# Whom: chinsan <chinsan.tw@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= ack XPORTVERSION= 1.24 XCATEGORIES= sysutils textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= App XPKGNAMEPREFIX= p5- X XMAINTAINER= chinsan.tw@gmail.com XCOMMENT= A grep-like text finder for large trees of text X XBUILD_DEPENDS= ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple X XPERL_CONFIGURE= yes X XMAN1= ack.1 X X.include <bsd.port.mk> END-of-p5-ack/Makefile echo x - p5-ack/distinfo sed 's/^X//' >p5-ack/distinfo << 'END-of-p5-ack/distinfo' XMD5 (ack-1.24.tar.gz) = 325c97ef696678020f3bf9a4ca18913d XSHA256 (ack-1.24.tar.gz) = 93321128652c08adb62fff72d00740e6fd8f4c2e90ed08670459334b645ed991 XSIZE (ack-1.24.tar.gz) = 10928 END-of-p5-ack/distinfo echo x - p5-ack/pkg-descr sed 's/^X//' >p5-ack/pkg-descr << 'END-of-p5-ack/pkg-descr' Xack is a grep-like program with optimizations for searching through large Xtrees of source code. X XKey improvements include: X X * Defaults to only searching program source code X * Defaults to recursively searching directories X * Ignores blib directories. X * Ignores source code control directories, like CVS, .svn and _darcs. X * Uses Perl regular expressions X * Highlights matched text X XWWW: http://search.cpan.org/dist/ack/ END-of-p5-ack/pkg-descr echo x - p5-ack/pkg-plist sed 's/^X//' >p5-ack/pkg-plist << 'END-of-p5-ack/pkg-plist' Xbin/ack X%%SITE_PERL%%/App/Ack.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/ack/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ack X@dirrmtry %%SITE_PERL%%/App END-of-p5-ack/pkg-plist exit --- p5-ack-1.24.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060815103556.2E8032E970>