From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 11 14:50:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DD33106566C for ; Sat, 11 Apr 2009 14:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0C20B8FC20 for ; Sat, 11 Apr 2009 14:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n3BEo12Q099635 for ; Sat, 11 Apr 2009 14:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n3BEo1wK099634; Sat, 11 Apr 2009 14:50:01 GMT (envelope-from gnats) Resent-Date: Sat, 11 Apr 2009 14:50:01 GMT Resent-Message-Id: <200904111450.n3BEo1wK099634@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 [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15AF1106566B for ; Sat, 11 Apr 2009 14:49:25 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: from colo-p.gslin.org (60-199-248-145.static.tfn.net.tw [60.199.248.145]) by mx1.freebsd.org (Postfix) with ESMTP id DBC1D8FC20 for ; Sat, 11 Apr 2009 14:49:24 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: by colo-p.gslin.org (Postfix, from userid 1000) id 09F6D7E821; Sat, 11 Apr 2009 22:49:23 +0800 (CST) Message-Id: <20090411144923.09F6D7E821@colo-p.gslin.org> Date: Sat, 11 Apr 2009 22:49:23 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/133607: [NEW PORT] sysutils/fusefs-s3fs: FUSE-based file system backed by Amazon S3 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: Sat, 11 Apr 2009 14:50:02 -0000 >Number: 133607 >Category: ports >Synopsis: [NEW PORT] sysutils/fusefs-s3fs: FUSE-based file system backed by Amazon S3 >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: Sat Apr 11 14:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.1-STABLE i386 >Organization: >Environment: System: FreeBSD colo-p.gslin.org 7.1-STABLE FreeBSD 7.1-STABLE #0: Sat Jan 31 21:46:23 UTC 2009 >Description: FUSE-based file system backed by Amazon S3. Mount a bucket as a local file system read/write. Store files/folders natively and transparently. WWW: http://code.google.com/p/s3fs/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- fusefs-s3fs-r177.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-s3fs # fusefs-s3fs/pkg-descr # fusefs-s3fs/Makefile # fusefs-s3fs/pkg-message # fusefs-s3fs/distinfo # echo c - fusefs-s3fs mkdir -p fusefs-s3fs > /dev/null 2>&1 echo x - fusefs-s3fs/pkg-descr sed 's/^X//' >fusefs-s3fs/pkg-descr << '2f18e853571565c156394cf53774ff47' XFUSE-based file system backed by Amazon S3. Mount a bucket as a local Xfile system read/write. Store files/folders natively and Xtransparently. X XWWW: http://code.google.com/p/s3fs/ 2f18e853571565c156394cf53774ff47 echo x - fusefs-s3fs/Makefile sed 's/^X//' >fusefs-s3fs/Makefile << '0f0caba9a4ac8811bf83fb98e1028f59' X# New ports collection makefile for: fusefs-s3fs X# Date created: 2009-04-11 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= s3fs XDISTVERSION= r177 XCATEGORIES= sysutils XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} XPKGNAMEPREFIX= fusefs- XDISTFILES= ${PORTNAME}-${DISTVERSION}-source${EXTRACT_SUFX} X XMAINTAINER= gslin@gslin.org XCOMMENT= FUSE-based file system backed by Amazon S3 X XLIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ X fuse:${PORTSDIR}/sysutils/fusefs-libs \ X iconv:${PORTSDIR}/converters/iconv \ X xml2:${PORTSDIR}/textproc/libxml2 XRUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod X XPLIST_FILES= sbin/s3fs XUSE_GMAKE= yes XWRKSRC= ${WRKDIR}/${PORTNAME} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/s3fs ${PREFIX}/sbin X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include 0f0caba9a4ac8811bf83fb98e1028f59 echo x - fusefs-s3fs/pkg-message sed 's/^X//' >fusefs-s3fs/pkg-message << 'a785b07ba92735bce262740967006e11' XThe usage of s3fs can be found at http://code.google.com/p/s3fs/wiki/FuseOverAmazon if you want to understand it. a785b07ba92735bce262740967006e11 echo x - fusefs-s3fs/distinfo sed 's/^X//' >fusefs-s3fs/distinfo << 'f31158cc6b79265b9588e885d58ccc34' XMD5 (s3fs-r177-source.tar.gz) = b6b0bcfe2f731b5370b53bf6f93f295f XSHA256 (s3fs-r177-source.tar.gz) = fbbaa0de79fa8bfbda5345ff9873fa8bfe773b13e7f8a3926b8a11447e3ff255 XSIZE (s3fs-r177-source.tar.gz) = 18145 f31158cc6b79265b9588e885d58ccc34 exit --- fusefs-s3fs-r177.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: