Thu Mar 14 12:45:52 2013 UTC ()
Revive MASTER_SITES.
Upgrade to version 2.2:
- Implement -n, -4 and -6 to list IP addresses.
- Add -a option for printing out the list of addresses.
- Use getaddrinfo() instead of gethostbyname().


(kim)
diff -r1.12 -r1.13 pkgsrc/net/netname/Makefile
diff -r1.6 -r1.7 pkgsrc/net/netname/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/net/netname/Makefile (expand / switch to unified diff)

--- pkgsrc/net/netname/Makefile 2012/10/23 17:18:41 1.12
+++ pkgsrc/net/netname/Makefile 2013/03/14 12:45:52 1.13
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.12 2012/10/23 17:18:41 asau Exp $ 1# $NetBSD: Makefile,v 1.13 2013/03/14 12:45:52 kim Exp $
2# 2#
3 3
4DISTNAME= netname-1.7 4DISTNAME= netname-2.2
5PKGREVISION= 1 
6CATEGORIES= net 5CATEGORIES= net
7MASTER_SITES= # ftp://ftp.gw.com/pub/people/kim/ 6MASTER_SITES= http://oss.gw.com/people/kim/
8 7
9MAINTAINER= kim@tac.nyc.ny.us 8MAINTAINER= kim@tac.nyc.ny.us
10COMMENT= Return the canonical network name of a host 9COMMENT= Return the canonical network name of a host
11 10
12.include "../../mk/bsd.prefs.mk" 11.include "../../mk/bsd.prefs.mk"
13 12
14.if ${OPSYS} == "SunOS" 13.if ${OPSYS} == "SunOS"
15BUILD_TARGET= svr4 14BUILD_TARGET= svr4
16.else 15.else
17BUILD_TARGET= netname 16BUILD_TARGET= netname
18.endif 17.endif
19INSTALL_TARGET= inst-all 18INSTALL_TARGET= inst-all
20 19

cvs diff -r1.6 -r1.7 pkgsrc/net/netname/distinfo (expand / switch to unified diff)

--- pkgsrc/net/netname/distinfo 2010/02/11 22:18:35 1.6
+++ pkgsrc/net/netname/distinfo 2013/03/14 12:45:52 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2010/02/11 22:18:35 joerg Exp $ 1$NetBSD: distinfo,v 1.7 2013/03/14 12:45:52 kim Exp $
2 2
3SHA1 (netname-1.7.tar.gz) = cc3bca5ceb11bdb05f39a9904a5b46f02e3a8dff 3SHA1 (netname-2.2.tar.gz) = 84e3ae1934f0ed67049fea4c46e2270f54f08c5a
4RMD160 (netname-1.7.tar.gz) = 7809a80146e2096a010ec3c40a8e9c583255b919 4RMD160 (netname-2.2.tar.gz) = 47b749372e0067d8ce0a904ed1e9f0cdd90aa020
5Size (netname-1.7.tar.gz) = 2362 bytes 5Size (netname-2.2.tar.gz) = 5767 bytes
6SHA1 (patch-aa) = abfaab5aaa6edc64d5ee39e5ce0439c4477ee4ac 6SHA1 (patch-aa) = abfaab5aaa6edc64d5ee39e5ce0439c4477ee4ac