1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
Commit Graph

2143 Commits

Author SHA1 Message Date
Satoshi Asami
8a16ea2ec2 Delete extra newlines at end of file. 1995-05-16 10:44:12 +00:00
Satoshi Asami
64fc9bf2b3 Add "PKGNAME=dviselect-1.3". According to Jean-Marc, there is no
chance of this code being updated so assign one ourselves.  This
particular number ("1.3") is taken from the rcsid of dviselect.c (in
fact the only source file for this program).
1995-05-16 10:43:59 +00:00
Satoshi Asami
79faaf1d61 Fix the indent level. I know we're in code freeze, and this is
one of the key components of the system, but I'm sure that this:
===
-               ${ECHO_MSG} "===> Registering installation for ${PKGNAME}"; \
+               ${ECHO_MSG} "===>  Registering installation for ${PKGNAME}"; \
===
change has absolutely no chance to screw us up, right? :)
1995-05-16 10:31:25 +00:00
Andrey A. Chernov
3af887cf64 Enable call of remote pindentd 1995-05-16 09:36:27 +00:00
Satoshi Asami
8d0b3696d3 Fix multi-line comments. Thanks, Jordan!
Pointed-out by:	jkh
1995-05-16 09:00:13 +00:00
Satoshi Asami
bee6b37588 Set PKGNAME=ucblogo-3.1. 1995-05-16 05:02:02 +00:00
Andrey A. Chernov
a56adfc86e Upgrade, old version not exist anymore on master site 1995-05-15 20:55:41 +00:00
Adam David
826ba597bc do away with the unique uid/group, this was an artifact of the port for 1.1 1995-05-15 17:47:51 +00:00
Jean-Marc Zucconi
63a64ba812 remove initial @cwd
fix typo in app-defaults file name
1995-05-15 16:41:08 +00:00
Jean-Marc Zucconi
b3bea52ceb Correct pathname of app-defaults file 1995-05-15 16:33:19 +00:00
Satoshi Asami
ada885d835 Comment out second of MASTER_SITES, it has a slightly different
version.
Submitted by:	jmb@kryten.atinc.com
1995-05-15 13:08:00 +00:00
Satoshi Asami
0ec5c523ee Put back vcg, ftp site is back up. 1995-05-15 04:18:59 +00:00
Satoshi Asami
21b58a9b6f Put back vmsbackup, ftp site is up again. 1995-05-15 04:15:35 +00:00
Andrey A. Chernov
74ef9648a0 Add pkg 1995-05-14 18:48:43 +00:00
Adam David
276df59433 name all lib/news/* and libexec/news/* 1995-05-14 16:26:56 +00:00
Adam David
4f9af9d0ce Oops, move generation of temp PLIST into post-build: target 1995-05-14 13:57:57 +00:00
Adam David
1ee3007e14 workaround for package creation, by copying to a temporary PLIST 1995-05-14 12:46:06 +00:00
Satoshi Asami
314ddd428f Add BROKEN: vmsbackup (can't connect to ftp site). 1995-05-14 07:14:18 +00:00
Satoshi Asami
742f19b32d Oops, gnat was fixed earlier today by Josh (I think...or was in Jeff?)...
move it to SUBDIR.
1995-05-14 07:14:01 +00:00
Satoshi Asami
03858d2ed5 Add Mesa (doesn't install) and vcg (can't connect to master site) to
BROKEN list.
1995-05-14 07:13:30 +00:00
Satoshi Asami
dfa5bf52c2 Delete BROKEN: none (or what are we going to do if someone writes an editor
called "No One's Nice Editor"?!? :p)
1995-05-14 07:13:07 +00:00
Satoshi Asami
166b1d854a Mention everything in the parent Makefile.
Add BROKEN: rplay
1995-05-14 07:12:08 +00:00
Satoshi Asami
db91565e4b Package files. 1995-05-14 06:23:18 +00:00
Satoshi Asami
f61d5cfb5b The Makefile that has three targets, "results", "rerun" and "see", gets
copied over to ${PREFIX}/lib/lmbench.
1995-05-14 06:19:50 +00:00
Satoshi Asami
c30ab1ec95 Make this thing install. Basically copy everything it needs to
${PREFIX}/lib/lmbench.
1995-05-14 06:08:08 +00:00
Satoshi Asami
60593951d5 Add lmbench. 1995-05-14 06:07:27 +00:00
Satoshi Asami
c9dc84a522 Clean up subdir Makefiles. They now all look like this:
=====
# Id line
#
# RESTRICTED: restricted_port_1 (comment1)
# RESTRICTED: restricted_port_2 (comment2)
#
# BROKEN: broken_port_3 (comment3)
# BROKEN: broken_port_4 (comment4)
# BROKEN: broken_port_5 (comment5)
#

SUBDIR= good_port_1 good_port_2 ...
=====

Basically, the idea is to make it easy to find restricted or broken
ports by doing a "grep".
1995-05-14 03:30:07 +00:00
Satoshi Asami
ed69276f3b Add "NCFTPFLAGS=-NP", seems like they are behind a firewall. 1995-05-14 02:48:43 +00:00
Satoshi Asami
91513a3bd3 Add nethack. 1995-05-14 02:36:28 +00:00
Satoshi Asami
731b58471b The nethack dungeon slashing game, Japanese version. 1995-05-14 02:35:19 +00:00
Satoshi Asami
97b2f673f4 Add NO_PACKAGE. 1995-05-13 23:57:44 +00:00
Satoshi Asami
860dbc36da Add xv (restrictive copyright). 1995-05-13 23:57:31 +00:00
Satoshi Asami
203fba2d95 Don't conditionalize fake-pkg on NO_PACKAGE. 1995-05-13 23:37:16 +00:00
Joshua Peck Macdonald
49caa3269b I fixed it so that it works right. Basically the same changes were
needed as for the g77 port, except this time since a new compiler
exectuable isn't getting produced (and I wonder why its that way)
one will need to use -B${PREFIX}/libexec/ every time they wish to
compile ada sources, since gcc doesn't look in /usr/local/libexec/.

It seems to work... I ran it on the examples directory.  Someone
who knows ada well should test it I suppose.

-josh
1995-05-13 15:09:16 +00:00
Andrey A. Chernov
ff7f3fb163 Update to current ports scheme 1995-05-13 13:00:09 +00:00
Satoshi Asami
2e22a29fa0 Add back xchomp and xmj. 1995-05-13 11:49:59 +00:00
Satoshi Asami
61191dff05 Find a new site for this. 1995-05-13 11:29:13 +00:00
Satoshi Asami
16105aaf4b Make this thing work again. Grab a regular tarball instead of
trying to do something with the compressed articles.
1995-05-13 11:10:36 +00:00
Satoshi Asami
7e031d2153 Found another site. 1995-05-13 11:08:07 +00:00
Satoshi Asami
7d8b673dc5 Add back emiclock. 1995-05-13 11:07:42 +00:00
Satoshi Asami
7020d4f949 ivs is in net/, not utils/ 1995-05-13 10:38:20 +00:00
Satoshi Asami
de6dc62296 Add s3mod. 1995-05-13 10:36:49 +00:00
Satoshi Asami
24cd827733 Add NO_PACKAGE (restrictive copyright). 1995-05-13 10:22:04 +00:00
Satoshi Asami
07ad3cbafd Upgrade (3.0.3.4 -> 3.0.3.7). 1995-05-13 10:11:51 +00:00
Satoshi Asami
42f2844969 Add emiclock (doesn't fetch) to restricted. Add tkinfo, x3270, xdtm,
xgrab and xloadimage to SUBDIR.
1995-05-13 10:10:28 +00:00
Satoshi Asami
06b4017273 Add "IS_INTERACTIVE=yes" (needs to actually *run* xrdb) and
"XMKMF=xmkmf" (make depend blows up).

Still don't know if it works, though.
1995-05-13 10:04:19 +00:00
Satoshi Asami
d9819085a0 Source is .tar.Z, not .tar.gz. 1995-05-13 09:41:25 +00:00
Satoshi Asami
3973338ee8 Move mmv to "restricted". 1995-05-13 09:34:38 +00:00
Satoshi Asami
47cc94fd88 Sort! 1995-05-13 09:20:19 +00:00
Satoshi Asami
8398ee1b87 Sort. 1995-05-13 09:18:11 +00:00