diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2007-06-27 02:51:41 +1000 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2007-06-27 02:51:41 +1000 |
commit | 01ee71faa7faffa1ec0099da454120ea69920517 (patch) | |
tree | 2eceadfe7e230a4f1ddc3575e7b33611181ee576 | |
parent | 1314823722e251d54768f9cac3647948bea06f1d (diff) | |
download | contrib-01ee71faa7faffa1ec0099da454120ea69920517.tar.gz contrib-01ee71faa7faffa1ec0099da454120ea69920517.tar.xz |
taken over: gift gift-ares gift-fasttrack gift-gnutella gift-openft
-rw-r--r-- | gift-ares/.footprint | 10 | ||||
-rw-r--r-- | gift-ares/.md5sum | 1 | ||||
-rw-r--r-- | gift-ares/Pkgfile | 18 | ||||
-rw-r--r-- | gift-ares/README | 3 | ||||
-rw-r--r-- | gift-fasttrack/.footprint | 11 | ||||
-rw-r--r-- | gift-fasttrack/.md5sum | 1 | ||||
-rw-r--r-- | gift-fasttrack/Pkgfile | 18 | ||||
-rw-r--r-- | gift-fasttrack/README | 3 | ||||
-rw-r--r-- | gift-gnutella/.footprint | 12 | ||||
-rw-r--r-- | gift-gnutella/.md5sum | 1 | ||||
-rw-r--r-- | gift-gnutella/Pkgfile | 18 | ||||
-rw-r--r-- | gift-gnutella/README | 3 | ||||
-rw-r--r-- | gift-openft/.footprint | 10 | ||||
-rw-r--r-- | gift-openft/.md5sum | 1 | ||||
-rw-r--r-- | gift-openft/Pkgfile | 18 | ||||
-rw-r--r-- | gift-openft/README | 3 | ||||
-rw-r--r-- | gift/.Pkgfile.swp | bin | 0 -> 12288 bytes | |||
-rw-r--r-- | gift/.footprint | 54 | ||||
-rw-r--r-- | gift/.md5sum | 1 | ||||
-rw-r--r-- | gift/Pkgfile | 17 |
20 files changed, 203 insertions, 0 deletions
diff --git a/gift-ares/.footprint b/gift-ares/.footprint new file mode 100644 index 000000000..90b8b892c --- /dev/null +++ b/gift-ares/.footprint @@ -0,0 +1,10 @@ +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 new file mode 100644 index 000000000..3b4511f3b --- /dev/null +++ b/gift-ares/.md5sum @@ -0,0 +1 @@ +51ca0cf8aad7e1ea5ffbbca2fa71c1db gift-ares-0.3.0.tar.bz2 diff --git a/gift-ares/Pkgfile b/gift-ares/Pkgfile new file mode 100644 index 000000000..a42b66261 --- /dev/null +++ b/gift-ares/Pkgfile @@ -0,0 +1,18 @@ +# Description: Ares network plugin for giFT. +# URL: http://gift-ares.berlios.de/ +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au +# Depends on: gift + +name=gift-ares +version=0.3.0 +release=1 +source=(http://download.berlios.de/gift-ares/gift-ares-$version.tar.bz2) + +build() { + cd gift-ares-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + diff --git a/gift-ares/README b/gift-ares/README new file mode 100644 index 000000000..fc5681751 --- /dev/null +++ b/gift-ares/README @@ -0,0 +1,3 @@ +POST-INSTALL: + * Add "Ares" to the variable "plugins" in your ~/.giFT/giftd.conf + diff --git a/gift-fasttrack/.footprint b/gift-fasttrack/.footprint new file mode 100644 index 000000000..d4590c727 --- /dev/null +++ b/gift-fasttrack/.footprint @@ -0,0 +1,11 @@ +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 new file mode 100644 index 000000000..db17fdfb7 --- /dev/null +++ b/gift-fasttrack/.md5sum @@ -0,0 +1 @@ +68521847537985bcc5e9b8677343374c giFT-FastTrack-0.8.9.tar.gz diff --git a/gift-fasttrack/Pkgfile b/gift-fasttrack/Pkgfile new file mode 100644 index 000000000..f0e7a91ee --- /dev/null +++ b/gift-fasttrack/Pkgfile @@ -0,0 +1,18 @@ +# Description: The FastTrack plugin for giFT. +# URL: http://developer.berlios.de/projects/gift-fasttrack +# Packager: Coviello Giuseppe, giuseppecoviello at tin dot it +# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au +# Depends on: gift + +name=gift-fasttrack +version=0.8.9 +release=1 +source=(http://download.berlios.de/gift-fasttrack/giFT-FastTrack-$version.tar.gz) + +build() { + cd giFT-FastTrack-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + diff --git a/gift-fasttrack/README b/gift-fasttrack/README new file mode 100644 index 000000000..3df21ee9f --- /dev/null +++ b/gift-fasttrack/README @@ -0,0 +1,3 @@ +POST-INSTALL: + * Add "FastTrack" to the variable "plugins" in your ~/.giFT/giftd.conf + diff --git a/gift-gnutella/.footprint b/gift-gnutella/.footprint new file mode 100644 index 000000000..3aa469f3e --- /dev/null +++ b/gift-gnutella/.footprint @@ -0,0 +1,12 @@ +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 diff --git a/gift-gnutella/.md5sum b/gift-gnutella/.md5sum new file mode 100644 index 000000000..239fca4c8 --- /dev/null +++ b/gift-gnutella/.md5sum @@ -0,0 +1 @@ +279c7dc0121b3b7e209b09c98d10f17f gift-gnutella-0.0.11.tar.bz2 diff --git a/gift-gnutella/Pkgfile b/gift-gnutella/Pkgfile new file mode 100644 index 000000000..27be54485 --- /dev/null +++ b/gift-gnutella/Pkgfile @@ -0,0 +1,18 @@ +# Description: The gnutella plugin for giFT. +# URL: http://gift.sourceforge.net/ +# Packager: Coviello Giuseppe, giuseppecoviello at tin dot it +# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au +# Depends on: gift + +name=gift-gnutella +version=0.0.11 +release=1 +source=(http://dl.sourceforge.net/sourceforge/gift/gift-gnutella-$version.tar.bz2) + +build() { + cd gift-gnutella-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + diff --git a/gift-gnutella/README b/gift-gnutella/README new file mode 100644 index 000000000..c898c0440 --- /dev/null +++ b/gift-gnutella/README @@ -0,0 +1,3 @@ +POST-INSTALL: + * Add "Gnutella" to the variable "plugins" in your ~/.giFT/giftd.conf + diff --git a/gift-openft/.footprint b/gift-openft/.footprint new file mode 100644 index 000000000..238e02d79 --- /dev/null +++ b/gift-openft/.footprint @@ -0,0 +1,10 @@ +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 new file mode 100644 index 000000000..de8c3e63c --- /dev/null +++ b/gift-openft/.md5sum @@ -0,0 +1 @@ +6661f01304246a29aeabda113691ca93 gift-openft-0.2.1.6.tar.bz2 diff --git a/gift-openft/Pkgfile b/gift-openft/Pkgfile new file mode 100644 index 000000000..73c3221a1 --- /dev/null +++ b/gift-openft/Pkgfile @@ -0,0 +1,18 @@ +# Description: The openft plugin for giFT. +# URL: http://sourceforge.net/projects/gift/ +# Packager: Coviello Giuseppe, giuseppecoviello at tin dot it +# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au +# Depends on: gift + +name=gift-openft +version=0.2.1.6 +release=1 +source=(http://dl.sourceforge.net/sourceforge/gift/gift-openft-$version.tar.bz2) + +build() { + cd gift-openft-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + diff --git a/gift-openft/README b/gift-openft/README new file mode 100644 index 000000000..fe0c4c386 --- /dev/null +++ b/gift-openft/README @@ -0,0 +1,3 @@ +POST-INSTALL: + * Add "OpenFT" to the variable "plugins" in your ~/.giFT/giftd.conf + diff --git a/gift/.Pkgfile.swp b/gift/.Pkgfile.swp Binary files differnew file mode 100644 index 000000000..15e5b3085 --- /dev/null +++ b/gift/.Pkgfile.swp diff --git a/gift/.footprint b/gift/.footprint new file mode 100644 index 000000000..95e0f7689 --- /dev/null +++ b/gift/.footprint @@ -0,0 +1,54 @@ +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 new file mode 100644 index 000000000..ab34c3d77 --- /dev/null +++ b/gift/.md5sum @@ -0,0 +1 @@ +1c70477af403af142359d07ee4a03348 gift-0.11.8.1.tar.bz2 diff --git a/gift/Pkgfile b/gift/Pkgfile new file mode 100644 index 000000000..aac7ebbf3 --- /dev/null +++ b/gift/Pkgfile @@ -0,0 +1,17 @@ +# Description: A completely abstract low-level filesharing protocol. +# URL: http://gift.sourceforge.net/ +# Packager: Coviello Giuseppe, giuseppecoviello at tin dot it +# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au + +name=gift +version=0.11.8.1 +release=1 +source=(http://dl.sourceforge.net/sourceforge/gift/gift-$version.tar.bz2) + +build() { + cd gift-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} + |