-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import of resolv 0.9.9a, maintained by Jose <[email protected]>.
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
Showing
5 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |