[92245] trunk/dports/math/espresso/Portfile

mww at macports.org mww at macports.org
Sun Apr 22 13:05:06 PDT 2012


Revision: 92245
          https://trac.macports.org/changeset/92245
Author:   mww at macports.org
Date:     2012-04-22 13:05:05 -0700 (Sun, 22 Apr 2012)
Log Message:
-----------
math/espresso: add documentation

Modified Paths:
--------------
    trunk/dports/math/espresso/Portfile

Modified: trunk/dports/math/espresso/Portfile
===================================================================
--- trunk/dports/math/espresso/Portfile	2012-04-22 19:50:47 UTC (rev 92244)
+++ trunk/dports/math/espresso/Portfile	2012-04-22 20:05:05 UTC (rev 92245)
@@ -4,6 +4,7 @@
 
 name                espresso
 version             1.0
+revision            1
 categories          match science devel
 platforms           darwin
 license             BSD
@@ -14,12 +15,25 @@
                     digital electronic gate circuits
 
 homepage            http://embedded.eecs.berkeley.edu/pubs/downloads/espresso/
-master_sites        ftp://ftp.cs.man.ac.uk/pub/amulet/balsa/other-software/
-distname            espresso-ab-${version}
+master_sites        ftp://ftp.cs.man.ac.uk/pub/amulet/balsa/other-software/:src \
+                    http://embedded.eecs.berkeley.edu/pubs/downloads/espresso/:doc
 
-checksums           md5     1c60ac344779dc8753f8e0785eafd8ac \
-                    sha1    f5b6e98525b13bb8d6cdededa6ae1810fbe3ca1f \
-                    rmd160  36fa7f468db170d7a32f087401f1a9c819a7d606
+distfiles           espresso-ab-${version}.tar.gz:src espresso.man.tar.gz:doc
 
+checksums           espresso-ab-1.0.tar.gz \
+                    rmd160  36fa7f468db170d7a32f087401f1a9c819a7d606 \
+                    sha256  788a47b64258b8371e138c267da6043be324d49058462efe2f6870515bfd5479 \
+                    espresso.man.tar.gz \
+                    rmd160  2d2929b156a8e68915fd4b6168455a0a2bb4d171 \
+                    sha256  4f63380e136351a2e229dd5c35ebeaffd14512e856ac317e77d18e67d4f45858
+
+worksrcdir          espresso-ab-${version}
+
 patchfiles          patch-src-unate.c.diff
 
+post-destroot {
+    set mandir ${destroot}${prefix}/share/man
+    xinstall -m 755 -d ${mandir}/man1 ${mandir}/man5
+    xinstall -m 644 ${workpath}/espresso.1 ${mandir}/man1/
+    xinstall -m 644 ${workpath}/espresso.5 ${mandir}/man5/
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120422/8bc62c86/attachment.html>


More information about the macports-changes mailing list