aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Parse-Snort
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* 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
|
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Update to 0.9Sunpoet Po-Chuan Hsieh2018-05-152-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Parse-Snort/Changes Notes: svn path=/head/; revision=470071
* Update to 0.8Sunpoet Po-Chuan Hsieh2018-05-093-4/+7
| | | | | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Parse-Snort/Changes Notes: svn path=/head/; revision=469476
* Update to 0.7Sunpoet Po-Chuan Hsieh2018-05-062-6/+8
| | | | | | | | | | - Add NO_ARCH - Take maintainership Changes: http://search.cpan.org/dist/Parse-Snort/Changes Notes: svn path=/head/; revision=469213
* Reset maintainerSteve Wills2018-03-231-1/+1
| | | | | | | Requested by: Jeremy Baggs <jeremybbaggs@gmail.com> (maintainer, via private email) Notes: svn path=/head/; revision=465366
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Parse and create rules for the Snort IDS.Martin Wilke2015-12-114-0/+28
WWW: http://search.cpan.org/dist/Parse-Snort/ PR: 204063 Submitted by: jeremybbaggs@gmail.com Approved by: mat (mentor) Differential Revision:D4504 Notes: svn path=/head/; revision=403527