Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jun 2005 23:20:10 GMT
From:      Emanuel Haupt <haupt@critical.ch>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/82393: new port: sysutils/fatback
Message-ID:  <200506242320.j5ONKA0n092810@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/82393; it has been noted by GNATS.

From: Emanuel Haupt <haupt@critical.ch>
To: bug-followup@FreeBSD.org,ehaupt@critical.ch
Cc:  
Subject: Re: ports/82393: new port: sysutils/fatback
Date: Sat, 25 Jun 2005 01:13:37 +0200

 lets not clutter the repository, delete pkg-plist :-)
 
 here my suggestion:
 
 --- fatback.shar (2) begins here ---
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	fatback
 #	fatback/Makefile
 #	fatback/pkg-descr
 #	fatback/distinfo
 #
 echo c - fatback
 mkdir -p fatback > /dev/null 2>&1
 echo x - fatback/Makefile
 sed 's/^X//' >fatback/Makefile << 'END-of-fatback/Makefile'
 X# New ports collection makefile for:	fatback
 X# Date created:				18 Jun 2005
 X# Whom:					Emanuel Haupt <ehaupt@critical.ch>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	fatback
 XDISTVERSION=	1.3
 XCATEGORIES=	sysutils
 XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
 XMASTER_SITE_SUBDIR=	${PORTNAME}
 X
 XMAINTAINER=	ehaupt@critical.ch
 XCOMMENT=	Recover deleted files from FAT filesystems
 X
 XGNU_CONFIGURE=	yes
 X
 XMAN1=		fatback.1
 XINFO=		fatback-manual
 X
 XPLIST_FILES=	bin/fatback
 XPORTDOCS=	fatback-manual.texi texinfo.tex ChangeLog AUTHORS
 X
 Xdo-install:
 X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 X	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
 X	${INSTALL_DATA} ${WRKSRC}/fatback-manual.info ${PREFIX}/info/fatback-manual.info
 X	@install-info ${PREFIX}/info/fatback-manual.info ${PREFIX}/info/dir
 X
 X.if !defined(NOPORTDOCS)
 X	${MKDIR} ${DOCSDIR}
 X.for f in ${PORTDOCS}
 X	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
 X.endfor
 X.endif
 X
 X.include <bsd.port.mk>
 END-of-fatback/Makefile
 echo x - fatback/pkg-descr
 sed 's/^X//' >fatback/pkg-descr << 'END-of-fatback/pkg-descr'
 XFatback is a forensic tool for undeleting files from FAT file systems.
 X
 XFatback is different from other undelete tools in that it does the
 Xfollowing:
 X
 X   * Runs under UNIX environments
 X   * Can undelete files automatically
 X   * Supports Long File Names
 X   * Supports FAT12, FAT16, and FAT32
 X   * Powerful interactive mode
 X   * Recursively undeletes deleted directories
 X   * Recovers lost cluster chains
 X   * Works with single partitions or whole disks
 X
 XWWW: http://sourceforge.net/project/showfiles.php?group_id=46038
 X
 X- ehaupt
 Xehaupt@critical.ch
 END-of-fatback/pkg-descr
 echo x - fatback/distinfo
 sed 's/^X//' >fatback/distinfo << 'END-of-fatback/distinfo'
 XMD5 (fatback-1.3.tar.gz) = 4f1beb13670a7eff5b66cff84e5fd42a
 XSIZE (fatback-1.3.tar.gz) = 190800
 END-of-fatback/distinfo
 exit
 --- fatback.shar (2) ends here ---
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506242320.j5ONKA0n092810>