From nobody@FreeBSD.org  Thu Jul 29 13:28:12 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 49B30106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 29 Jul 2010 13:28:12 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 37B618FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 29 Jul 2010 13:28:12 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o6TDSC3j088974
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 29 Jul 2010 13:28:12 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o6TDSBWB088973;
	Thu, 29 Jul 2010 13:28:11 GMT
	(envelope-from nobody)
Message-Id: <201007291328.o6TDSBWB088973@www.freebsd.org>
Date: Thu, 29 Jul 2010 13:28:11 GMT
From: Gvozdikov Veniamin <g.veniamin@googlemail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: new port: sysutils/hfsexplorer HFSExplorer read Mac-formatted harddisks and disk images
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         149069
>Category:       ports
>Synopsis:       new port: sysutils/hfsexplorer HFSExplorer read Mac-formatted harddisks and disk images
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rene
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 29 13:30:10 UTC 2010
>Closed-Date:    Fri Nov 19 17:35:18 UTC 2010
>Last-Modified:  Fri Nov 19 17:40:08 UTC 2010
>Originator:     Gvozdikov Veniamin
>Release:        FreeBSD 8.1-PRERELEASE
>Organization:
>Environment:
FreeBSD zlobook.local 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #2: Mon Jul 5 22:22:00 KRAST 2010 root@zlobook.local:/usr/obj/usr/src/sys/zlobook_amd64 amd64
>Description:
HFSExplorer is an application that can read Mac-formatted hard disks and disk
images. It can read the file systems HFS (Mac OS Standard), HFS+ (Mac OS
Extended) and HFSX (Mac OS Extended with case sensitive file names).

HFSExplorer allows you to browse your Mac volumes with a graphical file system
browser, extract files (copy to hard disk), view detailed information about the
volume and create disk images from the volume.
HFSExplorer can also read most .dmg disk images created on a Mac, including zlib
/ bzip2 compressed images and AES-128 encrypted images. It supports the
partition schemes Master Boot Record, GUID Partition Table and Apple Partition
Map natively.

>How-To-Repeat:

>Fix:
# 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


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Thu Sep 23 04:35:51 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149069 
Responsible-Changed-From-To: pgollucci->freebsd-ports-bugs 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Fri Sep 24 06:23:40 UTC 2010 
Responsible-Changed-Why:  
going to have enotime for the next 2 weeks, sorry 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149069 
Responsible-Changed-From-To: freebsd-ports-bugs->rene 
Responsible-Changed-By: rene 
Responsible-Changed-When: Tue Nov 2 20:34:28 UTC 2010 
Responsible-Changed-Why:  
Grab 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149069 
State-Changed-From-To: open->feedback 
State-Changed-By: rene 
State-Changed-When: Tue Nov 2 20:44:01 UTC 2010 
State-Changed-Why:  
Awaiting submitter feedback. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149069 

From: Rene Ladan <rene@freebsd.org>
To: bug-followup@FreeBSD.org, g.veniamin@googlemail.com
Cc:  
Subject: Re: ports/149069: new port: sysutils/hfsexplorer HFSExplorer read
 Mac-formatted harddisks and disk images
Date: Tue, 02 Nov 2010 21:43:53 +0100

 In my opinion it would make more sense to move the call to buildall.sh
 under a do-build: target instead of a post-configure: target and remove
 the NO_BUILD=yes line.
 
 Also since a 2010-10-29 the MD5 checksum in distinfo is no longer required.
 
 I have tested that the port builds fine with these changes.
 Rene
State-Changed-From-To: feedback->closed 
State-Changed-By: rene 
State-Changed-When: Fri Nov 19 17:35:03 UTC 2010 
State-Changed-Why:  
Committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149069 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149069: commit references a PR
Date: Fri, 19 Nov 2010 17:34:56 +0000 (UTC)

 rene        2010-11-19 17:34:51 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils             Makefile 
   Added files:
     sysutils/hfsexplorer Makefile distinfo pkg-descr pkg-plist 
   Log:
   HFSExplorer is an application that can read Mac-formatted hard disks and disk
   images. It can read the file systems HFS (Mac OS Standard), HFS+ (Mac OS
   Extended) and HFSX (Mac OS Extended with case sensitive file names).
   
   HFSExplorer allows you to browse your Mac volumes with a graphical file system
   browser, extract files (copy to hard disk), view detailed information about the
   volume and create disk images from the volume.
   HFSExplorer can also read most .dmg disk images created on a Mac, including zlib
   / bzip2 compressed images and AES-128 encrypted images. It supports the
   partition schemes Master Boot Record, GUID Partition Table and Apple Partition
   Map natively.
   
   WWW:    http://hem.bredband.net/catacombae/hfsx.html
   
   PR:             ports/149069
   Submitted by:   Gvozdikov Veniamin [g.veniamin googlemail.com]
   
   Revision  Changes    Path
   1.1251    +1 -0      ports/sysutils/Makefile
   1.1       +56 -0     ports/sysutils/hfsexplorer/Makefile (new)
   1.1       +2 -0      ports/sysutils/hfsexplorer/distinfo (new)
   1.1       +13 -0     ports/sysutils/hfsexplorer/pkg-descr (new)
   1.1       +21 -0     ports/sysutils/hfsexplorer/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
