Commit Graph

24766 Commits

Author SHA1 Message Date
Neil Blakey-Milner
9ddfcd8154 Activate publicfile 2000-01-28 16:43:35 +00:00
Neil Blakey-Milner
5b4049980c Import of publicfile 0.52, a combined ftp and web server by Dan
Bernstein.
2000-01-28 16:41:09 +00:00
Sheldon Hearn
41a107d66c Update to 3.13:
Bugfix release.

IPv6 support is compiled in.  I can't test to see whether it works, and
got no feedback from a request for testing on the exim-users mailing
list.

Also added hooks for SMTP AUTH and PAM support, disabled by default
for now.
2000-01-28 15:57:48 +00:00
Ralf S. Engelschall
8123065c58 Upgrade Pth scratch port to version 1.3b2 2000-01-28 14:51:36 +00:00
Yukihiro Nakai
b884ab06d7 Add sodipodi. 2000-01-28 12:47:35 +00:00
Yukihiro Nakai
ca92266453 Initial Import.
Developpers only.
2000-01-28 12:46:36 +00:00
Jeremy Lea
59b9d11578 Make this port compile on -current. Fix CFLAGS and libc_r usage.
Reformat MESSAGE so it is more visible.

No response from:	maintainer
2000-01-28 11:05:19 +00:00
Jeremy Lea
e362120dfe Correct usage of libc_r.
No response from:	maintainer
2000-01-28 10:42:47 +00:00
Jeremy Lea
1d8072265a Fix this for -current.
No response from:	maintainer
2000-01-28 10:38:40 +00:00
David E. O'Brien
e3e5569e35 UpDat3 t0 v3r$i0n 2.3 B3ta 14
Among bug fixes, we have the new skript kiddie output mode!  Try it out by
adding "-oS - " to your nmap command line:

amy# nmap -sS -oS - -O -v vectra

$TartInG nmap V. 2.3B3tA14 bY fy0D0r@!n$ecure.org ( www.ins3cuR3.0Rg/nmap/)
!nt3r3$t|nG pOrtz On v3cTrA.yuma.nEt (192.168.0.5):
P0rt    $tate       PrOtOc0L  $3rv!c3
13      Op3n        tCp       Dayt|m3
22      0pEn        Tcp       $SH
23      open        tcp       tEln3t
79      op3N        tcp       f!ng3r
513     0peN        Tcp       lOgIn
514     OpEn        tcp       $h3ll

TcP S3QuEncE PReDiCtion: ClA$s=random p0$|TivE incr3m3nts
                         DIffIculty=24696 (WorthY Challeng3)

s3quEnce numb3rz: 61B825b7 61b83793 61B88114 61b8B073 61B90DB2 61BA306B
R3m0t3 operAtInG sy$t3m gue$z: OpeNBSD 2.2 - 2.3

NMAP run c0mpleteD -- 1 IP adDR3ss (1 h0sT up) $CAnNed in 1 SEC0nd
2000-01-28 10:04:59 +00:00
David E. O'Brien
afad78b9d4 Update to version 2.3 Beta 14 2000-01-28 10:02:12 +00:00
Michael Haro
492419dd43 HAS_CONFIGURE -> GNU_CONFIGURE 2000-01-28 08:05:08 +00:00
Brian Feldman
f92bd5bf9f Enable 3DNow! support. You can set OPT_ARCH=3dnow to get an mpg123 with
3DNow! support, rather than teh default i586 support.

Approved by:	jkoshy
2000-01-28 07:50:12 +00:00
Michael Haro
a106a0d625 Update to pre10 2000-01-28 07:35:15 +00:00
Kris Kennaway
6e1633a8d0 Respect CXX and CFLAGS 2000-01-28 06:49:33 +00:00
John Polstra
3176ec22e7 This is a fairly substantial upgrade of the cvsup-mirror port. In
honor of the occasion I have bumped the version number to 1.1.

The port now depends upon the cvsup-bin and cvsupd-bin ports rather
than on the more trouble-prone cvsup port.

