Commit Graph

15072 Commits

Author SHA1 Message Date
Satoshi Asami
01fa0c28ea Use USE_AUTOCONF instead of defining it as a dependency and calling it
explicitly.
1998-12-13 08:46:12 +00:00
Jun Kuriyama
c160e7ebd3 Converting texts in figure by tgif to LaTeX commands (for Japanese)
PR:		ports/8771 (part of)
Submitted by:	Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
1998-12-13 03:38:16 +00:00
Jun Kuriyama
69c6a90fd3 Converting texts in figure by tgif to LaTeX commands
PR:		ports/8771 (part of)
Submitted by:	Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
1998-12-13 03:36:35 +00:00
Jun Kuriyama
8495fcfb94 Activate ja-tgif2tex. 1998-12-13 03:16:19 +00:00
Jun Kuriyama
7991a8cb75 Activate tgif2tex. 1998-12-13 03:13:17 +00:00
Justin M. Seger
5afa6e9101 Upgrade to 4.1.6 1998-12-13 02:07:13 +00:00
David E. O'Brien
63a4fc00d6 Upgrade to version 0.95.
Note that Muttrc and mime.types have moved from
PREFIX/share/misc -> PREFIX/etc
1998-12-13 01:31:07 +00:00
Justin M. Seger
025541a16d Make this build under ELF.
PR:		ports/9025
Submitted by:	root@cache-t.hrz.uni-bielefeld.de
1998-12-12 22:27:21 +00:00
Justin M. Seger
bd146a4c17 Activate math/spin 1998-12-12 22:18:32 +00:00
Justin M. Seger
2052cf95c1 Import of math spin:
Spin is an efficient on-the-fly verification system
(a `model checker') for asynchronous concurrent systems,
such as data communication protocols, distributed operating
systems, database systems, etc.
It can be used to prove both safety and liveness properties,
including all correctness requirements expressible in linear
time temporal logic.

PR:		ports/9058
Submitted by:	pangolin@home.com
1998-12-12 22:17:48 +00:00
Justin M. Seger
14408aea69 Switch to using TK8.0.
Submitted by:	gljohns@bellsouth.net
PR:		ports/8977
1998-12-12 21:41:25 +00:00
Justin M. Seger
2b585a1dd2 Use libttf.3 of the new freetype 1.2 1998-12-12 21:03:36 +00:00
Justin M. Seger
8b5e5a31a3 Upgrade to freetype 1.2
Submitted by:	taguchi@tohoku.iij.ad.jp
1998-12-12 20:58:06 +00:00
David E. O'Brien
613f5cbec1 add @ to a line 1998-12-12 16:23:37 +00:00
Jun Kuriyama
de480a0574 a Perl package to generate GIF charts
PR:		ports/8627
Submitted by:	laskavy@gambit.msk.su

Modified by:	kuriyama

o added p5-GD dependency
o some portlint fixes

This port fails on make test stage in ${WRKDIR}. But this is
caused by font difference between developper's and mine.
So it can ignore.
1998-12-12 15:09:17 +00:00
Jun Kuriyama
722c3aa527 Activate p5-GIFgraph. 1998-12-12 15:07:27 +00:00
Vanilla I. Shu
13e5fceeac Activate gtk11-devel. 1998-12-12 12:43:29 +00:00
Vanilla I. Shu
0d0beaa175 Activate glib11-devel. 1998-12-12 12:41:00 +00:00
Satoshi Asami
df0519ed93 Fast INDEX generation. See bsd.port.mk rev. 1.300 for details.
Submitted by:	steve
1998-12-12 07:41:49 +00:00
Satoshi Asami
3d0b444f0d (0) Fast INDEX generation. Only print out the directory name and
don't recurse in "make describe".  The new INDEX target in
    ports/Makefile invokes a perl script to recurse and convert them
    into package names.

    While I'm here, change the name of targets and move them around a
    little bit for the sake of consistency.

    It is also probably worth noting here that the meaning of the
    "build dependency" list in INDEX has been changed slightly
    changed.  The old list was "build depends and its build depends"
    -- not particularly useful if you had things like autoconf, which
    run-depend on gm4 (you install all the things listed here and
    you'll get an autoconf that won't run).

    It is now "build depends and its run depends" -- you install
    everything listed here, and you'll be able to build the port.
Submitted by:	steve

(0') Fast README.html generation.  It uses ports/INDEX to find
    dependencies instead of embarking on to a recursive loop.
Submitted by:	steve

(1) Remove NO_WRKDIR and NO_EXTRACT.  Their functionality are easily
    replacable with NO_WRKSUBDIR=t and EXTRACT_ONLY= (nothing on right
    side), and they get in the way of read-only port trees.

(2) Surround first few variable definitions with ".if !defined()".
    This will make cross-compilation easier and also speed up make
    processes.

(3) Call sysctl with absolute path.  Prefer the one in /sbin over the
    one in /usr/sbin.

(4) Add four new variables

    PKGINSTALL?=	${PKGDIR}/INSTALL
    PKGDEINSTALL?=	${PKGDIR}/DEINSTALL
    PKGREQ?=		${PKGDIR}/REQ
    PKGMESSAGE?=	${PKGDIR}/MESSAGE

    and use them in PKG_ARGS.  Frobbing with PKG_ARGS directly is
    strongly discouraged.

(5) Change PKG_SUFX to ".tar" (instead of ".tgz") if PKG_NOCOMPRESS is
    defined.  This is intended only for our own use.

(6) Add more sites to MASTER_SITE_GNU.
Submitted by:	billf

(7) Override MANUAL_PACKAGE_BUILD if PARALLEL_PACKAGE_BUILD is
    defined.  This is intended only for our own use.

(8) Add new target "ignorelist" which will print out the package name
    if the port is not going to be built on this machine.  This is
    intended only for our own use.

(9) Make mtree a little quieter.
1998-12-12 07:39:30 +00:00
Vanilla I. Shu
66dd3c2259 Upgrade to 1.1.7,
I change library name to libgtk11d,
and gtk-config to gtk11d-config.
1998-12-12 04:43:30 +00:00
Satoshi Asami
a147e1cee7 Remove NO_WRKDIR tests from targets copied from bsd.port.mk. Since
NO_WRKDIR is a port variable, not a user variable, it made no sense
for these to be here in the first place.
1998-12-12 04:18:47 +00:00
Justin M. Seger
e012fa0c1f Make this use perl5
PR:	7463
1998-12-12 03:59:35 +00:00
Vanilla I. Shu
8399692183 Upgrade to 1.1.7, remove BROKEN. 1998-12-12 03:43:00 +00:00
Justin M. Seger
9f4aea764f Activate fidogate. 1998-12-12 03:40:59 +00:00
Justin M. Seger
a5a0b703df Import of fidogate 4.2.9
* Fido-Internet Gateway
* Fido FTN-FTN Gateway
* Fido Mail Processor
* Fido File Processor
* Fido Areafix/Filefix
PR:		ports/5201
Submitted by:	dirk.meyer@dinoex.sub.org
1998-12-12 03:40:04 +00:00
Justin M. Seger
f85bd8fcdc Unbreak for ELF. 1998-12-12 01:48:39 +00:00
Justin M. Seger
f23aa52387 Backout previous commit by flathill.
All it did was to remove the PLIST_SUB functionality that makes upgrading this
port easier, and added a MASTER_SITE that had the same IP address as the other
one.
1998-12-11 23:55:05 +00:00
Bill Fumerola
54a33a1c80 Fix typo in MASTER_SITES. 1998-12-11 23:37:16 +00:00
Bill Fumerola
5e99d8a3cf Update MASTER_SITES. 1998-12-11 23:33:47 +00:00
Bill Fumerola
bc6b686353 Fix patches/ and pkg/ due to committer error when committing the new
information.

Screwed Up By:	billf
1998-12-11 22:58:37 +00:00
Bill Fumerola
a59fa58d70 This now breaks on the patch stage, which it didn't in my sandbox. I'm
marking it broken until I figure out why.
1998-12-11 22:46:14 +00:00
Bill Fumerola
36b173fc8e Retire apache-ssl, activate apache12-ssl and apache13-ssl!
PR:		ports/8448
Submitted By:	Adam Laurie <adam@algroup.co.uk>, Member of Apache-SSL
1998-12-11 22:37:09 +00:00
Matthew Hunt
f739927387 Upgrade to 0.18.
Provoked by:	Bill Fenner's distfile survey
1998-12-11 19:39:37 +00:00
Seiichirou Hiraoka
114ee6a0ac PR: ports/8876
Submitted by: kkennawa@physics.adelaide.edu.au
Fix spells NOV as NOW
1998-12-11 17:06:22 +00:00
Seiichirou Hiraoka
309077bd92 PR: ports/8873
Submitted by: kkennawa@physics.adelaide.edu.au
Update to  tinyfugue 4.0 Gamma 2
1998-12-11 16:37:42 +00:00
Thomas Gellekum
2d18900cb4 Don't dump core if argument is missing.
PR:		9048
1998-12-11 16:33:33 +00:00
Seiichirou Hiraoka
3a1bf9abd2 Add SUBDIR += xcolorsel 1998-12-11 16:06:00 +00:00
Seiichirou Hiraoka
67cc5be7a0 PR: ports/8888
Submitted by:	wayne@crb-web.com
X utility to translate rgb values into X color names.
1998-12-11 16:02:40 +00:00
Seiichirou Hiraoka
f4572b18b7 Add SUBDIR += wmmon 1998-12-11 15:24:02 +00:00
Seiichirou Hiraoka
2b5e20df2d PR: ports/8874
Submitted by:	kkennawa@physics.adelaide.edu.au
WMMon monitors the realtime CPU load as well
the average system load and gives you some nice additional features too...
1998-12-11 15:22:46 +00:00
Satoshi Asami
1fc543b1a7 Mark these broken until billf can fix them up after a repository copy. 1998-12-11 13:47:06 +00:00
Thomas Gellekum
200a053c20 Don't drop command line arguments in the wrappers. 1998-12-11 13:46:40 +00:00
Thomas Gellekum
c608bb6444 Activate sketch. 1998-12-11 12:54:08 +00:00
Thomas Gellekum
989e9a374e New port sketch, an interactive drawing program, written in
Python with a few C modules. This is still experimental code.
1998-12-11 12:52:21 +00:00
Jordan K. Hubbard
f4cd4668e0 Fix this - the backslash was escaping a trailing tab, not the newline. 1998-12-11 12:05:49 +00:00
Andrey A. Chernov
3ecabaa861 Fix for KOI8-R keyboard table (was replaced with 8859-5 one)
Submitted by: David Dawes <dawes@rf900.physics.usyd.edu.au>
1998-12-11 12:02:33 +00:00
Jordan K. Hubbard
c3e107b601 Upgrade to version 0.8, also removing the dependency on OSS. This
now works fine with the standard audio driver as well.
1998-12-11 11:56:13 +00:00
David E. O'Brien
f628a8c897 upgrade to version 3.0 patchlevel 18 1998-12-11 11:38:25 +00:00
Thomas Gellekum
11f012eb34 Upgrade to 2.5.6. 1998-12-11 09:01:41 +00:00