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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup muniversal 1.0 |
---|
6 | |
---|
7 | name liblouis |
---|
8 | version 2.1.1 |
---|
9 | categories textproc |
---|
10 | maintainers gmail.com:boris.dusek |
---|
11 | description A Braille translation and back-translation library |
---|
12 | long_description A Braille translation and back-translation library |
---|
13 | homepage http://code.google.com/p/liblouis/ |
---|
14 | platforms darwin |
---|
15 | master_sites http://${name}.googlecode.com/files/ |
---|
16 | |
---|
17 | checksums md5 ab1328df1a91cf8dbfbfe304b63ee445 \ |
---|
18 | sha1 9993449b1ca4d13fb20832dff5553bee78606a4d \ |
---|
19 | rmd160 3dc8f0f06312ef3217ab47238ab5e09494da9bdd |
---|
20 | |
---|
21 | livecheck.type regex |
---|
22 | livecheck.url http://code.google.com/p/${name}/downloads/list?can=2&q=&sort=-uploaded |
---|
23 | livecheck.regex files/${name}-(\[0-9\.\]+).tar.gz |
---|