Changeset 1889 for trunk/dports


Ignore:
Timestamp:
Jan 26, 2003, 7:48:08 AM (21 years ago)
Author:
jpm
Message:

krbafs, destdir and sponge bob are all playmates...

Location:
trunk/dports
Files:
4 added
2 edited

Legend:

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

    r1528 r1889  
    66maintainers     jpm@opendarwin.org
    77description     AFS library
    8 long_description        krbafs provides a set of AFS client utility functions for managing the AFS client and user's tokens for MIT Kerberos and Kerberos for Macintosh, the Kerberos implementation included with Mac OS X 10.1. It also provides afs_string_to_key() and the Kerberos 4 lifetime functions if they are not available in the local Kerberos implementation.
     8long_description        \
     9        krbafs provides a set of AFS client utility functions for managing \
     10        the AFS client and user's tokens for MIT Kerberos and Kerberos for \
     11        Macintosh, the Kerberos implementation included with Mac OS X 10.1. \
     12        It also provides afs_string_to_key() and the Kerberos 4 lifetime \
     13        functions if they are not available in the local Kerberos \
     14        implementation.
     15homepage        http://web.mit.edu/openafs/krbafs/
    916platforms       darwin
    10 default_variants        +nocrypto
    11 master_sites    XXX
    12 variant nocrypto {
    13         master_sites    http://web.mit.edu/openafs/krbafs/
    14         checksums       md5 d150416c43532fa35a4a246c972ece07
    15         distname        ${name}-${version}-nocrypto
    16         worksrcdir      ${name}-${version}
     17master_sites    http://web.mit.edu/openafs/krbafs/
     18use_autoconf    yes
     19checksums       md5 d150416c43532fa35a4a246c972ece07
     20distname        ${name}-${version}-nocrypto
     21worksrcdir      ${name}-${version}
     22patchfiles      Makefile.in.diff
     23post-patch {
     24        reinplace "s|@install_prefix@|${destroot}|g" "${worksrcpath}/Makefile.in"
    1725}
     26
    1827variant strongcrypto {
    1928        master_sites    http://www.crypto-publish.org/dist/lxs-krbafs/
     
    2130        distname        ${name}-${version}
    2231}
    23 use_autoconf    yes
    24 
    25 contents \
    26         include/krbafs.h \
    27         lib/libkrbafs.dylib \
    28         man/man3/krbafs.3
  • trunk/dports/sysutils/krbafs/Portfile

    r1528 r1889  
    66maintainers     jpm@opendarwin.org
    77description     AFS library
    8 long_description        krbafs provides a set of AFS client utility functions for managing the AFS client and user's tokens for MIT Kerberos and Kerberos for Macintosh, the Kerberos implementation included with Mac OS X 10.1. It also provides afs_string_to_key() and the Kerberos 4 lifetime functions if they are not available in the local Kerberos implementation.
     8long_description        \
     9        krbafs provides a set of AFS client utility functions for managing \
     10        the AFS client and user's tokens for MIT Kerberos and Kerberos for \
     11        Macintosh, the Kerberos implementation included with Mac OS X 10.1. \
     12        It also provides afs_string_to_key() and the Kerberos 4 lifetime \
     13        functions if they are not available in the local Kerberos \
     14        implementation.
     15homepage        http://web.mit.edu/openafs/krbafs/
    916platforms       darwin
    10 default_variants        +nocrypto
    11 master_sites    XXX
    12 variant nocrypto {
    13         master_sites    http://web.mit.edu/openafs/krbafs/
    14         checksums       md5 d150416c43532fa35a4a246c972ece07
    15         distname        ${name}-${version}-nocrypto
    16         worksrcdir      ${name}-${version}
     17master_sites    http://web.mit.edu/openafs/krbafs/
     18use_autoconf    yes
     19checksums       md5 d150416c43532fa35a4a246c972ece07
     20distname        ${name}-${version}-nocrypto
     21worksrcdir      ${name}-${version}
     22patchfiles      Makefile.in.diff
     23post-patch {
     24        reinplace "s|@install_prefix@|${destroot}|g" "${worksrcpath}/Makefile.in"
    1725}
     26
    1827variant strongcrypto {
    1928        master_sites    http://www.crypto-publish.org/dist/lxs-krbafs/
     
    2130        distname        ${name}-${version}
    2231}
    23 use_autoconf    yes
    24 
    25 contents \
    26         include/krbafs.h \
    27         lib/libkrbafs.dylib \
    28         man/man3/krbafs.3
Note: See TracChangeset for help on using the changeset viewer.