From 9445f0d812ec7cf28a2e7650f5eb37e4d22ffb9a Mon Sep 17 00:00:00 2001 From: Daniel Joseph Barnhart Clark Date: Mon, 19 Feb 2007 06:16:32 +0000 Subject: EncapPackages: Version Upgrades git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2839 ce84e21b-d406-0410-9b95-82705330c041 --- encap/src/encap-profiles/bcfg2-gamin-0.1.7.ep | 84 -------------------- encap/src/encap-profiles/bcfg2-gamin-0.1.8.ep | 84 ++++++++++++++++++++ encap/src/encap-profiles/bcfg2-glib-2.12.9.ep | 86 +++++++++++++++++++++ encap/src/encap-profiles/bcfg2-glib-2.8.6.ep | 86 --------------------- encap/src/encap-profiles/bcfg2-libxml2-2.6.26.ep | 98 ------------------------ encap/src/encap-profiles/bcfg2-libxml2-2.6.27.ep | 98 ++++++++++++++++++++++++ encap/src/encap-profiles/bcfg2-libxslt-1.1.17.ep | 2 +- encap/src/encap-profiles/bcfg2-lxml-1.1.1.ep | 2 +- 8 files changed, 270 insertions(+), 270 deletions(-) delete mode 100644 encap/src/encap-profiles/bcfg2-gamin-0.1.7.ep create mode 100644 encap/src/encap-profiles/bcfg2-gamin-0.1.8.ep create mode 100644 encap/src/encap-profiles/bcfg2-glib-2.12.9.ep delete mode 100644 encap/src/encap-profiles/bcfg2-glib-2.8.6.ep delete mode 100644 encap/src/encap-profiles/bcfg2-libxml2-2.6.26.ep create mode 100644 encap/src/encap-profiles/bcfg2-libxml2-2.6.27.ep (limited to 'encap') diff --git a/encap/src/encap-profiles/bcfg2-gamin-0.1.7.ep b/encap/src/encap-profiles/bcfg2-gamin-0.1.7.ep deleted file mode 100644 index 0fe796ac1..000000000 --- a/encap/src/encap-profiles/bcfg2-gamin-0.1.7.ep +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - - -PLATFORM_IF_MATCH(linux) -PLATFORM_ELSE - -PLATFORM_ENDIF - - - - - - - - -./configure \ - --prefix="${ENCAP_SOURCE}/${ENCAP_PKGNAME}/lib/bcfg2" - - - - - -# Make "this encap is installed" sentinal file available in /usr/local/var/encap -test -d var || mkdir var -test -d var/encap || mkdir var/encap -touch var/encap/${ENCAP_PKGNAME} - - - -description Gamin - The File Alteration Monitor -prereq pkgspec >= bcfg2-glib-2.8.6 - - - diff --git a/encap/src/encap-profiles/bcfg2-gamin-0.1.8.ep b/encap/src/encap-profiles/bcfg2-gamin-0.1.8.ep new file mode 100644 index 000000000..df6a63ac8 --- /dev/null +++ b/encap/src/encap-profiles/bcfg2-gamin-0.1.8.ep @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + +PLATFORM_IF_MATCH(linux) +PLATFORM_ELSE + +PLATFORM_ENDIF + + + + + + + + +./configure \ + --prefix="${ENCAP_SOURCE}/${ENCAP_PKGNAME}/lib/bcfg2" + + + + + +# Make "this encap is installed" sentinal file available in /usr/local/var/encap +test -d var || mkdir var +test -d var/encap || mkdir var/encap +touch var/encap/${ENCAP_PKGNAME} + + + +description Gamin - The File Alteration Monitor +prereq pkgspec >= bcfg2-glib-2.12.9 + + + diff --git a/encap/src/encap-profiles/bcfg2-glib-2.12.9.ep b/encap/src/encap-profiles/bcfg2-glib-2.12.9.ep new file mode 100644 index 000000000..68590df26 --- /dev/null +++ b/encap/src/encap-profiles/bcfg2-glib-2.12.9.ep @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + +PLATFORM_IF_MATCH(linux) +PLATFORM_ELSE + +PLATFORM_ENDIF + + + + + + + + +./configure \ + --prefix="${ENCAP_SOURCE}/${ENCAP_PKGNAME}/lib/bcfg2" \ + --with-libiconv=gnu + + + + + +# Make "this encap is installed" sentinal file available in /usr/local/var/encap +test -d var || mkdir var +test -d var/encap || mkdir var/encap +touch var/encap/${ENCAP_PKGNAME} + + + +description glib - data structure handling, portability wrappers, and interfaces + + + diff --git a/encap/src/encap-profiles/bcfg2-glib-2.8.6.ep b/encap/src/encap-profiles/bcfg2-glib-2.8.6.ep deleted file mode 100644 index 325e5ceee..000000000 --- a/encap/src/encap-profiles/bcfg2-glib-2.8.6.ep +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - - - - - - -PLATFORM_IF_MATCH(linux) -PLATFORM_ELSE - -PLATFORM_ENDIF - - - - - - - - -./configure \ - --prefix="${ENCAP_SOURCE}/${ENCAP_PKGNAME}/lib/bcfg2" \ - --with-libiconv=gnu - - - - - -# Make "this encap is installed" sentinal file available in /usr/local/var/encap -test -d var || mkdir var -test -d var/encap || mkdir var/encap -touch var/encap/${ENCAP_PKGNAME} - - - -description glib - data structure handling, portability wrappers, and interfaces - - - diff --git a/encap/src/encap-profiles/bcfg2-libxml2-2.6.26.ep b/encap/src/encap-profiles/bcfg2-libxml2-2.6.26.ep deleted file mode 100644 index 3fbedfc1d..000000000 --- a/encap/src/encap-profiles/bcfg2-libxml2-2.6.26.ep +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - - - - - - -PLATFORM_IF_MATCH(linux) -PLATFORM_ELSE - -PLATFORM_ENDIF - - - - - - - - -./configure \ - --prefix="${ENCAP_SOURCE}/${ENCAP_PKGNAME}/lib/bcfg2" \ - --without-iconv \ -PLATFORM_IF_MATCH(aix) -PLATFORM_ELSE - --enable-shared \ -PLATFORM_ENDIF - --enable-ipv6=no \ - --with-python=/usr/local/lib/bcfg2 \ - --with-zlib=/usr/local/lib/bcfg2 - - - - - -# Remove doc - it's big # not any more, since it's server-only -#if [ -d lib/bcfg2/share/doc ]; then rm -rf lib/bcfg2/share/doc; fi -#if [ -d lib/bcfg2/share/gtk-doc ]; then rm -rf lib/bcfg2/share/gtk-doc; fi -# Make convieniance links -test -d bin || mkdir bin -ln -sf ../lib/bcfg2/bin/xmllint bin/b2-xmllint -# Make "this encap is installed" sentinal file available in /usr/local/var/encap -test -d var || mkdir var -test -d var/encap || mkdir var/encap -touch var/encap/${ENCAP_PKGNAME} - - - -description libxml2 - XML C library for the Gnome project - - - diff --git a/encap/src/encap-profiles/bcfg2-libxml2-2.6.27.ep b/encap/src/encap-profiles/bcfg2-libxml2-2.6.27.ep new file mode 100644 index 000000000..34afd5f3e --- /dev/null +++ b/encap/src/encap-profiles/bcfg2-libxml2-2.6.27.ep @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + +PLATFORM_IF_MATCH(linux) +PLATFORM_ELSE + +PLATFORM_ENDIF + + + + + + + + +./configure \ + --prefix="${ENCAP_SOURCE}/${ENCAP_PKGNAME}/lib/bcfg2" \ + --without-iconv \ +PLATFORM_IF_MATCH(aix) +PLATFORM_ELSE + --enable-shared \ +PLATFORM_ENDIF + --enable-ipv6=no \ + --with-python=/usr/local/lib/bcfg2 \ + --with-zlib=/usr/local/lib/bcfg2 + + + + + +# Remove doc - it's big # not any more, since it's server-only +#if [ -d lib/bcfg2/share/doc ]; then rm -rf lib/bcfg2/share/doc; fi +#if [ -d lib/bcfg2/share/gtk-doc ]; then rm -rf lib/bcfg2/share/gtk-doc; fi +# Make convieniance links +test -d bin || mkdir bin +ln -sf ../lib/bcfg2/bin/xmllint bin/b2-xmllint +# Make "this encap is installed" sentinal file available in /usr/local/var/encap +test -d var || mkdir var +test -d var/encap || mkdir var/encap +touch var/encap/${ENCAP_PKGNAME} + + + +description libxml2 - XML C library for the Gnome project + + + diff --git a/encap/src/encap-profiles/bcfg2-libxslt-1.1.17.ep b/encap/src/encap-profiles/bcfg2-libxslt-1.1.17.ep index 60d8af445..d564be50b 100644 --- a/encap/src/encap-profiles/bcfg2-libxslt-1.1.17.ep +++ b/encap/src/encap-profiles/bcfg2-libxslt-1.1.17.ep @@ -11,7 +11,7 @@ - + - +