Ticket #51128: Portfile-tesseract.diff

File Portfile-tesseract.diff, 2.4 KB (added by hmijail (Horacio Mijail Antón Quiles), 8 years ago)
  • Portfile.

    old new  
    55
    66PortGroup           github 1.0
    77
    8 github.setup        tesseract-ocr tesseract 3.04.00
     8github.setup        tesseract-ocr tesseract 3.04.01
    99categories          textproc graphics pdf
    1010platforms           darwin
    1111license             Apache-2
     
    2424
    2525github.master_sites ${github.homepage}/archive/${git.branch}
    2626
    27 checksums           rmd160  02fa37b56ae668e68fffadb94e4f652372f67a05 \
    28                     sha256  7e6e48b625e1fba9bc825a4ef8c39f12c60aae1084939133b3c6a00f8f8dc38c
     27checksums           rmd160  5e754411afa74cfc4e6b601fe2c770ba93a25f23 \
     28                    sha256  57f63e1b14ae04c3932a2683e4be4954a2849e17edd638ffe91bc5a2156adc6a
    2929
    3030if {${name} eq ${subport}} {
    31     revision                3
     31    revision                0
    3232
    3333    depends_lib             port:zlib \
    3434                            port:libpng \
    3535                            port:leptonica \
    3636                            port:jpeg
    37    
     37
    3838    configure.env-append    LIBLEPT_HEADERSDIR=${prefix}/include/leptonica
    3939
    4040    livecheck.regex         "/tag/(\[\.0-9\]+\[-a-z\]*)"
     
    4242    revision                1
    4343
    4444    depends_run             port:tesseract
    45    
     45
    4646    livecheck.type          none
    4747}
    4848
     
    449449    eval [subst {
    450450        subport ${name}-[strsed ${lang_code} {g/_/-/}] {
    451451            version             ${lang_version}
    452            
     452
    453453            description         ${lang_name} language data for the Tesseract OCR engine
    454            
     454
    455455            long_description    ${lang_name} language data for the Tesseract OCR engine
    456            
     456
    457457            supported_archs     noarch
    458            
     458
    459459            master_sites        https://github.com/tesseract-ocr/tessdata/raw/master/
    460460            distfiles           ${lang_code}.traineddata
    461            
     461
    462462            checksums           [string trim ${lang_checksums}]
    463463
    464464            extract.mkdir       no
    465465            extract.cmd         cp
    466466            extract.pre_args    ""
    467467            extract.post_args   "."
    468            
     468
    469469            use_configure       no
    470            
     470
    471471            build {}
    472            
     472
    473473            destroot {
    474474                file mkdir ${destroot}${prefix}/share/tessdata/
    475475                copy ${workpath}/${lang_code}.traineddata ${destroot}${prefix}/share/tessdata/