REVISION
This commit is contained in:
parent
0b26569d53
commit
80dfe7cfa9
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2010/05/28 21:01:03 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2010/07/18 10:30:41 steven Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= clone of S, a powerful math/statistics/graphics language
|
||||
DISTNAME= R-2.8.1
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
REVISION= 3
|
||||
SHARED_LIBS= Rlapack 29.0 \
|
||||
Rblas 29.0
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2009/08/26 11:07:32 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2010/07/18 10:30:41 steven Exp $
|
||||
|
||||
COMMENT= ASCII art mathematics
|
||||
|
||||
DISTNAME= aamath-0.3
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
REVISION= 0
|
||||
CATEGORIES= math
|
||||
|
||||
HOMEPAGE= http://fuse.superglue.se/aamath/
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2009/08/10 06:32:43 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2010/07/18 10:30:41 steven Exp $
|
||||
|
||||
COMMENT= free spreadsheet with graphical user interface
|
||||
|
||||
DISTNAME= abs-src-0.8
|
||||
PKGNAME= ${DISTNAME:S/-src//}p2
|
||||
PKGNAME= ${DISTNAME:S/-src//}
|
||||
REVISION= 2
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/06/12 18:13:25 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/07/18 10:30:41 steven Exp $
|
||||
|
||||
COMMENT= order a sparse matrix prior to Cholesky factorization
|
||||
|
||||
VERSION= 2.2.0
|
||||
DISTNAME= AMD-${VERSION}
|
||||
PKGNAME= amd-${VERSION}p2
|
||||
PKGNAME= amd-${VERSION}
|
||||
REVISION= 2
|
||||
SHARED_LIBS= amd 0.0 \
|
||||
amdf77 0.0
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2010/06/12 18:00:13 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/07/18 10:30:41 steven Exp $
|
||||
|
||||
COMMENT= solve large scale eigenvalue problems
|
||||
|
||||
DISTNAME= arpack96
|
||||
PKGNAME= arpack-96p2
|
||||
PKGNAME= arpack-96
|
||||
REVISION= 2
|
||||
SHARED_LIBS= arpack 1.0
|
||||
CATEGORIES= math
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2010/06/12 18:00:13 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/07/18 10:30:41 steven Exp $
|
||||
|
||||
COMMENT= Basic Linear Algebra Subprograms
|
||||
|
||||
VERSION= 1.0
|
||||
DISTNAME= blas
|
||||
PKGNAME= ${DISTNAME}-${VERSION}p3
|
||||
PKGNAME= ${DISTNAME}-${VERSION}
|
||||
REVISION= 3
|
||||
SHARED_LIBS= blas 1.0
|
||||
|
||||
CATEGORIES= math
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2009/08/10 06:32:43 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2010/07/18 10:30:41 steven Exp $
|
||||
|
||||
COMMENT= RPN and algebraic scientific calculator
|
||||
|
||||
DISTNAME= calcoo-1.3.18
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
REVISION= 3
|
||||
CATEGORIES= math
|
||||
HOMEPAGE= http://calcoo.sourceforge.net/
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2010/06/14 05:42:00 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2010/07/18 10:30:41 steven Exp $
|
||||
|
||||
COMMENT= C interface to the BLAS library
|
||||
|
||||
VERSION= 1.0
|
||||
DISTNAME= cblas
|
||||
PKGNAME= ${DISTNAME}-${VERSION}p0
|
||||
PKGNAME= ${DISTNAME}-${VERSION}
|
||||
REVISION= 0
|
||||
SHARED_LIBS= cblas 1.0
|
||||
|
||||
CATEGORIES= math
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2010/06/14 07:32:30 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/07/18 10:30:41 steven Exp $
|
||||
|
||||
COMMENT = library for column approximate minimum degree ordering
|
||||
|
||||
DISTNAME = CCOLAMD-2.7.2
|
||||
PKGNAME = ${DISTNAME:L}p0
|
||||
PKGNAME = ${DISTNAME:L}
|
||||
REVISION = 0
|
||||
SHARED_LIBS += ccolamd 0.0
|
||||
CATEGORIES = math
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2009/06/03 09:44:23 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/07/18 10:30:41 steven Exp $
|
||||
|
||||
COMMENT= library for handling FITS data
|
||||
CATEGORIES= math graphics devel
|
||||
@ -8,7 +8,8 @@ HOMEPAGE= http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html
|
||||
DISTNAME= cfitsio3006
|
||||
WRKDIST= ${WRKDIR}/cfitsio
|
||||
|
||||
PKGNAME= cfitsio-3.006p0
|
||||
PKGNAME= cfitsio-3.006
|
||||
REVISION= 0
|
||||
MASTER_SITES= ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/ \
|
||||
http://spacehopper.org/mirrors/
|
||||
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2010/06/14 07:15:10 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2010/07/18 10:30:41 steven Exp $
|
||||
|
||||
COMMENT = library for column approximate minimum degree ordering
|
||||
|
||||
DISTNAME = COLAMD-2.7.2
|
||||
PKGNAME = ${DISTNAME:L}p0
|
||||
PKGNAME = ${DISTNAME:L}
|
||||
REVISION = 0
|
||||
SHARED_LIBS += colamd 0.0
|
||||
CATEGORIES = math
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2008/01/04 17:48:36 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/07/18 10:30:41 steven Exp $
|
||||
|
||||
BROKEN= requires update due to ocaml 3.08
|
||||
|
||||
COMMENT= proof assistant based on a typed lambda calculus
|
||||
|
||||
DISTNAME= coq-7.3.1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
REVISION= 0
|
||||
CATEGORIES= math
|
||||
HOMEPAGE= http://coq.inria.fr/
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2007/09/15 18:44:36 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/07/18 10:30:41 steven Exp $
|
||||
# $FreeBSD: ports/math/fftw/Makefile,v 1.11 2000/06/16 21:51:38 asami Exp $
|
||||
# Original from: Lars Koeller <Lars.Koeller@Uni-Bielefeld.DE>
|
||||
|
||||
COMMENT= C routines for computing the Discrete Fourier Transform
|
||||
|
||||
DISTNAME= fftw-2.1.5
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
REVISION= 1
|
||||
SHARED_LIBS= fftw 2.7 \
|
||||
rfftw 2.7
|
||||
CATEGORIES= math
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2010/05/28 22:41:43 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2010/07/18 10:30:41 steven Exp $
|
||||
|
||||
COMMENT= environment for rapid engineering and scientific processing
|
||||
|
||||
V= 3.6
|
||||
DISTNAME= FreeMat-${V}
|
||||
PKGNAME= freemat-${V}p2
|
||||
PKGNAME= freemat-${V}
|
||||
REVISION= 2
|
||||
|
||||
CATEGORIES= graphics math
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2009/12/21 22:07:57 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2010/07/18 10:30:41 steven Exp $
|
||||
|
||||
COMMENT= GTK2-based scientific calculator
|
||||
|
||||
DISTNAME= galculator-1.3.4
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
REVISION= 2
|
||||
CATEGORIES= math
|
||||
HOMEPAGE= http://galculator.sourceforge.net/
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $Id: Makefile,v 1.7 2010/06/07 13:47:44 espie Exp $
|
||||
# $Id: Makefile,v 1.8 2010/07/18 10:30:41 steven Exp $
|
||||
|
||||
COMMENT= GiNaC is Not a Computer Algebra System (CAS)
|
||||
|
||||
DISTNAME= ginac-1.5.3
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
REVISION= 0
|
||||
SHARED_LIBS += ginac 2.0 # 0.3
|
||||
CATEGORIES= math
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2010/04/24 20:18:39 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2010/07/18 10:30:41 steven Exp $
|
||||
# $FreeBSD: ports/math/grace/Makefile,v 1.18 2001/04/25 05:59:19 lkoeller Exp $
|
||||
# Original from: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
|
||||
|
||||
COMMENT= GRaphing, Advanced Computation and Exploration of data
|
||||
|
||||
DISTNAME= grace-5.1.15
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
REVISION= 3
|
||||
CATEGORIES= math
|
||||
|
||||
HOMEPAGE= http://plasma-gate.weizmann.ac.il/Grace/
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2009/08/10 06:32:43 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2010/07/18 10:30:41 steven Exp $
|
||||
|
||||
COMMENT-main= graph drawing software
|
||||
|
||||
DISTNAME= graphviz-2.12
|
||||
PKGNAME-main= ${DISTNAME}p8
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
REVISION-main= 8
|
||||
CATEGORIES= math devel graphics
|
||||
MULTI_PACKAGES= -main
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2010/03/23 20:38:20 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2010/07/18 10:30:41 steven Exp $
|
||||
|
||||
COMMENT= graphical reverse polish notation calculator
|
||||
|
||||
DISTNAME= grpn-1.1.2
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
REVISION= 2
|
||||
CATEGORIES= math x11
|
||||
|
||||
HOMEPAGE= http://lashwhip.com/grpn.html
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2007/09/15 18:44:36 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/07/18 10:30:41 steven Exp $
|
||||
|
||||
COMMENT= multi-radix integer desk calculator
|
||||
|
||||
DISTNAME= hc
|
||||
PKGNAME= hc-1.1p0
|
||||
PKGNAME= hc-1.1
|
||||
REVISION= 0
|
||||
CATEGORIES= math
|
||||
|
||||
HOMEPAGE= http://www.geocities.com/connorbd/software/hc.html
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2009/08/10 06:32:43 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2010/07/18 10:30:41 steven Exp $
|
||||
|
||||
COMMENT= multi-radix calculator for x11
|
||||
|
||||
DATE= 19951219
|
||||
DISTNAME= hexcalc
|
||||
PKGNAME= ${DISTNAME}-${DATE}p0
|
||||
PKGNAME= ${DISTNAME}-${DATE}
|
||||
REVISION= 0
|
||||
CATEGORIES= math
|
||||
EXTRACT_SUFX= ..tar.Z
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# Ports collection makefile for "hoc", the High Order Calculator
|
||||
# $OpenBSD: Makefile,v 1.24 2007/09/15 18:44:36 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2010/07/18 10:30:41 steven Exp $
|
||||
|
||||
COMMENT= from Kernighan & Pike: High Order Calculator
|
||||
|
||||
DISTNAME= hoc
|
||||
PKGNAME= hoc-1.1p0
|
||||
PKGNAME= hoc-1.1
|
||||
REVISION= 0
|
||||
CATEGORIES= math
|
||||
|
||||
MASTER_SITES= http://cm.bell-labs.com/cm/cs/who/bwk/
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2009/08/10 06:32:43 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2010/07/18 10:30:41 steven Exp $
|
||||
|
||||
CATEGORIES= math x11/kde
|
||||
COMMENT= data viewing/plotting tool
|
||||
|
||||
DISTNAME= kst-1.2.1
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
REVISION= 3
|
||||
SHARED_ONLY= Yes
|
||||
SHARED_LIBS= kst 4.0 \
|
||||
kstapp 4.0 \
|
||||
|
Loading…
Reference in New Issue
Block a user