aboutsummaryrefslogtreecommitdiff
path: root/textproc/sgrep
Commit message (Collapse)AuthorAgeFilesLines
* textproc/sgrep: Add LICENSE GPLv2Muhammad Moinur Rahman2017-09-214-10/+11
| | | | | | | | | | - Add PORTSCOUT to limit version 1 - Fix patches for 'make makepatch' - Remove pkg-plist for PLIST_FILES - Take MAINTIAINER Notes: svn path=/head/; revision=450272
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Rename textproc/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-292-0/+0
| | | | Notes: svn path=/head/; revision=363336
* Stage supportAntoine Brodin2014-01-062-7/+5
| | | | Notes: svn path=/head/; revision=338937
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Fix build with clang.Vanilla I. Shu2011-09-071-3/+12
| | | | Notes: svn path=/head/; revision=281339
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* Reset maintainership.Joseph Koshy2008-03-231-1/+1
| | | | Notes: svn path=/head/; revision=209605
* - Correct the 'CONFLICTS' specification.Joseph Koshy2006-06-151-2/+4
| | | | | | | - Add a local MASTER_SITE to keep portlint happy. Notes: svn path=/head/; revision=165487
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Add SIZE information.Joseph Koshy2004-03-221-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104893
* repo-copy sgrep to sgrep2 and upgrade sgrep2 to 1.92aYing-Chieh Liao2003-11-061-0/+3
| | | | | | | set CONFLICT in sgrep and sgrep2 Makefile Notes: svn path=/head/; revision=93206
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* add WWW:Ying-Chieh Liao2001-06-131-0/+2
| | | | Notes: svn path=/head/; revision=43955
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37996
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27429
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21145
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* None of these textproc tools were quite advanced enough to beTim Vanderhoek1998-08-191-1/+0
| | | | | | | | | able to textproc away the manpages in their PLISTs. I'll do it for them. Or, rather, bento.freebsd.org will do it for them under my direction. :-) Notes: svn path=/head/; revision=12658
* Update maintainer address.Joseph Koshy1998-07-071-2/+2
| | | | Notes: svn path=/head/; revision=11773
* New sgrep port. From the man page:Thomas Gellekum1998-04-297-0/+80
sgrep (structured grep) is a tool for searching text files and filtering text streams using structural criteria. The data model of sgrep is based on regions, which are non- empty substrings of text. Regions are typically occur- rences of constant strings or meaningful text elements, which are recognizable through some delimiting strings. PR: 6449 Submitted by: A Joseph Koshy <koshy@india.hp.com> Notes: svn path=/head/; revision=10759