summaryrefslogtreecommitdiff
path: root/shells (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 4.2.6, the latest stable releaseSergei Kolobov2005-12-083-8/+23
| | | | | | | | | PR: ports/89992 [1] Submitted by: KIMURA Yasuhiro <yasu at utahime dot org> [1], osa (in private e-mail) Notes: svn path=/head/; revision=150682
* - Rename WANT_STATIC_BASH to WITH_STATIC_BASH to respect ports semantics.Florent Thoumie2005-12-052-2/+2
| | | | | | | | | PR: ports/89772 Submitted by: flz Approved by: maintainer Notes: svn path=/head/; revision=150455
* Remove install-info from Makefile, it's automatically done when INFO is definedEdwin Groothuis2005-12-051-1/+0
| | | | Notes: svn path=/head/; revision=150432
* Add INFO macroEdwin Groothuis2005-12-042-3/+1
| | | | Notes: svn path=/head/; revision=150366
* Reset maintainer per his request. We hope to see him back soon.Mark Linimon2005-12-021-1/+1
| | | | Notes: svn path=/head/; revision=150183
* - Add WANT_STATIC_BASH knob.Florent Thoumie2005-11-301-0/+10
| | | | | | | | | PR: ports/81795 Submitted by: Bjarne Koenig <bkoenig@cs.tu-berlin.de> Approved by: maintainer timeout (5 months) Notes: svn path=/head/; revision=150055
* - Style: ports@freebsd.org -> ports@FreeBSD.orgPav Lucistnik2005-11-251-1/+1
| | | | Notes: svn path=/head/; revision=149492
* - Add SHA256 checksums to my portsSergei Kolobov2005-11-251-0/+2
| | | | Notes: svn path=/head/; revision=149422
* - Add SHA256Pav Lucistnik2005-11-239-0/+9
| | | | Notes: svn path=/head/; revision=149224
* Add a missing man page to MAN1.Akinori MUSHA2005-11-181-1/+2
| | | | | | | Noticed by: kris Notes: svn path=/head/; revision=148695
* Update to 0.95Edwin Groothuis2005-11-143-7/+6
| | | | Notes: svn path=/head/; revision=148286
* Update to 2.07bAkinori MUSHA2005-11-144-31/+20
| | | | | | | Turn ADJTTY off by default. Notes: svn path=/head/; revision=148221
* - add SHA checksumDirk Meyer2005-11-131-0/+1
| | | | Notes: svn path=/head/; revision=148088
* Iron Bars Shell is a restricted Unix shell. The user can not step out of, norPav Lucistnik2005-11-127-0/+91
| | | | | | | | | | | | access files outside the home directory. It is written in C for Linux. No libraries used. It is small, fast, secure. Two ascii configuration files for more control. PR: ports/88351 Submitted by: Vaida Bogdan <vaidab@phenix.rootshell.be> Notes: svn path=/head/; revision=148029
* With portmgr hat on, reset maintainership of knu's ports since he hasMark Linimon2005-11-112-2/+2
| | | | | | | been inactive more than 6 months. We hope to see him back sometime. Notes: svn path=/head/; revision=147872
* - Add SHA256Renato Botelho2005-11-082-0/+2
| | | | Notes: svn path=/head/; revision=147578
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* 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
* Use groups to prevent trying to fetch the wrong patches from theBill Fenner2005-10-161-3/+3
| | | | | | | | | wrong sites. Approved by: obrien (MAINTAINER) Notes: svn path=/head/; revision=145511
* Provide accurate COMMENT and pkg-descrRenato Botelho2005-10-142-2/+5
| | | | | | | Submitted by: maintainer by email Notes: svn path=/head/; revision=145403
* Add tcsh-bofh 6.12.00, patch tcsh to providing true BOFH logfunctions.Renato Botelho2005-10-144-0/+39
| | | | | | | | PR: ports/87394 Submitted by: Krzysztof Kowalewski <pyzmen@kam.pl> Notes: svn path=/head/; revision=145388
* 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