pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/p5-Lchown Provides a perl interface to the lc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6857c2ea003d
branches:  trunk
changeset: 481718:6857c2ea003d
user:      kim <kim%pkgsrc.org@localhost>
date:      Mon Oct 11 09:41:31 2004 +0000

description:
Provides a perl interface to the lchown() system call, on platforms that
support it.

diffstat:

 sysutils/p5-Lchown/DESCR    |   2 ++
 sysutils/p5-Lchown/Makefile |  17 +++++++++++++++++
 sysutils/p5-Lchown/PLIST    |   1 +
 sysutils/p5-Lchown/distinfo |   4 ++++
 4 files changed, 24 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 08da7c963d79 -r 6857c2ea003d sysutils/p5-Lchown/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Lchown/DESCR  Mon Oct 11 09:41:31 2004 +0000
@@ -0,0 +1,2 @@
+Provides a perl interface to the lchown() system call, on platforms that
+support it.
diff -r 08da7c963d79 -r 6857c2ea003d sysutils/p5-Lchown/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Lchown/Makefile       Mon Oct 11 09:41:31 2004 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/11 09:41:31 kim Exp $
+
+DISTNAME=      Lchown-0.07
+PKGNAME=       p5-${DISTNAME}
+SVR4_PKGNAME=  p5lc
+CATEGORIES=    sysutils perl5
+MASTER_SITES=  http://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/
+#MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+COMMENT=       Perl5 module interface to the lchown() system call
+
+USE_BUILDLINK3=                YES
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Lchown/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 08da7c963d79 -r 6857c2ea003d sysutils/p5-Lchown/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Lchown/PLIST  Mon Oct 11 09:41:31 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/11 09:41:31 kim Exp $
diff -r 08da7c963d79 -r 6857c2ea003d sysutils/p5-Lchown/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Lchown/distinfo       Mon Oct 11 09:41:31 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/10/11 09:41:31 kim Exp $
+
+SHA1 (Lchown-0.07.tar.gz) = 523e7a814bb19b5704eb89fd563e65399939c66a
+Size (Lchown-0.07.tar.gz) = 3112 bytes



Home | Main Index | Thread Index | Old Index