From bb16f92ff348735fa44a32737347878c2fd9dad0 Mon Sep 17 00:00:00 2001 From: miwi Date: Sat, 11 Apr 2009 22:34:53 +0000 Subject: p5-Astro-SIMBAD-Client provides an object-oriented interface to SIMBAD4. The new SOAP queries are supported, with the object carrying default output type and output format, as well as server name on the assumption that mirrors will be forthcoming. WWW: http://search.cpan.org/dist/Astro-SIMBAD-Client/ PR: ports/133602 Submitted by: Wen Heping --- astro/Makefile | 1 + astro/p5-Astro-SIMBAD-Client/Makefile | 30 ++++++++++++++++++++++++++++++ astro/p5-Astro-SIMBAD-Client/distinfo | 3 +++ astro/p5-Astro-SIMBAD-Client/pkg-descr | 6 ++++++ astro/p5-Astro-SIMBAD-Client/pkg-plist | 11 +++++++++++ 5 files changed, 51 insertions(+) create mode 100644 astro/p5-Astro-SIMBAD-Client/Makefile create mode 100644 astro/p5-Astro-SIMBAD-Client/distinfo create mode 100644 astro/p5-Astro-SIMBAD-Client/pkg-descr create mode 100644 astro/p5-Astro-SIMBAD-Client/pkg-plist (limited to 'astro') diff --git a/astro/Makefile b/astro/Makefile index a577f5c70224..d36446cbb561 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -46,6 +46,7 @@ SUBDIR += p5-Astro-FITS-Header SUBDIR += p5-Astro-MoonPhase SUBDIR += p5-Astro-SIMBAD + SUBDIR += p5-Astro-SIMBAD-Client SUBDIR += p5-Astro-SpaceTrack SUBDIR += p5-Astro-SunTime SUBDIR += p5-Astro-Sunrise diff --git a/astro/p5-Astro-SIMBAD-Client/Makefile b/astro/p5-Astro-SIMBAD-Client/Makefile new file mode 100644 index 000000000000..7cd3c53f2c83 --- /dev/null +++ b/astro/p5-Astro-SIMBAD-Client/Makefile @@ -0,0 +1,30 @@ +# Ports collection makefile for: Astro-SIMBAD-Client +# Date created: 11 April, 2009 +# Whom: Wen Heping +# +# $FreeBSD$ +# + +PORTNAME= Astro-SIMBAD-Client +PORTVERSION= 0.018 +CATEGORIES= astro perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wenheping@gmail.com +COMMENT= An object-oriented interface to SIMBAD4 + +RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ + p5-HTML-Parser>=3.60:${PORTSDIR}/www/p5-HTML-Parser \ + p5-SOAP-Lite>0:${PORTSDIR}/net/p5-SOAP-Lite \ + p5-Scalar-List-Utils>=1.0.1:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-XML-DoubleEncodedEntities>=1.0:${PORTSDIR}/textproc/p5-XML-DoubleEncodedEntities + +PERL_CONFIGURE= yes +CONFIGURE_ARGS+= -y + +MAN1= simbadc.1 +MAN3= Astro::SIMBAD::Client.3 + +.include diff --git a/astro/p5-Astro-SIMBAD-Client/distinfo b/astro/p5-Astro-SIMBAD-Client/distinfo new file mode 100644 index 000000000000..edb9cb9a7564 --- /dev/null +++ b/astro/p5-Astro-SIMBAD-Client/distinfo @@ -0,0 +1,3 @@ +MD5 (Astro-SIMBAD-Client-0.018.tar.gz) = 7f8395486c3e0e9924664f7df9ccf430 +SHA256 (Astro-SIMBAD-Client-0.018.tar.gz) = 62d86ed6dee5cc7c7e81bbb6aae60a359a312903f462b1aec4e8079c05c3e4fc +SIZE (Astro-SIMBAD-Client-0.018.tar.gz) = 31887 diff --git a/astro/p5-Astro-SIMBAD-Client/pkg-descr b/astro/p5-Astro-SIMBAD-Client/pkg-descr new file mode 100644 index 000000000000..b90bef112a07 --- /dev/null +++ b/astro/p5-Astro-SIMBAD-Client/pkg-descr @@ -0,0 +1,6 @@ +p5-Astro-SIMBAD-Client provides an object-oriented interface to +SIMBAD4. The new SOAP queries are supported, with the object carrying +default output type and output format, as well as server name on the +assumption that mirrors will be forthcoming. + +WWW: http://search.cpan.org/dist/Astro-SIMBAD-Client/ diff --git a/astro/p5-Astro-SIMBAD-Client/pkg-plist b/astro/p5-Astro-SIMBAD-Client/pkg-plist new file mode 100644 index 000000000000..ebbaac245cc2 --- /dev/null +++ b/astro/p5-Astro-SIMBAD-Client/pkg-plist @@ -0,0 +1,11 @@ +bin/simbadc +%%SITE_PERL%%/Astro/SIMBAD/Client.pm +%%SITE_PERL%%/Astro/SIMBAD/Client/WSQueryInterfaceService.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/SIMBAD/Client/.packlist +@dirrm %%SITE_PERL%%/Astro/SIMBAD/Client +@dirrm %%SITE_PERL%%/Astro/SIMBAD +@dirrmtry %%SITE_PERL%%/Astro +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/SIMBAD/Client +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/SIMBAD +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro +@dirrmtry %%SITE_PERL%%/Astro -- cgit