[42998] trunk/dports/www/webarchiver/Portfile
boeyms at macports.org
boeyms at macports.org
Tue Dec 2 21:45:37 PST 2008
Revision: 42998
http://trac.macports.org/changeset/42998
Author: boeyms at macports.org
Date: 2008-12-02 21:45:37 -0800 (Tue, 02 Dec 2008)
Log Message:
-----------
webarchiver: update to latest version (0.3) with new web site.
Modified Paths:
--------------
trunk/dports/www/webarchiver/Portfile
Modified: trunk/dports/www/webarchiver/Portfile
===================================================================
--- trunk/dports/www/webarchiver/Portfile 2008-12-03 05:16:31 UTC (rev 42997)
+++ trunk/dports/www/webarchiver/Portfile 2008-12-03 05:45:37 UTC (rev 42998)
@@ -3,7 +3,7 @@
PortSystem 1.0
name webarchiver
-version 0.2
+version 0.3
categories www
platforms darwin
maintainers boeyms openmaintainer
@@ -12,13 +12,14 @@
webarchiver is a simply utility that allows you to create Safari\
webarchives (.webarchive) from the command line.\
webarchiver is compatible with Mac OSX 10.4 (Safari 2.0).
-homepage http://entropy.textdriven.com/articles/2007/02/25/webarchiver
-master_sites http://entropy.textdriven.com/files/
-distname ${name}-source-${version}
-use_zip yes
-checksums md5 167102c4d87f8d58a1b8f35908592b31 \
- sha1 3f8a0810102e437e7d349989be663154429eb1b8 \
- rmd160 bad18bfdeca1049d6549923ee95c61938c4fd8de
+homepage http://www.entropytheblog.com/blog/2008/11/webarchiver-create-safari-webarchives-from-the-command-line/
+master_sites http://github.com/paulwilliam/webarchiver/tarball/${version}/
+set author paulwilliam
+set commit_sha1 14f7c37ff6016a2d200f40f1f67245be849cec35
+distname ${author}-${name}-${commit_sha1}
+checksums md5 8fa12d143f6bbdfdb099ddab3b34451b \
+ sha1 fcd25d13f247dfe9f3a2ff62deb811819ed6844c \
+ rmd160 435278e36893d3710e35f9d2e6d253b7c7d87b69
use_configure no
build.cmd xcodebuild
build.target build
@@ -27,6 +28,9 @@
destroot {
xinstall -m 755 \
${worksrcpath}/build/Release/webarchiver ${destroot}${prefix}/bin
+ xinstall -d -m 755 ${destroot}${prefix}/share/doc/webarchiver
+ xinstall -m 644 \
+ ${worksrcpath}/README ${destroot}${prefix}/share/doc/webarchiver
# The source doesn't currently have a man page; guess I'll have to write
# one eventually. The following will be added once I've done so.
# xinstall -m 644 ${filespath}/webarchiver.1 ${prefix}/share/man/man1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081202/f0f54109/attachment.html>
More information about the macports-changes
mailing list