ports/84712: new port: archivers/ecm - Compresses CD images by stripping unnecessary EDC/ECC data

Emanuel Haupt ehaupt at critical.ch
Tue Aug 9 17:40:10 UTC 2005


>Number:         84712
>Category:       ports
>Synopsis:       new port: archivers/ecm - Compresses CD images by stripping unnecessary EDC/ECC data
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 09 17:40:06 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 5.4-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD beaver.critical.ch 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Wed Jul 27 20:19:15 CEST 2005 root at beaver.critical.ch:/usr/obj/usr/src/RELENG_5_4/src/sys/BEAVER i386


	
>Description:
new port: archivers/ecm - Compresses CD images by stripping unnecessary EDC/ECC data

ECM (Error Code Modeler) compresses CD image files (such as BIN, CDI, NRG, CCD,
or similar) by stripping unnecessary EDC/ECC data.

The space saved depends on the number of sectors with unnecessary EDC/ECC data
in them, which will depend on the specific type of CD.

>How-To-Repeat:
	
>Fix:

	



--- ecm.shar 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:
#
#	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 <ehaupt at critical.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ecm
XPORTVERSION=	1.0
XCATEGORIES=	archivers
XMASTER_SITES=	http://critical.ch/distfiles/
X
XMAINTAINER=	ehaupt at 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 <bsd.port.mk>
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 at 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
--- ecm.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list