Commit Graph

4829 Commits

Author SHA1 Message Date
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
David E. O'Brien
069531a1b9 vnlpr is a shell script that utilizes the vnpstext and vn7to8 utilities
to print vietnames text on PostScript printer on Unix machines using
various Type-1 fonts supplied by TriChlor and the Courier fonts from
the vnpstext package.
1996-12-09 02:02:49 +00:00
David E. O'Brien
783d07b0e8 Fixed running of pkg/INSTALL 1996-12-09 00:53:22 +00:00
David E. O'Brien
82a844aed1 run the pkg/INSTALL script on ``make install'' 1996-12-09 00:14:54 +00:00
David E. O'Brien
38dad8d6c6 We should be able to put this on the CDROM as long as we let the user know
what the license restrictions are.
1996-12-09 00:01:32 +00:00
David E. O'Brien
6f65715ede turn on zmtx-zmrx 1996-12-08 23:40:57 +00:00
David E. O'Brien
a4af109a79 zmtx and zmrz impliement the ZMODEM error correcting protocol used to
send/receive files over a dial-in serial port.  And they do one thing
and only one thing -- transmit files.  They don't do file conversions,
they don't do remote commands, or any of that other stuff.
1996-12-08 23:39:32 +00:00
Masafumi Max NAKANE
bf43dca9fd Upgrade, 1.3 -> 1.3.1.
New version has its own configure script and honors the PREFIX.  So we no
longer need to patch config.mk.
1996-12-08 22:57:34 +00:00
David E. O'Brien
0415dd1522 Turn on cutils 1996-12-08 22:27:01 +00:00
David E. O'Brien
b6251a324b cutils is a collection of miscellaneous utilities useful for C programmers.
It is composed by the following utilities:
	cinfo, cinfoc and cinfodc - C language documentation tools
	cdecl and cundecl - decode and encode C type declarations
	cobfusc - make a C source file unreadable but compilable
	chilight - highlight C source files with colors
	yyextract - extract grammar rules from yacc grammar
	yyref - yacc grammar reference program

Submitted by:	Sandro Sigala <ssigala@globalnet.it>
1996-12-08 22:26:14 +00:00
Andrey A. Chernov
f236a5b7eb Upgrade to 3.7.2 1996-12-08 16:19:54 +00:00
Masafumi Max NAKANE
c6d5581419 Update the maintainer's address. (Reflect recent update to the address in
the handbook.)
1996-12-08 12:29:15 +00:00
Masafumi Max NAKANE
bd3a21229d Oops, previous commit broke the installation of man page. 1996-12-08 12:02:01 +00:00
Masafumi Max NAKANE
a3d9d452bc Remove RESTRICTED and, instead, add NO_CDROM & NO_PACKAGE. (Redistribution
for charge is prohibited, no modification allowed.)

Various cleanups include:

List mmv.pch.Z as PATCHFILES instead of DISTFILES.
Put full path to the MASTER_SITES.
Instead of editing mmv.pch with scripts/makeitapatch, pass the name of
the file to be patched to the patch command via PATCH_DIST_ARGS.
Above three changes made do-fetch: & pre-clean:targets defined in this
Makefile unnecessary.

Call scripts/unshar via /bin/sh instead of giving it the execution bit in
pre-extract: target.

ln -> ln -fs
rm -> ${RM}
Use ${INSTALL_PROGRAM} and ${INSTALL_MAN}.
Use MAN1 var to compress the man page.

