summaryrefslogtreecommitdiff
path: root/archivers/ecm
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-08-29 14:32:08 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-08-29 14:32:08 +0000
commit26c49e25b38c18ec3cd911a4ff5fd37455ff2ff3 (patch)
tree1d8b1a277a793ed460e18e1f03da1779c71a14b4 /archivers/ecm
parentLibTomMath provides highly optimized and portable routines for a vast (diff)
Add ecm 1.0, compresses CD images by stripping unnecessary EDC/ECC data.
PR: ports/84712 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes: svn path=/head/; revision=141330
Diffstat (limited to 'archivers/ecm')
-rw-r--r--archivers/ecm/Makefile29
-rw-r--r--archivers/ecm/distinfo2
-rw-r--r--archivers/ecm/pkg-descr10
3 files changed, 41 insertions, 0 deletions
diff --git a/archivers/ecm/Makefile b/archivers/ecm/Makefile
new file mode 100644
index 000000000000..2aa596282eec
--- /dev/null
+++ b/archivers/ecm/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: ecm
+# Date created: 9 Aug 2005
+# Whom: Emanuel Haupt <ehaupt@critical.ch>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ecm
+PORTVERSION= 1.0
+CATEGORIES= archivers
+MASTER_SITES= http://critical.ch/distfiles/
+
+MAINTAINER= ehaupt@critical.ch
+COMMENT= Compresses CD images by stripping unnecessary EDC/ECC data
+
+PLIST_FILES= bin/ecm bin/unecm
+PORTDOCS= format.txt
+
+do-install:
+.for f in ${PORTNAME} un${PORTNAME}
+ ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
+.endfor
+
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/archivers/ecm/distinfo b/archivers/ecm/distinfo
new file mode 100644
index 000000000000..b6d0e2ecb42f
--- /dev/null
+++ b/archivers/ecm/distinfo
@@ -0,0 +1,2 @@
+MD5 (ecm-1.0.tar.gz) = 16302c139137434c8793cc7938cc7afe
+SIZE (ecm-1.0.tar.gz) = 23284
diff --git a/archivers/ecm/pkg-descr b/archivers/ecm/pkg-descr
new file mode 100644
index 000000000000..a430d666fe71
--- /dev/null
+++ b/archivers/ecm/pkg-descr
@@ -0,0 +1,10 @@
+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.
+
+WWW: http://www.neillcorlett.com/ecm/
+
+- ehaupt
+ehaupt@critical.ch