summaryrefslogtreecommitdiff
path: root/shells (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-11-25- Add SHA256 checksums to my portsSergei Kolobov1-0/+2
Notes: svn path=/head/; revision=149422
2005-11-23- Add SHA256Pav Lucistnik9-0/+9
Notes: svn path=/head/; revision=149224
2005-11-18Add a missing man page to MAN1.Akinori MUSHA1-1/+2
Noticed by: kris Notes: svn path=/head/; revision=148695
2005-11-14Update to 0.95Edwin Groothuis3-7/+6
Notes: svn path=/head/; revision=148286
2005-11-14Update to 2.07bAkinori MUSHA4-31/+20
Turn ADJTTY off by default. Notes: svn path=/head/; revision=148221
2005-11-13- add SHA checksumDirk Meyer1-0/+1
Notes: svn path=/head/; revision=148088
2005-11-12Iron Bars Shell is a restricted Unix shell. The user can not step out of, norPav Lucistnik7-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
2005-11-11With portmgr hat on, reset maintainership of knu's ports since he hasMark Linimon2-2/+2
been inactive more than 6 months. We hope to see him back sometime. Notes: svn path=/head/; revision=147872
2005-11-08- Add SHA256Renato Botelho2-0/+2
Notes: svn path=/head/; revision=147578
2005-11-05Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke1-0/+1
Notes: svn path=/head/; revision=147269
2005-11-02Fix ${name:?word} substitution. Bump PORTREVISION.Thomas Gellekum2-0/+12
Submitted by: Marc Olzheim (marcolz at stack dot nl) Obtained from: OpenBSD PR user/4023 Notes: svn path=/head/; revision=147014
2005-10-16Use groups to prevent trying to fetch the wrong patches from theBill Fenner1-3/+3
wrong sites. Approved by: obrien (MAINTAINER) Notes: svn path=/head/; revision=145511
2005-10-14Provide accurate COMMENT and pkg-descrRenato Botelho2-2/+5
Submitted by: maintainer by email Notes: svn path=/head/; revision=145403
2005-10-14Add tcsh-bofh 6.12.00, patch tcsh to providing true BOFH logfunctions.Renato Botelho4-0/+39
PR: ports/87394 Submitted by: Krzysztof Kowalewski <pyzmen@kam.pl> Notes: svn path=/head/; revision=145388
2005-09-22search.cpan.org redirect reduction canonicalization project, pass 3:Bill Fenner2-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
2005-09-11Unbreak on 4.x: gnatbind does not support -D_THREAD_SAFE.Thierry Thomas1-2/+37
Reported by: pointyhat via Kris Notes: svn path=/head/; revision=142490
2005-09-06- Update to 2.0.3Jean-Yves Lefort5-50/+25
- Reformat the Makefile Notes: svn path=/head/; revision=142100
2005-09-06- Stop adding rzsh (restricted zsh) to /etc/shells [1]:Sergei Kolobov2-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
2005-09-02There is more than 12 packages now.Thierry Thomas1-1/+1
Noted by: Ken Burtch <ken (at) pegasoft.ca> (author) Notes: svn path=/head/; revision=141814
2005-09-01Upgrade to 1.0.3.Thierry Thomas3-6/+70
Notes: svn path=/head/; revision=141733
2005-09-01- Re-add patch-configure (removed by mistake) to fix the build on the cluster;Thierry Thomas3-2/+28
- handle ADACFLAGS. Note: update to 1.0.3 is in progress. Notes: svn path=/head/; revision=141723
2005-09-01Remove mastersite which has gone away.Mark Linimon1-1/+0
Approved by: maintainer Notes: svn path=/head/; revision=141674
2005-08-30Remove ftp.rge.com from MASTER_SITES.Thomas Gellekum1-2/+1
Notes: svn path=/head/; revision=141437
2005-08-29- Retire shells/zsh-devel in favor of shells/zsh:Sergei Kolobov5-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
2005-08-28Upgrade to 1.0.2.Thierry Thomas7-47/+32
Notes: svn path=/head/; revision=141056
2005-07-29[1]:Jean-Yves Lefort8-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
2005-07-20Per prior standing request, turn this port over from inactive committerMark Linimon1-1/+1
(eik) to obrien. Hat: portmgr Notes: svn path=/head/; revision=139649
2005-07-11Change MASTER_SITES to a CPAN address since old is brokenRenato Botelho4-4/+4
Approved by: flz (mentor) Reported by: kris Notes: svn path=/head/; revision=138922
2005-07-11Change MAINTAINER to my @FreeBSD.org accountRenato Botelho2-2/+2
Approved by: flz (mentor) Notes: svn path=/head/; revision=138919
2005-07-10Update to osh-050219 to fix fetchingKris Kennaway2-8/+3
Notes: svn path=/head/; revision=138822
2005-06-20Fix svn issue with scponly via ssh+svn://.Norikatsu Shigemura1-2/+3
Submitted by: Matthias Fechner <idefix@fechner.net> Reviewed by: rushani (maintainer) Notes: svn path=/head/; revision=137765
2005-06-19Bump PORTREVISION by previous commit.Norikatsu Shigemura1-1/+1
Approved by: rushani (maintainer) Notes: svn path=/head/; revision=137713
2005-06-18Add support ssh+svn://.Norikatsu Shigemura1-0/+9
PR: ports/81889 Submitted by: Matthias Fechner <idefix@fechner.net> Approved by: rushani (maintainer) Notes: svn path=/head/; revision=137698
2005-06-05- Add itself to /etc/shellsPav Lucistnik2-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
2005-05-05Fix this patch file.David E. O'Brien2-21/+12
PR: 69873 Submitted by: Dave Evans <root@hclb.demon.co.uk> Notes: svn path=/head/; revision=134658
2005-05-04- Change the way used to add/remove the shell on /etc/shells,Cheng-Lung Sung8-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
2005-04-28Tweak pkg-descr, break out /etc/shell editing as seperate target, installDavid E. O'Brien3-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
2005-04-25- Use MAKE_ARGSVolker Stolz2-22/+1
- Don't invoke install-info twice when using INFO Notes: svn path=/head/; revision=134155
2005-04-21Update to version 1.0136Kirill Ponomarev2-3/+3
PR: ports/80210 Submitted by: Ports Fury Notes: svn path=/head/; revision=133859
2005-04-19- Update to 4.2.5Sergei Kolobov3-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
2005-04-19- It was not installing on FreeBSD 4.x with perl 5.00503.Yen-Ming Lee6-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
2005-04-18- Update to 1.8Sergei Kolobov8-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
2005-04-14- Update to 4.1Yen-Ming Lee3-16/+4
PR: 79859 Submitted by: rushani Notes: svn path=/head/; revision=133299
2005-04-12Change my MAINTAINER email address to jylefort@FreeBSD.orgJean-Yves Lefort2-2/+2
Approved by: adamw (mentor) Notes: svn path=/head/; revision=133186
2005-04-12CVS really does need a better way of backing out a commit composing aDavid E. O'Brien1-3/+2
set of files... Notes: svn path=/head/; revision=133119
2005-04-12At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien3-3/+4
after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
2005-04-11Very sorry for a local change that made it into the last commit.David E. O'Brien1-2/+1
Notes: svn path=/head/; revision=132993
2005-04-11Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien3-4/+5
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
2005-03-12Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke1-0/+1
Notes: svn path=/head/; revision=130974
2005-02-21Remove references to ports recently deleted.Kris Kennaway1-3/+0
Notes: svn path=/head/; revision=129432