aboutsummaryrefslogtreecommitdiff
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* search.cpan.org redirect reduction canonicalization project, pass 3:Bill Fenner2005-09-222-2/+2
| | | | | | | | | | | Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. These are mostly stragglers that should have been caught in pass 2. This pass brought to you by Bill's 102-degree fever during pass 2. Notes: svn path=/head/; revision=143380
* Unbreak on 4.x: gnatbind does not support -D_THREAD_SAFE.Thierry Thomas2005-09-111-2/+37
| | | | | | | Reported by: pointyhat via Kris Notes: svn path=/head/; revision=142490
* - Update to 2.0.3Jean-Yves Lefort2005-09-065-50/+25
| | | | | | | - Reformat the Makefile Notes: svn path=/head/; revision=142100
* - Stop adding rzsh (restricted zsh) to /etc/shells [1]:Sergei Kolobov2005-09-062-6/+36
| | | | | | | | | | | | | | | | | | | | | | | | rzsh(1) is the restricted version of zsh(1), with various things disabled so as to provide a strictly limited access to the system. A user with a shell in /etc/shells can use chsh(1) to change their shell, can use FTP, can use other file-transfer services, etc. Thus, adding rzsh to /etc/shells could be a security risk in certain configurations. - zsh-mime-setup is set up to look for /etc/{mime.types,mailcap}. Neither of them should exist on a stock FreeBSD system. Teach it to look in ${LOCALBASE}/etc instead. [2] - Zsh completion doesn't know about bsdtar(1) achievements: it won't complete to foo.tar.gz if you just enter 'tar xf foo^D'. Teach zsh completion about this and other formats supported by bsdtar(1). NOTE: This is only applicable to FreeBSD 5.3-RELEASE or newer, where bsdtar(1) replaced GNU tar(1) in the base system. - Bump PORTREVISION PR: ports/82066 [2], ports/83023 [3] Submitted by: Phil Pennock <pdp@nl.demon.net> [1] Ulrich Spoerlein <q@galgenberg.net> [2] [3] Notes: svn path=/head/; revision=142091
* There is more than 12 packages now.Thierry Thomas2005-09-021-1/+1
| | | | | | | Noted by: Ken Burtch <ken (at) pegasoft.ca> (author) Notes: svn path=/head/; revision=141814
* Upgrade to 1.0.3.Thierry Thomas2005-09-013-6/+70
| | | | Notes: svn path=/head/; revision=141733
* - Re-add patch-configure (removed by mistake) to fix the build on the cluster;Thierry Thomas2005-09-013-2/+28
| | | | | | | | | - handle ADACFLAGS. Note: update to 1.0.3 is in progress. Notes: svn path=/head/; revision=141723
* Remove mastersite which has gone away.Mark Linimon2005-09-011-1/+0
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=141674
* Remove ftp.rge.com from MASTER_SITES.Thomas Gellekum2005-08-301-2/+1
| | | | Notes: svn path=/head/; revision=141437
* - Retire shells/zsh-devel in favor of shells/zsh:Sergei Kolobov2005-08-295-772/+0
| | | | | | | | The development version of Zsh is no longer being released. Interested parties can always check out Zsh from SourceForge.net CVS. Notes: svn path=/head/; revision=141310
* Upgrade to 1.0.2.Thierry Thomas2005-08-287-47/+32
| | | | Notes: svn path=/head/; revision=141056
* [1]:Jean-Yves Lefort2005-07-298-124/+58
| | | | | | | | | | | | | | | | - Update to 20050721 - OPTIONSify Moreover: - Improve the FreeBSD integration by fixing paths in the script - Use SUB_FILES=pkg-message [1]: PR: ports/84305 Submitted by: maintainer Notes: svn path=/head/; revision=140420
* Per prior standing request, turn this port over from inactive committerMark Linimon2005-07-201-1/+1
| | | | | | | | | (eik) to obrien. Hat: portmgr Notes: svn path=/head/; revision=139649
* Change MASTER_SITES to a CPAN address since old is brokenRenato Botelho2005-07-114-4/+4
| | | | | | | | Approved by: flz (mentor) Reported by: kris Notes: svn path=/head/; revision=138922
* Change MAINTAINER to my @FreeBSD.org accountRenato Botelho2005-07-112-2/+2
| | | | | | | Approved by: flz (mentor) Notes: svn path=/head/; revision=138919
* Update to osh-050219 to fix fetchingKris Kennaway2005-07-102-8/+3
| | | | Notes: svn path=/head/; revision=138822
* Fix svn issue with scponly via ssh+svn://.Norikatsu Shigemura2005-06-201-2/+3
| | | | | | | | Submitted by: Matthias Fechner <idefix@fechner.net> Reviewed by: rushani (maintainer) Notes: svn path=/head/; revision=137765
* Bump PORTREVISION by previous commit.Norikatsu Shigemura2005-06-191-1/+1
| | | | | | | Approved by: rushani (maintainer) Notes: svn path=/head/; revision=137713
* Add support ssh+svn://.Norikatsu Shigemura2005-06-181-0/+9
| | | | | | | | | PR: ports/81889 Submitted by: Matthias Fechner <idefix@fechner.net> Approved by: rushani (maintainer) Notes: svn path=/head/; revision=137698
* - Add itself to /etc/shellsPav Lucistnik2005-06-052-1/+13
| | | | | | | | | PR: ports/81257 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Approved by: maintainer timeout (16 days) Notes: svn path=/head/; revision=136855
* Fix this patch file.David E. O'Brien2005-05-052-21/+12
| | | | | | | | PR: 69873 Submitted by: Dave Evans <root@hclb.demon.co.uk> Notes: svn path=/head/; revision=134658
* - Change the way used to add/remove the shell on /etc/shells,Cheng-Lung Sung2005-05-048-24/+84
| | | | | | | | | | | | | use pkg-install and pkg-deinstall (both stoled from shells/bash) to do it. - Remove pre-install section, it's not more needed on this version, because Makefile is created correctly changing Makefile.PL PR: 80583 Submitted by: Renato Botelho (maintainer) Notes: svn path=/head/; revision=134574
* Tweak pkg-descr, break out /etc/shell editing as seperate target, installDavid E. O'Brien2005-04-283-13/+231
| | | | | | | | | | examples. Also use the modern nobs bsd.port.mk provides. PR: 30732 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Notes: svn path=/head/; revision=134329
* - Use MAKE_ARGSVolker Stolz2005-04-252-22/+1
| | | | | | | - Don't invoke install-info twice when using INFO Notes: svn path=/head/; revision=134155
* Update to version 1.0136Kirill Ponomarev2005-04-212-3/+3
| | | | | | | | PR: ports/80210 Submitted by: Ports Fury Notes: svn path=/head/; revision=133859
* - Update to 4.2.5Sergei Kolobov2005-04-193-15/+20
| | | | | | | | | | - Update MASTER_SITES based on the list at http://www.zsh.org/ PR: ports/79708 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=133694
* - It was not installing on FreeBSD 4.x with perl 5.00503.Yen-Ming Lee2005-04-196-0/+40
| | | | | | | | | | | - Rename patch-aa to reflect which file is patched. - update /etc/shells in pkg-plist for package PR: 80104 Submitted by: Renato Botelho <freebsd@galle.com.br> (maintainer) Notes: svn path=/head/; revision=133693
* - Update to 1.8Sergei Kolobov2005-04-188-96/+202
| | | | | | | | | | | | | - Unbreak - Remove gratuitous use of REINPLACE - Add $FreeBSD$ on pkg-plist - Assign maintainership to the submitter PR: ports/79623 Submitted by: Renato Botelho <freebsd@galle.com.br> Notes: svn path=/head/; revision=133595
* - Update to 4.1Yen-Ming Lee2005-04-143-16/+4
| | | | | | | | PR: 79859 Submitted by: rushani Notes: svn path=/head/; revision=133299
* Change my MAINTAINER email address to jylefort@FreeBSD.orgJean-Yves Lefort2005-04-122-2/+2
| | | | | | | Approved by: adamw (mentor) Notes: svn path=/head/; revision=133186
* CVS really does need a better way of backing out a commit composing aDavid E. O'Brien2005-04-121-3/+2
| | | | | | | set of files... Notes: svn path=/head/; revision=133119
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-123-3/+4
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Very sorry for a local change that made it into the last commit.David E. O'Brien2005-04-111-2/+1
| | | | Notes: svn path=/head/; revision=132993
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-113-4/+5
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* Remove references to ports recently deleted.Kris Kennaway2005-02-211-3/+0
| | | | Notes: svn path=/head/; revision=129432
* As previously announced, remove ports that have reached their expiry date,Kris Kennaway2005-02-1829-675/+0
| | | | | | | and the handful of ports that depended on them. Notes: svn path=/head/; revision=129234
* BROKEN: Incomplete pkg-plistKris Kennaway2005-02-112-0/+4
| | | | Notes: svn path=/head/; revision=128562
* - Update to 4.2.4Sergei Kolobov2005-02-072-5/+5
| | | | | | | | PR: ports/77172 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=128209
* Update to 2005-02-02Volker Stolz2005-02-042-5/+5
| | | | | | | | PR: ports/77072 Submitted by: Joey Kelsey (maintainer) Notes: svn path=/head/; revision=128038
* Use USE_PGSQLErwin Lansing2005-01-311-3/+1
| | | | | | | Forgotten by: girgen Notes: svn path=/head/; revision=127756
* Update to version 2.2.3 to fix security vulnerability.Simon L. B. Nielsen2005-01-262-3/+3
| | | | | | | | | Security: http://vuxml.FreeBSD.org/f11b219a-44b6-11d9-ae2f-021106004fd6.html With hat: secteam Approved by: maintainer timeout (security; 2 days), erwin (mentor) Notes: svn path=/head/; revision=127386
* Remove the test for /dev/dsp during configure, it does not affect theThierry Thomas2005-01-251-0/+13
| | | | | | | | | package build. Reported by: Kris via pointyhat. Notes: svn path=/head/; revision=127336
* - Update to 4.2.3Sergei Kolobov2005-01-243-6/+23
| | | | | | | | PR: ports/76268 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=127165
* Add bush 1.0.1, the Business Shell.Thierry Thomas2005-01-237-0/+177
| | | | Notes: svn path=/head/; revision=127152
* - Update to 1.0.2Pav Lucistnik2005-01-195-49/+39
| | | | | | | | | | - Mark IGNORE on FreeBSD 4.x, missing library functions PR: ports/76424 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) Notes: svn path=/head/; revision=126856
* - Update to 20050112Pav Lucistnik2005-01-194-6/+6
| | | | | | | | | PR: ports/76455 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: Kirk Strauser <kirk@strauser.com> (maintainer) Notes: svn path=/head/; revision=126851
* Fix shells/ksh93 portEdwin Groothuis2005-01-123-20/+8
| | | | | | | | | | Update ksh93 to 2004-12-25 version PR: ports/75828 Submitted by: Joe Kelsey <joe@zircon.seattle.wa.us> Notes: svn path=/head/; revision=126219
* BROKEN: unfetchable (maintainer confirms that a new release was uploadedKris Kennaway2004-12-291-0/+2
| | | | | | | but the download password changed) Notes: svn path=/head/; revision=125486
* Reset MAINTAINER to ports@.Norikatsu Shigemura2004-12-231-1/+1
| | | | | | | | | | | We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket) Notes: svn path=/head/; revision=124934