Commit Graph

26498 Commits

Author SHA1 Message Date
Chris D. Faulhaber
4a33a5a8ae Activate ude 2000-03-11 16:12:43 +00:00
Chris D. Faulhaber
a221e7b477 UDE is a fast, small, and compact windowmanager that
resembles blackbox/windowmaker simplicity. Its memory
footprint is very small - sometimes only 4MB. It is
ideal for people who have few system resources.

PR:		17238
Submitted by:	Will Andrews <andrews@technologist.com>
2000-03-11 16:11:59 +00:00
Chris D. Faulhaber
aa4df3a00d Update port to 2.0b9
PR:		17233
Submitted by:	Adam Kranzel <shade@dnai.com>
2000-03-11 15:55:54 +00:00
Chris D. Faulhaber
ec339964d8 Activate ipfm 2000-03-11 15:37:12 +00:00
Chris D. Faulhaber
64caf0b9f3 IP Flow Meter is a bandwidth analysis tool, that measures how much bandwidth
specified hosts use on their Internet link.

PR:		17190
Submitted by:	Roman Shterenzon <roman@xpert.com>
2000-03-11 15:36:23 +00:00
Chris D. Faulhaber
1de8a01db5 * Added a patch so that GTK BitchX will compile
* Made #define WANT_CHAN_NICK_SERV to be enabled by default in config.h
  as requested by Cliff Rowley <dozprompt@onsea.com>. This will enable
  a few aliases for services commands.

PR:		17078
Submitted by:	Maintainer
2000-03-11 15:25:38 +00:00
Chris D. Faulhaber
f9012ea076 Activate isic 2000-03-11 15:06:20 +00:00
Chris D. Faulhaber
b0ac72ef18 IP Stack Integrity Checker
Its purpose is to test the stability of an IP Stack and its component stacks
(TCP, UDP, ICMP et. al.) It does this be generating random packets of the
desired protocol.

PR:		16976
Submitted by:	Brad Hendrickse <bradh@uunet.co.za>
2000-03-11 15:04:12 +00:00
Chris D. Faulhaber
32c28780d6 Update port to 2.1
PR:		17308
Submitted by:	Maintainer
2000-03-11 14:40:24 +00:00
Chris D. Faulhaber
97cdf182ee Add another MASTER_SITE
Add WWW

PR:		17307
Submitted by:	Maintainer
2000-03-11 14:36:39 +00:00
Chris D. Faulhaber
7bb6474018 Rearrange MASTER_SITES to have faster site used prior to
slower sites

PR:		17285
Submitted by:	Maintainer
2000-03-11 14:32:38 +00:00
Chris D. Faulhaber
b0f8c785f0 - Remove obsolete sites from MASTER_SITES
- Add MAINTAINER line

PR:		17285
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-03-11 14:29:28 +00:00
Chris D. Faulhaber
4994ea1221 Add support for Amiga-style outbound
PR:		17280
Submitted by:	Maintainer
2000-03-11 14:26:18 +00:00
Chris D. Faulhaber
34d763523f Update port to 3.13.2
PR:		17273
Submitted by:	Maintainer
2000-03-11 14:22:54 +00:00
Chris D. Faulhaber
6c8c3473cf Update port to 1.02
PR:		17263
Submitted by:	Maintainer
2000-03-11 14:20:08 +00:00
Chris D. Faulhaber
c9d05d5fe3 Update port to 0.16
* Add support for PGP 6.5

PR:		17119
Submitted by:	Maintainer
2000-03-11 13:56:54 +00:00
David E. O'Brien
57f06be82e Support OpenSSH in the base system as the ssh1 component. 2000-03-11 12:58:43 +00:00
Kris Kennaway
763a221a87 Install setgid games, not setuid games. This port is still broken on 4.0
and has no maintainer, but I'm committing this anyway so it doesn't get
forgotten.
2000-03-11 07:03:47 +00:00
Kris Kennaway
4f654de992 Install setgid games, not setuid games
Not responding to emails:	Maintainer
2000-03-11 06:25:29 +00:00
Kris Kennaway
96168fcf1b Install this setgid games, not setuid games. This is untested, but it's
better to ship a broken port in 4.0 than an insecure one.
2000-03-11 06:23:33 +00:00
David E. O'Brien
dbe0f2f9aa Master site hostname change. 2000-03-11 05:16:45 +00:00
David E. O'Brien
3b347418ef Add an RC script. 2000-03-11 03:02:21 +00:00
Bill Fumerola
6939e577e2 Upgrade to gd 1.8, with shiny new jpeg support. 2000-03-11 02:30:44 +00:00
Chris D. Faulhaber
8a4485f4cf * Fix compilation under -stable where sys/types.h was not being included
before sys/socket.h.
* Remove a bit of cruft from the port's Makefile.

PR:		17303
Submitted by:	Cliff Rowley <dozprompt@onsea.com>
2000-03-11 02:10:40 +00:00
Andrey A. Chernov
e1de7422e3 upgrade to 3.52 2000-03-11 02:05:43 +00:00
Satoshi Asami
359ea69fed (forgot to cvs add this file -- should have been committed with patch-bj)
Fix build error on extremely new -current caused by this:

===
src/sys/sys/socket.h:
----------------------------
revision 1.38
date: 2000/03/03 11:13:03;  author: shin;  state: Exp;  lines: +8 -13
CMSG_XXX macros alignment fixes to follow RFC2292.

Approved by: jkh

Submitted by: Partly from tech@openbsd
Reviewed by: itojun
---------------------------
===

Basically you need to include <machine/param.h> before <signal.h>.

Problem diagnosed by:   Ade Lovett <ade@FreeBSD.org>
2000-03-11 01:53:54 +00:00
Satoshi Asami
410e4dd70f Fix build error on extremely new -current caused by this:
===
src/sys/sys/socket.h:
----------------------------
revision 1.38
date: 2000/03/03 11:13:03;  author: shin;  state: Exp;  lines: +8 -13
CMSG_XXX macros alignment fixes to follow RFC2292.

Approved by: jkh

Submitted by: Partly from tech@openbsd
Reviewed by: itojun
---------------------------
===

Basically you need to include <machine/param.h> before <signal.h>.

Problem diagnosed by:	Ade Lovett <ade@FreeBSD.org>
2000-03-11 01:52:48 +00:00
Bill Fumerola
f3249eca36 Upgrade to 0.005, this has a new home now. 2000-03-11 01:47:08 +00:00
Kris Kennaway
21f0fd7c1c Install setgid games, not setuid games.
Reviewed by:	ache (maintainer)
2000-03-11 01:23:11 +00:00
Motoyuki Konno
3a7c9e3d91 Fix some problems.
o  Y2K problem.
  o  repl coredump problem.

Submitted by:	mh-plus project (japanese/mh developper)
2000-03-11 00:47:03 +00:00
Motoyuki Konno
31f4804910 unFORBIDDEN this port. MIME-buffer overflow problem was already fixed. 2000-03-11 00:43:34 +00:00
Jean-Marc Zucconi
101f035f69 Activate XFree86-4 2000-03-11 00:22:16 +00:00
Jean-Marc Zucconi
1ec0dc8225 Port of the latest XFree86 version (4.0). Not tested on alpha and pc98 (and
hence no corresponding PLISTs).
Use at your own risk :-)
2000-03-11 00:20:34 +00:00
Tatsumi Hosokawa
451e3f5acb Resurrect client codepage coniguration samples that were in 1.9.x port. 2000-03-11 00:06:00 +00:00
Dirk Froemberg
44529d7154 Add --with-included-gettext to CONFIGURE_ARGS to fix build on 3.4.
This is a workaround only.
2000-03-10 23:58:53 +00:00
Bill Fumerola
49151f43a4 LIB_DEPEND on xpm
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
		Adam Kranzel <ace@teru.dyndns.org>
		bento

Use X11BASE the right way.

Submitted by:   KATO Tsuguru <tkato@prontomail.ne.jp>
2000-03-10 23:46:25 +00:00
Bill Fumerola
fa881b4992 x11/xsheep -> games/xsheep
Requested by:	The Wraith
2000-03-10 23:41:09 +00:00
Mike Smith
79f86c529d Update for a new md5 and changes in the setup script.
Submitted by:	Martti Kuparinen <martti@nomadiclab.com>
2000-03-10 23:34:22 +00:00
Satoshi Asami
839cf04840 Chase emacs upgrade to 20.6. 2000-03-10 21:31:15 +00:00
Dan Moschuk
f6318412d6 Update to 1.05 2000-03-10 21:25:23 +00:00
Tatsumi Hosokawa
311f488af3 Removed manpages in share/doc/manpages that will be also installed
in share/man.
2000-03-10 20:47:44 +00:00
Satoshi Asami
6751731e6e Chase emacs20 version up to 20.6.
Submitted by:	"OKAZAKI Tetsurou" <okazaki@be.to>
2000-03-10 20:16:34 +00:00
Bill Fumerola
89171f8a5e (1) more proper handling of some files that sometimes exist.
(2) remove stupid test cruft that got accidently committed.

Both of the above mistakes were not the maintainer's fault and not part
of the original PR referenced in the previous commit.

Submitted by:	maintainer
2000-03-10 17:55:08 +00:00
Chris D. Faulhaber
18737047c3 Activate seahorse (found by bento) 2000-03-10 14:03:44 +00:00
Thomas Gellekum
adb1665eca Fix PLIST for -stable. I don't get the same PLIST error that bento
shows; it.mo is installed correctly on my system.

PR:		16996
Submitted by:	Will Andrews <andrews@technologist.com>
2000-03-10 13:27:34 +00:00
Thomas Gellekum
4722e9175d Fix leap year handling until 2099.
PR:		17070
Submitted by:	julian
2000-03-10 12:31:34 +00:00
Neil Blakey-Milner
198653ab48 Upgrade to 1.2.59 to prevent fennerization. No difference in
code/function between versions 1.2.58 and 1.2.59.
2000-03-10 12:13:00 +00:00
Neil Blakey-Milner
b8c7d52fe2 Activate courierimap 2000-03-10 11:49:09 +00:00
Thomas Gellekum
f34d6f07b9 Add {BUILD,RUN}_DEPENDS. 2000-03-10 10:45:32 +00:00
Ralf S. Engelschall
fef1fd5ab2 Upgrade GNU Portable Threads (Pth) to version 1.3.3 2000-03-10 10:45:13 +00:00