Commit Graph

4493 Commits

Author SHA1 Message Date
Satoshi Asami
b224ed2a34 Compress manpage. While I'm here, put MAINTAINER in the middle of
the Makefile so people can yell at Andrey if it doesn't work. :)
1996-11-15 10:52:00 +00:00
Satoshi Asami
24675c826a Added xmandel. 1996-11-15 10:23:21 +00:00
Satoshi Asami
8861e75851 Draws mandelbrot sets and Julia Sets. Closes PR ports/1962.
Submitted by:	Andreas Lohr <andreas@marvin.RoBIN.de>
1996-11-15 10:22:06 +00:00
Satoshi Asami
3185b4188b Added xgas. 1996-11-15 09:56:42 +00:00
Satoshi Asami
c97f2b04f4 Ideal gas simulator. Maybe we should make a "physics" category
for stuff like this.

Submitted by:	Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
1996-11-15 09:55:46 +00:00
Thomas Gellekum
3f47969df7 Better workaround for manpath(1). 1996-11-15 08:27:38 +00:00
Jordan K. Hubbard
313db352b6 Add readline support to ncftp.
Submitted-By: Dave Cornejo <dave@dogwood.com>
1996-11-15 07:35:25 +00:00
Andrey A. Chernov
fa73b104e8 Upgrade to 2.3 1996-11-15 06:54:09 +00:00
Satoshi Asami
efc8bcb940 Gosh, the second bug in the same line was a good one:
BUILD_DEPENDS=  ${PREFIX}/lib/libgdbm.a:$(PORTSDIR}/databases/gdbm

Some one's gotta explain me why this doesn't fail until you do "make
clean-depends". ;)

While I'm here, fix a mungled $Id$ line.
1996-11-15 06:11:41 +00:00
Satoshi Asami
c8918718e2 Fix dependency, you can't just BUILD_DEPENDS on "gdbm" if it's not an
executable!
1996-11-15 05:55:23 +00:00
Satoshi Asami
4143782f08 Start using MASTER_SITE_XCONTRIB, now that it's in the tree. 1996-11-15 04:51:00 +00:00
Satoshi Asami
3092045a0b Add gwm.
LMP countesy of:	markm
1996-11-15 04:49:18 +00:00
John Polstra
092c0f453f The recent mass changes to the ports broke this one by erroneously
changing a "cpio" to "${CP}".  This commit undoes that change.
1996-11-14 23:18:58 +00:00
Mark Murray
cc25b6440e Generic Window Manager, v1.8c.
Nice window manager with lisp configuration.
1996-11-14 20:03:50 +00:00
Masafumi Max NAKANE
53bd6e706c Removed unnecessary @cwd directive. 1996-11-14 17:59:52 +00:00
Satoshi Asami
9f7831de76 Just realized that the spacing after "==>" is not consistent. I'm
terribly sorry, please merge this into 2.2 as well.
1996-11-14 11:45:42 +00:00
Satoshi Asami
8945138fb9 Oops, forgot to silencethe gzip command to compress manpages.
It will be nice if this went into 2.2, I guess.

Reminded by:	max
1996-11-14 11:35:19 +00:00
Andrey A. Chernov
984e30c97a Braindamaged master site not allows root@<hostname> password,
use followin trick instead:
FETCH_CMD=      FTP_PASSWORD=president@whitehouse.gov /usr/bin/fetch
1996-11-14 08:08:04 +00:00
Andrey A. Chernov
fedd4e1e4c Master site path changed 1996-11-14 01:13:57 +00:00
Lars Fredriksen
d5aef90cab fixed compile dependency on gdbm 1996-11-13 21:36:46 +00:00
Mark Murray
9e61d0c911 Correct my idea of what "FreeBSD after 2.2 needs". SuidPerl failed to
compile.
1996-11-13 18:23:52 +00:00
Mark Murray
1845875538 Fix this:
a) Distribution tarball names were broken.
b) doc file md5 was wrong/dist file has changed
c) replace multiple spaces with tabs
1996-11-13 18:15:14 +00:00
Mark Murray
e43d73c126 Upgrade to v1.58 1996-11-13 18:12:07 +00:00
Masafumi Max NAKANE
a103d50a30 Changed the location of several files from /usr/local/lib/tex ->
/usr/local/share/tex.

Submitted by:	mita@jp.freebsd.org
1996-11-13 16:16:56 +00:00
Adam David
3ed940f3ce fix the Iterator scope problem
(however, there is an undefined symbol problem, seems unrelated)
therefore bin/ibuild is still broken
1996-11-13 15:48:53 +00:00
Adam David
891bd47b8d 1.0.91- --> 1.0.93
updated PLIST
1996-11-13 15:19:09 +00:00
Masafumi Max NAKANE
78490bd269 Resolution specification in the fontdesc file needs to be in literal numbers.
Submitted by:	mita@jp.freebsd.org
1996-11-13 15:18:27 +00:00
Adam David
7e73d46286 1.0.91 --> 1.0.93 1996-11-13 15:06:00 +00:00
Satoshi Asami
9c2e67fca6 Added Wnn. 1996-11-13 12:53:52 +00:00
Satoshi Asami
75da435036 Changed japanese/wnn to build Chinese stuff instead. I'm not sure
if it works, but it's a start.
1996-11-13 12:53:31 +00:00
Satoshi Asami
92cb149612 Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work.  I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
1996-11-13 12:41:39 +00:00
Adam David
44bab55442 use updated net/wais 1996-11-13 11:49:04 +00:00
Satoshi Asami
e6a02faa0f (1) There is no default "orphans" for CATEGORIES, it simply fails if
you have a Makefile without one.

(2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR
    is also defined.  (Submitted by: max)

(3) Add several popular master sites as variables.  For instance,
    MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites,
    which you can set MASTER_SITES to in your Makefile if you just
    want ftp.x.org or any of the mirror sites.

    There is also a new variable, MASTER_SITE_SUBDIR, to specify which
    subdirectory of the master site your tarball is located.

    One nice thing this enables the user to do is to define the
    nearest mirror site in /etc/make.conf.  This is especially useful
    for continents without a full FreeBSD master site.

    Eventually, we will probably split this into a separate file
    (bsd.port.sites.mk?), and add some more sites from all corners of
    the world.

    Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are
    supported.

(4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables.
    You just say "MAN1=foo.1 bar.1" and the make rules will
    automatically compress it for you if necessary.  (Idea by: obrien)

(5) New "distclean" target to delete distfile too.  (Submitted by:
    obrien)

(6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS.

Reviewed by:	the ports list
1996-11-13 11:37:40 +00:00
Satoshi Asami
2b1fce2079 Update comments. 1996-11-13 11:31:52 +00:00
Satoshi Asami
e7c863ffac Add comment for reason why this IS_INTERACTIVE (needs "wnn" user). 1996-11-13 11:19:45 +00:00
Adam David
88b54656a8 0.3 --> 0.5
xwais disabled because of a problem in myAsciiSink.c

this port is no longer broken
temporarily set to NO_PACKAGE and NO_INSTALL, work in progress
1996-11-13 10:56:28 +00:00
Satoshi Asami
80ccdddb9a Mark this port BROKEN, until Chuck can figure out the quirks.
Reviewed by:	chuckr
1996-11-13 09:16:34 +00:00
Thomas Gellekum
49f8b0f0c7 Update to 0.4pl3
Submitted by: Bernd Rosauer <br@schiele-ct.de>
1996-11-13 08:05:31 +00:00
Thomas Gellekum
5d554a4d84 $DISTFILE changed. Update checksum.
Noticed by: Andreas Klemm
1996-11-13 07:25:55 +00:00
Chuck Robey
e03fa3e1fe Fixed mistake in tkConfig.sh, in definition of location of libtk,
from -LNONE/lib to -L/usr/local/lib.
1996-11-13 02:00:44 +00:00
Bill Fenner
91f6b0a69a Fix endian-ness problem in bitfield.
Pointed-out-by:	Denis DeLaRoca <CSP1DWD@mvs.oac.ucla.edu>
1996-11-12 22:02:54 +00:00
Andrey A. Chernov
c69d365bb0 Don't use variable substitution in PKGNAME 1996-11-12 20:44:59 +00:00
Andreas Klemm
0828512b9d A) From: "Brian Thomas" <thomas@astro.psu.edu>
Ok, I found the problem.. the artifact code assigns a level value
to artifacts with kind "Berserkergang". The specialweapon/apply
code, when it finds a weapon with a "level" immediately compares
the title field to the weilder's name. If they dont match, it can't
be used.

I created a patch to remove the level designation from the artifact
code since other named weaopns (cf "glamdri") dont have a level
assigned.

B) From: Klaus Elsbernd <elsbernd@dfki.uni-kl.de>

In version 0.92.8 is a bug in the inventory-unlock-code, which
prevents unlocking.

C) From: myself

make post-install target modified in Makefile, *$*HOME was eaten
up by 'make' and displayed nonsense. Tell player to create the players
dir in his login directory.
1996-11-12 12:19:31 +00:00
Satoshi Asami
9cbe989fa0 Close your shells, or I'll kill -9 you
Tomorrow I'll quota you
Remember the disks'll always be full
And then while I'm away
I'll write ~ everyday
And I'll send-pr all my buggings to you.
1996-11-12 11:07:40 +00:00
Peter Wemm
3c460902f7 Update 1.1.beta13 -> 1.1.beta16
Included in this update:
 - large objects fix, apparently large objects could get stuck (eg:
   netscape, msie downloads etc)
 - configurable 1st and 2nd level directory hash sizes
 - can have a password in squid.conf for cachemgr.cgi
 - POST is now passthrough
 - other bugfixes
 - other new features and corresponding bugfixes :-)
Reviewed by:
Submitted by:
Obtained from:
1996-11-12 08:38:34 +00:00
Peter Wemm
b519625807 Shorten PKGNAME
Don't send RunCache's output to /dev/console when run from the rc.d script,
it's a bit messy and unneeded.

Reviewed by:
Submitted by:	asami
Obtained from:
1996-11-12 08:26:06 +00:00
Thomas Gellekum
d4e43dbe8b Typo: $id$ -> $Id$ 1996-11-12 07:08:28 +00:00
Thomas Gellekum
0b4be0a0b0 Upgrade from 2.7b5 to 2.7.6 1996-11-12 07:06:32 +00:00
Andrey A. Chernov
d5bff85ebb Upgrade to 5.3 1996-11-12 06:02:12 +00:00
Satoshi Asami
4d3eb1451e sudo is moved from sysutils to security.
Forgotten by:	obrien ;)
1996-11-12 05:00:34 +00:00