mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
sysutils/hfsexplorer: Update to 0.23.1
Changelog: http://www.catacombae.org/hfsexplorer/changelog.txt Additional port changes: * Changed to DISTVERSION * Grouped USExx * Unsilenced installation lines * Updated WWW Approved by: tcberner (mentor, implicit)
This commit is contained in:
parent
c61d2c3b30
commit
3b5c53a115
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462890
@ -2,8 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hfsexplorer
|
||||
PORTVERSION= 0.23
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
DISTVERSION= 0.23.1
|
||||
CATEGORIES= sysutils java
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@ -19,12 +19,12 @@ DESKTOP_ENTRIES="hfsexplorer" "reader Mac-formatted harddisk" \
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= unsound
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.6+
|
||||
OPTIONS_DEFINE= DOCS
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}/dist/bin && ${REINPLACE_CMD} -e 's|BASEDIR=".*"|BASEDIR="${DATADIR}/lib"|g' \
|
||||
hfsx.sh resview.sh unhfs.sh
|
||||
@ -38,14 +38,13 @@ do-install:
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}/lib
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}/res
|
||||
.for f in hfsx.sh resview.sh unhfs.sh
|
||||
@cd ${WRKSRC} && ${INSTALL_SCRIPT} dist/bin/${f} ${STAGEDIR}${PREFIX}/bin
|
||||
cd ${WRKSRC} && ${INSTALL_SCRIPT} dist/bin/${f} ${STAGEDIR}${PREFIX}/bin
|
||||
.endfor
|
||||
@cd ${WRKSRC} && ${INSTALL_SCRIPT} dist/bin/hfsexplorer.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
@cd ${WRKSRC} && ${INSTALL_DATA} dist/lib/*.jar ${STAGEDIR}${DATADIR}/lib
|
||||
@cd ${WRKSRC} && ${INSTALL_DATA} dist/res/icon.png ${STAGEDIR}${DATADIR}/res
|
||||
cd ${WRKSRC} && ${INSTALL_SCRIPT} dist/bin/hfsexplorer.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} dist/lib/*.jar ${STAGEDIR}${DATADIR}/lib
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} dist/res/icon.png ${STAGEDIR}${DATADIR}/res
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@cd ${WRKSRC}/dist/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}/
|
||||
cd ${WRKSRC}/dist/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (unsound-hfsexplorer-hfsexplorer-0.23_GH0.tar.gz) = 0fe0278114be05500b5c3d8334f7609f8b727f64d55b5b02158cfbb9ec0c5130
|
||||
SIZE (unsound-hfsexplorer-hfsexplorer-0.23_GH0.tar.gz) = 1143663
|
||||
TIMESTAMP = 1519522794
|
||||
SHA256 (unsound-hfsexplorer-hfsexplorer-0.23.1_GH0.tar.gz) = dd271dc105476a18ad5e936faa38a4854ceecf3b1f825256cf65dcbda310f4ea
|
||||
SIZE (unsound-hfsexplorer-hfsexplorer-0.23.1_GH0.tar.gz) = 1173798
|
||||
|
@ -10,4 +10,4 @@ HFSExplorer can also read most .dmg disk images created on a Mac, including zlib
|
||||
partition schemes Master Boot Record, GUID Partition Table and Apple Partition
|
||||
Map natively.
|
||||
|
||||
WWW: http://www.catacombae.org/hfsx.html
|
||||
WWW: http://www.catacombae.org/hfsexplorer/
|
||||
|
@ -7,7 +7,7 @@ bin/unhfs.sh
|
||||
%%DATADIR%%/lib/hfsx.jar
|
||||
%%DATADIR%%/lib/hfsx_dmglib.jar
|
||||
%%DATADIR%%/lib/iharder-base64.jar
|
||||
%%DATADIR%%/lib/swing-layout-1.0.3.jar
|
||||
%%DATADIR%%/lib/swing-layout-1.0.4.jar
|
||||
%%DATADIR%%/res/icon.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/img/HFSExplorer_logo.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/html/index.html
|
||||
|
Loading…
Reference in New Issue
Block a user