aboutsummaryrefslogtreecommitdiff
path: root/shells
Commit message (Collapse)AuthorAgeFilesLines
* Fix master_siteBaptiste Daroussin2011-08-021-1/+1
| | | | Notes: svn path=/head/; revision=278800
* Fix completions for portinstall, an indexing error.Adam Weinberger2011-08-012-1/+2
| | | | | | | | PR: ports/152387 Submitted by: Martin GlaC <glaszig@gmail.com> Notes: svn path=/head/; revision=278746
* - 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
* The file completion bugfix for 8.X and 9.X introduced a bug underCy Schubert2011-07-051-1/+1
| | | | | | | 7.X. This commit fixes this. Notes: svn path=/head/; revision=277114
* Previous commit introduced a file completion bug under FreeBSDCy Schubert2011-07-051-4/+6
| | | | | | | versions prior to 8.X (7.X and earlier). This commit fixes that. Notes: svn path=/head/; revision=277113
* Fix patch phase error.Cy Schubert2011-07-051-1/+1
| | | | Notes: svn path=/head/; revision=277088
* As with other shells, link this shell dynamically.Cy Schubert2011-07-052-1/+11
| | | | Notes: svn path=/head/; revision=277087
* Fix file completion bug.Cy Schubert2011-07-052-0/+41
| | | | | | | PR: 140557 Notes: svn path=/head/; revision=277086
* - Kick MD5Martin Wilke2011-07-022-2/+0
| | | | Notes: svn path=/head/; revision=276937
* Fix error introduced by previous commit.Cy Schubert2011-06-281-0/+1
| | | | | | | Pointy hat to: me Notes: svn path=/head/; revision=276608
* Bring back 44bsd-csh.Cy Schubert2011-06-281-1/+1
| | | | Notes: svn path=/head/; revision=276601
* Bring back this port.Cy Schubert2011-06-285-0/+103
| | | | Notes: svn path=/head/; revision=276600
* Bye ByeMartin Wilke2011-06-256-107/+0
| | | | | | | | | | | | | | | | 2011-05-01 irc/gdesklets-irc: Upstream disapear and distfile is no more available 2011-06-24 net/libevnet: no longer necessary now that libevent2 has been released 2011-05-01 shells/44bsd-csh: Upstream disapear and distfile is no more available 2011-05-01 www/mod_auth_ldap: apache 13/20 is sceduled for deletion, migrate to 2.2.x+ and mod_authnz_ldap now 2011-05-01 www/mod_auth_remote: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 www/mod_authenticache: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 www/mod_layout2: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 www/mod_macro2: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 www/mod_traf_thief: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now 2011-05-01 www/mod_transform: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now Notes: svn path=/head/; revision=276353
* - Update to R40Martin Wilke2011-06-252-3/+3
| | | | | | | | PR: 157829 Submitted by: Jin-Sih Lin <linpct@gmail.com> Notes: svn path=/head/; revision=276291
* - Fix build when WITH_STATIC is setSunpoet Po-Chuan Hsieh2011-06-241-1/+1
| | | | | | | | Reported by: dougb@ Submitted by: jhell <jhell@DataIX.net> Notes: svn path=/head/; revision=276232
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-202-3/+3
| | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum Notes: svn path=/head/; revision=275887
* - Remove INSTALLROOT completelySunpoet Po-Chuan Hsieh2011-06-192-33/+31
| | | | | | | | | | - Add OPTIONS: STATIC - Change manipulation on /etc/shells - Respect PORTEXAMPLES - Bump PORTREVISION for PLIST change Notes: svn path=/head/; revision=275811
* -Add both versions of each configure flag (--enable-x/--disable-x) for safetyOlli Hauer2011-06-185-179/+32
| | | | | | | | | | | | | | | | | | | | | | | | | -Update to May 26, 2011 snapshot: Add support for OpenSSH's sftp-server umask option. Remove inline references to satisify certain compilers Remove the now unnecessary sftp-logging compatibility mode. When getopt_long is not available, like on AIX, use bundled NetBSD getopt_long. Update the SECURITY document to include a reference to /etc/popt and \ ~/.popt as they relate to rsync. Fix for rsync-3.0 which now uses a short -e option, with an optional argument as a server side option indicating protocol compatibility. Fix scponly crash on Solaris Fix detection and inclusion of getopt on certain platforms Document risks associated with popt reading /etc/popt and ~/.popt Document getopt requirement (when certain configure options are enabled) - cleanup redundant BUILD_DEPENDS+= [1] PR: ports/157804 Submitted by: Rob Farmer <rfarmer _at_ predatorlabs.net> (maintainer), ohauer [1] Approved by: maintainer Notes: svn path=/head/; revision=275782
* - Update to 0.91Sunpoet Po-Chuan Hsieh2011-06-123-29/+15
| | | | | | | | | - Respect PORTEXAMPLES Changes: http://search.cpan.org/dist/Term-ShellUI/Changes Notes: svn path=/head/; revision=275470
* - update to 4.3.12Baptiste Daroussin2011-05-316-54/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since 4.3.11 -------------------- The zsh/parameter module has a new readonly associative array $usergroups whose keys are the names of system groups of which the current user is a member and whose values are the corresponding group identifiers. The region_highlight array, which controls highlighting of the command line from zle widgets, is now updated dynamically as the command line is edited. In POSIX emulation ("emulate sh") the shell is more accurate about when it should or should not exit on errors. The ${NAME:OFFSET:LENGTH} syntax now supports negative LENGTH, which counts back from the end of the string. The (g:opts:) flag in parameter expansion processes escape sequences like the echo and print builtins. opts can be any combination of o, e and c. With e, acts like print rather than echo except for octal escapes which are controlled separately by the o option. With c, interpret control sequences like "^X" as bindkey does. Regardless of the opts, \c is not interpreted. Notes: svn path=/head/; revision=274883
* Add support for xz archives to the configuration file.Akinori MUSHA2011-05-162-5/+18
| | | | Notes: svn path=/head/; revision=274181
* - Update to 2.14Sylvio Cesar Teixeira2011-05-132-4/+3
| | | | Notes: svn path=/head/; revision=274067
* Another bunch of expired ports removalBaptiste Daroussin2011-05-0312-453/+0
| | | | | | | | | | | | 2011-05-01 audio/albumart: Upstream disapear and distfile is no more available 2011-05-01 audio/aylet: Upstream disapear and distfile is no more available 2011-05-01 audio/cantus: Upstream disapear and distfile is no more available 2011-05-01 audio/xaylet: Upstream disapear and distfile is no more available 2011-05-01 science/oases: Upstream disapear and distfile is no more available 2011-05-01 shells/pash: Upstream disapear and distfile is no more available Notes: svn path=/head/; revision=273563
* Add a new macro to deal with conflict between ncurses from base and ncurses ↵Baptiste Daroussin2011-04-111-0/+1
| | | | | | | | | | | | | | | | | | | from ports. If a ports is linked against ncurses from base or from the ports, it should then add: USE_NCURSES=yes it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros: WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes PR: ports/155269 Submitted by: me Reviwed by: pav@ Approved by: portmgr (pav@) Exp-run by: portmgr (pav@) Notes: svn path=/head/; revision=272515
* Add option to log user history to syslog.David E. O'Brien2011-04-062-1/+7
| | | | | | | | PR: 155780 Submitted by: Alexander Kriventsov <avk@vl.ru> Notes: svn path=/head/; revision=272309
* Update to Bash 4.1 patchlevel 10.David E. O'Brien2011-04-052-1/+3
| | | | Notes: svn path=/head/; revision=272256
* Remove shells/bash3: Has expired: Use shells/bash or shells/bash-static instead.Emanuel Haupt2011-03-2614-789/+0
| | | | Notes: svn path=/head/; revision=271790
* - Get Rid MD5 supportMartin Wilke2011-03-1830-123/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Deprecate unmaintained ports from shells where upstream disapear and/orBaptiste Daroussin2011-03-132-0/+6
| | | | | | | where no distfiles can be found and are not used by maintained ports Notes: svn path=/head/; revision=270787
* - Take maintainership, des@ is no longer having enough time for zsh, he has ↵Baptiste Daroussin2011-02-2810-322/+68
| | | | | | | | | | | | | | | | done a really great job with zsh, thanks a lot. [1] - Upgrade to 4.3.11 - add linsysfs to the file system list for completion [2] - fix mount completion when adding available labels to the list of devices [3] PR: ports/141472 [2], ports/145657 [3] Submitted by: scf [2], Frédéric Perrin <frederic.perrin _at_ resel.fr> [3] Approved by: des@ [1] Notes: svn path=/head/; revision=269957
* - Reassign ports to heapThomas Abthorpe2011-02-271-1/+1
| | | | | | | Submitted by: alepulver Notes: svn path=/head/; revision=269863
* - Move to py25 or aboveMartin Wilke2011-02-251-1/+2
| | | | | | | - While here kick md5 support Notes: svn path=/head/; revision=269623
* - Fix INSTALLROOT issue which breaks 'make package' under some circumstancesSunpoet Po-Chuan Hsieh2011-02-151-1/+4
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=269170
* Update to 1.3.Adam Weinberger2011-02-125-29/+27
| | | | | | | | | According to the CHANGES file, the avahi-browse error is patched in this version, though in a manner a bit different from our patch. Please test on amd64 and let me know if the problem has regressed. Notes: svn path=/head/; revision=269022
* - Update to 2011-02-08Sunpoet Po-Chuan Hsieh2011-02-112-15/+10
| | | | | | | | | | | - Remove expired CONFLICTS - Use FETCH_ARGS - Fix typo PR: ports/154655 Notes: svn path=/head/; revision=268937
* Unfortunately, reset maintainer.Mark Linimon2011-02-111-1/+1
| | | | | | | | | Please see http://docs.freebsd.org/cgi/mid.cgi?201102101950.p1AJoAwm027852. Hat: portmgr Notes: svn path=/head/; revision=268906
* - Update to 2.13Sylvio Cesar Teixeira2011-02-032-4/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268585
* - Update to 0.9.14Sylvio Cesar Teixeira2011-02-032-5/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268583
* Remove expired ports:Rene Ladan2011-01-292-18/+0
| | | | | | | | | | | | 2011-01-24 dns/staticcharge: abandoned by author 2011-01-21 shells/bash3-static: Use shells/bash or shells/bash-static instead shells/bash3 is still used by devel/quilt Feature safe: yes Notes: svn path=/head/; revision=268402
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* -Patch SECURITY doc to include note about bypassing rsync argument checking ↵Wen Heping2010-12-153-81/+56
| | | | | | | | | | | | | | | | | | | with popt (from upstream) and tell people to read it -Drop long comment describing knobs - it just duplicates OPTIONS -For SCPONLY_DEFAULT_CHDIR, print a note about setting it. I'm not sure if post-patch is the best place for this, though? -Drop dead site and just use Sourceforge -Use the PORTDOCS variable -Install some useful docs and drop useless one (TODO) -Drop pre-everything message about defaults changing; that was 5 years ago -LOCALBASE vs. PREFIX correction -Add post-install messages to the plist so package users see them too PR: ports/153115 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer) Notes: svn path=/head/; revision=266327
* - Fix support for rsync 3.0Olli Hauer2010-12-074-7/+123
| | | | | | | | | | | | | | | Rsync 3 needs the "-e" option, which is blocked without this patch by scponly Patch pulled from upstream CVS, which states a full release will come soon: http://lists.ccs.neu.edu/pipermail/scponly/2010-November/002170.html Reported by: Frank Bartels <knarf _at_ knarf.de> PR: 152869 Submitted by: Rob Farmer <rfarmer _at_ predatorlabs.net> (maintainer) Notes: svn path=/head/; revision=265822
* Sync to new bsd.autotools.mkAde Lovett2010-12-042-2/+2
| | | | Notes: svn path=/head/; revision=265663
* Remove shells/bash-completion-classic, the amd64 workaround is no longerEmanuel Haupt2010-11-296-95/+0
| | | | | | | required as shells/bash-completion works with amd64. Notes: svn path=/head/; revision=265379
* - Fix runtime error by disabling gcc optimizationsPav Lucistnik2010-11-241-0/+1
| | | | | | | | PR: ports/152499 Submitted by: Harald Hanche-Olsen <hanche@math.ntnu.no> Notes: svn path=/head/; revision=265110
* This patch hopefully fixes bash freezing on amd64 when using host-basedAdam Weinberger2010-11-213-6/+22
| | | | | | | | | | | | completions. Tons of thanks to Raphael Kubo da Costa for identifying the fix and providing us with a patch, and to ehaupt for testing! PR: ports/150322 Submitted by: Raphael Kubo da Costa <kubito@gmail.com> Reviewed by: ehaupt Notes: svn path=/head/; revision=264859
* - Update to 0.3.1Martin Wilke2010-11-042-6/+5
| | | | Notes: svn path=/head/; revision=264070
* - Drop maintainershipEmanuel Haupt2010-10-212-1/+9
| | | | | | | | | - Mark the port DEPRECATED with the message to use shells/bash or shells/bash-static instead - Set an EXPIRATION_DATE of 3 months Notes: svn path=/head/; revision=263406
* Update to Bash 4.1 patchlevel 9.David E. O'Brien2010-10-202-2/+8
| | | | Notes: svn path=/head/; revision=263311
* Punt autoconf267->autoconf268Ade Lovett2010-10-162-2/+2
| | | | Notes: svn path=/head/; revision=263089