diff options
author | Will Andrews <will@FreeBSD.org> | 2002-06-23 07:28:18 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-06-23 07:28:18 +0000 |
commit | ec4853acab69a6415d4013862c3a6fca01a801f3 (patch) | |
tree | 6f17a68124c8958eafedf22010c372d8732b604d /net/aslookup | |
parent | e68237025d9ce614e875d929697da0f11d6c8c1e (diff) | |
download | ports-ec4853acab69a6415d4013862c3a6fca01a801f3.tar.gz ports-ec4853acab69a6415d4013862c3a6fca01a801f3.zip |
Notes
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 000000000000..0effb39714a8 --- /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 000000000000..ff0abb664f0e --- /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 000000000000..ead86a4d30fd --- /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 000000000000..abb8ecfa98ed --- /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 000000000000..067b55f81242 --- /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 000000000000..a66e438a0240 --- /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 |