- edonkey-tool-hash version 0.0.1: Both calculates 'eDonkey hashes'
and produces ed2k:// links for files
This commit is contained in:
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
|
@ -59,6 +59,7 @@
|
|||
SUBDIR += dnetc
|
||||
SUBDIR += dog
|
||||
SUBDIR += dotfile
|
||||
SUBDIR += edonkey-tool-hash
|
||||
SUBDIR += emma
|
||||
SUBDIR += estic
|
||||
SUBDIR += ewipe
|
||||
|
|
27
misc/edonkey-tool-hash/Makefile
Normal file
27
misc/edonkey-tool-hash/Makefile
Normal 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>
|
1
misc/edonkey-tool-hash/distinfo
Normal file
1
misc/edonkey-tool-hash/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (ed2k_hash.tar.gz) = f4645f0f44b9332a6e5672d8b8a0f0ab
|
1
misc/edonkey-tool-hash/pkg-comment
Normal file
1
misc/edonkey-tool-hash/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Both calculates 'eDonkey hashes' and produces ed2k:// links for files
|
6
misc/edonkey-tool-hash/pkg-descr
Normal file
6
misc/edonkey-tool-hash/pkg-descr
Normal 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
|
1
misc/edonkey-tool-hash/pkg-plist
Normal file
1
misc/edonkey-tool-hash/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/edonkey-tool-hash
|
27
net-p2p/edonkey-tool-hash/Makefile
Normal file
27
net-p2p/edonkey-tool-hash/Makefile
Normal 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>
|
1
net-p2p/edonkey-tool-hash/distinfo
Normal file
1
net-p2p/edonkey-tool-hash/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (ed2k_hash.tar.gz) = f4645f0f44b9332a6e5672d8b8a0f0ab
|
1
net-p2p/edonkey-tool-hash/pkg-comment
Normal file
1
net-p2p/edonkey-tool-hash/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Both calculates 'eDonkey hashes' and produces ed2k:// links for files
|
6
net-p2p/edonkey-tool-hash/pkg-descr
Normal file
6
net-p2p/edonkey-tool-hash/pkg-descr
Normal 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
|
1
net-p2p/edonkey-tool-hash/pkg-plist
Normal file
1
net-p2p/edonkey-tool-hash/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/edonkey-tool-hash
|
Loading…
Reference in a new issue