diff options
author | culot <culot@FreeBSD.org> | 2010-11-12 04:04:54 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2010-11-12 04:04:54 +0800 |
commit | 4bcf8750fac876e30ae2ce5230b4bbcf380ec48b (patch) | |
tree | 7d4b3d6f81a3b30d10b0112be3d03dcf064a2471 /sysutils/p5-File-Signature | |
parent | 52149b865abe04e6b2e8fc62e50c0d3299290e6c (diff) | |
download | freebsd-ports-gnome-4bcf8750fac876e30ae2ce5230b4bbcf380ec48b.tar.gz freebsd-ports-gnome-4bcf8750fac876e30ae2ce5230b4bbcf380ec48b.tar.zst freebsd-ports-gnome-4bcf8750fac876e30ae2ce5230b4bbcf380ec48b.zip |
This perl library uses perl5 objects to assist in determining whether a
file's contents or attributes have changed. It maintains several pieces
of information about the file: a digest (currently only MD5 is
supported), its inode number, its mode, the uid of its owner, the gid of
its group owner, and its last modification time.
WWW: http://search.cpan.org/dist/File-Signature/
Approved by: sahil@ (mentor)
Diffstat (limited to 'sysutils/p5-File-Signature')
-rw-r--r-- | sysutils/p5-File-Signature/Makefile | 21 | ||||
-rw-r--r-- | sysutils/p5-File-Signature/distinfo | 2 | ||||
-rw-r--r-- | sysutils/p5-File-Signature/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/p5-File-Signature/pkg-plist | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/p5-File-Signature/Makefile b/sysutils/p5-File-Signature/Makefile new file mode 100644 index 000000000000..335477cdb7b5 --- /dev/null +++ b/sysutils/p5-File-Signature/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-File-Signature +# Date created: 2010-11-11 +# Whom: Frederic Culot <culot@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= File-Signature +PORTVERSION= 1.009 +CATEGORIES= sysutils perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= culot@FreeBSD.org +COMMENT= Detect changes to a file's content or attributes + +PERL_CONFIGURE= yes + +MAN3= File::Signature.3 + +.include <bsd.port.mk> diff --git a/sysutils/p5-File-Signature/distinfo b/sysutils/p5-File-Signature/distinfo new file mode 100644 index 000000000000..eae72bb31cc0 --- /dev/null +++ b/sysutils/p5-File-Signature/distinfo @@ -0,0 +1,2 @@ +SHA256 (File-Signature-1.009.tar.gz) = 0adf8c7b52f7a0fb4e2ba8075090de201075915a255106fef4a7673ae9f415bb +SIZE (File-Signature-1.009.tar.gz) = 8436 diff --git a/sysutils/p5-File-Signature/pkg-descr b/sysutils/p5-File-Signature/pkg-descr new file mode 100644 index 000000000000..6fad1ef516e0 --- /dev/null +++ b/sysutils/p5-File-Signature/pkg-descr @@ -0,0 +1,7 @@ +This perl library uses perl5 objects to assist in determining whether a +file's contents or attributes have changed. It maintains several pieces +of information about the file: a digest (currently only MD5 is +supported), its inode number, its mode, the uid of its owner, the gid of +its group owner, and its last modification time. + +WWW: http://search.cpan.org/dist/File-Signature/ diff --git a/sysutils/p5-File-Signature/pkg-plist b/sysutils/p5-File-Signature/pkg-plist new file mode 100644 index 000000000000..3351e9149f90 --- /dev/null +++ b/sysutils/p5-File-Signature/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/File/Signature.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Signature/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Signature +@dirrmtry %%SITE_PERL%%/File +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File |