1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
Commit Graph

252 Commits

Author SHA1 Message Date
Jun-ichiro itojun Hagino
77386b98d9 enable ports/math/siag, "scheme-in-a-grid" spreadsheet. 1998-02-28 03:49:19 +00:00
Jun-ichiro itojun Hagino
2d59ff4aad siag, "scheme in a grid" spreadsheet. 1998-02-28 03:38:33 +00:00
Steve Price
6c2fdb7ccf Nuke the maxima port. It is old, won't build, requires a license... 1998-02-22 00:24:13 +00:00
Steve Price
227824e7d1 Update to reflect Pedro's new Email address.
PR:		5725
1998-02-20 18:39:58 +00:00
Steve Price
53fb011d83 Portlint clean. 1998-02-18 06:24:54 +00:00
Satoshi Asami
d602d6179d Define MANUAL_PACKAGE_BUILD, it installs an old libreadline shared
lib.  This is not good, but this port is so large Chuck doesn't have
the time to fix it properly.
1998-02-16 11:59:34 +00:00
Stefan Eßer
c6a25ffa61 Clean up Makefile 1998-02-15 22:23:46 +00:00
Thomas Gellekum
eced82b313 Upgrade to 2.3.1.
PR:		5705
Submitted by:	<paulo@samurai.dee.uc.pt>
1998-02-11 10:36:33 +00:00
Steve Price
28788ce717 Cleanup preivous commit. We now use a gzipped shar file and checksum.
Submitted by:	Pedro F. Gifunni <giffunip@asme.org>
1998-02-09 13:02:09 +00:00
Stefan Eßer
378c4ca460 Upgrade to KDE Beta3 1998-02-07 20:50:24 +00:00
Thomas Gellekum
da3dfc2ae7 Install header file.
PR:		5445
1998-02-05 10:17:44 +00:00
Steve Price
a7c7d82070 Add PLIST changes that got missed during last commit. 1998-02-02 03:03:59 +00:00
Steve Price
fb6e99d86c update this port per PR and portlint.
PR:		5120
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
1998-02-02 00:25:22 +00:00
Bill Fenner
dc9541118b Add trailing slash (oops) 1998-02-01 23:23:26 +00:00
Bill Fenner
cbf0126aa1 Remove ${MASTER_SITE_SUNSITE} from MASTER_SITES and use sunsite
explicitly; the /pub/Linux/distributions directory isn't mirrored.

Submitted by:	distfile checker
1998-02-01 22:37:36 +00:00
Thomas Gellekum
9ed4bc9ab1 Make this work with python1.5. 1998-01-21 13:07:45 +00:00
Satoshi Asami
a0ab4c4f5f Mark these ports broken. They are not happy with python upgrades. 1998-01-21 11:44:57 +00:00
Satoshi Asami
ed1ba38a9f Be more selective about which ports to maintain. I no longer have time
to maintain all these ports I once committed (sometimes as a proxy).
1997-12-25 22:29:52 +00:00
Alexander Langer
dab61dff14 No need to use += on first appearance of variables. 1997-12-24 01:21:47 +00:00
Justin M. Seger
ea801c99dd Unmark this as being BROKEN for current. 1997-11-30 21:12:15 +00:00
Justin M. Seger
45610895de Mark this BROKEN for 3.0. 1997-11-29 23:20:20 +00:00
Satoshi Asami
8e1e5b68cb Don't delete ${PREFIX}/share/doc. 1997-11-29 01:18:12 +00:00
Stefan Eßer
2ffc580361 Update to Beta2 1997-11-28 00:04:29 +00:00
Justin M. Seger
031aeed740 Remove bad MASTER_SITE. 1997-11-26 23:10:55 +00:00
Satoshi Asami
f0fdfcf0dd I don't think it was the porter's intention to comment out USE_PERL5. :) 1997-11-25 08:14:01 +00:00
Bill Fenner
753ad9d366 Enable p5-MatrixReal 1997-11-24 00:48:41 +00:00
Bill Fenner
e3c47ad385 This is a port of Math::MatrixReal, a perl module impleneting a matrix of
reals.

PR:		ports/4402
Submitted by:	Narvi <narvi@haldjas.folklore.ee>
1997-11-24 00:47:51 +00:00
Satoshi Asami
e00618d7f9 Move distfile into subdirectory. I don't think there are any other
"3.1.1.tar.Z"s out there but it's kinda hard to tell what it is. ;)
1997-11-22 09:56:39 +00:00
Satoshi Asami
8357ad15ee Use correct filename to compress and install document file. 1997-11-19 01:41:27 +00:00
Thomas Gellekum
91ab2c359a Import kaskade port. kaskade is another Finite Element program
with an X interface.

