diff options
author | lioux <lioux@FreeBSD.org> | 2002-02-21 09:38:57 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-02-21 09:38:57 +0800 |
commit | d59b91e3098867b7ed6671de66985c3c679b5c4b (patch) | |
tree | fcee812b190d3fdec7d76995f3b0ab6d26b9a678 /misc/edonkey-tool-list | |
parent | 6251e34798de11c491a45330f4b18dfbc04b7788 (diff) | |
download | freebsd-ports-gnome-d59b91e3098867b7ed6671de66985c3c679b5c4b.tar.gz freebsd-ports-gnome-d59b91e3098867b7ed6671de66985c3c679b5c4b.tar.zst freebsd-ports-gnome-d59b91e3098867b7ed6671de66985c3c679b5c4b.zip |
New port edonkey-tool-list version 0.0.1: Creates a web page with
ed2k:// links to all your shared files
Diffstat (limited to 'misc/edonkey-tool-list')
-rw-r--r-- | misc/edonkey-tool-list/Makefile | 47 | ||||
-rw-r--r-- | misc/edonkey-tool-list/distinfo | 1 | ||||
-rw-r--r-- | misc/edonkey-tool-list/pkg-comment | 1 | ||||
-rw-r--r-- | misc/edonkey-tool-list/pkg-descr | 7 | ||||
-rw-r--r-- | misc/edonkey-tool-list/pkg-plist | 1 |
5 files changed, 57 insertions, 0 deletions
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 |