diff options
author | tobez <tobez@FreeBSD.org> | 2007-04-03 22:26:06 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2007-04-03 22:26:06 +0800 |
commit | 2bbacb17525d407be954075f26bc6a252ec493c7 (patch) | |
tree | 27d8be4dc08991a832712a0142a58fc71e0d39a2 /devel | |
parent | 91cd6599634187f243bea51cf415035a7a8bdbe0 (diff) | |
download | freebsd-ports-gnome-2bbacb17525d407be954075f26bc6a252ec493c7.tar.gz freebsd-ports-gnome-2bbacb17525d407be954075f26bc6a252ec493c7.tar.zst freebsd-ports-gnome-2bbacb17525d407be954075f26bc6a252ec493c7.zip |
Add devel/p5-File-Attributes 0.04, a Perl module that lets you assign
attributes to files.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-File-Attributes/Makefile | 37 | ||||
-rw-r--r-- | devel/p5-File-Attributes/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-File-Attributes/pkg-descr | 4 | ||||
-rw-r--r-- | devel/p5-File-Attributes/pkg-plist | 8 |
5 files changed, 53 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index a9f43c6033c1..3f844fe5470a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1120,6 +1120,7 @@ SUBDIR += p5-ExtUtils-XSBuilder SUBDIR += p5-FSA-Rules SUBDIR += p5-File-Append-TempFile + SUBDIR += p5-File-Attributes SUBDIR += p5-File-BaseDir SUBDIR += p5-File-BasicFlock SUBDIR += p5-File-Binary diff --git a/devel/p5-File-Attributes/Makefile b/devel/p5-File-Attributes/Makefile new file mode 100644 index 000000000000..c3e7c84faf9d --- /dev/null +++ b/devel/p5-File-Attributes/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: devel/p5-File-Attributes +# Date created: 03 April 2007 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= File-Attributes +PORTVERSION= 0.04 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= File +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org +COMMENT= File::Attributes - Manipulate file metadata + +BUILD_DEPENDS= ${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable \ + ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \ + ${SITE_PERL}/Directory/Scratch.pm:${PORTSDIR}/devel/p5-Directory-Scratch \ + ${SITE_PERL}/Best.pm:${PORTSDIR}/devel/p5-Best \ + p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= File::Attributes.3 \ + File::Attributes::Base.3 \ + File::Attributes::Simple.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= fails its tests on this version of perl +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-File-Attributes/distinfo b/devel/p5-File-Attributes/distinfo new file mode 100644 index 000000000000..1c855c1720b4 --- /dev/null +++ b/devel/p5-File-Attributes/distinfo @@ -0,0 +1,3 @@ +MD5 (File-Attributes-0.04.tar.gz) = 84e99bff9231a678c6d6e830ca87a6d7 +SHA256 (File-Attributes-0.04.tar.gz) = 1549e05ea0b7daab97219343186820eb07bcb60fa2f675f23189903895f14611 +SIZE (File-Attributes-0.04.tar.gz) = 30374 diff --git a/devel/p5-File-Attributes/pkg-descr b/devel/p5-File-Attributes/pkg-descr new file mode 100644 index 000000000000..daea2b916157 --- /dev/null +++ b/devel/p5-File-Attributes/pkg-descr @@ -0,0 +1,4 @@ +File::Attributes lets you assign attributes to files (and read them, and +list them, and delete them). + +WWW: http://search.cpan.org/dist/File-Attributes/ diff --git a/devel/p5-File-Attributes/pkg-plist b/devel/p5-File-Attributes/pkg-plist new file mode 100644 index 000000000000..598b18ee990a --- /dev/null +++ b/devel/p5-File-Attributes/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/File/Attributes.pm +%%SITE_PERL%%/File/Attributes/Base.pm +%%SITE_PERL%%/File/Attributes/Simple.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Attributes/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Attributes +@dirrmtry %%SITE_PERL%%/File/Attributes +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File +@dirrmtry %%SITE_PERL%%/File |