summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-04-22 19:02:11 +0000
committerwiz <wiz@pkgsrc.org>2005-04-22 19:02:11 +0000
commita8618fd9855cc086c3e69dab608ad0c14a1b9432 (patch)
treefeb0c126a36ffcf5bbbf5f9a13175c485676aab0 /math
parent80da43e636c8b6cd5c69fed2398f116c8b6741db (diff)
downloadpkgsrc-a8618fd9855cc086c3e69dab608ad0c14a1b9432.tar.gz
Remove cassowary -- it hasn't been updated for years by the
authors and does not build against new versions of its dependencies, and its dependency gtl0 was just removed from pkgsrc.
Diffstat (limited to 'math')
-rw-r--r--math/Makefile3
-rw-r--r--math/cassowary/DESCR11
-rw-r--r--math/cassowary/Makefile35
-rw-r--r--math/cassowary/PLIST57
-rw-r--r--math/cassowary/distinfo10
-rw-r--r--math/cassowary/patches/patch-aa13
-rw-r--r--math/cassowary/patches/patch-ab22
-rw-r--r--math/cassowary/patches/patch-ac16
-rw-r--r--math/cassowary/patches/patch-ad18
-rw-r--r--math/cassowary/patches/patch-ae11
10 files changed, 1 insertions, 195 deletions
diff --git a/math/Makefile b/math/Makefile
index 8ebf95fdf3e..ff6537108a2 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.127 2005/01/25 14:36:38 cube Exp $
+# $NetBSD: Makefile,v 1.128 2005/04/22 19:02:11 wiz Exp $
#
COMMENT= Mathematics
@@ -13,7 +13,6 @@ SUBDIR+= blas
SUBDIR+= blitz++
SUBDIR+= calc
SUBDIR+= capc-calc
-SUBDIR+= cassowary
SUBDIR+= cln
SUBDIR+= dcdflib.c
SUBDIR+= dcdflib.f
diff --git a/math/cassowary/DESCR b/math/cassowary/DESCR
deleted file mode 100644
index 843478a2266..00000000000
--- a/math/cassowary/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-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".
diff --git a/math/cassowary/Makefile b/math/cassowary/Makefile
deleted file mode 100644
index 2afea25c250..00000000000
--- a/math/cassowary/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.29 2005/04/11 21:46:28 tv Exp $
-#
-
-DISTNAME= cassowary-0.60
-PKGREVISION= 7
-CATEGORIES= math
-MASTER_SITES= http://www.cs.washington.edu/research/constraints/cassowary/
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.cs.washington.edu/research/constraints/cassowary/
-COMMENT= Constraint-solving toolkit for linear equalities and inequalities
-
-BUILD_DEPENDS+= bison>=1.34:../../devel/bison
-
-USE_GNU_TOOLS+= make
-USE_LIBTOOL= # defined
-
-GNU_CONFIGURE= # defined
-CONFIGURE_ARGS+= --enable-fd-solver
-CONFIGURE_ARGS+= --with-gtl=${BUILDLINK_PREFIX.gtl0}
-
-PLIST_SUBST+= GUILE14_SUBDIR=${GUILE14_SUBDIR}
-
-YACC= bison -y
-
-UNLIMIT_RESOURCES= datasize memorysize
-
-CXXFLAGS+= -Wno-deprecated
-
-post-install:
- cd ${PREFIX}/lib/cassowary && ${RMDIR} -p bench
-
-.include "../../devel/gtl0/buildlink3.mk"
-.include "../../lang/guile14/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/math/cassowary/PLIST b/math/cassowary/PLIST
deleted file mode 100644
index f64cb796fc0..00000000000
--- a/math/cassowary/PLIST
+++ /dev/null
@@ -1,57 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2004/09/22 08:09:42 jlam Exp $
-bin/cassowary-config
-include/Cl.h
-include/ClC.h
-include/cassowary/Cassowary.h
-include/cassowary/ClAbstractVariable.h
-include/cassowary/ClConstraint.h
-include/cassowary/ClConstraintHash.h
-include/cassowary/ClDummyVariable.h
-include/cassowary/ClEditConstraint.h
-include/cassowary/ClEditOrStayConstraint.h
-include/cassowary/ClErrors.h
-include/cassowary/ClFDBinaryOneWayConstraint.h
-include/cassowary/ClFDConnectorVariable.h
-include/cassowary/ClFDConstraint.h
-include/cassowary/ClFDSolver.h
-include/cassowary/ClFDVariable.h
-include/cassowary/ClFloatVariable.h
-include/cassowary/ClLinearConstraint.h
-include/cassowary/ClLinearEquation.h
-include/cassowary/ClLinearExpression.h
-include/cassowary/ClLinearExpression_fwd.h
-include/cassowary/ClLinearInequality.h
-include/cassowary/ClMap.h
-include/cassowary/ClObjectiveVariable.h
-include/cassowary/ClPoint.h
-include/cassowary/ClReader.h
-include/cassowary/ClSet.h
-include/cassowary/ClSimplexSolver.h
-include/cassowary/ClSlackVariable.h
-include/cassowary/ClSolver.h
-include/cassowary/ClStayConstraint.h
-include/cassowary/ClStrength.h
-include/cassowary/ClSymbolicWeight.h
-include/cassowary/ClTableau.h
-include/cassowary/ClTypedefs.h
-include/cassowary/ClVariable.h
-include/cassowary/cl_auto_ptr.h
-include/cassowary/config-inline.h
-include/cassowary/debug.h
-include/cassowary/timer.h
-include/cassowary_scm.h
-include/cassowary_scm.hpp
-include/cl-snarf.h
-lib/cassowary/tests/ClTests
-${GUILE14_SUBDIR}/lib/guile/site/cassowary/libconstraints.la
-lib/libcassowary.la
-lib/libconstraints.a
-share/doc/cassowary/cassowary-tr.pdf
-share/doc/cassowary/cassowary-tr.ps.gz
-@dirrm share/doc/cassowary
-@dirrm lib/cassowary/tests
-@dirrm lib/cassowary
-@dirrm include/cassowary
-@dirrm ${GUILE14_SUBDIR}/lib/guile/site/cassowary
-@unexec ${RMDIR} %D/${GUILE14_SUBDIR}/lib/guile/site 2>/dev/null || ${TRUE}
-@unexec ${RMDIR} %D/${GUILE14_SUBDIR}/lib/guile 2>/dev/null || ${TRUE}
diff --git a/math/cassowary/distinfo b/math/cassowary/distinfo
deleted file mode 100644
index 8d384fcad25..00000000000
--- a/math/cassowary/distinfo
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: distinfo,v 1.6 2005/02/23 12:06:54 agc Exp $
-
-SHA1 (cassowary-0.60.tar.gz) = 1c9bb84c3e6936cc85d8f660a9ac12017dd631a7
-RMD160 (cassowary-0.60.tar.gz) = 79b537541b6a79e6b884ec8ea6cf5f8e6949742f
-Size (cassowary-0.60.tar.gz) = 1605222 bytes
-SHA1 (patch-aa) = 32c7d9db43bea9b9114c4091cd0687b558211a94
-SHA1 (patch-ab) = 66119674c748ea04a16b1c91850b4e6acc831ec4
-SHA1 (patch-ac) = cf3a4545fafcbed8803d8f0cbabb4d027f25f695
-SHA1 (patch-ad) = 84231eed9a335251af62cccba2d60b3f98d8ba48
-SHA1 (patch-ae) = c40138fbae85d58aa74f5cda5700c0cc3db38117
diff --git a/math/cassowary/patches/patch-aa b/math/cassowary/patches/patch-aa
deleted file mode 100644
index 3f26651045a..00000000000
--- a/math/cassowary/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2000/07/31 06:58:36 jlam Exp $
-
---- docs/Makefile.in.orig Sun Mar 12 17:15:11 2000
-+++ docs/Makefile.in Mon Jul 31 00:55:30 2000
-@@ -94,7 +94,7 @@
- YACC = @YACC@
- cassoguiledir = @cassoguiledir@
-
--docdir = $(prefix)/doc
-+docdir = $(prefix)/share/doc/cassowary
-
- doc_DATA = cassowary-tr.pdf cassowary-tr.ps.gz
-
diff --git a/math/cassowary/patches/patch-ab b/math/cassowary/patches/patch-ab
deleted file mode 100644
index 299b0e14f69..00000000000
--- a/math/cassowary/patches/patch-ab
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2000/07/31 06:58:36 jlam Exp $
-
---- cassowary-config.in.orig Wed Sep 8 01:22:13 1999
-+++ cassowary-config.in Mon Jul 31 00:53:49 2000
-@@ -4,7 +4,7 @@
-
- # gotten from LDADD in c++/Makefile.am
- cassowary_gtllibs="@GTL_LIB@"
--cassowary_libs="-L@prefix@/lib $cassowary_gtllibs"
-+cassowary_libs="-Wl,-R@prefix@/lib -L@prefix@/lib $cassowary_gtllibs"
- cassowary_cflags="@GUILE_INCLUDES@ @GTL_INCLUDES@"
-
- prefix=@prefix@
-@@ -94,7 +94,7 @@
- fi
-
- if test "$echo_libs" = "yes"; then
-- echo -L@libdir@ -lcassowary -lstdc++ $cassowary_libs
-+ echo -Wl,-R@libdir@ -L@libdir@ -lcassowary -lstdc++ $cassowary_libs
- fi
-
- if test "$echo_gtllibs" = "yes"; then
diff --git a/math/cassowary/patches/patch-ac b/math/cassowary/patches/patch-ac
deleted file mode 100644
index 2d5e8a49dfe..00000000000
--- a/math/cassowary/patches/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.4 2002/03/25 01:04:47 jmc Exp $
-
---- c++/Makefile.in.orig Mon Mar 25 00:49:58 2002
-+++ c++/Makefile.in Mon Mar 25 00:57:51 2002
-@@ -1007,7 +1007,10 @@
- ClReader-lex.cc: ClReader.l ClReader.h ClReader.cc.h
- $(LEX) -Pcl -o$@ $<
-
--ClReader.cc.h ClReader.cc: ClReader.y ClReader.h
-+ClReader.cc.h: ClReader.cc
-+ mv ClReader.hh ClReader.cc.h
-+
-+ClReader.cc: ClReader.y ClReader.h
- $(YACC) -d -pcl --output-file $@ $<
-
- cassowary/config-inline.h: cassowary
diff --git a/math/cassowary/patches/patch-ad b/math/cassowary/patches/patch-ad
deleted file mode 100644
index 436a251208a..00000000000
--- a/math/cassowary/patches/patch-ad
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-ad,v 1.4 2002/12/27 02:17:58 jschauma Exp $
-
---- guile/Makefile.in.orig Thu Dec 26 20:33:22 2002
-+++ guile/Makefile.in Thu Dec 26 20:34:03 2002
-@@ -610,11 +610,11 @@
- # just use `make CC=g++' and the revised guile-snarf which uses ${CC} will work
- # for C++ prototype extraction
- %.x: %.c
-- guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@
-+ guile-snarf $< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) > $@
-
- %.x: %.cc
- CC=$(CXX) \
-- guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) $< > $@
-+ guile-snarf $< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CXXFLAGS) > $@
-
- test:
- env GUILE_LOAD_PATH=.:$$GUILE_LOAD_PATH guile -s cltests.scm
diff --git a/math/cassowary/patches/patch-ae b/math/cassowary/patches/patch-ae
deleted file mode 100644
index d123c1d9e4f..00000000000
--- a/math/cassowary/patches/patch-ae
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2003/01/23 19:57:29 kristerw Exp $
---- configure.orig Thu Jan 23 20:44:13 2003
-+++ configure Thu Jan 23 20:44:35 2003
-@@ -2532,6 +2532,7 @@
- GUILE_LIBS="${GUILE_LIBS_PRE} `${GUILE_CONFIG} link`"
- GUILE_ENABLED="true"
- echo "$ac_t""$GUILE_LIBS" 1>&6
-+ GUILE_INCLUDES="${GUILE_INCLUDES} `${GUILE_CONFIG} compile`"
- else
- echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6
- echo "configure:2538: checking for sin in -lm" >&5