academic/ess: Added (Emacs Speaks Statistics)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Nicky Chorley 2011-07-24 21:31:30 -05:00 committed by Niels Horn
parent d202c5723c
commit 9727f8bda8
4 changed files with 84 additions and 0 deletions

4
academic/ess/README Normal file
View file

@ -0,0 +1,4 @@
Emacs Speaks Statistics is an add-on package for emacs-based text editors
such as GNU Emacs and XEmacs. It is designed to support editing of scripts
and interaction with various statistical analysis programs such S-Plus, R,
SAS, Stata, and others.

View file

@ -0,0 +1,51 @@
#!/bin/sh
# Slackware build script for ESS (Emacs Speaks Statistics)
# Written by Joel J. Adamson <adamsonj@email.unc.edu>
# Maintained by Nicky Chorley <nick.chorley@gmail.com>
PRGNAM=ess
VERSION=${VERSION:-5.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
set -e # Exit on most errors
rm -rf $PKG
mkdir -p $TMP $PKG/usr $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tgz
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 {} \;
make all DOCDIR=/usr/doc/$PRGNAM-$VERSION
make install DESTDIR=$PKG/usr DOCDIR=$PKG/usr/doc/$PRGNAM-$VERSION
rm -f $PKG/usr/info/dir
gzip -9 $PKG/usr/info/*
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
VERSION COPYING OONEWS ANNOUNCE NEWS ONEWS \
$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.${PKGTYPE:-tgz}

10
academic/ess/ess.info Normal file
View file

@ -0,0 +1,10 @@
PRGNAM="ess"
VERSION="5.13"
HOMEPAGE="http://ess.r-project.org"
DOWNLOAD="http://ess.r-project.org/downloads/ess/ess-5.13.tgz"
MD5SUM="f97e66a0802773ead5abe4c3dc89feca"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Nicky Chorley"
EMAIL="nick.chorley@gmail.com"
APPROVED="rworkman"

19
academic/ess/slack-desc Normal file
View file

@ -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------------------------------------------------------|
ess: ess (Emacs Speaks Statistics)
ess:
ess: ESS is an add-on package for emacs-based text editors such as
ess: GNU Emacs and XEmacs. It is designed to support editing of
ess: scripts and interaction with various statistical analysis
ess: programs such as S-Plus, R, SAS, Stata, and others.
ess:
ess: http://ess.r-project.org/
ess:
ess:
ess: