initial import of nstx

DESR:
NSTX (the Nameserver Transfer Protocol) makes it possible to create IP
tunnels using DNS queries and replies for IP packet encapsulation where IP
traffic other than DNS isn't possible.
This commit is contained in:
pancake ;) 2005-11-14 23:22:00 +00:00 committed by Thomas Klausner
parent a337093953
commit 2442b55981
4 changed files with 32 additions and 0 deletions

3
nstx/DESCR Normal file
View file

@ -0,0 +1,3 @@
NSTX (the Nameserver Transfer Protocol) makes it possible to create IP
tunnels using DNS queries and replies for IP packet encapsulation where IP
traffic other than DNS isn't possible.

19
nstx/Makefile Normal file
View file

@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1.1.1 2005/11/14 23:22:00 poppnk Exp $
#
DISTNAME= nstx-1.1-beta6
CATEGORIES= wip net
MASTER_SITES= http://nstx.dereference.de/nstx/
EXTRACT_SUFX= .tgz
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://nstx.dereference.de/nstx/
COMMENT= Nameserver Transfer Protocol
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nstxcd ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/nstxd ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nstx
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nstx/
.include "../../mk/bsd.pkg.mk"

5
nstx/PLIST Normal file
View file

@ -0,0 +1,5 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/14 23:22:00 poppnk Exp $
bin/nstxd
bin/nstxcd
share/doc/nstx/README
@dirrm share/doc/nstx

5
nstx/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2005/11/14 23:22:00 poppnk Exp $
SHA1 (nstx-1.1-beta6.tgz) = 82d339f499c6e625708371f5f729b7f7bf38a6a0
RMD160 (nstx-1.1-beta6.tgz) = 1392d7f96c9668cc40b65fa30cbaf8cf1b64feb2
Size (nstx-1.1-beta6.tgz) = 20458 bytes