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 | |
---|
6 | name libdc1394 |
---|
7 | version 2.1.0 |
---|
8 | categories devel |
---|
9 | platforms darwin |
---|
10 | |
---|
11 | maintainers mail@uwe-arzt.de |
---|
12 | |
---|
13 | description Library for Firewire IIDC Cameras |
---|
14 | long_description libdc1394 is a library that provides a complete \ |
---|
15 | high level application programming interface (API) \ |
---|
16 | for developers who wish to control IEEE 1394 based \ |
---|
17 | cameras that conform to the 1394-based Digital \ |
---|
18 | Camera Specifications (also known as the IIDC or \ |
---|
19 | DCAM Specifications). |
---|
20 | |
---|
21 | homepage http://damien.douxchamps.net/ieee1394/libdc1394/ |
---|
22 | |
---|
23 | master_sites sourceforge:libdc1394 |
---|
24 | checksums ${distfiles} md5 51909785c8c3da6881dd983c98c0c6d6 \ |
---|
25 | sha1 a588d8802b555e45358435c48a399571532a817d |
---|
26 | |
---|