From c35f42256f0a98d431becf28bff961fb094351d2 Mon Sep 17 00:00:00 2001 From: ijliao Date: Thu, 6 May 2004 04:10:40 +0000 Subject: add p5-Net-Gnats 0.05 Perl interface to GNU Gnats daemon --- net/p5-Net-Gnats/Makefile | 27 +++++++++++++++++++++++++++ net/p5-Net-Gnats/distinfo | 2 ++ net/p5-Net-Gnats/pkg-descr | 6 ++++++ net/p5-Net-Gnats/pkg-plist | 12 ++++++++++++ 4 files changed, 47 insertions(+) create mode 100644 net/p5-Net-Gnats/Makefile create mode 100644 net/p5-Net-Gnats/distinfo create mode 100644 net/p5-Net-Gnats/pkg-descr create mode 100644 net/p5-Net-Gnats/pkg-plist (limited to 'net/p5-Net-Gnats') diff --git a/net/p5-Net-Gnats/Makefile b/net/p5-Net-Gnats/Makefile new file mode 100644 index 0000000..8cc1403 --- /dev/null +++ b/net/p5-Net-Gnats/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# Ports collection makefile for: Net-Gnats +# Date created: May 6, 2004 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= Net-Gnats +PORTVERSION= 0.05 +CATEGORIES= net databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ + ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} +MASTER_SITE_SUBDIR= Net/:cpan \ + gnatsperl/:sf +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:cpan \ + ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:sf +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org +COMMENT= Perl interface to GNU Gnats daemon + +PERL_CONFIGURE= yes + +MAN3= Net::Gnats.3 Net::Gnats::PR.3 + +.include diff --git a/net/p5-Net-Gnats/distinfo b/net/p5-Net-Gnats/distinfo new file mode 100644 index 0000000..5e248bc --- /dev/null +++ b/net/p5-Net-Gnats/distinfo @@ -0,0 +1,2 @@ +MD5 (Net-Gnats-0.05.tar.gz) = fdf9ab3a0ec3f1ed7a5af90e4e066283 +SIZE (Net-Gnats-0.05.tar.gz) = 9666 diff --git a/net/p5-Net-Gnats/pkg-descr b/net/p5-Net-Gnats/pkg-descr new file mode 100644 index 0000000..5231197 --- /dev/null +++ b/net/p5-Net-Gnats/pkg-descr @@ -0,0 +1,6 @@ +Net::Gnats provides a perl interface to the gnatsd command set. Although most +of the gnatsd command are present and can be explicitly called through +Net::Gnats, common gnats tasks can be accompished through some methods which +simplify the process (especially querying the database, editing bugs, etc). + +WWW: http://gnatsperl.sourceforge.net/ diff --git a/net/p5-Net-Gnats/pkg-plist b/net/p5-Net-Gnats/pkg-plist new file mode 100644 index 0000000..3dc9832 --- /dev/null +++ b/net/p5-Net-Gnats/pkg-plist @@ -0,0 +1,12 @@ +%%SITE_PERL%%/Net/Gnats.pm +%%SITE_PERL%%/Net/Gnats/PR.pm +%%SITE_PERL%%/auto/Net/Gnats/autosplit.ix +%%SITE_PERL%%/auto/Net/Gnats/PR/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Gnats/.packlist +@dirrm %%SITE_PERL%%/Net/Gnats +@dirrm %%SITE_PERL%%/auto/Net/Gnats/PR +@dirrm %%SITE_PERL%%/auto/Net/Gnats +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Gnats +@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/auto/Net 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true -- cgit v1.1