summaryrefslogtreecommitdiff
path: root/net/ether2dns
diff options
context:
space:
mode:
authoris <is@pkgsrc.org>2011-01-26 21:39:09 +0000
committeris <is@pkgsrc.org>2011-01-26 21:39:09 +0000
commitf0d7719ec5430396e86b3338cd054dadb9e1810b (patch)
tree1260693516345b585cc8efaaa510ede84a367507 /net/ether2dns
parent0bdeefd44339c2d25f86461886e68d222f1af139 (diff)
downloadpkgsrc-f0d7719ec5430396e86b3338cd054dadb9e1810b.tar.gz
Simple converter from /etc/ethers to AAAA or PTR records assuming IPv6
autoconfigured hosts.
Diffstat (limited to 'net/ether2dns')
-rw-r--r--net/ether2dns/DESCR0
-rw-r--r--net/ether2dns/Makefile34
-rw-r--r--net/ether2dns/PLIST3
-rw-r--r--net/ether2dns/distinfo5
4 files changed, 42 insertions, 0 deletions
diff --git a/net/ether2dns/DESCR b/net/ether2dns/DESCR
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/net/ether2dns/DESCR
diff --git a/net/ether2dns/Makefile b/net/ether2dns/Makefile
new file mode 100644
index 00000000000..730e58c0d7f
--- /dev/null
+++ b/net/ether2dns/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/01/26 21:39:09 is Exp $
+#
+
+DISTNAME= ether2dns-1.5
+CATEGORIES= net
+MASTER_SITES= http://theory.cs.uni-bonn.de/~ignatios/
+EXTRACT_SUFX= .shar
+
+MAINTAINER= is@netbsd.org
+HOMEPAGE= http://theory.cs.uni-bonn.de/~ignatios/
+COMMENT= Converter from /etc/ethers to IPv6 DNS records
+
+WRKSRC= ${WRKDIR}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_TOOLS+= lex
+USE_LANGUAGES= c
+
+MAKE_FILE= Makefile.notbsd
+MAKE_FLAGS+= CC=${CC:Q}
+MAKE_FLAGS+= LEX=${LEX:Q}
+
+BUILD_TARGET= ether2dns
+TEST_TARGET= test
+
+do-install:
+ ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/sbin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/ether2dns ${DESTDIR}${PREFIX}/sbin/
+ ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/ether2dns/
+ ${INSTALL_DATA} ${WRKSRC}/README \
+ ${DESTDIR}${PREFIX}/share/doc/ether2dns/
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/ether2dns/PLIST b/net/ether2dns/PLIST
new file mode 100644
index 00000000000..91b55273693
--- /dev/null
+++ b/net/ether2dns/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/01/26 21:39:09 is Exp $
+sbin/ether2dns
+share/doc/ether2dns/README
diff --git a/net/ether2dns/distinfo b/net/ether2dns/distinfo
new file mode 100644
index 00000000000..f67550b748d
--- /dev/null
+++ b/net/ether2dns/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/01/26 21:39:09 is Exp $
+
+SHA1 (ether2dns-1.5.shar) = b5776be6dfb78cc3ea1bdbf4155656aeee88d0ee
+RMD160 (ether2dns-1.5.shar) = 854d7d7ceadb488eff9e20f1030127fedb6f3ce0
+Size (ether2dns-1.5.shar) = 8788 bytes