pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/nstx Import nstx from pkgsrc-wip. Packaged by pan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/867b931542db
branches:  trunk
changeset: 503208:867b931542db
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Nov 16 02:04:39 2005 +0000

description:
Import nstx from pkgsrc-wip.  Packaged by pancake.

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.

diffstat:

 net/nstx/DESCR            |   3 +++
 net/nstx/Makefile         |  19 +++++++++++++++++++
 net/nstx/PLIST            |   5 +++++
 net/nstx/distinfo         |   6 ++++++
 net/nstx/patches/patch-aa |  10 ++++++++++
 5 files changed, 43 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r 186dc401ec85 -r 867b931542db net/nstx/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/nstx/DESCR    Wed Nov 16 02:04:39 2005 +0000
@@ -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.
diff -r 186dc401ec85 -r 867b931542db net/nstx/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/nstx/Makefile Wed Nov 16 02:04:39 2005 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/16 02:04:39 minskim Exp $
+#
+
+DISTNAME=              nstx-1.1-beta6
+CATEGORIES=            net
+MASTER_SITES=          http://nstx.dereference.de/nstx/
+EXTRACT_SUFX=          .tgz
+
+MAINTAINER=            pancake%phreaker.net@localhost
+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"
diff -r 186dc401ec85 -r 867b931542db net/nstx/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/nstx/PLIST    Wed Nov 16 02:04:39 2005 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/16 02:04:39 minskim Exp $
+bin/nstxd
+bin/nstxcd
+share/doc/nstx/README
+@dirrm share/doc/nstx
diff -r 186dc401ec85 -r 867b931542db net/nstx/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/nstx/distinfo Wed Nov 16 02:04:39 2005 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/11/16 02:04:39 minskim Exp $
+
+SHA1 (nstx-1.1-beta6.tgz) = 82d339f499c6e625708371f5f729b7f7bf38a6a0
+RMD160 (nstx-1.1-beta6.tgz) = 1392d7f96c9668cc40b65fa30cbaf8cf1b64feb2
+Size (nstx-1.1-beta6.tgz) = 20458 bytes
+SHA1 (patch-aa) = 89d95177ab802da016d42de15bf118941e9843b0
diff -r 186dc401ec85 -r 867b931542db net/nstx/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/nstx/patches/patch-aa Wed Nov 16 02:04:39 2005 +0000
@@ -0,0 +1,10 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/11/16 02:04:39 minskim Exp $
+
+--- Makefile.orig      2004-06-27 14:46:38.000000000 -0700
++++ Makefile
+@@ -1,5 +1,3 @@
+-CFLAGS += -ggdb -Wall -Werror
+-
+ NSTXD_SRCS = nstxd.c nstx_encode.c nstx_pstack.c nstx_dns.c nstx_tuntap.c nstx_queue.c
+ NSTXD_OBJS = ${NSTXD_SRCS:.c=.o}
+ 



Home | Main Index | Thread Index | Old Index