Last change
on this file was
122881,
checked in by ryandesign@…, 5 years ago
|
qrencode: update to 3.4.4 (#44519)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.3 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 122881 2014-08-01 18:45:38Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name qrencode |
---|
7 | version 3.4.4 |
---|
8 | categories graphics |
---|
9 | maintainers nomaintainer |
---|
10 | license LGPL-2.1+ |
---|
11 | description QR Code generation |
---|
12 | long_description Libqrencode is a C library for encoding data in a QR Code \ |
---|
13 | symbol, a kind of 2D symbology that can be scanned by handy \ |
---|
14 | terminals such as a mobile phone with CCD. The capacity of \ |
---|
15 | QR Code is up to 7000 digits or 4000 characters, and is highly robust. |
---|
16 | homepage http://fukuchi.org/works/qrencode/index.html.en |
---|
17 | master_sites http://fukuchi.org/works/qrencode/ |
---|
18 | platforms darwin |
---|
19 | use_bzip2 yes |
---|
20 | |
---|
21 | checksums sha1 6de54316081e5528e415b250730dcddbfdaa4b0e \ |
---|
22 | rmd160 f0486350b340bae411a9f4a48ead20ca83bd06a6 \ |
---|
23 | sha256 efe5188b1ddbcbf98763b819b146be6a90481aac30cfc8d858ab78a19cde1fa5 |
---|
24 | |
---|
25 | depends_build port:pkgconfig |
---|
26 | depends_lib port:libpng |
---|
27 | |
---|
28 | test.run yes |
---|
29 | test.target check |
---|
30 | |
---|
31 | livecheck.type regex |
---|
32 | livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix} |
---|
Note: See
TracBrowser
for help on using the repository browser.