# 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: # # ecm # ecm/Makefile # ecm/pkg-descr # ecm/distinfo # echo c - ecm mkdir -p ecm > /dev/null 2>&1 echo x - ecm/Makefile sed 's/^X//' >ecm/Makefile << 'END-of-ecm/Makefile' X# New ports collection makefile for: ecm X# Date created: 9 Aug 2005 X# Whom: Emanuel Haupt X# X# $FreeBSD$ X# X XPORTNAME= ecm XPORTVERSION= 1.0 XCATEGORIES= archivers XMASTER_SITES= http://critical.ch/distfiles/ X XMAINTAINER= ehaupt@critical.ch XCOMMENT= Compresses CD images by stripping unnecessary EDC/ECC data X XPLIST_FILES= bin/ecm bin/unecm XPORTDOCS= format.txt X Xdo-install: X.for f in ${PORTNAME} un${PORTNAME} X ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin X.endfor X X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} X.endif X X.include END-of-ecm/Makefile echo x - ecm/pkg-descr sed 's/^X//' >ecm/pkg-descr << 'END-of-ecm/pkg-descr' XECM (Error Code Modeler) compresses CD image files (such as BIN, CDI, NRG, CCD, Xor similar) by stripping unnecessary EDC/ECC data. X XThe space saved depends on the number of sectors with unnecessary EDC/ECC data Xin them, which will depend on the specific type of CD. X XWWW: http://www.neillcorlett.com/ecm/ X X- ehaupt Xehaupt@critical.ch END-of-ecm/pkg-descr echo x - ecm/distinfo sed 's/^X//' >ecm/distinfo << 'END-of-ecm/distinfo' XMD5 (ecm-1.0.tar.gz) = 16302c139137434c8793cc7938cc7afe XSIZE (ecm-1.0.tar.gz) = 23284 END-of-ecm/distinfo exit