Add pdixtract 1.5, which converts Pinnacle Disk Images (i.e. .pdi file sets)
to ISO9660 files or extracts files from the file sets.
This commit is contained in:
@@ -345,6 +345,7 @@
|
||||
SUBDIR += paicc
|
||||
SUBDIR += pcfclock
|
||||
SUBDIR += pciutils
|
||||
SUBDIR += pdixtract
|
||||
SUBDIR += pdumpfs
|
||||
SUBDIR += pdumpfs-clean
|
||||
SUBDIR += pdumpfs-rsync
|
||||
|
||||
27
sysutils/pdixtract/Makefile
Normal file
27
sysutils/pdixtract/Makefile
Normal file
@@ -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>
|
||||
2
sysutils/pdixtract/distinfo
Normal file
2
sysutils/pdixtract/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
MD5 (PDITOOL.zip) = 55c11c218e79208e0ea5c94b27ba5cd2
|
||||
SIZE (PDITOOL.zip) = 54619
|
||||
2
sysutils/pdixtract/pkg-descr
Normal file
2
sysutils/pdixtract/pkg-descr
Normal file
@@ -0,0 +1,2 @@
|
||||
pdixtract converts Pinnacle Disk Images (i.e. .pdi file sets) to ISO9660 files
|
||||
or extracts files from the file sets.
|
||||
Reference in New Issue
Block a user