Import of oidentd-2.0.3, maintained by Jolan Luff <jolan@encryptedmail.net>

Oidentd is a highly flexible replacement for the standard ident. 
It is capable of providing custom responses to ident requests and
also has nat support for pf-based OpenBSD.
This commit is contained in:
jcs 2002-04-20 01:25:03 +00:00
parent 84b9f0a3cf
commit 033ece49b6
6 changed files with 61 additions and 0 deletions

21
net/oidentd/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/04/20 01:25:03 jcs Exp $
COMMENT= "ident daemon with custom responses and NAT support"
DISTNAME= oidentd-2.0.3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ojnk
HOMEPAGE= http://ojnk.sourceforge.net
MAINTAINER= Jolan Luff <jolan@encryptedemail.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

3
net/oidentd/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (oidentd-2.0.3.tar.gz) = a8404689d89e1e5beafd8eb10f85359f
RMD160 (oidentd-2.0.3.tar.gz) = bac3d826c4831a18d112052c3eea5913bc208466
SHA1 (oidentd-2.0.3.tar.gz) = 1e04e9a22ac3f60348dfe88f584b7aadd2c59830

21
net/oidentd/pkg/DEINSTALL Normal file
View File

@ -0,0 +1,21 @@
#!/bin/sh
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
if [ -f /etc/oidentd.conf -o -f /etc/oidentd_masq.conf ]; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| this step as root:"
echo "|"
echo "| rm -rf /etc/oidentd*"
echo "|"
echo "| Do not do this if you plan on re-installing $1"
echo "| at some future time."
echo "+---------------"
echo
fi
exit 0

5
net/oidentd/pkg/DESCR Normal file
View File

@ -0,0 +1,5 @@
Oidentd is a highly flexible replacement for the standard ident.
It is capable of providing custom responses to ident requests and
also has nat support for pf-based OpenBSD.
WWW: ${HOMEPAGE}

6
net/oidentd/pkg/MESSAGE Normal file
View File

@ -0,0 +1,6 @@
NOTES FOR OPENBSD OIDENTD INSTALLATION
--------------------------------------
See oidentd(8), oidentd.conf(5), and oidentd_masq.conf(5) for information on
setting up oidentd.

5
net/oidentd/pkg/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/04/20 01:25:03 jcs Exp $
man/man5/oidentd_masq.conf.5
man/man5/oidentd.conf.5
man/man8/oidentd.8
sbin/oidentd