1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
Commit Graph

12867 Commits

Author SHA1 Message Date
Thomas Gellekum
3c2173a617 New port pysol, yet another solitaire clone. Most prominent feature:
demo mode for the uninitiated. :-)
1998-09-11 09:10:39 +00:00
Thomas Gellekum
8511610850 Upgrade to 0.90. 1998-09-11 07:51:59 +00:00
Peter Wemm
46d59c13fb New version; 2.1beta -> 2.2.0
Nagged by: distfile checker (old master site had gone)
1998-09-11 06:55:03 +00:00
Thomas Gellekum
77e7852410 Upgrade to 0.19.3.
Submitted by:	Brian Handy <handy@physics.montana.edu>
1998-09-11 06:46:52 +00:00
Jun Kuriyama
b65d52cdd5 Activate ja-gd. 1998-09-10 14:18:15 +00:00
Jun Kuriyama
cc18d6f4f4 A graphics library for fast GIF creation
Submitted by:	Ichiro Fukuhara <ichiro@ichiro.org>
1998-09-10 14:17:47 +00:00
Satoshi Asami
66c351080b Use MLINKS to create manpage link. 1998-09-10 08:08:24 +00:00
Satoshi Asami
b67128a3dc Use MLINKS for manpage link. 1998-09-10 08:03:40 +00:00
Satoshi Asami
5514a8e431 (1) Add MLINKS support.
Submitted by:	hoek

(2) ELF support.
 2a. Variable PORTOBJFORMAT specifies the object format of the system.
     It is passed down to configure/make via CONFIGURE_ENV/MAKE_ENV,
     and is given to generate-plist via PLIST_SUB.
 2b. In PLIST, substitute lines that end with "/libFOO.so.X" with
     "/libFOO.so.X.0".  (This means PLISTs should only list ELF
     libraries.)
Reviewed by:	jb, jdp, hoek, jseger, steve

(3) Perl5-in-system support.  Basically turns USE_PERL5 into a no-op
    if there exists a "/usr/bin/perl5".  Also fix prior breakage by
    dima (${PREFIX} => ${LOCALBASE} in perl5 path).
Reviewed by:	markm (sort of)

(4) Install requirement file as "+REQUIRE" so it will be executed
    correctly by pkg_delete.
Reported by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>

(5) Do not disable checksum and makesum when NO_EXTRACT is set.
Pointed out by:	hoek and kiri, among other people
1998-09-10 06:38:02 +00:00
David E. O'Brien
c7328c76ae Upgrade to 1.1b.
Since there has been announced a to-be ver 1.1.1, change my versioning to
a 4th "." to avoid "a"/"b" to avoid being mistaken for an alpha/beta vers.
1998-09-10 04:05:27 +00:00
Andrey A. Chernov
51b2799394 fix reading variables with multiple '=' 1998-09-10 00:58:33 +00:00
Andrey A. Chernov
8061cf4ed8 add missing \ to eval expr 1998-09-09 21:24:02 +00:00
Andreas Klemm
1fb2e09300 enable abacus port 1998-09-09 19:26:48 +00:00
Andreas Klemm
21d2f1485d new port abacus
spreadsheet for Tcl/Tk
   Abacus is a small, light and easy to use spreadsheet being developed
as graduation project under the tutorship of Prof. Arlindo Oliveira,
and the spreadsheet is being developed using the Tcl/Tk toolkit, as
well as plain old C/C++ for all the "number-crunching" tasks.
PR:		7674
Submitted by:	Andrey V. Zakhvatov <andy@icc.surw.chel.su>
1998-09-09 19:22:37 +00:00
Masafumi Max NAKANE
d5d541f9f0 Back out part of my previous commit.
(When doing something like VAR != ${ECHO} string | sed cmd, you can't use
${SED} as it doesn't get expanded.)
Pointed out by:	maintainer
1998-09-09 16:07:12 +00:00
Ralf S. Engelschall
ecf200c9d3 Upgrade SSL-aware Apache to: Apache 1.3.1 + mod_ssl 2.0.7 1998-09-09 15:17:46 +00:00
Masafumi Max NAKANE
421fe7d7df Remove the minor version number from the LIB_DEPENDS definition so that
it won't install libraries already exist on ELF system.
1998-09-09 08:39:05 +00:00
Thomas Gellekum
f42be4aad7 ttmkfdir moved from x11 to x11-fonts. 1998-09-09 08:11:49 +00:00
Thomas Gellekum
defb2720b8 Re-import to x11-fonts, as requested by Satoshi. 1998-09-09 08:06:32 +00:00
Thomas Gellekum
ac20881293 Activate ttmkfdir. 1998-09-09 07:16:26 +00:00
Thomas Gellekum
fe37cce903 Upgrade to 3.1.0.
Submitted by:	Brian Handy <handy@physics.montana.edu>
1998-09-09 07:09:37 +00:00
Thomas Gellekum
1eed982b16 Upgrade to 0.19.2.
Reviewed by:	Brian Handy <handy@physics.montana.edu>
1998-09-09 05:57:18 +00:00
Peter Hawkins
ddda9e2b61 Obtained from: The Arla Project http://www.stacken.kth.se/projekt/arla/
Import of arla (free clone of AFS client)
1998-09-09 05:51:30 +00:00
Satoshi Asami
7c14c37f5a Use PLIST_SUB to avoid changing a few hundred lines in PLIST every time
there's an upgrade.

Approved by:	maintainer
1998-09-09 05:46:18 +00:00
Satoshi Asami
7457015fa2 The three libraries are installed in a subdirectory, not under /usr/local/lib.
Also, three files were missing from the PLIST.

Note, I'm not sure if the former is right but I'm just making this
file match reality.  If it really has to go under /usr/local/lib, the
maintainer should feel free to fix the install process. :)
1998-09-09 02:11:46 +00:00
Stefan Bethke
cd4a8fb9bc Minor additions and fix-ups:
- filenames of Custom Icons for folders ("Icon^M") are properly escaped
- Honors CFLAGS
- package can actually be installed elswhere (pkg_add -p)
- man pages are compressed and properly linked
1998-09-09 01:31:06 +00:00
Joseph Koshy
aa098e962a Fix MASTER_SITE.
Submitted by:  Eiji-usagi-Matsumoto <usagi@clave.gr.jp> (maintainer)
1998-09-09 01:22:59 +00:00
Jun Kuriyama
fed1257341 Update from v1.10 to v1.13.
Founded by:	Bill Fenner's "unfetchable distfiles" mail
1998-09-08 22:03:32 +00:00
Jun Kuriyama
0f47139b01 Activate ja-postgresql. 1998-09-08 22:03:29 +00:00
Vanilla I. Shu
92992079c5 Activate boclient. 1998-09-08 17:31:48 +00:00
Vanilla I. Shu
d636b303f0 Back orifice, a remote adminstration tool for window$ 95/98.
PR:		ports/7585
Submitted by:	darius@dons.net.au
1998-09-08 17:31:00 +00:00
Andrey A. Chernov
9dea115e9c add p5-ParallelUA 1998-09-08 17:28:57 +00:00
Andrey A. Chernov
b30ee8def0 Parallel LWP UserAgent 1998-09-08 17:25:20 +00:00
Andrey A. Chernov
eaf4ab3271 change SITE_SUBDIR to LWP 1998-09-08 16:47:53 +00:00
Andrey A. Chernov
8deebc8933 WWW site changed 1998-09-08 16:24:16 +00:00
Vanilla I. Shu
9c0d7ce3d1 Upgrade to 1.021. 1998-09-08 15:32:21 +00:00
Jun Kuriyama
165d5d4db9 a robust, next generation, object-relational DBMS plus Multibyte-patch
Submitted by:	Ichiro Fukuhara <ichiro@ichiro.org>
1998-09-08 15:30:19 +00:00
Chuck Robey
a1f0638e05 Upgrade octave to version 2.0.13. 1998-09-08 14:32:42 +00:00
Andrey A. Chernov
af637e7699 New ld.so (a.out) can't understand libraries with major only 1998-09-07 20:38:07 +00:00
Andrey A. Chernov
66f7420402 update to dev.25 1998-09-07 19:34:58 +00:00
Andrey A. Chernov
77da957c06 upgrade to 1.0.4pre2 1998-09-07 18:55:32 +00:00
Tor Egge
2deed398e5 Add two distribution patches. 1998-09-07 16:49:16 +00:00
Thomas Gellekum
55eafed0b7 Adjust default paths to match xdm's. 1998-09-07 06:57:08 +00:00
Joseph Koshy
347c70df7f Upgrade to 0.13.41 1998-09-07 04:11:07 +00:00
Joseph Koshy
ed3a69efb7 Correct master site url. 1998-09-07 02:50:09 +00:00
Joseph Koshy
7fbbdd549f Correct master site URL. 1998-09-07 02:42:09 +00:00
Joseph Koshy
bb4735960b Correct master site url.
Found by: Bill Fenner's distfile checker.
1998-09-07 02:36:03 +00:00
Jun-ichiro itojun Hagino
a0b1cd7281 fix "make install" breakage.
notified by: Tim Vanderhoek <ac199@hwcn.org>
1998-09-07 00:40:50 +00:00
Andreas Klemm
fc6962589a use stable mysql port mysql321 1998-09-06 20:59:58 +00:00
Andreas Klemm
f92e4169b8 This is the latest mysql version.
In the future we have to mysql ports, a stable one and a developer version.
Under FreeBSD-current this port supports threads ...
1998-09-06 19:58:26 +00:00