import p5-File-Attributes

File::Attributes is a wrapper around modules in the File::Attributes
hierarchy.  If you use this module directly (instead of one of the
aforementioned decendants), then your attribute manipulations will Just
Work, regardless of the underlying filesystem.
This commit is contained in:
simon 2008-09-09 21:14:05 +00:00
parent 0fcf970c47
commit f0b2dee933
4 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/09 21:14:05 simon Exp $
COMMENT = manipulate file metadata
MODULES = cpan
DISTNAME = File-Attributes-0.04
CATEGORIES = devel
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = ::devel/p5-Best \
::devel/p5-Module-Pluggable \
::devel/p5-YAML
# p5-Directory-Scratch should be REGRESS_DEPENDS but Module::Install screws up
BUILD_DEPENDS = ${RUN_DEPENDS} \
::devel/p5-Directory-Scratch \
::devel/p5-YAML-Syck
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (File-Attributes-0.04.tar.gz) = hOmb/5IxpnjG1ugwyoem1w==
RMD160 (File-Attributes-0.04.tar.gz) = /IvJMDZpUYT6t4mZipOAbl/oNDg=
SHA1 (File-Attributes-0.04.tar.gz) = WsQ1yXbPvRZji4sqYw0mHk0zcLQ=
SHA256 (File-Attributes-0.04.tar.gz) = FUngXqC32quXIZNDGGgg6we8tg+i9nXyMYmQOJXxRhE=
SIZE (File-Attributes-0.04.tar.gz) = 30374

View File

@ -0,0 +1,4 @@
File::Attributes is a wrapper around modules in the File::Attributes
hierarchy. If you use this module directly (instead of one of the
aforementioned decendants), then your attribute manipulations will Just
Work, regardless of the underlying filesystem.

View File

@ -0,0 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/09/09 21:14:05 simon Exp $
${P5SITE}/File/
${P5SITE}/File/Attributes/
${P5SITE}/File/Attributes.pm
${P5SITE}/File/Attributes/Base.pm
${P5SITE}/File/Attributes/Simple.pm
@man man/man3p/File::Attributes.3p
@man man/man3p/File::Attributes::Base.3p
@man man/man3p/File::Attributes::Simple.3p