pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math Remove cassowary -- it hasn't been updated for ye...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0be9e86a4be9
branches:  trunk
changeset: 492925:0be9e86a4be9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 22 19:02:11 2005 +0000

description:
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:

 math/Makefile                   |   3 +-
 math/cassowary/DESCR            |  11 -------
 math/cassowary/Makefile         |  35 -------------------------
 math/cassowary/PLIST            |  57 -----------------------------------------
 math/cassowary/distinfo         |  10 -------
 math/cassowary/patches/patch-aa |  13 ---------
 math/cassowary/patches/patch-ab |  22 ---------------
 math/cassowary/patches/patch-ac |  16 -----------
 math/cassowary/patches/patch-ad |  18 ------------
 math/cassowary/patches/patch-ae |  11 -------
 10 files changed, 1 insertions(+), 195 deletions(-)

diffs (246 lines):

diff -r 51f0d2fab49c -r 0be9e86a4be9 math/Makefile
--- a/math/Makefile     Fri Apr 22 19:00:33 2005 +0000
+++ b/math/Makefile     Fri Apr 22 19:02:11 2005 +0000
@@ -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+=       blitz++
 SUBDIR+=       calc
 SUBDIR+=       capc-calc
-SUBDIR+=       cassowary
 SUBDIR+=       cln
 SUBDIR+=       dcdflib.c
 SUBDIR+=       dcdflib.f
diff -r 51f0d2fab49c -r 0be9e86a4be9 math/cassowary/DESCR
--- a/math/cassowary/DESCR      Fri Apr 22 19:00:33 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 51f0d2fab49c -r 0be9e86a4be9 math/cassowary/Makefile
--- a/math/cassowary/Makefile   Fri Apr 22 19:00:33 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 51f0d2fab49c -r 0be9e86a4be9 math/cassowary/PLIST
--- a/math/cassowary/PLIST      Fri Apr 22 19:00:33 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 51f0d2fab49c -r 0be9e86a4be9 math/cassowary/distinfo
--- a/math/cassowary/distinfo   Fri Apr 22 19:00:33 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 51f0d2fab49c -r 0be9e86a4be9 math/cassowary/patches/patch-aa
--- a/math/cassowary/patches/patch-aa   Fri Apr 22 19:00:33 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 51f0d2fab49c -r 0be9e86a4be9 math/cassowary/patches/patch-ab
--- a/math/cassowary/patches/patch-ab   Fri Apr 22 19:00:33 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 51f0d2fab49c -r 0be9e86a4be9 math/cassowary/patches/patch-ac
--- a/math/cassowary/patches/patch-ac   Fri Apr 22 19:00:33 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 51f0d2fab49c -r 0be9e86a4be9 math/cassowary/patches/patch-ad
--- a/math/cassowary/patches/patch-ad   Fri Apr 22 19:00:33 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 51f0d2fab49c -r 0be9e86a4be9 math/cassowary/patches/patch-ae
--- a/math/cassowary/patches/patch-ae   Fri Apr 22 19:00:33 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index