Commit Graph

876 Commits

Author SHA1 Message Date
Gary Palmer
28a16c824e Yet more package files 1995-02-05 16:26:53 +00:00
Gary Palmer
74378010a3 Yet more package files 1995-02-05 15:18:50 +00:00
Gary Palmer
93632aef4f Yet more package files... 1995-02-05 15:03:20 +00:00
Gary Palmer
5d7549ceb1 Yet more package files 1995-02-05 14:54:07 +00:00
Gary Palmer
289c1239ca Some more package files 1995-02-05 14:05:35 +00:00
Gary Palmer
aa84831d8c Add package files... 1995-02-05 13:41:01 +00:00
Gary Palmer
7fa03f7724 Add package files 1995-02-05 13:21:40 +00:00
Gary Palmer
25a6d9c0fa Add these much needed files, although COMMENT could do
with more work...
1995-02-05 12:48:12 +00:00
Joshua Peck Macdonald
7081e2fe8c Comment changed, new version number. 1995-02-05 11:58:25 +00:00
Joshua Peck Macdonald
a6a80859a3 New md5. 1995-02-05 11:58:07 +00:00
Joshua Peck Macdonald
5d5779cbdf Update to version 3.0 of Xminesweep, a windowsish puzzle-game.
Submitted by:	janek
1995-02-05 11:56:49 +00:00
Joshua Peck Macdonald
35ce358bd0 Anyone remember the board game risk? Here it is...
Submitted by:	swallace
1995-02-05 09:40:09 +00:00
Andreas Schulz
8f282f704c The manual page get installed as xanim.1.gz instead of xanim.1x. Correct
the packing list for that.
1995-02-04 23:39:23 +00:00
Poul-Henning Kamp
9ffda99611 Use absolute path to md5 program. It lives in /sbin and people are unlikely
to have $PATH to it.
1995-02-04 22:56:28 +00:00
Satoshi Asami
07f73a764f Add long-awaited (:) support for sophisticated dependency checking. We now
have three variables:

EXEC_DEPENDS	- A list of "prog:dir" pairs of other ports this
		  package depends on.  "prog" is the name of an
		  executable.  make will search your $PATH for it and go
		  into "dir" to do a "make all install" if it's not found.
LIB_DEPENDS	- A list of "lib:dir" pairs of other ports this package
		  depends on.  "lib" is the name of a shared library.
		  make will use "ldconfig -r" to search for the
		  library.  Note that lib can be any regular expression,
		  and you need two backslashes in front of dots (.) to
		  supress its special meaning (e.g., use
		  "foo\\.2\\.:${PORTSDIR}/utils/foo" to match "libfoo.2.*").
DEPENDS		- A list of other ports this package depends on being
		  made first.  Use this for things that don't fall into
		  the above two categories.

DEPENDS behaves exactly like before, so old Makefiles will still work
the same.  The two variables are lists of pairs as described above.

For instance, if your program depends on unzip and libjpeg.5.*, use
the following definitions:

EXEC_DEPENDS=	unzip:${PORTSDIR}/archivers/unzip
LIB_DEPENDS=	jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg

gmake:${PORTSDIR}/utils/gmake is automatically added to EXEC_DEPENDS
if USE_GMAKE is defined.

If NO_DEPENDS is defined, the list will just be printed out one by one.
1995-02-04 05:49:26 +00:00
Andreas Schulz
01e5ddc322 Delete the references to a man page and to two fonts. They don't exist
in the current src-package.
1995-02-03 23:41:42 +00:00
Andreas Schulz
f61c8ee3a5 Delete the -N flag for pkg_create, it no longer exists. 1995-02-03 23:39:12 +00:00
Jean-Marc Zucconi
83de0f2a4b g3view - fast display of a g3 fax file in an X11 window 1995-02-03 20:41:39 +00:00
Jean-Marc Zucconi
d5102139f3 Update 1995-02-03 01:23:39 +00:00
Paul Traina
872e673e62 Added gated 1995-02-02 18:03:31 +00:00
Paul Traina
0d124cde73 GateD routing protocol daemon 1995-02-02 18:01:15 +00:00
Andrey A. Chernov
91ae8b21fb Upgrade 1995-02-02 15:10:36 +00:00
Joshua Peck Macdonald
a96bb92bdc New port.
Reviewed by:	
Submitted by:   JKOKOT@demeter.ipan.lublin.pl	
Obtained from:
1995-02-02 09:08:52 +00:00
Satoshi Asami
ce7a82fba0 Checksum! 1995-02-02 07:43:02 +00:00
Gary Palmer
afaeb3abdb Add a maintainer line 1995-02-01 22:40:38 +00:00
Gary Palmer
e0a8df41c7 Start the ball rolling by sticking a
MAINTAINER?= line in here.

