From b2fb797cb1d4950bf8627e74d36d246cc49fe7b0 Mon Sep 17 00:00:00 2001 From: "Timur I. Bakeyev" Date: Thu, 21 Jun 2007 12:36:16 +0000 Subject: Add a new port devel/p5-File-ExtAttr File::ExtAttr is a Perl module providing access to the extended attributes of the files. Approved by: shaun (mentor) --- devel/p5-File-ExtAttr/Makefile | 32 ++++++++++++++++++++++++++++++++ devel/p5-File-ExtAttr/distinfo | 3 +++ devel/p5-File-ExtAttr/pkg-descr | 10 ++++++++++ devel/p5-File-ExtAttr/pkg-plist | 10 ++++++++++ 4 files changed, 55 insertions(+) create mode 100644 devel/p5-File-ExtAttr/Makefile create mode 100644 devel/p5-File-ExtAttr/distinfo create mode 100644 devel/p5-File-ExtAttr/pkg-descr create mode 100644 devel/p5-File-ExtAttr/pkg-plist (limited to 'devel/p5-File-ExtAttr') diff --git a/devel/p5-File-ExtAttr/Makefile b/devel/p5-File-ExtAttr/Makefile new file mode 100644 index 000000000000..4193762a76fa --- /dev/null +++ b/devel/p5-File-ExtAttr/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: devel/p5-File-ExtAttr +# Date created: 01 June 2007 +# Whom: Timur Bakeyev +# +# $FreeBSD$ +# + +PORTNAME= File-ExtAttr +PORTVERSION= 1.04 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= File +PKGNAMEPREFIX= p5- + +MAINTAINER= timur@FreeBSD.org +COMMENT= Access to extended attributes of the files + +PERL_CONFIGURE= yes + +MAN3= File::ExtAttr.3 File::ExtAttr::Tie.3 + +.include + +.if ${PERL_LEVEL} < 500800 +IGNORE= needs Perl 5.8 or later +.endif + +.if ${OSVERSION} < 500018 +IGNORE= extended attributes require FreeBSD 5.x at least after 20010326 +.endif + +.include diff --git a/devel/p5-File-ExtAttr/distinfo b/devel/p5-File-ExtAttr/distinfo new file mode 100644 index 000000000000..95b5b2910bc8 --- /dev/null +++ b/devel/p5-File-ExtAttr/distinfo @@ -0,0 +1,3 @@ +MD5 (File-ExtAttr-1.04.tar.gz) = adb6253529493f3c568e8fa8c781650e +SHA256 (File-ExtAttr-1.04.tar.gz) = 5645b932bb00e8216aa9bf5d2bcd5103e634da12b7062c53ef28a9cd4e42d0ae +SIZE (File-ExtAttr-1.04.tar.gz) = 31493 diff --git a/devel/p5-File-ExtAttr/pkg-descr b/devel/p5-File-ExtAttr/pkg-descr new file mode 100644 index 000000000000..b7e452631578 --- /dev/null +++ b/devel/p5-File-ExtAttr/pkg-descr @@ -0,0 +1,10 @@ +File::ExtAttr is a Perl module providing access to the extended +attributes of the files. + +Extended attributes are metadata associated with a file. Examples are +access control lists (ACLs) and other security parameters. But users can +add their own key=value pairs. + +Extended attributes are supported by FreeBSD starting from version 5. + +WWW: http://search.cpan.org/dist/File-ExtAttr/ diff --git a/devel/p5-File-ExtAttr/pkg-plist b/devel/p5-File-ExtAttr/pkg-plist new file mode 100644 index 000000000000..55b82de42cae --- /dev/null +++ b/devel/p5-File-ExtAttr/pkg-plist @@ -0,0 +1,10 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/File/ExtAttr.pm +%%SITE_PERL%%/%%PERL_ARCH%%/File/ExtAttr/Tie.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ExtAttr/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ExtAttr/ExtAttr.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ExtAttr/ExtAttr.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ExtAttr/autosplit.ix +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/ExtAttr +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/File/ExtAttr +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/File -- cgit v1.2.3