aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authortheraven <theraven@FreeBSD.org>2013-08-29 02:26:01 +0800
committertheraven <theraven@FreeBSD.org>2013-08-29 02:26:01 +0800
commit93403bfd81b1d886476fb8cff35443caf1f078ed (patch)
treeab5064afd823ae17563635026226e53774a6614d /math
parent423247221bb4172753a74ac9b8e532553e2d4f7c (diff)
downloadfreebsd-ports-gnome-93403bfd81b1d886476fb8cff35443caf1f078ed.tar.gz
freebsd-ports-gnome-93403bfd81b1d886476fb8cff35443caf1f078ed.tar.zst
freebsd-ports-gnome-93403bfd81b1d886476fb8cff35443caf1f078ed.zip
Update to latest GNUstep core libraries.
Update dependent packages with more recent releases. Remove old and bit-rotted ones. Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations. Take maintainership of GNUstep-related ports. Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases. Future commits will fix them. Approved by: bapt
Diffstat (limited to 'math')
-rw-r--r--math/matharray/Makefile21
-rw-r--r--math/matharray/distinfo2
-rw-r--r--math/matharray/pkg-descr18
-rw-r--r--math/matharray/pkg-plist12
4 files changed, 0 insertions, 53 deletions
diff --git a/math/matharray/Makefile b/math/matharray/Makefile
deleted file mode 100644
index 3fe4fdb8f126..000000000000
--- a/math/matharray/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= matharray
-PORTVERSION= 1.2
-CATEGORIES= math gnustep
-MASTER_SITES= ${MASTER_SITE_GNUSTEP}
-MASTER_SITE_SUBDIR= contrib
-DISTNAME= MathArray-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Class library for mathematical manipulation of matrices
-
-LICENSE= LGPL20
-
-USE_GNUSTEP= yes
-USE_GNUSTEP_BASE= yes
-USE_GNUSTEP_BUILD= yes
-USE_GNUSTEP_INSTALL= yes
-USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
-
-.include <bsd.port.mk>
diff --git a/math/matharray/distinfo b/math/matharray/distinfo
deleted file mode 100644
index 3bf4142d69a8..000000000000
--- a/math/matharray/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (MathArray-1.2.tar.gz) = c6060c7b1c93602ba821d6f2d500f40b8e7e5e58e4b3215443ef655de4107257
-SIZE (MathArray-1.2.tar.gz) = 109961
diff --git a/math/matharray/pkg-descr b/math/matharray/pkg-descr
deleted file mode 100644
index f00f6b69cf96..000000000000
--- a/math/matharray/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-MathArray is a general library of classes for performing mathematical
-operations on arrays (vectors, matrices, etc) of values. It can
-operate on any standard 'C' number type plus numbers of complex
-type. MathArray is implemented using a "class cluster" concept,
-allowing one to perform mathematical calculations on a number without
-necessarily being aware of what type (class) of number is being
-operated on. MathArray knows implicitly what types of operations can
-be performed on what types of numbers and will automatically cast
-itself to the correct number type representation to handle the
-specific operation. Standard operations include addition, scalar and
-matrix multiplication and logical operations. Mathematical operations
-in the standard C math library are also supported, as well as
-user-defined functions.
-MathArray also does much more. Arrays can be manipulated, transposed
-and concatenated. One can extract subarrays or include subarrays within
-larger arrays.
-
-LICENSE: LGPL2 or later
diff --git a/math/matharray/pkg-plist b/math/matharray/pkg-plist
deleted file mode 100644
index eb88874350f0..000000000000
--- a/math/matharray/pkg-plist
+++ /dev/null
@@ -1,12 +0,0 @@
-GNUstep/Local/Library/Headers/MathArray/MAValue.h
-GNUstep/Local/Library/Headers/MathArray/MAValueData.h
-GNUstep/Local/Library/Headers/MathArray/MaskedException.h
-GNUstep/Local/Library/Headers/MathArray/MathArray.h
-GNUstep/Local/Library/Headers/MathArray/MathArrayExtensions.h
-GNUstep/Local/Library/Headers/MathArray/NSObjectExtra.h
-GNUstep/Local/Library/Headers/MathArray/array_encoding.h
-GNUstep/Local/Library/Headers/MathArray/complex.h
-GNUstep/Local/Library/Libraries/libMathArray.so
-GNUstep/Local/Library/Libraries/libMathArray.so.%%MAJORVERSION%%
-GNUstep/Local/Library/Libraries/libMathArray.so.%%VERSION%%
-@dirrm GNUstep/Local/Library/Headers/MathArray