[79556] trunk/dports/science/vbpp/Portfile

and.damore at macports.org and.damore at macports.org
Sat Jun 18 00:10:37 PDT 2011


Revision: 79556
          http://trac.macports.org/changeset/79556
Author:   and.damore at macports.org
Date:     2011-06-18 00:10:36 -0700 (Sat, 18 Jun 2011)
Log Message:
-----------
port vbpp, updated to 1.2.0 (uses autotools), changed homepage to a fork of the project as original home isn't available anymore

Modified Paths:
--------------
    trunk/dports/science/vbpp/Portfile

Modified: trunk/dports/science/vbpp/Portfile
===================================================================
--- trunk/dports/science/vbpp/Portfile	2011-06-18 05:14:13 UTC (rev 79555)
+++ trunk/dports/science/vbpp/Portfile	2011-06-18 07:10:36 UTC (rev 79556)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name             vbpp
-version          1.1.0
+version          1.2.0
 categories       science
 maintainers      nomaintainer
 description      Verilog preprocessor
@@ -10,17 +10,19 @@
 	VBPP is a Verilog preprocessor. It has support \
 	for most Verilog preprocessing directives and \
 	additional directives.
-homepage         http://www.flex.com/~jching/
+homepage         http://www.verilog.net/free.html
 platforms        darwin
 
-master_sites     ${homepage}
-checksums        md5 05e87eca8f55df157b1b99422b12c91d
+master_sites     http://www.verilog.net
+checksums           md5     493ac8a83f92018649a0bdc50d65c24b \
+                    sha1    79a05739977f98ab85678a7af16a189695dbd02d \
+                    rmd160  177ee8bd4a3ea53f367f307476117de4bb7c1bb9
 
-build.target     depend vpp
+post-destroot {
+    xinstall -d 755 ${destroot}${prefix}/share/doc/${name}
+    xinstall -d 755 ${destroot}${prefix}/share/examples/${name}
 
-test.run         yes
-test.target      examples
+	xinstall -m 444 -W ${worksrcpath} AUTHORS COPYING NEWS README ChangeLog ${destroot}${prefix}/share/doc/${name}
+	eval xinstall -m 444 [glob ${worksrcpath}/EXAMPLES/*] ${destroot}${prefix}/share/examples/${name}
+}
 
-destroot {
-	xinstall -m 555 ${worksrcpath}/vpp ${destroot}${prefix}/bin
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110618/7a414874/attachment.html>


More information about the macports-changes mailing list