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 <alexander_bluhm at genua.de>
This commit is contained in:
parent
1509ced22b
commit
7903104165
23
devel/p5-Lchown/Makefile
Normal file
23
devel/p5-Lchown/Makefile
Normal file
@ -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 <alexander_bluhm@genua.de>
|
||||
|
||||
# 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 <bsd.port.mk>
|
4
devel/p5-Lchown/distinfo
Normal file
4
devel/p5-Lchown/distinfo
Normal file
@ -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
|
3
devel/p5-Lchown/pkg/DESCR
Normal file
3
devel/p5-Lchown/pkg/DESCR
Normal file
@ -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.
|
8
devel/p5-Lchown/pkg/PLIST
Normal file
8
devel/p5-Lchown/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user