mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Convenience tools for manipulating disk images such as ISOs and flash drive
install images. WWW: http://acadix.biz/diskimage-tools.php PR: ports/184600 Submitted by: Jason Bacon <jwbacon@tds.net>
This commit is contained in:
parent
57bc2c57e7
commit
b4793eccaf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336898
@ -181,6 +181,7 @@
|
||||
SUBDIR += dirdiff
|
||||
SUBDIR += dirvish
|
||||
SUBDIR += diskcheckd
|
||||
SUBDIR += diskimage-tools
|
||||
SUBDIR += diskscrub
|
||||
SUBDIR += disktool
|
||||
SUBDIR += disktype
|
||||
|
27
sysutils/diskimage-tools/Makefile
Normal file
27
sysutils/diskimage-tools/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# Created by: Jason Bacon <jwbacon@tds.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= diskimage-tools
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://acadix.biz/Ports/distfiles/ \
|
||||
http://personalpages.tds.net/~jwbacon/Ports/distfiles/
|
||||
|
||||
MAINTAINER= jwbacon@tds.net
|
||||
COMMENT= Convenience tools for manipulating disk images
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_XZ= yes
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/sbin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/mount_cd9660_image \
|
||||
${WRKSRC}/umount_cd9660_image ${WRKSRC}/img2dev \
|
||||
${STAGEDIR}${PREFIX}/sbin
|
||||
${INSTALL_MAN} ${WRKSRC}/mount_cd9660_image.1 \
|
||||
${WRKSRC}/umount_cd9660_image.1 ${WRKSRC}/img2dev.1 \
|
||||
${STAGEDIR}${MANPREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/diskimage-tools/distinfo
Normal file
2
sysutils/diskimage-tools/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (diskimage-tools-0.1.tar.xz) = 4f0b6257fe7ea989adaff356c0e1ad6c1f1d206855164048aecb6174585f50b0
|
||||
SIZE (diskimage-tools-0.1.tar.xz) = 1748
|
4
sysutils/diskimage-tools/pkg-descr
Normal file
4
sysutils/diskimage-tools/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Convenience tools for manipulating disk images such as ISOs and flash drive
|
||||
install images.
|
||||
|
||||
WWW: http://acadix.biz/diskimage-tools.php
|
7
sysutils/diskimage-tools/pkg-plist
Normal file
7
sysutils/diskimage-tools/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
@comment Generated by sysutils/genplist
|
||||
sbin/img2dev
|
||||
sbin/mount_cd9660_image
|
||||
sbin/umount_cd9660_image
|
||||
man/man1/img2dev.1.gz
|
||||
man/man1/mount_cd9660_image.1.gz
|
||||
man/man1/umount_cd9660_image.1.gz
|
Loading…
Reference in New Issue
Block a user