summaryrefslogtreecommitdiff
path: root/sysutils/rset/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/rset: Clean up MakefilePo-Chuan Hsieh2025-03-141-1/+0
| | | | | | MANPREFIX setting for FreeBSD is merged to upstream. Reference: https://github.com/eradman/rset/commit/061e0586b5278a079d550f5f77e1a716824f7f0b
* sysutils/rset: Update to 3.2Po-Chuan Hsieh2025-02-171-1/+1
| | | | Changes: https://github.com/eradman/rset/blob/master/NEWS
* sysutils/rset: Update to 3.1Po-Chuan Hsieh2024-10-071-1/+1
| | | | Changes: https://github.com/eradman/rset/blob/master/NEWS
* sysutils/rset: Update to 3.0Po-Chuan Hsieh2024-03-091-2/+1
| | | | Changes: https://github.com/eradman/rset/blob/master/NEWS
* MANPREFIX: eliminate usage of MANPREFIXBaptiste Daroussin2024-01-111-0/+1
| | | | While here move some manpages to share/man
* sysutils/rset: Update to 2.9Po-Chuan Hsieh2023-12-261-1/+1
| | | | Changes: https://github.com/eradman/rset/blob/master/NEWS
* sysutils/rset: Update to 2.8Po-Chuan Hsieh2023-11-151-2/+3
| | | | Changes: https://github.com/eradman/rset/blob/master/NEWS
* sysutils/rset: Update to 2.7Po-Chuan Hsieh2023-11-011-1/+1
| | | | Changes: https://github.com/eradman/rset/blob/master/NEWS
* sysutils/rset: Update to 2.6Po-Chuan Hsieh2023-09-111-1/+1
| | | | Changes: https://github.com/eradman/rset/blob/master/NEWS
* sysutils/rset: Update to 2.5Po-Chuan Hsieh2023-01-301-1/+1
| | | | Changes: https://github.com/eradman/rset/blob/master/NEWS
* 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/rset: Update manpage location ↵Po-Chuan Hsieh2022-05-131-7/+5
| | | | | | (003a571d1d6585196545295efc181514f171c4c4, r523104) - Take maintainership
* sysutils/rset: update to 2.4Fernando Apesteguía2022-05-061-1/+1
| | | | Reported by: portscout
* */*: Return ports back to poolDaniel Engberg2022-03-131-1/+1
| | | | | Greg's mail bounes (no MX record) so return his ports to pool for now. Thanks for your time and effort maintaing these ports!
* New port: sysutils/rset: Configure systems using any scripting languageYuri Victorovich2021-04-181-0/+21
PR: 255145 Submitted by: Greg Fitzgerald <gregf@beastie.tech>