New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79437


Ignore:
Timestamp:
06/13/11 02:18:07 (4 years ago)
Author:
ryandesign@…
Message:

nasty: whitespace / reformatting changes only; add modeline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/security/nasty/Portfile

    r79436 r79437  
     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 
    12# $Id$ 
    23 
    3 PortSystem 1.0 
     4PortSystem          1.0 
    45 
    5 name                    nasty 
    6 version                 0.6 
    7 categories              security 
    8 platforms               darwin 
    9 maintainers             nomaintainer 
    10 description             passphrase revovery helper for PGP and GPG keys 
    11 long_description        Nasty is a program that helps you to recover the \ 
    12                                 passphrase of your PGP or GPG-key in case you forget or lost \ 
    13                                 it. This tool will not help if you have no clue about the \ 
    14                                 passphrase! 
     6name                nasty 
     7version             0.6 
     8categories          security 
     9platforms           darwin 
     10maintainers         nomaintainer 
    1511 
    16 homepage                http://www.vanheusden.com/nasty/ 
    17 master_sites    ${homepage} 
    18 checksums               md5 f8181bd8d887acd869ce677034465c6f 
    19 extract.suffix  .tgz 
    20 patchfiles              patch-Makefile 
     12description         passphrase revovery helper for PGP and GPG keys 
    2113 
    22 depends_lib             port:gpgme \ 
    23                                 port:pth 
     14long_description    Nasty is a program that helps you to recover the \ 
     15                    passphrase of your PGP or GPG-key in case you forget or lost \ 
     16                    it. This tool will not help if you have no clue about the \ 
     17                    passphrase! 
    2418 
    25 use_configure           no 
     19homepage            http://www.vanheusden.com/nasty/ 
     20master_sites        ${homepage} 
     21 
     22checksums           md5     f8181bd8d887acd869ce677034465c6f 
     23 
     24depends_lib         port:gpgme \ 
     25                    port:pth 
     26 
     27extract.suffix      .tgz 
     28 
     29patchfiles          patch-Makefile 
     30 
     31use_configure       no 
    2632 
    2733variant universal {} 
     
    3642                    LDFLAGS="${configure.ldflags} ${archflags}" 
    3743 
    38 destroot.destdir        prefix=${destroot}${prefix} 
     44destroot.destdir    prefix=${destroot}${prefix} 
Note: See TracChangeset for help on using the changeset viewer.