David E. O'Brien
146319ce61
Style fixes:
...
* CATEGORIES doens't have ``+'' anymore
* manpages should be listed in MAN8 so they get compressed
* use ${MKDIR} so parrent dirs get created if nessicary
* blank likes around MAINTAINER
* PKGNAME isn't needed when PKGNAME is same as DISTNAME
1997-03-30 18:11:58 +00:00
Brian Somers
4155dab552
Import arpwatch version 2.0.1a1, a tool for monitoring
...
a network interface and maintaining a table of MAC
addresses against IP numbers and host names.
1997-03-30 17:19:56 +00:00
Satoshi Asami
547a71585a
Fix name of include file. Packaging now works, so we can close PR
...
ports/3129.
Submitted by: gena@NetVision.net.il
1997-03-30 13:27:46 +00:00
Satoshi Asami
0e05c50141
No port (unless it is NO_PACKAGE) is allowed to run-depend on mule
...
because the explicit package name will be put in to the package as a
dependency in that case, and there are several mule ports around.
I remember mentioning this in the Japanese mailing lists before when
this topic came up, but apparently it didn't sink in. Add a comment
right in front of RUN_DEPEND so it can't be missed.
1997-03-30 12:40:11 +00:00
Satoshi Asami
c0780ce71e
Don't look for malloc.h from configure. Not only malloc.h in FreeBSD
...
useless, you might find the one installed by devel/libmalloc, which
will cause the build to fail.
1997-03-30 12:29:58 +00:00
Satoshi Asami
0746d2f8a7
Checksum was different from what I got.
1997-03-30 12:15:33 +00:00
James FitzGibbon
24bfb75326
Upgrade to v1.06
...
Add conditionals to allow installation of hi-color icons
added two 8bit icons that don't come with distribution
remove obsolete patchfile.
Submitted by: Jeremy Prior <jez@netcraft.co.uk>
1997-03-30 06:05:09 +00:00
Masafumi Max NAKANE
1a94e12177
Include and install jman.el by Mitsuru IWASAKI <iwasaki@jp.freebsd.org>.
...
Submitted by: Kazuhiko Kiriyama <kiri@kiri.toba-cmt.ac.jp>
(Closing PR #2963.)
1997-03-30 02:57:20 +00:00
Masafumi Max NAKANE
47c7980e38
Enable hanyangfonts.
1997-03-30 00:06:29 +00:00
Masafumi Max NAKANE
7163c68bba
New port:
...
Hangul X11 fonts(Hanyang)
It is Korean fonts for X11. These fonts are copyrighted by
(C) Hanyang Systems, but it is in the public domain. It is good for
using many i18ned X11 program.
Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
Reviewed & modified by: max
(Closing PR #3097.)
1997-03-30 00:04:11 +00:00
David E. O'Brien
f7eeb9b599
turn on xdeview
1997-03-29 23:56:36 +00:00
David E. O'Brien
00a7816a69
This is a powerful and easy-to-use tcl/tk-based program
...
which can decode BinHex, uuencoded, xxencoded, and Base64
formats.
Submitted by: Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
Partically closes PR: ports/2701
1997-03-29 23:55:56 +00:00
Masafumi Max NAKANE
cec6f016fb
Upgrade, 0.8.2 -> 0.8.3.
...
Submitted by: Mark Huizer <xaa@stack.nl>
(Closing PR #3060.)
1997-03-29 23:11:14 +00:00
David E. O'Brien
5a4558fcc8
Upgrade to 0.5.13.
...
Submitted by: Tim Vanderhoek <tim@X2296> and cleanup by me
Partically closes PR: ports/2701
1997-03-29 22:19:29 +00:00
David E. O'Brien
7f2ebc89a6
More patches from ports/2701.
...
Submitted by: Tim Vanderhoek <tim@X2296>
1997-03-29 22:12:16 +00:00
David E. O'Brien
78c7feab3e
Update to 0.5.13.
...
Partically closes PR: ports/2701
1997-03-29 21:45:35 +00:00
David E. O'Brien
51299a2f0c
Update to 0.5.13.
...
Submitted by: Tim Vanderhoek <tim@X2296> with restructureing by me
Partically closes PR: ports/2701
1997-03-29 21:45:24 +00:00
Masafumi Max NAKANE
d621b5ddfa
Enable pinetreefonts.
1997-03-29 14:38:05 +00:00
Masafumi Max NAKANE
97baee4b26
New port:
...
Hangul X11 fonts(pinetree)
--------------------------
It is hangul font made by Lee Yong Jae(yjlee@cglab.snu.ac.kr ). Its encoding
is KSC5601-1987-0, so it can be used in many X11 programs, such as Netscape.
It is very useful because it provides many size and styles(bold, normal,
8-24 points), and it is propositional fonts not common in hangul fonts.
Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
(Closing PR #3099.)
1997-03-29 12:58:32 +00:00
Masafumi Max NAKANE
bcb4f1c6cd
Upgrade to the latest version: 1.4.
...
Update the MASTER_SITES to what seems to be the official one.
1997-03-29 12:29:26 +00:00
Andrey A. Chernov
797920ff49
Upgrade to 1.2.18
1997-03-28 23:30:39 +00:00
Eric L. Hernes
3a3bd81f8a
upgrade
1997-03-28 15:11:12 +00:00
Eric L. Hernes
33dc604e1b
patches that should have been committed yesterday
...
Pointed-out-by: Satoshi
1997-03-28 14:14:48 +00:00
Satoshi Asami
ec2af01253
Upgrade to 0.86. Note packaging still doesn't work, but I'm going to sleep
...
now so I'll commit what I have.
Doesn't close PR ports/3129 (see above).
Submitted by: Mighty Wizard <root@Burka.NetVision.net.il>
1997-03-28 11:40:07 +00:00
Satoshi Asami
dee5f85af3
Include <unistd.h> if __FreeBSD__ >= 3. I didn't see any easier way
...
to get the BSD macro.
1997-03-28 11:14:59 +00:00
Satoshi Asami
7104b3acb7
Include <unistd.h> for getopt() prototypes if BSD >= 199506 (Lite2).
1997-03-28 11:12:10 +00:00
Satoshi Asami
918a890f2d
Fiix master site's pathname.
1997-03-28 10:49:55 +00:00
Satoshi Asami
e7634f6f23
Just a little variable reorderization.
1997-03-28 10:10:05 +00:00
Satoshi Asami
3ed1a2fd9f
Don't forget crossgo32.
1997-03-28 09:29:24 +00:00
Satoshi Asami
b9e0bf196c
Minor stylistic fix.
1997-03-28 09:13:20 +00:00
John Polstra
45c107bebf
Arrange for the DEC copyright notice to be installed and included
...
in the package. Add a pointer to it in the DESCR file.
1997-03-28 04:38:47 +00:00
David E. O'Brien
c481d1493d
Slight style change.
1997-03-28 02:35:44 +00:00
Andrey A. Chernov
ce3733a42f
Upgrade to 970327
1997-03-28 01:52:49 +00:00
David E. O'Brien
19f3fc71de
Added the developer's site so I can remember what it is.
1997-03-28 01:36:50 +00:00
Andrey A. Chernov
e93d77633d
Update
1997-03-28 00:20:45 +00:00
Eric L. Hernes
035cfdf907
upgrade to 1.1b5
1997-03-27 23:48:21 +00:00
Eric L. Hernes
f4fcd5d64f
upgrade to 3.0
1997-03-27 23:44:49 +00:00
Eric L. Hernes
bad0638740
upgrade to 0.99.6, plus a few patches from the gimp-developers list
1997-03-27 21:41:15 +00:00
Eric L. Hernes
85fc76521b
port for cross compiling go32 (dos) binaries
...
Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
1997-03-27 20:53:42 +00:00
John Polstra
6554e7aafa
Install the DEC copyright notice, so that it will be present in the
...
package. Add a pointer to it in the DESCR file. Pare down the text
in the DESCR file.
1997-03-27 18:35:49 +00:00
Andrey A. Chernov
5fa12e9c1c
Update
1997-03-27 18:28:27 +00:00
David E. O'Brien
ba49294df8
Clean up header comments.
1997-03-27 18:03:12 +00:00
Thomas Gellekum
43bfdb3087
Upgrade to 2.9.4.
1997-03-27 07:43:10 +00:00
David E. O'Brien
8292d55ee9
Upgrade to 2.4. (no new features... just supports more systems).
...
Notified by: John DiMarco <jdd@cs.toronto.edu>
1997-03-27 05:08:04 +00:00
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