Changeset 79429
- Timestamp:
- 06/13/11 01:34:41 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/mail/pop3proxy/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/mail/pop3proxy/Portfile
r79428 r79429 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 1 2 # $Id$ 2 3 3 PortSystem 1.04 PortSystem 1.0 4 5 5 name pop3proxy6 name pop3proxy 6 7 version 2.0.0-beta8 7 categories 8 platforms darwin9 maintainers nomaintainer8 categories mail 9 platforms darwin 10 maintainers nomaintainer 10 11 license GPL-2+ 11 12 12 description application level gateway for the POP3 protocol 13 long_description pop3.proxy is an application level gateway for the POP3 \ 14 protocol. Unlike generic TCP proxys (like tcpproxy) it looks \ 15 into the data stream watching that client and server fullfill \ 16 the protocol specification. pop3.proxy is based on RFC 1939. 13 description application level gateway for the POP3 protocol 17 14 18 homepage http://quietsche-entchen.de/cgi-bin/wiki.cgi/proxies/Pop3Proxy 15 long_description pop3.proxy is an application level gateway for the POP3 \ 16 protocol. Unlike generic TCP proxys (like tcpproxy) it looks \ 17 into the data stream watching that client and server fullfill \ 18 the protocol specification. pop3.proxy is based on RFC 1939. 19 20 homepage http://quietsche-entchen.de/cgi-bin/wiki.cgi/proxies/Pop3Proxy 19 21 master_sites http://quietsche-entchen.de/download/ 20 22 … … 28 30 patch-procinfo.c 29 31 30 use_configure no32 use_configure no 31 33 32 34 build.args CC="${configure.cc} ${configure.cc_archflags}" 33 35 34 destroot.destdir prefix=${destroot}${prefix}36 destroot.destdir prefix=${destroot}${prefix} 35 37 36 38 post-destroot { 37 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}38 xinstall -m 644 -W ${worksrcpath} rfc1939.txt README LICENSE \39 ${destroot}${prefix}/share/doc/${name}39 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 40 xinstall -m 644 -W ${worksrcpath} rfc1939.txt README LICENSE \ 41 ${destroot}${prefix}/share/doc/${name} 40 42 } 41 43 42 44 livecheck.type regex 43 45 livecheck.url [lindex ${master_sites} 0] 44 livecheck.regex ${name}-(\[0-9a-z.- \]+)${extract.suffix}46 livecheck.regex ${name}-(\[0-9a-z.- \]+)${extract.suffix}
Note: See TracChangeset
for help on using the changeset viewer.

