Skip to content

Commit

Permalink
Import of resolv 0.9.9a, maintained by Jose <[email protected]>.
Browse files Browse the repository at this point in the history
Resolv allows a user to resolve the names of a single IP address or
entire network of addresses to maintain a "map" of the names that 
comprise a certain network.
  • Loading branch information
jcs committed Sep 16, 2001
1 parent 98825ba commit e58a8c4
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions net/resolv/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/09/16 00:14:18 jcs Exp $

COMMENT= "Hostname scanner"

DISTNAME= resolv-0.9.9a
CATEGORIES= net
NEED_VERSION= 1.310
MASTER_SITES= http://packetstormsecurity.com/UNIX/scanners/

MAINTAINER= Jose <[email protected]>

PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/resolv ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/resolv
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/resolv
${INSTALL_DATA} ${WRKSRC}/LEEME ${PREFIX}/share/doc/resolv

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions net/resolv/files/md5
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
MD5 (resolv-0.9.9a.tar.gz) = b186bfcd7dc80df21d8f8f4f16c4bfe2
RMD160 (resolv-0.9.9a.tar.gz) = 9e7e16bd4614ad873561617181e41ec2217785da
SHA1 (resolv-0.9.9a.tar.gz) = cba40b7debc38536fa6daa1dc38dd3ee98563481
13 changes: 13 additions & 0 deletions net/resolv/patches/patch-Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
--- Makefile.orig Sat Sep 15 15:55:34 2001
+++ Makefile Sat Sep 15 15:56:13 2001
@@ -10,8 +10,8 @@
#
name= resolv
object= resolv.o format.o usage.o errors.o
-cc= gcc
-flags= -g -Wall
+cc= ${CC}
+flags= -g -Wall ${CFLAGS}
dest=/usr/local/bin/

all: resolv
3 changes: 3 additions & 0 deletions net/resolv/pkg/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Resolv allows a user to resolve the names of a single IP address or
entire network of addresses to maintain a "map" of the names that
comprise a certain network.
4 changes: 4 additions & 0 deletions net/resolv/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bin/resolv
share/doc/resolv/README
share/doc/resolv/LEEME
@dirrm share/doc/resolv

0 comments on commit e58a8c4

Please sign in to comment.