PR:		4529
Submitted by:	Pedro Giffuni <giffunip@asme.org>
1997-11-17 10:50:54 +00:00
Bill Fenner
c411e5cd03 Upgrade to bihar (double precision version)
PR:		ports/4914
Submitted by:	Pedro Giffuni S. <giffunip@asme.org>
1997-11-16 09:48:15 +00:00
Thomas Gellekum
01febbad8f Files are now gzipped instead of compressed.
PR:		5023
Submitted by:	Carl Fongheiser <cmf@netins.net>

Minor cleanup.

Prompted by:	Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
1997-11-13 12:55:19 +00:00
Satoshi Asami
ab4c4c3135 (1) Move the following ports out of x11/:
kdegames   -> games/
    kdenetwork -> net/
    kdesupport -> converters/
    kdeutils   -> misc/

    (Repository copy already done, dependency path and category name fixups
     is being done in this commit.)

(2) Add a virtual category "kde" and add all six (incl. x11/kde{base,lib})
    ports.

(3) Make package names follow the convention.

(4) Change "BUILD_DEPENDS=${X11R6}/bin/moc:..." to "...=moc:...".
    There is no need to specify the full pathname if the target is an
    executable in the standard path.  (Actually, as the same port is
    specified in LIB_DEPENDS, I think we can completely do away with
    this line but since Stefan added this explicitly, I assume there
    is a reason for it and left it alone.)

Approved by:	se (all but 4)
1997-11-05 04:20:23 +00:00
Stefan Eßer
53313e608c Add BUILD_DEPENDS on moc pre-processor.
Make LIB_DEPENDS accept both libjpeg.so.6.0 and 7.0, as
requested by TOYONAGA Tatsuto <toyonaga@msd.ts.fujitsu.co.jp>
1997-11-03 00:25:44 +00:00
Stefan Eßer
3464604978 Utilities for the KDE desktop environment (Calculator, Editor,
Calendar,...).
1997-11-02 00:05:06 +00:00
Justin M. Seger
175f4e2a00 Fix problems with octave's PLIST and sort the PLIST.
PR:		4730
Submitted by:	Yoshio.Mita@isen.fr
1997-11-01 19:08:20 +00:00
Thomas Gellekum
337456d21b Use fpsetmask(0) on FreeBSD.
PR:			4093
Fix suggested by:	bde
1997-10-31 13:43:28 +00:00
Masafumi Max NAKANE
82565b2228 portlint. 1997-10-15 23:20:44 +00:00
Masafumi Max NAKANE
0c204235ad Upgrade, 1.0.1beta -> 1.0-RELEASE.
PR:		4763
submitted by:	maintainer
1997-10-15 22:46:09 +00:00
Thomas Gellekum
1c259fd03a Activate plplot. 1997-10-06 08:22:03 +00:00
Thomas Gellekum
59effd03fb Import plplot port. plplot is a scientific plotting library. 1997-10-06 08:18:49 +00:00
Satoshi Asami
da5a5df6a1 Typo in dependency (X11/libsx -> x11/libsx). 1997-09-17 06:29:25 +00:00
Thomas Gellekum
1daffec3bd Activate femlab. 1997-09-16 07:08:40 +00:00
Thomas Gellekum
2b4ca0d2c4 Import of femlab port. femlab solves PDEs in 2D using the
finite element method.

PR:		4531
Submitted by:	Pedro Giffuni <giffunip@asme.org>
1997-09-16 07:05:00 +00:00
Satoshi Asami
d53ac1de56 Find a new master site.
Reminded by:	Bill Fenner's distfile checker
1997-09-09 04:31:32 +00:00
Chris Timmons
1e397364a3 Correctly probe for -lpng and supply -L$libdir into LDFLAGS when needed. 1997-09-01 07:43:11 +00:00
Chris Timmons
39dfc85935 Explicitly specify --libdir as ${PREFIX}/lib in the CONFIGURE_ARGS so
that configure can be adjusted to probe the right place for -lpng (and
subsequently provide the correct LDFLAGS in the Makefiles it creates.)
1997-09-01 07:41:23 +00:00
Satoshi Asami
6267511866 Add IGNOREFILES=${DISTFILES}, the tarball is created on the fly. 1997-08-25 00:09:38 +00:00
Jean-Marc Zucconi
060d564a2a Use another MASTER_SITE. 1997-08-15 18:54:25 +00:00
Chuck Robey
902338b1e0 Syncing up with latest version, 2.0.9.
If you test this, remember it's huge, the package is 16 megs alone.
1997-08-13 17:11:18 +00:00
Thomas Gellekum
1d735023ec Update MASTER_SITE.
PR:		4272
Submitted by:	Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
1997-08-13 09:57:33 +00:00
Eric L. Hernes
8c6827fd3d fix MASTER_SITES 1997-08-11 15:10:33 +00:00
Satoshi Asami
a1b2560717 Some little cleanups. Most notably, substitute "/usr/local" with "${PREFIX}". 1997-07-22 02:22:31 +00:00
Chuck Robey
50bbc47364 Oops --- forgot to add new libpng dependency. Fixed now. 1997-07-19 01:21:09 +00:00
Chuck Robey
2edfb2bfb1 Upgrading to version 3.36. Still a beta, but improving.
This is a modification of a patch by Thomas Gellekum <tg@ihf.rwth-aachen.de>
1997-07-19 01:09:16 +00:00
Masafumi Max NAKANE
5e5eddfc60 ldconfig -> ${LDCONFIG}. 1997-07-17 15:13:02 +00:00
Masafumi Max NAKANE
75c141cc7d /bin/sh -> ${SH} 1997-07-13 18:49:31 +00:00
Thomas Gellekum
4ef39a8acf Upgrade 3.0 -> 3.4.
PR:		40455
Submitted by:	Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
1997-07-08 08:29:25 +00:00
Chuck Robey
f940330199 Bring Octave up to the latest revision, 2.0.8.
Nagged into submission by: Bill Fenner's portsurvey :-)
1997-06-28 02:32:52 +00:00
Thomas Gellekum
5dc621b448 Add some patches needed to build on -current.
PR:		3867
Submitted by:	Paulo Menezes <paulo@isr.uc.pt>
1997-06-25 06:57:15 +00:00
Masafumi Max NAKANE
6697979872 Activate pari. 1997-06-21 20:51:44 +00:00
Masafumi Max NAKANE
194f732d49 New port, pari:
Mathmatics library and advanced calculator package
PR:		3357
Submitted by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
1997-06-21 20:47:39 +00:00
Thomas Gellekum
5a5b4068f3 Activate Scilab. 1997-06-18 12:16:03 +00:00
Thomas Gellekum
cad64cdf20 Import of Scilab port. Scilab is a matlab-like package.
PR:		3867
Submitted by:	Paulo Menezes <paulo@isr.uc.pt>
1997-06-18 12:14:52 +00:00
Satoshi Asami
787c79fa9d I misunderstood his intentions the first time.
Submitted by:	Ruslan Shevchenko <rssh@cki.ipri.kiev.ua>
1997-06-10 11:09:33 +00:00
Satoshi Asami
ac5caf2d33 Add simpack. 1997-06-10 08:50:47 +00:00
Satoshi Asami
252df23ed7 Libraries and tools for simulation modeling.
PR:		3757
Submitted by:	Ruslan Shevchenko <rssh@cki.ipri.kiev.ua>
1997-06-10 08:50:18 +00:00
Satoshi Asami
0a0ec00cc5 Add apc. 1997-06-03 22:43:00 +00:00
Satoshi Asami
a858127329 An auto loan payments calculator.
PR:		3466
Submitted by:	Eric A. Griff eagriff@global2000.net
1997-06-03 22:42:33 +00:00
Satoshi Asami
2bf84110f5 Add umatrix. 1997-06-03 22:21:36 +00:00
Satoshi Asami
8826c6c22a A very simple matrix package.
PR:		(half of) 3457
Submitted by:	Sandro Sigala <ssigala@globalnet.it>
1997-06-03 22:21:08 +00:00
Bill Fenner
15096365f2 File moved on master site.
Found by:	distfile checker
1997-05-28 05:33:09 +00:00
Thomas Gellekum
930efa97df Follow directory layout of python (shared objects -> lib/python1.4). 1997-05-14 07:38:56 +00:00
Thomas Gellekum
03a53cc67c Add RUN_DEPENDS and respect NOPORTDOCS. 1997-05-05 12:27:10 +00:00
Thomas Gellekum
c519fb2d3b Fix PLIST. I had an old object file in my tree. 1997-04-29 07:25:01 +00:00
Thomas Gellekum
aef1b8e529 Add numpy. 1997-04-28 09:24:08 +00:00
Thomas Gellekum
4036a78b4f Import of the NumPy port. The Numeric extensions to Python contain
multi-dimensional arrays and interfaces to the lapack-, fftpack-
and ranlib-libraries from netlib.
1997-04-28 09:22:59 +00:00
Thomas Gellekum
aad38b55a3 Use the C version, not Fortran. There are no functional differences. 1997-04-23 06:58:03 +00:00
Masafumi Max NAKANE
d79012707f Typo.
Submitted by:	Pedro Giffuni S <pgiffuni@fps.biblos.unal.edu.co>
(Closing PR #3310.)
1997-04-17 12:23:45 +00:00
Satoshi Asami
4333e6b76d Add libranlib.
I-think-this-was-probably-forgotten-by: tg :)
1997-04-07 09:32:58 +00:00
Thomas Gellekum
88980b0035 Import of libranlib. libranlib is a library of random number
generators from netlib.
1997-04-07 07:02:51 +00:00
Bill Fenner
c190b0cac0 Fix MASTER_SITE since netlib.att.com went away, do dependence on blas
properly, and clean up Makefiles a little.
1997-04-03 01:17:25 +00:00
Bill Fenner
ecc3dc2187 Some files got updated. 1997-04-03 01:11:20 +00:00
Bill Fenner
91a9bb67a5 Fix MASTER_SITES since netlib.att.com went away. Clean up Makefiles
a little while I'm here.
1997-04-03 01:10:59 +00:00
Satoshi Asami
2189522d61 Comment out IS_INTERACTIVE, only needs to connect to X server. 1997-03-06 05:10:57 +00:00
Satoshi Asami
26b4e20e9e Add xplot. 1997-03-06 01:23:46 +00:00
Satoshi Asami
039046aefd Another plotting utility. Commonly used to plot TCP traces.
Submitted by:	fenner (he had to leave so I'm importing it)
1997-03-06 01:23:08 +00:00
Jean-Marc Zucconi
c5777122e6 Not everyone has `.' in his $PATH.
Submitted by:	tg
1997-02-20 23:28:09 +00:00
Satoshi Asami
0bdef5a38f Change EXTRACT_ARGS to EXTRACT_BEFORE_ARGS, the former is only retained
for backwards compatibilty.  Also move it down to "misc. bsd.port.mk
variables" section.

While I'm here, add "/sbin/" to ldconfig.
1997-02-14 09:50:18 +00:00
Thomas Gellekum
e6c983a859 Activate fftpack. 1997-02-14 08:54:02 +00:00
Thomas Gellekum
9b7bcc6702 Import of fftpack, a library of FFT routines from netlib.
Closes PR #2574.

Submitted by:	Pedro Giffuni S.
1997-02-14 08:53:05 +00:00
David E. O'Brien
2aeb120e72 Non-working help file.
PLIST had lib/gnuplot.gih, but it was actually installed in share/
1997-01-24 22:15:09 +00:00
Masafumi Max NAKANE
6e11e72c11 Activate ss. 1997-01-24 12:32:35 +00:00
Masafumi Max NAKANE
12168f879e New port: yet another spreadsheet program.
Submitted by:	pgiffuni@FPS.biblos.unal.edu.co
(Closing PR #2452.)
1997-01-24 11:45:39 +00:00
Chuck Robey
76b7ba5ed3 Upgrade octave to version 2.0.1. Fair warning, this takes a great
long time to compile, and the package is over 6 megabytes in size.
Also depends on the new gnuplot port for output.
Reviewed by:	 Satoshi
1997-01-20 22:13:57 +00:00
Satoshi Asami
0c2981b05a Update the "version required" comment. Change "Whom" and MAINTAINER to
reflect reality (who's "cbr"?).  Change PKGNAME to follow standard.
Remove commented out MASTER_SITES (I know how it got here, and I do this
myself too, but you have to make sure you delete it before committing,
Chuck :),  remove unnecessary pre-install target (directories are created by
mtree).
1997-01-13 08:15:58 +00:00
Chuck Robey
dd8b4dd49f Upgrade gnuplot to 3.6 Beta 325 level (because the new octave wants it,
and I want the new octave).  Look for octave later today.
1997-01-12 20:07:26 +00:00
Satoshi Asami
aeeac4f091 Add freefem. 1997-01-11 11:39:44 +00:00
Satoshi Asami
0949099c68 2-D FEM solving package. Closes PR ports/2290.
Submitted by:	pgiffuni@FPS.biblos.unal.edu.co
1997-01-11 11:38:43 +00:00
Thomas Gellekum
1f6da1ca4a Mark this BROKEN. I've also tried the latest release (octave-2.0)
with the same results: undefined symbols when linking. I'll put
together a make log and my changes to the port so someone with a
better knowledge of gcc and/or C++ can take a look at it (tomorrow
morning MET (or is that CET nowadays?)).
1996-12-12 08:03:38 +00:00