pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-Net-DNSServer Initial import of p5-Net-DNSServe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/328790f0abdb
branches: trunk
changeset: 472371:328790f0abdb
user: grant <grant%pkgsrc.org@localhost>
date: Fri Apr 09 12:35:19 2004 +0000
description:
Initial import of p5-Net-DNSServer 0.11 into the NetBSD packages collection.
Net::DNSServer is a secure and extensible name server module for Perl.
diffstat:
net/p5-Net-DNSServer/DESCR | 1 +
net/p5-Net-DNSServer/Makefile | 22 ++++++++++++++++++++++
net/p5-Net-DNSServer/PLIST | 1 +
net/p5-Net-DNSServer/distinfo | 4 ++++
4 files changed, 28 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r 3cabaf6f80ac -r 328790f0abdb net/p5-Net-DNSServer/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-DNSServer/DESCR Fri Apr 09 12:35:19 2004 +0000
@@ -0,0 +1,1 @@
+Net::DNSServer is a secure and extensible name server module for Perl.
diff -r 3cabaf6f80ac -r 328790f0abdb net/p5-Net-DNSServer/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-DNSServer/Makefile Fri Apr 09 12:35:19 2004 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/09 12:35:19 grant Exp $
+#
+
+DISTNAME= Net-DNSServer-0.11
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
+
+MAINTAINER= tech-pkg%NetBSD.org@localhost
+COMMENT= Perl5 module to be used as a domain name server
+
+DEPENDS+= p5-IPC-SharedCache-[0-9]*:../../devel/p5-IPC-SharedCache
+DEPENDS+= p5-Net-Bind-[0-9]*:../../net/p5-Net-Bind
+DEPENDS+= p5-Net-Server-[0-9]*:../../net/p5-Net-Server
+
+USE_BUILDLINK2= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/DNSServer/.packlist
+
+.include "../../databases/p5-DBI/buildlink2.mk"
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3cabaf6f80ac -r 328790f0abdb net/p5-Net-DNSServer/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-DNSServer/PLIST Fri Apr 09 12:35:19 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/09 12:35:19 grant Exp $
diff -r 3cabaf6f80ac -r 328790f0abdb net/p5-Net-DNSServer/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-DNSServer/distinfo Fri Apr 09 12:35:19 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/09 12:35:19 grant Exp $
+
+SHA1 (Net-DNSServer-0.11.tar.gz) = 8c9313e85f994de3b26b62d28b1b8a96e3bad6b3
+Size (Net-DNSServer-0.11.tar.gz) = 25566 bytes
Home |
Main Index |
Thread Index |
Old Index