diff options
author | mharo <mharo@FreeBSD.org> | 2004-03-25 06:04:51 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2004-03-25 06:04:51 +0000 |
commit | 953ca54f385488888eebca764f0c1ec73a65d3d6 (patch) | |
tree | 17c52b17bff2c1040aada39316f8c7211c22f877 /sysutils/p5-Sys-Hostname-Long | |
parent | e7731171d8a51bc51e2acea37ae75677c9ba255a (diff) | |
download | FreeBSD-ports-953ca54f385488888eebca764f0c1ec73a65d3d6.zip FreeBSD-ports-953ca54f385488888eebca764f0c1ec73a65d3d6.tar.gz |
Add p5-Sys-Hostname-Long 1.0, try every conceivable way to get full
hostname.
PR: ports/63840
Submitted by: Tim Bishop <tim@bishnet.net>
Diffstat (limited to 'sysutils/p5-Sys-Hostname-Long')
-rw-r--r-- | sysutils/p5-Sys-Hostname-Long/Makefile | 22 | ||||
-rw-r--r-- | sysutils/p5-Sys-Hostname-Long/distinfo | 2 | ||||
-rw-r--r-- | sysutils/p5-Sys-Hostname-Long/pkg-descr | 8 | ||||
-rw-r--r-- | sysutils/p5-Sys-Hostname-Long/pkg-plist | 2 |
4 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/p5-Sys-Hostname-Long/Makefile b/sysutils/p5-Sys-Hostname-Long/Makefile new file mode 100644 index 0000000..b04f1fd --- /dev/null +++ b/sysutils/p5-Sys-Hostname-Long/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Sys-Hostname-Long +# Date created: March 6th, 2004 +# Whom: Tim Bishop <tim@bishnet.net> +# +# $FreeBSD$ +# + +PORTNAME= Sys-Hostname-Long +PORTVERSION= 1.0 +CATEGORIES= sysutils perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Sys +PKGNAMEPREFIX= p5- + +MAINTAINER= tim@bishnet.net +COMMENT= Try every conceivable way to get full hostname + +PERL_CONFIGURE= yes + +MAN3= Sys::Hostname::Long.3 + +.include <bsd.port.mk> diff --git a/sysutils/p5-Sys-Hostname-Long/distinfo b/sysutils/p5-Sys-Hostname-Long/distinfo new file mode 100644 index 0000000..9a787c2 --- /dev/null +++ b/sysutils/p5-Sys-Hostname-Long/distinfo @@ -0,0 +1,2 @@ +MD5 (Sys-Hostname-Long-1.0.tar.gz) = 7d045eb6992aee27df12be696252a94e +SIZE (Sys-Hostname-Long-1.0.tar.gz) = 2286 diff --git a/sysutils/p5-Sys-Hostname-Long/pkg-descr b/sysutils/p5-Sys-Hostname-Long/pkg-descr new file mode 100644 index 0000000..35b09e7 --- /dev/null +++ b/sysutils/p5-Sys-Hostname-Long/pkg-descr @@ -0,0 +1,8 @@ +How to get the host full name in perl on multiple operating systems +(mac, windows, unix* etc) + +Attempt via many methods to get the systems full name. The Sys::Hostname +class is the best and standard way to get the system hostname. +However it is missing the long hostname. + +WWW: http://search.cpan.org/dist/Sys-Hostname-Long/ diff --git a/sysutils/p5-Sys-Hostname-Long/pkg-plist b/sysutils/p5-Sys-Hostname-Long/pkg-plist new file mode 100644 index 0000000..8d7f15c --- /dev/null +++ b/sysutils/p5-Sys-Hostname-Long/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Sys/Hostname/Long.pm +@dirrm %%SITE_PERL%%/Sys/Hostname |