aboutsummaryrefslogtreecommitdiff
path: root/shells/pdksh
Commit message (Collapse)AuthorAgeFilesLines
* shells/pdksh: moved manpages to share/manRodrigo Osorio2024-03-044-13/+12
| | | | | | | Fix mandir in patch and update plist Fix formatting to make linters happy Update MASTER_SITES Update additional patches file names
* 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)
* 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
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* These ports now build on powerpc64.Mark Linimon2018-12-051-2/+0
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=486720
* Remove BROKEN_sparc64 statement which was originally added in r397891 byAlexey Dokuchaev2017-12-181-1/+0
| | | | | | | | linimon@ two years ago. It now builds and runs just fine on 10.4-STABLE running under QEMU 2.9.0. Notes: svn path=/head/; revision=456587
* Remove duplicate broken stanza for powerpc64. While here, reformat andMark Linimon2017-04-271-4/+2
| | | | | | | | | consolidate the sparc64 one. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439565
* Mark as broken on sparc64.Mark Linimon2016-09-181-0/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=422361
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Mark as broken on sparc64: fails to build.Mark Linimon2015-09-251-0/+2
| | | | | | | Approved by: portmgr (sparc64 blanket) Notes: svn path=/head/; revision=397891
* Fix build with gcc5Rodrigo Osorio2015-04-031-0/+1
| | | | | | | | PR: 197920 Submitted by: marino Notes: svn path=/head/; revision=383182
* Add an @shell keyword to handle adding and remove a shell path in /etc/shellBaptiste Daroussin2014-06-112-4/+2
| | | | | | | | | | | Bump port revision of all ports that were doing it wrong prior to the keyword CR: D208 Reviewed by: antoine With hat: portmgr Notes: svn path=/head/; revision=357511
* post-install is not needed anymore when staged [1]Baptiste Daroussin2014-02-261-12/+3
| | | | | | | | | While here: use optionsng Reported by: miwi [1] Notes: svn path=/head/; revision=346118
* Fix mistake in the commited patch.Rodrigo Osorio2014-02-191-13/+0
| | | | | | | | PR: ports/181438 Approved by: bapt (mentor) Notes: svn path=/head/; revision=345065
* fix staging issue ( missed in my first commit)Rodrigo Osorio2014-02-191-0/+26
| | | | | | | | PR: ports/181438 Approved by: bapt (mentor) Notes: svn path=/head/; revision=345064
* Fix ksh after 10.0 by using a posix compliant syntax for sort invocation.Rodrigo Osorio2014-02-183-8/+14
| | | | | | | | | | | Fix staging PR: ports/181438 Submitted by: Chweigert Udo <Udo.Schweigert@siemens.com> Reviewed by: bapt (mentor) Notes: svn path=/head/; revision=344843
* Update maintainer email addressRodrigo Osorio2014-01-291-1/+1
| | | | | | | Approved by: bapt@ (co-mentor) Notes: svn path=/head/; revision=341704
* 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
* Update MAINTAINER to rodrigo@bebik.netSteven Kreuzer2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326149
* Mark the port as broken on FreeBSD 10.0Steven Kreuzer2013-08-271-5/+6
| | | | | | | | PR: ports/181438 Submitted by: Sean Bruno <sbruno@FreeBSD.org> Notes: svn path=/head/; revision=325457
* Update contact information.David E. O'Brien2012-06-051-0/+8
| | | | | | | Approved by: skreuzer Notes: svn path=/head/; revision=298404
* Fix bug for add_glob:David E. O'Brien2012-06-052-1/+11
| | | | | | | | | | | | | | Do not stop scanning if we see '$' as it does more harm than good. For $HOME/tm we should return $HOME/tm* Set license to BSD (not "public domain" due to sigact.[ch]). Submitted by: Simon Gerraty <sjg@juniper.net> Obtained from: NetBSD Approved by: skreuzer Notes: svn path=/head/; revision=298403
* Prevent post-install from removing ksh93 from /etc/shellsSteven Kreuzer2012-05-221-1/+1
| | | | | | | | PR: ports/168140 Submitted by: Rob Windsor <windsor@warthog.com> Notes: svn path=/head/; revision=297193
* Change the default behavior to create a dynamically linked binarySteven Kreuzer2012-04-051-4/+8
| | | | | | | | | | | Add a WITH_STATIC knob to create a statically linked binary Remove dead MASTER_SITE Reported by: Andy Kosela <akosela@andykosela.com> Feature safe: yes Notes: svn path=/head/; revision=294252
* - Get Rid MD5 supportMartin Wilke2011-03-181-3/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Change MAINTAINER on my ports to my FreeBSD email addressSteven Kreuzer2009-03-281-1/+1
| | | | | | | Approved by: wxs (mentor) Notes: svn path=/head/; revision=231170
* - Pet portlintWesley Shields2009-03-021-2/+2
| | | | | | | | | | - While here pass maintainership to submitter PR: ports/132169 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> Notes: svn path=/head/; revision=229359
* Reset tg due to lack of commits for several months and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220036
* Fix calculation of prompt length. Bump PORTREVISION.Thomas Gellekum2007-01-072-1/+11
| | | | | | | | PR: 107410 Submitted by: Bruce Becker <hostmaster at whois dot gts dot net> Notes: svn path=/head/; revision=181715
* SHA256ifyEdwin Groothuis2006-01-241-0/+3
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Fix ${name:?word} substitution. Bump PORTREVISION.Thomas Gellekum2005-11-022-0/+12
| | | | | | | | Submitted by: Marc Olzheim (marcolz at stack dot nl) Obtained from: OpenBSD PR user/4023 Notes: svn path=/head/; revision=147014
* Remove ftp.rge.com from MASTER_SITES.Thomas Gellekum2005-08-301-2/+1
| | | | Notes: svn path=/head/; revision=141437
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+3
| | | | Notes: svn path=/head/; revision=105747
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Make this work on ia64.Peter Wemm2003-01-111-0/+12
| | | | Notes: svn path=/head/; revision=72924
* Serves me right to commit something in a hurry, untested. <:-(Thomas Gellekum2002-05-171-2/+2
| | | | | | | | | | Fix fetching. PR: 38144 Submitted by: Alan Eldridge <ports@geeksrus.net> Notes: svn path=/head/; revision=59331
* Change version number from 5.2.14.p2 to 5.2.14p2, so our packageThomas Gellekum2002-05-161-1/+1
| | | | | | | | | | tools see this as an upgrade from 5.2.14. PR: 38131 Submitted by: Alan Eldridge <ports@geeksrus.net> Notes: svn path=/head/; revision=59257
* Include distributed patches.Thomas Gellekum2002-05-153-18/+12
| | | | | | | | PR: 38071 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> Notes: svn path=/head/; revision=59161
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Notes: svn path=/head/; revision=53959
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-2/+2
| | | | Notes: svn path=/head/; revision=27847
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27426
* add WWW:Michael Haro2000-01-221-0/+2
| | | | | | | | PR: 16261, 16262, 16263 Submitted by: joseph.scott@owp.csus.edu Notes: svn path=/head/; revision=24910
* Update /etc/shells after installation.Thomas Gellekum1999-12-291-0/+7
| | | | | | | | PR: 15685 Submitted by: foxfair Notes: svn path=/head/; revision=24258
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* Fix formatting glitch in job status output.Thomas Gellekum1999-07-211-0/+17
| | | | | | | Submitted by: Michael Rendell <michael@cs.mun.ca> Notes: svn path=/head/; revision=20293
* Upgrade to 5.2.14.Thomas Gellekum1999-07-162-7/+11
| | | | Notes: svn path=/head/; revision=20227
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Removed manpages from pkg/PLISTDavid E. O'Brien1998-08-131-1/+0
| | | | Notes: svn path=/head/; revision=12505
* Link statically.Thomas Gellekum1998-04-291-1/+2
| | | | | | | Prompted by: latest discussion in freebsd-security Notes: svn path=/head/; revision=10754