Idea by: jkh@FreeBSD.ORG
1995-02-01 21:47:57 +00:00
Joshua Peck Macdonald
ae875b6d35 updated PLIST
Reviewed by:	jmacd
Submitted by:	JKOKOT@demeter.ipan.lublin.pl
1995-02-01 10:59:49 +00:00
Joshua Peck Macdonald
375d138190 new Makefile corresponding to updated patchfile and packing list
Reviewed by:	jmacd
Submitted by:	JKOKOT@demeter.ipan.lublin.pl
1995-02-01 10:58:40 +00:00
Jordan K. Hubbard
5ca7a7ffce Initial revision 1995-01-31 06:07:26 +00:00
Jordan K. Hubbard
48e58e6a33 Add a number of missing md5 files. 1995-01-31 06:06:21 +00:00
Jordan K. Hubbard
0b98d66373 Missing md5 1995-01-31 04:53:02 +00:00
Jordan K. Hubbard
6112179bbc Add missing checksum file. 1995-01-31 04:51:48 +00:00
Jordan K. Hubbard
e63223cf35 Make fetch a bit more forgiving of subdirs. 1995-01-30 10:06:56 +00:00
Jordan K. Hubbard
e22844734b I think this new make is too &*^%$(@#! fussy. I'm getting the feeling that
I may be unpopular for awhile. :-)
1995-01-30 09:40:18 +00:00
Joshua Peck Macdonald
fa55a1cc8e Log: replace main.c for patch-g, which was larger. 1995-01-30 09:34:20 +00:00
Joshua Peck Macdonald
d8b10ca05e Reviewed by:
Submitted by:	jmacd
Obtained from:
1995-01-30 09:13:52 +00:00
Andreas Schulz
a0dd37b6a7 Add the necessary files to build a package for fspclient. 1995-01-30 07:32:17 +00:00
Andreas Schulz
9f78ee6dc9 Correct the top tree for the package list. It listed /usr/local but
chimera got installed under /usr/X11R6.
1995-01-30 07:14:41 +00:00
Andrey A. Chernov
e081bb53ef Upgrade 1995-01-30 03:32:15 +00:00
Andreas Schulz
9c880b0b1c Correct the PLIST. The version seems to have no logo.xbm file any longer. 1995-01-29 23:58:18 +00:00
Andreas Schulz
a79b2ac9c8 And the last correction for the "new" make from me for today :-). 1995-01-29 22:06:18 +00:00
Andreas Schulz
d9455136c3 Model the unshar extract after the working one in the iozone Makefile. 1995-01-29 22:00:24 +00:00
Andreas Schulz
58a28f9074 Yet another patch for the "new" make :-). 1995-01-29 21:56:58 +00:00
Andreas Schulz
f771173e02 Add the COMMENT, DESCR and PLIST files in the pkg directory so that less
can now also be build as a package.
1995-01-29 21:53:11 +00:00
Andreas Schulz
42c36408ee And another patch for the "new" make. 1995-01-29 21:45:16 +00:00
Andreas Schulz
865b9f4359 Correction in the Makefile for the "new" make. 1995-01-29 21:35:35 +00:00
Gary Palmer
b4d6f77831 Disable both irc & ircII until fixed 1995-01-29 07:41:33 +00:00
Gary Palmer
66695ce450 Remove expect until it's fixed 1995-01-29 07:28:37 +00:00
Andreas Schulz
91710d6b98 Delete a bogus semicolon at the end of a dependency line,
that get now detected with the new/corrected b-make.
1995-01-29 01:33:19 +00:00
Gary Palmer
447215fe99 Fix this up so it contains valid checksums 1995-01-28 22:48:39 +00:00