Tool for converting the DAA files (Direct Access Archive, used by
PowerISO) to ISO9660. WWW: http://aluigi.altervista.org/mytoolz.htm PR: ports/120029 Submitted by: Martin Tournoij <carpetsmoker at xs4all.nl>
This commit is contained in:
parent
5a2fc8b3ac
commit
071852e922
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207308
4 changed files with 34 additions and 0 deletions
|
@ -115,6 +115,7 @@
|
|||
SUBDIR += curly
|
||||
SUBDIR += cvsweb-converters
|
||||
SUBDIR += cw
|
||||
SUBDIR += daa2iso
|
||||
SUBDIR += daedalus
|
||||
SUBDIR += daemontools
|
||||
SUBDIR += daemontools53
|
||||
|
|
26
sysutils/daa2iso/Makefile
Normal file
26
sysutils/daa2iso/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: sysutils/daa2iso
|
||||
# Date created: 27 Jan 2008
|
||||
# Whom: Martin Tournoij <carpetsmoker@xs4all.nl>
|
||||
#
|
||||
# $Carpetsmoker: ports/sysutils/daa2iso/Makefile,v 1.1 2008/01/27 05:41:11 carpetsmoker Exp $
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= daa2iso
|
||||
PORTVERSION= 0.1.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.carpetsmoker.net/distfiles/ \
|
||||
http://www.xs4all.nl/distfiles/
|
||||
|
||||
MAINTAINER= carpetsmoker@xs4all.nl
|
||||
COMMENT= Convert PowerISO DAA files to ISO9660
|
||||
|
||||
PLIST_FILES= bin/daa2iso
|
||||
|
||||
do-build:
|
||||
${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} -lz ${WRKSRC}/daa2iso.c
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/daa2iso ${PREFIX}/bin/
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/daa2iso/distinfo
Normal file
3
sysutils/daa2iso/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (daa2iso-0.1.2.tar.gz) = 1544877c394e906771cee0deeef7a8df
|
||||
SHA256 (daa2iso-0.1.2.tar.gz) = 8661adbe5119d2a7f6511f16c5897dc7ace6bda4bd44069dfb143b1c09df256e
|
||||
SIZE (daa2iso-0.1.2.tar.gz) = 3486
|
4
sysutils/daa2iso/pkg-descr
Normal file
4
sysutils/daa2iso/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Tool for converting the DAA files (Direct Access Archive, used by
|
||||
PowerISO) to ISO9660.
|
||||
|
||||
WWW: http://aluigi.altervista.org/mytoolz.htm
|
Loading…
Reference in a new issue