diff options
author | steve <steve@FreeBSD.org> | 1998-07-04 19:51:53 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-04 19:51:53 +0000 |
commit | 4f4f438c0cb742b05e24343d3a87d7b59e0b7145 (patch) | |
tree | 77fec66cc493f804bb505652adfe8561b8e0e876 /dns/hesiod | |
parent | d15414c7f9dbd70ef231624c7c30e2a433fb191b (diff) | |
download | FreeBSD-ports-4f4f438c0cb742b05e24343d3a87d7b59e0b7145.zip FreeBSD-ports-4f4f438c0cb742b05e24343d3a87d7b59e0b7145.tar.gz |
Initial import of hesiod version 3.0.2.
hesiod - a directory service built on DNS and BIND.
PR: 6924
Submitted by: Jacques Vidrine <n@nectar.com>
Diffstat (limited to 'dns/hesiod')
-rw-r--r-- | dns/hesiod/Makefile | 27 | ||||
-rw-r--r-- | dns/hesiod/distinfo | 1 | ||||
-rw-r--r-- | dns/hesiod/pkg-comment | 1 | ||||
-rw-r--r-- | dns/hesiod/pkg-descr | 9 | ||||
-rw-r--r-- | dns/hesiod/pkg-plist | 18 |
5 files changed, 56 insertions, 0 deletions
diff --git a/dns/hesiod/Makefile b/dns/hesiod/Makefile new file mode 100644 index 0000000..16d3876 --- /dev/null +++ b/dns/hesiod/Makefile @@ -0,0 +1,27 @@ +# Ports collection Makefile for: Hesiod +# Version required: 3.0.2 +# Date created: 6/11/1998 +# Whom: n@nectar.com +# +# $Id$ +# + +DISTNAME= hesiod-3.0.2 +CATEGORIES= net +MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/ + +MAINTAINER= n@nectar.com + +MAN1= hesinfo.1 +MAN3= hesiod.3 hesiod_end.3 hesiod_free_list.3 \ + hesiod_free_passwd.3 hesiod_free_postoffice.3 \ + hesiod_free_servent.3 hesiod_getmailhost.3 \ + hesiod_getpwnam.3 hesiod_getpwuid.3 \ + hesiod_getservbyname.3 hesiod_init.3 \ + hesiod_resolve.3 hesiod_to_bind.3 +MAN5= hesiod.conf.5 + +HAS_CONFIGURE= YES +GNU_CONFIGURE= YES + +.include <bsd.port.mk> diff --git a/dns/hesiod/distinfo b/dns/hesiod/distinfo new file mode 100644 index 0000000..99ee331 --- /dev/null +++ b/dns/hesiod/distinfo @@ -0,0 +1 @@ +MD5 (hesiod-3.0.2.tar.gz) = 0362311e80fb1e029a1588cbbd09ad57 diff --git a/dns/hesiod/pkg-comment b/dns/hesiod/pkg-comment new file mode 100644 index 0000000..194e758 --- /dev/null +++ b/dns/hesiod/pkg-comment @@ -0,0 +1 @@ +A directory service built on DNS and BIND. diff --git a/dns/hesiod/pkg-descr b/dns/hesiod/pkg-descr new file mode 100644 index 0000000..62c9086 --- /dev/null +++ b/dns/hesiod/pkg-descr @@ -0,0 +1,9 @@ +Hesiod is part of MIT's Athena Project. + +From the README file: + + Hesiod can provide general name service for a variety of + applications and is based on the Berkeley Internet Name Daemon + (BIND). + +Jacques Vidrine <n@nectar.com> diff --git a/dns/hesiod/pkg-plist b/dns/hesiod/pkg-plist new file mode 100644 index 0000000..da45cc9 --- /dev/null +++ b/dns/hesiod/pkg-plist @@ -0,0 +1,18 @@ +bin/hesinfo +include/hesiod.h +lib/libhesiod.a +man/man1/hesinfo.1.gz +man/man3/hesiod.3.gz +man/man3/hesiod_end.3.gz +man/man3/hesiod_free_list.3.gz +man/man3/hesiod_free_passwd.3.gz +man/man3/hesiod_free_postoffice.3.gz +man/man3/hesiod_free_servent.3.gz +man/man3/hesiod_getmailhost.3.gz +man/man3/hesiod_getpwnam.3.gz +man/man3/hesiod_getpwuid.3.gz +man/man3/hesiod_getservbyname.3.gz +man/man3/hesiod_init.3.gz +man/man3/hesiod_resolve.3.gz +man/man3/hesiod_to_bind.3.gz +man/man5/hesiod.conf.5.gz |