Ticket #9758: jp2a-portfile.diff

File jp2a-portfile.diff, 1.4 KB (added by csl@…, 18 years ago)

diff

  • oldfile

    old new  
    11# $Id: Portfile,v 1.1 2006/06/29 06:39:03 mww Exp $
    22PortSystem        1.0
    33name              jp2a
    4 version           0.9.7
     4version           0.9.14
    55categories        graphics
    66maintainers       csl@sublevel3.org
    77description       converts JPEG images to ASCII
    88long_description  The jp2a program will read JPEG images and print them \
    99                  in ASCII characters.  Options let you control the output \
    10                   size.
     10                  size. You know you want it.
    1111use_bzip2         yes
    1212homepage          http://jp2a.sf.net/
    1313master_sites      sourceforge
    14 checksums         md5 645b99aade71b246b92a502dc251d313 \
    15                   sha1 3f2e3c65e27254d2b79466a8e5ee17ca35fde33d \
    16                   rmd160 684f8dd9b7f9d39fbd6d85d8a88382c006f40651
    17 depends_lib       port:jpeg
    18 configure.args    --with-jpeg-prefix=${prefix} --mandir=\\\${prefix}/share/man
     14checksums         md5 530c48864e987ecf0a461f56aea21f1f \
     15                  sha1 d469e889459fb46eaf4e88d9be46595c4911a8cf \
     16                  rmd160 b0645b3ec5143825dfa4c5eba9df508f1bea142d
     17depends_lib       port:jpeg port:curl
     18configure.args    --with-jpeg-prefix=${prefix} --enable-curl \
     19                  --with-curl-config=${prefix}/bin --mandir=\\\${prefix}/share/man
    1920destroot.destdir  prefix=${destroot}${prefix}
    2021