[145823] trunk/dports/python

petr at macports.org petr at macports.org
Thu Feb 18 03:19:14 PST 2016


Revision: 145823
          https://trac.macports.org/changeset/145823
Author:   petr at macports.org
Date:     2016-02-18 03:19:14 -0800 (Thu, 18 Feb 2016)
Log Message:
-----------
obspy_select: new select port for py-obspy

Added Paths:
-----------
    trunk/dports/python/obspy_select/
    trunk/dports/python/obspy_select/Portfile
    trunk/dports/python/obspy_select/files/
    trunk/dports/python/obspy_select/files/base
    trunk/dports/python/obspy_select/files/none

Added: trunk/dports/python/obspy_select/Portfile
===================================================================
--- trunk/dports/python/obspy_select/Portfile	                        (rev 0)
+++ trunk/dports/python/obspy_select/Portfile	2016-02-18 11:19:14 UTC (rev 145823)
@@ -0,0 +1,31 @@
+# -*- 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
+PortGroup           select 1.0
+
+name                obspy_select
+version             1.0
+categories          python
+license             BSD
+platforms           darwin
+supported_archs     noarch
+
+maintainers         petr openmaintainer
+
+description         Common files for selecting default ObsPy version
+long_description \
+   This port installs files that allow 'port select' to be used to \
+   create links to the preferred default version of ObsPy, port 'py-obspy'.
+
+homepage            http://www.macports.org/
+
+distfiles
+use_configure       no
+build               {}
+destroot            {}
+
+select.entries      {obspy base} \
+                    {obspy none}
+
+livecheck.type      none


Property changes on: trunk/dports/python/obspy_select/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/python/obspy_select/files/base
===================================================================
--- trunk/dports/python/obspy_select/files/base	                        (rev 0)
+++ trunk/dports/python/obspy_select/files/base	2016-02-18 11:19:14 UTC (rev 145823)
@@ -0,0 +1,26 @@
+bin/obspy-dataless2resp
+bin/obspy-dataless2xseed
+bin/obspy-flinn-engdahl
+bin/obspy-indexer
+bin/obspy-mopad
+bin/obspy-mseed-recordanalyzer
+bin/obspy-plot
+bin/obspy-print
+bin/obspy-reftek-rescue
+bin/obspy-runtests
+bin/obspy-scan
+bin/obspy-sds-report
+bin/obspy-xseed2dataless
+share/man/man1/obspy-dataless2resp.1
+share/man/man1/obspy-dataless2xseed.1
+share/man/man1/obspy-flinn-engdahl.1
+share/man/man1/obspy-indexer.1
+share/man/man1/obspy-mopad.1
+share/man/man1/obspy-mseed-recordanalyzer.1
+share/man/man1/obspy-plot.1
+share/man/man1/obspy-print.1
+share/man/man1/obspy-reftek-rescue.1
+share/man/man1/obspy-runtests.1
+share/man/man1/obspy-scan.1
+share/man/man1/obspy-sds-report.1
+share/man/man1/obspy-xseed2dataless.1

Added: trunk/dports/python/obspy_select/files/none
===================================================================
--- trunk/dports/python/obspy_select/files/none	                        (rev 0)
+++ trunk/dports/python/obspy_select/files/none	2016-02-18 11:19:14 UTC (rev 145823)
@@ -0,0 +1 @@
+-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160218/eb43b409/attachment.html>


More information about the macports-changes mailing list