[23999] trunk/dports/www

source_changes at macosforge.org source_changes at macosforge.org
Sat Apr 14 07:38:57 PDT 2007


Revision: 23999
          http://trac.macosforge.org/projects/macports/changeset/23999
Author:   boeyms at macports.org
Date:     2007-04-14 07:38:57 -0700 (Sat, 14 Apr 2007)

Log Message:
-----------
 * update email address for some of the ports that I maintain

Modified Paths:
--------------
    trunk/dports/www/polipo/Portfile

Added Paths:
-----------
    trunk/dports/www/quickie/
    trunk/dports/www/quickie/Portfile
    trunk/dports/www/quickie/files/
    trunk/dports/www/quickie/files/patch-lib__file__regular.cc

Modified: trunk/dports/www/polipo/Portfile
===================================================================
--- trunk/dports/www/polipo/Portfile	2007-04-14 14:34:37 UTC (rev 23998)
+++ trunk/dports/www/polipo/Portfile	2007-04-14 14:38:57 UTC (rev 23999)
@@ -6,7 +6,7 @@
 version			1.0.0
 categories		www
 platforms		darwin
-maintainers		boeyms at fastmail.fm openmaintainer at macports.org
+maintainers		boeyms at macports.org openmaintainer at macports.org
 description		small and fast web caching proxy
 long_description	Polipo is a small and fast caching web proxy designed to \
 				be used by one person or a small group of people.

Added: trunk/dports/www/quickie/Portfile
===================================================================
--- trunk/dports/www/quickie/Portfile	                        (rev 0)
+++ trunk/dports/www/quickie/Portfile	2007-04-14 14:38:57 UTC (rev 23999)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem 1.0
+name                    quickie
+version                 1.1
+categories              www
+maintainers             boeyms at fastmail.fm openmaintainer at macports.org
+description             A small, fast wiki engine written in C++
+long_description        In the words of the author: \
+                        "Quickie is a small footprint, fast C++ Wiki engine. I \
+                        went looking for small fast wiki engines and didn't \
+                        find one.  Too many were written in interpretive \
+                        languages with huge run-time footprints.  Quickie is \
+                        small and fast."
+
+platforms               darwin
+
+homepage                http://quickie.sourceforge.net/
+master_sites            sourceforge
+checksums               md5    05d1c560d571c32fbb6b37ac9607b2c8 \
+                        sha1   6725a71fa8661af779f644320f285db4f8efa87f \
+                        rmd160 2621cde0cdd3fee816b01b987d355d498855c6a1
+
+patchfiles              patch-lib__file__regular.cc
+
+configure.env           CPPFLAGS=-I${prefix}/include LIBS=-L${prefix}/lib
+configure.args          --infodir=${prefix}/share/info --mandir=${prefix}/share/man
+
+test.run                yes
+test.target             sure

Added: trunk/dports/www/quickie/files/patch-lib__file__regular.cc
===================================================================
--- trunk/dports/www/quickie/files/patch-lib__file__regular.cc	                        (rev 0)
+++ trunk/dports/www/quickie/files/patch-lib__file__regular.cc	2007-04-14 14:38:57 UTC (rev 23999)
@@ -0,0 +1,10 @@
+--- lib/file/regular.cc	2006-05-20 22:56:52.000000000 +0000
++++ lib/file/regular.cc.new	2007-03-30 16:02:22.000000000 +0000
+@@ -28,6 +28,7 @@
+ #include <ctime>
+ #include <fcntl.h>
+ #include <unistd.h>
++#include <sys/stat.h>
+ 
+ #include <careful.h>
+ #include <cgi.h>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070414/60cd40f9/attachment.html


More information about the macports-changes mailing list