diff options
Diffstat (limited to 'www/apps')
-rw-r--r-- | www/apps/drush/Manifest | 23 | ||||
-rw-r--r-- | www/apps/drush/drush.SlackBuild | 216 |
2 files changed, 239 insertions, 0 deletions
diff --git a/www/apps/drush/Manifest b/www/apps/drush/Manifest new file mode 100644 index 00000000..bef6c9c0 --- /dev/null +++ b/www/apps/drush/Manifest @@ -0,0 +1,23 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST drush-7.x-2.0-alpha2.tar.gz 63736 MD5 b01fd57c3320f000970ba1c3260a031a RMD160 58ef05498eadc4431ca067650fa9df009adc0f64 SHA1 62316a259632ab21b34126a1d0b06343c2d7553d SHA256 f973117924ab15deb23575a6794d9a78b7720aa80436429d1bfc375fe1dfe89d SHA512 2c8fd50062770b0371a9a4ea0610fce322eda708508fb566fe9f6f52bd02bbb812ea98dca9c2c268cfa9dc7516d8446ff582bcffa1447e30a41392b4146083a4 +MKBUILD drush.mkbuild 5169 MD5 4df406cd9ee3139eb64fdbd1c6d357bd RMD160 11488c19409260e8163159936e6a3f0cf1cbe539 SHA1 f2dc5706c8b4c72e9755c72ad14dba9220332cfa SHA256 861186f9b4b75829d6846078a2eb7676a2b0c56543b13ce8dc5f63bdcb8dc42d SHA512 b00732a195a7ac17a9ba657e619d178560daea16aac563bf044ccc71c72003df1908f3dc67ec4375e91dcb64bf063e76f163af804bdeb1c2216e838dc5280d16 +SLACKBUILD drush.SlackBuild 6814 MD5 38847cf8359640ca0b7f553adb3a563c RMD160 65733aad6d5fec870130a875ef9a30c7fc7c2de6 SHA1 53626a217470ae7750bc671be1d91103ae450fb9 SHA256 84ac313409d9db85536237d21b59cd2c1f48798d915ba1d5e41b89c34aaa5a8c SHA512 2b3e704aa885684b74bcee9df19f95d9e001a9075d964ba01aba8555a6ae1ac1a24dbceff3424cd9025129ad22d83dc43290893a8dedd13d1c5e78f27b0115e2 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iQIcBAEBAgAGBQJJ65h6AAoJEEHL93ESzgeibA0QAK8lnXNduYQ6o/molJpR1Nni +7Yo/HSgW7P0D8bwzSG2BXjRoU3IFKlVnFQVNxUUDL6e+wggQs3ND+e8dREjesUis +LEV6G/N1WHG/g4lEbVr0O31CwZ8rT1rUaxX1f+wlIdNf15LsBupFjXZegpdyWqMZ +zsWvid5X8gA38Jk0BXRqa2l+dPlfWxewhr+0Z0478wstkb/b0JBJl5vwvmcbS/hr +GJP4zcdrFY671l0rpZkmSeV3S8WyFx+wY/rsVzs9ALEZEAcr3LrBMghz+jhicG1y +sVfnqXmtEM4kCvhGCqV8808172fg1+XJugYEvvnmOyY69gR5LBin6OeM1AhhNO5s +cfzdyHwtC/8G4udF4HDXEOoZRgaP6iKrAWsw4smhvHTyv9uti9yn8V+2G4EqKg5n +wqSYDeBoe5x1Nf99xRatvDi21K4XJRMePXoBxUsuMqnJRyzyVVYnGDhBFwLIByrM +iRCIXznH8HVkQB+6gStHDwI9klSvkP6uayk647bhLe4wVksg34MdGv+E7NKQOCok ++nWSrUUwyz3NEJrghqxpCIJc07cMrp2m1Oj8jWGuplj3zXD9HIxKigDAvIlVHFY+ +8VgArmFLfth4JC1jD+ABvlN4t80mIJGqeMyy1n/aIrDMf7KQ8j2eAMBCEoz0kXtn +Md5IdE9TPtXpMeZokn+M +=HwwG +-----END PGP SIGNATURE----- diff --git a/www/apps/drush/drush.SlackBuild b/www/apps/drush/drush.SlackBuild new file mode 100644 index 00000000..1961038b --- /dev/null +++ b/www/apps/drush/drush.SlackBuild @@ -0,0 +1,216 @@ +#!/bin/bash +# +# drush.SlackBuild is free software; you can redistribute +# it and/or modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the License, +# or any later version. +# +# drush.SlackBuild is distributed in the hope that it will +# be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General +# Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA +# +# slackbuild for drush, by Silvio Rhatto +# requires: +# tested: drush-7.x-2.0-alpha2 +# model: generic.mkSlackBuild $Rev: 805 $ +# + +# Look for slackbuildrc +if [ -f ~/.slackbuildrc ]; then + source ~/.slackbuildrc +elif [ -f /etc/slackbuildrc ]; then + source /etc/slackbuildrc +fi + +# Set variables +CWD="$(pwd)" +SRC_NAME="drush" +PKG_NAME="drush" +ARCH="noarch" +SRC_VERSION=${VERSION:=7.x-2.0-alpha2} +PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')" +BUILD=${BUILD:=1rha} +SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME +TMP=${TMP:=/tmp} +PKG=${PKG:=$TMP/package-$PKG_NAME} +REPOS=${REPOS:=$TMP} +SLACKBUILD_PATH=${SLACKBUILD_PATH:="www/apps/drush"} +PREFIX=${PREFIX:=/usr} +PKG_WORK="$TMP/$SRC_NAME" +CONF_OPTIONS=${CONF_OPTIONS:=""} +NUMJOBS=${NUMJOBS:=""} + +# Set system libraries' path and optmization flags based on $ARCH +LIBDIR="$PREFIX/lib" + +if [ "$ARCH" = "i386" ]; then + SLKCFLAGS="-O2 -march=i386 -mtune=i686" +elif [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686" +elif [ "$ARCH" = "s390" ]; then + SLKCFLAGS="-O2" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIR="$PREFIX/lib64" + LDFLAGS="-L/lib64 -L/usr/lib64" +fi + +# Set error codes (used by createpkg) +ERROR_WGET=31; ERROR_MAKE=32; ERROR_INSTALL=33 +ERROR_MD5=34; ERROR_CONF=35; ERROR_HELP=36 +ERROR_TAR=37; ERROR_MKPKG=38; ERROR_GPG=39 +ERROR_PATCH=40; ERROR_VCS=41; ERROR_MKDIR=42 +ERROR_MANIFEST=43; + +# Clean up any leftovers of previous builds +rm -rf "$PKG_WORK" 2> /dev/null +rm -rf "$PKG" 2> /dev/null + +# Create directories if necessary +mkdir -p "$SRC_DIR" || exit $ERROR_MKDIR +mkdir -p "$PKG" || exit $ERROR_MKDIR +mkdir -p "$REPOS" || exit $ERROR_MKDIR +mkdir -p "$PKG_WORK" || exit $ERROR_MKDIR + +# Dowload source if necessary +SRC="$SRC_NAME-$VERSION.tar.gz" +URL="http://ftp.drupal.org/files/projects/$SRC" + +if [ ! -s "$SRC_DIR/$SRC" ] || ! gunzip -t "$SRC_DIR/$SRC" 2> /dev/null; then + wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET +fi + +# Check Manifest file +if [ -e "$CWD/Manifest" ]; then + + # Manifest signature checking + if grep -q -- "-----BEGIN PGP SIGNED MESSAGE-----" $CWD/Manifest; then + echo "Checking Manifest signature..." + gpg --verify $CWD/Manifest + if [ "$?" != "0" ]; then + exit $ERROR_MANIFEST + fi + fi + + MANIFEST_LINES="`grep -E -v "^(MKBUILD|SLACKBUILD)" $CWD/Manifest | wc -l`" + + for ((MANIFEST_COUNT=1; MANIFEST_COUNT <= $MANIFEST_LINES; MANIFEST_COUNT++)); do + + MANIFEST_LINE="`grep -E -v "^(MKBUILD|SLACKBUILD)" $CWD/Manifest | head -n $MANIFEST_COUNT | tail -n 1`" + MANIFEST_FILE="`echo $MANIFEST_LINE | awk '{ print $2 }'`" + MANIFEST_FILE_TYPE="`echo $MANIFEST_LINE | awk '{ print $1 }'`" + + if [ -e "$SRC_DIR/$MANIFEST_FILE" ]; then + MANIFEST_FILE="$SRC_DIR/$MANIFEST_FILE" + else + MANIFEST_FILE="`find $CWD -name $MANIFEST_FILE`" + fi + + if [ ! -e "$MANIFEST_FILE" ] || [ -d "$MANIFEST_FILE" ]; then + continue + fi + + echo "Checking Manifest for $MANIFEST_FILE_TYPE $MANIFEST_FILE integrity..." + + SIZE_SRC="`wc -c $MANIFEST_FILE | awk '{ print $1 }'`" + SIZE_MANIFEST="`echo $MANIFEST_LINE | awk '{ print $3 }'`" + + # Check source code size + if [ "$SIZE_SRC" != "$SIZE_MANIFEST" ]; then + echo "SIZE Manifest: $SIZE_MANIFEST; SIZE $SRC: $SIZE_SRC" + exit $ERROR_MANIFEST + else + echo "Size match." + fi + + # Check source code integrity + for ALGO in md5 rmd160 sha1 sha256 sha512; do + if [ $ALGO = "rmd160" ]; then + ALGO_SRC="`openssl rmd160 $MANIFEST_FILE | awk '{ print $2 }'`" + else + ALGO_SRC="`"$ALGO"sum $MANIFEST_FILE | awk '{ print $1 }'`" + fi + ALGO="`echo $ALGO | tr '[:lower:]' '[:upper:]'`" + ALGO_MANIFEST=$(echo $MANIFEST_LINE | sed "s/.* $ALGO //" | awk '{ print $1 }') + if [ "$ALGO_SRC" != "$ALGO_MANIFEST" ]; then + echo "$ALGO Manifest: $ALGO_MANIFEST; $ALGO $SRC: $ALGO_SRC" + exit $ERROR_MANIFEST + else + echo "$ALGO match." + fi + done + + done + +else + exit $ERROR_MANIFEST +fi + +# Untar +cd "$PKG_WORK" +tar --no-same-owner --no-same-permissions -xvf "$SRC_DIR/$SRC" || exit $ERROR_TAR +PKG_SRC="$PWD/`ls -l | awk '/^d/ { print $NF }'`" +cd "$PKG_SRC" + +# Install +mkdir -p $PKG/usr/{bin,libexec/drush} +cp -r * $PKG/usr/libexec/drush +( cd $PKG/usr/bin && ln -s /usr/libexec/drush/drush.php drush ) + +# Strip binaries +( cd "$PKG" + find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null + find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \ + xargs strip --strip-unneeded 2> /dev/null +) + +# Install documentation +DOCS="LICENSE.txt README.txt" +mkdir -p "$PKG/usr/doc/$PKG_NAME-$PKG_VERSION" || exit $ERROR_MKDIR +for doc in $DOCS; do + if [ -f "$doc" ]; then + cp -a $doc "$PKG/usr/doc/$PKG_NAME-$PKG_VERSION" + fi +done + +# Add package description (slack-desc) +mkdir -p "$PKG/install" || exit $ERROR_MKDIR +cat << EODESC > "$PKG/install/slack-desc" +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler--------------------------------------------------------| +drush: drush +drush: +drush: drush is a command line shell and Unix scripting interface for +drush: Drupal, a veritable Swiss Army knife designed to make life easier +drush: for those of us who spend some of our working hours hacking away +drush: at the command prompt. +drush: +drush: +drush: +drush: +drush: +EODESC + +# Build the package +cd "$PKG" +mkdir -p $REPOS/$SLACKBUILD_PATH +makepkg -l y -c n "$REPOS/$SLACKBUILD_PATH/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG + +# Delete source and build directories if requested +if [ "$CLEANUP" == "yes" ] || [ "$1" = "--cleanup" ]; then + rm -rf "$PKG_WORK" "$PKG" +fi |