summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-02-21 01:38:57 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-02-21 01:38:57 +0000
commit0be5d9a64527514ea5b4ed0f729e370916b46def (patch)
treee7cc85106a02677fdfaa22f0b24b1e46dab71529 /misc
parent- Update to 20020217 (diff)
New port edonkey-tool-list version 0.0.1: Creates a web page with
ed2k:// links to all your shared files
Notes
Notes: svn path=/head/; revision=55011
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/edonkey-tool-list/Makefile47
-rw-r--r--misc/edonkey-tool-list/distinfo1
-rw-r--r--misc/edonkey-tool-list/pkg-comment1
-rw-r--r--misc/edonkey-tool-list/pkg-descr7
-rw-r--r--misc/edonkey-tool-list/pkg-plist1
-rw-r--r--misc/linux-edonkey-tool-list/Makefile47
-rw-r--r--misc/linux-edonkey-tool-list/distinfo1
-rw-r--r--misc/linux-edonkey-tool-list/pkg-comment1
-rw-r--r--misc/linux-edonkey-tool-list/pkg-descr7
-rw-r--r--misc/linux-edonkey-tool-list/pkg-plist1
11 files changed, 115 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index ab1a746e7979..2826b9ed86b2 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -60,6 +60,7 @@
SUBDIR += dog
SUBDIR += dotfile
SUBDIR += edonkey-tool-hash
+ SUBDIR += edonkey-tool-list
SUBDIR += emma
SUBDIR += estic
SUBDIR += ewipe
diff --git a/misc/edonkey-tool-list/Makefile b/misc/edonkey-tool-list/Makefile
new file mode 100644
index 000000000000..37db1b69afa7
--- /dev/null
+++ b/misc/edonkey-tool-list/Makefile
@@ -0,0 +1,47 @@
+# New ports collection makefile for: edonkey list tool
+# Date created: Wed Feb 20 18:03:49 BRT 2002
+# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= edonkey
+PORTVERSION= 0.0.1
+CATEGORIES= misc
+MASTER_SITES= http://users.aber.ac.uk/tpm01/ed2k_tools/
+PKGNAMESUFFIX= -tool-list
+DISTNAME= ed2k_list
+EXTRACT_SUFX= .gz
+EXTRACT_ONLY=
+
+MAINTAINER= lioux@FreeBSD.org
+
+ONLY_FOR_ARCHS= i386
+USE_LINUX= yes
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+STRIP=
+
+STRIP_CMD= ${LINUXBASE}/usr/bin/strip
+
+.if exists(/usr/bin/brandelf)
+BRANDELF?= /usr/bin/brandelf
+.else
+BRANDELF?= brandelf
+.endif
+
+BINARY_NAME= ${PORTNAME}${PKGNAMESUFFIX}
+
+post-extract:
+ @${GZCAT} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKSRC}/${BINARY_NAME}
+
+pre-install:
+.if exists(${STRIP_CMD})
+ @${STRIP_CMD} ${WRKSRC}/${BINARY_NAME}
+.endif
+ @${BRANDELF} -t Linux ${WRKSRC}/${BINARY_NAME}
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/${BINARY_NAME} ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/misc/edonkey-tool-list/distinfo b/misc/edonkey-tool-list/distinfo
new file mode 100644
index 000000000000..5ea55402f607
--- /dev/null
+++ b/misc/edonkey-tool-list/distinfo
@@ -0,0 +1 @@
+MD5 (ed2k_list.gz) = 9edc1e1d2cf10ab3ba64b9eedd37487b
diff --git a/misc/edonkey-tool-list/pkg-comment b/misc/edonkey-tool-list/pkg-comment
new file mode 100644
index 000000000000..8535e3c8158a
--- /dev/null
+++ b/misc/edonkey-tool-list/pkg-comment
@@ -0,0 +1 @@
+Creates a web page with ed2k:// links to all your shared files
diff --git a/misc/edonkey-tool-list/pkg-descr b/misc/edonkey-tool-list/pkg-descr
new file mode 100644
index 000000000000..06c11b630e57
--- /dev/null
+++ b/misc/edonkey-tool-list/pkg-descr
@@ -0,0 +1,7 @@
+This tool creates a web page with ed2k:// links to all your shared
+files. This is useful for people who want to make their own files
+(e.g. their band's mp3s) publicly available but don't have a dedicated
+web server with 24/7 connection to the internet available for this
+purpose.
+
+WWW: http://users.aber.ac.uk/tpm01/ed2k_tools/
diff --git a/misc/edonkey-tool-list/pkg-plist b/misc/edonkey-tool-list/pkg-plist
new file mode 100644
index 000000000000..bdb14ba070fe
--- /dev/null
+++ b/misc/edonkey-tool-list/pkg-plist
@@ -0,0 +1 @@
+bin/edonkey-tool-list
diff --git a/misc/linux-edonkey-tool-list/Makefile b/misc/linux-edonkey-tool-list/Makefile
new file mode 100644
index 000000000000..37db1b69afa7
--- /dev/null
+++ b/misc/linux-edonkey-tool-list/Makefile
@@ -0,0 +1,47 @@
+# New ports collection makefile for: edonkey list tool
+# Date created: Wed Feb 20 18:03:49 BRT 2002
+# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= edonkey
+PORTVERSION= 0.0.1
+CATEGORIES= misc
+MASTER_SITES= http://users.aber.ac.uk/tpm01/ed2k_tools/
+PKGNAMESUFFIX= -tool-list
+DISTNAME= ed2k_list
+EXTRACT_SUFX= .gz
+EXTRACT_ONLY=
+
+MAINTAINER= lioux@FreeBSD.org
+
+ONLY_FOR_ARCHS= i386
+USE_LINUX= yes
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+STRIP=
+
+STRIP_CMD= ${LINUXBASE}/usr/bin/strip
+
+.if exists(/usr/bin/brandelf)
+BRANDELF?= /usr/bin/brandelf
+.else
+BRANDELF?= brandelf
+.endif
+
+BINARY_NAME= ${PORTNAME}${PKGNAMESUFFIX}
+
+post-extract:
+ @${GZCAT} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKSRC}/${BINARY_NAME}
+
+pre-install:
+.if exists(${STRIP_CMD})
+ @${STRIP_CMD} ${WRKSRC}/${BINARY_NAME}
+.endif
+ @${BRANDELF} -t Linux ${WRKSRC}/${BINARY_NAME}
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/${BINARY_NAME} ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/misc/linux-edonkey-tool-list/distinfo b/misc/linux-edonkey-tool-list/distinfo
new file mode 100644
index 000000000000..5ea55402f607
--- /dev/null
+++ b/misc/linux-edonkey-tool-list/distinfo
@@ -0,0 +1 @@
+MD5 (ed2k_list.gz) = 9edc1e1d2cf10ab3ba64b9eedd37487b
diff --git a/misc/linux-edonkey-tool-list/pkg-comment b/misc/linux-edonkey-tool-list/pkg-comment
new file mode 100644
index 000000000000..8535e3c8158a
--- /dev/null
+++ b/misc/linux-edonkey-tool-list/pkg-comment
@@ -0,0 +1 @@
+Creates a web page with ed2k:// links to all your shared files
diff --git a/misc/linux-edonkey-tool-list/pkg-descr b/misc/linux-edonkey-tool-list/pkg-descr
new file mode 100644
index 000000000000..06c11b630e57
--- /dev/null
+++ b/misc/linux-edonkey-tool-list/pkg-descr
@@ -0,0 +1,7 @@
+This tool creates a web page with ed2k:// links to all your shared
+files. This is useful for people who want to make their own files
+(e.g. their band's mp3s) publicly available but don't have a dedicated
+web server with 24/7 connection to the internet available for this
+purpose.
+
+WWW: http://users.aber.ac.uk/tpm01/ed2k_tools/
diff --git a/misc/linux-edonkey-tool-list/pkg-plist b/misc/linux-edonkey-tool-list/pkg-plist
new file mode 100644
index 000000000000..bdb14ba070fe
--- /dev/null
+++ b/misc/linux-edonkey-tool-list/pkg-plist
@@ -0,0 +1 @@
+bin/edonkey-tool-list