# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ezxml/ # ezxml/files # ezxml/files/patch-Makefile # ezxml/Makefile # ezxml/distinfo # ezxml/pkg-descr # echo c - ezxml/ mkdir -p ezxml/ > /dev/null 2>&1 echo c - ezxml/files mkdir -p ezxml/files > /dev/null 2>&1 echo x - ezxml/files/patch-Makefile sed 's/^X//' >ezxml/files/patch-Makefile << 'END-of-ezxml/files/patch-Makefile' X--- Makefile.orig Wed Jun 1 10:58:04 2005 X+++ Makefile Thu Jul 28 10:13:03 2005 X@@ -21,10 +21,10 @@ X # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE X # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. X X-CC = gcc X+CC ?= gcc X AR = ar X RM = rm -f X-CFLAGS = -Wall -O2 X+CFLAGS ?= -Wall -O2 X OBJS = ezxml.o X LIB = libezxml.a X TEST = ezxmltest END-of-ezxml/files/patch-Makefile echo x - ezxml/Makefile sed 's/^X//' >ezxml/Makefile << 'END-of-ezxml/Makefile' X# New ports collection makefile for: ezxml X# Date created: 30th September 2005 X# Whom: Marcin Jessa X# $FreeBSD:$ X XPORTNAME= ezxml XPORTVERSION= 0.8.5 XCATEGORIES= textproc devel XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ X http://www.yazzy.org/ports/ezxml/ XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= yazzy@yazzy.org XCOMMENT= Easy to use C library for parsing XML documents X XWRKSRC= ${WRKDIR}/${PORTNAME} X XLIBFILES= libezxml.a XHEADERFILES= ezxml.h X XPLIST_FILES= include/${HEADERFILES} \ X lib/${LIBFILES} X X.if !defined(NOPORTDOCS) XPLIST_FILES+= %%EXAMPLESDIR%%/ezxml.txt XPLIST_DIRS= %%EXAMPLESDIR%% X.endif X X.include X Xdo-install: X ${INSTALL_DATA} ${WRKSRC}/${LIBFILES} ${PREFIX}/lib X ${INSTALL_DATA} ${WRKSRC}/${HEADERFILES} ${PREFIX}/include X X.if !defined(NOPORTDOCS) Xpost-install: X @${MKDIR} ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/ezxml.txt ${EXAMPLESDIR} X @${ECHO} "An example of how to use the ezXML library can be found in" X @${ECHO} "${EXAMPLESDIR}" X.endif X X.include END-of-ezxml/Makefile echo x - ezxml/distinfo sed 's/^X//' >ezxml/distinfo << 'END-of-ezxml/distinfo' XMD5 (ezxml-0.8.5.tar.gz) = a564a28e881db3589a4a2b90e8040787 XSIZE (ezxml-0.8.5.tar.gz) = 16606 END-of-ezxml/distinfo echo x - ezxml/pkg-descr sed 's/^X//' >ezxml/pkg-descr << 'END-of-ezxml/pkg-descr' XezXML is a C library for parsing XML documents inspired by simpleXML for PHP. XAs the name implies, it's easy to use. It's ideal for Xparsing XML configuration files or REST web service responses. XIt's also fast and lightweight (less than 20k compiled). X X- Marcin Jessa Xyazzy@yazzy.org X XWWW: http://ezxml.sourceforge.net/ END-of-ezxml/pkg-descr exit