Ticket #15110: Portfile

File Portfile, 1.1 KB (added by adamore@…, 16 years ago)
Line 
1# $Id: Portfile 35829 2008-04-07 20:45:28Z mww@macports.org $
2PortSystem 1.0
3
4name          libdmtx
5version       0.5.0
6
7categories    graphics
8maintainers   nomantainer
9platforms     darwin
10description   Data Matrix library
11long_description \
12  libdmtx is open source software for reading and writing Data Matrix \
13  barcodes. Data Matrix barcodes are two-dimensional symbols that hold a \
14  dense pattern of data with built-in error correction. The Data Matrix \
15  symbology (sometimes casually referred to as DataMatrix) was \
16  invented and released into the public domain by RVSI Acuity CiMatrix. \
17  Wikipedia has a good article on the symbology and its characteristics.
18
19homepage      http://www.libdmtx.org/
20master_sites  sourceforge:libdmtx
21
22checksums \
23                        libdmtx-0.5.0.tar.bz2 \
24                                md5  3c33d934e30c95e22d90ca9ac3c4659a \
25                                sha1  cb8870401da12e8a680a7ab03e9e1daafc264f0b \
26                                rmd160  d5c1ebe3bc674afdc3c2f351b71058179d191ff4 \
27                        libdmtx-0.5.0.tar.gz \
28                                md5  9a35c8f4a88c2823bf371806fdfcc770 \
29                                sha1  f1c4126ab281f21b5668da774695bfb1476657de \
30                                rmd160  9ef5bfef421c5935c2754fadcc27f8ab0ec8a5c7
31
32#extract.suffix .tar.bz2