From yazzy@yazzy.org  Fri Sep 30 11:55:12 2005
Return-Path: <yazzy@yazzy.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0AB5416A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Sep 2005 11:55:12 +0000 (GMT)
	(envelope-from yazzy@yazzy.org)
Received: from mail.yazzy.org (mail.yazzy.org [217.8.140.16])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9010243D48
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 Sep 2005 11:55:11 +0000 (GMT)
	(envelope-from yazzy@yazzy.org)
Received: from 217-13-2-82.dd.nextgentel.com ([217.13.2.82] helo=marcin.witelcom.net)
	by mail.yazzy.org with esmtpa (YazzY.org) id 1ELJTO-0000Ct-Ix
	for FreeBSD-gnats-submit@freebsd.org; Fri, 30 Sep 2005 13:54:44 +0200
Message-Id: <1128081309.0@marcin.witelcom.net>
Date: Fri, 30 Sep 2005 13:55:09 +0200
From: "Marcin Jessa" <yazzy@yazzy.org>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: ezXML 0.8.5
X-Send-Pr-Version: gtk-send-pr 0.4.6 
X-GNATS-Notify:

>Number:         86755
>Category:       ports
>Synopsis:       new port: textproc/ezxml, ezXML 0.8.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mnag
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 30 12:00:34 GMT 2005
>Closed-Date:    Fri Sep 30 14:04:45 GMT 2005
>Last-Modified:  Fri Sep 30 14:04:45 GMT 2005
>Originator:     Marcin Jessa
>Release:        FreeBSD 6.0-BETA4 i386
>Organization:
YazzY.org 
>Environment:


System: FreeBSD 6.0-BETA4 #13: Mon Sep 12 11:26:13 CEST 2005
    root@marcin.witelcom.net:/usr/obj/usr/src/sys/WITELCOM



>Description:


ezXML is a C library for parsing XML documents inspired by simpleXML for PHP.
As the name implies, it's easy to use. It's ideal for
parsing XML configuration files or REST web service responses.
It's also fast and lightweight (less than 20k compiled).



>How-To-Repeat:





>Fix:


--- ezxml-0.8.5.shar begins here ---
# 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 <yazzy@yazzy.org>
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 <bsd.port.pre.mk>
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 <bsd.port.post.mk>
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

--- ezxml-0.8.5.shar ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mnag 
Responsible-Changed-By: mnag 
Responsible-Changed-When: Fri Sep 30 13:22:21 GMT 2005 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86755 
State-Changed-From-To: open->closed 
State-Changed-By: mnag 
State-Changed-When: Fri Sep 30 14:04:44 GMT 2005 
State-Changed-Why:  
Committed. Thanks. Next time use diff -u for updates. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=86755 
>Unformatted:
