Commit graph

556 commits

Author SHA1 Message Date
Norikatsu Shigemura
7030f304fe Change maintainership to submitter.
Submitted by:	Hideyuki KURASHINA <rushani@FreeBSD.org>
Approved by:	Ken McGlothlen <mcglk@artlogix.com> (maintainer)
2003-05-10 21:54:40 +00:00
Norikatsu Shigemura
fee6c4272c Update to 3.8.
PR:		ports/51633
Submitted by:	rushani
Approved by:	maintainer implicitly
2003-05-03 15:53:06 +00:00
Christian Weisgerber
9c6a399b10 Update to release 2003-04-22.
PR:		51524
Submitted by:	Kevin Tower <ktower@towerfamily.org>
2003-05-01 18:48:59 +00:00
Akinori MUSHA
fa75d09d69 Apply a fix against a macro expansion problem and bump PORTREVISION
accordingly.
2003-04-23 10:20:11 +00:00
Akinori MUSHA
a818e9a307 Update to 2.03a + readlink fix. 2003-04-19 12:35:58 +00:00
Norikatsu Shigemura
6a246b2a89 o Update to 3.7.
o Take up more safety default setting.

PR:		ports/48480, ports/48492, ports/50899
Submitted by:	Sergey A. Osokin <osa@FreeBSD.org.ru>
		Adam Jette <jettea@fuzzynerd.com>
		Miguel Mendez <flynn@energyhq.homeip.net>
Reviewed by:	Sergey A. Osokin <osa@FreeBSD.org.ru>
		Miguel Mendez <flynn@energyhq.homeip.net>
		Ken McGlothlen <mcglk@artlogix.com> (maintainer)
Approved by:	Ken McGlothlen <mcglk@artlogix.com> (maintainer)
2003-04-17 18:40:51 +00:00
Christian Weisgerber
db69286f17 Oops, put the correct file into /etc/shells.
Submitted by:	jhb
2003-04-15 22:01:54 +00:00
Dirk Meyer
78917e617a - Use libobjc.so
- Cleanup
- Use bsd.gnustep.mk
PR:		50479
2003-04-13 07:38:27 +00:00
Shigeyuki Fukushima
1b18ca6529 Update to 4.1.0.dev7.
PR:		ports/50451
Submitted by:	Anders Andersson <anders@andersa.net>
2003-04-04 12:44:52 +00:00
Edwin Groothuis
5859f9359b update shells/rc to version 1.7, with readline
PR:		ports/48843
Submitted by:	Scott Kenney <saken@hotel.rmta.org>
2003-03-30 04:43:13 +00:00
Akinori MUSHA
4717afbb1c Update to 2.03. 2003-03-28 10:13:10 +00:00
David E. O'Brien
273ccf2e3b Support /dev/(tcp|udp)/host/port redirection.
Submitted by:	David Yeske <dyeske@yahoo.com>
2003-03-24 18:57:50 +00:00
Dirk Meyer
7137ca1141 GSCommander is a simple unix command monitor for GNUstep.
WWW: http://www.nice.ch/~phip/softcorner.html#cmdr
2003-03-23 19:32:44 +00:00
Foxfair Hu
c09e09e877 PR: 49067
Submitted by:	Yonatan@xpert.com <Yonatan@xpert.com>
Switch MASTER_SITE to make this port fetchable.
2003-03-23 15:30:03 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Ade Lovett
a5be358b9d More manual pkg-comment cleanups.
Approved by:	portmgr (implicitly)
2003-03-06 21:01:40 +00:00
Akinori MUSHA
3947d1c81a Update to 2.02b. 2003-03-03 00:16:54 +00:00
Akinori MUSHA
4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Christian Weisgerber
32b8021ea5 pkg-comment -> COMMENT 2003-02-21 12:52:52 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Akinori MUSHA
a6b10352a7 Bump PORTREVISION for a couple of fixes I applied. 2003-02-19 08:48:16 +00:00
Akinori MUSHA
3e04b06448 Add a patch to fix a fatal problem on *BSD/sparc64 that fd falls into
background as soon as it is invoked.
2003-02-19 08:46:56 +00:00
Akinori MUSHA
45de60a197 Add a patch to fix a glob expansion problem where special character
escaping does not work.
2003-02-19 08:44:58 +00:00
Akinori MUSHA
2cbde522d4 De-pkg-decomment zsh master-slave ports. Allow overriding MAINAINER
while I'm hre.
2003-02-18 05:58:39 +00:00
Akinori MUSHA
1f7c47a812 De-pkg-comment my non-ruby ports as well. 2003-02-18 05:52:56 +00:00
Christian Weisgerber
6492f3715f URL updates.
PR:		48167
Submitted by:	tadalunch@sources.redhat.com
2003-02-12 12:29:46 +00:00
Kris Kennaway
02baa4219f Convert COMMENT to COMMENTFILE until these ports can be converted.
Submitted by:	lioux
2003-02-10 09:04:04 +00:00
Ying-Chieh Liao
0639074505 upgrade to 1.0107 2003-01-24 13:33:46 +00:00
Kris Kennaway
cae02560c6 Add missing manpage 2003-01-14 05:33:26 +00:00
Peter Wemm
ec2320a569 Make zsh not segfault on ia64 due to a generic misconfiguration that
just happens to be fatal there, and a coding botch.  The first problem is
that it assumes a termcap interface (which is an emulation on freebsd),
and provides its own terminfo wrappers around termcap..  so that's two
avoidable translation layers... termcap file -> terminfo (libncurses) ->
termcap API emulation (libncurses) -> terminfo (zsh emlulation).  zsh
forgot to prototype the tiget* functions (which return pointers) so we
have an integer (implicit declaration) being cast to a pointer which
is fatal.  The second problem is that zsh tries to use _mktemp() to get
around the __warn_references in our C library, but also neglects a
prototype there and has the same fatal int/pointer problem.

It is likely all the zsh* ports need these fixes.  A test compile on
pluto1.freebsd.org will highlight the problem.

I do not know why the packaging fails for ia64.  termcap.so and
terminfo.so are not being built for some reason, this change doesn't
solve that problem.
2003-01-11 23:45:20 +00:00
Peter Wemm
42dce6e924 Make this work on ia64. 2003-01-11 23:17:57 +00:00
Christian Weisgerber
d52ab23550 Update to release 2002-12-21. Notable changes:
* SIGALRM can now be used in applications.
* Numerous bug fixes.
2003-01-08 00:46:01 +00:00
Akinori MUSHA
a5b4c2a618 Ignore error in updating /etc/shells so that a normal user can build
and install this port.
2003-01-05 19:14:20 +00:00
Ying-Chieh Liao
1eebc3bb6b fix plist
PR:		46781
Submitted by:	Philip Paeps <philip@vitaya.be>
2003-01-05 18:30:28 +00:00
Ying-Chieh Liao
b688565f8f upgrade to 3.4
PR:		46243
Submitted by:	maintainer
2003-01-03 18:15:43 +00:00
Akinori MUSHA
4d347582f3 Update to 2.02a. 2003-01-03 11:20:51 +00:00
Kris Kennaway
8301ced068 Fix build on 5.0 (chase /usr/include/msdosfs to /usr/include/fs/msdosfs) 2002-11-30 22:52:07 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Edwin Groothuis
37f2224fa6 PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
2002-11-04 05:46:38 +00:00
Tilman Keskinoz
ee40b04c65 Fix PLIST (bento)
PR:	36792
2002-11-03 23:39:37 +00:00
Kris Kennaway
f7d17ed2a2 Add missing files and manpages 2002-10-28 01:58:35 +00:00
Shigeyuki Fukushima
bde1614b6b Update to 4.1.0.dev5.
Remove FORBIDDEN mark.
2002-10-13 17:11:37 +00:00
Ying-Chieh Liao
7c19b9d582 fix obscure signal-handling bugs
add readline support

PR:		43945
Submitted by:	maintainer
2002-10-12 15:36:57 +00:00
Akinori MUSHA
c464828073 Update to 2.01c. 2002-10-06 18:52:30 +00:00
Christian Weisgerber
004568ebc8 Update to release 2002-09-22.
PR:		43423
Submitted by:	Joe Kelsey <joek@zircon.staff.flyingcroc.net>
2002-10-05 16:34:42 +00:00
David E. O'Brien
06c98b8989 Fix logic error when NOPORTDOCS is set.
Submitted by:	Peter Avalos <pavalos@theshell.com>
PR:		43459
2002-09-29 01:44:12 +00:00
Kris Kennaway
5d09c4546f Move files from illegal subdirectory src/ to files/ and fix
extract procedure.
2002-09-29 01:42:08 +00:00
David E. O'Brien
4aa5fb5d56 Mirror the patch files. 2002-09-20 00:13:43 +00:00
Akinori MUSHA
333a3e55be - Fix the .zip file list format.
- Recognize .tar.z as tar+gz archive.
2002-09-18 18:57:53 +00:00
Will Andrews
fe2235cdce PERL -> USE_REINPLACE
Submitted by:	David Yeske <dyeske@yahoo.com>
2002-09-17 14:58:44 +00:00
Akinori MUSHA
6a228fad08 - Apply a couple of patches posted on the FD-clone mailing list,
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).
2002-09-15 20:55:58 +00:00
David E. O'Brien
a146f053ab Use offical vendor patches 1-4. 2002-09-13 00:43:09 +00:00
Oliver Braun
4eef8272b2 Add scponly 2.4, a tiny shell which only permits scp and sftp.
PR:		ports/40935
Submitted by:	Ken McGlothlen <mcglk@artlogix.com>
2002-09-10 22:18:46 +00:00
David E. O'Brien
f71e7b3c60 Use the offical vendor patch for the directory space vs. slash command name
completion problem.

Submitted by:	Chet Ramey <chet@po.CWRU.Edu>
Bash PR:	http://mail.gnu.org/pipermail/bug-bash/2002-July/004789.html
2002-09-09 22:25:50 +00:00
David E. O'Brien
fe3f550a4e Bump revision for directory command-line completion fix.
Always forgotten by:	me
2002-09-09 06:50:17 +00:00
David E. O'Brien
ce9d222b68 "In certain cases, Bash appends a space instead of a slash to a directory name
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
2002-09-09 01:19:52 +00:00
Akinori MUSHA
e675f0bc21 MASTER_SITE_SOURCEFORGE is not worth listing in MASTER_SITES because
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
2002-09-06 12:06:00 +00:00
David E. O'Brien
00c6d9d8ea We lie about fully having ISO C90 Amd.1 restartable wide and multibyte
character manipulation functions.
2002-08-26 03:42:41 +00:00
Christian Weisgerber
e4f94a5977 Fix core dump in glob expansion.
PR:		41778
Submitted by:	Joe Kelsey <joek@mail.flyingcroc.net>
Obtained from:	David Korn <dgk@research.att.com>
2002-08-20 14:36:32 +00:00
Akinori MUSHA
efbdb92482 Really commit the pkg-plist change. 2002-08-15 15:15:16 +00:00
Akinori MUSHA
e4594fd355 Update to 4.0.6.
PR:		ports/41662
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
2002-08-14 21:28:36 +00:00
Akinori MUSHA
b5f4a336a7 - Update to 4.0.5.
- Use the .tar.bz2 distribution files.

PR:		ports/41483
Submitted by:	Sergei Kolobov <sergei@kolobov.com>
Approved by:	will (MAINTAINER)
2002-08-12 02:40:34 +00:00
Akinori MUSHA
54801c4c69 - Recognize .tbz as a tar+bzip2 suffix.
- Expand the arch table size from 16 to 32.
- Bump PORTREVISION accordingly.
2002-08-11 13:28:31 +00:00
David E. O'Brien
dfa32123f5 Simply typing Shift-Enter in bash-2.05b causes it to enter some kind of
CPU-consuming loop. A kill -9 from another terminal is required to end it.

Submitted by:	Chet Ramey <chet@nike.ins.cwru.edu>
2002-08-06 07:22:41 +00:00
David E. O'Brien
1659aea7bb `make reinstall' clean. 2002-08-06 07:21:44 +00:00
David E. O'Brien
b51fd57a8d Forgot to update pkg-plist with 5.0b upgrade.
Submitted by:	Neil Darlow <neil@darlow.co.uk>
2002-08-04 18:42:09 +00:00
David E. O'Brien
421df473ba Update to version 2.05b.
PR:		41176
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-08-04 06:57:11 +00:00
Christian Weisgerber
e2f5a7ed7e Re-enable statvfs() tests now that -CURRENT has the function.
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>
2002-07-22 14:52:05 +00:00
Christian Weisgerber
da694b766b Build in a clean environment to prevent sporadic interference from
environment variables.

Requested by:	Ken Stailey <kstailey@speakeasy.net>
2002-07-17 11:30:06 +00:00
Christian Weisgerber
6d7a9aa8dd -CURRENT has <sys/statvfs.h> but no actual statvfs() implementation,
which badly confuses the configure tests that check for this
functionality.  Remove the tests for the time being.
2002-07-17 01:40:37 +00:00
George C A Reid
ceec39b761 Update to 020214
PR:		37851
Submitted by:	Jeff Palmer <scorpio@drkshdw.org>
2002-07-16 15:20:34 +00:00
Akinori MUSHA
f172aa6926 - Update to 2.01b.
- Honor CC and CFLAGS. (which hasn't been working since 2.0)
2002-07-13 04:19:38 +00:00
Pete Fritchman
2c046af0e6 Add nologinmsg 1.0, more functional native binary replacement for
/sbin/nologin.

Submitted by:	Richard Rose <freebsd-security@rikrose.net>
2002-07-10 17:48:16 +00:00
Christian Weisgerber
4c3bd14e9a Update to release 2002-06-28. 2002-06-28 16:17:51 +00:00
Patrick Li
850379f680 PERL -> REINPLACE_CMD
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>
2002-06-23 20:29:01 +00:00
Christian Weisgerber
f59cb6af19 Update to release 2002-06-14. Changes in this release:
* Numerous bug fixes.

Submitted by:	Jerry A! <jerry@thehutt.org>
2002-06-23 11:55:28 +00:00
Kris Kennaway
1c26f5eca3 Fix build on -current.
Submitted by:	mike
2002-06-16 09:03:53 +00:00
Akinori MUSHA
7c4a48cf79 Update to 2.01a.
Adjust tar_format for the latest GNU tar.
2002-06-11 12:31:41 +00:00
Kris Kennaway
ac4044231a Remove scsh after repo-copy.
Pointy hat to:	alex
2002-06-04 00:24:52 +00:00
Alexander Langer
2b4934106b Move this file to the "lang" category, since it is not an interactive
shell like all other shells in "shells".

Suggested by:	nectar
2002-05-28 19:35:23 +00:00
Alexander Langer
01ee33ab8f Update port to version 0.6.2 2002-05-27 13:21:11 +00:00
Shigeyuki Fukushima
391a77aac8 Update to 4.1.0.dev4, new zsh development version. 2002-05-22 16:28:04 +00:00
Kris Kennaway
e86f9a98b7 Move a pre-everything target which displays a message and exits to
a FORBIDDEN tag.
2002-05-18 02:59:03 +00:00
Thomas Gellekum
0f235f3ad7 Serves me right to commit something in a hurry, untested. <:-(
Fix fetching.

PR:		38144
Submitted by:	Alan Eldridge <ports@geeksrus.net>
2002-05-17 10:05:18 +00:00
Thomas Gellekum
414e8bb34f Change version number from 5.2.14.p2 to 5.2.14p2, so our package
tools see this as an upgrade from 5.2.14.

PR:		38131
Submitted by:	Alan Eldridge <ports@geeksrus.net>
2002-05-16 11:11:54 +00:00
Cy Schubert
2aac6117f5 Distfile has a home once again. 2002-05-16 00:32:52 +00:00
Akinori MUSHA
dfe1d08ca5 Update to 2.01.
Add compression/uncompression definitions for .Z/.gz/.bz2.
2002-05-15 18:17:31 +00:00
Thomas Gellekum
22263f8e81 Include distributed patches.
PR:		38071
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
2002-05-15 11:49:00 +00:00
Akinori MUSHA
09bc82b7a0 Add pkg-descr.
Suggested by:	max
2002-05-12 17:40:05 +00:00
Akinori MUSHA
f1f99beceb Add zsh+euc, Zsh with EUC encoding support.
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. :)
2002-05-11 21:48:26 +00:00
David E. O'Brien
45666060ec To ports@freebsd.org. 2002-05-08 21:03:16 +00:00
Kris Kennaway
99f937e31b eaccess() only exists on recent versions of -current, not on -stable.
Pointy hat to:	obrien
2002-05-05 04:09:03 +00:00
Christian Weisgerber
09bc821134 Install man page under ${MANPREFIX} rather than ${PREFIX}.
PR:		37670
Submitted by:	Joe Kelsey <joek@mail.flyingcroc.net>
2002-05-03 22:32:21 +00:00
Akinori MUSHA
c453eb1186 - Add a patch from the author that fixes a bug in file name
completion.  Bump PORTREVISION accordingly.

- Default the number of columns to 1.

- Add some nifty launcher definitions.

  Submitted by:	nork (partly)
2002-04-15 17:55:19 +00:00
Alexander Langer
3dd44d03ca Fix MASTER_SITES.
Submitted by:	Jason R. Mastaler <jason-dated-1018213461.54d8b1@mastaler.com>
2002-04-03 15:31:25 +00:00
Akinori MUSHA
cabf887bfe Update to 2.00b. 2002-03-31 18:28:32 +00:00
David E. O'Brien
4a5f3b215c No longer need to explicitly provide a GNU autconf target. 2002-03-28 02:13:55 +00:00
Christian Weisgerber
5cd40233a7 Update to release 2002-03-17. 2002-03-26 16:19:08 +00:00
Akinori MUSHA
7181051572 Add a patch supplied by the author to fix a bug in glob expansion
where a series of globs was only partially expanded. (`echo a* b*' ->
`echo a aa aaa b*')

Bump PORTREVISION accordingly.
2002-03-25 21:04:50 +00:00