Return-Path: Delivered-To: apmail-httpd-apreq-cvs-archive@httpd.apache.org Received: (qmail 25645 invoked by uid 500); 24 Jan 2002 19:51:34 -0000 Mailing-List: contact apreq-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-cvs@httpd.apache.org Received: (qmail 25633 invoked from network); 24 Jan 2002 19:51:34 -0000 Date: 24 Jan 2002 19:51:33 -0000 Message-ID: <20020124195133.47639.qmail@icarus.apache.org> From: joes@apache.org To: httpd-apreq-cvs@apache.org Subject: cvs commit: httpd-apreq MANIFEST README X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N joes 02/01/24 11:51:33 Modified: . MANIFEST README Log: elided misinformation regarding pure-C builds in README; uncommented lines in MANIFEST back to original form. Revision Changes Path 1.6 +3 -3 httpd-apreq/MANIFEST Index: MANIFEST =================================================================== RCS file: /home/cvs/httpd-apreq/MANIFEST,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- MANIFEST 20 Jan 2002 17:27:34 -0000 1.5 +++ MANIFEST 24 Jan 2002 19:51:33 -0000 1.6 @@ -1,11 +1,11 @@ -#Makefile.in +Makefile.in libtool acconfig.h acinclude.m4 aclocal.m4 config.guess config.sub -#configure +configure configure.in install-sh ltconfig @@ -38,7 +38,7 @@ c/apache_multipart_buffer.h c/apache_multipart_buffer.c c/Makefile.am -#c/Makefile.in +c/Makefile.in c/libapreq_config.h.in c/stamp-h.in eg/c/testapreq/mod_testapreq.c 1.6 +1 -13 httpd-apreq/README Index: README =================================================================== RCS file: /home/cvs/httpd-apreq/README,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- README 20 Jan 2002 17:27:35 -0000 1.5 +++ README 24 Jan 2002 19:51:33 -0000 1.6 @@ -11,18 +11,6 @@ See libapreq.pod for the C API documentation and eg/c/ for examples. -To build libapreq.a without perl, first be sure the appropriate -apxs binary is in your $PATH. Then - - % cd c/ - % cp Makefile.noperl Makefile - % make - -should build a static libapreq.a library, which together with the -*.h header files forms the C API for libapreq. There is no default -installation process for libapreq.a; the library and header files should -be manually copied into whatever location you feel is appropriate. - The Perl modules are simply a thin xs layer on top of libapreq, making them a lighter and faster alternative to CGI.pm and CGI::Cookie. See the Apache::Request and Apache::Cookie documentation @@ -33,7 +21,7 @@ The C implementation has a similar look-and-feel, including structures modeled from Lincoln's Perl design. -The Perl interface also includes cursory support for Perl+sfio builds: +The Perl interface also includes experimental support for Perl+sfio builds: % perl Makefile.PL DEFINE=-DSFIO % make