Commit Graph

330 Commits

Author SHA1 Message Date
espie
8ac8d19753 Let dependencies work with current ports.
Porters, when you update a port to create shared libraries, PLEASE
verify ports this one depends upon.
2001-10-15 00:29:25 +00:00
espie
3f165ceab0 Hidden dependencies...
R detects and uses jpeg and png.

Probably will be flavored after unfreeze. Right now, we want
dependable builds.
2001-10-14 23:34:23 +00:00
espie
c1c01445e0 Remove dependency on gnuplot: it's trivial to fake it for building,
and octave is useful even without gnuplot installed.

Remind user in pkg/DESCR that gnuplot might be useful.
2001-10-02 12:27:11 +00:00
pvalchev
cca2d19b15 Repair completely. 2001-09-29 20:14:20 +00:00
pvalchev
6c2e015079 oops, pass -u MAIN__ to the compiler only on ELF 2001-09-29 07:56:33 +00:00
pvalchev
7aa422e21a when invoking fortran code from c programs, provide a MAIN__ function stub
to make binutils happy.
2001-09-29 07:06:24 +00:00
pvalchev
be54d47d8c CONFIGURE_STYLE=gnu w/ proper MODGNU_CONFIG_GUESS_DIRS
needed for the powerpc -> macppc name change
2001-09-28 06:02:12 +00:00
pvalchev
dc2abc5fdd add stubs for MAIN__ when building fortran code on ELF to fix undefined symbols
passes configure stage
2001-09-28 02:57:56 +00:00
pvalchev
85848ff5ec use gettext module 2001-09-23 06:57:14 +00:00
naddy
09f744e406 +coq 2001-09-22 14:26:05 +00:00
naddy
3367255cb4 Import of coq 7.0.
Submitted by Yozo Toda <yozo@imit.chiba-u.ac.jp>.

The Coq Proof Assistant is designed to write formal specifications, programs
and to verify that programs are correct with respect to their specification.
2001-09-22 14:24:31 +00:00
naddy
15bc69a522 fix dependency: emulators/redhat_base -> emulators/redhat/base 2001-09-16 17:02:02 +00:00
naddy
4c7665bbb5 use FFLAGS; from maintainer Sungman Cho <smcho@tsp.korea.ac.kr> 2001-09-12 23:59:20 +00:00
pvalchev
65532620c1 Insert a @comment no checksum for the lib/X11/Wingz/.wingz file. It is a
workaround, since this is commercial, binary distributed software.  This
file is installed world-writable and is modified at program startup.
Thanks to Morten Liebach <morten@hotpost.dk> for reporting it.  ok lebel
2001-08-13 18:27:17 +00:00
jsyn
8d798bf3fb EXTRACT_CASES workaround for improper SHAR distfiles (no '#!/bin/sh');
ok espie@ in general, ok brad@
2001-08-05 20:50:55 +00:00
pvalchev
5a3d16b168 - Lowercase PKGNAME
- Do not spawn subshells
2001-08-02 03:27:31 +00:00
espie
b6ae200cde +graphviz 2001-07-30 13:48:02 +00:00
espie
549ce93950 ...and include bsd.own.mk at top, so that I get my /etc/mk.conf read. 2001-07-30 13:15:24 +00:00
espie
67710ce3fa Option to copy maple distfiles instead of linking files, since I always
get hosed with the CDRom at the office when reinstalling all ports.
2001-07-30 13:12:10 +00:00
espie
97031b0d89 get licence from bsd.own.mk 2001-07-29 12:19:49 +00:00
pvalchev
85b611ecbd Update to yorick-1.5.02 (thanks heko@iki.fi) 2001-07-26 19:19:22 +00:00
pvalchev
c8d2b89c3b I talked to the GTL people some time ago and it is confirmed that we
have no right to distribute packages linked against it.  Clarify the
PERMIT_PACKAGE_* values to reflect that.
2001-07-19 06:20:00 +00:00
naddy
b2a07d8c2f +octave 2001-07-15 18:08:47 +00:00
naddy
bfbe0c1c5b Import of octave-2.0.16; submitted by Sungman Cho <smcho@tsp.korea.ac.kr>.
GNU Octave is a high-level language, primarily intended for numerical
computations.  It provides a convenient command line interface for
solving linear and nonlinear problems numerically, and for performing
other numerical experiments using a language that is mostly compatible
with Matlab.  It may also be used as a batch-oriented language.
2001-07-15 18:07:15 +00:00
pvalchev
54fe925efd correct path to the xmhtml port in the flavor information 2001-07-13 19:06:05 +00:00
pvalchev
fbffc075c5 + grace 2001-07-13 19:03:12 +00:00
pvalchev
1832e4fb3a Import of grace-5.1.4
Grace is a tool to make two-dimensional plots of numerical data. It
runs under various (if not all) flavours of UNIX with X11 and M*tif.
Its capabilities are roughly similar to GUI-based programs like
Sigmaplot or Microcal Origin plus script-based tools like gnuplot or
Genplot. Its strength lies in the fact that it combines the
convenience of a graphical user interface with the power of a
scripting language which enables it to do sophisticated calculations
or perform automated tasks.

