add p5-Net-Gnats 0.05
Perl interface to GNU Gnats daemon
This commit is contained in:
parent
ad58a4d46d
commit
fb90daf5c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108513
5 changed files with 48 additions and 0 deletions
|
@ -423,6 +423,7 @@
|
|||
SUBDIR += p5-Net-Dict
|
||||
SUBDIR += p5-Net-Divert
|
||||
SUBDIR += p5-Net-Finger
|
||||
SUBDIR += p5-Net-Gnats
|
||||
SUBDIR += p5-Net-Google
|
||||
SUBDIR += p5-Net-Gopher
|
||||
SUBDIR += p5-Net-ICQ2000
|
||||
|
|
27
net/p5-Net-Gnats/Makefile
Normal file
27
net/p5-Net-Gnats/Makefile
Normal file
|
@ -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 <bsd.port.mk>
|
2
net/p5-Net-Gnats/distinfo
Normal file
2
net/p5-Net-Gnats/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (Net-Gnats-0.05.tar.gz) = fdf9ab3a0ec3f1ed7a5af90e4e066283
|
||||
SIZE (Net-Gnats-0.05.tar.gz) = 9666
|
6
net/p5-Net-Gnats/pkg-descr
Normal file
6
net/p5-Net-Gnats/pkg-descr
Normal file
|
@ -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/
|
12
net/p5-Net-Gnats/pkg-plist
Normal file
12
net/p5-Net-Gnats/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue