aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pdixtract
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2005-07-05 07:37:27 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2005-07-05 07:37:27 +0000
commit8a6eb345cd7352a139550efeebc5f3d431cb0ee4 (patch)
treea403bedf3c0bb555c00f9badc205dfe38bf2c59e /sysutils/pdixtract
parentdc7ea65c7217390527fe2b5ae98faf713a5ea855 (diff)
downloadports-8a6eb345cd7352a139550efeebc5f3d431cb0ee4.tar.gz
ports-8a6eb345cd7352a139550efeebc5f3d431cb0ee4.zip
Add pdixtract 1.5, which converts Pinnacle Disk Images (i.e. .pdi file sets)
to ISO9660 files or extracts files from the file sets.
Notes
Notes: svn path=/head/; revision=138494
Diffstat (limited to 'sysutils/pdixtract')
-rw-r--r--sysutils/pdixtract/Makefile27
-rw-r--r--sysutils/pdixtract/distinfo2
-rw-r--r--sysutils/pdixtract/pkg-descr2
3 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/pdixtract/Makefile b/sysutils/pdixtract/Makefile
new file mode 100644
index 000000000000..f3df3ba8262c
--- /dev/null
+++ b/sysutils/pdixtract/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: pdixtract
+# Date created: Mon Jul 4 23:21:23 CEST 2005
+# Whom: Markus Brueffer <markus@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pdixtract
+PORTVERSION= 1.5
+CATEGORIES= sysutils
+MASTER_SITES= http://members.chello.se/jonas.thornqvist/
+DISTNAME= PDITOOL
+
+MAINTAINER= markus@FreeBSD.org
+COMMENT= Extracts or converts .pdi file sets to .iso
+
+USE_ZIP= yes
+
+PLIST_FILES= bin/pdixtract
+
+do-build:
+ cd ${WRKDIR}; ${CC} ${CFLAGS} pdixtract.c -o pdixtract
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKDIR}/pdixtract ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/sysutils/pdixtract/distinfo b/sysutils/pdixtract/distinfo
new file mode 100644
index 000000000000..74d927885ef3
--- /dev/null
+++ b/sysutils/pdixtract/distinfo
@@ -0,0 +1,2 @@
+MD5 (PDITOOL.zip) = 55c11c218e79208e0ea5c94b27ba5cd2
+SIZE (PDITOOL.zip) = 54619
diff --git a/sysutils/pdixtract/pkg-descr b/sysutils/pdixtract/pkg-descr
new file mode 100644
index 000000000000..6a1a80b29f23
--- /dev/null
+++ b/sysutils/pdixtract/pkg-descr
@@ -0,0 +1,2 @@
+pdixtract converts Pinnacle Disk Images (i.e. .pdi file sets) to ISO9660 files
+or extracts files from the file sets.