Skip to content

Commit

Permalink
More modules that actually seem to be in use
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Jul 3, 2012
1 parent 3b2eec2 commit 1848a21
Show file tree
Hide file tree
Showing 46 changed files with 454 additions and 1 deletion.
11 changes: 11 additions & 0 deletions app-themes/slim-themes/BUILD
@@ -0,0 +1,11 @@
(
THEMES="capernoited flower2 isolated lotus-sage lotus-midnight mindlock parallel-dimensions"

prepare_install &&

for theme in $THEMES; do
cp -a $theme /usr/share/slim/themes/
done;

) > $C_FIFO 2>&1

1 change: 1 addition & 0 deletions app-themes/slim-themes/DEPENDS
@@ -0,0 +1 @@
depends slim
13 changes: 13 additions & 0 deletions app-themes/slim-themes/DETAILS
@@ -0,0 +1,13 @@
MODULE=slim-themes
VERSION=1.2.3
SOURCE=slim-$VERSION-themepack1.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL="http://users.ugent.be/~skvrstra/slim/"
SOURCE_VFY=sha1:5adf190ab79ff00e2ba203059432aaaed1142df3
WEB_SITE=http://slim.berlios.de/
ENTERED=20051121
UPDATED=20051128
SHORT="themes for slim."
cat << EOF
slim themes
EOF
4 changes: 4 additions & 0 deletions app-themes/slim-themes/PRE_BUILD
@@ -0,0 +1,4 @@
validate_source_dir $SOURCE_DIRECTORY &&
mk_source_dir $SOURCE_DIRECTORY &&
cd $SOURCE_DIRECTORY &&
unpack $SOURCE
14 changes: 14 additions & 0 deletions audio/opencore-amr/DETAILS
@@ -0,0 +1,14 @@
MODULE=opencore-amr
VERSION=0.1.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/opencore-amr/$VERSION/
SOURCE_VFY=sha1:289478d49701213255e9d63a93aae9ad472125cc
WEB_SITE=http://opencore-amr.sourceforge.net/
ENTERED=20100227
UPDATED=20100227
SHORT="Adaptive Multi Rate Narrowband and Wideband speech codec"

cat << EOF
Library of OpenCORE Framework implementation of Adaptive Multi Rate
Narrowband and Wideband speech codec.
EOF
1 change: 0 additions & 1 deletion bluetooth/blueman/DEPENDS
Expand Up @@ -9,6 +9,5 @@ depends GConf
depends dbus
depends pygtk
depends obex-data-server
depends pynotify
depends dbus-python
depends pulseaudio
14 changes: 14 additions & 0 deletions libs/physfs/BUILD
@@ -0,0 +1,14 @@
(


# Fixes compilation error:
# cc1: warnings being treated as errors
# /usr/src/physfs-2.0.0/archivers/zip.c: In function 'zip_find_end_of_central_dir':
# /usr/src/physfs-2.0.0/archivers/zip.c:378: error: 'extra[0u]' may be used uninitialized in this function
sedit "s:-Werror::" CMakeLists.txt &&

OPTS+=" -DPHYSFS_BUILD_WX_TEST=FALSE -DPHYSFS_BUILD_TEST=FALSE" &&

default_cmake_build

) > $C_FIFO 2>&1
1 change: 1 addition & 0 deletions libs/physfs/DEPENDS
@@ -0,0 +1 @@
depends cmake
28 changes: 28 additions & 0 deletions libs/physfs/DETAILS
@@ -0,0 +1,28 @@
MODULE=physfs
VERSION=2.0.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=http://icculus.org/physfs/downloads
SOURCE_URL[1]=http://ftp.ukms.lkams.kernel.org/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles
SOURCE_VFY=sha1:2d3d3cc819ad26542d34451f44050b85635344d0
WEB_SITE=http://icculus.org/physfs
ENTERED=20030215
UPDATED=20110219
SHORT="library providing abstract access to various archives"

cat << EOF
PhysicsFS is a library to provide abstract access to various archives. It
is intended for use in video games, and the design was somewhat inspired by
Quake 3's file subsystem. The programmer defines a "write directory" on the
physical filesystem. No file writing done through the PhysicsFS API can
leave that write directory, for security. For example, an embedded scripting
language cannot write outside of this path if it uses PhysFS for all of its
I/O, which means that untrusted scripts can run more safely. Symbolic links
can be disabled as well, for added safety. For file reading, the programmer
lists directories and archives that form a "search path". Once the search
path is defined, it becomes a single, transparent hierarchical filesystem.
This makes for easy access to ZIP files in the same way as you access a file
directly on the disk, and it makes it easy to ship a new archive that will
override a previous archive on a per-file basis. Finally, PhysicsFS gives
you platform-abstracted means to determine if CD-ROMs are available, the
user's home directory, where in the real filesystem your program is running.
EOF
7 changes: 7 additions & 0 deletions python/numarray/BUILD
@@ -0,0 +1,7 @@
(

prepare_install &&
python setup.py install

) > $C_FIFO 2>&1

1 change: 1 addition & 0 deletions python/numarray/DEPENDS
@@ -0,0 +1 @@
depends Python
20 changes: 20 additions & 0 deletions python/numarray/DETAILS
@@ -0,0 +1,20 @@
MODULE=numarray
VERSION=1.5.2
SOURCE=numarray-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/numpy/
SOURCE_VFY=sha1:17f6c4bb5f0d97e93923b8ca4f55fccc1ee985e9
WEB_SITE=http://numpy.sourceforge.net
ENTERED=20020708
UPDATED=20080915
SHORT="Numarray adds a fast multidimensional array facility to Python"

cat << EOF
numarray is a rewrite of numerical python and will eventually replace it.
What is Numerical Python?
If x and y are Numerical Python arrays, then the speed of the operation
x + y is close to the speed of doing it in C if the arrays are big
enough. Thus, Python can be extended with a full scientific array
language with sophisticated indexing and shaping operations and yet be
closer to the speed of a compiled language than to the speed of Python
itself.
EOF
7 changes: 7 additions & 0 deletions python/pyPdf/BUILD
@@ -0,0 +1,7 @@
(

python setup.py config &&
prepare_install &&
python setup.py install

) > $C_FIFO 2>&1
2 changes: 2 additions & 0 deletions python/pyPdf/DEPENDS
@@ -0,0 +1,2 @@
depends Python

20 changes: 20 additions & 0 deletions python/pyPdf/DETAILS
@@ -0,0 +1,20 @@
MODULE=pyPdf
VERSION=1.13
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://pybrary.net/$MODULE
SOURCE_VFY=sha1:ba7aed11cf21a2c218df2e3979be5eb90992dcbe
WEB_SITE=http://pybrary.net/pyPdf
ENTERED=20120103
UPDATED=20120103
SHORT="A PDF toolkit library"

cat << EOF
A Pure-Python library built as a PDF toolkit.
It is capable of:
extracting document information (title, author, ...),
splitting documents page by page,
merging documents page by page,
cropping pages,
merging multiple pages into a single page,
encrypting and decrypting PDF files.
EOF
7 changes: 7 additions & 0 deletions python/pycups/BUILD
@@ -0,0 +1,7 @@
(

python setup.py build &&
prepare_install &&
python setup.py install --root=/

) > $C_FIFO 2>&1
2 changes: 2 additions & 0 deletions python/pycups/DEPENDS
@@ -0,0 +1,2 @@
depends cups
depends Python
13 changes: 13 additions & 0 deletions python/pycups/DETAILS
@@ -0,0 +1,13 @@
MODULE=pycups
VERSION=1.9.60
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://cyberelk.net/tim/data/$MODULE
SOURCE_VFY=sha1:6d9d65b5d3918c53f3bf5501d74c10ec33cbea7f
WEB_SITE=http://cyberelk.net/tim/software/pycups
ENTERED=20110516
UPDATED=20111206
SHORT="Python bindings for the CUPS API"

