From nobody@FreeBSD.org  Mon May 30 12:58:30 2011
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 ADD201065673
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 May 2011 12:58:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 9DFAB8FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 May 2011 12:58:30 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p4UCwUHs002010
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 May 2011 12:58:30 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p4UCwU3c002009;
	Mon, 30 May 2011 12:58:30 GMT
	(envelope-from nobody)
Message-Id: <201105301258.p4UCwU3c002009@red.freebsd.org>
Date: Mon, 30 May 2011 12:58:30 GMT
From: Joris Vandalon <joris@vandalon.nl>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: sysutils/fusefs-rar2fs Mount rar archives as filesystem
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         157426
>Category:       ports
>Synopsis:       New port: sysutils/fusefs-rar2fs Mount rar archives as filesystem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    crees
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 30 13:00:20 UTC 2011
>Closed-Date:    Wed Jul 27 19:33:03 UTC 2011
>Last-Modified:  Wed Jul 27 19:40:12 UTC 2011
>Originator:     Joris Vandalon
>Release:        Freebsd 8.2
>Organization:
>Environment:
FreeBSD collected.vandalon.nl 8.2-RELEASE FreeBSD 8.2-RELEASE #7: Thu Mar 31 13:58:26 CEST 2011     root@Collected.local:/usr/obj/usr/src/sys/COLLECTED  amd64
>Description:
rar2fs is a FUSE based file system that can mount a source RAR
archive/volume or a directory containing any number of RAR
archives and access (read only) the contents as plain files/directories.
Other files located in the source directory are handled transparently.
Both compressed and non-compressed archives/volumes are supported but
full media seek support (aka. indexing) is only available for
non-compressed plaintext archives.

WWW: http://code.google.com/p/rar2fs/

