aboutsummaryrefslogtreecommitdiff
path: root/shells/rc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* *: Move manpages to share/manChris Hutchinson2024-03-011-1/+2
| | | | PR: 277322
* 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)
* shells: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Adam Weinberger <adamw@FreeBSD.org> * Andreas Kohn <andreas@syndrom23.de> * Carlos Jacobo Puga Medina <cpm@FreeBSD.org> * Cyrille.Lefevre@laposte.net * Danijel Tasov <danielt@pilgerer.org> * David O'Brien <obrien@NUXI.com> * Emanuel Haupt <ehaupt@FreeBSD.org> * Hajimu UMEMOTO <ume@FreeBSD.org> * Igor Pokrovsky <ip@unixway.org> * Jean-Yves Lefort <jylefort@brutele.be> * Kai Wang <kaiw27@gmail.com> * Martin Wilke <miwi@FreeBSD.org> * Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> * Oliver Eikemeier * Patrick Gardella <patrick@FreeBSD.org> * Pawel Pekala <pawel@FreeBSD.org> * Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Richard Rose <freebsd-security@rikrose.net> * Sean Chittenden <seanc@FreeBSD.org> * Sergey Matveychuk <sem@FreeBSD.org> * Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> * Shinsuke Matsui <smatsui@karashi.org> * Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> * Sylvio Cesar <sylvio@FreeBSD.org> * Thomas Gellekum <tg@FreeBSD.org> * UMENO Takashi <umeno@rr.iij4u.or.jp> * Vaida Bogdan * Will Andrews <andrews@technologist.com> * Ying-Chieh Liao <ijliao@FreeBSD.org> * conrads@cox.net * erich@rrnet.com * gebhart@secnetix.de * kirk@strauser.com * mcglk@artlogix.com * torstenb With hat: portmgr
* shells/rc: set maintainer to reporter, drop unsupported checksum algorithmJason Helfman2022-06-091-3/+3
| | | | | PR: 264133 (based on) Approved by: maintainer-timeout (multiple)
* shells/rc: fix deinstallaion problemChris Hutchinson2022-05-211-1/+1
| | | | | | PR: 264084 Reported by: jakub_lach@mailplus.pl Approved by: blanket (fix deinstallation)
* shells/rc: switch to GitHubChris Hutchinson2022-05-191-3/+5
| | | | | | | | | | Minor modifications to submitter's patch: - Bump PORTREVISION since new tarball differs from the old one despite both indicate the same version 1.7.4. PR: 263631 Approved by: maintainer timeout
* shells/rc: Add CPE informationStefan Eßer2021-10-131-0/+2
| | | | Approved by: portmgr (blanket)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-0/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* shells/rc: Update to 1.7.4, Fix buildDanilo G. Baio2017-06-101-5/+6
| | | | | | | | | | | | | | | | After ports r440197, there is a build problem with the default option. - Update to 1.7.4 and fix build - Move MASTER_SITES to the currently upstream address - Improve pkg-descr - Set LICENSE PR: 219596 Approved by: garga (mentor), maintainer (timeout) Differential Revision: https://reviews.freebsd.org/D11126 Notes: svn path=/head/; revision=443099
* - Fix READLINE optionAlex Kozlov2017-05-051-1/+1
| | | | | | | | | PR: 218816 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=440197
* Cleanup $() variables in ports Makefiles.Mathieu Arnold2016-07-201-1/+1
| | | | | | | | | | Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight Notes: svn path=/head/; revision=418840
* Correct typo... it's tar:bzip2, not tar:bz2.Adam Weinberger2014-06-201-1/+1
| | | | Notes: svn path=/head/; revision=358516
* USES, and remove unnecessary +='s from OPTIONS helpers.Adam Weinberger2014-06-191-4/+4
| | | | Notes: svn path=/head/; revision=358478
* Support stageBaptiste Daroussin2014-03-061-12/+4
| | | | Notes: svn path=/head/; revision=347286
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | shells) Notes: svn path=/head/; revision=327770
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-1/+1
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* Convert to new option frameworkBaptiste Daroussin2012-12-161-9/+6
| | | | Notes: svn path=/head/; revision=309037
* Actually assign port to new maintainer.Mark Linimon2006-09-051-1/+1
| | | | | | | Forgotten by: itetcu Notes: svn path=/head/; revision=172301
* - Shells/rc got a new MASTER_SITES [1]Ion-Mihai Tetcu2006-06-081-5/+11
| | | | | | | | | | | | | - This software is now maintain by Erik Quanstrom <quanstro@quanstro.net> [1] - OPTIONify [2] PR: ports/97298 [1] Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> [1] itetcu (me) [2] Approved by: maintainer-timeout, lawrance (mentor, implicit) Notes: svn path=/head/; revision=164786
* - Fix mastersite.Jean Milanez Melo2006-05-101-2/+1
| | | | | | | | | | | - Remove WWW, site is gone. PR: ports/97098 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> Approved by: Scott Kenney <saken@hotel.rmta.org> (maintainer), mnag (mentor) Notes: svn path=/head/; revision=162011
* - Update to 1.7.1Tim Bishop2006-01-161-1/+1
| | | | | | | | | | | - Add SHA256 checksum PR: 91876 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> Approved by: maintainer Notes: svn path=/head/; revision=153689
* - Fix CONFIGURE_ARGS handlingPav Lucistnik2004-04-021-4/+4
| | | | | | | | PR: ports/64823 Submitted by: Serge Gagnon <gagnon_s@sympatico.ca> Notes: svn path=/head/; revision=105939
* update shells/rc to version 1.7, with readlineEdwin Groothuis2003-03-301-1/+8
| | | | | | | | PR: ports/48843 Submitted by: Scott Kenney <saken@hotel.rmta.org> Notes: svn path=/head/; revision=77731
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76041
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-1/+1
| | | | Notes: svn path=/head/; revision=27847
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27426
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* 1) Update ports/shells/rc to version 1.6 (the first release versionChris Piazza1999-06-251-9/+10
| | | | | | | | | | | | | in many years.) 2) change MAINTAINER line to myself, this is with the approval of erich@FreeBSD.org (the current maintainer) 3) update the pkg/DESCR to include a WWW line PR: 12392 Submitted by: Scott A. Kenney <saken@hotel.rmta.org> Notes: svn path=/head/; revision=19776
* Update to version 1.5b2.Steve Price1999-03-151-5/+4
| | | | | | | | PR: 9882 Submitted by: Scott A. Kenney <saken+freebsd-ports@hotel.rmta.org> Notes: svn path=/head/; revision=17225
* Break up the "plan9" category -- all the ports are where they belong, andSatoshi Asami1999-01-091-2/+2
| | | | | | | | | "plan9" is a virtual category now. Reviewed by: the ports list Notes: svn path=/head/; revision=15939
* Fixup CATEGORIES list.Steve Price1998-11-211-2/+2
| | | | | | | Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=14737
* Move manpages to Makefile and use MAN* macros.Steve Price1998-10-041-1/+3
| | | | Notes: svn path=/head/; revision=13617
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-2/+2
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* added myself as MAINTAINEREric L. Hernes1995-10-281-1/+4
| | | | Notes: svn path=/head/; revision=2372
* Various plan9 utilities. It's such a complete collection, I'm goingSatoshi Asami1995-08-141-0/+15
to import it all at once! Submitted by: Eric L. Hernes <erich@lodgenet.com> Notes: svn path=/head/; revision=2055