aboutsummaryrefslogtreecommitdiff
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* - Add a patch from Zsh CVS to fix a bug with acroread(1) completion:Sergei Kolobov2006-09-202-1/+20
| | | | | | | | | | http://zsh.cvs.sourceforge.net/zsh/zsh/Completion/X/Command/_acroread?r1=1.5&r2=1.6 PR: ports/100614 Submitted by: Simon Olofsson <simon at olofsson dot de> Notes: svn path=/head/; revision=173462
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-0/+1
| | | | | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173460
* Update to 2.09.Akinori MUSHA2006-09-143-4/+5
| | | | Notes: svn path=/head/; revision=173074
* cleanup pkg-plist after gnustep-makeDirk Meyer2006-09-131-1/+0
| | | | Notes: svn path=/head/; revision=172907
* This port has served its purpose. Just use the shells/zsh port withAkinori MUSHA2006-09-102-41/+0
| | | | | | | the multibyte option turned on. Notes: svn path=/head/; revision=172726
* Return to ports@.David E. O'Brien2006-09-091-1/+1
| | | | | | | | Bash[3] has worked out very well, with the transition from Bash2 being trival vs. Bash1->Bash2. Maybe we don't even need this port anymore? Notes: svn path=/head/; revision=172604
* Actually assign port to new maintainer.Mark Linimon2006-09-051-1/+1
| | | | | | | Forgotten by: itetcu Notes: svn path=/head/; revision=172301
* - Update to R28Martin Wilke2006-09-042-5/+8
| | | | | | | Submitted by: andreas kohn via irc (maintainer) Notes: svn path=/head/; revision=172132
* This port has served its purpose. Just use the shells/zsh port withAkinori MUSHA2006-09-019-401/+0
| | | | | | | the multibyte option turned on. Notes: svn path=/head/; revision=171809
* Rather than have to manually list every patch version, use some automationDavid E. O'Brien2006-09-011-4/+4
| | | | | | | | | (courtesy of 'jot'). Obtained from: Vim port Notes: svn path=/head/; revision=171782
* Move bash2 specification to lower in the file. In its current position,David E. O'Brien2006-08-311-1/+1
| | | | | | | | | caused the %F to be redefined to "bash2" as a side effect. Submitted by: ru Notes: svn path=/head/; revision=171752
* - Respect DESTDIR for all my portsMartin Wilke2006-08-072-7/+7
| | | | | | | | Reviewed by: gabor Approved by: krion (mentor) Notes: svn path=/head/; revision=169917
* Update to 2.0.4Jean-Yves Lefort2006-08-062-5/+4
| | | | | | | | PR: ports/98462 Submitted by: Martin Wilke <freebsd@unixfreunde.de> Notes: svn path=/head/; revision=169851
* Unbreak rsync comatibility when long opts ("--server", "--sender"Tilman Keskinoz2006-08-062-1/+100
| | | | | | | | | | | | and "--delete" in this case) specified. PR: 96295 Suggested by: ueda _at_ drweb dot jp Obtained from: https://lists.ccs.neu.edu/pipermail/scponly/2006-March/001287.html Approved by: rushani (maintainer) Notes: svn path=/head/; revision=169840
* Update patches.Akinori MUSHA2006-08-022-24/+26
| | | | Notes: svn path=/head/; revision=169436
* - Improved descriptionMartin Wilke2006-07-252-3/+4
| | | | | | | | | PR: ports/100757 Submitted by: Parv <parv(at)pair.com> Approved by: krion (mentor), maintainer via irc Notes: svn path=/head/; revision=168717
* Update to 2.08d.Akinori MUSHA2006-07-242-4/+4
| | | | Notes: svn path=/head/; revision=168603
* Add mksh , a Korn shell with many additions.Martin Wilke2006-07-226-0/+102
| | | | | | | | | | | | | The MirOS Korn Shell, which contains many additions to the original Korn shell. WWW: http://mirbsd.de/mksh PR: ports/100713 Submitted by: Andreas Kohn <andreas at syndrom23.de> Notes: svn path=/head/; revision=168483
* - Pass maintainership to submitterRong-En Fan2006-07-172-8/+5
| | | | | | | | | | - Reformat pkg-descr PR: ports/100447 Submitted by: Thomas Abthorpe <thomas at goodking.ca> Notes: svn path=/head/; revision=168100
* Set conflicts with other bash ports.David E. O'Brien2006-07-111-1/+3
| | | | | | | | PR: 99969 Submitted by: Gabor Kovesdan <gabor@FreeBSD.org> Notes: svn path=/head/; revision=167521
* Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.Mark Linimon2006-07-051-1/+1
| | | | | | | | PR: ports/92445 Hat: portmgr Notes: svn path=/head/; revision=166956
* Reset bouncing maintainer address enigmatyc@laposte.net.Mark Linimon2006-06-231-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=166076
* Switch to my @FreeBSD.org address.Shaun Amott2006-06-191-1/+1
| | | | | | | Approved by: ahze (mentor) Notes: svn path=/head/; revision=165799
* Obey conventions and change my mail to @FreeBSD.org addressMartin Wilke2006-06-162-2/+2
| | | | | | | Approved by: krion (mentor) Notes: svn path=/head/; revision=165605
* Add vendor patch fixing array expansion fails with an arithmeticDavid E. O'Brien2006-06-092-1/+5
| | | | | | | | syntax error when the subscript appears within double quotes. For example: ${a["4"]}. Notes: svn path=/head/; revision=164872
* - Shells/rc got a new MASTER_SITES [1]Ion-Mihai Tetcu2006-06-082-8/+14
| | | | | | | | | | | | | - This software is now maintain by Erik Quanstrom <quanstro@quanstro.net> [1] - OPTIONify [2] PR: ports/97298 [1] Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> [1] itetcu (me) [2] Approved by: maintainer-timeout, lawrance (mentor, implicit) Notes: svn path=/head/; revision=164786
* Add SHA256 checksumEdwin Groothuis2006-06-071-0/+1
| | | | Notes: svn path=/head/; revision=164721
* - Update to 4.6Marcus Alves Grando2006-06-032-5/+4
| | | | | | | | PR: 98278 Submitted by: maintainer Notes: svn path=/head/; revision=164260
* Update to 2.08c.Akinori MUSHA2006-05-243-51/+3
| | | | Notes: svn path=/head/; revision=163272
* ${PREFIX}/www/data -> ${PREFIX}/wwwIon-Mihai Tetcu2006-05-161-1/+1
| | | | | | | | | PR: ports/97274 Submitted by: Shaun Amott <shaun@inerd.com> (maintainer) Approved by: lawrance (mentor) Notes: svn path=/head/; revision=162553
* shells/tcshrc:Edwin Groothuis2006-05-141-9/+9
| | | | | | | | | | | - Use DATADIR macro PR: ports/95836 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=162273
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-137-10/+0
| | | | Notes: svn path=/head/; revision=162215
* - Fix mastersite.Jean Milanez Melo2006-05-102-4/+1
| | | | | | | | | | | - Remove WWW, site is gone. PR: ports/97098 Submitted by: Serge Gagnon <serge.gagnon@b2b2c.ca> Approved by: Scott Kenney <saken@hotel.rmta.org> (maintainer), mnag (mentor) Notes: svn path=/head/; revision=162011
* shells/scponly cannot work with rsyncEdwin Groothuis2006-05-091-0/+1
| | | | | | | | | | | | | | From: Hideyuki KURASHINA <rushani@FreeBSD.org> I've confirmed the rsync compatibility in scponly 4.4 is broken. Unfortunately, at this moment I don't have enough time to test the patch you showed us... PR: ports/96295 Submitted by: UEDA Hiroyuki <ueda@drweb.jp> Notes: svn path=/head/; revision=161838
* - Fix build under 4.x:Sergei Kolobov2006-05-021-4/+4
| | | | | | | | | | | | FreeBSD 4.x doesn't have wide character support, so avoid adding --enable-multibyte to CONFIGURE_ARGS on FreeBSD 4.x PR: ports/96645 [1] Submitted by: Tod McQuillin <devin@spamcop.net> [1], Hajimu UMEMOTO <ume@FreeBSD.org> (in private e-mail) Notes: svn path=/head/; revision=161171
* - Update to 4.3.2 [1], [3]Sergei Kolobov2006-04-303-40/+101
| | | | | | | | | | | | | | | | | | - Enable multibyte character support in Zsh by default [3], [4] - Added new knob (WITHOUT_ZSH_MULTIBYTE) to disable multibyte support - Fix zsh.info installation that was previously attempted before "su" (and thus could fail when running "make install" under a regular user) [2] - apply a different fix, though - move zsh.info generation from pre-install to post-build phase PR: ports/95970 [1], ports/94205 [2] Submitted by: Martin Wilke <freebsd@unixfreunde.de> [1], Michael Kuhn <mkuhn.nw@web.de> [2] umei [3] (in private e-mail), "J.R. Oldroyd" <jr@opal.com> [4] (in private e-mail) Notes: svn path=/head/; revision=160987
* Add an additional mirror.Emanuel Haupt2006-04-291-1/+2
| | | | | | | Submitted by: Shaun Amott <shaun@inerd.com> (maintainer) Notes: svn path=/head/; revision=160720
* - Update to latest versionVolker Stolz2006-04-232-5/+5
| | | | | | | | | | - Assign maintainership to submitter PR: ports/95974 Submitted by: Martin Wilke Notes: svn path=/head/; revision=160239
* MANUAL_PACKAGE_BUILD: Doesn't build in tinderbox environment whereKris Kennaway2006-04-221-0/+2
| | | | | | | kernel != userland version Notes: svn path=/head/; revision=160179
* - 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
* - Update to 3.1.16Marcus Alves Grando2006-04-132-5/+22
| | | | | | | | | PR: 95188 Submitted by: Toni Viemero <toni.viemero___iki.fi> Approved by: portmgr (krion) Notes: svn path=/head/; revision=159437
* Add a patch to fix a problem that ~/.fd_history is truncatedAkinori MUSHA2006-04-112-0/+48
| | | | | | | when the home directory is on a file system without locking support. Notes: svn path=/head/; revision=159313
* - Fix plistMarcus Alves Grando2006-04-081-0/+1
| | | | | | | | PR: 95491 Submitted by: maintainer Notes: svn path=/head/; revision=159147
* - use @dirrmtryDirk Meyer2006-04-081-1/+1
| | | | Notes: svn path=/head/; revision=159131
* Update to 2.08b.Akinori MUSHA2006-04-073-12/+14
| | | | Notes: svn path=/head/; revision=158995
* shells/wapsh - update, make fetchable, take maintainershipEdwin Groothuis2006-04-068-155/+111
| | | | | | | | | | | | | | | - Upgrade to latest version (make fetchable again) - Add WWW line and more supported phones to pkg-descr - Single PLIST file addition - Replace rc.d script with new rc.subr-style - Install in more appropriate place - Take maintainership PR: ports/94243 Submitted by: Shaun Amott <shaun@inerd.com> Notes: svn path=/head/; revision=158921
* Use SUB_FILES for pkg-messageEdwin Groothuis2006-04-014-3/+7
| | | | Notes: svn path=/head/; revision=158552
* - add USE_GNUSTEP_PREFIXDirk Meyer2006-03-191-3/+1
| | | | Notes: svn path=/head/; revision=157643
* - Update to 20060301Marcus Alves Grando2006-03-154-10/+8
| | | | | | | | | | | - portlint(1) PR: 93995 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer Notes: svn path=/head/; revision=157286
* - Update to 2.3.2 and UnFORBIDDENMarcus Alves Grando2006-03-112-9/+6
| | | | | | | | | PR: 94255 Submitted by: delphij Approved by: portmgr (marcus) Notes: svn path=/head/; revision=157059