[72704] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Sun Oct 24 13:54:43 PDT 2010


Revision: 72704
          http://trac.macports.org/changeset/72704
Author:   ryandesign at macports.org
Date:     2010-10-24 13:54:40 -0700 (Sun, 24 Oct 2010)
Log Message:
-----------
tclap: new port, version 1.2.0 see #26926

Added Paths:
-----------
    trunk/dports/devel/tclap/
    trunk/dports/devel/tclap/Portfile

Added: trunk/dports/devel/tclap/Portfile
===================================================================
--- trunk/dports/devel/tclap/Portfile	                        (rev 0)
+++ trunk/dports/devel/tclap/Portfile	2010-10-24 20:54:40 UTC (rev 72704)
@@ -0,0 +1,36 @@
+# -*- 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                    tclap
+version                 1.2.0
+categories              devel
+platforms               darwin
+maintainers             v9g.de:tvb377
+supported_archs         noarch
+
+description             Templatized C++ Command Line Parser
+
+long_description        This is a simple templatized C++ library for parsing \
+                        command line arguments. \
+                        The library provides a simple, flexible object-oriented \
+                        interface to the command line that automates argument \
+                        parsing, USAGE creation and type casting. \
+                        \nNote: this port installs no samples or documentation\; \
+                        for that, see ${name}'s home page.
+
+homepage                http://tclap.sourceforge.net/
+master_sites            sourceforge
+
+checksums               sha1    aa1b8ce5b3c5356e89961d70f03c825dbdfc6f49 \
+                        rmd160  63d3f14ea6e2b0be5dec17194b2dfefd07205cc8
+
+# do not generate docs (should the build phase be enabled again)
+configure.args-append   --disable-doxygen
+
+# do not build anything, lib is header only
+build {}
+
+# install only header files
+destroot.args           -C include


Property changes on: trunk/dports/devel/tclap/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101024/2b4aa52b/attachment.html>


More information about the macports-changes mailing list