[26941] trunk/dports/www

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 12 11:07:00 PDT 2007


Revision: 26941
          http://trac.macosforge.org/projects/macports/changeset/26941
Author:   boeyms at macports.org
Date:     2007-07-12 11:07:00 -0700 (Thu, 12 Jul 2007)

Log Message:
-----------
New port: www/webarchiver.

Added Paths:
-----------
    trunk/dports/www/webarchiver/
    trunk/dports/www/webarchiver/Portfile

Added: trunk/dports/www/webarchiver/Portfile
===================================================================
--- trunk/dports/www/webarchiver/Portfile	                        (rev 0)
+++ trunk/dports/www/webarchiver/Portfile	2007-07-12 18:07:00 UTC (rev 26941)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem 1.0
+
+name            webarchiver
+version         0.2
+categories      www
+maintainers     boeyms at macports.org openmaintainer at macports.org
+description     Command-line tool to create Safari-style webarchives
+long_description \
+    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
+use_configure   no
+build.cmd       xcodebuild
+build.target    build
+# At present, this port builds universal by default.  I will fix this once I
+# figure out how to, but it's so tiny that it's not a big deal for now.
+destroot {
+    xinstall -m 755 \
+        ${worksrcpath}/build/Release/webarchiver ${destroot}${prefix}/bin
+#    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
+}


Property changes on: trunk/dports/www/webarchiver/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

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


More information about the macports-changes mailing list