Satoshi Asami
3ae5b9a692
Remove -s from manual installation target. I have no idea how this
...
worked on your machine, Eric. ;)
1996-12-12 05:29:56 +00:00
Satoshi Asami
e63d7bd8b8
Reformat.
1996-12-12 05:28:54 +00:00
Satoshi Asami
92efbf984b
Remove unnecessary EXTRACT_SUFX (DISTFILES list is defined).
1996-12-12 05:22:21 +00:00
Satoshi Asami
f9ec0b63fb
Minor cleanup, use DISTNAME and EXTRACT_SUFX, instead of DISTNAME,
...
PKGNAME and WRKSRC (one less line :).
1996-12-12 05:21:36 +00:00
Satoshi Asami
8d74510606
Use ${MACRO}s. While I'm here, minor cleanup (fix indentation etc.).
1996-12-12 05:18:10 +00:00
Masafumi Max NAKANE
07fe4dd29c
Typo.
1996-12-12 05:13:39 +00:00
Masafumi Max NAKANE
5a16a86d4b
Install the man page (Japanese) into man/ja_JP.EUC/man1 instead of
...
into share/doc/kakasi.
1996-12-12 05:08:33 +00:00
Masafumi Max NAKANE
018ccf7365
Install the man page to man/ja_JP.EUC/man1.
1996-12-12 04:50:58 +00:00
Satoshi Asami
90ce082cc8
Change delimiter of substitution that uses MANLANG from .' to
%', so
...
things like `ja_JP.EUC' will work.
Suggested by: max
1996-12-12 04:32:25 +00:00
Eric L. Hernes
1cbd63fd0e
attach calctool
1996-12-12 03:47:50 +00:00
Eric L. Hernes
a0f8cf9ad2
new port of calctool, another X11 calculator,
...
closes ports/2157
Submitted by: Nick Sayer nsayer@quack.kfu.com
1996-12-12 03:46:31 +00:00
Eric L. Hernes
3954167a27
upgrade to 1.0c -- closes ports/2167
...
Requested by: Vincent Poy
1996-12-12 03:24:14 +00:00
Eric L. Hernes
d6d47664cb
add typhoon
1996-12-12 02:41:29 +00:00
Eric L. Hernes
2c3b7d322f
import of typhoon, a relational database patterened after
...
Raima's dbvista
1996-12-12 02:41:11 +00:00
Andrey A. Chernov
8ed7cce389
Use "Cache-control: no-store" to not store counter images in permanent
...
caches as proxy servers or local disk cache for HTTP1.1 compliant browsers.
1996-12-12 02:21:01 +00:00
Jean-Marc Zucconi
6b83e4155e
Upgrade from version 3.96 to version T64 (!)
1996-12-12 01:07:42 +00:00
Andrey A. Chernov
e1b4877cef
Upgrade
1996-12-11 23:36:26 +00:00
Andrey A. Chernov
880eecbd25
Upgrade to 0.5.9
...
Enable inews
1996-12-11 23:08:19 +00:00
Andrey A. Chernov
3d20bdb2dc
Upgrade to 0.5.9
1996-12-11 23:03:55 +00:00
David E. O'Brien
678d638fba
Turn on lclint
1996-12-11 22:52:31 +00:00
David E. O'Brien
ba8ea5d95e
LCLint is a tool for statically checking C programs. With minimal
...
effort, LCLint can be used as a better lint. If additional effort is
invested adding annotations to programs, LCLint can perform stronger
checks than can be done by any standard lint.
Check the LCLint home page at
http://larch-www.lcs.mit.edu:8001/larch/lclint/
Closes-PR: ports/1646
Submitted by: Stefan Moeding <moeding@bn.DeTeMobil.de>
1996-12-11 22:51:22 +00:00
Adam David
159c85cecf
1.0.95 --> 1.0.96
1996-12-11 21:05:00 +00:00
Mark Murray
5ac7b1c319
Mark the SSL'ed version as BROKEN, until the official patches appear. Also
...
add myself as maintainer of the SSL version.
1996-12-11 21:04:21 +00:00
Eric L. Hernes
2e62733485
add doom to the Makefile, so Satoshi won't have to tonite ;-)
1996-12-11 20:56:22 +00:00
Eric L. Hernes
1e890be2ab
new port of linux Doom, this has most (maybe all) of Amancio's
...
joystick/music/sound stuff!
1996-12-11 20:54:58 +00:00
Mark Murray
53cc1b610c
Update to 0.6.5
1996-12-11 20:54:57 +00:00
Andrey A. Chernov
c86721c924
Fix device permission problem by another way:
...
don't install kermit as setgid
Suggested-by: pst
1996-12-11 19:16:51 +00:00
David E. O'Brien
8d55a9fe18
Upgraded to 3.83 (supports 3.0-current now)
...
Obtained from: Email from Vic Able
1996-12-11 19:10:34 +00:00
Andrey A. Chernov
b52bc6ef01
Upgrade to 1.2b2
1996-12-11 19:10:06 +00:00
David E. O'Brien
ee1dee6f75
Added second MASTER site.
1996-12-11 18:43:33 +00:00
Eric L. Hernes
5e98defdb1
add:
...
libgdbm for executor
libxforms for mtv (mpeg player)
/etc/nsswitch.conf for netscape (tcl/tk plugin works!)
symlinks libg++.so.27 -> libg++.so.26
libstdc++.so.27 -> libstd++.so.26 for Xing Streamworks player
1996-12-11 17:46:12 +00:00
Satoshi Asami
50e355828a
Oops, forgot these two. Update to use new features in bsd.port.mk 1.237.
1996-12-11 12:04:23 +00:00
Satoshi Asami
6a00dcc27c
Update to take advantage of new features in bsd.port.mk rev. 1.237.
1996-12-11 10:18:45 +00:00
Satoshi Asami
39a45e2db1
Extend the manpage compression handling a bit.
...
(1) MANLANG is now a list (defaulting to ""), so if you have English
and Japanese-EUC versions of the manpages, you can say something
like `MANLANG= "" ja_JP.EUC' and manpage compression will DTRT.
(2) Add new variables MAN%cPREFIX (where %c=[1-9LN]) which default to
MANPREFIX (which defaults to PREFIX), to specify per-section
prefixes. In particular, this handles the cases in many perl
ports, which install man1pages into man/man1 and man3pages into
lib/perl5/man/man3.
Note these modifications won't change the behavior of existing
variables used in previously-approved ways, so any Makefile that
worked before will still continue to work.
1996-12-11 10:17:44 +00:00
Satoshi Asami
46afb636fd
Add support for uncompressing manpages that are already installed
...
compressed.
Requested by: obrien
Change name of -D option (to pkg_create) file to MESSAGES. (More
friendly to filename completion.)
1996-12-11 04:51:31 +00:00
Peter Wemm
0e223d0197
Don't connect the network socket to stderr, this achieves nothing, but
...
prevents the connecting daemon (eg: ssh) asking for passwords etc.
Obtained from: ssh FAQ, Thomas Koenig <ciw.uni-karlsruhe.de>
1996-12-10 23:38:54 +00:00
Peter Wemm
1befa6384c
treat freebsd3.0 just like freebsd2.x
1996-12-10 23:36:02 +00:00
Andrey A. Chernov
8eb0b3c65e
Move s/key info at the beginning of incorrect password message,
...
some client (f.e. Eudora) don't display whole line
1996-12-10 20:58:56 +00:00
Andrey A. Chernov
b772376d23
Close small security hole introduced with last upgrade (one needed
...
patch not applied):
anyone (not dialer group members only) can do anything with serial devices
Convert to new kermit version number scheme
1996-12-10 20:30:44 +00:00
David E. O'Brien
24b6ca1cf9
Switched to using new MANCOMPRESSED variable.
1996-12-10 20:07:30 +00:00
Paul Traina
0e96d95fbb
Upgrade to kermit 6.192 (package tested too)
1996-12-10 10:24:03 +00:00
David E. O'Brien
9802c96856
Cleaned up helper script.
1996-12-10 09:42:24 +00:00
Satoshi Asami
614a270b7c
Remove GDBM_File.3, it won't be built if gdbm isn't already installed.
...
Reported by: markm
1996-12-10 06:43:40 +00:00
Satoshi Asami
7e3a1d8d23
Remove empty line inside MASTER_SITES.
1996-12-10 05:58:15 +00:00
David E. O'Brien
c591cbb8b4
Make suid uucp rather than root.
1996-12-10 01:03:04 +00:00
Eric L. Hernes
f617349ad3
upgrade to v 1.2
...
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>,
with minor mods by me
1996-12-09 15:37:29 +00:00
David E. O'Brien
6f6ac99c4b
Ah, I think I now understand INSTALL scripts w/pkg_add
...
Thanks-to: Satoshi
1996-12-09 07:25:57 +00:00
Satoshi Asami
1cb413b38e
Submitted by: fenner
...
(1) Print out reason when port is ignored because of NO_CDROM,
RESTRICTED, IS_INTERACTIVE, (not) IS_INTERACTIVE, BROKEN,
REQUIRES_MOTIF or NO_PACKAGE.
Submitted by: obrien
(2) Add new special file in pkg/: DISPLAY. (Cf. man pkg_create)
(3) Minor bugfix in clean-depends target, which sometimes executed
"make clean" in the current directory. (Which is probably ok, but
is wrong nonetheless.)
1996-12-09 07:08:16 +00:00
David E. O'Brien
07dc01dcb2
Turnon vnlpr & vnpstext
1996-12-09 02:09:17 +00:00
David E. O'Brien
c972382ac4
Vnpstext converts your 8-bit Vietnamese text to a PostScript
...
file suitable for printing to a PostScript printer.
1996-12-09 02:07:06 +00:00