Ticket #10088: Portfile

File Portfile, 1.4 KB (added by csl@…, 18 years ago)

Patch -> 0.9.19

Line 
1--- Portfile.orig       2006-07-18 23:28:57.000000000 +0200
2+++ Portfile    2006-07-19 19:55:39.000000000 +0200
3@@ -1,20 +1,21 @@
4 # $Id: Portfile,v 1.1 2006/06/29 06:39:03 mww Exp $
5 PortSystem        1.0
6 name              jp2a
7-version           0.9.7
8+version           0.9.19
9 categories        graphics
10 maintainers       csl@sublevel3.org
11 description       converts JPEG images to ASCII
12 long_description  The jp2a program will read JPEG images and print them \
13                   in ASCII characters.  Options let you control the output \
14-                  size.
15+                  size. You know you want it.
16 use_bzip2         yes
17-homepage          http://jp2a.sf.net/
18+homepage          http://jp2a.sourceforge.net/
19 master_sites      sourceforge
20-checksums         md5 645b99aade71b246b92a502dc251d313 \
21-                  sha1 3f2e3c65e27254d2b79466a8e5ee17ca35fde33d \
22-                  rmd160 684f8dd9b7f9d39fbd6d85d8a88382c006f40651
23-depends_lib       port:jpeg
24-configure.args    --with-jpeg-prefix=${prefix} --mandir=\\\${prefix}/share/man
25+checksums         md5 a140ca34b81cb4f978c0d5e8d57e410c \
26+                  sha1 97153342e5e9ee1f769c1db708f85b15a24f9575 \
27+                  rmd160 6263bc4cff91092ec77059070a82aaec70878409
28+depends_lib       port:jpeg port:curl
29+configure.args    --with-jpeg-prefix=${prefix} --enable-curl \
30+                  --with-curl-config=${prefix}/bin --mandir=\\\${prefix}/share/man
31 destroot.destdir  prefix=${destroot}${prefix}
32