summaryrefslogtreecommitdiff
path: root/www/jakarta-tomcat/files/getsite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'www/jakarta-tomcat/files/getsite.sh')
-rwxr-xr-xwww/jakarta-tomcat/files/getsite.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/www/jakarta-tomcat/files/getsite.sh b/www/jakarta-tomcat/files/getsite.sh
deleted file mode 100755
index bc2c41fb9ec..00000000000
--- a/www/jakarta-tomcat/files/getsite.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-TOMCAT_VERSION=${1##*-}
-TOMCAT_VERSION=${TOMCAT_VERSION%%.tar.gz}
-ftp -o - http://jakarta.apache.org/site/downloads/downloads_tomcat-5.cgi | \
- grep '<option' | \
- tr -d '\n' | \
- sed -e's/[[:space:]]*//g' -e's,[^<]*<optionvalue="\([^"]*\)">[^<]*</option>,\1 ,g' | \
- sed -e"s,\(http:[^ ]*\),\1/jakarta/tomcat-5/v${TOMCAT_VERSION}/bin/,g"