View | Details | Raw Unified | Return to bug 246187 | Differences between
and this patch

Collapse All | Expand All

(-)aslookup/Makefile (-8 / +4 lines)
Lines 2-20 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	aslookup
4
PORTNAME=	aslookup
5
PORTVERSION=	0.12
5
PORTVERSION=	0.13d
6
PORTREVISION=	1
7
CATEGORIES=	net
6
CATEGORIES=	net
8
MASTER_SITES=	http://www.bugest.net/software/aslookup/
7
MASTER_SITES=	http://aslookup.bgpview.org/download/ \
9
DISTNAME=	${PORTNAME}-alpha${PORTVERSION}
8
		https://BSDforge.COM/projects/source/net/aslookup/
9
DISTNAME=	${PORTNAME}-beta${PORTVERSION}
10
10
11
MAINTAINER=	jmohacsi@bsd.hu
11
MAINTAINER=	jmohacsi@bsd.hu
12
COMMENT=	Tool that searches the sequence of AS numbers
12
COMMENT=	Tool that searches the sequence of AS numbers
13
13
14
BROKEN=		unfetchable
15
DEPRECATED=	Broken for more than 6 months
16
EXPIRATION_DATE=	2020-05-05
17
18
OPTIONS_DEFINE=	DOCS
14
OPTIONS_DEFINE=	DOCS
19
15
20
post-patch:
16
post-patch:
(-)aslookup/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (aslookup-alpha0.12.tar.gz) = b5bbbf48dad6f2133078b060dae59afc12ee82ff326088458c5953f2a476c3d6
1
TIMESTAMP = 1590080923
2
SIZE (aslookup-alpha0.12.tar.gz) = 12979
2
SHA256 (aslookup-beta0.13d.tar.gz) = bed372c27329cc87e2438c19015695ca16586e4083ae73f54fd92471fc506a35
3
SIZE (aslookup-beta0.13d.tar.gz) = 12986
(-)aslookup/files/patch-Makefile (-10 / +13 lines)
Lines 1-11 Link Here
1
--- ./Makefile.orig	Wed Apr  5 05:36:20 2000
1
--- Makefile.orig	2009-09-20 04:00:57.000000000 -0700
2
+++ ./Makefile	Wed Nov  9 22:52:32 2005
2
+++ Makefile	2020-05-21 10:32:57.999914000 -0700
3
@@ -34,7 +34,7 @@
3
@@ -2,9 +2,9 @@
4
 # CFLAGS  = -DJPIXDB -DJPNICDB -DAPNICDB
4
 # Makefile,v 1.7 2005/12/07 02:57:18 kuniaki Exp
5
 # CFLAGS  = -DRALOCAL -DJPNICDB -DAPNICDB 
6
 # CFLAGS  = -DJPNICDB -DAPNICDB -DLOG -DSOLARIS
7
-CFLAGS  = -DARINDB -DJPNICDB -DAPNICDB -DLOG -DDEBUG
8
+CFLAGS  = -DARINDB -DJPNICDB -DAPNICDB 
9
 INCDIR	= -I./
10
 
5
 
11
 # This line is for solaris.
6
 PROGS		= aslookup
7
-VERSION		= beta0.13c
8
+VERSION		= beta0.13d
9
 DISTNAME	= $(PROGS)-$(VERSION)
10
-CVSTAG		= b013c
11
+CVSTAG		= b013d
12
 CVS_COMMAND	= cvs
13
 INSTALLCMD	= /usr/bin/install
14
 
(-)aslookup/files/patch-aslookup.c (-54 / +15 lines)
Lines 1-56 Link Here
1
--- ./aslookup.c.orig	Wed Apr  5 05:35:56 2000
1
--- aslookup.c.orig	2009-09-20 04:00:21.000000000 -0700
2
+++ ./aslookup.c	Wed Nov  9 22:53:13 2005
2
+++ aslookup.c	2020-05-21 10:27:59.504942000 -0700
3
@@ -249,7 +249,7 @@
3
@@ -48,12 +48,12 @@
4
 			break;
4
 #include <time.h>
5
 		case 'C':
5
 #include <stdlib.h>
6
 #ifdef DEBUG
7
-			printf("Compleate\n");
8
+			printf("Complete\n");
9
 #endif
10
 			stop = 1;
11
 			break;
12
@@ -936,7 +936,7 @@
13
 
6
 
14
 		if (strncmp(&line[3], "       ", 7) == 0) {
7
-#define VERSION	"ASLookup Beta Version 0.13"
15
 #ifdef DEBUG
8
+#define VERSION	"ASLookup Beta Version 0.13d"
16
-			printf("Old Data Concatinate\n");
9
 #define COPYRIGHT "Copyright (C) 1998 - 2000 K.Kondo, Internet Initiative Japan Inc.\r\nCopyright (c) 2005 K.Kondo, Bugest-Network"
17
+			printf("Old Data Concatenate\n");
10
 #define REVISION "aslookup.c,v 1.7 2005/12/07 02:56:35 kuniaki Exp"
18
 #endif
19
 			bzero(buf,40);
20
 			strncpy(buf, pathcache.data, 3);
21
@@ -952,7 +952,7 @@
22
 			printf("%s:\n",pathcache.data);
23
 			searchas(pathcache.pathstr);
24
 		} else {
25
-			printf("%s: Dplicated AS Path\n",pathcache.data);
26
+			printf("%s: Duplicated AS Path\n",pathcache.data);
27
 		}
28
 	}
29
 	freecache();
30
@@ -987,7 +987,7 @@
31
 
11
 
32
                 if (strncmp(&line[3], "       ", 7) == 0) {
12
 #ifdef RALOCAL
33
 #ifdef DEBUG
13
-#define RADB	"bvtest.bugest.net"
34
-                        printf("Old Data Concatinate: %s\n",olddata);
14
+#define RADB	"whois.epoch.net"
35
+                        printf("Old Data Concatenate: %s\n",olddata);
15
 #define WHOIS	43
36
 #endif
16
 #endif /* _ifedef RALOCAL */
37
                         if (strlen(olddata) > 0) {
17
 #ifndef RALOCAL
38
                                 bzero(buf,40);
39
@@ -1007,7 +1007,7 @@
40
                         printf("%s:\n",pathcache.data);
41
                         searchas(pathcache.pathstr);
42
                 } else {
43
-                        printf("%s: Dplicated AS Path\n",pathcache.data);
44
+                        printf("%s: Duplicated AS Path\n",pathcache.data);
45
                 }
46
 	}
47
 	fclose(fp);
48
@@ -1034,7 +1034,7 @@
49
 	if (a == 0) {
50
 		hp = gethostbyname(hn);
51
 		if (hp == NULL) {
52
-			printf("Could not resolv : %s\n",hn);
53
+			printf("Could not resolve : %s\n",hn);
54
 			return(1);
55
 		}
56
 		bzero(&sin, sizeof(struct sockaddr_in));
(-)aslookup/pkg-descr (-1 / +1 lines)
Lines 8-11 Link Here
8
You can search to ARIN, JPNIC and APNIC whois dabase.
8
You can search to ARIN, JPNIC and APNIC whois dabase.
9
You can srarch AS Number from IP Addresses.
9
You can srarch AS Number from IP Addresses.
10
10
11
WWW: http://www.bugest.net/software/aslookup/index-e.html
11
WWW: http://aslookup.bgpview.org/index-e.html

Return to bug 246187