|
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 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name putty |
|---|
| 6 | version 0.60 |
|---|
| 7 | categories security net |
|---|
| 8 | platforms darwin |
|---|
| 9 | maintainers nomaintainer |
|---|
| 10 | description a free implementation of Telnet and SSH, along with an xterm terminal emulator |
|---|
| 11 | long_description PuTTY is ${description} |
|---|
| 12 | |
|---|
| 13 | homepage http://www.chiark.greenend.org.uk/~sgtatham/putty/ |
|---|
| 14 | master_sites ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-${version}/ \ |
|---|
| 15 | http://the.earth.li/~sgtatham/putty/${version}/ |
|---|
| 16 | |
|---|
| 17 | checksums \ |
|---|
| 18 | md5 07e65fd98b16d115ae38a180bfb242e2 \ |
|---|
| 19 | sha1 8d99f8f1077b7ab25f014126b5d812a1ad55ce37 \ |
|---|
| 20 | rmd160 9c56ee4d2d05f5b1079c65f19a5d9d06b596aba3 \ |
|---|
| 21 | |
|---|
| 22 | depends_lib port:gtk1 |
|---|
| 23 | |
|---|
| 24 | worksrcdir ${worksrcdir}/unix |
|---|