mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
PortSystem 1.0
|
|
name libident
|
|
version 0.32
|
|
revision 1
|
|
categories security
|
|
maintainers {toby @tobypeterson}
|
|
license Permissive
|
|
description Ident protocol library
|
|
long_description \
|
|
This is a library which provides a simple \
|
|
interface to the Ident protocol on the \
|
|
client side. It is meant to be used by \
|
|
daemons to try to authenticate users using \
|
|
the Ident protocol. For this to work, \
|
|
users need to have an Ident server running \
|
|
on the system from which they are connected.
|
|
homepage http://www.remlab.net/libident/
|
|
platforms darwin
|
|
master_sites http://www.remlab.net/files/libident/
|
|
checksums rmd160 45c01b3c54a441b085ea3b8dc451eb8c33b7bd2e \
|
|
sha256 8cc8fb69f1c888be7cffde7f4caeb3dc6cd0abbc475337683a720aa7638a174b \
|
|
size 294241
|
|
|
|
patchfiles patch-id_parse.c patch-ident.c
|
|
|
|
use_autoreconf yes
|
|
autoreconf.args -fvi
|
|
|
|
configure.cflags-append -Wall -W
|
|
configure.args --mandir=${prefix}/share/man
|
|
|
|
livecheck.url ${master_sites}
|
|
livecheck.regex href=\"libident-(\[0-9\]+\\.\[0-9\]+)\\.tar\\.gz\"
|