From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jul 16 11:20:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE45916A4E0 for ; Sun, 16 Jul 2006 11:20:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FF6A43D4C for ; Sun, 16 Jul 2006 11:20:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6GBKG4l039871 for ; Sun, 16 Jul 2006 11:20:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6GBKGPJ039870; Sun, 16 Jul 2006 11:20:16 GMT (envelope-from gnats) Resent-Date: Sun, 16 Jul 2006 11:20:16 GMT Resent-Message-Id: <200607161120.k6GBKGPJ039870@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43DFA16A4DD for ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/100383: [NEW PORT] sysutils/fusefs-funionfs: Union filesystem for the FUSE driver X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 11:20:17 -0000 >Number: 100383 >Category: ports >Synopsis: [NEW PORT] sysutils/fusefs-funionfs: Union filesystem for the FUSE driver >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 16 11:20:16 GMT 2006 >Closed-Date: >Last-Modified: >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 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 X X.if ${OSVERSION} < 600000 # Inherited from fusefs-kmod XIGNORE= requires FreeBSD 6.x or above X.endif X X.include 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: >Unformatted: