aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-10-02 11:16:29 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-10-02 11:16:29 +0000
commit7989932dd5f3efbd97e7d948f868d6c44ad7912a (patch)
treea018d6be459f4e4da3bfff895de7a670bd981f3e /astro
parent56d141d8da05dfca6083a00e1af49d7d6f302cb0 (diff)
downloadports-7989932dd5f3efbd97e7d948f868d6c44ad7912a.tar.gz
ports-7989932dd5f3efbd97e7d948f868d6c44ad7912a.zip
Add p5-SETI-Stats 1.06,
perl module for local/remote access to SETI@home stats. PR: 30646 Submitted by: Eric A. Griff <eric@talesfromthereal.com>
Notes
Notes: svn path=/head/; revision=48337
Diffstat (limited to 'astro')
-rw-r--r--astro/Makefile1
-rw-r--r--astro/p5-SETI-Stats/Makefile28
-rw-r--r--astro/p5-SETI-Stats/distinfo1
-rw-r--r--astro/p5-SETI-Stats/pkg-comment1
-rw-r--r--astro/p5-SETI-Stats/pkg-descr15
-rw-r--r--astro/p5-SETI-Stats/pkg-plist7
6 files changed, 53 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile
index 10816bcb6645..bd946ad0ecb5 100644
--- a/astro/Makefile
+++ b/astro/Makefile
@@ -18,6 +18,7 @@
SUBDIR += p5-Astro-Sunrise
SUBDIR += p5-GPS
SUBDIR += p5-Geo-METAR
+ SUBDIR += p5-SETI-Stats
SUBDIR += pyweather
SUBDIR += rmap
SUBDIR += saoimage
diff --git a/astro/p5-SETI-Stats/Makefile b/astro/p5-SETI-Stats/Makefile
new file mode 100644
index 000000000000..912d1d7bc7cb
--- /dev/null
+++ b/astro/p5-SETI-Stats/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: p5-SETI-Stats
+# Date created: 18 September 2001
+# Whom: Eric A. Griff <eric@talesfromthereal.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= SETI-Stats
+PORTVERSION= 1.06
+CATEGORIES= astro perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ../../authors/id/M/MH/MHAMILTON
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= eric@talesfromthereal.com
+
+PERL_CONFIGURE= yes
+MAN3= SETI::Stats.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/SETI-Stats
+ ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/SETI-Stats
+ ${INSTALL_MAN} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/SETI-Stats
+.endif
+
+.include <bsd.port.mk>
diff --git a/astro/p5-SETI-Stats/distinfo b/astro/p5-SETI-Stats/distinfo
new file mode 100644
index 000000000000..52ad2aa48a1d
--- /dev/null
+++ b/astro/p5-SETI-Stats/distinfo
@@ -0,0 +1 @@
+MD5 (SETI-Stats-1.06.tar.gz) = 500c66ad621a67459eeaa990360652e4
diff --git a/astro/p5-SETI-Stats/pkg-comment b/astro/p5-SETI-Stats/pkg-comment
new file mode 100644
index 000000000000..f09f1df5839a
--- /dev/null
+++ b/astro/p5-SETI-Stats/pkg-comment
@@ -0,0 +1 @@
+Perl module for local/remote access to SETI@home stats
diff --git a/astro/p5-SETI-Stats/pkg-descr b/astro/p5-SETI-Stats/pkg-descr
new file mode 100644
index 000000000000..e921975de04c
--- /dev/null
+++ b/astro/p5-SETI-Stats/pkg-descr
@@ -0,0 +1,15 @@
+This Perl class provides an object oriented API which lets you gather
+SETI@home stats from one or more machines and gives you a programmatic
+way of getting access to them. It can cope with multiple SETI@home
+clients which share a directory hierarchy accessible to the machine it
+is run on, clients which each have their own private filespace (using
+rsh, ssh or equivalent) and even works for boxes running Windows NT.
+
+SETI::Stats borrows from Jan Rocho's perlseti.pl, but differs in
+several ways - this is a module devoted to stats gathering rather than
+a general purpose control program, it can be used to monitor remote
+machines without even requiring Perl to be installed on them, and
+it provides a generic framework for access to (both local and remote)
+SETI@home client stats. It could also be extended to cover stats
+gathering from the SETI@home WWW server, though this may be better done
+in a separate module to avoid code bloat.
diff --git a/astro/p5-SETI-Stats/pkg-plist b/astro/p5-SETI-Stats/pkg-plist
new file mode 100644
index 000000000000..4615d7be5a4c
--- /dev/null
+++ b/astro/p5-SETI-Stats/pkg-plist
@@ -0,0 +1,7 @@
+lib/perl5/site_perl/%%PERL_VER%%/SETI/Stats.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SETI-Stats/.packlist
+%%PORTDOCS%%share/doc/SETI-Stats/README
+%%PORTDOCS%%share/doc/SETI-Stats/ChangeLog
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/SETI-Stats
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/SETI
+%%PORTDOCS%%@dirrm share/doc/SETI-Stats