New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82868


Ignore:
Timestamp:
08/20/11 23:45:23 (4 years ago)
Author:
jmr@…
Message:

uni2html: convert to stub, replaced by uni2ascii

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/textproc/uni2html/Portfile

    r30256 r82868  
    44 
    55name                    uni2html 
     6replaced_by             uni2ascii 
    67version                 1.1 
     8revision                1 
    79categories              textproc 
    810platforms               darwin 
     
    1618 
    1719homepage                http://www.cis.upenn.edu/~wjposer/uni2html.html 
    18 master_sites    http://www.cis.upenn.edu/~wjposer/.downloads/ 
    19 distfiles               uni2html.py 
    20 checksums               md5 7c299fdc9a814185fc9f527e3cad6e59 
     20distfiles 
     21archive_sites 
    2122 
    22 depends_run             bin:python:python24 
    23  
    24 extract { 
    25         file mkdir ${worksrcpath} 
    26         file copy ${distpath}/uni2html.py ${worksrcpath} 
     23use_configure   no 
     24pre-configure { 
     25    ui_error "${name} has been replaced by ${replaced_by}. Please install ${replaced_by} instead." 
     26    return -code error "obsolete port" 
    2727} 
    2828 
    29 use_configure   no 
    30  
    31 build                   {} 
    32  
    33 destroot        { 
    34         xinstall -m 755 ${worksrcpath}/uni2html.py ${destroot}${prefix}/bin 
    35         system "cd ${destroot}${prefix}/bin && ln -s uni2html.py uni2html" 
    36 } 
     29livecheck.type  none 
Note: See TracChangeset for help on using the changeset viewer.