summaryrefslogtreecommitdiff
path: root/textproc/agrep (follow)
Commit message (Collapse)AuthorAgeFilesLines
* textproc/agrep: cleanup spacesDirk Meyer2022-03-141-1/+1
|
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* Deorbit RESTRICTED && NO_CDROM, part two.Mathieu Arnold2021-05-061-2/+6
| | | | | | | | | Move ports to the licenses framework. RESTRICTED → auto-accept (unless expressly stated otherwise) NO_CDROM → dist-mirror pkg-mirror auto-accept Differential Revision: https://reviews.freebsd.org/D30010
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - extend MASTER_SITESDirk Meyer2019-09-191-4/+7
| | | | Notes: svn path=/head/; revision=512316
* - make portlint happierDirk Meyer2017-01-2114-72/+72
| | | | Notes: svn path=/head/; revision=432061
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-6/+6
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* - cleanupDirk Meyer2015-10-082-20/+2
| | | | Notes: svn path=/head/; revision=398795
* - Switch to options helpersDmitry Marakasov2015-09-011-4/+2
| | | | | | | | | - While here, add some NO_ARCHes Approved by: portmgr blanket Notes: svn path=/head/; revision=395777
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-223-9/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* - remove broken MANPREFIXDirk Meyer2014-03-041-1/+1
| | | | Notes: svn path=/head/; revision=346994
* Remove trailing whitespaces from category textprocEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345436
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* - cleanupDirk Meyer2013-12-281-1/+1
| | | | Notes: svn path=/head/; revision=337835
* - revert r331810Dirk Meyer2013-10-281-7/+6
| | | | Notes: svn path=/head/; revision=331895
* - use STAGEDIRDirk Meyer2013-10-271-8/+9
| | | | | | | - use OPTIONS_DEFINE Notes: svn path=/head/; revision=331810
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+1
| | | | Notes: svn path=/head/; revision=327804
* 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
* - cleanup headerDirk Meyer2013-01-261-6/+1
| | | | Notes: svn path=/head/; revision=311027
* - add missing prototypesDirk Meyer2011-11-2712-26/+574
| | | | | | | | | - add missing includes - fix build with clang Feature safe: yes Notes: svn path=/head/; revision=286502
* -remove MD5Olli Hauer2011-07-031-3/+0
| | | | Notes: svn path=/head/; revision=276994
* - add NO_CDROMDirk Meyer2009-01-164-12/+20
| | | | | | | | - add COPYRIGHT - extend Documentation Notes: svn path=/head/; revision=226264
* - fix build with NOPORTDOCSDirk Meyer2008-05-311-2/+2
| | | | | | | Reported by: itetcu Notes: svn path=/head/; revision=214001
* - use DOCSDIRDirk Meyer2008-05-301-2/+2
| | | | Notes: svn path=/head/; revision=213954
* - cleanupDirk Meyer2006-05-191-1/+0
| | | | Notes: svn path=/head/; revision=162752
* - add SHA checksumDirk Meyer2005-11-131-0/+1
| | | | Notes: svn path=/head/; revision=148088
* - add SIZEDirk Meyer2004-02-261-0/+1
| | | | Notes: svn path=/head/; revision=102162
* - take maintainershipDirk Meyer2003-11-202-3/+3
| | | | | | | - use DOCSDIR Notes: svn path=/head/; revision=94517
* Long patterns force a core dump:Wolfram Schneider2003-11-121-0/+11
| | | | | | | | $ ./agrep `perl -e 'print "y" x 240'` /dev/null Segmentation fault (core dumped) Notes: svn path=/head/; revision=93819
* Fix missing format string argument and bump PORTREVISION.Kris Kennaway2003-06-272-5/+12
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=83709
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75976
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* * Honor CFLAGS.Christian Weisgerber2002-07-217-0/+93
| | | | | | | * Include proper prototypes; fixes dire warnings on alpha. Notes: svn path=/head/; revision=63295
* To ports@freebsd.org.David E. O'Brien2002-05-081-1/+1
| | | | Notes: svn path=/head/; revision=58737
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37996
* Add $FreeBSD$'s which help me in problem reports.David E. O'Brien2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=35323
* Revert version back from 2.0.4 to 2.04, I can't find any evidence supportingSatoshi Asami2000-04-151-1/+1
| | | | | | | the change. Notes: svn path=/head/; revision=27570
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27429
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-2/+2
| | | | Notes: svn path=/head/; revision=25734
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21145
* Remove empty directories on deinstall.Steve Price1998-10-201-0/+1
| | | | Notes: svn path=/head/; revision=14115
* 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
* agrep is a tool for fast text searching allowing errors.David E. O'Brien1997-05-255-0/+79
The three most significant features of agrep that are not supported by the grep family are 1) the ability to search for approximate patterns 2) agrep is record oriented rather than just line oriented 3) multiple patterns with AND (or OR) logic queries Notes: svn path=/head/; revision=6551