- edonkey-tool-hash version 0.0.1: Both calculates 'eDonkey hashes'

and produces ed2k:// links for files
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-02-20 22:36:43 +00:00
parent 9934f8fb79
commit 0f311a05e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55003
11 changed files with 73 additions and 0 deletions

View file

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

View file

@ -0,0 +1,27 @@
# New ports collection makefile for: edonkey hash 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-hash
DISTNAME= ed2k_hash
MAINTAINER= lioux@FreeBSD.org
# I could have written a Makefile but I would rather
# not waste inodes
do-build:
@cd ${WRKSRC} && ${CC} -D__linux ${CFLAGS} ${LDFLAGS} -lmd \
ed2k_hash.c -o ${PORTNAME}${PKGNAMESUFFIX}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX} \
${PREFIX}/bin
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (ed2k_hash.tar.gz) = f4645f0f44b9332a6e5672d8b8a0f0ab

View file

@ -0,0 +1 @@
Both calculates 'eDonkey hashes' and produces ed2k:// links for files

View file

@ -0,0 +1,6 @@
This tool takes a file and calculates the final 'eDonkey hash' for
it that you need if you want to create ed2k:// links to that file.
It also spits out the complete ed2k:// link in the end and appends
it to the file 'ed2k_links.txt' for easier copy-and-paste later on.
WWW: http://users.aber.ac.uk/tpm01/ed2k_tools/ed2k_hash.html

View file

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

View file

@ -0,0 +1,27 @@
# New ports collection makefile for: edonkey hash 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-hash
DISTNAME= ed2k_hash
MAINTAINER= lioux@FreeBSD.org
# I could have written a Makefile but I would rather
# not waste inodes
do-build:
@cd ${WRKSRC} && ${CC} -D__linux ${CFLAGS} ${LDFLAGS} -lmd \
ed2k_hash.c -o ${PORTNAME}${PKGNAMESUFFIX}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX} \
${PREFIX}/bin
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (ed2k_hash.tar.gz) = f4645f0f44b9332a6e5672d8b8a0f0ab

View file

@ -0,0 +1 @@
Both calculates 'eDonkey hashes' and produces ed2k:// links for files

View file

@ -0,0 +1,6 @@
This tool takes a file and calculates the final 'eDonkey hash' for
it that you need if you want to create ed2k:// links to that file.
It also spits out the complete ed2k:// link in the end and appends
it to the file 'ed2k_links.txt' for easier copy-and-paste later on.
WWW: http://users.aber.ac.uk/tpm01/ed2k_tools/ed2k_hash.html

View file

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