Ticket #19561: Portfile-bakefile.diff

File Portfile-bakefile.diff, 1.6 KB (added by masa@…, 15 years ago)

Portfile diff

  • Portfile.0.2.

    old new  
    1 # $Id: Portfile 33382 2008-01-26 01:22:48Z ryandesign@macports.org $
     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
     2# $Id: Portfile 20399 2006-11-03 02:12:19Z masa@takatsuka.org $
    23
    34PortSystem      1.0
    45name            bakefile
    5 version         0.2.3
     6version         0.2.6
    67categories      devel
    78maintainers     masa@takatsuka.org
    89description     Bakefile is cross-platform, cross-compiler native makefiles generator.
     
    1213        generates native makefile (autoconf's Makefile.in, Visual C++ project, \
    1314        bcc makefile etc.).
    1415
    15 platforms       darwin
    16 
    1716homepage        http://www.bakefile.org/
     17platforms       darwin
    1818master_sites    ${homepage} \
    19                 sourceforge
     19                http://downloads.sourceforge.net/bakefile/
     20
     21checksums       md5 ceb032792e11636d6c1be9d88f4f7e49
     22                        sha1 89332c16e63ce04b7baf79b175fa3706848fe587
     23                        rmd160 4952844d22a72f4008a3c88b502448341399330b
    2024
    21 checksums       md5 720bd3aa988cdcaa3ff03df810f9277a
    2225post-destroot {
    23         xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
    24         file copy ${worksrcpath}/doc/html ${destroot}${prefix}/share/doc/${name}
    25         fs-traverse docfile ${destroot}${prefix}/share/doc/${name} {
    26                 file attributes ${docfile} -permissions go-w
    27         }
    28 }
     26                          xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
     27                          file copy ${worksrcpath}/doc/html ${destroot}${prefix}/share/doc/${name}
     28                          fs-traverse docfile ${destroot}${prefix}/share/doc/${name} {
     29                                                  file attributes ${docfile} -permissions go-w
     30                                                  }
     31                        }