Flavors:
    no_x11 - build command line tool only, no gui
    fftw   - use math/fftw for optimized FFT
    netcdf - use math/netcdf for network common data form support
    xmhtml - use www/xmhtml to use grace's internal HTML browser
             for helpfiles etc.

WWW: http://plasma-gate.weizmann.ac.il/Grace/

MAINTAINER=	Nikolay Sturm <Nikolay.Sturm@desy.de>
2001-07-13 18:53:55 +00:00
pvalchev
8e5cc5ebb8 fix CFLAGS passing, thanks naddy 2001-07-13 06:04:17 +00:00
pvalchev
a0da1e9d3a add missing USE_X11 2001-07-11 06:20:11 +00:00
lebel
581c9eec6b +fftw 2001-07-01 23:11:58 +00:00
lebel
b852691a58 initial port of fftw-2.1.3:
--
FFTW is a free collection of fast C routines for computing the
Discrete Fourier Transform in one or more dimensions. It includes
complex, real, and parallel transforms, and can handle arbitrary
array sizes efficiently.  FFTW is typically faster than other
publically-available FFT implementations, and is even competitive
with vendor-tuned libraries.  (See our web page for extensive
benchmarks.) To achieve this performance, FFTW uses novel code-generation
and runtime self-optimization techniques (along with many other
tricks).

WWW: http://www.fftw.org/

