1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
Commit Graph

185 Commits

Author SHA1 Message Date
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
Satoshi Asami
e63d7bd8b8 Reformat. 1996-12-12 05:28:54 +00:00
Eric L. Hernes
1cbd63fd0e attach calctool 1996-12-12 03:47:50 +00:00
Eric L. Hernes
a0f8cf9ad2 new port of calctool, another X11 calculator,
closes ports/2157
Submitted by:	Nick Sayer nsayer@quack.kfu.com
1996-12-12 03:46:31 +00:00
Satoshi Asami
e1c79571a9 Make pkg_add print the license only once. Note that the INSTALL script
is called twice, once with "PRE-INSTALL" and once with "POST-INSTALL"
(cf. pkg_add(1)).
1996-12-05 01:09:36 +00:00
Satoshi Asami
c75a2c98a3 Make pkg_add print the license only once. Note that the INSTALL script
is called twice, once with "PRE-INSTALL" and once with "POST-INSTALL"
(cf. pkg_add(1)).
1996-12-05 00:43:55 +00:00
Satoshi Asami
0503354cbf Remove @unexec rm of a listed file, it will be removed by
pkg_delete automatically if the file is in PLIST.
1996-12-05 00:42:30 +00:00
Satoshi Asami
b2b680d7b4 People, please please please update subdir Makefiles when you import
a port!  (I thought easy-import now yells in your ears about this..)
1996-12-05 00:24:17 +00:00
Eric L. Hernes
18de1e0d76 port of linux' wingz 1996-12-04 20:05:12 +00:00
Satoshi Asami
db879567ce Add ${DIST_SUBDIR} in front of filenames in files/md5. Corresponds to
changes made in rev. 1.232 of bsd.port.mk.
1996-11-30 10:50:36 +00:00
Satoshi Asami
c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Satoshi Asami
642e598732 Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 10:37:03 +00:00
Satoshi Asami
5dba7b6e29 Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 10:25:35 +00:00
Eric L. Hernes
edf6d352a2 trim the DESCR's to something reasonable at Satoshi's request. 1996-10-16 15:58:06 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
all the COMMENTs!  No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.

Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)

Phew!  238 ports modified!
1996-10-10 05:05:35 +00:00
Satoshi Asami
173f634e91 Distfile moved and renamed.
Submitted by:	jspath@mail.bcpl.lib.md.us (Webmaster Jim)
1996-10-09 03:14:48 +00:00
Masafumi Max NAKANE
cf72c67791 Use ${INSTALL_MAN} instead of install -c to install the man page. 1996-09-22 18:31:58 +00:00
Satoshi Asami
44502fd26e freebsd2.1 -> freebsd2.2 (argh!) 1996-08-21 09:26:50 +00:00
Chuck Robey
ed317a17a3 Added new man page to oleo (with small formatting changes)
thanks to Don Yuniskis.  It's needed it for a long time,
Thanks, Don!
1996-08-10 13:14:51 +00:00
Jean-Marc Zucconi
dcc7e4d985 Add support for the
set function none
	set method none
commands, cause the default extension of ".ft" to be tried on all
loaded fudgit files and adds support for C-style escape sequences in
fudgit commands (which was *implied* in the fudgitrc file distributed
in the sources but apparently never implemented).

Correct some minor typos in the on-line help.
Submitted by:	Don Yuniskis <dgy@rtd.com>
1996-08-05 14:06:09 +00:00
Satoshi Asami
826e5e3cf7 Reverse directory name from 2.2 to 2.1. It will be changed back once
2.1.5 is released. :(
1996-07-10 02:52:35 +00:00
Satoshi Asami
69933fc565 Add ".gz" to end of package files so this thing packages in the default
case (no NOMANCOMPRESS).
1996-06-10 21:22:23 +00:00
Satoshi Asami
c8bc1c86c3 Make it install manpages even if NOMANCOMPRESS is defined. Run
/sbin/ldconfig -m on shared libraries.  Take out @ from install
commands so user can have some idea what's going on.
1996-06-10 21:19:55 +00:00
Jean-Marc Zucconi
4f9e648568 Add lapack. 1996-06-07 15:56:19 +00:00
Jean-Marc Zucconi
d2e95f05c1 LAPACK is a library of Fortran 77 subroutines for linear algebra. 1996-06-07 15:39:54 +00:00
Satoshi Asami
9bf6f2d387 Add maxima to subdir list. 1996-04-12 08:35:07 +00:00
Satoshi Asami
b0ae2f4c93 pkg/COMMENT files for use by ports READMEs. 1996-04-09 08:30:00 +00:00
Satoshi Asami
f9aa5bc69f More missing newlines. 1996-03-31 11:48:53 +00:00
Satoshi Asami
e7f351ac14 Set DIST_SUBDIR to ${DISTNAME} and delete a whole bunch of hacks to
fetch them correctly from the backup site.
1996-03-10 09:01:03 +00:00
Satoshi Asami
53602f28bd Delete unnecessary stuff. 1996-03-10 00:05:48 +00:00
Satoshi Asami
5da429e618 Change version-dependent filenames to 2.2. 1996-03-08 22:37:37 +00:00
Satoshi Asami
54bfe2c902 Remove ${KEYWORDS}. 1996-03-06 08:20:19 +00:00
Satoshi Asami
1caed1f870 Distfile changed at master site, now has files in subdir. 1996-02-07 08:01:18 +00:00
Jean-Marc Zucconi
ffa8b104c8 radix = 2 (not 16) for floats. 1995-11-30 15:16:20 +00:00
Satoshi Asami
de27e113ec Remove gmp. 1995-11-26 21:25:36 +00:00
Satoshi Asami
e1c2f41478 Added xvgr. 1995-11-26 13:49:33 +00:00
Satoshi Asami
8043d7801a Change category from "math languages" to "math lang". 1995-11-22 13:14:04 +00:00
Satoshi Asami
ea3cfc0868 Change category from "math printing" to "math print". 1995-11-22 13:13:35 +00:00
Satoshi Asami
14cd728249 Shorten one-line comments. Boy, I'm listed as MAINTAINERs in a
lot of ports or what! ;>
1995-11-09 06:41:02 +00:00
Eric L. Hernes
5df04e696b shortened COMMENTS 1995-10-28 20:43:28 +00:00
Eric L. Hernes
8b985bd4c1 added myself as MAINTAINER 1995-10-28 20:42:42 +00:00
Satoshi Asami
db9366750d Shorten one-line comments.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-10-25 12:41:52 +00:00
Jean-Marc Zucconi
37f7e33a78 Shorten the COMMENT line 1995-10-25 00:44:40 +00:00
Satoshi Asami
a541c15da0 Use CFLAGS from /etc/make.conf. 1995-10-19 05:11:27 +00:00
Satoshi Asami
288e51c9be Change "i386-unknown-freebsd2.0.5" to "i386-unknown-freebsd2.1.0" so
this will package in 2.1.
1995-10-12 09:04:43 +00:00
Satoshi Asami
9a39651088 Expand directories.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-10-04 10:24:16 +00:00
Satoshi Asami
e80af410e2 Various EXEC_DEPENDS fixes.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-10-04 10:18:56 +00:00
Satoshi Asami
1f43de46ba Convert all makefiles to new formats. 1995-10-03 11:45:15 +00:00
Satoshi Asami
a05b721131 Added xlispstat. 1995-08-18 08:53:54 +00:00
Satoshi Asami
c7d8cd0ef8 XLISP-STAT is a statistical environment based on a dialect of the Lisp
language called XLISP.  This one is IS_INTERACTIVE because it needs
to connect to the X server while building.  I don't know if it's
possible to build a package or not.

Submitted by: "Eric L. Hernes" <erich@lodgenet.com>

this one was mentioned in the linux journal
recently.  I've used it before so I made up
a port.
1995-08-18 08:53:13 +00:00
Satoshi Asami
44c782aac0 Cleanup. Install in /usr/local/share, etc.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Obtained from:
1995-07-29 11:59:40 +00:00
Satoshi Asami
130d79b64d Add xspread. Convert the Makefile along the way to "SUBDIR+=" format. 1995-07-01 09:17:15 +00:00
Satoshi Asami
23f4b32ac7 An X-based spreadsheet program.
Submitted by:	Janusz Kokot <janek@gaja.ipan.lublin.pl>
1995-07-01 09:12:09 +00:00
Satoshi Asami
d530b271d9 Add
post-install:
	pkg_add -m ${PREFIX}/lib

to Makefiles and

@exec ldconfig -m %D

to packing lists of ports that install shared libraries.

This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
1995-06-24 11:42:32 +00:00
Satoshi Asami
c9dc84a522 Clean up subdir Makefiles. They now all look like this:
=====
# Id line
#
# RESTRICTED: restricted_port_1 (comment1)
# RESTRICTED: restricted_port_2 (comment2)
#
# BROKEN: broken_port_3 (comment3)
# BROKEN: broken_port_4 (comment4)
# BROKEN: broken_port_5 (comment5)
#

SUBDIR= good_port_1 good_port_2 ...
=====

Basically, the idea is to make it easy to find restricted or broken
ports by doing a "grep".
1995-05-14 03:30:07 +00:00
Satoshi Asami
d1f753e2c4 Add maxima to "restricted" (license required). 1995-05-13 07:57:18 +00:00
Satoshi Asami
4b4356397f Add more CATEGORIES. packages/orphans is now empty. 1995-05-03 02:22:33 +00:00
Satoshi Asami
f04734a0dc Added octave. 1995-05-02 07:21:42 +00:00
Satoshi Asami
c7232b13cb octave-1.1.1, similar to matlab.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-05-02 07:18:21 +00:00
Jordan K. Hubbard
caedea32b1 Add a few CATEGORIES lines to take these ports out of `orphans'.
Seeing your port in the orphans directory is pretty good indication that
it doesn't have a categories line! :-)
1995-04-28 13:35:40 +00:00
Satoshi Asami
fc84a926f5 I was going to convert the math Makefiles according to the new
rules in bsd.port.mk, but there weren't any Makefiles that needed
any tweaking. :]  So, just some cosmetic changes.
1995-04-22 11:30:15 +00:00
Jean-Marc Zucconi
3071149501 Just to make the compile less verbose and make Satoshi happy. 1995-04-17 14:32:10 +00:00
Satoshi Asami
0adf178c35 MAINTAINER goes in a section of its own. :) 1995-04-16 23:19:07 +00:00
Jean-Marc Zucconi
bb0452e715 Add MAINTAINER= jmz@FreeBSD.org 1995-04-11 02:02:17 +00:00
Satoshi Asami
debcbc5032 Some more Makefile updates, for the math ports. 1995-04-11 01:19:12 +00:00
Gary Palmer
3753222345 Try to get most ports checksummed 1995-03-31 22:18:54 +00:00
Satoshi Asami
35af96374a Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,
and some other minor cleanup.
1995-03-24 11:12:06 +00:00