1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

New port edonkey-tool-recovermet version 0.0.2: Tool that tries to

re-create x.part.met files compromised due to crash
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-02-21 01:41:17 +00:00
parent 51a889d9a1
commit 22df464dd3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55015
16 changed files with 214 additions and 0 deletions

View File

@ -61,6 +61,7 @@
SUBDIR += dotfile
SUBDIR += edonkey-tool-hash
SUBDIR += edonkey-tool-list
SUBDIR += edonkey-tool-recovermet
SUBDIR += edonkey-tool-slist
SUBDIR += emma
SUBDIR += estic

View File

@ -0,0 +1,47 @@
# New ports collection makefile for: edonkey recovermet 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.2
CATEGORIES= misc
MASTER_SITES= http://users.aber.ac.uk/tpm01/ed2k_tools/
PKGNAMESUFFIX= -tool-recovermet
DISTNAME= ed2k_recovermet
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_recovermet.gz) = bc25fae29e31582e47d32e027d1ab2fd

View File

@ -0,0 +1 @@
Tool that tries to re-create x.part.met files compromised due to crash

View File

@ -0,0 +1,21 @@
This is a tool for eDonkey2000 that re-creates x.part.met files
that have been lost or set zero size after a crash.
Obviously, this only works if the x.part file in your temp folder
survives. Only those 9MB blocks will be saved which have been fully
downloaded, but you'll be able to continue your download.
The tool tries to find the best match from information stored in
the known.met file and all the x.part.met files in the temp folder.
Therefore, you can increase the chance of recovery by searching for
the file you are trying to restore and put as many possible candidates
as you can find in the download list (which you can cancel again
after using this tool).
N.B. Obviously these candidates should have the same size as your
download was/is supposed to have! Therefore, if your download was
supposed to be 699MB when finished, files with 720MB or 750MB are
NOT likely candidates, even if the name is the same.
WWW: http://users.aber.ac.uk/tpm01/ed2k_tools/

View File

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

View File

@ -0,0 +1,47 @@
# New ports collection makefile for: edonkey recovermet 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.2
CATEGORIES= misc
MASTER_SITES= http://users.aber.ac.uk/tpm01/ed2k_tools/
PKGNAMESUFFIX= -tool-recovermet
DISTNAME= ed2k_recovermet
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_recovermet.gz) = bc25fae29e31582e47d32e027d1ab2fd

View File

@ -0,0 +1 @@
Tool that tries to re-create x.part.met files compromised due to crash

View File

@ -0,0 +1,21 @@
This is a tool for eDonkey2000 that re-creates x.part.met files
that have been lost or set zero size after a crash.
Obviously, this only works if the x.part file in your temp folder
survives. Only those 9MB blocks will be saved which have been fully
downloaded, but you'll be able to continue your download.
The tool tries to find the best match from information stored in
the known.met file and all the x.part.met files in the temp folder.
Therefore, you can increase the chance of recovery by searching for
the file you are trying to restore and put as many possible candidates
as you can find in the download list (which you can cancel again
after using this tool).
N.B. Obviously these candidates should have the same size as your
download was/is supposed to have! Therefore, if your download was
supposed to be 699MB when finished, files with 720MB or 750MB are
NOT likely candidates, even if the name is the same.
WWW: http://users.aber.ac.uk/tpm01/ed2k_tools/

View File

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

View File

@ -0,0 +1,47 @@
# New ports collection makefile for: edonkey recovermet 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.2
CATEGORIES= misc
MASTER_SITES= http://users.aber.ac.uk/tpm01/ed2k_tools/
PKGNAMESUFFIX= -tool-recovermet
DISTNAME= ed2k_recovermet
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_recovermet.gz) = bc25fae29e31582e47d32e027d1ab2fd

View File

@ -0,0 +1 @@
Tool that tries to re-create x.part.met files compromised due to crash

View File

@ -0,0 +1,21 @@
This is a tool for eDonkey2000 that re-creates x.part.met files
that have been lost or set zero size after a crash.
Obviously, this only works if the x.part file in your temp folder
survives. Only those 9MB blocks will be saved which have been fully
downloaded, but you'll be able to continue your download.
The tool tries to find the best match from information stored in
the known.met file and all the x.part.met files in the temp folder.
Therefore, you can increase the chance of recovery by searching for
the file you are trying to restore and put as many possible candidates
as you can find in the download list (which you can cancel again
after using this tool).
N.B. Obviously these candidates should have the same size as your
download was/is supposed to have! Therefore, if your download was
supposed to be 699MB when finished, files with 720MB or 750MB are
NOT likely candidates, even if the name is the same.
WWW: http://users.aber.ac.uk/tpm01/ed2k_tools/

View File

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