]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
sympa updated
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Tue, 5 Dec 2006 13:38:35 +0000 (13:38 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Tue, 5 Dec 2006 13:38:35 +0000 (13:38 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@833 370017ae-e619-0410-ac65-c121f96126d4

net/mail/sympa/slack-required [new file with mode: 0644]
net/mail/sympa/sympa.SlackBuild [moved from others/sympa/sympa.SlackBuild with 82% similarity]

diff --git a/net/mail/sympa/slack-required b/net/mail/sympa/slack-required
new file mode 100644 (file)
index 0000000..a3db5a7
--- /dev/null
@@ -0,0 +1,36 @@
+perl-appconfig
+perl-archive-zip
+perl-array-compare
+perl-compress-zlib
+perl-convert-asn1
+perl-crypt-ciphersaber
+perl-dbd-mysql
+perl-digest-hmac
+perl-digest-md5
+perl-digest-sha1
+perl-file-homedir
+perl-html-parser
+perl-io-stringy
+perl-libintl-perl
+perl-libwww-perl
+perl-mailtools
+perl-mime-base64
+perl-mime-tools
+perl-module-build
+perl-net_ssleay.pm
+perl-pathtools
+perl-regexp-common
+perl-sub-uplevel
+perl-template-toolkit
+perl-test-exception
+perl-test-simple
+perl-test-warn
+perl-tree-dag_node
+perl-uri
+perl-url-tagset
+perl-xml-libxml
+perl-xml-libxml-common
+perl-xml-namespacesupport
+perl-xml-sax
+MHonArc
+mod_fastcgi
similarity index 82%
rename from others/sympa/sympa.SlackBuild
rename to net/mail/sympa/sympa.SlackBuild
index 4f6214f64bd6ced7f41972242bad0f0280951b85..340937d1aab980886b4054b0adf3de110648f64a 100755 (executable)
@@ -4,29 +4,16 @@
 # by rhatto at riseup.net
 #
 
-cat << EOECHO
-You'll need at least the following perl modules to build Sympa:
-
-  cpan2tgz --no-recursive Compress::Zlib Archive::Zip Sub::Uplevel Test::Builder::Tester Test::Exception    \\
-  Module::Build Array::Compare Tree::DAG_Node Test::Warn Test::Simple Crypt::CipherSaber DBD::mysql         \\
-  Digest::MD5 File::Spec IO::Scalar IO::Stringy URI HTML::Tagset HTML::Parser LWP Locale::TextDomain        \\
-  Mail::Field Mail::Header Mail::Internet MIME::Tools Mail::Internet Regexp::Common File::HomeDir AppConfig \\
-  Template XML::NamespaceSupport XML::SAX XML::LibXML::Common XML::LibXML Net::SSLeay IO::Socket            \\
-  Convert::ASN1 Digest::SHA1 Digest::HMAC_MD5 Authen::SASL Digest::MD5 Net::LDAP SOAP::Lite FCGI
-
-And the following packages:
-
-  MHonarc
-  mod_fastcgi
-
-EOECHO
-
-if [ "$INTERACT" != "no" ]; then
-  echo Type ENTER you you have those installed, otherwise hit Ctrl-C and install them.
-  read crap
-else
-  echo sleeping 3 seconds...
-  sleep 3
+if [ -s "slack-required" ]; then
+  echo Recomended and required packages for building cairo are:
+  cat slack-required | sed -e 's/^/\t/'
+  if [ "$INTERACT" != "no" ]; then
+    echo If you dont have those installed, press Ctrl-C. Otherwise, hit ENTER.
+    read crap
+#  else
+#    echo Sleeping 3 seconds...
+#    sleep 3
+  fi
 fi
 
 CWD="`pwd`"
@@ -39,7 +26,7 @@ fi
 
 # default settings
 PACKAGE="sympa"
-VERSION=${VERSION:=5.2.1}
+VERSION=${VERSION:=5.2.3}
 ARCH=${ARCH:=i486}
 BUILD=${BUILD:=1rha}
 SRC_DIR=${SRC:=$CWD}