summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2012-06-18 22:23:27 +1000
committerDanny Rawlins <monster.romster@gmail.com>2012-06-18 22:23:27 +1000
commitc4a37ea13aa85c11e818912803b4064d75fcbc40 (patch)
tree43a1845f191e7a746aa1545bc751b26f6e1825d5
parent20a5e1d1450b7cc5da6a2adb1206aef2048ced87 (diff)
downloadcontrib-c4a37ea13aa85c11e818912803b4064d75fcbc40.tar.gz
contrib-c4a37ea13aa85c11e818912803b4064d75fcbc40.tar.xz
gift*: contrib -> romster
-rw-r--r--gift-ares/.footprint10
-rw-r--r--gift-ares/.md5sum2
-rw-r--r--gift-ares/Pkgfile19
-rw-r--r--gift-ares/README3
-rw-r--r--gift-fasttrack/.footprint11
-rw-r--r--gift-fasttrack/.md5sum3
-rw-r--r--gift-fasttrack/Pkgfile21
-rw-r--r--gift-fasttrack/README3
-rw-r--r--gift-gnutella/.footprint13
-rw-r--r--gift-gnutella/.md5sum4
-rw-r--r--gift-gnutella/Pkgfile24
-rw-r--r--gift-gnutella/README3
-rw-r--r--gift-openft/.footprint10
-rw-r--r--gift-openft/.md5sum2
-rw-r--r--gift-openft/Pkgfile20
-rw-r--r--gift-openft/README3
-rw-r--r--gift/.footprint54
-rw-r--r--gift/.md5sum1
-rw-r--r--gift/Pkgfile16
-rw-r--r--giftoxic/.footprint13
-rw-r--r--giftoxic/.md5sum1
-rw-r--r--giftoxic/Pkgfile21
22 files changed, 0 insertions, 257 deletions
diff --git a/gift-ares/.footprint b/gift-ares/.footprint
deleted file mode 100644
index 90b8b892c..000000000
--- a/gift-ares/.footprint
+++ /dev/null
@@ -1,10 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/giFT/
--rwxr-xr-x root/root usr/lib/giFT/libAres.la
--rwxr-xr-x root/root usr/lib/giFT/libAres.so
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/giFT/
-drwxr-xr-x root/root usr/share/giFT/Ares/
--rw-r--r-- root/root usr/share/giFT/Ares/Ares.conf.template
--rw-r--r-- root/root usr/share/giFT/Ares/nodes
diff --git a/gift-ares/.md5sum b/gift-ares/.md5sum
deleted file mode 100644
index d7107dedc..000000000
--- a/gift-ares/.md5sum
+++ /dev/null
@@ -1,2 +0,0 @@
-51ca0cf8aad7e1ea5ffbbca2fa71c1db gift-ares-0.3.0.tar.bz2
-5111eb7e37330aa096c86f17fd51ab10 nodes.gzip
diff --git a/gift-ares/Pkgfile b/gift-ares/Pkgfile
deleted file mode 100644
index 0cb6935a3..000000000
--- a/gift-ares/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: The Ares network plug-in for giFT.
-# URL: http://gift.sourceforge.net/software/plugins.mhtml
-# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
-# Packager: Tilman Sauerbeck, tilman at crux dot nu
-# Depends on: gift
-
-name=gift-ares
-version=0.3.0
-release=1
-source=(http://www.hvlinux.net/crux/distfiles/$name/$name-$version.tar.bz2
- http://update.kceasy.com/update/ares/nodes.gzip)
-
-build() {
- cd gift-ares-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
- zcat $SRC/nodes.gzip |tr -d '\r' > $PKG/usr/share/giFT/Ares/nodes
-}
diff --git a/gift-ares/README b/gift-ares/README
deleted file mode 100644
index fc5681751..000000000
--- a/gift-ares/README
+++ /dev/null
@@ -1,3 +0,0 @@
-POST-INSTALL:
- * Add "Ares" to the variable "plugins" in your ~/.giFT/giftd.conf
-
diff --git a/gift-fasttrack/.footprint b/gift-fasttrack/.footprint
deleted file mode 100644
index d4590c727..000000000
--- a/gift-fasttrack/.footprint
+++ /dev/null
@@ -1,11 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/giFT/
--rwxr-xr-x root/root usr/lib/giFT/libFastTrack.la
--rwxr-xr-x root/root usr/lib/giFT/libFastTrack.so
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/giFT/
-drwxr-xr-x root/root usr/share/giFT/FastTrack/
--rw-r--r-- root/root usr/share/giFT/FastTrack/FastTrack.conf.template
--rw-r--r-- root/root usr/share/giFT/FastTrack/banlist
--rw-r--r-- root/root usr/share/giFT/FastTrack/nodes
diff --git a/gift-fasttrack/.md5sum b/gift-fasttrack/.md5sum
deleted file mode 100644
index 8b298e319..000000000
--- a/gift-fasttrack/.md5sum
+++ /dev/null
@@ -1,3 +0,0 @@
-5fbb019b1ceca56fe7dc737e5a4dd424 banlist.gzip
-68521847537985bcc5e9b8677343374c giFT-FastTrack-0.8.9.tar.gz
-5111eb7e37330aa096c86f17fd51ab10 nodes.gzip
diff --git a/gift-fasttrack/Pkgfile b/gift-fasttrack/Pkgfile
deleted file mode 100644
index 315ba5e82..000000000
--- a/gift-fasttrack/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: The FastTrack plug-in for giFT.
-# URL: http://gift.sourceforge.net/software/plugins.mhtml
-# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
-# Packager: Coviello Giuseppe, giuseppecoviello at tin dot it
-# Depends on: gift
-
-name=gift-fasttrack
-version=0.8.9
-release=1
-source=(http://www.hvlinux.net/crux/distfiles/$name/giFT-FastTrack-$version.tar.gz
- http://update.kceasy.com/update/fasttrack/nodes.gzip
- http://update.kceasy.com/update/fasttrack/banlist.gzip)
-
-build() {
- cd giFT-FastTrack-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
- zcat $SRC/nodes.gzip |tr -d '\r' > $PKG/usr/share/giFT/FastTrack/nodes
- zcat $SRC/banlist.gzip |tr -d '\r' > $PKG/usr/share/giFT/FastTrack/banlist
-}
diff --git a/gift-fasttrack/README b/gift-fasttrack/README
deleted file mode 100644
index 3df21ee9f..000000000
--- a/gift-fasttrack/README
+++ /dev/null
@@ -1,3 +0,0 @@
-POST-INSTALL:
- * Add "FastTrack" to the variable "plugins" in your ~/.giFT/giftd.conf
-
diff --git a/gift-gnutella/.footprint b/gift-gnutella/.footprint
deleted file mode 100644
index 78bf74b79..000000000
--- a/gift-gnutella/.footprint
+++ /dev/null
@@ -1,13 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/giFT/
--rwxr-xr-x root/root usr/lib/giFT/libGnutella.la
--rwxr-xr-x root/root usr/lib/giFT/libGnutella.so
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/giFT/
-drwxr-xr-x root/root usr/share/giFT/Gnutella/
--rw-r--r-- root/root usr/share/giFT/Gnutella/Gnutella.conf
--rw-r--r-- root/root usr/share/giFT/Gnutella/Gnutella.conf.template
--rw-r--r-- root/root usr/share/giFT/Gnutella/gwebcaches
--rw-r--r-- root/root usr/share/giFT/Gnutella/hostiles.txt
--rw-r--r-- root/root usr/share/giFT/Gnutella/nodes
diff --git a/gift-gnutella/.md5sum b/gift-gnutella/.md5sum
deleted file mode 100644
index ea3cc6a1c..000000000
--- a/gift-gnutella/.md5sum
+++ /dev/null
@@ -1,4 +0,0 @@
-279c7dc0121b3b7e209b09c98d10f17f gift-gnutella-0.0.11.tar.bz2
-c755901d08381cd189d52b8229529250 gwebcaches.gzip
-9524adbddc9b4758048a84d51ff5b3f8 hostiles.txt.gzip
-f562b2dce145f4e76c1e14a18197187b nodes.gzip
diff --git a/gift-gnutella/Pkgfile b/gift-gnutella/Pkgfile
deleted file mode 100644
index 6019db1db..000000000
--- a/gift-gnutella/Pkgfile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Description: The Gnutella plug-in for giFT.
-# URL: http://gift.sourceforge.net/
-# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
-# Packager: Coviello Giuseppe, giuseppecoviello at tin dot it
-# Depends on: gift
-
-name=gift-gnutella
-version=0.0.11
-release=1
-source=(http://downloads.sourceforge.net/project/gift/$name/$version/$name-$version.tar.bz2
- http://update.kceasy.com/update/gnutella/nodes.gzip
- http://update.kceasy.com/update/gnutella/hostiles.txt.gzip
- http://update.kceasy.com/update/gnutella/gwebcaches.gzip)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
- zcat $SRC/nodes.gzip |tr -d '\r' > $PKG/usr/share/giFT/Gnutella/nodes
- zcat $SRC/hostiles.txt.gzip |tr -d '\r' > $PKG/usr/share/giFT/Gnutella/hostiles.txt
- zcat $SRC/gwebcaches.gzip |tr -d '\r' > $PKG/usr/share/giFT/Gnutella/gwebcaches
-}
-
diff --git a/gift-gnutella/README b/gift-gnutella/README
deleted file mode 100644
index c898c0440..000000000
--- a/gift-gnutella/README
+++ /dev/null
@@ -1,3 +0,0 @@
-POST-INSTALL:
- * Add "Gnutella" to the variable "plugins" in your ~/.giFT/giftd.conf
-
diff --git a/gift-openft/.footprint b/gift-openft/.footprint
deleted file mode 100644
index 238e02d79..000000000
--- a/gift-openft/.footprint
+++ /dev/null
@@ -1,10 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/giFT/
--rwxr-xr-x root/root usr/lib/giFT/libOpenFT.la
--rwxr-xr-x root/root usr/lib/giFT/libOpenFT.so
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/giFT/
-drwxr-xr-x root/root usr/share/giFT/OpenFT/
--rw-r--r-- root/root usr/share/giFT/OpenFT/OpenFT.conf.template
--rw-r--r-- root/root usr/share/giFT/OpenFT/nodes
diff --git a/gift-openft/.md5sum b/gift-openft/.md5sum
deleted file mode 100644
index 71c4c2d93..000000000
--- a/gift-openft/.md5sum
+++ /dev/null
@@ -1,2 +0,0 @@
-6661f01304246a29aeabda113691ca93 gift-openft-0.2.1.6.tar.bz2
-9948177d8123b4e746b8ed801dc79c09 nodes.gzip
diff --git a/gift-openft/Pkgfile b/gift-openft/Pkgfile
deleted file mode 100644
index c6f78dd78..000000000
--- a/gift-openft/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: The OpenFT plug-in for giFT.
-# URL: http://sourceforge.net/projects/gift/
-# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
-# Packager: Coviello Giuseppe, giuseppecoviello at tin dot it
-# Depends on: gift
-
-name=gift-openft
-version=0.2.1.6
-release=1
-source=(http://downloads.sourceforge.net/project/gift/$name/$version/$name-$version.tar.bz2
-
- http://update.kceasy.com/update/openft/nodes.gzip)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
- zcat $SRC/nodes.gzip |tr -d '\r' > $PKG/usr/share/giFT/OpenFT/nodes
-}
diff --git a/gift-openft/README b/gift-openft/README
deleted file mode 100644
index fe0c4c386..000000000
--- a/gift-openft/README
+++ /dev/null
@@ -1,3 +0,0 @@
-POST-INSTALL:
- * Add "OpenFT" to the variable "plugins" in your ~/.giFT/giftd.conf
-
diff --git a/gift/.footprint b/gift/.footprint
deleted file mode 100644
index 95e0f7689..000000000
--- a/gift/.footprint
+++ /dev/null
@@ -1,54 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/gift-setup
--rwxr-xr-x root/root usr/bin/giftd
-drwxr-xr-x root/root usr/include/
-drwxr-xr-x root/root usr/include/libgift/
--rw-r--r-- root/root usr/include/libgift/array.h
--rw-r--r-- root/root usr/include/libgift/conf.h
--rw-r--r-- root/root usr/include/libgift/dataset.h
--rw-r--r-- root/root usr/include/libgift/event.h
--rw-r--r-- root/root usr/include/libgift/fdbuf.h
--rw-r--r-- root/root usr/include/libgift/file.h
--rw-r--r-- root/root usr/include/libgift/giftconfig.h
--rw-r--r-- root/root usr/include/libgift/interface.h
--rw-r--r-- root/root usr/include/libgift/libgift.h
--rw-r--r-- root/root usr/include/libgift/list.h
--rw-r--r-- root/root usr/include/libgift/list_lock.h
--rw-r--r-- root/root usr/include/libgift/log.h
--rw-r--r-- root/root usr/include/libgift/memory.h
--rw-r--r-- root/root usr/include/libgift/mime.h
--rw-r--r-- root/root usr/include/libgift/network.h
--rw-r--r-- root/root usr/include/libgift/parse.h
--rw-r--r-- root/root usr/include/libgift/platform.h
-drwxr-xr-x root/root usr/include/libgift/proto/
--rw-r--r-- root/root usr/include/libgift/proto/if_event_api.h
--rw-r--r-- root/root usr/include/libgift/proto/protocol.h
--rw-r--r-- root/root usr/include/libgift/proto/protocol_ver.h
--rw-r--r-- root/root usr/include/libgift/proto/share.h
--rw-r--r-- root/root usr/include/libgift/proto/share_hash.h
--rw-r--r-- root/root usr/include/libgift/proto/transfer_api.h
--rw-r--r-- root/root usr/include/libgift/stopwatch.h
--rw-r--r-- root/root usr/include/libgift/strobj.h
--rw-r--r-- root/root usr/include/libgift/tcpc.h
--rw-r--r-- root/root usr/include/libgift/tree.h
-drwxr-xr-x root/root usr/lib/
--rwxr-xr-x root/root usr/lib/libgift.la
-lrwxrwxrwx root/root usr/lib/libgift.so -> libgift.so.0.0.0
-lrwxrwxrwx root/root usr/lib/libgift.so.0 -> libgift.so.0.0.0
--rwxr-xr-x root/root usr/lib/libgift.so.0.0.0
--rwxr-xr-x root/root usr/lib/libgiftproto.la
-lrwxrwxrwx root/root usr/lib/libgiftproto.so -> libgiftproto.so.0.0.0
-lrwxrwxrwx root/root usr/lib/libgiftproto.so.0 -> libgiftproto.so.0.0.0
--rwxr-xr-x root/root usr/lib/libgiftproto.so.0.0.0
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/libgift.pc
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/giftd.1.gz
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/giFT/
--rw-r--r-- root/root usr/share/giFT/giftd.conf.template
--rw-r--r-- root/root usr/share/giFT/mime.types
-drwxr-xr-x root/root usr/share/giFT/ui/
--rw-r--r-- root/root usr/share/giFT/ui/ui.conf.template
diff --git a/gift/.md5sum b/gift/.md5sum
deleted file mode 100644
index ab34c3d77..000000000
--- a/gift/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-1c70477af403af142359d07ee4a03348 gift-0.11.8.1.tar.bz2
diff --git a/gift/Pkgfile b/gift/Pkgfile
deleted file mode 100644
index 8803acad5..000000000
--- a/gift/Pkgfile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Description: A completely abstract low-level filesharing protocol.
-# URL: http://gift.sourceforge.net/
-# Packager: Coviello Giuseppe, giuseppecoviello at tin dot it
-# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
-
-name=gift
-version=0.11.8.1
-release=1
-source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}
diff --git a/giftoxic/.footprint b/giftoxic/.footprint
deleted file mode 100644
index 750845f37..000000000
--- a/giftoxic/.footprint
+++ /dev/null
@@ -1,13 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/giFToxic
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/giFToxic.1.gz
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/applications/
--rw-r--r-- root/root usr/share/applications/giFToxic.desktop
-drwxr-xr-x root/root usr/share/giFToxic/
--rw-r--r-- root/root usr/share/giFToxic/logo.png
-drwxr-xr-x root/root usr/share/pixmaps/
--rw-r--r-- root/root usr/share/pixmaps/giFToxic-48.png
diff --git a/giftoxic/.md5sum b/giftoxic/.md5sum
deleted file mode 100644
index 9a0c83bc2..000000000
--- a/giftoxic/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-3356ff83f896f6f6491d99065f7ab141 giFToxic-0.0.10.tar.gz
diff --git a/giftoxic/Pkgfile b/giftoxic/Pkgfile
deleted file mode 100644
index bf414557b..000000000
--- a/giftoxic/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: A GTK2-based client for giFT.
-# URL: http://giftoxic.sourceforge.net/
-# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
-# Packager: Daniel Walpole, danielw at netspace dot net dot au
-# Depends on: gtk gift
-
-name=giftoxic
-version=0.0.10
-release=1
-source=(http://downloads.sourceforge.net/project/$name/$name/giFToxic-$version/giFToxic-$version.tar.gz)
-
-build() {
- cd giFToxic-$version
-
- ./configure \
- --prefix=/usr \
- --disable-nls
-
- make
- make DESTDIR=$PKG install
-}

Generated by cgit