aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-12-05 13:38:35 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-12-05 13:38:35 +0000
commita3d3c3211afbdba56347535e9c0a6330dc91889a (patch)
treec32aa5321632750ef877c42c3ce47fda2df33b20
parent4d04b50ffd3ffd16811b8c27ecc85374fde27c01 (diff)
downloadslackbuilds-a3d3c3211afbdba56347535e9c0a6330dc91889a.tar.gz
slackbuilds-a3d3c3211afbdba56347535e9c0a6330dc91889a.tar.bz2
sympa updated
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@833 370017ae-e619-0410-ac65-c121f96126d4
-rw-r--r--net/mail/sympa/slack-required36
-rwxr-xr-xnet/mail/sympa/sympa.SlackBuild (renamed from others/sympa/sympa.SlackBuild)35
2 files changed, 47 insertions, 24 deletions
diff --git a/net/mail/sympa/slack-required b/net/mail/sympa/slack-required
new file mode 100644
index 00000000..a3db5a7a
--- /dev/null
+++ b/net/mail/sympa/slack-required
@@ -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
diff --git a/others/sympa/sympa.SlackBuild b/net/mail/sympa/sympa.SlackBuild
index 4f6214f6..340937d1 100755
--- a/others/sympa/sympa.SlackBuild
+++ b/net/mail/sympa/sympa.SlackBuild
@@ -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}