aboutsummaryrefslogtreecommitdiff
path: root/shells/osh
Commit message (Collapse)AuthorAgeFilesLines
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-5/+5
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Update to 20070707Martin Wilke2007-07-092-4/+4
| | | | | | | Submitted by: Jeffrey Allen Neitzel (author via privat mail) Notes: svn path=/head/; revision=195307
* - Update to 20070324Martin Wilke2007-03-263-5/+7
| | | | | | | Submitted by: J.A. Neitzel <jneitzel@sdf1.org> (author) Notes: svn path=/head/; revision=188375
* - Respect DESTDIR for all my portsMartin Wilke2006-08-072-7/+7
| | | | | | | | Reviewed by: gabor Approved by: krion (mentor) Notes: svn path=/head/; revision=169917
* Obey conventions and change my mail to @FreeBSD.org addressMartin Wilke2006-06-161-1/+1
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=165605
* - Update to 060124Volker Stolz2006-04-193-6/+7
| | | | | | | | | | - Assign maintainership to submitter PR: ports/95972 Submitted by: Martin Wilke Notes: svn path=/head/; revision=159956
* - Add SHA256Pav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149224
* Update to osh-050219 to fix fetchingKris Kennaway2005-07-102-8/+3
| | | | Notes: svn path=/head/; revision=138822
* Add patch-set which fixes various bugs including a stack overflow.Volker Stolz2004-08-262-1/+6
| | | | | | | | PR: ports/70953 Submitted by: Jeffrey Allen Neitzel (author) Notes: svn path=/head/; revision=117291
* update to 040812Oliver Lehmann2004-08-152-3/+3
| | | | Notes: svn path=/head/; revision=116293
* Update to osh-040421Mark Linimon2004-05-102-3/+3
| | | | | | | | PR: ports/65962 Submitted by: Jeffrey Allen Neitzel <jneitzel@sdf.lonestar.org> Notes: svn path=/head/; revision=108871
* - Update to version 040216Kirill Ponomarev2004-04-093-15/+5
| | | | | | | | PR: ports/65369 Submitted by: Ports Fury Notes: svn path=/head/; revision=106593
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* Update to 031112 and unbreak, old version was not fetchable anymore.Pav Lucistnik2003-11-152-2/+2
| | | | | | | Approved by: adamw (mentor) Notes: svn path=/head/; revision=94012
* Reset maintainer to ports@. Reviewed by: kris.Mark Linimon2003-11-031-1/+1
| | | | Notes: svn path=/head/; revision=92905
* Update to current version. PR ports/58192.Mark Linimon2003-11-035-20/+15
| | | | Notes: svn path=/head/; revision=92904
* 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
* Add missing files and manpagesKris Kennaway2002-10-282-1/+3
| | | | Notes: svn path=/head/; revision=68996
* Update to 020214George C A Reid2002-07-164-42/+8
| | | | | | | | PR: 37851 Submitted by: Jeff Palmer <scorpio@drkshdw.org> Notes: svn path=/head/; revision=63087
* 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
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-7/+7
| | | | Notes: svn path=/head/; revision=37252
* Add osh 001127, a reimplementation of the old and obsolete shell versionWill Andrews2000-12-307-0/+88
that was in standard use up to UNIX 6th Edition and was supplied as osh with UNIX 7th Edition. Its command language is a sparse subset of those of modern shells and is mostly common to both sh(1) and csh(1). PR: 23943 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=36449