Index: head/archivers/Makefile =================================================================== --- head/archivers/Makefile (revision 137045) +++ head/archivers/Makefile (revision 137046) @@ -1,113 +1,114 @@ # $FreeBSD$ # COMMENT = Archivers SUBDIR += 9e SUBDIR += advancecomp SUBDIR += arc SUBDIR += arj SUBDIR += bicom SUBDIR += bsdtar SUBDIR += bzip SUBDIR += bzip2 SUBDIR += cabextract SUBDIR += dact SUBDIR += deepforest SUBDIR += dpkg SUBDIR += dynamite SUBDIR += dzip SUBDIR += fastjar SUBDIR += fileroller SUBDIR += fpc-paszlib SUBDIR += freeze SUBDIR += gtar SUBDIR += gzip + SUBDIR += gzrecover SUBDIR += ha SUBDIR += hffzip SUBDIR += hpack.non-usa.only SUBDIR += jzip.org SUBDIR += jzlib SUBDIR += lbrate SUBDIR += lcab SUBDIR += lha SUBDIR += libarc SUBDIR += libarchive SUBDIR += libcabinet SUBDIR += libcomprex SUBDIR += liblzxcomp SUBDIR += libmspack SUBDIR += lzma SUBDIR += lzo SUBDIR += lzo2 SUBDIR += lzop SUBDIR += macutils SUBDIR += makeself SUBDIR += mscompress SUBDIR += mtf SUBDIR += nomarch SUBDIR += nulib SUBDIR += nwreckdum SUBDIR += orange SUBDIR += p5-Archive-Tar SUBDIR += p5-Archive-Zip SUBDIR += p5-Compress-Bzip2 SUBDIR += p5-Compress-Zlib SUBDIR += p5-IO-Zlib SUBDIR += p5-Mac-Macbinary SUBDIR += p5-PerlIO-gzip SUBDIR += p7zip SUBDIR += par2cmdline SUBDIR += parchive SUBDIR += pbzip2 SUBDIR += pear-Archive_Tar SUBDIR += pear-File_Archive SUBDIR += pecl-zip SUBDIR += php4-bz2 SUBDIR += php4-zlib SUBDIR += php5-bz2 SUBDIR += php5-zlib SUBDIR += ppunpack SUBDIR += py-bzip2 SUBDIR += py-lzma SUBDIR += py-tarfile SUBDIR += rar SUBDIR += rox-archive SUBDIR += rpm SUBDIR += rpm2cpio SUBDIR += rpm4 SUBDIR += ruby-bz2 SUBDIR += ruby-zip SUBDIR += rvm SUBDIR += rzip SUBDIR += sectar SUBDIR += sharutils SUBDIR += squsq SUBDIR += star SUBDIR += star-devel SUBDIR += stuffit SUBDIR += szip SUBDIR += tardy SUBDIR += torrentzip SUBDIR += ucl SUBDIR += unace SUBDIR += unadf SUBDIR += unalz SUBDIR += unarj SUBDIR += undms SUBDIR += unlzx SUBDIR += unmakeself SUBDIR += unrar SUBDIR += unshield SUBDIR += untar SUBDIR += unzip SUBDIR += upx SUBDIR += wzip SUBDIR += xdms SUBDIR += xmill SUBDIR += xpk SUBDIR += zip SUBDIR += zipios++ SUBDIR += zoo .include Property changes on: head/archivers/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.126 \ No newline at end of property +1.127 \ No newline at end of property Index: head/archivers/gzrecover/Makefile =================================================================== --- head/archivers/gzrecover/Makefile (nonexistent) +++ head/archivers/gzrecover/Makefile (revision 137046) @@ -0,0 +1,34 @@ +# New ports collection makefile for: gzrecover +# Date created: 3 June 2005 +# Whom: Emanuel Haupt +# +# $FreeBSD$ +# + +PORTNAME= gzrecover +PORTVERSION= 0.3 +CATEGORIES= archivers +MASTER_SITES= http://www.urbanophile.com/arenn/hacking/gzrt/ +DISTNAME= gzrt-${PORTVERSION} + +MAINTAINER= ehaupt@critical.ch +COMMENT= A gzip recovery toolkit + +CFLAGS+= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 + +PLIST_FILES= bin/${PORTNAME} +.if !defined(NOPORTDOCS) +PORTDOCS= README +.endif + +do-build: + ${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -lz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif + +.include Property changes on: head/archivers/gzrecover/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/archivers/gzrecover/distinfo =================================================================== --- head/archivers/gzrecover/distinfo (nonexistent) +++ head/archivers/gzrecover/distinfo (revision 137046) @@ -0,0 +1,2 @@ +MD5 (gzrt-0.3.tar.gz) = b54888d4b7a0f130dec89e477b091159 +SIZE (gzrt-0.3.tar.gz) = 7818 Property changes on: head/archivers/gzrecover/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/archivers/gzrecover/pkg-descr =================================================================== --- head/archivers/gzrecover/pkg-descr (nonexistent) +++ head/archivers/gzrecover/pkg-descr (revision 137046) @@ -0,0 +1,7 @@ +Gzrecover attempts to skip over bad data in a gzip archive. It will try to to +skip over bad data and extract whatever files might be there. + +WWW: http://www.urbanophile.com/arenn/hacking/gzrt/ + +- ehaupt +ehaupt@critical.ch Property changes on: head/archivers/gzrecover/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property