cat << EOF
Python bindings for the CUPS API.
EOF
8 changes: 8 additions & 0 deletions python/pypoppler/BUILD
@@ -0,0 +1,8 @@
(

patch_it $SOURCE_CACHE/$SOURCE2 1 &&
patch_it $SOURCE_CACHE/$SOURCE3 1 &&

default_build

) > $C_FIFO 2>&1
2 changes: 2 additions & 0 deletions python/pypoppler/DEPENDS
@@ -0,0 +1,2 @@
depends poppler
depends pygtk
19 changes: 19 additions & 0 deletions python/pypoppler/DETAILS
@@ -0,0 +1,19 @@
MODULE=pypoppler
VERSION=0.12.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=$MODULE-$VERSION-poppler.defs.patch.gz
SOURCE3=$MODULE-$VERSION-poppler.override.patch.gz
SOURCE_URL=http://launchpad.net/poppler-python/trunk/development/+download
SOURCE2_URL=$PATCH_URL
SOURCE3_URL=$PATCH_URL
SOURCE_VFY=sha1:a8a92039911a7c4bbd995a46f88a1877bf88ab5c
SOURCE2_VFY=sha1:092d725a8c22d8838bb7173ad1f1ea5e91522774
SOURCE3_VFY=sha1:37cc17b62475f9ba0feccf240a2fd4648ba013f7
WEB_SITE=https://launchpad.net/poppler-python
ENTERED=20071222
UPDATED=20120303
SHORT="Python bindings for poppler"

cat << EOF
Python bindings for the Poppler PDF rendering library.
EOF
8 changes: 8 additions & 0 deletions python/python-poppler-qt4/BUILD
@@ -0,0 +1,8 @@
(

python setup.py build &&
prepare_install &&
python setup.py install --prefix /usr

) > $C_FIFO 2>&1

3 changes: 3 additions & 0 deletions python/python-poppler-qt4/DEPENDS
@@ -0,0 +1,3 @@
depends Python
depends qt4
depends poppler
12 changes: 12 additions & 0 deletions python/python-poppler-qt4/DETAILS
@@ -0,0 +1,12 @@
MODULE=python-poppler-qt4
VERSION=0.16.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://python-poppler-qt4.googlecode.com/files/
SOURCE_VFY=sha1:48867d203ba83d4e818730f6ddcdbbf567b450cf
WEB_SITE=http://code.google.com/p/python-poppler-qt4/
ENTERED=20120129
UPDATED=20120129
SHORT="Python binding to poppler-qt4"
cat << EOF
Python binding to poppler-qt4.
EOF
10 changes: 10 additions & 0 deletions science/atlas/BUILD
@@ -0,0 +1,10 @@
(

mkdir $MODULE-build &&
cd $MODULE-build &&

../configure -Fa alg -fPIC --prefix=/usr $OPTS &&

default_make

) > $C_FIFO 2>&1
1 change: 1 addition & 0 deletions science/atlas/DEPENDS
@@ -0,0 +1 @@
optional_depends "lapack" "--with-netlib-lapack=/usr/lib/liblapack.so" "" "for additional lapack routines support"
17 changes: 17 additions & 0 deletions science/atlas/DETAILS
@@ -0,0 +1,17 @@
MODULE=atlas
VERSION=3.8.4
SOURCE=$MODULE$VERSION.tar.bz2
SOURCE_URL=$SFORGE_URL/math-atlas/Stable/$VERSION/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/ATLAS
SOURCE_VFY=sha1:ef92bcbc4bec096b34ed7a0d29119d84c973df0c
WEB_SITE=http://math-atlas.sourceforge.net/
ENTERED=20110920
UPDATED=20110920
SHORT="Automatically Tuned Linear Algebra Software"
PSAFE=no
cat << EOF
The ATLAS (Automatically Tuned Linear Algebra Software) project is an ongoing
research effort focusing on applying empirical techniques in order to provide
portable performance. At present, it provides C and Fortran77 interfaces to a
portably efficient BLAS implementation, as well as a few routines from LAPACK.
EOF
7 changes: 7 additions & 0 deletions science/lapack/BUILD
@@ -0,0 +1,7 @@
(

OPTS+=" -DBUILD_SHARED_LIBS=ON" &&

default_cmake_build

) > $C_FIFO 2>&1
1 change: 1 addition & 0 deletions science/lapack/DEPENDS
@@ -0,0 +1 @@
depends cmake
13 changes: 13 additions & 0 deletions science/lapack/DETAILS
@@ -0,0 +1,13 @@
MODULE=lapack
VERSION=3.4.0
SOURCE=$MODULE-$VERSION.tgz
SOURCE_URL=http://www.netlib.org/lapack/
SOURCE_VFY=sha1:910109a931524f8dcc2734ce23fe927b00ca199f
WEB_SITE=http://www.netlib.org/lapack/
ENTERED=20100102
UPDATED=20111118
SHORT="Linear Algebra PACKage"

