line feed change
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Wed, 14 Nov 2007 18:21:19 +0000 (18:21 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Wed, 14 Nov 2007 18:21:19 +0000 (18:21 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@347 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

depend
pkginfo.in
postinstall

diff --git a/depend b/depend
index be157d8..a1c84e0 100644 (file)
--- a/depend
+++ b/depend
@@ -1,8 +1,8 @@
-P SHIBossl OpenSSL\r
-       0.9.8g\r
-P SHIBxerces xerces-c\r
-       2.8.0\r
-P SHIBxmlsec xml-security-c\r
-       1.4.0\r
-P SHIBxmltool xmltooling-c\r
-       1.0\r
+P SHIBossl OpenSSL
+       0.9.8g
+P SHIBxerces xerces-c
+       2.8.0
+P SHIBxmlsec xml-security-c
+       1.4.0
+P SHIBxmltool xmltooling-c
+       1.0
index e830f1c..a2b08a9 100644 (file)
@@ -1,12 +1,12 @@
-PKG=SHIBosaml\r
-ARCH=sparc\r
-VERSION=@-VERSION-@\r
-BASEDIR=/usr/local\r
-NAME=opensaml-c\r
-CATEGORY=application,security\r
-DESC=OpenSAML library for C++\r
-VENDOR=Internet2\r
-HOTLINE=https://bugs.internet2.edu/\r
-CLASSES=none\r
-PSTAMP=sunra.internet2.edu 2007-11-15\r
-EMAIL=cantor.2@osu.edu\r
+PKG=SHIBosaml
+ARCH=sparc
+VERSION=@-VERSION-@
+BASEDIR=/usr/local
+NAME=opensaml-c
+CATEGORY=application,security
+DESC=OpenSAML library for C++
+VENDOR=Internet2
+HOTLINE=https://bugs.internet2.edu/
+CLASSES=none
+PSTAMP=sunra.internet2.edu 2007-11-15
+EMAIL=cantor.2@osu.edu
index 49b5f30..1808dee 100644 (file)
@@ -1,17 +1,17 @@
-#!/bin/sh\r
-\r
-cd ${CLIENT_BASEDIR}/share/xml/opensaml\r
-\r
-sed "s|uri=\".*${CLIENT_BASEDIR}|uri=\"${CLIENT_BASEDIR}|1" saml10-catalog.xml > catalog.xml.tmp\r
-mv catalog.xml.tmp saml10-catalog.xml\r
-chmod 644 saml10-catalog.xml\r
-\r
-sed "s|uri=\".*${CLIENT_BASEDIR}|uri=\"${CLIENT_BASEDIR}|1" saml11-catalog.xml > catalog.xml.tmp\r
-mv catalog.xml.tmp saml11-catalog.xml\r
-chmod 644 saml11-catalog.xml\r
-\r
-sed "s|uri=\".*${CLIENT_BASEDIR}|uri=\"${CLIENT_BASEDIR}|1" saml20-catalog.xml > catalog.xml.tmp\r
-mv catalog.xml.tmp saml20-catalog.xml\r
-chmod 644 saml20-catalog.xml\r
-\r
-exit 0\r
+#!/bin/sh
+
+cd ${CLIENT_BASEDIR}/share/xml/opensaml
+
+sed "s|uri=\".*${CLIENT_BASEDIR}|uri=\"${CLIENT_BASEDIR}|1" saml10-catalog.xml > catalog.xml.tmp
+mv catalog.xml.tmp saml10-catalog.xml
+chmod 644 saml10-catalog.xml
+
+sed "s|uri=\".*${CLIENT_BASEDIR}|uri=\"${CLIENT_BASEDIR}|1" saml11-catalog.xml > catalog.xml.tmp
+mv catalog.xml.tmp saml11-catalog.xml
+chmod 644 saml11-catalog.xml
+
+sed "s|uri=\".*${CLIENT_BASEDIR}|uri=\"${CLIENT_BASEDIR}|1" saml20-catalog.xml > catalog.xml.tmp
+mv catalog.xml.tmp saml20-catalog.xml
+chmod 644 saml20-catalog.xml
+
+exit 0