Note: This port depends on archivers/libunrar4 which I submitted earlier today.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	fusefs-rar2fs
#	fusefs-rar2fs/pkg-descr
#	fusefs-rar2fs/distinfo
#	fusefs-rar2fs/Makefile
#	fusefs-rar2fs/pkg-plist
#	fusefs-rar2fs/files
#	fusefs-rar2fs/files/patch-config.mk
#	fusefs-rar2fs/files/patch-Makefile
#
echo c - fusefs-rar2fs
mkdir -p fusefs-rar2fs > /dev/null 2>&1
echo x - fusefs-rar2fs/pkg-descr
sed 's/^X//' >fusefs-rar2fs/pkg-descr << '1649a5673d057703c25bddddd5458880'
Xrar2fs is a FUSE based file system that can mount a source RAR
Xarchive/volume or a directory containing any number of RAR
Xarchives and access (read only) the contents as plain files/directories.
XOther files located in the source directory are handled transparently.
XBoth compressed and non-compressed archives/volumes are supported but
Xfull media seek support (aka. indexing) is only available for
Xnon-compressed plaintext archives.
X
XWWW: http://code.google.com/p/rar2fs/
1649a5673d057703c25bddddd5458880
echo x - fusefs-rar2fs/distinfo
sed 's/^X//' >fusefs-rar2fs/distinfo << '3937a2cf1a5ea12bdee5e89f09f8f370'
XSHA256 (rar2fs-1.12.0.tar.gz) = cc8bd73536972b72dec366afdad9d140ed7649ab7bc2b798f8420ec259b2bd42
XSIZE (rar2fs-1.12.0.tar.gz) = 68893
XSHA256 (unrarsrc-4.0.7.tar.gz) = eac9ed7493870ca7f67b23e9208aef1db701c381123ac462e97f703777a33071
XSIZE (unrarsrc-4.0.7.tar.gz) = 152853
3937a2cf1a5ea12bdee5e89f09f8f370
echo x - fusefs-rar2fs/Makefile
sed 's/^X//' >fusefs-rar2fs/Makefile << '679879aa0e331a6d72987015ba86af34'
X# New ports collection makefile for: rar2fs
X# Date created:        30 May 2011
X# Whom:                Joris Vandalon
X#
X# $FreeBSD$
X#
X
XPORTNAME=	rar2fs
XPORTVERSION=	1.12.0
XCATEGORIES=	sysutils
XMASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}:rar2fs http://www.rarlab.com/rar/:unrarsrc
XMASTER_SITE_SUBDIR= rar2fs
XPKGNAMEPREFIX=	fusefs-
XDISTNAME=	rar2fs-${PORTVERSION}
XDISTFILES=	rar2fs-1.12.0.tar.gz:rar2fs unrarsrc-4.0.7.tar.gz:unrarsrc
X
XMAINTAINER=	joris@vandalon.nl
XCOMMENT=	Mount rar archives as filesystem
X
XLIB_DEPENDS=	unrar.3:${PORTSDIR}/archivers/libunrar4
X
XMAN1=          rar2fs.1
XUSE_GMAKE=     yes
X
X.include <bsd.port.mk>
679879aa0e331a6d72987015ba86af34
echo x - fusefs-rar2fs/pkg-plist
sed 's/^X//' >fusefs-rar2fs/pkg-plist << 'a44c89161da3044aec58f3bfc2befbc8'
Xbin/rar2fs
a44c89161da3044aec58f3bfc2befbc8
echo c - fusefs-rar2fs/files
mkdir -p fusefs-rar2fs/files > /dev/null 2>&1
echo x - fusefs-rar2fs/files/patch-config.mk
sed 's/^X//' >fusefs-rar2fs/files/patch-config.mk << 'f41109531514cd9b3b554be63f9692db'
X--- config.mk.orig	2011-05-17 21:17:09.000000000 +0200
X+++ config.mk	2011-05-30 14:11:09.689753703 +0200
X@@ -1,37 +1,39 @@
X # Change below to match current configuration
X ##########################
X 
X+DESTDIR=/usr/local
X+
X ##########################
X # This is the path (absolute or relative) to the folder containing
X # the full portable "Unrar C++ library" (libunrar) sources 
X-UNRAR_SRC=./unrar
X+UNRAR_SRC=../unrar
X 
X ##########################
X # This is the path (absolute or relative) to the folder containing
X # the compiled libunrar.so.
X # This can be left blank if the system already points out the location
X # of a compatible unrarlib.so, eg. /lib.
X-UNRAR_LIB=
X+UNRAR_LIB=/usr/lcoal/lib
X 
X ##########################
X # This is the path (absolute or relative) to the folder containing
X # the FUSE development header files.
X # This can be left blank if the header files are already placed in
X # some default location such as /usr/include.
X-FUSE_SRC=
X+FUSE_SRC=/usr/local/include
X 
X ##########################
X # This is the path (absolute or relative) to the folder containing
X # the FUSE library files.
X # This can be left blank if the system already points out the location
X # of a compatible FUSE library, eg. /lib.
X-FUSE_LIB=
X+FUSE_LIB=/usr/local/lib
X 
X ##########################
X # Does the host support glibc custom streams?
X # If unsure try 'y' here. If linker fails to find e.g. fmemopen()
X # your answer was most likely incorrect.
X-HAS_GLIBC_CUSTOM_STREAMS=y
X+HAS_GLIBC_CUSTOM_STREAMS=n
X 
X ##########################
X # For Mac OS X, choose if 64-bit inodes (file serial number) should
f41109531514cd9b3b554be63f9692db
echo x - fusefs-rar2fs/files/patch-Makefile
sed 's/^X//' >fusefs-rar2fs/files/patch-Makefile << '765df0bbc1a0cf37ba2457726ee88f29'
X--- Makefile.orig	2011-05-30 14:09:15.390484811 +0200
X+++ Makefile	2011-05-30 14:10:53.240988212 +0200
X@@ -102,4 +102,8 @@
X 	mv $*.P $(DEPS); \
X 	rm -f $*.d
X 
X+install:
X+		install rar2fs $(DESTDIR)/bin
X+		install rar2fs.1 $(DESTDIR)/man/man1
X+
X -include $(OBJECTS:%.o=$(DEPS)/%.P)
765df0bbc1a0cf37ba2457726ee88f29
exit



>Release-Note:
>Audit-Trail:

From: Joris Vandalon <j.vandalon@unilogic.nl>
To: bug-followup@FreeBSD.org,
 joris@vandalon.nl
Cc:  
Subject: Re: ports/157426: New port: sysutils/fusefs-rar2fs Mount rar archives as filesystem
Date: Mon, 30 May 2011 15:20:29 +0200

 --Apple-Mail-2--110568908
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=us-ascii
 
 Updated the shar file.
 Removed  Makefile line.
 
 
 --Apple-Mail-2--110568908
 Content-Disposition: attachment;
 	filename=fusefs-rar2fs.txt
 Content-Type: text/plain;
 	x-unix-mode=0644;
 	name="fusefs-rar2fs.txt"
 Content-Transfer-Encoding: quoted-printable
 
 # 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:
 #
 #	fusefs-rar2fs
 #	fusefs-rar2fs/pkg-descr
 #	fusefs-rar2fs/distinfo
 #	fusefs-rar2fs/Makefile
 #	fusefs-rar2fs/pkg-plist
 #	fusefs-rar2fs/files
 #	fusefs-rar2fs/files/patch-config.mk
 #	fusefs-rar2fs/files/patch-Makefile
 #
 echo c - fusefs-rar2fs
 mkdir -p fusefs-rar2fs > /dev/null 2>&1
 echo x - fusefs-rar2fs/pkg-descr
 sed 's/^X//' >fusefs-rar2fs/pkg-descr << =
 '1649a5673d057703c25bddddd5458880'
 Xrar2fs is a FUSE based file system that can mount a source RAR
 Xarchive/volume or a directory containing any number of RAR
 Xarchives and access (read only) the contents as plain =
 files/directories.
 XOther files located in the source directory are handled transparently.
 XBoth compressed and non-compressed archives/volumes are supported but
 Xfull media seek support (aka. indexing) is only available for
 Xnon-compressed plaintext archives.
 X
 XWWW: http://code.google.com/p/rar2fs/
 1649a5673d057703c25bddddd5458880
 echo x - fusefs-rar2fs/distinfo
 sed 's/^X//' >fusefs-rar2fs/distinfo << =
 '3937a2cf1a5ea12bdee5e89f09f8f370'
 XSHA256 (rar2fs-1.12.0.tar.gz) =3D =
 cc8bd73536972b72dec366afdad9d140ed7649ab7bc2b798f8420ec259b2bd42
 XSIZE (rar2fs-1.12.0.tar.gz) =3D 68893
 XSHA256 (unrarsrc-4.0.7.tar.gz) =3D =
 eac9ed7493870ca7f67b23e9208aef1db701c381123ac462e97f703777a33071
 XSIZE (unrarsrc-4.0.7.tar.gz) =3D 152853
 3937a2cf1a5ea12bdee5e89f09f8f370
 echo x - fusefs-rar2fs/Makefile
 sed 's/^X//' >fusefs-rar2fs/Makefile << =
 '679879aa0e331a6d72987015ba86af34'
 X# New ports collection makefile for: rar2fs
 X# Date created:        30 May 2011
 X# Whom:                Joris Vandalon
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=3D	rar2fs
 XPORTVERSION=3D	1.12.0
 XCATEGORIES=3D	sysutils
 XMASTER_SITES=3D	${MASTER_SITE_GOOGLE_CODE}:rar2fs =
 http://www.rarlab.com/rar/:unrarsrc
 XPKGNAMEPREFIX=3D	fusefs-
 XDISTNAME=3D	rar2fs-${PORTVERSION}
 XDISTFILES=3D	rar2fs-1.12.0.tar.gz:rar2fs =
 unrarsrc-4.0.7.tar.gz:unrarsrc
 X
 XMAINTAINER=3D	joris@vandalon.nl
 XCOMMENT=3D	Mount rar archives as filesystem
 X
 XLIB_DEPENDS=3D	unrar.3:${PORTSDIR}/archivers/libunrar4
 X
 XMAN1=3D          rar2fs.1
 XUSE_GMAKE=3D     yes
 X
 X.include <bsd.port.mk>
 679879aa0e331a6d72987015ba86af34
 echo x - fusefs-rar2fs/pkg-plist
 sed 's/^X//' >fusefs-rar2fs/pkg-plist << =
 'a44c89161da3044aec58f3bfc2befbc8'
 Xbin/rar2fs
 a44c89161da3044aec58f3bfc2befbc8
 echo c - fusefs-rar2fs/files
 mkdir -p fusefs-rar2fs/files > /dev/null 2>&1
 echo x - fusefs-rar2fs/files/patch-config.mk
 sed 's/^X//' >fusefs-rar2fs/files/patch-config.mk << =
 'f41109531514cd9b3b554be63f9692db'
 X--- config.mk.orig	2011-05-17 21:17:09.000000000 +0200
 X+++ config.mk	2011-05-30 14:11:09.689753703 +0200
 X@@ -1,37 +1,39 @@
 X # Change below to match current configuration
 X ##########################
 X=20
 X+DESTDIR=3D/usr/local
 X+
 X ##########################
 X # This is the path (absolute or relative) to the folder containing
 X # the full portable "Unrar C++ library" (libunrar) sources=20
 X-UNRAR_SRC=3D./unrar
 X+UNRAR_SRC=3D../unrar
 X=20
 X ##########################
 X # This is the path (absolute or relative) to the folder containing
 X # the compiled libunrar.so.
 X # This can be left blank if the system already points out the location
 X # of a compatible unrarlib.so, eg. /lib.
 X-UNRAR_LIB=3D
 X+UNRAR_LIB=3D/usr/lcoal/lib
 X=20
 X ##########################
 X # This is the path (absolute or relative) to the folder containing
 X # the FUSE development header files.
 X # This can be left blank if the header files are already placed in
 X # some default location such as /usr/include.
 X-FUSE_SRC=3D
 X+FUSE_SRC=3D/usr/local/include
 X=20
 X ##########################
 X # This is the path (absolute or relative) to the folder containing
 X # the FUSE library files.
 X # This can be left blank if the system already points out the location
 X # of a compatible FUSE library, eg. /lib.
 X-FUSE_LIB=3D
 X+FUSE_LIB=3D/usr/local/lib
 X=20
 X ##########################
 X # Does the host support glibc custom streams?
 X # If unsure try 'y' here. If linker fails to find e.g. fmemopen()
 X # your answer was most likely incorrect.
 X-HAS_GLIBC_CUSTOM_STREAMS=3Dy
 X+HAS_GLIBC_CUSTOM_STREAMS=3Dn
 X=20
 X ##########################
 X # For Mac OS X, choose if 64-bit inodes (file serial number) should
 f41109531514cd9b3b554be63f9692db
 echo x - fusefs-rar2fs/files/patch-Makefile
 sed 's/^X//' >fusefs-rar2fs/files/patch-Makefile << =
 '765df0bbc1a0cf37ba2457726ee88f29'
 X--- Makefile.orig	2011-05-30 14:09:15.390484811 +0200
 X+++ Makefile	2011-05-30 14:10:53.240988212 +0200
 X@@ -102,4 +102,8 @@
 X 	mv $*.P $(DEPS); \
 X 	rm -f $*.d
 X=20
 X+install:
 X+		install rar2fs $(DESTDIR)/bin
 X+		install rar2fs.1 $(DESTDIR)/man/man1
 X+
 X -include $(OBJECTS:%.o=3D$(DEPS)/%.P)
 765df0bbc1a0cf37ba2457726ee88f29
 exit
 
 
 --Apple-Mail-2--110568908--
 

From: Chris Rees <crees@FreeBSD.org>
To: bug-followup@FreeBSD.org, joris@vandalon.nl
Cc:  
Subject: Re: ports/157426: New port: sysutils/fusefs-rar2fs Mount rar archives
 as filesystem
Date: Sun, 24 Jul 2011 18:11:46 +0100

 Perhaps I'm missing something obvious, but why are you setting DISTNAME 
 explicitly?
 
 Chris
 
 -- 
 This message has been scanned for viruses and
 dangerous content by MailScanner, and is
 believed to be clean.
 
Responsible-Changed-From-To: freebsd-ports-bugs->crees 
Responsible-Changed-By: crees 
Responsible-Changed-When: Sun Jul 24 18:01:27 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

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

From: Joris Vandalon <joris@vandalon.nl>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157426: New port: sysutils/fusefs-rar2fs Mount rar archives as filesystem
Date: Sun, 24 Jul 2011 19:54:48 +0200

 --Apple-Mail=_F1BA1347-C4C5-49C4-AB79-319F11AFF21C
 Content-Disposition: attachment;
 	filename=fusefs-rar2fs.shar
 Content-Type: application/octet-stream;
 	x-unix-mode=0700;
 	name="fusefs-rar2fs.shar"
 Content-Transfer-Encoding: 7bit
 
 # 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:
 #
 #	fusefs-rar2fs
 #	fusefs-rar2fs/pkg-descr
 #	fusefs-rar2fs/distinfo
 #	fusefs-rar2fs/Makefile
 #	fusefs-rar2fs/pkg-plist
 #	fusefs-rar2fs/files
 #	fusefs-rar2fs/files/patch-config.mk
 #
 echo c - fusefs-rar2fs
 mkdir -p fusefs-rar2fs > /dev/null 2>&1
 echo x - fusefs-rar2fs/pkg-descr
 sed 's/^X//' >fusefs-rar2fs/pkg-descr << '1649a5673d057703c25bddddd5458880'
 Xrar2fs is a FUSE based file system that can mount a source RAR
 Xarchive/volume or a directory containing any number of RAR
 Xarchives and access (read only) the contents as plain files/directories.
 XOther files located in the source directory are handled transparently.
 XBoth compressed and non-compressed archives/volumes are supported but
 Xfull media seek support (aka. indexing) is only available for
 Xnon-compressed plaintext archives.
 X
 XWWW: http://code.google.com/p/rar2fs/
 1649a5673d057703c25bddddd5458880
 echo x - fusefs-rar2fs/distinfo
 sed 's/^X//' >fusefs-rar2fs/distinfo << '3937a2cf1a5ea12bdee5e89f09f8f370'
 XSHA256 (rar2fs-1.13.0.tar.gz) = 8ab2740b3d7dc073d67a502db8f822c66d533175fca54a79a1c905140b165dec
 XSIZE (rar2fs-1.13.0.tar.gz) = 63785
 XSHA256 (unrarsrc-4.0.7.tar.gz) = eac9ed7493870ca7f67b23e9208aef1db701c381123ac462e97f703777a33071
 XSIZE (unrarsrc-4.0.7.tar.gz) = 152853
 3937a2cf1a5ea12bdee5e89f09f8f370
 echo x - fusefs-rar2fs/Makefile
 sed 's/^X//' >fusefs-rar2fs/Makefile << '679879aa0e331a6d72987015ba86af34'
 X# New ports collection makefile for: rar2fs
 X# Date created:        30 May 2011
 X# Whom:                Joris Vandalon
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	rar2fs
 XPORTVERSION=	1.13.0
 XCATEGORIES=	sysutils
 XMASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}:rar2fs http://www.rarlab.com/rar/:unrarsrc
 XPKGNAMEPREFIX=	fusefs-
 XDISTFILES=	rar2fs-1.13.0.tar.gz:rar2fs unrarsrc-4.0.7.tar.gz:unrarsrc
 X
 XMAINTAINER=	joris@vandalon.nl
 XCOMMENT=	Mount rar archives as filesystem
 X
 XLIB_DEPENDS=	unrar.3:${PORTSDIR}/archivers/libunrar4
 X
 XMAN1=          rar2fs.1
 XUSE_GMAKE=     yes
 X
 Xpost-patch:
 X	${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},' \
 X		-e 's,%%PREFIX%%,${LOCALBASE},' \
 X		${WRKSRC}/config.mk
 X
 Xdo-install:
 X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
 X	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1/
 X
 X.include <bsd.port.mk>
 679879aa0e331a6d72987015ba86af34
 echo x - fusefs-rar2fs/pkg-plist
 sed 's/^X//' >fusefs-rar2fs/pkg-plist << 'a44c89161da3044aec58f3bfc2befbc8'
 Xbin/rar2fs
 a44c89161da3044aec58f3bfc2befbc8
 echo c - fusefs-rar2fs/files
 mkdir -p fusefs-rar2fs/files > /dev/null 2>&1
 echo x - fusefs-rar2fs/files/patch-config.mk
 sed 's/^X//' >fusefs-rar2fs/files/patch-config.mk << 'f41109531514cd9b3b554be63f9692db'
 X--- config.mk.orig	2011-05-17 21:17:09.000000000 +0200
 X+++ config.mk	2011-05-30 14:11:09.689753703 +0200
 X@@ -1,37 +1,39 @@
 X # Change below to match current configuration
 X ##########################
 X 
 X+DESTDIR=%%PREFIX%%
 X+
 X ##########################
 X # This is the path (absolute or relative) to the folder containing
 X # the full portable "Unrar C++ library" (libunrar) sources 
 X-UNRAR_SRC=./unrar
 X+UNRAR_SRC=../unrar
 X 
 X ##########################
 X # This is the path (absolute or relative) to the folder containing
 X # the compiled libunrar.so.
 X # This can be left blank if the system already points out the location
 X # of a compatible unrarlib.so, eg. /lib.
 X-UNRAR_LIB=
 X+UNRAR_LIB=%%LOCALBASE%%/lib
 X 
 X ##########################
 X # This is the path (absolute or relative) to the folder containing
 X # the FUSE development header files.
 X # This can be left blank if the header files are already placed in
 X # some default location such as /usr/include.
 X-FUSE_SRC=
 X+FUSE_SRC=%%LOCALBASE%%/include
 X 
 X ##########################
 X # This is the path (absolute or relative) to the folder containing
 X # the FUSE library files.
 X # This can be left blank if the system already points out the location
 X # of a compatible FUSE library, eg. /lib.
 X-FUSE_LIB=
 X+FUSE_LIB=%%LOCALBASE%%/lib
 X 
 X ##########################
 X # Does the host support glibc custom streams?
 X # If unsure try 'y' here. If linker fails to find e.g. fmemopen()
 X # your answer was most likely incorrect.
 X-HAS_GLIBC_CUSTOM_STREAMS=y
 X+HAS_GLIBC_CUSTOM_STREAMS=n
 X 
 X ##########################
 X # For Mac OS X, choose if 64-bit inodes (file serial number) should
 f41109531514cd9b3b554be63f9692db
 exit
 
 
 --Apple-Mail=_F1BA1347-C4C5-49C4-AB79-319F11AFF21C--