Submitted by Nikolay Sturm <Nikolay.Sturm@desy.de>
2001-07-01 23:10:44 +00:00
kevlo
749f768e0c better 2001-06-22 01:48:33 +00:00
reinhard
d82badf0f3 update to ntl-5.1a; from Maintainer 2001-06-15 08:59:48 +00:00
brad
5d77af2f17 fill in library rev #'s for jpeg and png dependency entries. 2001-06-11 00:32:53 +00:00
espie
ac89ba1102 Bad cat. Thx Peter. 2001-06-09 23:36:34 +00:00
espie
b214e51f93 graph placement and visualisation package. Developed by AT&T. 2001-06-09 20:38:01 +00:00
pvalchev
ad44cf86d5 Update to v1.5:
* Now respects CFLAGS/CPPFLAGS, no need for patches.
* autoconf removed, CONFIGURE_STYLE set to simple.
* Use do-install target now that the install method is so messy.
* New homepage.
2001-06-09 20:32:16 +00:00
angelos
9d83876828 What's with dot-files in ports ? 2001-06-08 14:39:11 +00:00
pvalchev
ce65ee9e23 distfile name changed 2001-06-07 23:24:11 +00:00
kevlo
5383140a88 Bump major rev in png dependeny entries after upgrade of png:
png.1 -> png.2
--
Ok'd by: brad@
2001-05-24 02:27:06 +00:00
naddy
7670a4e329 Use MACHINE_ARCH instead of ARCH in PLIST for m68k-based architectures.
Bump NEED_VERSION accordingly.
2001-05-10 19:20:40 +00:00
pvalchev
3c45f85455 Switch my email over @openbsd.org.
Insert all COMMENT lines into double quotes for consistency.
2001-05-09 23:26:16 +00:00
lebel
b9dee42d51 math: integrate COMMENT, bump NEED_VERSION. 2001-05-06 01:58:40 +00:00
espie
b186afd8b2 , -> : in flavor deps. 2001-05-05 21:28:04 +00:00
avsm
bfee7c55c1 - update to p5-Math-GMP-1.06
- integrate COMMENT/ bump NEED_VERSION
2001-04-12 10:42:53 +00:00
naddy
4bc8143bf3 - libtool patches
- proper GTL dependency
- make configuration more deterministic
- force -O0 on sparc to work around C++ compiler breakage
- cosmetics
ok maintainer
2001-04-08 21:47:01 +00:00
naddy
f7a028a6a4 Don't distribute package until we receive clarification. 2001-04-07 19:40:50 +00:00
espie
86902fac99 Misc. minor fixes:
COMMENTS don't end with .
HOMEPAGE is there for a reason.
Only bsd.port.mk uses tabspaces set to 4.
pre-package does not run as root, post-install does.
copying files is not good enough to make them executable.
2001-04-05 13:00:21 +00:00
danh
732abfb621 bump NEED_VERSION and integrate COMMENT 2001-03-28 19:35:25 +00:00
reinhard
64c7c64de2 - PKGNAME=${DISTNAME}-${DATE}
- rearrange Makefile
- delete toxiclinux from the MASTER_SITES

from maintainer
2001-03-28 14:15:01 +00:00
wilfried
853d7d06e7 - integrate COMMENT
- bump NEED_VERSION
- run ispell & fmt on DESCR
2001-03-28 09:59:37 +00:00
obecian
3ddc7889cb kill pkg/COMMENT 2001-03-28 09:43:30 +00:00
obecian
92669a476d + integrate COMMENT
+ bump NEED_VERSION
+ change SPACE to TAB in HOMEPAGE
2001-03-28 08:26:10 +00:00
reinhard
9bd1a1dddb o) change maintainer's email address
o) move COMMENT into Makefile
o) bump NEED_VERSION
2001-03-24 12:51:47 +00:00
ian
45fb669f9a SUBDIR += R 2001-03-22 03:30:14 +00:00
ian
4f2fe9a7b9 Initial import of "R" math/stats/graphics package 2001-03-22 03:26:23 +00:00
obecian
b0f56ff091 respect CC/CFLAGS (from wilfried@) 2001-03-18 02:31:01 +00:00
wilfried
cdd29ba2ff move MASTER_SITES, from maintainer 2001-03-17 12:41:41 +00:00
wilfried
af7226f439 respect CFLAGS, ok maintainer 2001-03-17 12:31:14 +00:00
wilfried
29e07b02b9 respect CC/CFLAGS, ok maintainer 2001-03-17 12:28:54 +00:00
wilfried
d407c41896 respect CC/CXX/CFLAGS, ok maintainer 2001-03-16 13:45:44 +00:00
wilfried
61ec94c7f6 -clean up (match Makefile.template)
-add USE_X11 where forgotten
2001-03-09 14:28:45 +00:00
avsm
1a29865f08 - update to p5-Math-GMP-1.05
single static buffer -> malloced buffer change
2001-02-24 20:21:48 +00:00
angelos
2d4eceaa8a Use redhat_base; it installs and runs, but I haven't tested any
extended functionality.
2001-02-24 06:04:21 +00:00
espie
c79038deed Move the bug-fix to the makefile itself, as otherwise it does not always
build.
2001-02-22 22:06:10 +00:00
espie
d17d7e71fe switch over to redhat_base 2001-02-16 14:51:16 +00:00
reinhard
b94bb4f261 o) use do-install (to get perms right) instead of patch
o) bump NEED_VERSION
2001-02-16 08:56:16 +00:00
avsm
82e047af7c - update to p5-Math-GMP-1.04 2001-02-15 03:29:52 +00:00
espie
88ad03f3e7 cvs always strikes twice. 2001-02-09 14:41:36 +00:00
espie
904377bd1a remove useless pre-patch, use MAKE_FILE. 2001-02-09 14:41:18 +00:00
reinhard
102a0b8cba + yorick 2001-02-09 10:58:13 +00:00
reinhard
5dfaec65e3 Yorick is an interpreded language for scientific computing
and numerical analysis, very similar to Matlab.
 
