[86077] users/cal/ports

cal at macports.org cal at macports.org
Tue Oct 18 17:07:21 PDT 2011


Revision: 86077
          http://trac.macports.org/changeset/86077
Author:   cal at macports.org
Date:     2011-10-18 17:07:19 -0700 (Tue, 18 Oct 2011)
Log Message:
-----------
user port for devel/libdivecomputer

Added Paths:
-----------
    users/cal/ports/devel/
    users/cal/ports/devel/libdivecomputer/
    users/cal/ports/devel/libdivecomputer/Portfile

Added: users/cal/ports/devel/libdivecomputer/Portfile
===================================================================
--- users/cal/ports/devel/libdivecomputer/Portfile	                        (rev 0)
+++ users/cal/ports/devel/libdivecomputer/Portfile	2011-10-19 00:07:19 UTC (rev 86077)
@@ -0,0 +1,39 @@
+# -*- 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
+# $Id $
+
+PortSystem              1.0
+
+name                    libdivecomputer
+# please, when updating libdivecomputer, check whether subsurface still builds against the new version
+version                 2011101900
+categories              devel
+platforms               darwin
+license                 LGPL-2.1
+maintainers             cal openmaintainer
+
+description             Libdivecomputer is a cross-platform and open source \
+                        library for communication with dive computers from \
+                        various manufacturers.
+long_description        ${description} Supported devices include devices \
+                        manufactured by Suunto, Uwatec, Reefnet, Oceanic, \
+                        Aeris, Sherwood, Hollis, Genesis, Tusa, Mares, \
+                        Heinrichs Weikamp, Cressi, Zeagle, Mares and Atomic \
+                        Aquatics.
+
+homepage                http://www.divesoftware.org/libdc/
+fetch.type              git
+git.url                 git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer
+# latest as of 2011-10-19
+git.branch              b7a6be15ca58cc8f89fbc8fa1a4c840e13d51092
+
+depends_lib             port:gconf \
+                        port:gtk2 \
+                        path:lib/pkgconfig/libusb-1.0.pc:libusb
+
+use_autoreconf          yes
+
+# declare universal variant, so get_canonical_archflags works
+variant universal       {}
+
+configure.env-append    LIBUSB_CFLAGS=-I${prefix}
+


Property changes on: users/cal/ports/devel/libdivecomputer/Portfile
___________________________________________________________________
Added: svn:eol-style:native
   + 
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111018/148c4e35/attachment.html>


More information about the macports-changes mailing list