summaryrefslogtreecommitdiff
path: root/sysutils/p5-Sys-Utmp
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-08-21 12:32:31 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-08-21 12:32:31 +0000
commit36c6fd4f36f47f4c221269dc58caf70dcf53b02e (patch)
treec036e8e63b3769332ffe868c7212b14f94458cfe /sysutils/p5-Sys-Utmp
parentFix grammatical and whitespace errors in squid.conf.default. (diff)
Add p5-Sys-Utmp 1.5, perl5 module which provides Object(ish) Interface
to UTMP files. PR: ports/70766 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
Notes
Notes: svn path=/head/; revision=116927
Diffstat (limited to 'sysutils/p5-Sys-Utmp')
-rw-r--r--sysutils/p5-Sys-Utmp/Makefile22
-rw-r--r--sysutils/p5-Sys-Utmp/distinfo2
-rw-r--r--sysutils/p5-Sys-Utmp/pkg-descr10
-rw-r--r--sysutils/p5-Sys-Utmp/pkg-plist7
4 files changed, 41 insertions, 0 deletions
diff --git a/sysutils/p5-Sys-Utmp/Makefile b/sysutils/p5-Sys-Utmp/Makefile
new file mode 100644
index 000000000000..9039eca58647
--- /dev/null
+++ b/sysutils/p5-Sys-Utmp/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Sys-Utmp
+# Date created: Fri Aug 20 13:33:55 MSD 2004
+# Whom: Alexander Zhuravlev <zaa@zaa.pp.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Sys-Utmp
+PORTVERSION= 1.5
+CATEGORIES= sysutils perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Sys
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= zaa@ulstu.ru
+COMMENT= Perl5 module which provides Object(ish) Interface to UTMP files
+
+PERL_CONFIGURE= yes
+
+MAN3= Sys::Utmp.3
+
+.include <bsd.port.mk>
diff --git a/sysutils/p5-Sys-Utmp/distinfo b/sysutils/p5-Sys-Utmp/distinfo
new file mode 100644
index 000000000000..e635f8d4cef5
--- /dev/null
+++ b/sysutils/p5-Sys-Utmp/distinfo
@@ -0,0 +1,2 @@
+MD5 (Sys-Utmp-1.5.tar.gz) = 82ba5a8b398b9c990eadfe1d439917c8
+SIZE (Sys-Utmp-1.5.tar.gz) = 7282
diff --git a/sysutils/p5-Sys-Utmp/pkg-descr b/sysutils/p5-Sys-Utmp/pkg-descr
new file mode 100644
index 000000000000..8a5166397996
--- /dev/null
+++ b/sysutils/p5-Sys-Utmp/pkg-descr
@@ -0,0 +1,10 @@
+Sys::Utmp provides a vaguely object oriented interface to the Unix
+user accounting file ( usually /etc/utmp ). Whilst it would prefer
+to use the getutent() function from the systems C libraries it will
+attempt to provide its own if they are missing.
+
+WWW: http://search.cpan.org/dist/Sys-Utmp/
+
+--
+Alexander Zhuravlev
+zaa@zaa.pp.ru
diff --git a/sysutils/p5-Sys-Utmp/pkg-plist b/sysutils/p5-Sys-Utmp/pkg-plist
new file mode 100644
index 000000000000..ef61108e3208
--- /dev/null
+++ b/sysutils/p5-Sys-Utmp/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/Sys/Utmp.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Utmp/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Utmp/Utmp.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Utmp/Utmp.bs
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Utmp
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Sys 2>/dev/null || true