1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
Commit Graph

6075 Commits

Author SHA1 Message Date
David E. O'Brien
9a7d6d5f0a Fix checksum. 1997-03-26 22:08:56 +00:00
John Polstra
f926dedfef Add a wrapper for the "chflags" system call. 1997-03-26 21:26:23 +00:00
John Polstra
55fdaafaf3 Fix an include file problem that prevented RTHeapDepC.c from
compiling on post-lite2-merge systems.
1997-03-26 21:16:53 +00:00
Masafumi Max NAKANE
aebff16b12 Upgrade, 2.7.20 -> 2.8.0. 1997-03-26 16:13:34 +00:00
Andrey A. Chernov
3eb8ac424c Upgrade to 4.05 1997-03-26 14:03:09 +00:00
James FitzGibbon
b608781b5a Add mail/bulk_mailer and audio/splay 1997-03-26 02:15:30 +00:00
James FitzGibbon
b7999ad641 Import of bulk-mailer v1.5, a program for speeding up batched e-mail delivery to a mailing list.
Reviewed by:	James FitzGibbon <jfitz@FreeBSD.ORG>
Submitted by:	dlowe@saturn5.com
1997-03-26 02:14:02 +00:00
Andrey A. Chernov
78b8a13a08 Upgrade to 3.96 1997-03-26 02:12:28 +00:00
James FitzGibbon
8646749b01 Import of splay v0.2, a command line MPEG and WAV player.
Reviewed by:	James FitzGibbon <jfitz@FreeBSD.ORG>
Submitted by:	junker@jazz.snu.ac.kr
1997-03-26 02:10:33 +00:00
Masafumi Max NAKANE
6c1d99576c Enable xprompt. 1997-03-25 15:30:45 +00:00
Masafumi Max NAKANE
2da17650b3 New port xprompt:
Small program to display a dialog box and receive text from
the user.  Suitable for use in shell scripts, etc.
Submitted by:	 Matthew Hunt <mph@pobox.com>
Reviewed & modified by:	max
(Closing PR #3069.)
1997-03-25 15:25:43 +00:00
James FitzGibbon
76445efa6b Have p5-Curses use ncurses instead of standard curses. Fixes missing
_acs_map symbol error.
1997-03-25 13:24:39 +00:00
James FitzGibbon
f149dfbd28 Upgrade to v1.01 1997-03-25 13:01:20 +00:00
Satoshi Asami
053cd44bf8 Include unistd.h if __FreeBSD__ >= 3. 1997-03-25 11:28:33 +00:00
David E. O'Brien
9a656c7c47 Share detex with everyone. 1997-03-25 11:03:18 +00:00
David E. O'Brien
6b05df3643 detex takes as input a TeX source file and strips the TeX commands.
The result is output to stdout.  This is useful if you need a pure ASCII
version of a TeX/LaTeX file.
1997-03-25 10:53:11 +00:00
David E. O'Brien
9a565ac877 share h2ps with the world 1997-03-25 10:48:15 +00:00
David E. O'Brien
3e87ec571e text-to-postscript filter with Korean fonts.
Submitted by:	Choi Jun Ho <junker@jazz.snu.ac.kr>
Closes PR:	ports/3044
1997-03-25 10:47:28 +00:00
David E. O'Brien
4d40feb36b Support 2.2.1 1997-03-25 10:33:59 +00:00
David E. O'Brien
fae372af37 sed out -* from ``uname -r'' so this will build on future versions of
SNAPs, BETAs, etc...
1997-03-25 10:32:44 +00:00
David E. O'Brien
ad2fe35534 share fping w/the world 1997-03-25 09:58:50 +00:00
David E. O'Brien
16a624c849 A tool to quickly ping N number of hosts to determine their reachability
without flooding the network.
1997-03-25 09:58:02 +00:00
David E. O'Brien
4048633000 previous was a bogus commit. Important lines accidently got deleted. 1997-03-25 09:50:51 +00:00
Masafumi Max NAKANE
f6c5e8c077 MASTER_SITES updated.
Submitted by:	Bill Fenner <fenner@parc.xerox.com>
(Closing PR #2953.)
1997-03-25 08:58:33 +00:00
Satoshi Asami
ec14a60e67 More style police. :)
(1) NOMANCOMPRESS is set by user, not porter.  To indicate that MAN? variables
    are referring to already compressed manpages, use MANCOMPRESSED.

(2) Remove second address from MAINTAINER line, I don't want anything to break.
1997-03-25 08:24:34 +00:00
Masafumi Max NAKANE
4309df4bba One of MASTER_SITES was missing trailing slash.
Noticed by:	Bill Fenner
1997-03-25 08:23:49 +00:00
Masafumi Max NAKANE
4863f84869 Upgrade, 3.6 -> 3.8.
Reminded by:	Josh Gilliam <soil@quick.net>
(Closing PR #2967.)
1997-03-25 08:21:02 +00:00
David E. O'Brien
2e2815dd37 Style police.
*  moved some vars around
  *  added Id
1997-03-25 08:19:32 +00:00
David E. O'Brien
642fcc86e3 Added support for 2.1.{5,6}. I didn't see any reason why this shouldn't
work on these too (especially 2.1.6).
1997-03-25 08:17:43 +00:00
Satoshi Asami
ef4155d09f Hand-edit patch to cope with getopt declarations moving from
stdlib.h to unistd.h in -current (from Lite2).  Note this requires
the latest gcc that defines __FreeBSD__ to 3.
1997-03-25 08:14:44 +00:00
David E. O'Brien
46c6ba3859 remove extrainous PKGNAME 1997-03-25 08:03:38 +00:00
David E. O'Brien
d7cf915458 style police 1997-03-25 08:01:45 +00:00
David E. O'Brien
584efd410e style police. 1997-03-25 07:55:11 +00:00
Satoshi Asami
7bab4a1ee3 Update this file to 1.1.1 too. 1997-03-25 07:51:58 +00:00
James FitzGibbon
2d1a92a62d Add msql-beta. 1997-03-25 04:40:29 +00:00
David E. O'Brien
6f5e12c5e1 Share c2ps with the world. 1997-03-24 19:37:52 +00:00
David E. O'Brien
5873c3738b A PostScript pretty-printer for C source with numerous features.
Submitted by:	Matthew Hunt <mph@pobox.com>
Closes PR:	ports/3041
1997-03-24 19:36:56 +00:00
David E. O'Brien
7fa803c8bb "-p" is part of ${MKDIR} 1997-03-24 18:44:29 +00:00
David E. O'Brien
6804f3986f Upgrade to 4.02.
Now includes useful scripts in the package.

Closes PR:	ports/3065
1997-03-24 18:42:57 +00:00
Andrey A. Chernov
1f31c1b3f5 Update 1997-03-23 21:33:49 +00:00
James FitzGibbon
6198e131f7 Added sysutils/idled 1997-03-23 17:36:55 +00:00
James FitzGibbon
b039046bd5 Import of idled, a daemon for logging off idle users.
Reviewed by:	James FitzGibbon <jfitz@FreeBSD.ORG>
Submitted by:	Andrew <andrew@mopsy.hobart.tased.edu.au>
1997-03-23 17:33:50 +00:00
James FitzGibbon
1116fbcbaa Upgrade to v1.0pr5
Reviewed by:	James FitzGibbon <jfitz@FreeBSD.ORG>
Submitted by:	"Brian N. Handy" <handy@sag.space.lockheed.com>
1997-03-23 16:22:51 +00:00
Peter Wemm
4831d065a0 Use official patches from dist site. Included is a possible fix to the
slowdown problem.

Note, I've changed the DIST_SUBDIR.. all the patches files seem to be
called "fixes.patch" and were colliding with each other.
Reviewed by:
Submitted by:
Obtained from:
1997-03-23 15:43:45 +00:00
James FitzGibbon
d504a6a436 Fix bad MASTER_SITES line
Reminded-that-I'm-an-idiot-by: Matthew Hunt <mph@pobox.com>
1997-03-23 15:39:06 +00:00
Joshua Peck Macdonald
3ead4bb15d Update version. 1997-03-22 21:23:36 +00:00
David E. O'Brien
d46edc2fd5 Upgrade to 0.67 1997-03-22 19:14:16 +00:00
Satoshi Asami
c0bedc38d2 Add "print" to category. Maybe this will reduce the number of
new xpdf port submissions.
1997-03-21 23:07:01 +00:00
Poul-Henning Kamp
b9d8eba3f7 Add .../bin/scotty 1997-03-21 07:37:18 +00:00
James FitzGibbon
aff1e2bda1 Remove from MASTER_SITES sites that don't have the now obsolete (by ID's
standards) quake101.zip.  This reduces the sites to 3, but until Cracked.Com
releases a new version of the Linux Quake loader, there's not much more we
can do.
Submitted by:	Tommy Cheng <tommycheng@pcmagic.net>
1997-03-19 02:56:20 +00:00