[107575] trunk/dports/textproc

sean at macports.org sean at macports.org
Tue Jul 2 17:41:26 PDT 2013


Revision: 107575
          https://trac.macports.org/changeset/107575
Author:   sean at macports.org
Date:     2013-07-02 17:41:26 -0700 (Tue, 02 Jul 2013)
Log Message:
-----------
sowing: add new port for generating fortran stubs

Modified Paths:
--------------
    trunk/dports/textproc/c2html/Portfile

Added Paths:
-----------
    trunk/dports/textproc/sowing/
    trunk/dports/textproc/sowing/Portfile
    trunk/dports/textproc/sowing/files/
    trunk/dports/textproc/sowing/files/patch-destdir.diff

Modified: trunk/dports/textproc/c2html/Portfile
===================================================================
--- trunk/dports/textproc/c2html/Portfile	2013-07-03 00:41:14 UTC (rev 107574)
+++ trunk/dports/textproc/c2html/Portfile	2013-07-03 00:41:26 UTC (rev 107575)
@@ -1,3 +1,4 @@
+# -*- 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

Added: trunk/dports/textproc/sowing/Portfile
===================================================================
--- trunk/dports/textproc/sowing/Portfile	                        (rev 0)
+++ trunk/dports/textproc/sowing/Portfile	2013-07-03 00:41:26 UTC (rev 107575)
@@ -0,0 +1,29 @@
+# -*- 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                sowing
+version             1.1.16d
+categories          textproc
+platforms           darwin
+license             GPL-2+
+maintainers         sean openmaintainer
+description         A parser for fortran interfaces
+long_description    ${description}
+
+homepage            http://mcs.anl.gov
+master_sites        http://ftp.mcs.anl.gov/pub/petsc/externalpackages
+
+checksums           rmd160  7bb5c3eb1a6158885b492f0fcd76728498f02eaa \
+                    sha256  a419cac486a2f9dc273dd50202e35e9fc8216bc3758d50248e2aef75e2fd8eed
+
+patchfiles          patch-destdir.diff
+
+configure.args      --datarootdir='$\{prefix\}/share/${name}'
+
+build.target
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     ${name}-(\[0-9.\]+\[a-z\])${extract.suffix}

Added: trunk/dports/textproc/sowing/files/patch-destdir.diff
===================================================================
--- trunk/dports/textproc/sowing/files/patch-destdir.diff	                        (rev 0)
+++ trunk/dports/textproc/sowing/files/patch-destdir.diff	2013-07-03 00:41:26 UTC (rev 107575)
@@ -0,0 +1,48 @@
+diff -ur ../sowing-1.1.16c-orig/Makefile.in ./Makefile.in
+--- ../sowing-1.1.16c-orig/Makefile.in	2011-10-27 14:54:31.000000000 -0500
++++ ./Makefile.in	2011-12-15 21:11:45.000000000 -0600
+@@ -1,6 +1,6 @@
+ ALL: all-redirect
+ SUBDIRS = src
+-prefix      = @prefix@
++prefix      = $(DESTDIR)@prefix@
+ exec_prefix = @exec_prefix@
+ bindir      = @bindir@
+ datarootdir = @datarootdir@
+diff -ur ../sowing-1.1.16c-orig/Makerules.in ./Makerules.in
+--- ../sowing-1.1.16c-orig/Makerules.in	2011-10-27 14:54:31.000000000 -0500
++++ ./Makerules.in	2011-12-15 21:12:17.000000000 -0600
+@@ -1,6 +1,6 @@
+ # Basic makefile rules that all Makes share
+ 
+-prefix=@prefix@
++prefix=$(DESTDIR)@prefix@
+ exec_prefix=@exec_prefix@
+ datarootdir=@datarootdir@
+ libdir=@libdir@
+Only in .: config.log
+Only in .: config.system
+diff -ur ../sowing-1.1.16c-orig/docs/Makefile.in ./docs/Makefile.in
+--- ../sowing-1.1.16c-orig/docs/Makefile.in	2011-10-27 14:54:31.000000000 -0500
++++ ./docs/Makefile.in	2011-12-15 21:13:00.000000000 -0600
+@@ -1,7 +1,7 @@
+ ALL: install.ps tohtml.ps bfort.ps doctext.ps install.pdf tohtml.pdf doctext.pdf
+ SHELL = @SHELL@
+ TOHTML = ../src/tohtml/tohtml
+-prefix = @prefix@
++prefix = $(DESTDIR)@prefix@
+ wwwdir = @wwwdir@
+ 
+ doc_POSTSCRIPT = install.ps tohtml.ps bfort.ps doctext.ps
+diff -ur ../sowing-1.1.16c-orig/docs/doctext/Makefile.in ./docs/doctext/Makefile.in
+--- ../sowing-1.1.16c-orig/docs/doctext/Makefile.in	2011-10-27 14:54:31.000000000 -0500
++++ ./docs/doctext/Makefile.in	2011-12-15 21:13:18.000000000 -0600
+@@ -8,7 +8,7 @@
+ #TEXPATH=.:/home/gropp/texhome/share/texmf/tex/latex209
+ #TOHTML = tohtml
+ TOHTML = ../../src/tohtml/tohtml
+-prefix = @prefix@
++prefix = $(DESTDIR)@prefix@
+ wwwdir = @wwwdir@
+ 
+ # Need to add installation steps.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130702/376185e9/attachment.html>


More information about the macports-changes mailing list