From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 22 10:00:12 2007 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8A3716A401 for ; Sun, 22 Apr 2007 10:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 8DBB013C480 for ; Sun, 22 Apr 2007 10:00:12 +0000 (UTC) (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 l3MA0CcL055755 for ; Sun, 22 Apr 2007 10:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3MA0Cb0055754; Sun, 22 Apr 2007 10:00:12 GMT (envelope-from gnats) Resent-Date: Sun, 22 Apr 2007 10:00:12 GMT Resent-Message-Id: <200704221000.l3MA0Cb0055754@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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5AB8E16A402 for ; Sun, 22 Apr 2007 09:57:40 +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 2F6D713C44C for ; Sun, 22 Apr 2007 09:57:40 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 5437056A; Sun, 22 Apr 2007 17:57:39 +0800 (CST) Message-Id: <20070422095739.5437056A@netnews.NCTU.edu.tw> Date: Sun, 22 Apr 2007 17:57:39 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/112000: [NEW PORT] net/p5-MogileFS-Utils: MogileFS tools 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, 22 Apr 2007 10:00:12 -0000 >Number: 112000 >Category: ports >Synopsis: [NEW PORT] net/p5-MogileFS-Utils: MogileFS tools >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 Apr 22 10:00:11 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #1: Sun Jan 14 14:05:12 CST 2007 >Description: This package contains two tools to manage MogileFS: mogadm - MogileFS admin tool mogtool - Inject/extract data to/from a MogileFS installation WWW: http://search.cpan.org/dist/MogileFS-Utils/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-MogileFS-Utils-2.08.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: # # p5-MogileFS-Utils # p5-MogileFS-Utils/pkg-descr # p5-MogileFS-Utils/Makefile # p5-MogileFS-Utils/pkg-plist # p5-MogileFS-Utils/distinfo # echo c - p5-MogileFS-Utils mkdir -p p5-MogileFS-Utils > /dev/null 2>&1 echo x - p5-MogileFS-Utils/pkg-descr sed 's/^X//' >p5-MogileFS-Utils/pkg-descr << 'END-of-p5-MogileFS-Utils/pkg-descr' XThis package contains two tools to manage MogileFS: X Xmogadm - MogileFS admin tool Xmogtool - Inject/extract data to/from a MogileFS installation X XWWW: http://search.cpan.org/dist/MogileFS-Utils/ END-of-p5-MogileFS-Utils/pkg-descr echo x - p5-MogileFS-Utils/Makefile sed 's/^X//' >p5-MogileFS-Utils/Makefile << 'END-of-p5-MogileFS-Utils/Makefile' X# New ports collection makefile for: p5-MogileFS-Utils X# Date created: 2007-04-22 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= MogileFS-Utils XPORTVERSION= 2.08 XCATEGORIES= net perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= ../../authors/id/B/BR/BRADFITZ XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= MogileFS tools X XRUN_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww \ X ${SITE_PERL}/MogileFS/Client.pm:${PORTSDIR}/net/p5-MogileFS-Client X XPERL_CONFIGURE= yes X XMAN1= mogadm.1 mogtool.1 X X.include END-of-p5-MogileFS-Utils/Makefile echo x - p5-MogileFS-Utils/pkg-plist sed 's/^X//' >p5-MogileFS-Utils/pkg-plist << 'END-of-p5-MogileFS-Utils/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/MogileFS-Utils/.packlist Xbin/mogadm Xbin/mogtool X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MogileFS-Utils END-of-p5-MogileFS-Utils/pkg-plist echo x - p5-MogileFS-Utils/distinfo sed 's/^X//' >p5-MogileFS-Utils/distinfo << 'END-of-p5-MogileFS-Utils/distinfo' XMD5 (MogileFS-Utils-2.08.tar.gz) = 72380fb104bafc4b56e98d4268768299 XSHA256 (MogileFS-Utils-2.08.tar.gz) = 6ea18f94db1f3a2cd6523530a78a750abe63c76905cb2c2ae21578ddd4db3d50 XSIZE (MogileFS-Utils-2.08.tar.gz) = 23497 END-of-p5-MogileFS-Utils/distinfo exit --- p5-MogileFS-Utils-2.08.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: