From gslin@netnews.NCTU.edu.tw  Sun Jul 16 11:13:27 2006
Return-Path: <gslin@netnews.NCTU.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 43DFA16A4DD
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 Jul 2006 11:13:27 +0000 (UTC)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CBF3943D46
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 16 Jul 2006 11:13:26 +0000 (GMT)
	(envelope-from gslin@netnews.NCTU.edu.tw)
Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000)
	id D123A6AC; Sun, 16 Jul 2006 19:13:22 +0800 (CST)
Message-Id: <20060716111322.D123A6AC@netnews.NCTU.edu.tw>
Date: Sun, 16 Jul 2006 19:13:22 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [NEW PORT] sysutils/fusefs-funionfs: Union filesystem for the FUSE driver
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         100383
>Category:       ports
>Synopsis:       [NEW PORT] sysutils/fusefs-funionfs: Union filesystem for the FUSE driver
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 16 11:20:16 GMT 2006
>Closed-Date:    Wed Jul 19 01:02:53 GMT 2006
>Last-Modified:  Wed Jul 19 01:02:53 GMT 2006
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
FunionFS means an Union filesystem for the FUSE driver.

This program works only with the Fuse driver which is natively
included since the 2.6.14 Linux kernel.

WWW:	http://funionfs.apiou.org/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- fusefs-funionfs-0.4.1.shar begins here ---
# 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-funionfs
#	fusefs-funionfs/pkg-descr
#	fusefs-funionfs/Makefile
#	fusefs-funionfs/distinfo
#
echo c - fusefs-funionfs
mkdir -p fusefs-funionfs > /dev/null 2>&1
echo x - fusefs-funionfs/pkg-descr
sed 's/^X//' >fusefs-funionfs/pkg-descr << 'END-of-fusefs-funionfs/pkg-descr'
XFunionFS means an Union filesystem for the FUSE driver.
X
XThis program works only with the Fuse driver which is natively
Xincluded since the 2.6.14 Linux kernel.
X
XWWW:	http://funionfs.apiou.org/
END-of-fusefs-funionfs/pkg-descr
echo x - fusefs-funionfs/Makefile
sed 's/^X//' >fusefs-funionfs/Makefile << 'END-of-fusefs-funionfs/Makefile'
X# New ports collection makefile for:	fusefs-funionfs
X# Date created:		2006-07-16
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	funionfs
XPORTVERSION=	0.4.1
XCATEGORIES=	sysutils
XMASTER_SITES=	http://funionfs.apiou.org/file/
XPKGNAMEPREFIX=	fusefs-
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	Union filesystem for the FUSE driver
X
XRUN_DEPENDS=	${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
XBUILD_DEPENDS=	${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
X
XPLIST_FILES=	bin/funionfs
X
Xdo-build:
X	(cd ${WRKSRC} && ${CC} ${CFLAGS} -DFUSE_USE_VERSION=25 \
X	 -D_FILE_OFFSET_BITS=64 -I${LOCALBASE}/include/fuse \
X	 -o funionfs main.c \
X	 -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lfuse)
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/funionfs ${PREFIX}/bin
X
X.include <bsd.port.pre.mk>
X
X.if ${OSVERSION} < 600000	# Inherited from fusefs-kmod
XIGNORE=		requires FreeBSD 6.x or above
X.endif
X
X.include <bsd.port.post.mk>
END-of-fusefs-funionfs/Makefile
echo x - fusefs-funionfs/distinfo
sed 's/^X//' >fusefs-funionfs/distinfo << 'END-of-fusefs-funionfs/distinfo'
XMD5 (funionfs-0.4.1.tar.gz) = 373b74fdf280f2dcd646e79f7ac84ca0
XSHA256 (funionfs-0.4.1.tar.gz) = 6192c14b6ab34e8dac331f93997c4ea27f4705276aab0230363a4e83536b967a
XSIZE (funionfs-0.4.1.tar.gz) = 23698
END-of-fusefs-funionfs/distinfo
exit
--- fusefs-funionfs-0.4.1.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Jul 16 11:20:39 UTC 2006 
Responsible-Changed-Why:  
clsung@ wants his PRs 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100383 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Wed Jul 19 01:02:51 UTC 2006 
State-Changed-Why:  
New port added. Thank You. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100383 
>Unformatted:
