Date: Sat, 19 Apr 2008 23:08:43 GMT From: Frank Steinborn <steinex@nognu.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/122919: New port: sysutils/ack - grep-like tool aimed at programmers Message-ID: <200804192308.m3JN8haB001652@www.freebsd.org> Resent-Message-ID: <200804192310.m3JNA1Ff023296@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 122919 >Category: ports >Synopsis: New port: sysutils/ack - grep-like tool aimed at programmers >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: Sat Apr 19 23:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Frank Steinborn >Release: >Organization: >Environment: FreeBSD kiwijail.local 6.2-RELEASE-p9 FreeBSD 6.2-RELEASE-p9 #1: Fri Nov 30 12:03:47 CET 2007 se@kiwi.kthx.de:/usr/obj/usr/src/sys/KIWI i386 >Description: ack is a tool like grep, aimed at programmers with large trees of heterogeneous source code. It is purely in Perl, and takes advantage of the power of Perl's regular expressions. WWW: http://petdance.com/ack/ >How-To-Repeat: >Fix: # 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: # # ack # ack/distinfo # ack/Makefile # ack/pkg-descr # echo c - ack mkdir -p ack > /dev/null 2>&1 echo x - ack/distinfo sed 's/^X//' >ack/distinfo << 'END-of-ack/distinfo' XMD5 (ack-standalone) = 6e382d719c9fd3d72e56426894b3cf24 XSHA256 (ack-standalone) = a2c59f0be79d0af4243382829ea2a650094ba30289ea1cfcf3db7c9e523f97ae XSIZE (ack-standalone) = 61135 XMD5 (Changes) = 06c5c5738b6d83d322febf48151a1535 XSHA256 (Changes) = 65125e5318b2f91fa1fe87c285c04f1f9fc1d8579dee08b3714a83082121e4a4 XSIZE (Changes) = 18449 XMD5 (README) = 6acf25f298f83215f2d8d66432fc4c02 XSHA256 (README) = c785512565f3af6d106de482fe87485cb4af62f2f5696603dd6a2e61bc8f70cf XSIZE (README) = 855 XMD5 (TODO) = 929112d5b154427e607ec075c58e6d86 XSHA256 (TODO) = 66c6e7d2c76ae07261745fae8704569a00d1d856fa503d4ed9dc857d815fbc59 XSIZE (TODO) = 1475 XMD5 (ack-help-types.txt) = 5d3fe3a691ef8b2d9596e6ed67227c80 XSHA256 (ack-help-types.txt) = 08c823ccb41b0c443dd510e5ef97a95d69157a492245c5542c8df21fe5e24a60 XSIZE (ack-help-types.txt) = 2094 XMD5 (ack-help.txt) = 38da7e56bc12fb101b81581c5de7cd99 XSHA256 (ack-help.txt) = 73ff00f4873bcd9b57e3d907380137f10fe2258ee8bfab5fc6bed5c55fbac1ee XSIZE (ack-help.txt) = 4961 END-of-ack/distinfo echo x - ack/Makefile sed 's/^X//' >ack/Makefile << 'END-of-ack/Makefile' X# New ports collection makefile for: ack X# Date created: 19 Apr 2008 X# Whom: Frank Steinborn <steinex@nognu.de> X# X# $FreeBSD$ X# X XPORTNAME= ack XPORTVERSION= 1.82 XCATEGORIES= sysutils XMASTER_SITES= http://ack.googlecode.com/svn/tags/1.82/ XDISTFILES= ${PORTNAME}-standalone Changes README TODO \ X ack-help-types.txt ack-help.txt X XMAINTAINER= steinex@nognu.de XCOMMENT= grep-like tool aimed at programmers X XNO_BUILD= yes XUSE_PERL5= yes X XPORTDOCS= Changes README TODO ack-help-types.txt \ X ack-help.txt XPLIST_FILES= bin/ack X Xdo-extract: X @${MKDIR} ${WRKDIR} X.for f in ${DISTFILES} X @${CP} ${DISTDIR}/${f} ${WRKDIR} X.endfor X Xdo-install: X ${INSTALL_SCRIPT} ${WRKDIR}/ack-standalone ${PREFIX}/bin/ack X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for f in ${PORTDOCS} X ${INSTALL_DATA} ${WRKDIR}/${f} ${DOCSDIR} X.endfor X.endif X X.include <bsd.port.mk> END-of-ack/Makefile echo x - ack/pkg-descr sed 's/^X//' >ack/pkg-descr << 'END-of-ack/pkg-descr' Xack is a tool like grep, aimed at programmers with large trees of Xheterogeneous source code. It is purely in Perl, and takes advantage Xof the power of Perl's regular expressions. X XWWW: http://petdance.com/ack/ END-of-ack/pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804192308.m3JN8haB001652>