The CVSup server is run with "-C 100" (max. 100 clients at a time)
and the true limit is set in the "/usr/local/etc/cvsup/cvsupd.access"
file.  This is nice because you can change the limit by editing
the file; you don't have to restart the server.  The cvsupd.access
file also contains a rule to limit each individual host to one
connection at a time.

The CVSup client is now run under its own unprivileged user ID
instead of root.  This is a security enhancement.  It makes it
impossible for a compromised master site to install files into
places outside the mirror area of the filesystem.  The permissions
of various other files such as /usr/local/etc/cvsup have also been
strengthened to enhance security.

Both client and server now cd to /var/tmp to run, so that if they
decide to croak they'll be able to write the core file. :-)

The /usr/local/etc/rc.d/cvsupd.sh script now honors the "start"
and "stop" arguments.

The configure script no longer attempts to tell you the sizes of
the various collections.  That's impossible to maintain.  When I
have time I plan to make a web page where one can obtain that
information from an automatically-updated source.  Then I will
reference the URL in the configure script.

It is possible to upgrade an existing cvsup-mirror-1.0 installation
to this new version, but it is tricky because of the change in
ownership of the mirrored files.  I will post instructions to the
freebsd-hubs mailing list after I make sure I have the procedure
just right.
2000-01-28 06:42:37 +00:00
Joseph Koshy
1353f66bf5 Fix building of SML/NJ under 4-CURRENT after 1999/7/25.
The trap handler returns different information after this date for
numeric error conditions.  Since kern.osreldate is not a reliable
indicator of when this change occurred, we revert to checking for
the presence of a particular #define in <machine/trap.h> to decide
if the SML/NJ runtime sources need to use the newer interface.

Submitted by:	 Tom <tcrimi@andrew.cmu.edu> (in part)
2000-01-28 06:36:13 +00:00
David E. O'Brien
c237e54a44 Add CVS tags to the files that could tolerate them. 2000-01-28 06:25:44 +00:00
David E. O'Brien
a04f0baefd Make this thing acutally portlint(1) and come close our Ports Collection
coding style.

[billf contributed to the Makefile cleanup]

Forgotten by:	initial committer
2000-01-28 06:22:56 +00:00
Kris Kennaway
f109a2186b Upgrade to dsniff 1.3. The new patch is a hack because I didn't have time
to work out why configure wasn't noticing our db.h..
2000-01-28 06:22:43 +00:00
Kris Kennaway
270b3b0855 Upgrade to libnids 1.13 2000-01-28 05:58:50 +00:00
Bill Fumerola
26414295e4 Take over maintainership of this port (was ports@freebsd.org). There are
quite a few things this port is doing wrong or poorly and I plan to fix that.
2000-01-28 04:01:59 +00:00
Bill Fenner
991191f056 Use -fwritable-strings to let tcl stomp on Tcl_Eval() args. 2000-01-28 03:29:38 +00:00
Bill Fenner
0e5395681a Actually use tcl/tk 8.2 like we claim to. 2000-01-28 03:21:28 +00:00
Bill Fenner
f667380351 Use IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP. 2000-01-28 03:21:13 +00:00
Bill Fenner
f89808a1f5 Add -pedantic to override the default -pedantic-errors, to allow
socket code to compile.
2000-01-28 03:05:29 +00:00
Bill Fenner
72ae8ffa3f Add -pedantic to override the default -pedantic-errors, to allow
socket code to compile.
Include <time.h> where needed.
2000-01-28 03:05:21 +00:00
Seiichirou Hiraoka
823c104ee5 Fix WWW in DESCR 2000-01-28 01:56:46 +00:00
Chris D. Faulhaber
aed355dfec Update port to 0.7.3
* Fix a few bugs from the previous release
* Faster loading of newsgroups
* New article threading options
2000-01-28 01:46:17 +00:00
Seiichirou Hiraoka
808f793a90 Change MASTER_SITES 2000-01-28 01:44:25 +00:00
Seiichirou Hiraoka
57fb96a9e6 Fix MASTER_SITES 2000-01-28 01:39:06 +00:00
Chris D. Faulhaber
8c2c1d0b16 Update port to 0.25
PR:		16392
Submitted by:	Maintainer
2000-01-28 00:55:34 +00:00
Chris D. Faulhaber
9cf130ae5a Update port to 0.24
PR:		16392
Submitted by:	Maintainer
2000-01-28 00:49:17 +00:00
Chris D. Faulhaber
430ae55a49 Fix the new compiler problem as reported by bento.
PR:		16385
Submitted by:	Maintainer
With help from:	Alex Langer <alex@big.endian.de>
2000-01-28 00:45:32 +00:00
Chris D. Faulhaber
7e9c6dfde4 Update port to 2.3.0
PR:		16382
Submitted by:	Maintainer
2000-01-28 00:38:57 +00:00
Chris D. Faulhaber
db680614ba Update Maintainer's email address
PR:		16399
Submitted by:	Maintainer
2000-01-28 00:34:08 +00:00
Chris D. Faulhaber
4a339cb8e2 Update port to 1.0.7
PR:		16400
Submitted by:	Maintainer
2000-01-28 00:31:09 +00:00
Jean-Marc Zucconi
71c6f31179 The port was broken because dicts were installed in $SHAREDIR but
ispell was looking for files in $LIBDIR. Because $LIBDIR is only used for
dictionaries, we don't need the SHAREDIR variable. Just define LIBDIR to
$PREFIX/share/ispell.
2000-01-28 00:08:56 +00:00
Jean-Marc Zucconi
6d08cf7c87 Correct checksums for the 99.12 version. 2000-01-27 23:21:31 +00:00
Jean-Marc Zucconi
f337734dab Upgrade to the 1999/12 version 2000-01-27 23:19:11 +00:00
Satoshi Asami
7a96c39f50 o Fix checksum dependency to emacs20.
o Change port's texinfo format procedure more verbose one.  This also
     fixes the build problem on 4-current.

PR:		16357
Submitted by:	maintainer
2000-01-27 21:51:21 +00:00
Jean-Marc Zucconi
bf93b56370 Upgrade to web2c version 7.2b 2000-01-27 21:50:19 +00:00
Brian Feldman
d9da1a8a4c Take off RESTRICTED, since this has been a proper package for some
time now, and is not a legal problem (see Bruce Schneier's latest
Crypto-Gram).  Basically, since it's unencumbered, it is alright.
2000-01-27 21:19:20 +00:00
Jim Mock
5d90534838 Make this compile on -CURRENT
Submitted by:	reg
2000-01-27 20:28:35 +00:00
Brian Feldman
b4490c9873 Update to Xpuyopuyo 3.1. This release includes network play :)
Approved by:	maintainer (Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>)
2000-01-27 17:24:41 +00:00
Satoshi Taoka
174c42b82c I found that this port needs "gmake" in build and run. 2000-01-27 16:52:30 +00:00
Satoshi Taoka
923e617b6a Add USE_PERL5 2000-01-27 16:20:23 +00:00
Munechika SUMIKAWA
a6d7ea1d57 move IPv6-enable python to python+ipv6 and revert origial python
to before IPv6.

Since IPv6-enable python make bigger the size of sockaddr, some of scripts
are affected. I maintain python+ipv6 separately to minimize impact for users.
It will be removed when IPv6 patches are merged into original distribution,
such as ruby.

Repositry copied by:	asami
2000-01-27 15:54:26 +00:00
Satoshi Taoka
0daaac97a3 edict.gz edict.doc were unfetchable
Obtained from:	http://www.freebsd.org/%7Efenner/portsurvey/
2000-01-27 13:36:37 +00:00
Satoshi Taoka
a48fae63e1 I forgot to modify PKGNAME and CATEGORIES for the japanese category. 2000-01-27 13:14:57 +00:00