1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name cntlm |
---|
7 | version 0.92.3 |
---|
8 | revision 1 |
---|
9 | license GPL-2+ |
---|
10 | categories net |
---|
11 | platforms darwin |
---|
12 | maintainers gmail.com:jsaucier |
---|
13 | description Cntlm is an NTLM / NTLM Session Response / \ |
---|
14 | NTLMv2 authenticating HTTP proxy |
---|
15 | long_description Cntlm integrates TCP/IP port forwarding (HTTP \ |
---|
16 | tunneling), SOCKS5 proxy mode, standalone proxy \ |
---|
17 | allowing you to browse intranet as well as \ |
---|
18 | Internet and to access corporate web servers \ |
---|
19 | with NTLM protection. There are many advanced \ |
---|
20 | features like NTLMv2 support, password protection, \ |
---|
21 | password hashing, completely mutliplatform code \ |
---|
22 | (running on just about every architecture and OS \ |
---|
23 | out there) and so much more. |
---|
24 | homepage http://cntlm.sourceforge.net/ |
---|
25 | master_sites sourceforge |
---|
26 | use_bzip2 yes |
---|
27 | checksums rmd160 6655738ca5f93d15f14681d3c14bbe8ec8e6a543 \ |
---|
28 | sha256 7b603d6200ab0b26034e9e200fab949cc0a8e5fdd4df2c80b8fc5b1c37e7b930 |
---|
29 | patchfiles patch-Makefile.patch |
---|
30 | |
---|
31 | depends_lib port:coreutils |
---|
32 | |
---|
33 | build.args SYSCONFDIR=${prefix}/etc \ |
---|
34 | BINDIR=${prefix}/sbin \ |
---|
35 | MANDIR=${prefix}/share/man |
---|
36 | |
---|
37 | destroot.args SYSCONFDIR=${prefix}/etc \ |
---|
38 | BINDIR=${prefix}/sbin \ |
---|
39 | MANDIR=${prefix}/share/man |
---|
40 | |
---|
41 | startupitem.create yes |
---|
42 | startupitem.name cntlm |
---|
43 | startupitem.executable ${prefix}/sbin/cntlm -f |
---|
44 | |
---|
45 | notes " |
---|
46 | ***** File locations ***** |
---|
47 | |
---|
48 | The Cntlm configuration file -> ${prefix}/etc/cntlm.conf |
---|
49 | |
---|
50 | " |
---|