diff options
author | Markus Dittrich <markusle@gentoo.org> | 2005-12-18 13:05:16 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2005-12-18 13:05:16 +0000 |
commit | 574207d16b1cbfe2b733e1b086235ed9afa343a3 (patch) | |
tree | 7b671f2b4122969e4ee9fb9354f9d712f04a8c13 /sci-mathematics/singular | |
parent | Modular X dependencies (bug #115644), removed old ebuild. (diff) | |
download | historical-574207d16b1cbfe2b733e1b086235ed9afa343a3.tar.gz historical-574207d16b1cbfe2b733e1b086235ed9afa343a3.tar.bz2 historical-574207d16b1cbfe2b733e1b086235ed9afa343a3.zip |
Version bump to most recent release. Thanks to <glowwormy@web.de> for the initial ebuild. This fixes bug #97875. Package masked to allow for some additional testing.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'sci-mathematics/singular')
-rw-r--r-- | sci-mathematics/singular/ChangeLog | 10 | ||||
-rw-r--r-- | sci-mathematics/singular/Manifest | 5 | ||||
-rw-r--r-- | sci-mathematics/singular/files/digest-singular-3.0.1.1 | 2 | ||||
-rw-r--r-- | sci-mathematics/singular/files/singular-3.0.1-gentoo.diff | 83 | ||||
-rw-r--r-- | sci-mathematics/singular/singular-3.0.1.1.ebuild | 110 |
5 files changed, 208 insertions, 2 deletions
diff --git a/sci-mathematics/singular/ChangeLog b/sci-mathematics/singular/ChangeLog index e6b248ad3a70..033bedabd1bb 100644 --- a/sci-mathematics/singular/ChangeLog +++ b/sci-mathematics/singular/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sci-mathematics/singular # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.3 2005/06/26 02:38:06 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.4 2005/12/18 13:05:15 markusle Exp $ + +*singular-3.0.1.1 (18 Dec 2005) + + 18 Dec 2005; Markus Dittrich <markusle@gentoo.org> + +singular-3.0.1.1.ebuild: + Version bump to most recent release. Thanks to <glowwormy@web.de> for the + initial ebuild. This fixes bug #97875. Package masked to allow for some + additional testing. 26 Jun 2005; Olivier Fisette <ribosome@gentoo.org> -singular-2.0.4-r1.ebuild, singular-2.0.5-r4.ebuild: diff --git a/sci-mathematics/singular/Manifest b/sci-mathematics/singular/Manifest index d3244ac3f867..b0e0ff4fd7d5 100644 --- a/sci-mathematics/singular/Manifest +++ b/sci-mathematics/singular/Manifest @@ -1,6 +1,9 @@ +MD5 cd39e5ab8e6b0bb7d73746b86607dfb4 singular-3.0.1.1.ebuild 2869 MD5 04e6be188d434a23dbb138e9a5889ef6 singular-2.0.5-r4.ebuild 4271 -MD5 16b502df043a8600a3fbd0e5c7a10344 ChangeLog 3246 +MD5 c7f29e36477ef2b1de61b2f3558d0c45 ChangeLog 3533 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 b1383ace2a0b30413341982e4e34341f files/fake_ssh 150 MD5 673cd925126b07ea0e78cf91269b7d66 files/digest-singular-2.0.5-r4 859 +MD5 5b489be217e784298e549744b0b2a3fa files/singular-3.0.1-gentoo.diff 4566 MD5 916f91466aad4f177f2270b4c1fad94a files/singular-2.0.5-r3-gentoo.diff 4399 +MD5 5c5f7df613188aa8d18e5fe1ab655696 files/digest-singular-3.0.1.1 143 diff --git a/sci-mathematics/singular/files/digest-singular-3.0.1.1 b/sci-mathematics/singular/files/digest-singular-3.0.1.1 new file mode 100644 index 000000000000..3846327280bb --- /dev/null +++ b/sci-mathematics/singular/files/digest-singular-3.0.1.1 @@ -0,0 +1,2 @@ +MD5 0534ea706c1eda4df706a341bafee947 Singular-3-0-1-1.tar.gz 10612472 +MD5 e9ac8802f2c3bcfbecd1c34837f7c826 Singular-3-0-1-share.tar.gz 3909236 diff --git a/sci-mathematics/singular/files/singular-3.0.1-gentoo.diff b/sci-mathematics/singular/files/singular-3.0.1-gentoo.diff new file mode 100644 index 000000000000..67119f4c6482 --- /dev/null +++ b/sci-mathematics/singular/files/singular-3.0.1-gentoo.diff @@ -0,0 +1,83 @@ +diff -Naur Singular-3-0-1/kernel/feResource.cc Singular-3-0-1-patched/kernel/feResource.cc +--- Singular-3-0-1/kernel/feResource.cc 2005-07-27 09:46:19.000000000 +0000 ++++ Singular-3-0-1-patched/kernel/feResource.cc 2005-12-17 16:54:42.000000000 +0000 +@@ -41,7 +41,7 @@ + #define SINGULAR_DEFAULT_DIR "/usr/local/Singular/"S_VERSION1 + #endif + #else // ! defined(MAKE_DISTRIBUTION) +-#define SINGULAR_DEFAULT_DIR S_ROOT_DIR ++#define SINGULAR_DEFAULT_DIR "/usr" + #endif // defined(MAKE_DISTRIBUTION) + + /***************************************************************** +@@ -73,33 +73,31 @@ + { + {"SearchPath", 's', feResPath, NULL, + "$SINGULARPATH;" +- "%b/LIB;" +- "%b/MOD;" ++ "%r/share/singular/MOD;" + "%r/LIB;" +- "%r/../LIB;" ++ "%r/share/singular/LIB;" + "%d/LIB;" +- "%d/../LIB" + ""}, +- {"Singular", 'S', feResBinary,"SINGULAR_EXECUTABLE", "%d/"S_UNAME"/Singular",""}, +- {"BinDir", 'b', feResDir, "SINGULAR_BIN_DIR", "%d/"S_UNAME ""}, +- {"RootDir", 'r', feResDir, "SINGULAR_ROOT_DIR", "%b/..", ""}, ++ {"Singular", 'S', feResBinary,"SINGULAR_EXECUTABLE", "%d/bin/Singular",""}, ++ {"BinDir", 'b', feResDir, "SINGULAR_BIN_DIR", "%d/bin" ""}, ++ {"RootDir", 'r', feResDir, "SINGULAR_ROOT_DIR", "%d", ""}, + {"DefaultDir",'d', feResDir, "SINGULAR_DEFAULT_DIR", SINGULAR_DEFAULT_DIR, ""}, +- {"InfoFile", 'i', feResFile, "SINGULAR_INFO_FILE", "%r/info/singular.hlp", ""}, +- {"IdxFile", 'x', feResFile, "SINGULAR_IDX_FILE", "%r/doc/singular.idx", ""}, +- {"HtmlDir", 'h', feResDir, "SINGULAR_HTML_DIR", "%r/html", ""}, ++ {"InfoFile", 'i', feResFile, "SINGULAR_INFO_FILE", "%r/share/singular/singular.hlp", ""}, ++ {"IdxFile", 'x', feResFile, "SINGULAR_IDX_FILE", "%r/share/singular/singular.idx", ""}, ++ {"HtmlDir", 'h', feResDir, "SINGULAR_HTML_DIR", "%r/share/doc/PFSUBST/html", ""}, + #ifdef ix86_Win + {"HtmlHelpFile", 'C', feResFile, "SINGULAR_CHM_FILE", "%r/doc/Manual.chm", ""}, + #endif + {"ManualUrl", 'u', feResUrl, "SINGULAR_URL", "http://www.singular.uni-kl.de/Manual/"S_VERSION1, ""}, +- {"ExDir", 'm', feResDir, "SINGULAR_EXAMPLES_DIR","%r/examples", ""}, ++ {"ExDir", 'm', feResDir, "SINGULAR_EXAMPLES_DIR","%r/share/doc/PFSUBST/examples", ""}, + {"Path", 'p', feResPath, NULL, "%b;$PATH", ""}, + + #ifdef ESINGULAR + {"emacs", 'E', feResBinary, "ESINGULAR_EMACS", "%b/emacs", ""}, + {"xemacs", 'A', feResBinary, "ESINGULAR_EMACS", "%b/xemacs", ""}, + {"SingularEmacs",'M',feResBinary, "ESINGULAR_SINGULAR", "%b/Singular", ""}, +- {"EmacsLoad",'l', feResFile, "ESINGULAR_EMACS_LOAD", "%e/.emacs-singular", ""}, +- {"EmacsDir", 'e', feResDir, "ESINGULAR_EMACS_DIR", "%r/emacs", ""}, ++ {"EmacsLoad",'l', feResFile, "ESINGULAR_EMACS_LOAD", "%r/share/singular/emacs/.emacs-singular", ""}, ++ {"EmacsDir", 'e', feResDir, "ESINGULAR_EMACS_DIR", "%r/share/singular/emacs", ""}, + #elif defined(TSINGULAR) + {"SingularXterm",'M',feResBinary, "TSINGULAR_SINGULAR", "%b/Singular", ""}, + #ifdef ix86_Win +@@ -108,7 +106,7 @@ + {"xterm", 'X', feResBinary,"XTERM", "%b/xterm", ""}, + #endif + #else +- {"EmacsDir", 'e', feResDir, "SINGULAR_EMACS_DIR", "%r/emacs", ""}, ++ {"EmacsDir", 'e', feResDir, "SINGULAR_EMACS_DIR", "%r/share/singular/emacs", ""}, + #endif + {NULL, 0, feResUndef, NULL, NULL, NULL}, // must be the last record + }; +diff -Naur Singular-3-0-1/kernel/mod_raw.cc Singular-3-0-1-patched/kernel/mod_raw.cc +--- Singular-3-0-1/kernel/mod_raw.cc 2005-09-13 19:15:23.000000000 +0000 ++++ Singular-3-0-1-patched/kernel/mod_raw.cc 2005-12-17 16:29:07.000000000 +0000 +@@ -111,11 +111,11 @@ + void* dynl_open_binary_warn(char* binary_name, const char* msg) + { + void* handle = NULL; +- const char* bin_dir = feGetResource('b'); ++ const char* bin_dir = feGetResource('r'); + if (bin_dir != NULL) + { + char path_name[MAXPATHLEN]; +- sprintf(path_name, "%s%s%s.%s", bin_dir, DIR_SEPP, binary_name, ++ sprintf(path_name, "%s%s%s%s.%s", bin_dir,"/lib/singular", DIR_SEPP, binary_name, + DL_TAIL); + handle = dynl_open(path_name); + if (handle == NULL && ! warn_handle) diff --git a/sci-mathematics/singular/singular-3.0.1.1.ebuild b/sci-mathematics/singular/singular-3.0.1.1.ebuild new file mode 100644 index 000000000000..5c8b9297a9b5 --- /dev/null +++ b/sci-mathematics/singular/singular-3.0.1.1.ebuild @@ -0,0 +1,110 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-3.0.1.1.ebuild,v 1.1 2005/12/18 13:05:15 markusle Exp $ + +inherit eutils + +PV_MAJOR=${PV%.*} +MY_PV=${PV//./-} +MY_PN=${PN/s/S} +MY_PV_MAJOR=${MY_PV%-*} + +DESCRIPTION="Computer algebra system for polynomial computations" +HOMEPAGE="http://www.singular.uni-kl.de/" +SRC_URI="ftp://www.mathematik.uni-kl.de/pub/Math/Singular/src/$MY_PV_MAJOR/${MY_PN}-${MY_PV}.tar.gz + ftp://www.mathematik.uni-kl.de/pub/Math/Singular/UNIX/${MY_PN}-3-0-1-share.tar.gz" + +LICENSE="singular" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="doc emacs" + +DEPEND=">=dev-lang/perl-5.6 + >=dev-libs/gmp-4.1-r1 + emacs? ( || ( app-editors/xemacs + app-editors/emacs ) )" + + +S="${WORKDIR}"/${MY_PN}-${MY_PV_MAJOR} + +src_unpack () { + unpack ${A} + epatch $FILESDIR/${PN}-${PV_MAJOR}-gentoo.diff + sed -e "s/PFSUBST/${PF}/" -i ${S}/kernel/feResource.cc || \ + die "sed failed on feResource.cc" +} + +src_compile() { + local myconf="${myconf} --disable-doc --without-MP --with-factory --with-libfac --prefix=${S}" + econf ${myconf} || die "econf failed" + emake || die "make failed" +} + +src_install () { + local myarchprefix + case ${ARCH} in + x86) + myarchprefix=ix86 + ;; + *) + myarchprefix=${ARCH} + ;; + esac + + # install basic docs + cd "${S}" && dodoc BUGS ChangeLog || \ + die "failed to install docs" + + # install data files + insinto /usr/share/${PN}/LIB + cd "${S}"/${MY_PN}/LIB && doins *.lib COPYING help.cnf || \ + die "failed to install lib files" + insinto /usr/share/${PN}/LIB/gftables + cd gftables && doins * \ + || die "failed to install files int LIB/gftables" + + cd "${S}/${myarchprefix}"-Linux + + # install binaries + rm ${MY_PN} || die "failed to remove ${MY_PN}" + dobin ${MY_PN}* gen_test change_cost solve_IP \ + toric_ideal LLL || die "failed to install binaries" + + if use emacs; then + dobin E${MY_PN} || die "failed to install ESingular" + fi + + # install libraries + insinto /usr/lib/${PN} + doins *.so || die "failed to install libraries" + + # create symbolic link + dosym /usr/bin/${MY_PN}-${MY_PV_MAJOR} /usr/bin/${MY_PN} || \ + die "failed to create symbolic link" + + # install examples + cd "${WORKDIR}"/${MY_PN}/${MY_PV_MAJOR} + insinto /usr/share/${PN}/examples + doins examples/* || die "failed to install examples" + + # install extended docs + if use doc; then + dohtml -r html/* || die "failed to install html docs" + + cp info/${PN}.hlp info/${PN}.info && + doinfo info/${PN}.help || \ + die "failed to install info files" + fi + + # install emacs specific stuff + if use emacs; then + insinto /usr/share/${PN}/emacs + doins emacs/* && doins emacs/.emacs* || \ + die "failed to set up emacs files" + fi +} + +pkg_postinst() { + einfo "The authors ask you to register as a SINGULAR user." + einfo "Please check the license file for details." +} |