New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

root/trunk/dports/security/putty/Portfile

Revision 30252, 0.6 KB (checked in by jmpp@…, 2 years ago)

nomaintainer address abstraction in security category.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1# $Id$
2
3PortSystem 1.0
4
5name                    putty
6version                 0.60
7categories              security net
8platforms               darwin
9maintainers             nomaintainer
10description             a free implementation of Telnet and SSH, along with an xterm terminal emulator
11long_description        PuTTY is ${description}
12
13homepage                http://www.chiark.greenend.org.uk/~sgtatham/putty/
14master_sites    ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-${version}/ \
15                                http://the.earth.li/~sgtatham/putty/${version}/
16
17checksums \
18        md5 07e65fd98b16d115ae38a180bfb242e2 \
19        sha1 8d99f8f1077b7ab25f014126b5d812a1ad55ce37 \
20        rmd160 9c56ee4d2d05f5b1079c65f19a5d9d06b596aba3 \
21
22depends_lib             port:gtk1
23
24worksrcdir              ${worksrcdir}/unix
Note: See TracBrowser for help on using the browser.