perl-Net-DNS/
This commit is contained in:
@@ -0,0 +1,25 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Licensed under the GNU General Public License, version 3.
|
||||||
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import perlmodules
|
||||||
|
|
||||||
|
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
perlmodules.configure()
|
||||||
|
|
||||||
|
def build():
|
||||||
|
perlmodules.make()
|
||||||
|
|
||||||
|
def check():
|
||||||
|
perlmodules.make("test")
|
||||||
|
|
||||||
|
def install():
|
||||||
|
perlmodules.install()
|
||||||
|
|
||||||
|
pisitools.dodoc("Changes", "README")
|
||||||
@@ -0,0 +1,92 @@
|
|||||||
|
## 40_perl-path_examples.dpatch by <fh@debian.org>
|
||||||
|
@DPATCH@
|
||||||
|
diff -urNad libnet-dns-perl~/contrib/check_zone libnet-dns-perl/contrib/check_zone
|
||||||
|
--- libnet-dns-perl~/contrib/check_zone 2007-07-01 17:25:20.000000000 +0200
|
||||||
|
+++ libnet-dns-perl/contrib/check_zone 2007-07-01 17:55:04.436946249 +0200
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/local/bin/perl -w
|
||||||
|
+#!/usr/bin/perl -w
|
||||||
|
# $Id: check_zone 638 2007-05-15 18:59:26Z olaf $
|
||||||
|
|
||||||
|
=head1 NAME
|
||||||
|
diff -urNad libnet-dns-perl~/contrib/loc2earth.fcgi libnet-dns-perl/contrib/loc2earth.fcgi
|
||||||
|
--- libnet-dns-perl~/contrib/loc2earth.fcgi 2007-07-01 17:25:20.000000000 +0200
|
||||||
|
+++ libnet-dns-perl/contrib/loc2earth.fcgi 2007-07-01 17:25:41.733892017 +0200
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/local/bin/perl -T
|
||||||
|
+#!/usr/bin/perl -T
|
||||||
|
|
||||||
|
# loc2earth.cgi - generates a redirect to Earth Viewer based on LOC record
|
||||||
|
# [ see <URL: http://www.kei.com/homepages/ckd/dns-loc/ > or RFC 1876 ]
|
||||||
|
diff -urNad libnet-dns-perl~/demo/axfr libnet-dns-perl/demo/axfr
|
||||||
|
--- libnet-dns-perl~/demo/axfr 2007-07-01 17:25:20.000000000 +0200
|
||||||
|
+++ libnet-dns-perl/demo/axfr 2007-07-01 17:25:41.733892017 +0200
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/local/bin/perl -w
|
||||||
|
+#!/usr/bin/perl -w
|
||||||
|
# $Id: axfr 264 2005-04-06 09:16:15Z olaf $
|
||||||
|
|
||||||
|
use strict;
|
||||||
|
diff -urNad libnet-dns-perl~/demo/check_soa libnet-dns-perl/demo/check_soa
|
||||||
|
--- libnet-dns-perl~/demo/check_soa 2007-07-01 17:25:20.000000000 +0200
|
||||||
|
+++ libnet-dns-perl/demo/check_soa 2007-07-01 17:25:41.733892017 +0200
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/local/bin/perl -w
|
||||||
|
+#!/usr/bin/perl -w
|
||||||
|
# $Id: check_soa 264 2005-04-06 09:16:15Z olaf $
|
||||||
|
|
||||||
|
=head1 NAME
|
||||||
|
diff -urNad libnet-dns-perl~/demo/check_zone libnet-dns-perl/demo/check_zone
|
||||||
|
--- libnet-dns-perl~/demo/check_zone 2007-07-01 17:25:20.000000000 +0200
|
||||||
|
+++ libnet-dns-perl/demo/check_zone 2007-07-01 17:25:41.733892017 +0200
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/local/bin/perl -w
|
||||||
|
+#!/usr/bin/perl -w
|
||||||
|
# $Id: check_zone 264 2005-04-06 09:16:15Z olaf $
|
||||||
|
|
||||||
|
=head1 NAME
|
||||||
|
diff -urNad libnet-dns-perl~/demo/example_recurse.pl libnet-dns-perl/demo/example_recurse.pl
|
||||||
|
--- libnet-dns-perl~/demo/example_recurse.pl 2007-07-01 17:25:20.000000000 +0200
|
||||||
|
+++ libnet-dns-perl/demo/example_recurse.pl 2007-07-01 17:25:41.733892017 +0200
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/local/bin/perl -w
|
||||||
|
+#!/usr/bin/perl -w
|
||||||
|
|
||||||
|
# Example usage for Net::DNS::Resolver::Recurse
|
||||||
|
# Performs recursion for a query.
|
||||||
|
diff -urNad libnet-dns-perl~/demo/mresolv libnet-dns-perl/demo/mresolv
|
||||||
|
--- libnet-dns-perl~/demo/mresolv 2007-07-01 17:25:20.000000000 +0200
|
||||||
|
+++ libnet-dns-perl/demo/mresolv 2007-07-01 17:25:41.733892017 +0200
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/local/bin/perl -w
|
||||||
|
+#!/usr/bin/perl -w
|
||||||
|
# $Id: mresolv 264 2005-04-06 09:16:15Z olaf $
|
||||||
|
|
||||||
|
=head1 NAME
|
||||||
|
diff -urNad libnet-dns-perl~/demo/mx libnet-dns-perl/demo/mx
|
||||||
|
--- libnet-dns-perl~/demo/mx 2007-07-01 17:25:20.000000000 +0200
|
||||||
|
+++ libnet-dns-perl/demo/mx 2007-07-01 17:25:41.733892017 +0200
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/local/bin/perl -w
|
||||||
|
+#!/usr/bin/perl -w
|
||||||
|
# $Id: mx 264 2005-04-06 09:16:15Z olaf $
|
||||||
|
|
||||||
|
=head1 NAME
|
||||||
|
diff -urNad libnet-dns-perl~/demo/perldig libnet-dns-perl/demo/perldig
|
||||||
|
--- libnet-dns-perl~/demo/perldig 2007-07-01 17:25:20.000000000 +0200
|
||||||
|
+++ libnet-dns-perl/demo/perldig 2007-07-01 17:25:41.733892017 +0200
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/local/bin/perl -w
|
||||||
|
+#!/usr/bin/perl -w
|
||||||
|
# $Id: perldig 264 2005-04-06 09:16:15Z olaf $
|
||||||
|
|
||||||
|
=head1 NAME
|
||||||
|
diff -urNad libnet-dns-perl~/demo/trace_dns.pl libnet-dns-perl/demo/trace_dns.pl
|
||||||
|
--- libnet-dns-perl~/demo/trace_dns.pl 2007-07-01 17:25:20.000000000 +0200
|
||||||
|
+++ libnet-dns-perl/demo/trace_dns.pl 2007-07-01 17:25:41.733892017 +0200
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/local/bin/perl
|
||||||
|
+#!/usr/bin/perl
|
||||||
|
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
@@ -0,0 +1,61 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>perl-Net-DNS</Name>
|
||||||
|
<Homepage>https://metacpan.org/release/Net-DNS</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Pisi Linux Admins</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<PartOf>programming.language.perl</PartOf>
|
||||||
|
<License>Artistic</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<Summary>Perl interface to the DNS resolver</Summary>
|
||||||
|
<Description>Net::DNS is a collection of Perl modules that act as a Domain Name System (DNS) resolver. It allows the programmer to perform DNS queries that are beyond the capabilities of gethostbyname and gethostbyaddr.</Description>
|
||||||
|
<Archive sha1sum="4aae51f6d1266e8258a3e6ff28b24df4ff868580" type="targz">https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-1.24.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>perl</Dependency>
|
||||||
|
<!-- Test Dependency -->
|
||||||
|
<Dependency>perl-Test-Pod</Dependency>
|
||||||
|
<Dependency>perl-Digest-HMAC</Dependency>
|
||||||
|
<Dependency>perl-Net-LibIDN2</Dependency>
|
||||||
|
<!--
|
||||||
|
<Dependency>perl-Net-IP</Dependency>
|
||||||
|
<Dependency>perl-Socket6</Dependency>
|
||||||
|
<Dependency>perl-IO-Socket-INET6</Dependency>
|
||||||
|
-->
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>perl-Net-DNS</Name>
|
||||||
|
<Summary>Perl interface to the DNS resolver</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>perl</Dependency>
|
||||||
|
<Dependency>perl-Net-LibIDN2</Dependency>
|
||||||
|
<!--
|
||||||
|
<Dependency>perl-Net-IP</Dependency>
|
||||||
|
<Dependency>perl-Socket6</Dependency>
|
||||||
|
<Dependency>perl-Digest-HMAC</Dependency>
|
||||||
|
<Dependency>perl-IO-Socket-INET6</Dependency>
|
||||||
|
-->
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
|
<Path fileType="data">/usr/share/perl</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2020-06-02</Date>
|
||||||
|
<Version>1.24</Version>
|
||||||
|
<Comment>Minor version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>perl-Net-DNS</Name>
|
||||||
|
<Summary xml:lang="tr">Net::DNS, bir DNS (Domain Name System -Alan Adı Sistemi) çözücüsü olarak işleyen bir Perl modülleri kolleksiyonudur.</Summary>
|
||||||
|
<Description xml:lang="tr">Net::DNS, bir DNS (Domain Name System -Alan Adı Sistemi) çözücüsü olarak işleyen bir Perl modülleri kolleksiyonudur. Programcıya isim ile bağlantı sağlama (gethostbyname) ve adres ile bağlantı sağlamanın (gethostbyaddr) ötesinde olan DNS sorgularının çalışması için izin verir.</Description>
|
||||||
|
<Description xml:lang="es">Net::DNS es una collección de módulos Perl con funciones de un servidor de nombres de dominio (DNS). Permite al programador realizar consultas DNS más allá de las facilidades de gethostbyname y gethostbyaddr.</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user