diff options
author | will <will@FreeBSD.org> | 2002-06-23 07:28:18 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-06-23 07:28:18 +0000 |
commit | 81b8fc886ff67cd67dc77d787971dc22c49fd75b (patch) | |
tree | 8d930d484ca6f3961ea2862a402261f0c16ecbb9 /net/aslookup | |
parent | 181d968144b4b36bf9dfdc5a86f7bdc5b5d440ed (diff) | |
download | FreeBSD-ports-81b8fc886ff67cd67dc77d787971dc22c49fd75b.zip FreeBSD-ports-81b8fc886ff67cd67dc77d787971dc22c49fd75b.tar.gz |
Add aslookup 0.12, a tool that searches the sequence of AS numbers.
PR: 38715
Submitted by: janos.mohacsi@bsd.hu
Diffstat (limited to 'net/aslookup')
-rw-r--r-- | net/aslookup/Makefile | 25 | ||||
-rw-r--r-- | net/aslookup/distinfo | 1 | ||||
-rw-r--r-- | net/aslookup/files/patch-Makefile | 19 | ||||
-rw-r--r-- | net/aslookup/pkg-comment | 1 | ||||
-rw-r--r-- | net/aslookup/pkg-descr | 11 | ||||
-rw-r--r-- | net/aslookup/pkg-plist | 4 |
6 files changed, 61 insertions, 0 deletions
diff --git a/net/aslookup/Makefile b/net/aslookup/Makefile new file mode 100644 index 0000000..0effb39 --- /dev/null +++ b/net/aslookup/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: aslookup +# Date created: 12.04.2002 +# Whom: janos.mohacsi@bsd.hu +# +# $FreeBSD$ +# + +PORTNAME= aslookup +PORTVERSION= 0.12 +CATEGORIES= net +MASTER_SITES= http://www.kk.iij4u.or.jp/~kuniaki/aslookup/ +DISTNAME= aslookup-alpha${PORTVERSION} + +MAINTAINER= janos.mohacsi@bsd.hu + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/aslookup ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @if [ ! -d ${PREFIX}/share/doc/aslookup ]; then \ + ${MKDIR} ${PREFIX}/share/doc/aslookup; fi + ${INSTALL_DATA} ${WRKSRC}/readme-eng.txt ${WRKSRC}/readme-jp.txt \ + ${PREFIX}/share/doc/aslookup +.endif + +.include <bsd.port.mk> diff --git a/net/aslookup/distinfo b/net/aslookup/distinfo new file mode 100644 index 0000000..ff0abb6 --- /dev/null +++ b/net/aslookup/distinfo @@ -0,0 +1 @@ +MD5 (aslookup-alpha0.12.tar.gz) = 0e52b29f5841094a53e0cc6e50ffe098 diff --git a/net/aslookup/files/patch-Makefile b/net/aslookup/files/patch-Makefile new file mode 100644 index 0000000..ead86a4 --- /dev/null +++ b/net/aslookup/files/patch-Makefile @@ -0,0 +1,19 @@ +*** Makefile.orig Wed May 29 23:12:11 2002 +--- Makefile Wed May 29 23:12:38 2002 +*************** +*** 34,40 **** + # CFLAGS = -DJPIXDB -DJPNICDB -DAPNICDB + # CFLAGS = -DRALOCAL -DJPNICDB -DAPNICDB + # CFLAGS = -DJPNICDB -DAPNICDB -DLOG -DSOLARIS +! CFLAGS = -DARINDB -DJPNICDB -DAPNICDB -DLOG -DDEBUG + INCDIR = -I./ + + # This line is for solaris. +--- 34,40 ---- + # CFLAGS = -DJPIXDB -DJPNICDB -DAPNICDB + # CFLAGS = -DRALOCAL -DJPNICDB -DAPNICDB + # CFLAGS = -DJPNICDB -DAPNICDB -DLOG -DSOLARIS +! CFLAGS = -DARINDB -DJPNICDB -DAPNICDB + INCDIR = -I./ + + # This line is for solaris. diff --git a/net/aslookup/pkg-comment b/net/aslookup/pkg-comment new file mode 100644 index 0000000..abb8ecf --- /dev/null +++ b/net/aslookup/pkg-comment @@ -0,0 +1 @@ +Tool that searches the sequence of AS numbers diff --git a/net/aslookup/pkg-descr b/net/aslookup/pkg-descr new file mode 100644 index 0000000..067b55f --- /dev/null +++ b/net/aslookup/pkg-descr @@ -0,0 +1,11 @@ +ASLOOKUP is the tool which searches the sequence of AS number specified +with the parameter from IRR and indicates the first line of Description +of AS Object. + +Advantages: +You can search many AS Numbers at one time. +You can use result of "show ip bgp" command with CISCO router. +You can search to ARIN, JPNIC and APNIC whois dabase. +You can srarch AS Number from IP Addresses. + +WWW: http://www.kk.iij4u.or.jp/~kuniaki/aslookup/index-e.html diff --git a/net/aslookup/pkg-plist b/net/aslookup/pkg-plist new file mode 100644 index 0000000..a66e438 --- /dev/null +++ b/net/aslookup/pkg-plist @@ -0,0 +1,4 @@ +bin/aslookup +%%PORTDOCS%%share/doc/aslookup/readme-eng.txt +%%PORTDOCS%%share/doc/aslookup/readme-jp.txt +%%PORTDOCS%%@dirrm share/doc/aslookup |