Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21970

Added Files:
        bind9.info bind9.patch dnstop.info dnstop.patch edict.info 
Log Message:
GCC: 4.0 version


--- NEW FILE: bind9.info ---
Package: bind9
Version: 9.2.1
Revision: 1023
Depends: pth, db4-shlibs, daemonic
BuildDepends: db4 (>= 4.0.14-1026), libxml2, gdbm
Source: ftp://ftp.isc.org/isc/%n/%v/bind-%v.tar.gz
PatchScript: <<
  mkdir etc
  touch etc/db.127
  touch etc/db.0
  touch etc/db.255
  touch etc/db.local
  touch etc/db.root
  touch etc/named.conf
  sed 's|@FINKPREFIX@|%p|g' <%a/%n.patch | patch -p1
<<
ConfigureParams: --enable-libbind --mandir=%i/share/man --infodir=%p/share/info 
--libexecdir=%p/lib --sysconfdir=%p/etc/bind --localstatedir=%p/var
GCC: 4.0
InstallScript: <<
  make install prefix=%i
  mkdir -p %i/var/cache/bind
  mkdir -p %i/etc/bind
  cp etc/* %i/etc/bind
  mv %i/bind/include %i/include/bind
  rm -rf %i/bind
<<
DocFiles: CHANGES COPYRIGHT FAQ README
ConfFiles: <<
  %p/etc/bind/named.conf
  %p/etc/bind/db.127
  %p/etc/bind/db.0
  %p/etc/bind/db.255
  %p/etc/bind/db.local
  %p/etc/bind/db.root
<<
DaemonicName: bind9
DaemonicFile: <<
<service>
<description>Bind9 DNS Server</description>
<message>Bind9 DNS Server</message>

<daemon name="bind9">
<executable background="yes">%p/sbin/named</executable>
<!-- the daemon will background itself, but may take a while
     to start up to the point where it does so -->
<configfile>%p/etc/bind/named.conf</configfile>
<parameters>-c %p/etc/bind/named.conf</parameters>
<pidfile>%p/var/run/named.pid</pidfile>
</daemon>

</service>
<<
Description: Berkeley Internet Name Domain
DescDetail: <<
The Berkeley Internet Name Domain (BIND) implements an Internet name server
for Unix operating systems. The BIND consists of a server (or `daemon')
called `named' and a resolver library. A name server is a network service
that enables clients to name resources or objects and share this information
with other objects in the network.
<<
License: Public Domain
Maintainer: Matthew Flanagan <[EMAIL PROTECTED]>
Homepage: http://www.isc.org/products/BIND/
Source-MD5: 692cff6f44e006ce6984b2c286949dd1


--- NEW FILE: dnstop.info ---
Package: dnstop
Version: 20050405
Revision: 1022
Maintainer: Max Horn <[EMAIL PROTECTED]>
BuildDepends: libncurses5 (>= 5.4-20041023-1006), libpcap
Depends: libpcap-shlibs, ncurses (>= 5.4-20041023-1006), libncurses5-shlibs (>= 
5.4-20041023-1006)
GCC: 4.0
Source:  http://dnstop.measurement-factory.com/src/%n-%v.tar.gz
Source-MD5: 408514bc835e8c69fe8e791ab79d3699
Patch: %n.patch
CompileScript: make
InstallScript: <<
  mkdir -p %i/bin
  install -m 755 dnstop %i/bin
  mkdir -p %i/share/man/man8
  install -m 644 dnstop.8 %i/share/man/man8
<<
DocFiles: CHANGES LICENSE
Description: Displays various tables of DNS traffic on your network 
Homepage: http://dnstop.measurement-factory.com/
License: BSD

--- NEW FILE: bind9.patch ---
diff -ru bind-9.2.1/etc/db.0 bind-9.2.1-patched/etc/db.0
--- bind-9.2.1/etc/db.0 Sat Jan 26 04:13:34 2002
+++ bind-9.2.1-patched/etc/db.0 Sat Jan 26 04:04:33 2002
@@ -0,0 +1,12 @@
+;
+; BIND reverse data file for broadcast zone
+;
+$TTL   604800
+@      IN      SOA     localhost. root.localhost. (
+                             1         ; Serial
+                        604800         ; Refresh
+                         86400         ; Retry
+                       2419200         ; Expire
+                        604800 )       ; Negative Cache TTL
+;
+@      IN      NS      localhost.
diff -ru bind-9.2.1/etc/db.127 bind-9.2.1-patched/etc/db.127
--- bind-9.2.1/etc/db.127       Sat Jan 26 04:13:37 2002
+++ bind-9.2.1-patched/etc/db.127       Sat Jan 26 04:04:33 2002
@@ -0,0 +1,13 @@
+;
+; BIND reverse data file for local loopback interface
+;
+$TTL   604800
+@      IN      SOA     localhost. root.localhost. (
+                             1         ; Serial
+                        604800         ; Refresh
+                         86400         ; Retry
+                       2419200         ; Expire
+                        604800 )       ; Negative Cache TTL
+;
+@      IN      NS      localhost.
+1.0.0  IN      PTR     localhost.
diff -ru bind-9.2.1/etc/db.255 bind-9.2.1-patched/etc/db.255
--- bind-9.2.1/etc/db.255       Sat Jan 26 04:13:39 2002
+++ bind-9.2.1-patched/etc/db.255       Sat Jan 26 04:04:33 2002
@@ -0,0 +1,12 @@
+;
+; BIND reverse data file for broadcast zone
+;
+$TTL   604800
+@      IN      SOA     localhost. root.localhost. (
+                             1         ; Serial
+                        604800         ; Refresh
+                         86400         ; Retry
+                       2419200         ; Expire
+                        604800 )       ; Negative Cache TTL
+;
+@      IN      NS      localhost.
diff -ru bind-9.2.1/etc/db.local bind-9.2.1-patched/etc/db.local
--- bind-9.2.1/etc/db.local     Sat Jan 26 04:13:42 2002
+++ bind-9.2.1-patched/etc/db.local     Sat Jan 26 04:04:33 2002
@@ -0,0 +1,13 @@
+;
+; BIND data file for local loopback interface
+;
+$TTL   604800
+@      IN      SOA     localhost. root.localhost. (
+                             1         ; Serial
+                        604800         ; Refresh
+                         86400         ; Retry
+                       2419200         ; Expire
+                        604800 )       ; Negative Cache TTL
+;
+@      IN      NS      localhost.
+@      IN      A       127.0.0.1
diff -ru bind-9.2.1/etc/db.root bind-9.2.1-patched/etc/db.root
--- bind-9.2.1/etc/db.root      Sat Jan 26 04:13:45 2002
+++ bind-9.2.1-patched/etc/db.root      Sat Jan 26 04:04:33 2002
@@ -0,0 +1,83 @@
+;       This file holds the information on root name servers needed to
+;       initialize cache of Internet domain name servers
+;       (e.g. reference this file in the "cache  .  <file>"
+;       configuration file of BIND domain name servers).
+;
+;       This file is made available by InterNIC registration services
+;       under anonymous FTP as
+;           file                /domain/named.root
+;           on server           FTP.RS.INTERNIC.NET
+;       -OR- under Gopher at    RS.INTERNIC.NET
+;           under menu          InterNIC Registration Services (NSI)
+;              submenu          InterNIC Registration Archives
+;           file                named.root
+;
+;       last update:    Aug 22, 1997
+;       related version of root zone:   1997082200
+;
+;
+; formerly NS.INTERNIC.NET
+;
+.                        3600000  IN  NS    A.ROOT-SERVERS.NET.
+A.ROOT-SERVERS.NET.      3600000      A     198.41.0.4
+;
+; formerly NS1.ISI.EDU
+;
+.                        3600000      NS    B.ROOT-SERVERS.NET.
+B.ROOT-SERVERS.NET.      3600000      A     128.9.0.107
+;
+; formerly C.PSI.NET
+;
+.                        3600000      NS    C.ROOT-SERVERS.NET.
+C.ROOT-SERVERS.NET.      3600000      A     192.33.4.12
+;
+; formerly TERP.UMD.EDU
+;
+.                        3600000      NS    D.ROOT-SERVERS.NET.
+D.ROOT-SERVERS.NET.      3600000      A     128.8.10.90
+;
+; formerly NS.NASA.GOV
+;
+.                        3600000      NS    E.ROOT-SERVERS.NET.
+E.ROOT-SERVERS.NET.      3600000      A     192.203.230.10
+;
+; formerly NS.ISC.ORG
+;
+.                        3600000      NS    F.ROOT-SERVERS.NET.
+F.ROOT-SERVERS.NET.      3600000      A     192.5.5.241
+;
+; formerly NS.NIC.DDN.MIL
+;
+.                        3600000      NS    G.ROOT-SERVERS.NET.
+G.ROOT-SERVERS.NET.      3600000      A     192.112.36.4
+;
+; formerly AOS.ARL.ARMY.MIL
+;
+.                        3600000      NS    H.ROOT-SERVERS.NET.
+H.ROOT-SERVERS.NET.      3600000      A     128.63.2.53
+;
+; formerly NIC.NORDU.NET
+;
+.                        3600000      NS    I.ROOT-SERVERS.NET.
+I.ROOT-SERVERS.NET.      3600000      A     192.36.148.17
+;
+; temporarily housed at NSI (InterNIC)
+;
+.                        3600000      NS    J.ROOT-SERVERS.NET.
+J.ROOT-SERVERS.NET.      3600000      A     198.41.0.10
+;
+; housed in LINX, operated by RIPE NCC
+;
+.                        3600000      NS    K.ROOT-SERVERS.NET.
+K.ROOT-SERVERS.NET.      3600000      A     193.0.14.129 
+;
+; temporarily housed at ISI (IANA)
+;
+.                        3600000      NS    L.ROOT-SERVERS.NET.
+L.ROOT-SERVERS.NET.      3600000      A     198.32.64.12
+;
+; housed in Japan, operated by WIDE
+;
+.                        3600000      NS    M.ROOT-SERVERS.NET.
+M.ROOT-SERVERS.NET.      3600000      A     202.12.27.33
+; End of File
diff -ru bind-9.2.1/etc/named.conf bind-9.2.1-patched/etc/named.conf
--- bind-9.2.1/etc/named.conf   Sat Jan 26 04:13:28 2002
+++ bind-9.2.1-patched/etc/named.conf   Sat Jan 26 04:06:40 2002
@@ -0,0 +1,62 @@
+// This is the primary configuration file for the BIND DNS server named.
+//
+// Please read /usr/share/doc/bind9/README.Debian for information on the 
+// structure of BIND configuration files in Debian, *BEFORE* you customize 
+// this configuration file.
+//
+
+options {
+       directory "@FINKPREFIX@/var/cache/bind";
+
+       // If there is a firewall between you and nameservers you want
+       // to talk to, you might need to uncomment the query-source
+       // directive below.  Previous versions of BIND always asked
+       // questions using port 53, but BIND 8.1 and later use an unprivileged
+       // port by default.
+
+       // query-source address * port 53;
+
+       // If your ISP provided one or more IP addresses for stable 
+       // nameservers, you probably want to use them as forwarders.  
+       // Uncomment the following block, and insert the addresses replacing 
+       // the all-0's placeholder.
+
+       // forwarders {
+       //      0.0.0.0;
+       // };
+
+       auth-nxdomain no;    # conform to RFC1035
+
+};
+
+// prime the server with knowledge of the root servers
+zone "." {
+       type hint;
+       file "@FINKPREFIX@/etc/bind/db.root";
+};
+
+// be authoritative for the localhost forward and reverse zones, and for
+// broadcast zones as per RFC 1912
+
+zone "localhost" {
+       type master;
+       file "@FINKPREFIX@/etc/bind/db.local";
+};
+
+zone "127.in-addr.arpa" {
+       type master;
+       file "@FINKPREFIX@/etc/bind/db.127";
+};
+
+zone "0.in-addr.arpa" {
+       type master;
+       file "@FINKPREFIX@/etc/bind/db.0";
+};
+
+zone "255.in-addr.arpa" {
+       type master;
+       file "@FINKPREFIX@/etc/bind/db.255";
+};
+
+// add entries for other zones below here
+

--- NEW FILE: dnstop.patch ---
diff -ru dnstop-20050203/Makefile dnstop-20050203-patched/Makefile
--- dnstop-20050203/Makefile    2005-02-03 19:17:46.000000000 +0100
+++ dnstop-20050203-patched/Makefile    2005-02-19 14:35:32.000000000 +0100
@@ -12,7 +12,7 @@
 all: $(PROG)
 
 $(PROG): $(PROG).o
-       $(CC) $(CFLAGS) -o $@ $(PROG).o -lpcap -lcurses $(XTRALIBS)
+       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(PROG).o -lpcap -lncurses
 
 clean:
        rm -f $(PROG) $(PROG).o $(PROG).core $(PROG).c~
diff -ru dnstop-20050203/dnstop.c dnstop-20050203-patched/dnstop.c
--- dnstop-20050203/dnstop.c    2005-01-21 21:51:31.000000000 +0100
+++ dnstop-20050203-patched/dnstop.c    2005-02-19 14:35:32.000000000 +0100
@@ -26,6 +26,9 @@
 #include <arpa/inet.h>
 #include <arpa/nameser.h>
 
+#include <nameser.h>
+#include <nameser8_compat.h>
+
 #include <sys/socket.h>
 #include <net/if_arp.h>
 #include <net/if.h>

--- NEW FILE: edict.info ---
Package: edict
Version: 1.1
Revision: 1001
Description: Command-line interface to online dictionaries
License: GPL
Maintainer: James Gibbs <[EMAIL PROTECTED]>
Source: mirror:sourceforge:edictionary/%n-%v.tar.gz
Source-MD5: a35eeac4d166609be59f3568086c8396
SourceDirectory: %n
GCC: 4.0
CompileScript: echo No compilation necessary.
InstallScript: <<
        #!/bin/sh -e
        echo ------------------------------------------------------
        echo Please view the README file, before using the program.
        echo ------------------------------------------------------
        echo Installing as %p/bin/edict
         mkdir -p %i/bin
        install edict %i/bin/
        ln -s %p/bin/%n %i/bin/ethes
        echo Install successful
        echo Now you can run edict as:
        echo     edict \<word\>
        echo which will show the meaning of \<word\>
        echo You can also run ethes as:
        echo     ethes \<word\>
        echo which will show the synonyms/antonyms for \<word\>
<<
DescUsage: <<
Type 'edict <words>' in a terminal. For thesaurus, type 'ethes <words>'. 
Proxy servers are specified by 'edict -p server:port <words>'. 

NOTE: Please note that edict uses various dictionary web-sites to fetch the
meanings of the words. Please read the "TERMS OF USE" of the dictionary
site before you start using it. Don't use the program if you intend to violate
the "TERMS OF USE". The author of this program will not be held responsible 
for any violations/consequences in any way. The program is provided just to 
facilitate fetching text using HTTP.
<<
DocFiles: COPYING ChangeLog GPL.txt README ReleaseNotes TODO
Homepage: http://edictionary.sourceforge.net
DescDetail: <<
 edict is a dictionary program written in PERL. edict can fetch
 meanings of the words you supply to it as arguments. edict is capable
 of using one of the many user defined dictionaries to fetch the word
 meanings.
<<



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to