Changeset 4004 for trunk/dports


Ignore:
Timestamp:
Nov 21, 2003, 11:42:10 AM (20 years ago)
Author:
cms
Message:

Bug: 1179
Submitted by: charlie@…
Reviewed by: cms@…
Approved by: cms@…
Obtained from:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/lftp/Portfile

    r2172 r4004  
    1 # $Id: Portfile,v 1.5 2003/03/06 22:10:21 fkr Exp $
     1# $Id: Portfile,v 1.6 2003/11/21 11:42:10 cms Exp $
    22
    3 PortSystem 1.0
    4 name                    lftp
    5 version                 2.6.5
    6 revision                1
    7 categories              net
    8 maintainers             charlie@rubberduck.com
    9 description             Sophisticated file transfer program
    10 long_description        LFTP is a shell-like command line ftp client. \
    11                         It is reliable: can retry operations and does reget automatically. \
    12                         It can do several transfers simultaneously in background. \
    13                         You can start a transfer in background and continue browsing \
    14                         the ftp site or another one. This all is done in one process. \
    15                         Background jobs will be completed in nohup mode if you exit \
    16                         or close modem connection. Lftp has reput, mirror, reverse \
    17                         mirror among its features.
    18 homepage                http://lftp.yar.ru/
    19 platforms               darwin freebsd
    20 master_sites            http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
    21                         http://www.ibiblio.org/pub/Linux/system/network/file-transfer/
    22 checksums               md5 04169583d7ff5820370b45544ea6c922
    23 configure.args          --with-pic --disable-share --enable-static --without-ssl
     3PortSystem          1.0
     4name                lftp
     5version             2.6.9
     6revision            1
     7categories          net
     8maintainers         charlie@rubberduck.com
     9description         Sophisticated file transfer program
     10long_description    LFTP is a shell-like command line ftp client. \
     11                    It is reliable: can retry operations and does reget automatically. \
     12                    It can do several transfers simultaneously in background. \
     13                    You can start a transfer in background and continue browsing \
     14                    the ftp site or another one. This all is done in one process. \
     15                    Background jobs will be completed in nohup mode if you exit \
     16                    or close modem connection. Lftp has reput, mirror, reverse \
     17                    mirror among its features.
     18homepage            http://lftp.yar.ru/
     19platforms           darwin freebsd
     20master_sites        http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \
     21                    http://www.ibiblio.org/pub/Linux/system/network/file-transfer/ \
     22                    ftp://metalab.unc.edu/pub/Linux/Incoming/
     23checksums           md5 1aded77cedac98ca44541a0ade246229
     24configure.args      --with-pic --disable-share --enable-static --without-ssl
     25configure.env       LDFLAGS="-lresolv"
    2426
    2527variant ssl {
    26         configure.args-append   --enable-ssl
     28    configure.args-append --enable-ssl
    2729}
Note: See TracChangeset for help on using the changeset viewer.