[Lunar-commits] <moonbase> remove old modules from the moonbase.
Florin Braescu
florin at lunar-linux.org
Mon Aug 29 10:28:36 CEST 2011
commit 2533e351145d73eabfda3e3261194cee14ddd48f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Mon Aug 29 12:28:36 2011 +0400
remove old modules from the moonbase.
---
zdeprecated/PodToHTML/BUILD | 6 ----
zdeprecated/PodToHTML/DEPENDS | 1 -
zdeprecated/PodToHTML/DETAILS | 12 ---------
zdeprecated/PostNuke/BUILD | 17 -------------
zdeprecated/PostNuke/DEPENDS | 3 --
zdeprecated/PostNuke/DETAILS | 14 ----------
zdeprecated/PostNuke/POST_INSTALL | 11 --------
zdeprecated/agqt/BUILD | 23 -----------------
zdeprecated/agqt/DEPENDS | 1 -
zdeprecated/agqt/DETAILS | 12 ---------
zdeprecated/agqt/POST_INSTALL | 1 -
zdeprecated/audioscrobbler/DEPENDS | 2 -
zdeprecated/audioscrobbler/DETAILS | 20 ---------------
zdeprecated/cryptoapi/BUILD | 35 --------------------------
zdeprecated/cryptoapi/DETAILS | 19 --------------
zdeprecated/dirac/DETAILS | 17 -------------
zdeprecated/libungif/BUILD | 20 ---------------
zdeprecated/libungif/CONFLICTS | 1 -
zdeprecated/libungif/DETAILS | 19 --------------
zdeprecated/libungif/POST_INSTALL | 1 -
zdeprecated/libungif/POST_REMOVE | 1 -
zdeprecated/libv4l/BUILD | 7 -----
zdeprecated/libv4l/CONFLICTS | 1 -
zdeprecated/libv4l/DETAILS | 22 ----------------
zdeprecated/mt-daapd/BUILD | 8 ------
zdeprecated/mt-daapd/CONFIGURE | 1 -
zdeprecated/mt-daapd/DEPENDS | 10 -------
zdeprecated/mt-daapd/DETAILS | 21 ----------------
zdeprecated/mt-daapd/init.d/mt-daapd | 11 --------
zdeprecated/piave/BUILD | 12 ---------
zdeprecated/piave/DEPENDS | 5 ----
zdeprecated/piave/DETAILS | 21 ----------------
zdeprecated/pine/BUILD | 45 ----------------------------------
zdeprecated/pine/CONFLICTS | 1 -
zdeprecated/pine/DEPENDS | 1 -
zdeprecated/pine/DETAILS | 22 ----------------
zdeprecated/pymsn/BUILD | 7 -----
zdeprecated/pymsn/DEPENDS | 4 ---
zdeprecated/pymsn/DETAILS | 29 ----------------------
zdeprecated/termcap/BUILD | 9 -------
zdeprecated/termcap/DETAILS | 15 -----------
zdeprecated/xfmedia/BUILD | 13 ----------
zdeprecated/xfmedia/DEPENDS | 2 -
zdeprecated/xfmedia/DETAILS | 14 ----------
44 files changed, 0 insertions(+), 517 deletions(-)
diff --git a/zdeprecated/PodToHTML/BUILD b/zdeprecated/PodToHTML/BUILD
deleted file mode 100644
index c11ca00..0000000
--- a/zdeprecated/PodToHTML/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
- perl Makefile.PL &&
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/zdeprecated/PodToHTML/DEPENDS b/zdeprecated/PodToHTML/DEPENDS
deleted file mode 100644
index 6826bc7..0000000
--- a/zdeprecated/PodToHTML/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends perl
diff --git a/zdeprecated/PodToHTML/DETAILS b/zdeprecated/PodToHTML/DETAILS
deleted file mode 100644
index cd2f150..0000000
--- a/zdeprecated/PodToHTML/DETAILS
+++ /dev/null
@@ -1,12 +0,0 @@
- MODULE=PodToHTML
- VERSION=0.06
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/
- SOURCE_VFY=sha1:e6b6a4a1e765e0fe67ce6165ebbab059bf54101f
- WEB_SITE=http://www.perl.com/CPAN/modules/by-module/CPAN/
- ENTERED=20060310
- UPDATED=20070607
- SHORT="Convert POD documentation to HTML"
-cat << EOF
-podtohtml converts POD documentation to HTML.
-EOF
diff --git a/zdeprecated/PostNuke/BUILD b/zdeprecated/PostNuke/BUILD
deleted file mode 100644
index bf47ba6..0000000
--- a/zdeprecated/PostNuke/BUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-(
-
- prepare_install
-
- PREFIX=/var/postnuke
- mkdir -p $PREFIX &&
-
- for STUFF in $( ls html | grep -v install ) ; do
- verbose_msg "Copying: $STUFF"
- cp -a html/$STUFF $PREFIX
- done &&
-
- mkdir -p /usr/share/doc/$MODULE &&
- cp -f phoenix-sql/Phoenix.sql /usr/share/doc/$MODULE/ &&
- sedit "s:$pnconfig['encoded'] = '1';:$pnconfig['encoded'] = '0';:" $PREFIX/config.php
-
-) > $C_FIFO 2>&1
diff --git a/zdeprecated/PostNuke/DEPENDS b/zdeprecated/PostNuke/DEPENDS
deleted file mode 100644
index 1f0698e..0000000
--- a/zdeprecated/PostNuke/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends %APACHE
-depends %PHP
-depends mysql
diff --git a/zdeprecated/PostNuke/DETAILS b/zdeprecated/PostNuke/DETAILS
deleted file mode 100644
index ad713ba..0000000
--- a/zdeprecated/PostNuke/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
- MODULE=PostNuke
- VERSION=0.764
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.postnuke.com/files/
- SOURCE_VFY=sha1:93d5ddb9c388c1adb6780053dff1bf6144ee2ccc
- WEB_SITE=http://www.postnuke.com/
- ENTERED=20030921
- UPDATED=20070511
- SHORT="An all-round MySql php web portal system"
-cat << EOF
-PostNuke is software that creates an impressive, dynamic web site and
-provides the webmaster with a site they can administer with a minimal
-amount of HTML knowledge through a web browser.
-EOF
diff --git a/zdeprecated/PostNuke/POST_INSTALL b/zdeprecated/PostNuke/POST_INSTALL
deleted file mode 100644
index 9107d8c..0000000
--- a/zdeprecated/PostNuke/POST_INSTALL
+++ /dev/null
@@ -1,11 +0,0 @@
-message ""
-message "${MESSAGE_COLOR}Don't forget to edit /var/postnuke/config.php!${DEFAULT_COLOR}"
-message "${MESSAGE_COLOR}Don't forget to merge Phoenix.sql from /usr/share/doc/${MODULE}:${DEFAULT_COLOR}"
-message "${MESSAGE_COLOR} start mysql and do:${DEFAULT_COLOR}"
-message " create DATABASE postnuke; use postnuke;"
-message " source /usr/share/doc/PostNuke/Phoenix.sql;"
-message "${MESSAGE_COLOR}Then give permissions to the database for the postnuke user:${DEFAULT_COLOR}"
-message " GRANT ALL PRIVILEGES ON postnuke.* TO postnuke at localhost IDENTIFIED BY '<postnuke-password>' WITH GRANT OPTION;"
-message " exit;"
-message "${MESSAGE_COLOR}Make sure you change the default \"Admin\" password from \"Password\" to"
-message "something sensible and set ['encoded']='0' in config.php.${DEFAULT_COLOR}"
diff --git a/zdeprecated/agqt/BUILD b/zdeprecated/agqt/BUILD
deleted file mode 100644
index ed8cee4..0000000
--- a/zdeprecated/agqt/BUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-(
- make clean &&
- sedit "s!/usr/local/bin!/usr/bin!" Makefile &&
- cd ag &&
- sedit "s/-O6 -g/$CXXFLAGS/" Makefile &&
- cd .. &&
- cd am &&
- sedit "s/-O6 -g/$CXXFLAGS/" Makefile &&
- cd .. &&
- cd fdb &&
- sedit "s/-O6 -g/$CXXFLAGS/" Makefile &&
- cd .. &&
- cd hammer &&
- sedit "s/g++/g++ $CXXFLAGS/" Makefile &&
- make clean &&
- make &&
- cd .. &&
- make &&
- prepare_install &&
- make install &&
- cp hammer/hammer /usr/bin &&
- cp agrc.sample /etc/skel/.agrc
-) > $C_FIFO 2>&1
diff --git a/zdeprecated/agqt/DEPENDS b/zdeprecated/agqt/DEPENDS
deleted file mode 100644
index 01a94a6..0000000
--- a/zdeprecated/agqt/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-optional_depends "tk" "" "" "for graphic client"
diff --git a/zdeprecated/agqt/DETAILS b/zdeprecated/agqt/DETAILS
deleted file mode 100644
index d2a7587..0000000
--- a/zdeprecated/agqt/DETAILS
+++ /dev/null
@@ -1,12 +0,0 @@
- MODULE=agqt
- VERSION=0.11
- SOURCE=$MODULE-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
- SOURCE_URL[0]=$SFORGE_URL/agqt/
- WEB_SITE=http://agqt.sourceforge.net
- ENTERED=20020228
- UPDATED=20020513
- SHORT="the audiogalaxy query tool"
-cat << EOF
-agqt is a tool for querying music to your audiogalaxy queue
-EOF
diff --git a/zdeprecated/agqt/POST_INSTALL b/zdeprecated/agqt/POST_INSTALL
deleted file mode 100644
index 7514e65..0000000
--- a/zdeprecated/agqt/POST_INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-echo sample config can be found under /etc/skel/.agrc
diff --git a/zdeprecated/audioscrobbler/DEPENDS b/zdeprecated/audioscrobbler/DEPENDS
deleted file mode 100644
index f7cba6e..0000000
--- a/zdeprecated/audioscrobbler/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends xmms
-depends libmusicbrainz
diff --git a/zdeprecated/audioscrobbler/DETAILS b/zdeprecated/audioscrobbler/DETAILS
deleted file mode 100644
index 1c8d035..0000000
--- a/zdeprecated/audioscrobbler/DETAILS
+++ /dev/null
@@ -1,20 +0,0 @@
- MODULE=audioscrobbler
- VERSION=0.4.0
- SOURCE=xmms-scrobbler-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/xmms-scrobbler-$VERSION
- SOURCE_URL[0]=http://xmms-scrobbler.sommitrealweird.co.uk/download/
- SOURCE_VFY=sha1:d4492a7abe2260f7794d48ebbb09c5ba9659d9a8
- WEB_SITE=http://xmms-scrobbler.sommitrealweird.co.uk/
- ENTERED=20040115
- UPDATED=20070527
- SHORT="audioscrobbler builds up a detailed profile of your musical taste."
-
-cat << EOF
-Audioscrobbler is a computer system that builds up a detailed profile of
-your musical taste. After installing an Audioscrobbler Plugin, your
-computer sends the name of every song you play to the Audioscrobbler
-Server.
-With this information, the Audioscrobbler server builds you a 'Musical
-Profile'. Statistics from your Musical Profile are shown on your
-Audioscrobbler User Page, available for everyone to view.
-EOF
diff --git a/zdeprecated/cryptoapi/BUILD b/zdeprecated/cryptoapi/BUILD
deleted file mode 100644
index 1baf396..0000000
--- a/zdeprecated/cryptoapi/BUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-no_export_symbol() {
- sedit "s/EXPORT_SYMBOL/\/\/ EXPORT_SYMBOL/" api/cryptoapi.c
-}
-
-
-if module_installed linux; then
- case "`installed_version linux`" in
- 2.4.13) no_export_symbol ;;
- 2.4.14) no_export_symbol ;;
- 2.4.15) no_export_symbol ;;
- 2.4.16) no_export_symbol ;;
- 2.4.17) no_export_symbol ;;
- 2.4.18) no_export_symbol ;;
- 2.4.19) no_export_symbol ;;
- 2.4.20) no_export_symbol ;;
- 2.4.21) no_export_symbol ;;
- 2.4.22) no_export_symbol ;;
- 2.4.23) no_export_symbol ;;
- 2.4.24) no_export_symbol ;;
- esac
-fi
-
-
-(
-
- aclocal
- sedit "s/-O2/$CFLAGS/" configure
-
- ./configure --prefix=/usr &&
- make &&
- prepare_install &&
- make install &&
- depmod
-
-) > $C_FIFO 2>&1
diff --git a/zdeprecated/cryptoapi/DETAILS b/zdeprecated/cryptoapi/DETAILS
deleted file mode 100644
index 347bf9b..0000000
--- a/zdeprecated/cryptoapi/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
- MODULE=cryptoapi
- VERSION=2.4.7.0
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=$SFORGE_URL/$MODULE/
- WEB_SITE=http://www.kerneli.org:8080/cryptoapi
- ENTERED=20010924
- UPDATED=20040125
- PSAFE=no
- SHORT="cryptoapi adds crypto modules to Linux."
-cat << EOF
-This is a repackaged distribution based on the international crypto
-patch for GNU/Linux, with the aim to improve adoption of this package
-by not requiring to patch the kernel in order to be able to use the
-cryptoapi and the loop encrytion.
-
-This distribution is not meant as a project fork but as a branch,
-which is intended to merge back improvements to the official
-international crypto patch.
-EOF
diff --git a/zdeprecated/dirac/DETAILS b/zdeprecated/dirac/DETAILS
deleted file mode 100644
index 59d741f..0000000
--- a/zdeprecated/dirac/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- MODULE=dirac
- VERSION=1.0.2
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://diracvideo.org/download/dirac-research/
- SOURCE2_URL=$SFORGE_URL/$MODULE
- SOURCE_VFY=sha1:895aaad832a54b754e58f77c87d38c0c37752b0b
- WEB_SITE=http://dirac.sourceforge.net/index.html
- ENTERED=20060205
- UPDATED=20090212
- SHORT="Video compression and decompression tools"
-
-cat << EOF
-Dirac is a video codec developes by the BBC that provides general-purpose
-video compression and decompression tools comparable with state-of-the-art
-systems. Dirac is available for distribution under the MPL version 1.1
-software license.
-EOF
diff --git a/zdeprecated/libungif/BUILD b/zdeprecated/libungif/BUILD
deleted file mode 100644
index 010c7b6..0000000
--- a/zdeprecated/libungif/BUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-(
-
- export CC="gcc" &&
-
- ./configure --build=$BUILD \
- --prefix=/usr \
- --bindir=/usr/bin \
- --sbindir=/usr/sbin \
- --datadir=/usr/share \
- --localstatedir=/var \
- --libdir=/usr/lib \
- --includedir=/usr/include \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --enable-shared \
- --enable-static &&
-
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/zdeprecated/libungif/CONFLICTS b/zdeprecated/libungif/CONFLICTS
deleted file mode 100644
index ed23c9d..0000000
--- a/zdeprecated/libungif/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts giflib
diff --git a/zdeprecated/libungif/DETAILS b/zdeprecated/libungif/DETAILS
deleted file mode 100644
index 2ca3dc4..0000000
--- a/zdeprecated/libungif/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
- MODULE=libungif
- VERSION=4.1.4
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$SFORGE_URL/giflib
- SOURCE_VFY=sha1:af687ffbcfe6afd1d76e33ea8cf27ffb02ed61fc
- # http://sourceforge.net/projects/libungif/ is dead
- WEB_SITE=http://giflib.sourceforge.net/
- ENTERED=20010922
- UPDATED=20060225
- SHORT="A library for uncompressed GIF images"
-
-cat << EOF
-libungif is a library for reading and writing gif images. The save
-functionality uses an uncompressed gif algorithm to avoid the Unisys LZW
-patent (expired in 2004). This library is based heavily on Eric Raymond's
-libgif package and implements a superset of that library's API.
-
-libungif is a dead project, continued by giflib.
-EOF
diff --git a/zdeprecated/libungif/POST_INSTALL b/zdeprecated/libungif/POST_INSTALL
deleted file mode 100644
index 32d09d8..0000000
--- a/zdeprecated/libungif/POST_INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-ldconfig
diff --git a/zdeprecated/libungif/POST_REMOVE b/zdeprecated/libungif/POST_REMOVE
deleted file mode 100644
index 32d09d8..0000000
--- a/zdeprecated/libungif/POST_REMOVE
+++ /dev/null
@@ -1 +0,0 @@
-ldconfig
diff --git a/zdeprecated/libv4l/BUILD b/zdeprecated/libv4l/BUILD
deleted file mode 100644
index 7bca3fa..0000000
--- a/zdeprecated/libv4l/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-
- make PREFIX=/usr &&
- prepare_install &&
- make install PREFIX=/usr
-
-) > $C_FIFO 2>&1
diff --git a/zdeprecated/libv4l/CONFLICTS b/zdeprecated/libv4l/CONFLICTS
deleted file mode 100644
index 205a979..0000000
--- a/zdeprecated/libv4l/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts v4l-utils
diff --git a/zdeprecated/libv4l/DETAILS b/zdeprecated/libv4l/DETAILS
deleted file mode 100644
index efb687c..0000000
--- a/zdeprecated/libv4l/DETAILS
+++ /dev/null
@@ -1,22 +0,0 @@
- MODULE=libv4l
- VERSION=0.6.4
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=$MIRROR_URL
- SOURCE_VFY=sha1:6fc2c490fb14a109e25745cf2df226bbddda8b0c
- WEB_SITE=http://hansdegoede.livejournal.com/3636.html
- ENTERED=20090913
- UPDATED=20100218
- SHORT="thin abstraction layer on top of video4linux2 devices"
-
-cat << EOF
-libv4l is a collection of libraries that adds a thin abstraction layer on top of
-video4linux2 (V4L2) devices. The purpose of this layer is to make it easy for
-application writers to support a wide variety of devices without having to write
-separate code for different devices in the same class. It consists of 3 different
-libraries. libv4lconvert offers functions to convert from any (known) pixel
-format to V4l2_PIX_FMT_BGR24 or V4l2_PIX_FMT_YUV420. libv4l1 offers the
-(deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for
-those devices supporting v4l1 compatibility (which many v4l2 drivers do not).
-libv4l2 offers the v4l2 API on top of v4l2 devices, while adding support for the
-application transparent libv4lconvert conversion where necessary.
-EOF
diff --git a/zdeprecated/mt-daapd/BUILD b/zdeprecated/mt-daapd/BUILD
deleted file mode 100644
index a977430..0000000
--- a/zdeprecated/mt-daapd/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-(
- default_build
-
- mkdir -p /var/cache/mt-daapd
-
- cp $SOURCE_DIRECTORY/contrib/mt-daapd.conf /usr/share/mt-daapd/mt-daapd.conf.sample
-
-) > $C_FIFO 2>&1
diff --git a/zdeprecated/mt-daapd/CONFIGURE b/zdeprecated/mt-daapd/CONFIGURE
deleted file mode 100644
index 87dba89..0000000
--- a/zdeprecated/mt-daapd/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-mquery MDNS "Enable mDNS support?" n "--enable-mdns" "--disable-mdns"
diff --git a/zdeprecated/mt-daapd/DEPENDS b/zdeprecated/mt-daapd/DEPENDS
deleted file mode 100644
index 0c58cf9..0000000
--- a/zdeprecated/mt-daapd/DEPENDS
+++ /dev/null
@@ -1,10 +0,0 @@
-depends libid3tag
-depends zlib
-depends gdbm
-
-optional_depends "avahi" \
- " " \
- " " \
- "for Zeroconf networking support,recommended"
-
-optional_depends "mp4v2" " " " " "for AAC metadata"
diff --git a/zdeprecated/mt-daapd/DETAILS b/zdeprecated/mt-daapd/DETAILS
deleted file mode 100644
index 42222a4..0000000
--- a/zdeprecated/mt-daapd/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
- MODULE=mt-daapd
- VERSION=0.2.4.2
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE_VFY=sha1:5f1c04100b1d18a9cf6f03f879b5c3e9a7bd172f
- WEB_SITE=http://www.fireflymediaserver.org
- ENTERED=20070702
- UPDATED=20090323
- SHORT="Firefly Media Server project"
-
-cat << EOF
-mt-daapd is a program which acts as an iTunes (DAAP) server for Linux
-and other POSIX unixes.
-
- * Supports the Roku SoundBridge (query/browse/index support)
- * Supports periodic rescans of the database
- * Can advertise shoutcast streams
- * Supports password-protected shares
- * Is web-configurable and managable
- * Support dynamic playlists, like iTunes "Smart playlists"
-EOF
diff --git a/zdeprecated/mt-daapd/init.d/mt-daapd b/zdeprecated/mt-daapd/init.d/mt-daapd
deleted file mode 100755
index 080a99d..0000000
--- a/zdeprecated/mt-daapd/init.d/mt-daapd
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-# chkconfig: 345 99 01
-# description: itunesserver
-# processname: mt-daapd
-# config: /etc/mt-daapd.conf
-
-ARGS=""
-
-. /lib/lsb/init-functions $1
-
diff --git a/zdeprecated/piave/BUILD b/zdeprecated/piave/BUILD
deleted file mode 100644
index 8071c5f..0000000
--- a/zdeprecated/piave/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
- patch_it $SOURCE_CACHE/$SOURCE3 1 &&
- sed -i "118i #include <sys/time.h>" libpiave/piave_base.hh &&
- sed -i "37i #include <sys/time.h>" libpiave/piave_base.cc libpiave/storybase.hh &&
-
- ./configure --prefix=/usr &&
-# sedit 's/gcc/g++/' Makefile &&
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/zdeprecated/piave/DEPENDS b/zdeprecated/piave/DEPENDS
deleted file mode 100644
index edca1ed..0000000
--- a/zdeprecated/piave/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-depends SDL_image
-depends libxml2
-depends libraw1394
-depends libavc1394
-depends libdv
diff --git a/zdeprecated/piave/DETAILS b/zdeprecated/piave/DETAILS
deleted file mode 100644
index 8f8e7b2..0000000
--- a/zdeprecated/piave/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
- MODULE=piave
- VERSION=0.2.4
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-$VERSION-libdv.patch.bz2
- SOURCE3=$MODULE-$VERSION-gcc34.patch.bz2
- SOURCE_URL=$SFORGE_URL/modesto/
- SOURCE2_URL=$PATCH_URL
- SOURCE3_URL=$PATCH_URL
- SOURCE_VFY=sha1:287ac3b6d9d12ec806d8c44dec9b714cb89f4144
- SOURCE2_VFY=sha1:c15e2ebb9bd7c813a6e2f1004290d3ea424c5a2e
- SOURCE3_VFY=sha1:92748e2ffc813f88e2a94253857871d62f457ff6
- WEB_SITE=http://modesto.sourceforge.net/piave/
- ENTERED=20040418
- UPDATED=20040802
- SHORT="PIAVE - Piave Is A Video Editor"
-
-PSAFE=no
-cat << EOF
-PIAVE is a video render engine to be used as a C++ library or a standalone
-render server to use with a batch or interactive GUI client.
-EOF
diff --git a/zdeprecated/pine/BUILD b/zdeprecated/pine/BUILD
deleted file mode 100644
index b60b97d..0000000
--- a/zdeprecated/pine/BUILD
+++ /dev/null
@@ -1,45 +0,0 @@
-(
-
- if module_installed openssl ; then
- OPTS="NOSSL=unix SSLCERTS=/etc/ssl/certs SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib"
- fi
-
- if module_installed Linux-PAM ; then
- TARGET="lnp"
- else
- TARGET="slx"
- fi
-
- if in_depends $MODULE openldap; then
- mkdir $SOURCE_DIRECTORY/ldap
- ln -s /usr/lib $SOURCE_DIRECTORY/ldap/libraries
- ln -s /usr/include $SOURCE_DIRECTORY/ldap/include
- sedit "s;L1=\"'LDAPLIBS=../ldap/libraries/libldap.a ../ldap/libraries/liblber.a'\";L1=\"'LDAPLIBS=../ldap/libraries/liblber.so ../ldap/libraries/libldap.so'\";" build
- fi
-
- ./build $TARGET DEBUG="$CFLAGS" $OPTS &&
- prepare_install $$
-
- for FILE in bin/rpload bin/rpdump ; do
- install -m0755 $FILE /usr/sbin
- done &&
-
- for FILE in bin/mtest bin/pico bin/pilot bin/pine ; do
- install -m0755 $FILE /usr/bin
- done &&
-
- # cp imapd /usr/sbin
- # cp ipop2d /usr/sbin
- # cp ipop3d /usr/sbin
-
- for MANPAGE in doc/*.1 ; do
- gzip -9 $MANPAGE &&
- install -m0644 $MANPAGE.gz /usr/share/man/man1
- done
-
- # if module_installed stunnel; then
- # ln -sf stunnel.pem /etc/ssl/certs/imapd.pem
- # ln -sf stunnel.pem /etc/ssl/certs/ipop3d.pem
- # fi
-
-) > $C_FIFO 2>&1
diff --git a/zdeprecated/pine/CONFLICTS b/zdeprecated/pine/CONFLICTS
deleted file mode 100644
index 19ee952..0000000
--- a/zdeprecated/pine/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts alpine
diff --git a/zdeprecated/pine/DEPENDS b/zdeprecated/pine/DEPENDS
deleted file mode 100644
index 04b990f..0000000
--- a/zdeprecated/pine/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-optional_depends "openldap" "" "" "to enable ldap support"
diff --git a/zdeprecated/pine/DETAILS b/zdeprecated/pine/DETAILS
deleted file mode 100644
index f0acd93..0000000
--- a/zdeprecated/pine/DETAILS
+++ /dev/null
@@ -1,22 +0,0 @@
- MODULE=pine
- VERSION=4.64
- SOURCE=$MODULE$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE$VERSION
- SOURCE_URL=ftp://ftp.cac.washington.edu/$MODULE/
- SOURCE_VFY=sha1:b88aeb64ec2fa30bbb38fda3a051d98dc0e19c5e
- WEB_SITE=http://www.washington.edu/pine
- ENTERED=20010922
- UPDATED=20050929
- PSAFE=no
- SHORT="text-based MIME Email client."
-
-cat << EOF
-Pine is a tool for reading, sending, and managing electronic messages.
-Pine was designed by the Office of Computing & Communications at the
-University of Washington specifically with novice computer users in
-mind, but it can be tailored to accommodate the needs of "power users"
-as well.
-The source also installs:
- imapd - an Internet Mail Protocol Daemon,
- pico - a text edtior
-EOF
diff --git a/zdeprecated/pymsn/BUILD b/zdeprecated/pymsn/BUILD
deleted file mode 100644
index 8707d86..0000000
--- a/zdeprecated/pymsn/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-
- python setup.py build_ext -i &&
- prepare_install &&
- python setup.py install
-
-) > $C_FIFO 2>&1
diff --git a/zdeprecated/pymsn/DEPENDS b/zdeprecated/pymsn/DEPENDS
deleted file mode 100644
index 3a7e814..0000000
--- a/zdeprecated/pymsn/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends pygtk
-depends pyopenssl
-depends pycrypto
-depends telepathy-python
diff --git a/zdeprecated/pymsn/DETAILS b/zdeprecated/pymsn/DETAILS
deleted file mode 100644
index 9a5a8b8..0000000
--- a/zdeprecated/pymsn/DETAILS
+++ /dev/null
@@ -1,29 +0,0 @@
- MODULE=pymsn
- VERSION=0.3.3
- SOURCE=${MODULE}-${VERSION}.tar.gz
- SOURCE_URL=http://telepathy.freedesktop.org/releases/pymsn/
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_VFY=sha1:b652fe20ee9aa3a5c5e8fef262fb9e4b31b8fa72
- WEB_SITE="http://telepathy.freedesktop.org/wiki/Pymsn"
- ENTERED=20090123
- UPDATED=20090123
- SHORT="Python implementation of MSN protocol"
-cat <<EOF
-+ MSNP15
-+ Best MSNP2P implementation : avatars and custom emoticons
-+ Yahoo messenger contacts support : chat and presence
-+ Live Address Book support : full contact and group management
-+ Server side contacts aliasing
-+ Offline messages support
-+ MSN Spaces
-+ Content Roaming support : avatar, display name and
- personal message storage
-+ Full support for HTTP and HTTPS proxies
-+ Support HTTP Polling transport
-+ No threads, fully asynchronous
-
-+ Caching system (only used for storing the SSO tickets for now,
- but will be used to support deltas in the AddressBook later)
-+ Very solid and extensible architecture # + Solid networking through
- a new sublibrary : gnet
-EOF
diff --git a/zdeprecated/termcap/BUILD b/zdeprecated/termcap/BUILD
deleted file mode 100644
index 0e1576c..0000000
--- a/zdeprecated/termcap/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-(
-
- ./configure --prefix=/usr \
- --enable-install-termcap \
- $OPTS &&
-
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/zdeprecated/termcap/DETAILS b/zdeprecated/termcap/DETAILS
deleted file mode 100644
index 711d534..0000000
--- a/zdeprecated/termcap/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- MODULE=termcap
- VERSION=1.3.1
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=$GNU_URL/$MODULE/
- SOURCE_URL[1]=ftp://ftp.gnu.org/gnu/$MODULE/
- WEB_SITE=na
- ENTERED=20020621
- UPDATED=20020621
- SHORT="termcap enables programs to be terminal independent."
-cat << EOF
-GNU termcap is a library of C functions that enables programs to send control \
-strings to terminals in a terminal type-independent manner. The GNU termcap
-library does not place an arbitrary limit on the size of termcap entries,
-unlike most other termcap libraries.
-EOF
diff --git a/zdeprecated/xfmedia/BUILD b/zdeprecated/xfmedia/BUILD
deleted file mode 100644
index 0a2dd59..0000000
--- a/zdeprecated/xfmedia/BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-(
- [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc
-
- # make sure proper PKG_CONFIG_PATH is set
- export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
-
- ./configure --build=$BUILD \
- --prefix=${MODULE_PREFIX} \
- $OPTS &&
-
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/zdeprecated/xfmedia/DEPENDS b/zdeprecated/xfmedia/DEPENDS
deleted file mode 100644
index 15b9447..0000000
--- a/zdeprecated/xfmedia/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends exo
-depends %XINELIB
diff --git a/zdeprecated/xfmedia/DETAILS b/zdeprecated/xfmedia/DETAILS
deleted file mode 100644
index 6908e15..0000000
--- a/zdeprecated/xfmedia/DETAILS
+++ /dev/null
@@ -1,14 +0,0 @@
- MODULE=xfmedia
- VERSION=0.9.2
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://spuriousinterrupt.org/projects/xfmedia/files
- SOURCE_VFY=sha1:cb8d39f2a4ee6a6164f722162fa45004770a7605
- MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
- WEB_SITE=http://spuriousinterrupt.org/projects/xfmedia
- ENTERED=20041029
- UPDATED=20061124
- SHORT="Xfce media player"
-
-cat << EOF
-Xfce media player. Uses Xine to play video streams! Still in development.
-EOF
More information about the Lunar-commits
mailing list