mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add mdf2iso 0.3.0, a Alcohol 120% to ISO converter.
PR: 81384 Submitted by: Andrej Zverev <az@inec.ru>
This commit is contained in:
parent
31b8fedcd4
commit
ea946ff281
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135948
4 changed files with 32 additions and 0 deletions
|
@ -276,6 +276,7 @@
|
||||||
SUBDIR += manck
|
SUBDIR += manck
|
||||||
SUBDIR += mapchan
|
SUBDIR += mapchan
|
||||||
SUBDIR += mcron
|
SUBDIR += mcron
|
||||||
|
SUBDIR += mdf2iso
|
||||||
SUBDIR += memdump
|
SUBDIR += memdump
|
||||||
SUBDIR += memfetch
|
SUBDIR += memfetch
|
||||||
SUBDIR += memgrep
|
SUBDIR += memgrep
|
||||||
|
|
24
sysutils/mdf2iso/Makefile
Normal file
24
sysutils/mdf2iso/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# New ports collection makefile for: mdf2iso
|
||||||
|
# Date created: 2005-05-23
|
||||||
|
# Whom: Andrej Zverev <az@inec.ru>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= mdf2iso
|
||||||
|
PORTVERSION= 0.3.0
|
||||||
|
CATEGORIES= sysutils
|
||||||
|
MASTER_SITES= http://download.berlios.de/${PORTNAME}/
|
||||||
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||||
|
|
||||||
|
MAINTAINER= az@inec.ru
|
||||||
|
COMMENT= A Alcohol 120% to ISO converter
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
|
PLIST_FILES= bin/mdf2iso
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
sysutils/mdf2iso/distinfo
Normal file
2
sysutils/mdf2iso/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
MD5 (mdf2iso-0.3.0-src.tar.gz) = db0b95e6ca68bf565cdc8d075922635e
|
||||||
|
SIZE (mdf2iso-0.3.0-src.tar.gz) = 191783
|
5
sysutils/mdf2iso/pkg-descr
Normal file
5
sysutils/mdf2iso/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
MDF2ISO is a very simple utility to convert an Alcohol 120% bin image to
|
||||||
|
the standard ISO-9660 format
|
||||||
|
|
||||||
|
Author: Salvatore Santagati <salvatore.santagati@gmail.com>
|
||||||
|
WWW: http://mdf2iso.berlios.de/
|
Loading…
Add table
Reference in a new issue