Ticket #49359: rev_1b.diff

File rev_1b.diff, 1.4 KB (added by gustafn, 9 years ago)

patch with github portgroup

  • Portfile

    old new  
     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: Portfile 95442 2012-07-12 23:03:18Z jmr@macports.org $
    23
    34PortSystem      1.0
     5PortGroup       github 1.0
    46
    57name            tDOM
    68version         0.8.3
     9revision        1
    710categories      textproc devel
    811maintainers     wu.ac.at:neumann
    912description     high performance XML data processing with easy and powerful Tcl scripting functionality
     
    1518        recommendation in XML (160K) needs only about 450K in memory)! The tDOM \
    1619        project was started by Jochen Löwer. It is currently maintained by Rolf Ade.
    1720
     21github.setup    tDOM tdom $version
     22
    1823homepage        http://tdom.github.com/
    1924platforms       darwin
    2025license         MPL-1.1 MIT
    2126
    2227extract.suffix  .tgz
    2328
    24 master_sites    https://github.com/downloads/tDOM/tdom
    25 
    2629checksums \
    2730        md5    f773bef5b8f15e0b400f9f93f164a6bb \
    2831        sha1   1b7db0357ffb96c0a6c879c385168491380a8ca5 \
     
    3134depends_lib     port:tcl
    3235
    3336patch.dir       ${worksrcpath}
    34 patchfiles      Makefile.in.patch
     37patchfiles       Makefile.in.patch tdom-tcl86.patch
    3538
    3639worksrcdir      ${distname}/unix
    3740