From nobody@FreeBSD.org  Sat May 24 13:55:28 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5BCCB106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 24 May 2008 13:55:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 58EED8FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 24 May 2008 13:55:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m4ODrvtK039130
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 24 May 2008 13:53:57 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m4ODrvj4039129;
	Sat, 24 May 2008 13:53:57 GMT
	(envelope-from nobody)
Message-Id: <200805241353.m4ODrvj4039129@www.freebsd.org>
Date: Sat, 24 May 2008 13:53:57 GMT
From: Frank Fenor <frank@fenor.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: www/tcldom
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         123954
>Category:       ports
>Synopsis:       New port: www/tcldom
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    beech
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 24 14:00:01 UTC 2008
>Closed-Date:    Sun Jun 29 02:17:56 UTC 2008
>Last-Modified:  Sun Jun 29 02:20:01 UTC 2008
>Originator:     Frank Fenor
>Release:        FreeBSD 7.0-PRERELEASE
>Organization:
>Environment:
FreeBSD konzentrisch.de 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #5: Tue Feb  5 00:33:58 CET 2008
>Description:
This is the separated www/tcldom part from ports/123590. Other PR can be closed.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	/usr/ports/www/tcldom
#	/usr/ports/www/tcldom/Makefile
#	/usr/ports/www/tcldom/distinfo
#	/usr/ports/www/tcldom/pkg-descr
#	/usr/ports/www/tcldom/pkg-plist
#
echo c - /usr/ports/www/tcldom
mkdir -p /usr/ports/www/tcldom > /dev/null 2>&1
echo x - /usr/ports/www/tcldom/Makefile
sed 's/^X//' >/usr/ports/www/tcldom/Makefile << 'END-of-/usr/ports/www/tcldom/Makefile'
X# New ports collection makefile for:	TclDOM
X# Date created:				28 April 2008
X# Whom:					Frank Fenor <frank@fenor.de>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	tcldom
XPORTVERSION?=	2.0.2
XDISTVERSION=	3.1
XCATEGORIES=	www tcl
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	tclxml
X
XMAINTAINER=	frank@fenor.de
XCOMMENT=	DOM API for Tcl based on TclDOMPro
X
XBUILD_DEPENDS?=	${LOCALBASE}/include/expat.h:${PORTSDIR}/textproc/expat2
X
XWRKSRC?=	${WRKDIR}/${PORTNAME}-${DISTVERSION}/src
XUSE_TCL=	82+
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--with-tcl=${TCL_LIBDIR} \
X		--with-tclinclude=${TCL_INCLUDEDIR}
XCONFIGURE_ENV=	CFLAGS="${CFLAGS} -I\"${PREFIX}/include\""
XSHORTVER=	${PORTVERSION:C/([0-9]+\.[0-9]+).*/\1/g}
XPLIST_SUB=	VER=${SHORTVER} TCL_VER=${TCL_VER:S/.//}
XPLIST=		${PKGDIR}${PKGNAMESUFFIX}/pkg-plist
XPATCHDIR=	${PKGDIR}${PKGNAMESUFFIX}/files/
XUSE_LDCONFIG?=	${LOCALBASE}/lib/tcldom${SHORTVER}
X
X.include <bsd.port.mk>
END-of-/usr/ports/www/tcldom/Makefile
echo x - /usr/ports/www/tcldom/distinfo
sed 's/^X//' >/usr/ports/www/tcldom/distinfo << 'END-of-/usr/ports/www/tcldom/distinfo'
XMD5 (tcldom-3.1.tar.gz) = b5af0e29e5cf2109d1f1a9b1a6ec2d81
XSHA256 (tcldom-3.1.tar.gz) = 1eabfe884a072f18bd18b1ec9c495145057442e072fe5288d9742058d93278ed
XSIZE (tcldom-3.1.tar.gz) = 395572
END-of-/usr/ports/www/tcldom/distinfo
echo x - /usr/ports/www/tcldom/pkg-descr
sed 's/^X//' >/usr/ports/www/tcldom/pkg-descr << 'END-of-/usr/ports/www/tcldom/pkg-descr'
XTclDOM is a Tcl language binding for the W3C's DOM standard. DOM
Xprovides a tree view of an XML document.
X
XTclDOM is a package with several implementations, including one
Xwritten in pure Tcl, one written in C based on TclDOMPro and
Xanother that wraps the Gnome libxml2 library.
XThis port installs the TclDOMPro part.
X
XWWW: http://tclxml.sourceforge.net/tcldom.html
END-of-/usr/ports/www/tcldom/pkg-descr
echo x - /usr/ports/www/tcldom/pkg-plist
sed 's/^X//' >/usr/ports/www/tcldom/pkg-plist << 'END-of-/usr/ports/www/tcldom/pkg-plist'
Xlib/tcldom%%VER%%/pkgIndex.tcl
Xlib/tcldom%%VER%%/tcldom85.so.1
X@dirrm lib/tcldom%%VER%%
END-of-/usr/ports/www/tcldom/pkg-plist
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->beech 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat May 24 14:00:10 UTC 2008 
Responsible-Changed-Why:  
beech@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123954 

From: Beech Rintoul <beech@freebsd.org>
To: bug-followup@FreeBSD.org
Cc: Frank Fenor <frank@fenor.de>,
 Beech Rintoul <beech@freebsd.org>
Subject: Re: ports/123954: New port: www/tcldom
Date: Sun, 25 May 2008 00:08:34 -0800

 Please fix this and submit a diff or a new shar:
 
 ===> Validating port with portlint
 WARN: Makefile: unless this is a master port, PORTVERSION has to be 
 set by "=", not by "?=".
 FATAL: Makefile: either PORTVERSION or DISTVERSION must be specified, 
 not both.
 1 fatal error and 1 warning found.
 Error validating port
 
 
 Thanks,
 
 Beech
 -- 
 ---------------------------------------------------------------------------------------
 Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org
 /"\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
 \ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
  X  - NO Word docs in e-mail | Latest Release:
 / \  - http://www.FreeBSD.org/releases/7.0R/announce.html
 ---------------------------------------------------------------------------------------
 
 
 
State-Changed-From-To: open->closed 
State-Changed-By: beech 
State-Changed-When: Sun Jun 29 02:17:43 UTC 2008 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123954 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/123954: commit references a PR
Date: Sun, 29 Jun 2008 02:17:22 +0000 (UTC)

 beech       2008-06-29 02:17:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www                  Makefile 
   Added files:
     www/tcldom           Makefile distinfo pkg-descr 
   Log:
   TclDOM is a Tcl language binding for the W3C's DOM standard. DOM
   provides a tree view of an XML document.
   
   TclDOM is a package with several implementations, including one
   written in pure Tcl, one written in C based on TclDOMPro and
   another that wraps the Gnome libxml2 library.
   This port installs the TclDOMPro part.
   
   PR:             ports/123954
   Submitted by:   Frank Fenor <frank at fenor.de>
   
   Revision  Changes    Path
   1.2077    +1 -0      ports/www/Makefile
   1.1       +28 -0     ports/www/tcldom/Makefile (new)
   1.1       +3 -0      ports/www/tcldom/distinfo (new)
   1.1       +9 -0      ports/www/tcldom/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
