[47674] trunk/dports/www

snc at macports.org snc at macports.org
Tue Mar 3 07:51:06 PST 2009


Revision: 47674
          http://trac.macports.org/changeset/47674
Author:   snc at macports.org
Date:     2009-03-03 07:51:05 -0800 (Tue, 03 Mar 2009)
Log Message:
-----------
created edbrowse

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

Added: trunk/dports/www/edbrowse/Portfile
===================================================================
--- trunk/dports/www/edbrowse/Portfile	                        (rev 0)
+++ trunk/dports/www/edbrowse/Portfile	2009-03-03 15:51:05 UTC (rev 47674)
@@ -0,0 +1,53 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                edbrowse
+version             3.4.3
+categories          www
+maintainers         snc email.uc.edu:obrienj
+description         A combination editor, browser, and mail client that is \
+                    100% text based.
+long_description    Edbrowse is a combination editor, browser, and mail client \
+                    that is 100% text based.  The interface is similar to \
+                    /bin/ed, though there are many more features, such as \
+                    editing multiple files simultaneously, and rendering html.\
+                    This program was originally written for blind users, but \
+                    many sighted users have taken advantage of the unique \
+                    scripting capabilities of this program, which can be found \
+                    nowhere else.  A batch job, or cron job, can access web \
+                    pages on the internet, submit forms, and send email, with \
+                    no human intervention whatsoever.  edbrowse can also tap \
+                    into databases through odbc.
+
+homepage            http://eklhad.net/edbrowse/
+
+platforms           darwin freebsd
+depends_lib         port:pcre \
+                    port:spidermonkey \
+                    port:curl \
+                    port:openssl
+
+master_sites        ${homepage}
+use_zip             yes
+
+checksums           md5 67ef18f1d64538cfaafdf99d2cdd676d \
+                    sha1 fe9e27f9708731899803539f6e7272335faed791 \
+                    rmd160 01a0be54e33b17bc2a018cfac53c2037a39ab67f
+
+set worksrcpath     ${worksrcpath}/src
+
+patch {
+    reinplace       "s| -I/usr/include||" ${worksrcpath}/makefile.osx
+    reinplace       "s| -L/usr/lib||" ${worksrcpath}/makefile.osx
+    reinplace       "s|/usr/local/bin|${destroot}${prefix}/bin|" ${worksrcpath}/makefile.osx
+}
+
+use_configure       no
+
+build.cmd           "cd src && make -f makefile.osx"
+build.target        all
+
+livecheck.regex     {(3.[0-9].[0-9])}
+livecheck.check     regex


Property changes on: trunk/dports/www/edbrowse/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090303/a09d03fb/attachment.html>


More information about the macports-changes mailing list