import matharray: GNUstep library to manipulate matrices

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
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.

OK rpointel@ same for aclock and gomoku, where I forgot, sorry
This commit is contained in:
sebastia 2011-11-17 23:38:02 +00:00
parent b4933eba88
commit d7ec7e9ba1
4 changed files with 38 additions and 51 deletions

View File

@ -1,13 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/11/17 23:32:33 sebastia Exp $
# $OpenBSD: Makefile,v 1.1.1.2 2011/11/17 23:38:02 sebastia Exp $
COMMENT = analog clock for the GNUstep desktop
COMMENT = GNUstep library to manipulate matrices
DISTNAME = AClock-0.4.0
VERSION = 1.2
DISTNAME = MathArray-${VERSION}
PKGNAME = gnustep-matharray-${VERSION}
CATEGORIES = math
SHARED_LIBS += MathArray 0.0
HOMEPAGE = http://gap.nongnu.org/aclock/
MASTER_SITES = http://savannah.nongnu.org/download/gap/
HOMEPAGE = http://wiki.gnustep.org/index.php/MathArray
MASTER_SITES = ${MASTER_SITE_GNUSTEP:=contrib/}
MODULES = x11/gnustep
WANTLIB = c m pthread
MODULES = x11/gnustep
MODGNUSTEP_NEEDS_GUI = No
MAKE_FLAGS += libMathArray_INTERFACE_VERSION=${LIBMathArray_VERSION}
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
MD5 (gnustep/AClock-0.4.0.tar.gz) = FWpb/PdUGgKfwruz2EjP1A==
RMD160 (gnustep/AClock-0.4.0.tar.gz) = MvxOgyn8Fp3HyifRVzVz8Ytlt7I=
SHA1 (gnustep/AClock-0.4.0.tar.gz) = wdS20XKgJ3+6VAxzqkVLItOypBM=
SHA256 (gnustep/AClock-0.4.0.tar.gz) = fIXE6Vfx4kUvbtKJOr0ncbNMX6YrlGD6OJWwZ46vqtA=
SIZE (gnustep/AClock-0.4.0.tar.gz) = 299488
MD5 (gnustep/MathArray-1.2.tar.gz) = Z6jIMzsoIUNTq1/K6zUrow==
RMD160 (gnustep/MathArray-1.2.tar.gz) = j2EWoWX283tIv6qDGmb69zV06oo=
SHA1 (gnustep/MathArray-1.2.tar.gz) = jdATyU77JcVCiiW2YcC3S05ZOyw=
SHA256 (gnustep/MathArray-1.2.tar.gz) = xgYMexyTYCuoIdby1QD0C45+XljksyFUQ+9lXeQQclc=
SIZE (gnustep/MathArray-1.2.tar.gz) = 109961

View File

@ -1,2 +1,9 @@
AClock is an analog clock for the GNUstep desktop which stays in the
dock. The display is customizable in many details.
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
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.

View File

@ -1,37 +1,11 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/11/17 23:32:33 sebastia Exp $
bin/AClock
libexec/GNUstep/
libexec/GNUstep/AClock.app/
@bin libexec/GNUstep/AClock.app/AClock
libexec/GNUstep/AClock.app/Resources/
libexec/GNUstep/AClock.app/Resources/AClock.desktop
libexec/GNUstep/AClock.app/Resources/AClock.gorm/
libexec/GNUstep/AClock.app/Resources/AClock.gorm/data.classes
libexec/GNUstep/AClock.app/Resources/AClock.gorm/data.info
libexec/GNUstep/AClock.app/Resources/AClock.gorm/objects.gorm
libexec/GNUstep/AClock.app/Resources/AClock.tiff
libexec/GNUstep/AClock.app/Resources/Info-gnustep.plist
libexec/GNUstep/AClock.app/Resources/clock.png
libexec/GNUstep/AClock.app/Resources/cuckoo.wav
libexec/GNUstep/AClock.app/Resources/cuckoo0.png
libexec/GNUstep/AClock.app/Resources/cuckoo1.png
libexec/GNUstep/AClock.app/Resources/cuckoo10.png
libexec/GNUstep/AClock.app/Resources/cuckoo11.png
libexec/GNUstep/AClock.app/Resources/cuckoo12.png
libexec/GNUstep/AClock.app/Resources/cuckoo13.png
libexec/GNUstep/AClock.app/Resources/cuckoo14.png
libexec/GNUstep/AClock.app/Resources/cuckoo15.png
libexec/GNUstep/AClock.app/Resources/cuckoo16.png
libexec/GNUstep/AClock.app/Resources/cuckoo17.png
libexec/GNUstep/AClock.app/Resources/cuckoo18.png
libexec/GNUstep/AClock.app/Resources/cuckoo19.png
libexec/GNUstep/AClock.app/Resources/cuckoo2.png
libexec/GNUstep/AClock.app/Resources/cuckoo3.png
libexec/GNUstep/AClock.app/Resources/cuckoo4.png
libexec/GNUstep/AClock.app/Resources/cuckoo5.png
libexec/GNUstep/AClock.app/Resources/cuckoo6.png
libexec/GNUstep/AClock.app/Resources/cuckoo7.png
libexec/GNUstep/AClock.app/Resources/cuckoo8.png
libexec/GNUstep/AClock.app/Resources/cuckoo9.png
libexec/GNUstep/AClock.app/Resources/ring.wav
libexec/GNUstep/AClock.app/stamp.make
@comment $OpenBSD: PLIST,v 1.1.1.2 2011/11/17 23:38:02 sebastia Exp $
include/MathArray/
include/MathArray/MAValue.h
include/MathArray/MAValueData.h
include/MathArray/MaskedException.h
include/MathArray/MathArray.h
include/MathArray/MathArrayExtensions.h
include/MathArray/NSObjectExtra.h
include/MathArray/array_encoding.h
include/MathArray/complex.h
@lib lib/libMathArray.so.${LIBMathArray_VERSION}