Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv27711/sci
Modified Files:
singular-doc.info singular.info
Log Message:
Taking over singular, new upstream version
Index: singular-doc.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/singular-doc.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- singular-doc.info 9 May 2010 15:41:45 -0000 1.6
+++ singular-doc.info 29 Sep 2011 08:46:19 -0000 1.7
@@ -1,38 +1,55 @@
+# DISCLAIMER: Max Horn is the sole maintainer of this package.
+# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
+# Preferably, send a patch to me instead of making changes yourself!
+# If that is not possible due to extra urgency, at least send me a mail.
+#
+# Explanation: I am sick and tired of getting back to my packages and
+# discovering that people have messed with it. I am then forced to
+# retrace their steps, find out who, when and why did make a certain
+# change etc. -- i.e. it makes my life as maintainer harder.
+# Furthermore, as maintainer I am responsible for problems caused by my
+# packages. But I am not willing to take responsibility for something I
+# did not do. In particular, for changes that other people introduced
+# behind my back, no matter how good and noble their intentions were. As
+# such, I may see myself forced to drop responsibility for (and hence,
+# maintainership of) the affected package.
+
Package: singular-doc
-Version: 3.1.0
+Version: 3.1.3.2
Revision: 1
-Architecture: i386, powerpc
-Source:
http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/UNIX/Singular-3-1-0-1.share.tar.gz
-Maintainer: Michael Brickenstein <[email protected]>
+#
+Maintainer: Max Horn <[email protected]>
HomePage: http://www.singular.uni-kl.de
License: GPL
-Description: Singular documentation
-Source-MD5: 4f33cc1c4262069b12d526db69eaef45
-SourceDirectory: Singular/3-1-0
-PatchScript: /usr/bin/find -d . -name CVS -exec rm -rf \{\} \;
-CompileScript: <<
-#! /bin/sh -ev
-
+#
+Description: Documentation for the Singular CAS
+DescPackaging: <<
+ Previous revisions by Michael Brickenstein.
<<
+#
+Depends: singular
+#
+Source:
http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/3-1-3/Singular-3-1-3-2-share.tar.gz
+Source-MD5: 9a1889426ad2354b7b4314202bd51758
+SourceDirectory: Singular/3-1-3
+#
+CompileScript: # no compilation required
InstallScript: <<
#! /bin/sh -ev
-VERSION="3-1-0"
+VERSION="3-1-3"
DESTHOME=%i/share/Singular
DESTDOC=%i/share/doc/Singular
-for directory in doc html examples info
-do
-echo "installing $directory"
-install -d $DESTDOC/$directory;
-install -m 644 $directory/* $DESTDOC/$directory;
+for directory in doc html examples info ; do
+ echo "installing $directory"
+ install -d $DESTDOC/$directory;
+ install -m 644 $directory/* $DESTDOC/$directory;
done
-for directory in emacs
-do
-echo "installing $directory"
-install -d $DESTHOME/$directory;
-install -m 644 $directory/* $DESTHOME/$directory;
+for directory in emacs ; do
+ echo "installing $directory"
+ install -d $DESTHOME/$directory;
+ install -m 644 $directory/* $DESTHOME/$directory;
done
install -m 644 emacs/.emacs* $DESTHOME/emacs
<<
DocFiles: COPYING README COPYING.html NEWS README.html NEWS.html
-Depends: singular
Index: singular.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/singular.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- singular.info 16 Jul 2011 22:55:34 -0000 1.15
+++ singular.info 29 Sep 2011 08:46:19 -0000 1.16
@@ -1,24 +1,66 @@
+# DISCLAIMER: Max Horn is the sole maintainer of this package.
+# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
+# Preferably, send a patch to me instead of making changes yourself!
+# If that is not possible due to extra urgency, at least send me a mail.
+#
+# Explanation: I am sick and tired of getting back to my packages and
+# discovering that people have messed with it. I am then forced to
+# retrace their steps, find out who, when and why did make a certain
+# change etc. -- i.e. it makes my life as maintainer harder.
+# Furthermore, as maintainer I am responsible for problems caused by my
+# packages. But I am not willing to take responsibility for something I
+# did not do. In particular, for changes that other people introduced
+# behind my back, no matter how good and noble their intentions were. As
+# such, I may see myself forced to drop responsibility for (and hence,
+# maintainership of) the affected package.
+
Package: singular
-Version: 3.1.0
-Revision: 8
-#Architecture: i386, powerpc
-GCC: 4.0
-Source:
http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/3-1-0/Singular-3-1-0-8.tar.gz
-Maintainer: Michael Brickenstein <[email protected]>
+Version: 3.1.3.2
+Revision: 1
+#
+Maintainer: Max Horn <[email protected]>
HomePage: http://www.singular.uni-kl.de
License: GPL
-Description: Computer Algebra system
-Source-MD5: bd1a6553d3b13abb71aadf781a039236
-#Patch: %n.patch
-SourceDirectory:Singular-3-1-0
-PatchScript: /usr/bin/find -d . -name CVS -exec rm -rf \{\} \;
-ConfigureParams: --disable-doc --libdir=%i/lib/Singular
--includedir=%i/include/Singular --bindir=%i/lib/Singular
--prefix=%i/share/Singular --enable-factory ( %m != x86_64 ) --enable-MP
--enable-libfac --without-dynamic-kernel --with-malloc=system
--with-valloc=system
+#
+Description: Computer algebra system
+DescDetail: <<
+Singular is a computer algebra system for polynomial computations, with
+special emphasis on commutative and non-commutative algebra, algebraic
+geometry, and singularity theory.
+
+Its main computational objects are ideals, modules and matrices over a
+large number of baserings.
+<<
+DescPackaging: <<
+ Previous revisions by Michael Brickenstein.
+<<
+#
+Depends: readline5-shlibs (>= 5.0-1004), libncurses5-shlibs (>=
5.4-20041023-1006), gmp5-shlibs, libmpfr4-shlibs
+BuildDepends: readline5 (>= 5.0-1004), libncurses5 (>= 5.4-20041023-1006),
gmp5, libmpfr4
+BuildConflicts: broken-gcc
+Suggests: surf, graphviz, singular-doc
+#
+Source:
http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/3-1-3/Singular-3-1-3-2.tar.gz
+Source-MD5: c4fa20969a1e49b843c32cb95815b05b
+SourceDirectory: Singular-3-1-3
+#
+ConfigureParams: <<
+ --disable-doc \
+ --libdir=%i/lib/Singular \
+ --includedir=%i/include/Singular \
+ --bindir=%i/lib/Singular \
+ --prefix=%i/share/Singular \
+ ( %m != x86_64 ) --enable-MP \
+ --without-dynamic-kernel \
+ --with-malloc=system \
+ --with-valloc=system
+<<
+GCC: 4.0
+SetCFLAGS: -O3
+SetCXXFLAGS: -O3
+#
CompileScript: <<
#! /bin/sh -ev
-export CPPFLAGS="-I%p/include"
-export CFLAGS="-O3"
-export CXXFLAGS="-O3"
-export LDFLAGS="-L%p/lib -ldl"
rm -rf gmp
rm -rf doc
#rm -rf ntl/doc
@@ -31,22 +73,19 @@
find . -name configure -exec sed -i -e "s/--no-exceptions//" "{}" ";"
find . -name Makefile -exec sed -i -e "s/-fno-implicit-templates//" "{}" ";"
./configure %c
-
<<
-
+#
InstallScript: <<
#! /bin/sh -ev
-export CPPFLAGS="-I%p/include"
-export CFLAGS="-O3"
-export CXXFLAGS="-O3"
-export LDFLAGS="-L%p/lib -ldl"
+VERSION="3-1-3"
#export ac_cv_header_boost_dynamic_bitset_hpp=no
echo "#define MAKE_DISTRIBUTION " >Singular/distrib.h
-make install
-
mkdir -p %i/bin
-ln -sf Singular-3-1-0 %i/lib/Singular/Singular
+mkdir -p %i/share/Singular
+make install
+
+ln -sf Singular-$VERSION %i/lib/Singular/Singular
rm -f %i/share/Singular/LIB
cd Singular
make install-sharedist install_slibdir=%i/share/Singular/LIB
@@ -62,7 +101,7 @@
export SINGULAR_EXAMPLES_DIR=%p/share/doc/Singular/examples
export PATH="%p/lib/Singular:%p/bin:\$PATH"
export SINGULAR_EXECUTABLE="%p/bin/Singular"
-exec %p/lib/Singular/Singular-3-1-0 \$*
+exec %p/lib/Singular/Singular-$VERSION \$*
!ANF
chmod 755 %i/bin/Singular
@@ -102,13 +141,11 @@
exec %p/lib/Singular/ESingular \$*
!ANF
chmod 755 %i/bin/ESingular
+
rm -rf %p/share/Singular/doc/doc/NTL
-for f in `find . -name ChangeLog|sed -e 's,^\./,,'`; do mkdir -p
%i/share/doc/%N/`dirname $f`; cp -p $f %i/share/doc/%N/$f; done
+for f in `find . -name ChangeLog|sed -e 's,^\./,,'`; do
+ mkdir -p %i/share/doc/%N/`dirname $f`
+ cp -p $f %i/share/doc/%N/$f
+done
<<
DocFiles: COPYING README
-Depends: readline5-shlibs (>= 5.0-1004), libncurses5-shlibs (>=
5.4-20041023-1006), gmp5-shlibs, libmpfr4-shlibs
-#BuildDepends: readline5 (>= 5.0-1004), libncurses5 (>= 5.4-20041023-1006),
gmp (>= 4.1.4-1), libmpfr1, boost1.33
-BuildDepends: readline5 (>= 5.0-1004), libncurses5 (>= 5.4-20041023-1006),
gmp5, libmpfr4
-BuildConflicts: broken-gcc
-Suggests: surf, graphviz, singular-doc
-#, singular-factory, singular-libfac
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs