FreeBSD Bugzilla – Attachment 108236 Details for
Bug 149069
new port: sysutils/hfsexplorer HFSExplorer read Mac-formatted harddisks and disk images
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 4.03 KB, created by
Veniamin
on 2010-07-29 14:30:10 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Veniamin
Created:
2010-07-29 14:30:10 UTC
Size:
4.03 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># hfsexplorer ># hfsexplorer/Makefile ># hfsexplorer/distinfo ># hfsexplorer/pkg-descr ># hfsexplorer/pkg-plist ># >echo c - hfsexplorer >mkdir -p hfsexplorer > /dev/null 2>&1 >echo x - hfsexplorer/Makefile >sed 's/^X//' >hfsexplorer/Makefile << '42ef1b8f17292ec874db121c1062637f' >X# New ports collection makefile for: hfsexplorer >X# Date created: 2009-11-27 >X# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= hfsexplorer >XPORTVERSION= 0.21 >XCATEGORIES= sysutils java >XMASTER_SITES= SF/catacombae/HFSExplorer/${PORTVERSION}/ >XDISTNAME= ${PORTNAME}-0_21-src >X >XMAINTAINER= g.veniamin@googlemail.com >XCOMMENT= HFSExplorer read Mac-formatted harddisks and disk images >X >XRUN_DEPENDS= ant:${PORTSDIR}/devel/apache-ant >X >XLICENSE= GPLv3 >X >XDESKTOP_ENTRIES="hfsexplorer" "reader Mac-formatted harddisk" \ >X "${DATADIR}/res/icon.png" "${PORTNAME}" \ >X "System;Utility;Java;" false >X >XUSE_ZIP= yes >XUSE_JAVA= yes >XJAVA_VERSION= 1.6 >XNO_BUILD= yes >X >XWRKSRC= ${WRKDIR} >X >Xdo-configure: >X @cd ${WRKSRC}/dist && ${REINPLACE_CMD} -e 's|lib/|${DATADIR}/lib/|g' \ >X hfsx.sh resview.sh unhfs.sh >X @${REINPLACE_CMD} -e 's|lib|${DATADIR}/lib|g' \ >X ${WRKSRC}/dist/runfsb.sh >X >Xpost-configure: >X @cd ${WRKSRC} && ${SH} buildall.sh >X >Xdo-install: >X.if !defined(NOPORTDOCS) >X @${MKDIR} ${DOCSDIR} >X @cd ${WRKSRC}/dist/doc && ${COPYTREE_SHARE} html ${DOCSDIR}/ >X.endif >X >Xpost-install: >X @${MKDIR} ${DATADIR}/lib >X @${MKDIR} ${DATADIR}/res >X.for f in hfsx.sh resview.sh unhfs.sh >X @cd ${WRKSRC} && ${INSTALL_SCRIPT} dist/${f} ${PREFIX}/bin >X.endfor >X @cd ${WRKSRC} && ${INSTALL_SCRIPT} dist/runfsb.sh ${PREFIX}/bin/${PORTNAME} >X @cd ${WRKSRC} && ${INSTALL_DATA} dist/lib/*.jar ${DATADIR}/lib >X @cd ${WRKSRC} && ${INSTALL_DATA} dist/res/icon.png ${DATADIR}/res >X >X.include <bsd.port.mk> >42ef1b8f17292ec874db121c1062637f >echo x - hfsexplorer/distinfo >sed 's/^X//' >hfsexplorer/distinfo << '505577b0451a1c6487c68eb3ebe27812' >XMD5 (hfsexplorer-0_21-src.zip) = d5d52f86fc92e8f6ae0a6256570c3043 >XSHA256 (hfsexplorer-0_21-src.zip) = e7323180df5d468e31a5053411c4f811b15a7ad140802c2f6a60b16f0534e0f9 >XSIZE (hfsexplorer-0_21-src.zip) = 2290547 >505577b0451a1c6487c68eb3ebe27812 >echo x - hfsexplorer/pkg-descr >sed 's/^X//' >hfsexplorer/pkg-descr << '6710e9333eea880951a77a837ee97576' >XHFSExplorer is an application that can read Mac-formatted hard disks and disk >Ximages. It can read the file systems HFS (Mac OS Standard), HFS+ (Mac OS >XExtended) and HFSX (Mac OS Extended with case sensitive file names). >X >XHFSExplorer allows you to browse your Mac volumes with a graphical file system >Xbrowser, extract files (copy to hard disk), view detailed information about the >Xvolume and create disk images from the volume. >XHFSExplorer can also read most .dmg disk images created on a Mac, including zlib >X/ bzip2 compressed images and AES-128 encrypted images. It supports the >Xpartition schemes Master Boot Record, GUID Partition Table and Apple Partition >XMap natively. >X >XWWW: http://hem.bredband.net/catacombae/hfsx.html >6710e9333eea880951a77a837ee97576 >echo x - hfsexplorer/pkg-plist >sed 's/^X//' >hfsexplorer/pkg-plist << '13f36f51704419abcb9f6b0a819e4f44' >Xbin/hfsexplorer >Xbin/hfsx.sh >Xbin/resview.sh >Xbin/unhfs.sh >X%%DATADIR%%/lib/apache-ant-1.7.0-bzip2.jar >X%%DATADIR%%/lib/csframework.jar >X%%DATADIR%%/lib/hfsx.jar >X%%DATADIR%%/lib/hfsx_dmglib.jar >X%%DATADIR%%/lib/iharder-base64.jar >X%%DATADIR%%/lib/swing-layout-1.0.3.jar >X%%DATADIR%%/res/icon.png >X%%PORTDOCS%%%%DOCSDIR%%/html/img/HFSExplorer_logo.png >X%%PORTDOCS%%%%DOCSDIR%%/html/index.html >X%%PORTDOCS%%%%DOCSDIR%%/html/troubleshooting.html >X%%PORTDOCS%%%%DOCSDIR%%/html/usage.html >X@dirrm %%DATADIR%%/res >X@dirrm %%DATADIR%%/lib >X@dirrm %%DATADIR%% >X%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/img >X%%PORTDOCS%%@dirrm %%DOCSDIR%%/html >X%%PORTDOCS%%@dirrm %%DOCSDIR%% >13f36f51704419abcb9f6b0a819e4f44 >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 149069
: 108236