1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
Commit Graph

4816 Commits

Author SHA1 Message Date
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
Masafumi Max NAKANE
80ce5ce7dd Typo in RESTRICTED= line. 1996-12-07 11:12:21 +00:00
Satoshi Asami
539685967c Make this file match reality. It's usually a good idea to check the
PLIST when the port is upgraded.

While I'm here, sort the entries and add @dirrm's.
1996-12-07 09:45:04 +00:00
Masafumi Max NAKANE
3cc3a977ff Modified port path for sattrack misc -> astro. 1996-12-07 09:35:54 +00:00
Masafumi Max NAKANE
1c66bfbf12 Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED.
1996-12-07 09:28:48 +00:00
Satoshi Asami
15dab03ed9 Add DEPENDS to sam, this port requires libraries and private headers. 1996-12-07 09:05:09 +00:00
Peter Wemm
e8161884f8 Update 1.1.beta28 -> 1.1.0 1996-12-07 06:25:28 +00:00
Satoshi Asami
2b163d2980 Make this compile again without /usr/include/X11 -> /usr/X11R6/include/X11
link.

Broken-and-not-fixed-despite-error-report by:	torstenb ;)
1996-12-07 04:52:16 +00:00
Satoshi Asami
38afd67998 Update this file so this thing will package. BTW, is it really
necessary to keep the shared library number in sync with the
release version?
1996-12-07 02:46:37 +00:00
Adam David
545dcef9f2 news/{lib,cnewsbin} 1996-12-07 01:30:23 +00:00
Adam David
8d3cafedf1 news/{lib,cnewsbin} 1996-12-07 01:18:09 +00:00
Satoshi Asami
0461953855 Master site has moved.
Submitted by:	Lars Fredriksen <fredriks@Mcs.Net>
1996-12-07 01:06:25 +00:00
Satoshi Asami
5370ea589f Use shared VFlib lib. 1996-12-07 00:20:47 +00:00
Andrey A. Chernov
89cd4dc7cd lib/news -> news/lib 1996-12-07 00:01:26 +00:00