[29395] trunk/dports/net/howl/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 22 15:47:13 PDT 2007


Revision: 29395
          http://trac.macosforge.org/projects/macports/changeset/29395
Author:   nox at macports.org
Date:     2007-09-22 15:47:13 -0700 (Sat, 22 Sep 2007)

Log Message:
-----------
howl:
 * Updated to 1.0.0.
 * Added manpages installation.
 * Added standard doc installation.
 * Moved html documentation into docdir/html.

Modified Paths:
--------------
    trunk/dports/net/howl/Portfile

Modified: trunk/dports/net/howl/Portfile
===================================================================
--- trunk/dports/net/howl/Portfile	2007-09-22 22:16:55 UTC (rev 29394)
+++ trunk/dports/net/howl/Portfile	2007-09-22 22:47:13 UTC (rev 29395)
@@ -3,7 +3,7 @@
 PortSystem      1.0
 
 name            howl
-version         0.9.10
+version         1.0.0
 categories      net
 platforms       darwin
 maintainers     nomaintainer
@@ -21,11 +21,27 @@
 homepage        http://www.porchdogsoft.com/products/howl/
 master_sites    http://www.porchdogsoft.com/download/
 
-checksums       sha1 40e9c0fbfa8239641be3afa47a31ae6c10af1127
+checksums       md5 c389d3ffba0e69a179de2ec650f1fdcc \
+                sha1 0592b72e8d2fac24e737cf3455969a95c6505e24 \
+                rmd160 f8eb6633d9edbb62038795ea66dcbf9dca4cffc1
 
 patchfiles      patch-src-lib-howl-MacOSX-macosx_salt.c \
                 patch-src-lib-howl-MacOSX-macosx_salt.h
 
+configure.args  --mandir=${prefix}/share/man
+
+set docdir      ${prefix}/share/doc/${name}-${version}
+
+destroot.args   man_MANS="autoipd.8 mDNSResponder.8 nifd.8" \
+                howl_helpdir=${docdir}/html
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}-${version}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README TODO \
+        ${destroot}${docdir}
+}
+
 test.run        yes
 test.target     check
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070922/b8fb872f/attachment.html


More information about the macports-changes mailing list