[20106] trunk/dports/www

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 18 22:44:41 PDT 2006


Revision: 20106
          http://trac.macosforge.org/projects/macports/changeset/20106
Author:   gwright at macports.org
Date:     2006-10-18 22:44:40 -0700 (Wed, 18 Oct 2006)

Log Message:
-----------
New port: emacs-w3m, access to the w3m text mode web browser from within
emacs.

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

Added: trunk/dports/www/emacs-w3m/Portfile
===================================================================
--- trunk/dports/www/emacs-w3m/Portfile	                        (rev 0)
+++ trunk/dports/www/emacs-w3m/Portfile	2006-10-19 05:44:40 UTC (rev 20106)
@@ -0,0 +1,35 @@
+# $Id: Portfile,v 1.18 2006/08/08 07:08:02 yeled Exp $
+
+PortSystem 1.0
+name		emacs-w3m
+version		1.4.4
+categories	www
+maintainers	gwright at macports.org
+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.
+
+platforms	darwin
+master_sites	http://emacs-w3m.namazu.org
+checksums	md5 6e592a9c0ab22fb532ebc3bcb21a45b1
+depends_lib	port:w3m	\
+		port:emacs
+
+variant devel	{ depends_lib-delete port:emacs
+		  depends_lib-append port:emacs-devel
+		}
+
+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/20061018/5c0fb07e/attachment.html


More information about the macports-changes mailing list