diff options
author | krion <krion@FreeBSD.org> | 2004-08-21 20:32:31 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-21 20:32:31 +0800 |
commit | 6d3ba7698c5dabb40de9d925cbdf02b50bb99e85 (patch) | |
tree | 9b8004c885a6c5426f2d716d8e4c769b853b982e /sysutils/p5-Sys-Utmp | |
parent | 6a7ad95022ad48686bfa7b509c7267bf7ef308c8 (diff) | |
download | freebsd-ports-gnome-6d3ba7698c5dabb40de9d925cbdf02b50bb99e85.tar.gz freebsd-ports-gnome-6d3ba7698c5dabb40de9d925cbdf02b50bb99e85.tar.zst freebsd-ports-gnome-6d3ba7698c5dabb40de9d925cbdf02b50bb99e85.zip |
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>
Diffstat (limited to 'sysutils/p5-Sys-Utmp')
-rw-r--r-- | sysutils/p5-Sys-Utmp/Makefile | 22 | ||||
-rw-r--r-- | sysutils/p5-Sys-Utmp/distinfo | 2 | ||||
-rw-r--r-- | sysutils/p5-Sys-Utmp/pkg-descr | 10 | ||||
-rw-r--r-- | sysutils/p5-Sys-Utmp/pkg-plist | 7 |
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 |