aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bfs
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/bfs: update to 4.1Dries Michiels2025-09-082-4/+4
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/4.1
* sysutils/bfs: update to 4.0.8Dries Michiels2025-06-222-4/+4
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/4.0.8
* sysutils/bfs: update to 4.0.7Dries Michiels2025-06-172-4/+4
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/4.0.7
* sysutils/bfs: update to 4.0.6Dries Michiels2025-02-272-4/+4
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/4.0.6
* sysutils/bfs: update to 4.0.5Dries Michiels2025-01-192-4/+4
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/4.0.5
* sysutils/bfs: update to 4.0.4Dries Michiels2024-10-312-4/+4
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/4.0.4
* sysutils/bfs: update to 4.0.3Dries Michiels2024-10-232-4/+4
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/4.0.3
* sysutils/bfs: update to 4.0.2Dries Michiels2024-09-182-4/+4
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/4.0.2
* sysutils/bfs: update to 4.0.1Dries Michiels2024-08-202-4/+4
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/4.0.1
* sysutils/bfs: update to 4.0Dries Michiels2024-08-182-4/+4
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/4.0
* sysutils/bfs: update to 3.3.1Dries Michiels2024-06-052-5/+4
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/3.3.1
* sysutils/bfs: fix typoDries Michiels2024-05-291-1/+2
| | | | Reported by: osa
* sysutils/bfs: update to 3.3Dries Michiels2024-05-292-5/+5
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/3.3
* sysutils/bfs: update to 3.2Dries Michiels2024-05-242-9/+14
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/3.2
* sysutils/bfs: update to 3.1.3Dries Michiels2024-03-072-4/+4
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/3.1.3
* sysutils/bfs: update to 3.1.2Dries Michiels2024-03-012-4/+4
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/3.1.2
* sysutils/bfs: update to 3.1.1Dries Michiels2024-02-162-4/+4
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/3.1.1
* sysutils/bfs: update to 3.1Dries Michiels2024-02-102-4/+4
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/3.1
* sysutils/bfs: update to 3.0.4Dries Michiels2023-10-132-4/+4
| | | | | Changes: https://github.com/tavianator/bfs/releases/tag/3.0.3 Changes: https://github.com/tavianator/bfs/releases/tag/3.0.4
* sysutils/bfs: update to 3.0.2Dries Michiels2023-09-102-4/+5
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/3.0.2
* sysutils/bfs: update to 3.0.1Dries Michiels2023-07-182-4/+4
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/3.0.1
* sysutils/bfs: update to 3.0Dries Michiels2023-07-142-5/+5
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/3.0
* sysutils/bfs: update to 2.6.3Dries Michiels2023-02-032-4/+4
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/2.6.3
* sysutils/bfs: update to 2.6.2Dries Michiels2022-10-212-4/+4
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/2.6.2
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* sysutils/bfs: update to 2.6.1Dries Michiels2022-07-053-4/+5
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/2.6.1
* sysutils/bfs: update 2.6Dries Michiels2022-05-233-5/+5
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/2.6
* sysutils/bfs: Update to 2.5Dries Michiels2022-03-292-4/+4
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/2.5
* sysutils/bfs: Update to 2.4.1Dries Michiels2022-02-252-4/+13
| | | | | Changes: https://github.com/tavianator/bfs/releases/tag/2.4 Changes: https://github.com/tavianator/bfs/releases/tag/2.4.1
* sysutils/bfs: Update to 2.3.1Dries Michiels2022-01-262-4/+4
| | | | | Changes: https://github.com/tavianator/bfs/releases/tag/2.3.1 MFH: 2022Q1
* sysutils/bfs: Update to 2.3Dries Michiels2021-11-292-4/+4
| | | | | | Changes: https://github.com/tavianator/bfs/releases/tag/2.3 Approved by: 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D33164
* */*: Consistently use my new driesm@FreeBSD.org aliasDries Michiels2021-11-091-1/+1
| | | | | | | | Replace all occurences of driesm.michiels@gmail.com with driesm@FreeBSD.org. Approved by: philip (mentor), 0mp (mentor) Differential Revision: https://reviews.freebsd.org/D32896
* sysutils/bfs: sysutils/bfs: Update to 2.2.1Dries Michiels2021-06-142-4/+4
| | | | | | | Changes https://github.com/tavianator/bfs/releases/tag/2.2.1 PR: 256601 Approved by: maintainer
* sysutils/bfs: Fix check-sanityKevin Bowling2021-04-131-2/+0
| | | | | | | Redefining LICENSE_PERMS is not allowed for known licenses PR: 255033 Approved by: Dries Michiels <driesm.michiels@gmail.com> (maintainer)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/bfs: Update to 2.2Rainer Hurling2021-03-073-6/+7
| | | | | | | | | | Changelog: https://github.com/tavianator/bfs/releases/tag/2.2 PR: 254090 Submitted by: Dries Michiels <driesm.michiels@gmail.com> (maintainer) Notes: svn path=/head/; revision=567557
* sysutils/bfs: Update to 2.1Rainer Hurling2020-11-222-5/+6
| | | | | | | | | | | | | | | | - Added a new -status option that displays the search progress in a bar at the bottom of the terminal - Fixed an optimizer bug introduced in v2.0 that affected some combinations of -user/-group and -nouser/-nogroup Changelog: https://github.com/tavianator/bfs/releases/tag/2.1 PR: 251297 Submitted by: Dries Michiels <driesm.michiels@gmail.com> (new maintainer) Approved by: arrowd, tcberner (mentors, implicit) Notes: svn path=/head/; revision=556033
* sysutils/bfs: fix build on GCC architecturesPiotr Kubaj2020-11-101-1/+1
| | | | | | | ctx.c:40: error: 'INT_MAX' undeclared (first use in this function) Notes: svn path=/head/; revision=554857
* sysutils/bfs: update to 2.0Fernando Apesteguía2020-10-152-5/+5
| | | | | | | | | ChangeLog: https://github.com/tavianator/bfs/releases/tag/2.0 Reported by: portscout Notes: svn path=/head/; revision=552402
* Reset MAINTAINERTobias Kortkamp2020-09-281-1/+1
| | | | Notes: svn path=/head/; revision=550400
* sysutils/bfs: Update to 1.7Tobias Kortkamp2020-04-232-4/+4
| | | | | | | Changes: https://github.com/tavianator/bfs/releases/tag/1.7 Notes: svn path=/head/; revision=532615
* sysutils/bfs: Update to 1.6Tobias Kortkamp2020-02-272-8/+7
| | | | | | | Changes: https://github.com/tavianator/bfs/releases/tag/1.6 Notes: svn path=/head/; revision=527255
* sysutils/bfs: Update to 1.5.2Tobias Kortkamp2020-01-102-13/+4
| | | | | | | | | This release adds support for NFSv4 ACLs so reenable the relevant tests. Changes: https://github.com/tavianator/bfs/releases/tag/1.5.2 Notes: svn path=/head/; revision=522558
* sysutils/bfs: Update to 1.5.1Tobias Kortkamp2019-09-142-4/+4
| | | | | | | Changes: https://github.com/tavianator/bfs/releases/tag/1.5.1 Notes: svn path=/head/; revision=512053
* sysutils/bfs: Update to 1.5Tobias Kortkamp2019-06-282-7/+12
| | | | | | | Changes: https://github.com/tavianator/bfs/blob/1.5/RELEASES.md#15 Notes: svn path=/head/; revision=505272
* sysutils/bfs: Update to 1.4.1Tobias Kortkamp2019-05-062-4/+4
| | | | | | | Changes: https://github.com/tavianator/bfs/blob/1.4.1/RELEASES.md#141 Notes: svn path=/head/; revision=500896
* sysutils/bfs: Update to 1.4Tobias Kortkamp2019-04-162-4/+4
| | | | | | | Changes: https://github.com/tavianator/bfs/blob/1.4/RELEASES.md#14 Notes: svn path=/head/; revision=499076
* sysutils/bfs: Update to 1.3.3Tobias Kortkamp2019-02-102-4/+4
| | | | | | | Changes: https://github.com/tavianator/bfs/releases/tag/1.3.3 Notes: svn path=/head/; revision=492652