[97561] trunk/dports/www

easieste at macports.org easieste at macports.org
Sun Sep 9 02:12:36 PDT 2012


Revision: 97561
          https://trac.macports.org/changeset/97561
Author:   easieste at macports.org
Date:     2012-09-09 02:12:34 -0700 (Sun, 09 Sep 2012)
Log Message:
-----------
emacs-w3m-dev:  Track the CVS version of W3M for Emacs 24.

Added Paths:
-----------
    trunk/dports/www/emacs-w3m-dev/
    trunk/dports/www/emacs-w3m-dev/Portfile

Added: trunk/dports/www/emacs-w3m-dev/Portfile
===================================================================
--- trunk/dports/www/emacs-w3m-dev/Portfile	                        (rev 0)
+++ trunk/dports/www/emacs-w3m-dev/Portfile	2012-09-09 09:12:34 UTC (rev 97561)
@@ -0,0 +1,45 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id: Portfile 64020 2010-02-20 10:16:45Z ryandesign at macports.org $
+
+PortSystem      1.0
+name            emacs-w3m-dev
+version         20120807
+categories      www
+license         GPL-2
+maintainers     easieste openmaintainer
+
+description     Use the w3m web browser inside emacs.
+
+long_description    \
+    w3m is a pager with WWW capability, developed by    \
+    Akinori ITO. Although it is a pager, it can be used \
+    as a text-mode WWW browser. emacs-w3m is a simple Emacs \
+    interface to w3m. \
+    emacs-w3m-dev tracks a version that works with Emacs 24.
+
+platforms       darwin
+homepage        http://emacs-w3m.namazu.org
+
+master_sites    ${homepage}
+fetch.type      cvs
+cvs.root        :pserver:anonymous at cvs.namazu.org:/storage/cvsroot 
+cvs.module      emacs-w3m
+cvs.password    anonymous
+cvs.date        ${version}
+worksrcdir      emacs-w3m
+
+depends_lib port:w3m    \
+        port:emacs
+
+use_autoconf    yes
+configure.args  --prefix=${destroot}${prefix}       \
+        --mandir=${destroot}${prefix}/share/man \
+        --infodir=${destroot}${prefix}/share/info
+
+post-activate   { ui_msg "To use emacs-w3m, put the following in your ~/.emacs:"
+          ui_msg "(require 'w3m-load)"
+          ui_msg ""
+          ui_msg "Then you can use w3m by typing M-x w3m"
+          ui_msg ""
+        }
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120909/a8302a52/attachment.html>


More information about the macports-changes mailing list