From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 19 15:00:36 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 2D28D16A4F4 for ; Wed, 19 Jul 2006 15:00:36 +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 2B80543D66 for ; Wed, 19 Jul 2006 15:00:33 +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 k6JF0W0G065411 for ; Wed, 19 Jul 2006 15:00:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6JF0W6Z065409; Wed, 19 Jul 2006 15:00:32 GMT (envelope-from gnats) Resent-Date: Wed, 19 Jul 2006 15:00:32 GMT Resent-Message-Id: <200607191500.k6JF0W6Z065409@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 D1D1F16A4DE for ; Wed, 19 Jul 2006 14:52:43 +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 7391D43D46 for ; Wed, 19 Jul 2006 14:52:43 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 41B0094; Wed, 19 Jul 2006 22:52:38 +0800 (CST) Message-Id: <20060719145238.41B0094@netnews.NCTU.edu.tw> Date: Wed, 19 Jul 2006 22:52:38 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/100542: [NEW PORT] devel/p5-File-Find-Rule-Filesys-Virtual: File::Find::Rule adapted to Filesys::Virtual 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: Wed, 19 Jul 2006 15:00:36 -0000 >Number: 100542 >Category: ports >Synopsis: [NEW PORT] devel/p5-File-Find-Rule-Filesys-Virtual: File::Find::Rule adapted to Filesys::Virtual >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: Wed Jul 19 15:00:32 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: This module allows you to use File::Find::Rule file finding semantics to Filesys::Virtual derived filesystems. WWW: http://search.cpan.org/dist/File-Find-Rule-Filesys-Virtual/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-File-Find-Rule-Filesys-Virtual-1.22.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-File-Find-Rule-Filesys-Virtual # p5-File-Find-Rule-Filesys-Virtual/pkg-descr # p5-File-Find-Rule-Filesys-Virtual/Makefile # p5-File-Find-Rule-Filesys-Virtual/pkg-plist # p5-File-Find-Rule-Filesys-Virtual/distinfo # echo c - p5-File-Find-Rule-Filesys-Virtual mkdir -p p5-File-Find-Rule-Filesys-Virtual > /dev/null 2>&1 echo x - p5-File-Find-Rule-Filesys-Virtual/pkg-descr sed 's/^X//' >p5-File-Find-Rule-Filesys-Virtual/pkg-descr << 'END-of-p5-File-Find-Rule-Filesys-Virtual/pkg-descr' XThis module allows you to use File::Find::Rule file finding semantics Xto Filesys::Virtual derived filesystems. X XWWW: http://search.cpan.org/dist/File-Find-Rule-Filesys-Virtual/ END-of-p5-File-Find-Rule-Filesys-Virtual/pkg-descr echo x - p5-File-Find-Rule-Filesys-Virtual/Makefile sed 's/^X//' >p5-File-Find-Rule-Filesys-Virtual/Makefile << 'END-of-p5-File-Find-Rule-Filesys-Virtual/Makefile' X# New ports collection makefile for: p5-File-Find-Rule-Filesys-Virtual X# Date created: 2006-07-19 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= File-Find-Rule-Filesys-Virtual XPORTVERSION= 1.22 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= File XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= File::Find::Rule adapted to Filesys::Virtual X XRUN_DEPENDS= ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \ X ${SITE_PERL}/Filesys/Virtual.pm:${PORTSDIR}/devel/p5-Filesys-Virtual \ X ${SITE_PERL}/Filesys/Virtual/Plain.pm:${PORTSDIR}/devel/p5-Filesys-Virtual-Plain X XPERL_CONFIGURE= yes X XMAN3= File::Find::Rule::Filesys::Virtual.3 X X.include END-of-p5-File-Find-Rule-Filesys-Virtual/Makefile echo x - p5-File-Find-Rule-Filesys-Virtual/pkg-plist sed 's/^X//' >p5-File-Find-Rule-Filesys-Virtual/pkg-plist << 'END-of-p5-File-Find-Rule-Filesys-Virtual/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Find/Rule/Filesys/Virtual/.packlist X%%SITE_PERL%%/File/Find/Rule/Filesys/Virtual.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Find/Rule/Filesys/Virtual X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Find/Rule/Filesys X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Find/Rule X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Find X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File X@dirrmtry %%SITE_PERL%%/File/Find/Rule/Filesys X@dirrmtry %%SITE_PERL%%/File/Find/Rule X@dirrmtry %%SITE_PERL%%/File/Find X@dirrmtry %%SITE_PERL%%/File END-of-p5-File-Find-Rule-Filesys-Virtual/pkg-plist echo x - p5-File-Find-Rule-Filesys-Virtual/distinfo sed 's/^X//' >p5-File-Find-Rule-Filesys-Virtual/distinfo << 'END-of-p5-File-Find-Rule-Filesys-Virtual/distinfo' XMD5 (File-Find-Rule-Filesys-Virtual-1.22.tar.gz) = 51a4b4029af0f88a111fecd1e4f1bfe1 XSHA256 (File-Find-Rule-Filesys-Virtual-1.22.tar.gz) = ec19ad08fb450d844e42344de24af3fe59d4c0c98e2d3aabccd0153181cd2b13 XSIZE (File-Find-Rule-Filesys-Virtual-1.22.tar.gz) = 3699 END-of-p5-File-Find-Rule-Filesys-Virtual/distinfo exit --- p5-File-Find-Rule-Filesys-Virtual-1.22.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: