From b0120a814160c97c9d66d20803bed479aa7d2798 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Tue, 11 May 2010 22:54:27 +0200 Subject: libraries/wv: Added to 12.1 repository --- libraries/wv/README | 5 +++ libraries/wv/slack-desc | 19 ++++++++++ libraries/wv/wv.SlackBuild | 91 ++++++++++++++++++++++++++++++++++++++++++++++ libraries/wv/wv.info | 8 ++++ 4 files changed, 123 insertions(+) create mode 100644 libraries/wv/README create mode 100644 libraries/wv/slack-desc create mode 100644 libraries/wv/wv.SlackBuild create mode 100644 libraries/wv/wv.info (limited to 'libraries/wv') diff --git a/libraries/wv/README b/libraries/wv/README new file mode 100644 index 0000000000..4154e0388c --- /dev/null +++ b/libraries/wv/README @@ -0,0 +1,5 @@ +wv (MS Word document import library) +wv converts Word 2,6,7,8,9 files to html and latex. +The Word 2 conversion is still incomplete (no formatting), +but it will do a passable job extracting the text, which +is what you probably want anyway. diff --git a/libraries/wv/slack-desc b/libraries/wv/slack-desc new file mode 100644 index 0000000000..f80deb2630 --- /dev/null +++ b/libraries/wv/slack-desc @@ -0,0 +1,19 @@ +# 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---------------------------------------------------------| +wv: wv (MS Word document import library) +wv: +wv: wv converts Word 2,6,7,8,9 files to html and latex. +wv: The Word 2 conversion is still incomplete (no formatting), +wv: but it will do a passable job extracting the text, which +wv: is what you probably want anyway. +wv: +wv: Homepage: http://wvware.sourceforge.net/ +wv: +wv: +wv: diff --git a/libraries/wv/wv.SlackBuild b/libraries/wv/wv.SlackBuild new file mode 100644 index 0000000000..2c06c44d62 --- /dev/null +++ b/libraries/wv/wv.SlackBuild @@ -0,0 +1,91 @@ +#!/bin/sh + +# Slackware build script for wv + +# Copyright 2008 Robby Workman, Northport, Alabama, USA +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +PRGNAM=wv +VERSION=1.2.1 +ARCH=${ARCH:-i486} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +if [ "$ARCH" = "i486" ]; then + SLKCFLAGS="-O2 -march=i486 -mtune=i686" +elif [ "$ARCH" = "s390" ]; then + SLKCFLAGS="-O2" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" +fi + +set -e + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION +chown -R root:root . +find . \ + \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ + -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ + -exec chmod 644 {} \; + +CFLAGS="$SLKCFLAGS" \ +CXXFLAGS="$SLKCFLAGS" \ +./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --mandir=/usr/man \ + --enable-static=no \ + --build=$ARCH-slackware-linux \ + --host=$ARCH-slackware-linux + +make +make install DESTDIR=$PKG + +( cd $PKG + find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true + find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null +) + +( cd $PKG/usr/man + find . -type f -exec gzip -9 {} \; + for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done +) + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a COPYING INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/libraries/wv/wv.info b/libraries/wv/wv.info new file mode 100644 index 0000000000..e8431f4220 --- /dev/null +++ b/libraries/wv/wv.info @@ -0,0 +1,8 @@ +PRGNAM="wv" +VERSION="1.2.1" +HOMEPAGE="http://wvware.sourceforge.net" +DOWNLOAD="http://downloads.sourceforge.net/wvware/wv-1.2.1.tar.gz" +MD5SUM="d757080af4595839d5d82a1a573c692c" +MAINTAINER="Robby Workman" +EMAIL="rw@rlworkman.net" +APPROVED="David Somero" -- cgit v1.2.3