diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-31 21:50:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-31 21:50:00 +0800 |
commit | 7ceb9dbbfa726a0b0fec1ffa0953be4b5805e9f8 (patch) | |
tree | 5194ea67ff5763a07bec1e826b7ae91fe398810c | |
parent | 3144b3c5899d817b66afe757b38af7356e040de4 (diff) | |
download | freebsd-ports-gnome-7ceb9dbbfa726a0b0fec1ffa0953be4b5805e9f8.tar.gz freebsd-ports-gnome-7ceb9dbbfa726a0b0fec1ffa0953be4b5805e9f8.tar.zst freebsd-ports-gnome-7ceb9dbbfa726a0b0fec1ffa0953be4b5805e9f8.zip |
Lchown allows calls from Perl5 to lchown(2) enable changes to the ownership of a
symbolic link itself instead of to the file the link points to.
WWW: http://search.cpan.org/dist/Lchown/
PR: ports/123214
Submitted by: Jeffrey Goldberg <jeffrey at goldmark.org>
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/p5-Lchown/Makefile | 22 | ||||
-rw-r--r-- | sysutils/p5-Lchown/distinfo | 3 | ||||
-rw-r--r-- | sysutils/p5-Lchown/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/p5-Lchown/pkg-plist | 5 |
5 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 921b3ce8c3fb..74e657ac57b5 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -489,6 +489,7 @@ SUBDIR += p5-Fuse-Simple SUBDIR += p5-LJ-Cache SUBDIR += p5-LJ-TextMessage + SUBDIR += p5-Lchown SUBDIR += p5-MogileFS-Client SUBDIR += p5-MogileFS-Utils SUBDIR += p5-Probe-Perl diff --git a/sysutils/p5-Lchown/Makefile b/sysutils/p5-Lchown/Makefile new file mode 100644 index 000000000000..132cd23b1cd0 --- /dev/null +++ b/sysutils/p5-Lchown/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Lchown +# Date created: 2008-04-28 +# Whom: Jeffrey Goldberg <jeffrey@goldmark.org> +# +# $FreeBSD$ +# + +PORTNAME= Lchown +PORTVERSION= 1.00 +CATEGORIES= sysutils perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/N/NC/NCLEATON +PKGNAMEPREFIX= p5- + +MAINTAINER= jeffrey@goldmark.org +COMMENT= A perl5 module providing access to lchown(2) + +PERL_CONFIGURE= YES + +MAN3= Lchown.3 + +.include <bsd.port.mk> diff --git a/sysutils/p5-Lchown/distinfo b/sysutils/p5-Lchown/distinfo new file mode 100644 index 000000000000..a3cd06d5019a --- /dev/null +++ b/sysutils/p5-Lchown/distinfo @@ -0,0 +1,3 @@ +MD5 (Lchown-1.00.tar.gz) = efd5e403bcd9db6d13c6a26194a6ac8f +SHA256 (Lchown-1.00.tar.gz) = f082a3662fa1989547f2a37b8e8a8506e832bb4e54276248e524c3a501ba6d78 +SIZE (Lchown-1.00.tar.gz) = 3466 diff --git a/sysutils/p5-Lchown/pkg-descr b/sysutils/p5-Lchown/pkg-descr new file mode 100644 index 000000000000..ecdf09987b78 --- /dev/null +++ b/sysutils/p5-Lchown/pkg-descr @@ -0,0 +1,4 @@ +Lchown allows calls from Perl5 to lchown(2) enable changes to the ownership of a +symbolic link itself instead of to the file the link points to. + +WWW: http://search.cpan.org/dist/Lchown/ diff --git a/sysutils/p5-Lchown/pkg-plist b/sysutils/p5-Lchown/pkg-plist new file mode 100644 index 000000000000..5c8829d196ff --- /dev/null +++ b/sysutils/p5-Lchown/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Lchown.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lchown/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lchown/Lchown.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lchown/Lchown.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lchown |