non port: textproc/bsdgrep/Makefile |
SVNWeb
|
Number of commits found: 42 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] 5cf7e35 (Only the first 10 of 1452 ports in this commit are shown above. )
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Thu, 25 Nov 2021
|
[ 21:40 Stefan Eßer (se) ] 04b9da4 (Only the first 10 of 188 ports in this commit are shown above. )
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
|
Thu, 30 Sep 2021
|
[ 21:23 Rene Ladan (rene) ] 620968a (Only the first 10 of 399 ports in this commit are shown above. )
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 29 Jan 2021
|
[ 04:55 kevans ]
textproc/bsdgrep: stop building on FreeBSD 13+
bsdgrep will ship as the non-optional default in FreeBSD 13.0. Mark it as
IGNORE on 13 and 14, with the intention of deprecating it when stable/12 is
no longer supported. In the meantime, it is still useful on the earlier
branches for testing.
MFH: 2021Q1
|
Fri, 20 Nov 2020
|
[ 14:16 kevans ]
textproc/bsdgrep: fix the build on recent -CURRENT
A seatbelt was added to throw a warning if a "SUBDIR." variable appeared
non-empty, since that indicates something was trying to expand a MK_
variable most likely and either opts.mk wasn't included or the name of the
variable used is wrong.
In this particular case, we're repackaging a part from base. I had stripped
the src.opts.mk include but hadn't thought to replace it with bsd.opts.mk
for userlandy stuff.
This also goes as far as fixing the test build, but doesn't yet hook up the
tests. On FreeBSD <13 these need a kyua/atf test dep, but I'd like to do a
sweep and see if there are any other ports (e.g. from NetBSD base or FreeBSD
base) that also have a dependency to weigh in on if this should just be a
one-off osversion check or a kyua/atf USES.
MFH: 2020Q4 (blanket: build fix)
|
Mon, 11 Jun 2018
|
[ 21:03 feld ]
Update MAINTAINER
|
[ 20:56 feld ] (Only the first 10 of 19 ports in this commit are shown above. )
Reset MAINTAINER
Multiple consecutive previous maintainer timeouts
|
Thu, 19 Apr 2018
|
[ 18:22 kevans ]
[PATCH] textproc/bsdgrep: Update to 2.6.0 and set LICENSE
The following list of changes are roughly what has occurred since the last
update:
Features:
- With bsdgrep -r, the working directory is implied if no directory is
specified
- bsdgrep will now behave as bsdgrep -r does when it's named rgrep
- bsdgrep now understands -z/--null-data to use \0 as EOL
- GNU regex compatibility is now indicated with a "GNU compatible" in
the version string
Fixes: (Only the first 15 lines of the commit message are shown above )
|
Sat, 26 Sep 2015
|
[ 09:26 bapt ]
Stop installing potentially wrong gnugrep
Do not create symlinks in scripts
Use options helpers
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- 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
|
Fri, 11 Apr 2014
|
[ 04:46 bdrewery ]
Fix packaging/staging
Reported by: pkg-fallout
Pointyhat to: mat
|
Sun, 26 Jan 2014
|
[ 00:03 mat ] (Only the first 10 of 21 ports in this commit are shown above. )
- Convert to staging
- pet portlint
- add license
- convert patches to makepatch naming
Sponsored by: Absolight
|
Mon, 13 Jan 2014
|
[ 07:23 bapt ] (Only the first 10 of 16 ports in this commit are shown above. )
archivers/xz is in base for all versions and has been removed from the ports
tree
|
Fri, 20 Sep 2013
|
[ 23:17 bapt ] (Only the first 10 of 1559 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
|
Thu, 8 Nov 2012
|
[ 22:09 adamw ]
- fix NLS support, which was wired backwards
- actually enable NLS in OPTIONS
- change LOCALBASE to PREFIX, as it was attempting to create a directory in
one, and then install a file into another
- this fixes package building
Feature safe: yes
|
Sat, 6 Oct 2012
|
[ 16:11 eadler ]
Convert to OptionsNG
Approved by: gabor (maintainer)
|
Wed, 2 Nov 2011
|
[ 01:10 pav ]
- Mark BROKEN on 7.X: overwrites files installed by dependency
Reported by: pointyhat
|
Wed, 19 Oct 2011
|
[ 08:37 gabor ]
- s|${LOCALBASE}/bin|${LOCALBASE}/lib| to fix build on 7.X
Submitted by: pav
|
Fri, 14 Oct 2011
|
[ 10:04 gabor ]
- Fix build on systems, where xz is not in the base system
Reported by: pointyhat (via pav)
|
Sun, 2 Oct 2011
|
[ 15:28 gabor ]
- Fix build on >=9.X
Reported by: eadler
|
[ 10:05 gabor ]
- Update to 20111002
|
Mon, 26 Sep 2011
|
[ 21:53 pav ]
- Mark BROKEN: incomplete plist
Reported by: pointyhat
|
Wed, 14 Sep 2011
|
[ 23:34 gabor ]
- Add -I${LOCALBASE}/include to CFLAGS for older systems where xz tools
are installed as a dependency
Reported by: pointyhat (via linimon)
|
Tue, 13 Sep 2011
|
[ 23:13 gabor ]
- Fix build on 9.X
Reported by: pointyhat (via pav)
|
Mon, 12 Sep 2011
|
[ 13:12 gabor ]
- Update to 20110912
Chabgelog:
+ Rewritten fast matcher code: slight performance improvement and better
scalability, more reliable, more fine-grained (handles a wider scale of
patterns), uses Turbo Boyer-Moore and Quick Search algorithms
+ Readd --mmap, default is still read(2)
+ Support xz/lzma archives
+ Bugfix: support of empty pattern
+ Bugfix: pattern file cannot be a directory
+ Bugfix: proper error handling when using -F / fgrep
+ Bugfix: fix handling of ^$ anchors
+ Bugfix: partly fix content after last match of -m
|
Sat, 6 Feb 2010
|
[ 13:46 gabor ]
- Register CONFLICTS with upcoming textproc/gnugrep
|
Mon, 30 Nov 2009
|
[ 21:39 gabor ]
- Update to 20091130
Changes:
- Fix EOF handling bug
- Better --exclude and --include compatibility with GNU variant
- Add --exclude-dir and --include-dir [1]
- Add support for GREP_OPTIONS [2]
- Clean up NLS catalogs
- Style changes [3]
- WARNS=6 cleanness
Submitted by: delphij [3]
Requested by: bz [1], obrien [2]
|
Sun, 11 Jan 2009
|
[ 14:19 gabor ]
- Update to 20090111
|
Fri, 26 Dec 2008
|
[ 09:37 gabor ]
- Update to 20081226
|
Fri, 26 Sep 2008
|
[ 08:34 ru ]
Fix the value of MANCOMPRESSED.
OK'ed by: gabor
|
Tue, 26 Aug 2008
|
[ 13:49 gabor ]
- Update to 20080826
Changes
- Fix -v flag [1]
- Proper EOF checking [2]
- Better and probable fully GNU-compatible binary checking
- Readd fixed string optimizations from OpenBSD in a
cleaner way; now it works with all the features, like
--color and -o
Reported by: Chuck Swiger <cswiger@mac.com> [1],
Stuart Barkley <stuartb@4gh.net> [2]
|
Tue, 29 Jul 2008
|
[ 19:57 gabor ]
- Make clean before building to clean up the .o files that the distfile
contains, because I forgot to make clean before tarballing this
release. For the next update it will be rolled in a clean way.
- Bump PORTREVISION
Reported by: pointyhat (via erwin)
|
Sun, 27 Jul 2008
|
[ 15:44 gabor ]
- Update to 20080725
(This is a major bugfix update)
|
Thu, 24 Jul 2008
|
[ 23:07 gabor ]
- Update to 20080723
|
Tue, 24 Jun 2008
|
[ 21:21 gabor ]
- Update to 20080624
Changes:
- Improved GNU compatibility, e.g. all the returned status codes
should be compatible now
- Added NLS support via catgets()
- Change the way of handling gzip/bzip2 files to get rid of some
limitations, like detecting of binary bzip2 files
- Cleanups in the code
|
Sat, 14 Jun 2008
|
[ 23:06 gabor ]
- Update to 20080615
This version is now supposed to be compatible with GNU grep 2.5.1, which
can be found in FreeBSD. According to some preliminary measurements,
they achieve almost the same level of efficiency, this version seem to be
measureably but not significantly faster. Further tests are needed
to test and examine this version of grep.
|
Tue, 27 May 2008
|
[ 13:32 gabor ]
- Update to 20080526
- Create symlinks during the build: bsdgrep and gnugrep
|
Wed, 23 Apr 2008
|
[ 15:18 gabor ]
- Update to 20080422 to get rid of the weird distfile.
No functional changes.
Reported by: pointyhat (via pav)
|
Tue, 8 Apr 2008
|
[ 15:18 gabor ]
- Update to 20080406
- Fix installing of man pages
Changes:
- Minor fixes and improvements to the code [1]
- Man page completion
Obtained from: OpenBSD [1]
|
Tue, 19 Jun 2007
|
[ 21:20 gabor ]
This is the BSD-licensed version of the well-known grep utility, obtained from
OpenBSD. It lacks some features of GNU grep. It is a proposed project idea
to replace the GNU grep with this one, but it needs to be completed first.
Patches are highly appreciated.
WWW: http://www.freebsd.org/projects/ideas/#p-bsdtexttools
Obtained from: OpenBSD
|
Number of commits found: 42 |