Reviewed by:	asami
1996-12-08 11:55:03 +00:00
Masafumi Max NAKANE
95f5c1697c Redirect outputs to /dev/null to perform the extraction silently. 1996-12-08 11:38:12 +00:00
Masafumi Max NAKANE
bb7e210560 Enclose the reason string for NO_CDROM, NO_PACKAGE, RESTRICTED and BROKEN
in double-quotes.
1996-12-08 09:48:59 +00:00
David E. O'Brien
7c4e3e5912 Now upto PL-19.
Move berlin back to .de from .fr (it didn't make it there last time -- crash
on freefall happened in mid commit)
1996-12-08 06:33:44 +00:00
David E. O'Brien
b5e4470504 Upgrade xcpustate to 2.2beta 1996-12-08 06:16:21 +00:00
David E. O'Brien
bebc2ea454 Was using new URL (ftp://ftp://) before the RFC has been voted on. :-)
Obtained from:	make fetch
1996-12-08 05:40:38 +00:00
Masafumi Max NAKANE
40c0995b40 Ooops, there was a backslash missing for continuing line. 1996-12-08 05:13:24 +00:00
Masafumi Max NAKANE
da24912162 mkdir -> ${MKDIR}
Use MAN[1358] variables to compress man pages.
1996-12-08 05:08:58 +00:00
David E. O'Brien
5428d50ccc Update to version 2.16
Submitted by:	Matthew N. Dodd <winter@jurai.net> (with some mods by me)
1996-12-08 02:31:59 +00:00
Masafumi Max NAKANE
86913ca557 No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by:	asami
1996-12-08 01:45:16 +00:00
Masafumi Max NAKANE
3315e829ac No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by:	asami

rm -> ${RM}
cp -> ${CP}
1996-12-08 01:15:22 +00:00
Masafumi Max NAKANE
9421fdf1ad No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by:	asami

cp -> ${CP}
1996-12-08 01:11:27 +00:00
Masafumi Max NAKANE
e81523971c No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by:	asami

cp ->${CP}
1996-12-08 01:05:19 +00:00
Masafumi Max NAKANE
76fb447cee No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by:	asami

cat -> ${CAT}
1996-12-08 01:04:24 +00:00
Satoshi Asami
9e6427c5d3 Change DEPENDS to BUILD_DEPENDS with a nonexistent path, it is required
for building only.
1996-12-07 23:43:56 +00:00
Satoshi Asami
363e6cbd2f Instead of installing its own manpath.config in /usr/local/etc, check
the value of ${LANG} or LC_TYPE and look into the appropriate subdirectories
of directories specified by /etc/manpath.config.

Submitted by:	Kumano Tadashi <kumano@strl.nhk.or.jp>
1996-12-07 23:16:13 +00:00
Masafumi Max NAKANE
5d001cc6aa Original distfile has been changed. 1996-12-07 20:01:28 +00:00
Masafumi Max NAKANE
1958fc5e8e No need to define HAS_CONFIGURE when GNU_CONFIGURE is defined. 1996-12-07 19:58:09 +00:00
Masafumi Max NAKANE
3c3c5275f2 Added reason for NO_PACKAGE. (Interactive installation, sort of.)
{CP} -> ${CP} ;)
1996-12-07 17:58:22 +00:00
Masafumi Max NAKANE
6ba0438cf0 quake101.zip was missing. 1996-12-07 17:35:24 +00:00
Satoshi Asami
0cefd7310e Compress manpages in lib/perl5/man/man3 too. Add missing GDBM_File.3. 1996-12-07 14:23:29 +00:00
Satoshi Asami
a164413181 Oops, real reason of BROKEN was gcc incompatibility. 1996-12-07 13:28:30 +00:00
Satoshi Asami
103160587d Add man, man-doc. 1996-12-07 13:25:15 +00:00
Satoshi Asami
041376eda0 Japanese manpages for many system commands.
Submitted by:	Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
1996-12-07 13:24:42 +00:00
Satoshi Asami
a9ee50f208 A man command that can handle Japanese (EUC). Note this is only a
workaround until man is upgraded to a new version (which is supposedly
truly internationalized).

Submitted by:	Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
1996-12-07 13:24:00 +00:00
Satoshi Asami
2500f7653e Add reasons to BROKEN. 1996-12-07 13:03:36 +00:00
Satoshi Asami
9c000628b1 Add NO_PACKAGE reason (package available from XFree86). 1996-12-07 12:51:19 +00:00
Satoshi Asami
c1f5b67a28 Add NO_PACKAGE reason (postgres uid). 1996-12-07 12:49:35 +00:00
Satoshi Asami
a818e9ee69 Add reason for NO_CDROM (shareware). 1996-12-07 12:45:26 +00:00
Masafumi Max NAKANE
3e17de1c73 Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
1996-12-07 11:26:58 +00:00