Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv7158/10.4-pangocairo/unstable/main/finkinfo/web

Modified Files:
      Tag: pangocairo-branch
        lighttpd.info lighttpd.patch mapserver.info 
Added Files:
      Tag: pangocairo-branch
        swftools.info 
Log Message:
some syncing public <-> pangocairo


--- NEW FILE: swftools.info ---
Package: swftools
Version: 0.8.1
Revision: 2
Source: http://www.swftools.org/%n-%v.tar.gz
Source-MD5: 932f4e5fce551ed70c0390fdc0eb1af6
GCC: 4.0
Maintainer: Christian Simon <[EMAIL PROTECTED]>
HomePage: http://www.swftools.org
License: GPL
Description: Collection of SWF manipulation utilities 
Depends: <<
        freetype219-shlibs,
        lame-shlibs,
        libjpeg-shlibs,
        libungif-shlibs,
        t1lib5-nox-shlibs
<<
BuildDepends: <<
        freetype219,
        lame,
        libjpeg,
        libungif,
        t1lib5-nox
<<
ConfigureParams: --prefix=%p PATH="%p/lib/freetype219/bin:$PATH" 
LDFLAGS="-L%p/lib/freetype219/lib -L%p/lib" 
CPPFLAGS="-I%p/lib/freetype219/include -I%p/include -I%p/include/lame" 
InstallScript: <<
#!/bin/sh -ev
make install prefix=%i 
<<
DescDetail: << 
SWF Tools is a collection of SWF manipulation and 
creation utilities written by Rainer Bohme 
and Matthias Kramm. Included are: PDF2SWF, SWFCombine, etc...
<<



Index: mapserver.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/mapserver.info,v
retrieving revision 1.7.2.4
retrieving revision 1.7.2.5
diff -u -d -r1.7.2.4 -r1.7.2.5
--- mapserver.info      17 Oct 2007 17:36:53 -0000      1.7.2.4
+++ mapserver.info      20 Apr 2008 19:47:15 -0000      1.7.2.5
@@ -1,6 +1,6 @@
 Package: mapserver
 Version: 4.10.2
-Revision: 1001
+Revision: 1002
 Distribution: 10.4
 Description: Spatial Web Development Environment
 License: BSD

Index: lighttpd.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/lighttpd.patch,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- lighttpd.patch      18 Sep 2007 00:27:44 -0000      1.1.2.4
+++ lighttpd.patch      20 Apr 2008 19:47:15 -0000      1.1.2.5
@@ -437,28 +437,3 @@
  
  hdr = server.h buffer.h network.h log.h keyvalue.h \
        response.h request.h fastcgi.h chunk.h \
-diff --unidirectional-new-file -u -r lighttpd-1.4.16.orig/src/connections.c 
lighttpd-1.4.16/src/connections.c
---- lighttpd-1.4.16.orig/src/connections.c     2007-08-15 19:19:51.000000000 
+0400
-+++ lighttpd-1.4.16/src/connections.c  2007-08-15 19:22:02.000000000 +0400
-@@ -1445,7 +1445,9 @@
-                               } else if (con->in_error_handler) {
-                                       /* error-handler is back and has 
generated content */
-                                       /* if Status: was set, take it 
otherwise use 200 */
--                                      con->http_status = 
con->error_handler_saved_status;
-+                                      if (con->http_status == 0) {
-+                                              con->http_status = 
con->error_handler_saved_status;
-+                                      }
-                               }
- 
-                               if (con->http_status == 0) con->http_status = 
200;
-diff --unidirectional-new-file -u -r lighttpd-1.4.16.orig/src/mod_staticfile.c 
lighttpd-1.4.16/src/mod_staticfile.c
---- lighttpd-1.4.16.orig/src/mod_staticfile.c  2007-08-15 19:19:51.000000000 
+0400
-+++ lighttpd-1.4.16/src/mod_staticfile.c       2007-08-15 19:22:30.000000000 
+0400
-@@ -506,6 +506,7 @@
-        */
-       http_chunk_append_file(srv, con, con->physical.path, 0, 
sce->st.st_size);
- 
-+      con->http_status = 200;
-       con->file_finished = 1;
- 
-       return HANDLER_FINISHED;

Index: lighttpd.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/lighttpd.info,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- lighttpd.info       18 Sep 2007 00:27:43 -0000      1.1.2.4
+++ lighttpd.info       20 Apr 2008 19:47:15 -0000      1.1.2.5
@@ -1,5 +1,5 @@
 Package: lighttpd
-Version: 1.4.16
+Version: 1.4.19
 Revision: 1
 DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README
 Description: Lightning fast web server
@@ -13,12 +13,12 @@
 Recommends: lighttpd-access, lighttpd-accesslog
 
 Source: http://www.lighttpd.net/download/lighttpd-%v.tar.bz2
-Source-MD5: ea671997591f772417b7e540d325f8cc
+Source-MD5: d787374e4e4aaa09d5cfa9ab9d23ad40 
 Source2: 
http://trac.lighttpd.net/trac/attachment/wiki/Docs/ModGeoip/mod_geoip.c?format=raw
 Source2-MD5: 41f3f2dccb0ba01de097322ba68b5422
 
 PatchFile: %n.patch
-PatchFile-MD5: cf40e19e415d81b980f15e105ea2886b
+PatchFile-MD5: c75aa04bf635d9451d023d966478d282 
 PatchScript: <<
   patch -p1 < %{PatchFile}
   aclocal-1.9


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to