Last change
on this file was
138210,
checked in by larryv@…, 3 years ago
|
gifsicle: Update to 1.88 (#48222)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Line | |
---|
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 |
---|
2 | # $Id: Portfile 138210 2015-07-02 13:17:06Z larryv@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup muniversal 1.0 |
---|
6 | |
---|
7 | name gifsicle |
---|
8 | version 1.88 |
---|
9 | checksums rmd160 264c9f148bad0b7b3b39aef6a96c3af7a49b5b79 \ |
---|
10 | sha256 4585d2e683d7f68eb8fcb15504732d71d7ede48ab5963e61915201f9e68305be |
---|
11 | |
---|
12 | categories graphics |
---|
13 | platforms darwin |
---|
14 | maintainers gmail.com:mschamschula openmaintainer |
---|
15 | description GIF image/animation creator/editor. |
---|
16 | long_description Gifsicle is a UNIX command-line tool for creating, \ |
---|
17 | editing, and getting information about GIF images and \ |
---|
18 | animations. |
---|
19 | homepage http://www.lcdf.org/gifsicle/ |
---|
20 | license GPL-2 |
---|
21 | master_sites ${homepage} |
---|
22 | |
---|
23 | depends_lib port:xorg-libX11 \ |
---|
24 | port:xorg-libsm \ |
---|
25 | port:xorg-libice |
---|
26 | |
---|
27 | livecheck.type regex |
---|
28 | livecheck.url ${homepage} |
---|
29 | livecheck.regex [quotemeta ${name}]-(\\d\\.\\d+)[quotemeta ${extract.suffix}] |
---|
Note: See
TracBrowser
for help on using the repository browser.