aboutsummaryrefslogtreecommitdiff
path: root/shells/dash
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Update to 0.5.10.2 [1]Bryan Drewery2018-09-132-6/+8
| | | | | | | | | | | | - Update comment on the real problem with UNUSABLE_RT_SIGNALS. This is avoiding a buffer overflow due to NSIG*2 being far smaller than SIGRTMAX. PR: 230156 [1] Submitted by: Nathan <ndowens@yahoo.com> (based on) [1] Notes: svn path=/head/; revision=479695
* Update to 0.5.9.1Bryan Drewery2017-09-082-3/+7
| | | | | | | | PR: 216887 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> Notes: svn path=/head/; revision=449458
* Revert experimental code accidentally committed in r378465Antoine Brodin2016-11-081-7/+0
| | | | Notes: svn path=/head/; revision=425743
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Cleanup plistBaptiste Daroussin2015-02-051-0/+7
| | | | Notes: svn path=/head/; revision=378465
* Take maintainershipBryan Drewery2014-10-021-1/+1
| | | | Notes: svn path=/head/; revision=369849
* shells/dash: update 0.5.7 -> 0.5.8Bartek Rutkowski2014-09-292-3/+3
| | | | | | | Approved by: mentors (implicit) Notes: svn path=/head/; revision=369515
* shells/dash: add note, change maintainerEitan Adler2014-05-271-1/+2
| | | | | | | | - Add note - Give up maintainer Notes: svn path=/head/; revision=355469
* Unquiet my ports to make debugging easier.Eitan Adler2013-10-231-1/+1
| | | | Notes: svn path=/head/; revision=331410
* - convert to stagingEitan Adler2013-09-281-4/+2
| | | | Notes: svn path=/head/; revision=328553
* 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
* Remove now excess verbiage.Eitan Adler2013-07-161-2/+0
| | | | | | | Reviewed by: bapt Notes: svn path=/head/; revision=323129
* Convert some of my ports from USE_GMAKE to USES=gmake.Eitan Adler2013-07-061-1/+2
| | | | | | | The remainder have other pending patches which I must finish before conversion. Notes: svn path=/head/; revision=322403
* Clean up my ports (and a couple of ports@ owned ones):Eitan Adler2013-03-081-1/+3
| | | | | | | | | | | | | - Fix COMMENT - Add MAKE_JOBS_SAFE where appropriate - Change ordering of LICENSE lines - Fix new header format - Etc. Reviewed by: drogoh (on irc) Notes: svn path=/head/; revision=313672
* Trim the headers in the ports I maintain.Eitan Adler2012-10-061-5/+0
| | | | Notes: svn path=/head/; revision=305369
* - change the email address I use to maintain portsEitan Adler2011-08-211-1/+1
| | | | | | | Approved by: bapt (mentor) Notes: svn path=/head/; revision=280136
* - change the email address I use to maintain portsEitan Adler2011-08-211-1/+1
| | | | | | | Approved by: bapt (mentor) Notes: svn path=/head/; revision=280123
* - Update to 0.5.7Frederic Culot2011-07-272-3/+3
| | | | | | | | PR: ports/159235 Submitted by: Eitan Adler <lists@eitanadler.com> (maintainer) Notes: svn path=/head/; revision=278418
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Update to 0.5.6.1Max Brazhnikov2010-10-022-4/+4
| | | | | | | | PR: ports/150956 Submitted by: Eitan Adler (maintainer) Notes: svn path=/head/; revision=262316
* - Update to 0.5.6Sylvio Cesar Teixeira2010-05-282-5/+5
| | | | | | | | PR: ports146866 Submitted by: Eitan Adler <lists@eitanadler.com> Notes: svn path=/head/; revision=255241
* DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small asDmitry Marakasov2009-11-213-0/+35
possible. It does this without sacrificing speed where possible. In fact, it is significantly faster than bash (the GNU Bourne-Again SHell) for most tasks. WWW: http://gondor.apana.org.au/~herbert/dash/ PR: 140381 Submitted by: Eitan Adler <EitanAdlerList@gmail.com> Notes: svn path=/head/; revision=244580