From 59edc6e89f25d226cdf23e83b7408fb398f4d9fa Mon Sep 17 00:00:00 2001 From: sunpoet Date: Mon, 10 Oct 2011 00:14:29 +0000 Subject: - Add p5-Sys-Info-Base 0.7802 Sys::Info::Base is the base class for Sys::Info. WWW: http://search.cpan.org/dist/Sys-Info-Base/ --- devel/Makefile | 1 + devel/p5-Sys-Info-Base/Makefile | 33 +++++++++++++++++++++++++++++++++ devel/p5-Sys-Info-Base/distinfo | 2 ++ devel/p5-Sys-Info-Base/pkg-descr | 3 +++ devel/p5-Sys-Info-Base/pkg-plist | 13 +++++++++++++ 5 files changed, 52 insertions(+) create mode 100644 devel/p5-Sys-Info-Base/Makefile create mode 100644 devel/p5-Sys-Info-Base/distinfo create mode 100644 devel/p5-Sys-Info-Base/pkg-descr create mode 100644 devel/p5-Sys-Info-Base/pkg-plist (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index 1711902fc0c1..617a490e5cbe 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2329,6 +2329,7 @@ SUBDIR += p5-Sub-Uplevel SUBDIR += p5-Sub-WrapPackages SUBDIR += p5-Sys-Cpu + SUBDIR += p5-Sys-Info-Base SUBDIR += p5-Sys-MemInfo SUBDIR += p5-Sys-Mmap SUBDIR += p5-Sys-RunAlone diff --git a/devel/p5-Sys-Info-Base/Makefile b/devel/p5-Sys-Info-Base/Makefile new file mode 100644 index 000000000000..73c578894da2 --- /dev/null +++ b/devel/p5-Sys-Info-Base/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-Sys-Info-Base +# Date created: 2011-10-09 +# Whom: Sunpoet Po-Chuan Hsieh +# +# $FreeBSD$ +# + +PORTNAME= Sys-Info-Base +PORTVERSION= 0.78.02 +CATEGORIES= devel sysutils perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Base class for Sys::Info + +TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage + +PERL_CONFIGURE= yes + +MAN3= Sys::Info::Base.3 \ + Sys::Info::Constants.3 \ + Sys::Info::Device.3 \ + Sys::Info::Device::CPU.3 \ + Sys::Info::Driver.3 \ + Sys::Info::OS.3 + +regression-test test: build + cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} test + +.include diff --git a/devel/p5-Sys-Info-Base/distinfo b/devel/p5-Sys-Info-Base/distinfo new file mode 100644 index 000000000000..fc50dd21e184 --- /dev/null +++ b/devel/p5-Sys-Info-Base/distinfo @@ -0,0 +1,2 @@ +SHA256 (Sys-Info-Base-0.7802.tar.gz) = 8bfa2821ba62d88fed7bdd3ff19f5f7f749e0835983168d4205d26bae051c52d +SIZE (Sys-Info-Base-0.7802.tar.gz) = 28544 diff --git a/devel/p5-Sys-Info-Base/pkg-descr b/devel/p5-Sys-Info-Base/pkg-descr new file mode 100644 index 000000000000..6e2d39761871 --- /dev/null +++ b/devel/p5-Sys-Info-Base/pkg-descr @@ -0,0 +1,3 @@ +Sys::Info::Base is the base class for Sys::Info. + +WWW: http://search.cpan.org/dist/Sys-Info-Base/ diff --git a/devel/p5-Sys-Info-Base/pkg-plist b/devel/p5-Sys-Info-Base/pkg-plist new file mode 100644 index 000000000000..149b228a430c --- /dev/null +++ b/devel/p5-Sys-Info-Base/pkg-plist @@ -0,0 +1,13 @@ +%%SITE_PERL%%/Sys/Info/Base.pm +%%SITE_PERL%%/Sys/Info/Constants.pm +%%SITE_PERL%%/Sys/Info/Device.pm +%%SITE_PERL%%/Sys/Info/Device/CPU.pm +%%SITE_PERL%%/Sys/Info/Driver.pm +%%SITE_PERL%%/Sys/Info/OS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Info/Base/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Info/Base +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Info +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys +@dirrm %%SITE_PERL%%/Sys/Info/Device +@dirrmtry %%SITE_PERL%%/Sys/Info +@dirrmtry %%SITE_PERL%%/Sys -- cgit