cat << EOF
Routines for solving systems of simultaneous linear equations.
EOF
12 changes: 12 additions & 0 deletions utils/iasl/BUILD
@@ -0,0 +1,12 @@
(

cd generate/unix &&
if [ `arch` == "x86_64" ] ; then
make BITS=64
else
make BITS=32
fi &&
prepare_install &&
make install

) > $C_FIFO 2>&1
22 changes: 22 additions & 0 deletions utils/iasl/DETAILS
@@ -0,0 +1,22 @@
MODULE=iasl
VERSION=20120420
SOURCE=acpica-unix2-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/acpica-unix2-$VERSION
SOURCE_URL[0]=$MIRROR_URL
SOURCE_URL[1]=http://www.acpica.org/download
SOURCE_VFY=sha1:fcbffca78057011378c08124b404c016addd2a92
WEB_SITE=http://www.acpica.org
ENTERED=20071004
UPDATED=20120428
LICENSE="other"
SHORT="Intel ACPI build environment"

PSAFE=no
cat << EOF
Advanced Configuration & Power Interface Component Architecture (ACPI
CA) provides a reference implementation of software components that
enable OS support for interfaces defined in the ACPI 1.0b
specification. This includes: AML interpreter and debugger, Namespace
Management, ACPI hardware support, and basic OSPM, including a device
power management framework.
EOF
12 changes: 12 additions & 0 deletions utils/nut/BUILD
@@ -0,0 +1,12 @@
(


OPTS="--with-group=nut --with-user=nut --sysconfdir=/etc/$MODULE" &&

add_priv_user nut:nut -d /dev/null -s /bin/false &&

sedit "s:BUS:SUBSYSTEM:" scripts/udev/nut-usbups.rules.in &&

default_build

) > $C_FIFO 2>&1
6 changes: 6 additions & 0 deletions utils/nut/DEPENDS
@@ -0,0 +1,6 @@
optional_depends tcp_wrappers "--with-wrap" "--without-wrap" "for tcp wrappers support"
optional_depends openssl "--with-ssl" "--without-ssl" "for ssl support"
optional_depends hal "--with-hal" "--without-hal" "for HAL support"
optional_depends libusb-compat "--with-usb" "--without-usb" "for usb support"
optional_depends net-snmp "--with-snmp" "--without-snmp" "for snmp support"
optional_depends neon "--with-neon" "--without-neon" "for XML/HTTP support"
18 changes: 18 additions & 0 deletions utils/nut/DETAILS
@@ -0,0 +1,18 @@
MODULE=nut
VERSION=2.6.3
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.networkupstools.org/source/${VERSION%.*}/
SOURCE_VFY=sha1:d97aea279bea65714a0c492d13fb6b2d4b5b43df
WEB_SITE="http://www.networkupstools.org/"
ENTERED=20100324
UPDATED=20120201
SHORT="Network UPS Tools"

cat << EOF
The primary goal of the Network UPS Tools (NUT) project is to provide
reliable monitoring of UPS and PDU hardware and ensure safe shutdowns
of the systems which are connected.

We attempt to monitor every kind of UPS and PDU, given sufficient
interest.
EOF
11 changes: 11 additions & 0 deletions utils/openobex/BUILD
@@ -0,0 +1,11 @@
(

export CFLAGS="$CFLAGS -fPIC" &&

cp /usr/share/automake/config.sub $SOURCE_DIRECTORY &&

OPTS+=" --enable-syslog" &&

default_build

) > $C_FIFO 2>&1
4 changes: 4 additions & 0 deletions utils/openobex/DEPENDS
@@ -0,0 +1,4 @@

optional_depends "usbutils" "--enable-usb" "--disable-usb" "for usb support"
optional_depends "bluez" "--enable-bluetooth" "--disable-bluetooth" "for bluetooth support"
optional_depends "irda-utils" "--enable-irda" "--disable-irda" "for IrDA support"

0 comments on commit 1848a21

Please sign in to comment.