| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
- Recognize .tar.z as tar+gz archive.
|
|
|
|
| |
Submitted by: David Yeske <dyeske@yahoo.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
which fix bugs in file name completion and handling of tar archives
that contain ".".
- Update fd2rc:
o Properly call zip(1) with -r (recursive).
o Make some file extensions case insensitive.
o Source /etc/fd2rc.local so administrators can put their own local
configurations in it.
o Set FD_WRITEFS to 1 (do not ask).
o Set FD_INHERITCOPY to 1 (preserve timestamps).
|
| |
|
|
|
|
|
| |
PR: ports/40935
Submitted by: Ken McGlothlen <mcglk@artlogix.com>
|
|
|
|
|
|
|
| |
completion problem.
Submitted by: Chet Ramey <chet@po.CWRU.Edu>
Bash PR: http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html
|
|
|
|
| |
Always forgotten by: me
|
|
|
|
|
|
|
|
| |
relative to the current directory when performing command name completion.
This affects partial completion of intermediate directory names." Fix this.
Bash PR: http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html
Obtained from: http://www.geocrawler.com/mail/msg.php3?msg_id=9514404&list=342
|
|
|
|
|
|
|
|
| |
it is slow and does not mirror bz2 distfiles at all. Remove it and
add four other working mirror sites instead.
PR: ports/41960 (different solution)
Submitted by: keramida
|
|
|
|
| |
character manipulation functions.
|
|
|
|
|
|
| |
PR: 41778
Submitted by: Joe Kelsey <joek@mail.flyingcroc.net>
Obtained from: David Korn <dgk@research.att.com>
|
| |
|
|
|
|
|
| |
PR: ports/41662
Submitted by: Sergei Kolobov <sergei@kolobov.com>
|
|
|
|
|
|
|
|
| |
- Use the .tar.bz2 distribution files.
PR: ports/41483
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Approved by: will (MAINTAINER)
|
|
|
|
|
| |
- Expand the arch table size from 16 to 32.
- Bump PORTREVISION accordingly.
|
|
|
|
|
|
| |
CPU-consuming loop. A kill -9 from another terminal is required to end it.
Submitted by: Chet Ramey <chet@nike.ins.cwru.edu>
|
| |
|
|
|
|
| |
Submitted by: Neil Darlow <neil@darlow.co.uk>
|
|
|
|
|
| |
PR: 41176
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Improve build reliability:
* Make very sure that the build script is run with /bin/sh.
* Add a dubious patch to libast/comp/conf.sh that is reported to fix
the build for some -STABLE users.
Install example functions.
PR: 39783, 40857
Parts
Submitted by: Joe Kelsey <joek@mail.flyingcroc.net>
|
|
|
|
|
|
| |
environment variables.
Requested by: Ken Stailey <kstailey@speakeasy.net>
|
|
|
|
|
| |
which badly confuses the configure tests that check for this
functionality. Remove the tests for the time being.
|
|
|
|
|
| |
PR: 37851
Submitted by: Jeff Palmer <scorpio@drkshdw.org>
|
|
|
|
| |
- Honor CC and CFLAGS. (which hasn't been working since 2.0)
|
|
|
|
|
|
| |
/sbin/nologin.
Submitted by: Richard Rose <freebsd-security@rikrose.net>
|
| |
|
|
|
|
|
|
| |
PR: ports/39731, ports/39732, ports/39733, ports/39734, ports/39735
ports/39736, ports/39737, ports/39738, ports/39739 ports/39740
Submitted by: Scott Flatman <sf@dsinw.com>
|
|
|
|
|
|
| |
* Numerous bug fixes.
Submitted by: Jerry A! <jerry@thehutt.org>
|
|
|
|
| |
Submitted by: mike
|
|
|
|
| |
Adjust tar_format for the latest GNU tar.
|
|
|
|
| |
Pointy hat to: alex
|
|
|
|
|
|
| |
shell like all other shells in "shells".
Suggested by: nectar
|
| |
|
| |
|
|
|
|
| |
a FORBIDDEN tag.
|
|
|
|
|
|
|
| |
Fix fetching.
PR: 38144
Submitted by: Alan Eldridge <ports@geeksrus.net>
|
|
|
|
|
|
|
| |
tools see this as an upgrade from 5.2.14.
PR: 38131
Submitted by: Alan Eldridge <ports@geeksrus.net>
|
| |
|
|
|
|
| |
Add compression/uncompression definitions for .Z/.gz/.bz2.
|
|
|
|
|
| |
PR: 38071
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
|
|
|
|
| |
Suggested by: max
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is just an experimental hack and cannot happily be merged into
the upstream. Zsh's line editor apparently needs a rewrite in order
to support multi-byte encodings because it strongly relies on the
single-byte character scheme.
These patches are mostly based on the work by ono@ono.org (Thanks!):
http://www.ono.org/software/zsh-euc/
What I did over this is disable the hack for non-EUC locales. Maybe
the patches can be moved to shells/zsh in the future, but it's
premature for the moment.
Notes:
- forward-char, backward-char and backward-delete-char with no numeric
argument should work properly with this hack.
- Completion and redisplay should work fine.
- There can be some trivial side-effects.
- JIS X0201-Roman and JIS X0208-Kanji are supported.
- JIS X0201-Katakana and JIS X0212 Kanji are NOT supported.
- Only tested with the EUC-JP (ja_JP.eucJP) locale. I'm not sure if
it works for GB 2312/CNS 11643-1/KS X 1001. Any feedbacks is
welcome, especially a patch if it does not work. :)
|
| |
|
|
|
|
| |
Pointy hat to: obrien
|
|
|
|
|
| |
PR: 37670
Submitted by: Joe Kelsey <joek@mail.flyingcroc.net>
|
|
|
|
|
|
|
|
|
|
| |
completion. Bump PORTREVISION accordingly.
- Default the number of columns to 1.
- Add some nifty launcher definitions.
Submitted by: nork (partly)
|
|
|
|
| |
Submitted by: Jason R. Mastaler <jason-dated-1018213461.54d8b1@mastaler.com>
|
| |
|
| |
|