From 790310416525ce2a71003b0973459911fae9fc7c Mon Sep 17 00:00:00 2001 From: sturm Date: Mon, 25 Apr 2005 19:31:29 +0000 Subject: [PATCH] Initial import of p5-Lchown 1.00 The Lchown module provides a perl interface to the lchown(2) UNIX system call, on systems that support lchown. The lchown(2) call is used to change the ownership and group of symbolic links. from Alexander Bluhm --- devel/p5-Lchown/Makefile | 23 +++++++++++++++++++++++ devel/p5-Lchown/distinfo | 4 ++++ devel/p5-Lchown/pkg/DESCR | 3 +++ devel/p5-Lchown/pkg/PLIST | 8 ++++++++ 4 files changed, 38 insertions(+) create mode 100644 devel/p5-Lchown/Makefile create mode 100644 devel/p5-Lchown/distinfo create mode 100644 devel/p5-Lchown/pkg/DESCR create mode 100644 devel/p5-Lchown/pkg/PLIST diff --git a/devel/p5-Lchown/Makefile b/devel/p5-Lchown/Makefile new file mode 100644 index 00000000000..a9bf3c73eda --- /dev/null +++ b/devel/p5-Lchown/Makefile @@ -0,0 +1,23 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2005/04/25 19:31:29 sturm Exp $ + +SHARED_ONLY= Yes + +COMMENT= "Perl interface to the lchown(2) system call" + +DISTNAME= Lchown-1.00 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 + +MAINTAINER= Alexander Bluhm + +# GPL or Artistic (same terms as Perl 5.8.0 or later) +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/ + +CONFIGURE_STYLE=perl + +.include diff --git a/devel/p5-Lchown/distinfo b/devel/p5-Lchown/distinfo new file mode 100644 index 00000000000..bc13259f28a --- /dev/null +++ b/devel/p5-Lchown/distinfo @@ -0,0 +1,4 @@ +MD5 (Lchown-1.00.tar.gz) = efd5e403bcd9db6d13c6a26194a6ac8f +RMD160 (Lchown-1.00.tar.gz) = 0a0548928a32ca43ba5ed7418c7191ca25aa29f9 +SHA1 (Lchown-1.00.tar.gz) = 9c19b0f2e8303121ac0b95ce14977546ba118efb +SIZE (Lchown-1.00.tar.gz) = 3466 diff --git a/devel/p5-Lchown/pkg/DESCR b/devel/p5-Lchown/pkg/DESCR new file mode 100644 index 00000000000..76ff4330f83 --- /dev/null +++ b/devel/p5-Lchown/pkg/DESCR @@ -0,0 +1,3 @@ +The Lchown module provides a perl interface to the lchown(2) UNIX system +call, on systems that support lchown. The lchown(2) call is used to +change the ownership and group of symbolic links. diff --git a/devel/p5-Lchown/pkg/PLIST b/devel/p5-Lchown/pkg/PLIST new file mode 100644 index 00000000000..49b812a160c --- /dev/null +++ b/devel/p5-Lchown/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2005/04/25 19:31:29 sturm Exp $ +${P5ARCH}/ +${P5ARCH}/Lchown.pm +${P5ARCH}/auto/ +${P5ARCH}/auto/Lchown/ +${P5ARCH}/auto/Lchown/Lchown.bs +${P5ARCH}/auto/Lchown/Lchown.so +@man man/man3p/Lchown.3p