Yorick's array syntax, interpreted programs are compact,
nearly free of explicit loops, and can run at speeds up to
20% of optimized compiled speed.
 
It can do interactive graphics via the X Window System,
including x-y plots, quadrilateral meshes and cell arrays.
Includes tools to assist making animated and simple 3d
graphs.
 
Supports output directly to your screen, in PostScript and
binary CGM format.

Maintainer: Peter Valchev <pvalchev@toxiclinux.org>
2001-02-09 10:50:51 +00:00
reinhard
7a6f66be48 o) {BUILD,LIB}_DEPENDS (gtl)
o) bump NEED_VERSION

from maintainer
2001-02-09 10:11:18 +00:00
wilfried
206b1a9835 Improve COMMENTs 2001-02-07 13:48:10 +00:00
reinhard
076aee9421 +sc 2001-02-04 18:44:47 +00:00
reinhard
c0a0a9530c Sc is a spreadsheet calculator based on rectangular tables
like a financial spreadsheet. When invoked it presents you
with a table organized as rows and columns of cells. If
invoked without a file argument, by default the initial
table is empty.
 
Each cell can be associated with a numeric value, a label
string and/or an expression which evaluates to a numeric
value or label string, often based on other cell values
(formula).

MAINTAINER=     Peter Valchev <pvalchev@toxiclinux.org>
2001-02-04 18:44:00 +00:00
wilfried
e58fe7853d set MAINTAINER mailaddress to my new wilfried@ 2001-02-01 17:34:25 +00:00
avsm
0753a85071 + p5-Math-GMP 2001-01-28 15:29:58 +00:00
avsm
b486893f1e - initial import of p5-Math-GMP-1.03
--
Math::GMP is designed to be a drop-in replacement both for Math::BigInt
and for regular integer arithmetic. Unlike BigInt, though, Math::GMP
uses the GNU gmp library for all of its calculations, as opposed
to straight Perl functions. This results in a speed increase of
anywhere from 5 to 30 times.

A Math::GMP object can be used just as a normal numeric scalar would
be -- the module overloads the normal arithmetic operators to provide
as seamless an interface as possible.
2001-01-28 15:28:54 +00:00
kevlo
ebc520be97 Add p5-Set-IntSpan 2001-01-24 08:22:47 +00:00
kevlo
f3cedaa9fc Initial import of Set-IntSpan-1.07
This module manages sets of integers.
2001-01-24 08:22:10 +00:00
kevlo
8891697f44 Add p5-AI-Perceptron 2001-01-23 15:55:02 +00:00
kevlo
53fd0e6026 Initial import of AI-Perceptron-0.01
This module intended as an introduction to internal operations 
of neural networks.
2001-01-23 15:54:32 +00:00
kevlo
09c644df69 Add p5-AI-NeuralNet-BackProp and p5-AI-NeuralNet-Mesh. 2001-01-23 15:07:59 +00:00
kevlo
1088ec137f Initial import of AI-NeuralNet-Mesh-0.44.
This module to implement an accurate neural network mesh.
2001-01-23 15:06:45 +00:00
kevlo
c45055c952 Initial import of AI-NeuralNet-BackProp-0.89
This module to implement a back-propagation feed-forward neural network.
2001-01-23 15:05:24 +00:00
naddy
d9e6c66ce8 Update to 0.3; submitted by maintainer.
- Added "Locked" memory capabilities via config file.
- General code clean-up.
- Keyboard support.
2001-01-19 18:50:13 +00:00
reinhard
7d957a463e +cassowary
+mcsim
2001-01-19 16:47:03 +00:00
reinhard
a1ed2d22e6 Cassowary is an incremental constraint solving toolkit that
efficiently solves systems of linear equalities and inequalities.
Constraints may be either requirements or preferences.  Client code
specifies the constraints to be maintained, and the solver updates the
constrained variables to have values that satisfy the constraints.
 
