1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

New port edonkey-tool-list version 0.0.1: Creates a web page with

ed2k:// links to all your shared files
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-02-21 01:38:57 +00:00
parent e29128b955
commit 0be5d9a645
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55011
11 changed files with 115 additions and 0 deletions

View File

@ -60,6 +60,7 @@
SUBDIR += dog
SUBDIR += dotfile
SUBDIR += edonkey-tool-hash
SUBDIR += edonkey-tool-list
SUBDIR += emma
SUBDIR += estic
SUBDIR += ewipe

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (ed2k_list.gz) = 9edc1e1d2cf10ab3ba64b9eedd37487b

View File

@ -0,0 +1 @@
Creates a web page with ed2k:// links to all your shared files

View File

@ -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/

View File

@ -0,0 +1 @@
bin/edonkey-tool-list

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (ed2k_list.gz) = 9edc1e1d2cf10ab3ba64b9eedd37487b

View File

@ -0,0 +1 @@
Creates a web page with ed2k:// links to all your shared files

View File

@ -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/

View File

@ -0,0 +1 @@
bin/edonkey-tool-list