From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 9 02:00:15 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E998710656E8 for ; Thu, 9 Sep 2010 02:00:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ADF348FC08 for ; Thu, 9 Sep 2010 02:00:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8920FWA091753 for ; Thu, 9 Sep 2010 02:00:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8920Fo6091732; Thu, 9 Sep 2010 02:00:15 GMT (envelope-from gnats) Resent-Date: Thu, 9 Sep 2010 02:00:15 GMT Resent-Message-Id: <201009090200.o8920Fo6091732@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE90C10656C4 for ; Thu, 9 Sep 2010 01:59:05 +0000 (UTC) (envelope-from pi@fa8.opsec.eu) Received: from fa8.opsec.eu (fa8.opsec.eu [IPv6:2001:14f8:200:4::2]) by mx1.freebsd.org (Postfix) with ESMTP id 7D6D78FC0A for ; Thu, 9 Sep 2010 01:59:05 +0000 (UTC) Received: from pi by fa8.opsec.eu with local (Exim 4.72 (FreeBSD)) (envelope-from ) id 1OtWPv-0003Sq-Q4; Thu, 09 Sep 2010 03:59:11 +0200 Message-Id: Date: Thu, 09 Sep 2010 03:59:11 +0200 From: Kurt Jaeger To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: lemke@lemke-it.org Subject: ports/150398: update and rename devel/cego-xml to lfcxml X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2010 02:00:16 -0000 >Number: 150398 >Category: ports >Synopsis: update and rename devel/cego-xml to lfcxml >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Sep 09 02:00:14 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 8.1-RELEASE amd64 >Organization: - >Environment: System: FreeBSD fa8.opsec.eu 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: update and rename cego-base to lfc because of name space collissions See ports/149984 and ports/150346 >How-To-Repeat: - >Fix: #!/bin/sh # This is a shell archive echo x devel/lfcxml mkdir -p devel/lfcxml > /dev/null 2>&1 echo x devel/lfcxml/Makefile sed 's/^X//' > devel/lfcxml/Makefile << 'SHAR_END' X# New ports collection makefile for: lfcxml X# Date created: 20100907 X# Whom: Kurt Jaeger X# X# $FreeBSD$ X XPORTNAME= lfcxml XPORTVERSION= 1.0.22 XCATEGORIES= devel XMASTER_SITES= http://www.lemke-it.com/ XDISTNAME= lfcxml-${PORTVERSION} X XMAINTAINER= fbsd-ports@opsec.eu XCOMMENT= C++ XML library, used for databases/cego X XLIB_DEPENDS= lfc.1:${PORTSDIR}/devel/lfc X XLICENSE= GPLv2 XGNU_CONFIGURE= yes XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" XUSE_LDCONFIG= yes XUSE_AUTOTOOLS= autoconf:262:env X X.include SHAR_END echo x devel/lfcxml/distinfo sed 's/^X//' > devel/lfcxml/distinfo << 'SHAR_END' XMD5 (lfcxml-1.0.22.tar.gz) = 97c47958b75409ec1551943817d3402c XSHA256 (lfcxml-1.0.22.tar.gz) = b51d4b90cbc849b5d3503df414df35161d1a42d087a24b7e22685888c7cbf9d5 XSIZE (lfcxml-1.0.22.tar.gz) = 214726 SHAR_END echo x devel/lfcxml/pkg-descr sed 's/^X//' > devel/lfcxml/pkg-descr << 'SHAR_END' XThis is a C++ XML library, used for databases/cego and probably Xother applications X XMany more details are available at: X XWWW: http://www.lemke-it.com/ SHAR_END echo x devel/lfcxml/pkg-plist sed 's/^X//' > devel/lfcxml/pkg-plist << 'SHAR_END' Xinclude/lfc/Attribute.h Xinclude/lfc/Document.h Xinclude/lfc/Element.h Xinclude/lfc/XML.h Xinclude/lfc/XMLEscaper.h Xinclude/lfc/XMLInStream.h Xinclude/lfc/XMLOutStream.h Xinclude/lfc/XMLSuite.h Xlib/lfc/liblfcxml.a Xlib/lfc/liblfcxml.so.1 X@dirrm lib/lfc X@dirrm include/lfc SHAR_END exit >Release-Note: >Audit-Trail: >Unformatted: