mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
Add qident, a small program to query a remote IDENT (RFC 1413) server.
This commit is contained in:
parent
8b4e4d7429
commit
3935924b20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47158
@ -153,6 +153,7 @@
|
||||
SUBDIR += py-gnupg
|
||||
SUBDIR += py-m2crypto
|
||||
SUBDIR += py-rijndael
|
||||
SUBDIR += qident
|
||||
SUBDIR += qtfw
|
||||
SUBDIR += racoon
|
||||
SUBDIR += radiusniff
|
||||
|
39
security/qident/Makefile
Normal file
39
security/qident/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# New ports collection makefile for: qident
|
||||
# Date created: 30 August 2001
|
||||
# Whom: dd
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= qident
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.netbsd.org/~ad/qident/
|
||||
|
||||
MAINTAINER= dd@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident
|
||||
|
||||
MANSECTS= 1
|
||||
MAN1= qident.1
|
||||
MANCOMPRESSED= maybe
|
||||
|
||||
# MAN page COMPression SUFFIX
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
MANCOMPSUFFIX= .gz
|
||||
.else
|
||||
MANCOMPSUFFIX=
|
||||
.endif
|
||||
|
||||
pre-build:
|
||||
@${PERL} -pi -e 's/getopt[.]h/unistd.h/g' ${WRKSRC}/*
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/qident ${PREFIX}/bin/qident
|
||||
.for __s in ${MANSECTS}
|
||||
.for __m in ${MAN${__s}:S/$/${MANCOMPSUFFIX}/}
|
||||
@${INSTALL_MAN} ${WRKSRC}/${__m} ${PREFIX}/man/man${__s}/${__m}
|
||||
.endfor
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/qident/distinfo
Normal file
1
security/qident/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (qident-1.0.tar.gz) = c3b045095f6e1d8ee2e34fc036884a84
|
1
security/qident/pkg-comment
Normal file
1
security/qident/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Query a remote IDENT (RFC 1413) server
|
4
security/qident/pkg-descr
Normal file
4
security/qident/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
A small program to query an ident protocol server (rfc1413). Uses the
|
||||
`libident' library.
|
||||
|
||||
WWW: http://www.netbsd.org/~ad/qident/
|
1
security/qident/pkg-plist
Normal file
1
security/qident/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/qident
|
Loading…
Reference in New Issue
Block a user