Ticket #19528: Portfile

File Portfile, 1.0 KB (added by mail@…, 15 years ago)
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$
3
4PortSystem          1.0
5
6name                libdc1394
7version             2.1.0
8categories          devel
9platforms           darwin
10
11maintainers         mail@uwe-arzt.de
12
13description         Library for Firewire IIDC Cameras
14long_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
21homepage            http://damien.douxchamps.net/ieee1394/libdc1394/
22
23master_sites        sourceforge:libdc1394
24checksums           ${distfiles} md5 51909785c8c3da6881dd983c98c0c6d6 \
25                                 sha1 a588d8802b555e45358435c48a399571532a817d
26