mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Please welcome geteltorito, an El Torito image extractor, to the ports tree
PR: ports/133777 Submitted by: valerio.daelli@ifom-ieo-campus.it Approved by: wxs (mentor)
This commit is contained in:
parent
72167adf1a
commit
249704ecb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232662
@ -271,6 +271,7 @@
|
||||
SUBDIR += gconf-editor
|
||||
SUBDIR += gdmap
|
||||
SUBDIR += geomgui
|
||||
SUBDIR += geteltorito
|
||||
SUBDIR += getdelta
|
||||
SUBDIR += gfslicer
|
||||
SUBDIR += ghasher
|
||||
|
26
sysutils/geteltorito/Makefile
Normal file
26
sysutils/geteltorito/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: geteltorito
|
||||
# Date created: Wed Apr 15 11:35:12 PDT 2009
|
||||
# Whom: Valerio Daelli <valerio.daelli@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= geteltorito
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/
|
||||
DISTFILES= ${PORTNAME}.pl
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= valerio.daelli@gmail.com
|
||||
COMMENT= El Torito image extractor
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_PERL5_RUN= yes
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${DISTDIR}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/geteltorito/distinfo
Normal file
3
sysutils/geteltorito/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (geteltorito.pl) = 5881fe99171ba4c00eba88b706b71672
|
||||
SHA256 (geteltorito.pl) = 797f36647319f9aa1424eeaf10cd5bfb74db994848cdbb66c04086f18d8eb087
|
||||
SIZE (geteltorito.pl) = 5832
|
6
sysutils/geteltorito/pkg-descr
Normal file
6
sysutils/geteltorito/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
geteltorito is a small Perl script which will extract
|
||||
(and display information about) an El Torito boot image
|
||||
from a real CD or a CD image. This helps you modify the boot
|
||||
image when you want to burn a modified version of the CD in question.
|
||||
|
||||
WWW: http://www.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/
|
Loading…
Reference in New Issue
Block a user