pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/mdf2iso Initial import of mdf2iso-0.2.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/7f5b4e7ff7ab
branches: trunk
changeset: 491780:7f5b4e7ff7ab
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Tue Mar 29 20:52:18 2005 +0000
description:
Initial import of mdf2iso-0.2.2
mdf2iso is a very simple utility to convert an Alcohol 120% bin image to
the standard ISO-9660 format.
diffstat:
sysutils/mdf2iso/DESCR | 2 ++
sysutils/mdf2iso/Makefile | 23 +++++++++++++++++++++++
sysutils/mdf2iso/PLIST | 2 ++
sysutils/mdf2iso/distinfo | 5 +++++
4 files changed, 32 insertions(+), 0 deletions(-)
diffs (48 lines):
diff -r 58fbe1d3ee45 -r 7f5b4e7ff7ab sysutils/mdf2iso/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/mdf2iso/DESCR Tue Mar 29 20:52:18 2005 +0000
@@ -0,0 +1,2 @@
+mdf2iso is a very simple utility to convert an Alcohol 120% bin image to
+the standard ISO-9660 format.
diff -r 58fbe1d3ee45 -r 7f5b4e7ff7ab sysutils/mdf2iso/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/mdf2iso/Makefile Tue Mar 29 20:52:18 2005 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/03/29 20:52:18 xtraeme Exp $
+#
+
+DISTNAME= mdf2iso-0.2.2-src
+PKGNAME= ${DISTNAME:S/-src//}
+CATEGORIES= sysutils
+MASTER_SITES= http://download.berlios.de/mdf2iso/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+HOMEPAGE= http://mdf2iso.berlios.de/
+COMMENT= Utility to convert Alcohol 120% images to ISO-9660 format
+
+INSTALLATION_DIRS= bin
+
+do-build:
+ ${PKGSRC_COMPILER} ${CFLAGS} \
+ ${WRKSRC}/src/mdf2iso.c -o ${WRKSRC}/mdf2iso
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/mdf2iso ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff -r 58fbe1d3ee45 -r 7f5b4e7ff7ab sysutils/mdf2iso/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/mdf2iso/PLIST Tue Mar 29 20:52:18 2005 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/29 20:52:18 xtraeme Exp $
+bin/mdf2iso
diff -r 58fbe1d3ee45 -r 7f5b4e7ff7ab sysutils/mdf2iso/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/mdf2iso/distinfo Tue Mar 29 20:52:18 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/03/29 20:52:18 xtraeme Exp $
+
+SHA1 (mdf2iso-0.2.2-src.tar.bz2) = 6e3ac0fe1395f03eede01c04ae6bf31870cef994
+RMD160 (mdf2iso-0.2.2-src.tar.bz2) = 8926cd671194d9ba4d73130465a080c7cc9d1b5f
+Size (mdf2iso-0.2.2-src.tar.bz2) = 9149 bytes
Home |
Main Index |
Thread Index |
Old Index