A technical report is included in the distribution that describes the
algorithm, interface, and implementation of the Cassowary solver.
Additionally, the distribution contains toy sample applications
written in Smalltalk, C++, Java, and Python, and a more complex
example Java applet, the "Constraint Drawing Application".

MAINTAINER=     Peter Valchev <pvalchev@toxiclinux.org>
2001-01-19 16:45:03 +00:00
reinhard
e4ae05eaea MCSim is a general purpose modeling and simulation program which
also performs standart or Monte Carlo simulations. It allows you
to specify a set of linear or nonlinear equations and solve them
using parameter values you choose or parameter values sampled
from specified statistical distributions. Outputs can be compared.
 
It consists of two pieces - a model generator and a simulation
engine. The model generator was created to facilitate the model
maintenance and simulation definition, while keeping execution
time fast. Other programs have been created to the same end, the
Matlab family of graphical interactive programs being some of the
more general and easy to use.

MAINTAINER=     Peter Valchev <pvalchev@toxiclinux.org>
2001-01-19 15:24:58 +00:00
naddy
a12cc4bd9b add "x11/windowmaker" to CATEGORIES; requested by espie@ 2001-01-18 16:09:59 +00:00
naddy
e92b295495 +wmcalc 2001-01-17 01:10:37 +00:00
naddy
f0f4b665b4 Import wmcalc-0.21.
Submitted by Peter Stromberg <home@wilfried.net>.

wmcalc is a program designed to act as a simple four-function
calculator.  It is different from other calculator programs,
however in that it is designed to take up very little desktop
space.
2001-01-16 21:31:43 +00:00
reinhard
ac3dd02d0b +geg
+hexcalc
2001-01-12 16:09:14 +00:00
reinhard
07f831846b geg is mathematical functions grapher used for plotting 2d
functions like f(x) = x^4 - 2. It allows you to view/compare
multiple function's graphs simultaneously, using different colours.
Geg can zoom in/out selections, and is very easy to use by math
students and teachers, providing nice gtk interface.

MAINTAINER=     Peter Valchev <pvalchev@toxiclinux.org>
2001-01-12 16:03:48 +00:00
reinhard
c06aefb11e hexcalc is a multi-radix calculator for integers.
Works with hexadecimal, decimal, octal and binary numbers.

MAINTAINER=     Peter Valchev <pvalchev@toxiclinux.org>
2001-01-12 15:59:05 +00:00
reinhard
d23e59b2c1 +ntl 2001-01-08 16:19:12 +00:00
reinhard
090c1d231e NTL is an object oriented library for number theory, written
by Victor Shoup.  It provides objects and methods for
        - arbitrary length integers
        - finite fields
        - polynomials over fields
        - extensions of fields.
 
NTL's lattice reduction code is also one of the best available anywhere, in
terms of both speed and robustness, and one of the few implementations of block
Korkin-Zolotarev reduction with the Schnorr-Horner pruning heuristic. It has
been used to "crack" several cryptosystems.

MAINTAINER=     Tom Knienieder <tom@knienieder.com>
2001-01-08 16:15:35 +00:00
kevlo
b3cb5a4581 Add abs. 2000-12-28 13:55:41 +00:00
kevlo
c19fd1cebe Initial import of abs 0.8.
abs is a free spreadsheet with graphical user interface.
2000-12-28 13:55:13 +00:00
reinhard
5a598d979b +netcdf 2000-12-26 12:28:18 +00:00
reinhard
1b5847e8c3 NetCDF (network Common Data Form) is an interface for array-oriented
data access and a library that provides an implementation of the
interface. The netCDF library also defines a machine-independent
format for representing scientific data. Together, the interface,
library, and format support the creation, access, and sharing of
scientific data. The netCDF software was developed at the Unidata
Program Center in Boulder, Colorado.

From: Tom Knienieder <tom@knienieder.com>
2000-12-26 12:22:53 +00:00
naddy
abfa9851a8 If HOMEPAGE is defined in Makefile, reference it in DESCR, too.
authorized by espie@

Fix a few minor cosmetic issues along the way.
2000-12-21 21:20:34 +00:00
obecian
97d51aaf0e ports/math/Makefile updated to reflect grpn import 2000-12-18 02:21:21 +00:00
obecian
5c7bd0c1d1 grpn-1.1.1 port - graphical (GTK) reverse polish notation calculator 2000-12-18 02:17:11 +00:00
espie
c5af8657b0 Bye, bye, EXTRACT_CMD, EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS 2000-12-14 13:22:59 +00:00
espie
01c2c49bba +maple-share 2000-11-19 20:05:56 +00:00
espie
896e0fdf80 maple extra libraries (the 2nd CD) 2000-11-19 20:02:12 +00:00
espie
616ae747df Add missing run dependency 2000-10-29 17:29:31 +00:00
espie
17c955b41f Oops, again. 2000-10-24 16:28:04 +00:00
espie
46b5f232b5 Kill
FAKE=Yes
HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF
and bump NEED_VERSION accordingly.
2000-10-22 15:41:23 +00:00
espie
5b1b16e44d Repair 2000-10-22 15:28:18 +00:00
espie
aa4a7733cc Complete a few MAINTAINER names. 2000-10-22 14:02:46 +00:00
espie
54848dabf9 Fix my address. Dust off details. 2000-10-10 00:40:20 +00:00
ian
ee83bdd7ae Full name in MAINTAINER; remove a few old LICENSE_TYPEs, clarify
contool to NOFEE.
2000-10-05 16:10:24 +00:00
danh
10878efcea - changed CONFIGURE_STYLE to 'gnu dest'.
- removed unnecessary patches.
2000-09-27 16:53:18 +00:00
brad
5cfb2277a5 - (remove use of gmake for gnuplot)
- remove SEPARATE_BUILD until someone can figure out why these and other
automake-based ports do a rebuild on install
2000-09-27 16:16:37 +00:00
danh
1aa3d48c3f added real name to MAINTAINER 2000-09-23 19:59:51 +00:00
brad
38a6809eec add in no_x11 FLAVOR for gnuplot 2000-09-22 21:28:28 +00:00
brad
e4e3f7f9fd merge in my local changes while I was working on this port:
- enable SEPARATE_BUILD
- patches for DESTDIR and a fix for separate building
- add in missing PFRAG file
2000-09-22 21:27:29 +00:00
danh
cf8a1ed37e - update gnuplot to 3.7.1.
- bump NEED_VERSION.
- removed deprecated HAS_CONFIGURE and use CONFIGURE_STYLE.
- added revision tag to pkg/PLIST.
- added HOMEPAGE to Makefile and pkg/DESCR.
- added no_x11 flavor.
- changed MAINTAINER; ok angelos@
2000-09-22 20:34:56 +00:00
kevlo
f7543a2ac7 - Update to version 3.1.1c
- Fix Makefile
2000-08-19 04:40:57 +00:00
angelos
a99a21022b Release ports@openbsd.org, as I can no longer maintain ports that
depend on XFree86 3.3.6
2000-07-10 02:06:46 +00:00
espie
f100c128f9 Remove NO_CONFIGURE/NO_PATCH/NO_EXTRACT/NO_MTREE
Kill corresponding FAKE=Yes and switch to CONFIGURE_STYLE while I'm at it.
2000-06-16 23:06:03 +00:00
kevlo
fb5721412a Fix up the Makefile 2000-06-12 01:26:18 +00:00
espie
1bdcf9640b Update to an existing version and Fake (with maintainer's approval) 2000-04-12 20:43:21 +00:00
espie
b9d316ef1d Fix dependencies so that we can build code.o first.
on i386, build code.o with -O0 to work around a gcc bug.
2000-04-10 00:40:28 +00:00
espie
233ac49af6 explicit FAKE=No, so that we can turn FAKE on by default. 2000-04-09 17:35:57 +00:00
espie
a35af35568 Fake.
math subdir done (xcalc is pending update approval from port's maintainer)
2000-04-08 22:18:00 +00:00
espie
3fbaca3b4d Fake. 2000-04-08 22:16:57 +00:00
espie
8c8e3fb7f6 FAKE
(xspread could probably use some update)
2000-04-08 22:04:32 +00:00
espie
e52c0d3fa9 Set IGNORE unless MAPLE_CDROM is mounted, deals with package builders
problems.
2000-04-01 17:47:42 +00:00
espie
3b5e3e8d17 Introduce :: in *_DEPENDS as a place holder for a package spec
Bump NEED_VERSION.
2000-03-24 23:28:01 +00:00
espie
0fd05ef2ce Move all NEED_VERSION right after CATEGORY 2000-03-24 22:11:32 +00:00
turan
b1fa04c150 license 2000-03-17 20:47:07 +00:00
espie
94b9b73739 Fake 2000-03-13 18:43:33 +00:00
espie
76d52e1f68 PORTSDIR no longer needed in *DEPENDS. 2000-03-05 18:30:21 +00:00
espie
edba5cfedf MAKEFILE-> MAKE_FILE 2000-02-22 17:08:31 +00:00
turan
504f314d16 espie will not shut up about this, DISTF -> DISTFILES, PKG -> PACKAGE 2000-02-15 05:03:51 +00:00
espie
83c92d7fdf LICENSE_TYPE=COMM 2000-02-13 19:13:22 +00:00
turan
1574b9aa2e gpl licenses 2000-02-12 08:02:07 +00:00
turan
8d37dded6c bsd licenses 2000-02-12 06:29:49 +00:00
espie
a813079932 Kill a large set of deprecated variables.
Thoroughly unsubtle, most mkdir -p should probably be INSTALL* at
*install stage, and echo/ECHO_MSG is somewhat unsorted.

It's quite possible I missed a few automated changes...
2000-02-11 01:09:59 +00:00
espie
1958137a5f Kill NO_WRKSUBDIR.
Clean up a few deprecated variables on the fly.
2000-02-10 23:14:27 +00:00
espie
b3e945226b Remove NO_WRKSUBDIR 2000-02-10 09:38:03 +00:00
provos
bdbf09f00a enable calc 1999-11-11 16:41:49 +00:00
provos
d4274543ab calc port, help by dugsong@, okay dugsong@, turan@ 1999-11-11 16:40:11 +00:00
brad
044854e1e1 - remove ugly kludge that was used to extract the distfile, which is not
needed anymore due to the previous commit
- cleanup Makefile
1999-10-30 20:35:34 +00:00
brad
f44a627526 make this port respect CFLAGS 1999-10-30 20:30:58 +00:00
turan
51490d3869 this port does not extract properly. fix it. 1999-10-30 11:23:44 +00:00
espie
392ac39aad Typo 1999-10-29 10:57:16 +00:00
ian
33da02251d Provide do-extract to work around bsd.ports.mk. 1999-10-27 16:53:35 +00:00
espie
903b575aa1 Use FULLDISTDIR 1999-09-22 10:18:26 +00:00
fgsch
4d187bb8bf Enable maple. 1999-07-14 17:44:55 +00:00
espie
b0b9b22bb5 Patch maple script to resolve DISPLAY manually.
Work-around for a maple-linux/linux emulation bug that was diagnosed
by Remi Card on FreeBSD.
1999-06-18 15:32:16 +00:00
espie
2d1f4b077f Commercial mathematical package from the University of Waterloo.
Ported to show that the linux version works under OpenBSD.
One serious port for a change :)
1999-05-22 00:24:58 +00:00
espie
5ac3448778 Fix comments 1999-04-20 18:47:26 +00:00
espie
7856893b06 Lots of crisper comments... 1999-04-20 16:07:56 +00:00
brad
dfcbbb39d5 do not try to use gd if it is found durring configure 1999-04-13 19:21:57 +00:00
espie
926e5fa1a6 Fix up PLISTs.
At one point bsd.port.mk put out erroneous PLIST-auto, with @cwd, @pkgname,
and @pkgdep lines.

These are actually added by make package, and shouldn't usually be put
inside the PLIST, as this is extra information to update.

I left a few @cwd in, mainly for the perl modules, which want to live under
/usr to work.
1999-03-23 17:47:31 +00:00
marc
a2cfdf108b Fix library dependency and packing list 1999-03-12 17:13:57 +00:00
brad
f44d4b5a98 add MASTER_SITE_SUBDIR 1999-03-07 01:38:58 +00:00
marc
3e45db1680 add sha1 and rmd160 checksum to the existing md5 sums for all files;
Porters: please make sure you use bsd.port.mk 1.75 or later when
updating ports.  That version of the makefile adds all sums.  Previous
versions of the makefile will still work for people installing ports.
1999-03-04 05:55:44 +00:00
angelos
e6b693d9d5 Update to version 3.7 (thanks to espie@ for telling me about the new
release).
1999-02-01 23:29:35 +00:00
marc
4dc993c625 fix the remainder of long COMMENT files 1999-01-27 00:22:28 +00:00
marc
cd2bc73150 fix packing list 1998-12-07 20:48:49 +00:00
ian
18c0151dde Typo. 1998-09-24 14:50:24 +00:00
ian
636eeb4fe6 Typo (wrong publisher listed for book). 1998-09-24 14:38:26 +00:00
marc
cfa75f45a4 add xspread to Makefile 1998-09-23 15:59:53 +00:00
marc
d115a9aabd xspread 2.1; "Angelos D. Keromytis" <angelos@dsl.cis.upenn.edu> 1998-09-23 15:58:23 +00:00
marc
5f861d1c67 add wingz to makefile 1998-09-18 22:48:16 +00:00
marc
98e109bcb1 A commercial spreadsheet; "Angelos D. Keromytis" <angelos@dsl.cis.upenn.edu> 1998-09-18 22:47:06 +00:00
ian
7cf7e0deec put the right site in 1998-09-16 19:43:02 +00:00
ian
19b1383db5 add hoc port 1998-09-16 19:36:54 +00:00
ian
58c92008a3 hoc calculator/language port 1998-09-16 19:35:08 +00:00
marc
7ab422b5d0 update master site 1998-08-04 22:31:30 +00:00
angelos
0e70b61745 Update to version 3.5. 1998-07-03 23:50:50 +00:00
marc
0d612e6afd Update index; fix math Makefile 1998-05-24 01:19:28 +00:00
angelos
1e384e1a70 Add math/ Makefile 1998-05-17 04:32:58 +00:00
angelos
486bdd6ef9 gnuplot port 1998-05-17 04:30:57 +00:00