State-Changed-From-To: open->analyzed 
State-Changed-By: crees 
State-Changed-When: Wed Jul 27 15:31:34 UTC 2011 
State-Changed-Why:  
Taken for Tinderbox 
http://www.bayofrum.net/tb/index.php?action=describe_port&id=1092 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157426 
State-Changed-From-To: analyzed->closed 
State-Changed-By: crees 
State-Changed-When: Wed Jul 27 19:33:01 UTC 2011 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157426: commit references a PR
Date: Wed, 27 Jul 2011 19:32:25 +0000 (UTC)

 crees       2011-07-27 19:32:10 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils             Makefile 
   Added files:
     sysutils/fusefs-rar2fs Makefile distinfo pkg-descr 
     sysutils/fusefs-rar2fs/files patch-config.mk 
   Log:
   rar2fs is a FUSE based file system that can mount a source RAR
   archive/volume or a directory containing any number of RAR
   archives and access (read only) the contents as plain files/directories.
   Other files located in the source directory are handled transparently.
   Both compressed and non-compressed archives/volumes are supported but
   full media seek support (aka. indexing) is only available for
   non-compressed plaintext archives.
   
   WWW: http://code.google.com/p/rar2fs/
   
   PR:             ports/157426
   Submitted by:   Joris Vandalon <joris@vandalon.nl>
   
   Revision  Changes    Path
   1.1307    +1 -0      ports/sysutils/Makefile
   1.1       +37 -0     ports/sysutils/fusefs-rar2fs/Makefile (new)
   1.1       +4 -0      ports/sysutils/fusefs-rar2fs/distinfo (new)
   1.1       +52 -0     ports/sysutils/fusefs-rar2fs/files/patch-config.mk (new)
   1.1       +9 -0      ports/sysutils/fusefs-rar2fs/pkg-descr (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:
