From linimon@FreeBSD.org  Mon Apr 16 19:16:48 2007
Return-Path: <linimon@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id C827E16A400
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Apr 2007 19:16:48 +0000 (UTC)
	(envelope-from linimon@FreeBSD.org)
Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40])
	by mx1.freebsd.org (Postfix) with ESMTP id B793F13C46A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Apr 2007 19:16:48 +0000 (UTC)
	(envelope-from linimon@FreeBSD.org)
Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1])
	by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l3GJGmPp083910
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Apr 2007 19:16:48 GMT
	(envelope-from linimon@freefall.freebsd.org)
Received: (from linimon@localhost)
	by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l3GJGmlR083909;
	Mon, 16 Apr 2007 19:16:48 GMT
	(envelope-from linimon)
Message-Id: <200704161916.l3GJGmlR083909@freefall.freebsd.org>
Date: Mon, 16 Apr 2007 19:16:48 GMT
From: Max Brazhnikov<makc@issp.ac.ru>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [maintainer] math/qwtplot3d: clean up port

>Number:         111730
>Category:       ports
>Synopsis:       [maintainer] math/qwtplot3d: clean up port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 16 19:20:11 GMT 2007
>Closed-Date:    Tue Apr 17 18:51:01 GMT 2007
>Last-Modified:  Tue Apr 17 19:00:25 GMT 2007
>Originator:     Max Brazhnikov
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
FreeBSD luna 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu Jan 18 12:52:49 MSK 2007     root@luna.zuzino.mipt.ru:/usr/obj/usr/src/sys/LUNA  i386
>Description:
move to ${LOCALBASE}
INSTALLS_SHLIB -> USE_LDCONFIG
use COPYTREE macro
use static pkg-plist

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude=CVS /usr/ports/math/qwtplot3d/Makefile /home/makc/porting/ports/math/qwtplot3d/Makefile
--- /usr/ports/math/qwtplot3d/Makefile	Tue Feb 13 03:16:25 2007
+++ /home/makc/porting/ports/math/qwtplot3d/Makefile	Mon Apr 16 16:14:42 2007
@@ -8,6 +8,7 @@
 
 PORTNAME=	qwtplot3d
 PORTVERSION=	0.2.6
+PORTREVISION=	1
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -19,11 +20,9 @@
 BUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake
 
 USE_QT_VER=	3
-USE_X_PREFIX=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
-MAKE_ENV=	QTDIR=${QT_PREFIX} \
-		MOC=${MOC}
-INSTALLS_SHLIB=	yes
+MAKE_ENV=	QTDIR=${QT_PREFIX}
+USE_LDCONFIG=	yes
 
 pre-build:
 	@cd ${WRKSRC}; qmake -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ ${PORTNAME}.pro
@@ -34,12 +33,8 @@
 	${LN} -fs ${PREFIX}/lib/libqwtplot3d.so.${PORTVERSION} ${PREFIX}/lib/libqwtplot3d.so.0
 	${LN} -fs ${PREFIX}/lib/libqwtplot3d.so.${PORTVERSION} ${PREFIX}/lib/libqwtplot3d.so
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${EXAMPLESDIR}
-	${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
-	@${FIND} ${EXAMPLESDIR} ! -type d | \
-		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
-	@${FIND} ${EXAMPLESDIR} -type d | ${SORT} -r | \
-		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
+	${MKDIR} ${EXAMPLESDIR}
+	(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
 .endif
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/math/qwtplot3d/pkg-plist /home/makc/porting/ports/math/qwtplot3d/pkg-plist
--- /usr/ports/math/qwtplot3d/pkg-plist	Sun Apr 16 00:11:16 2006
+++ /home/makc/porting/ports/math/qwtplot3d/pkg-plist	Mon Apr 16 16:00:14 2007
@@ -29,3 +29,87 @@
 lib/libqwtplot3d.so
 lib/libqwtplot3d.so.0
 lib/libqwtplot3d.so.0.2.6
+%%PORTDOCS%%share/examples/qwtplot3d/autoswitch/autoswitch.cpp
+%%PORTDOCS%%share/examples/qwtplot3d/autoswitch/autoswitch.h
+%%PORTDOCS%%share/examples/qwtplot3d/autoswitch/autoswitch.pro
+%%PORTDOCS%%share/examples/qwtplot3d/axes/axes.pro
+%%PORTDOCS%%share/examples/qwtplot3d/axes/src/axes.h
+%%PORTDOCS%%share/examples/qwtplot3d/axes/src/axesmainwindow.cpp
+%%PORTDOCS%%share/examples/qwtplot3d/axes/src/axesmainwindow.h
+%%PORTDOCS%%share/examples/qwtplot3d/axes/src/axesmainwindowbase.ui
+%%PORTDOCS%%share/examples/qwtplot3d/axes/src/axesmainwindowbase4.ui
+%%PORTDOCS%%share/examples/qwtplot3d/axes/src/main.cpp
+%%PORTDOCS%%share/examples/qwtplot3d/box.png
+%%PORTDOCS%%share/examples/qwtplot3d/common.pro
+%%PORTDOCS%%share/examples/qwtplot3d/dsp.bat
+%%PORTDOCS%%share/examples/qwtplot3d/enrichments/enrichments.pro
+%%PORTDOCS%%share/examples/qwtplot3d/enrichments/src/enrichmentmainwindow.cpp
+%%PORTDOCS%%share/examples/qwtplot3d/enrichments/src/enrichmentmainwindow.h
+%%PORTDOCS%%share/examples/qwtplot3d/enrichments/src/enrichmentmainwindowbase.ui
+%%PORTDOCS%%share/examples/qwtplot3d/enrichments/src/enrichmentmainwindowbase4.ui
+%%PORTDOCS%%share/examples/qwtplot3d/enrichments/src/enrichments.cpp
+%%PORTDOCS%%share/examples/qwtplot3d/enrichments/src/enrichments.h
+%%PORTDOCS%%share/examples/qwtplot3d/enrichments/src/main.cpp
+%%PORTDOCS%%share/examples/qwtplot3d/examples.dsw
+%%PORTDOCS%%share/examples/qwtplot3d/examples.pro
+%%PORTDOCS%%share/examples/qwtplot3d/examples.sln
+%%PORTDOCS%%share/examples/qwtplot3d/filecell.png
+%%PORTDOCS%%share/examples/qwtplot3d/fileopen.png
+%%PORTDOCS%%share/examples/qwtplot3d/filledmesh.png
+%%PORTDOCS%%share/examples/qwtplot3d/floordata.png
+%%PORTDOCS%%share/examples/qwtplot3d/floorempty.png
+%%PORTDOCS%%share/examples/qwtplot3d/flooriso.png
+%%PORTDOCS%%share/examples/qwtplot3d/floormesh.png
+%%PORTDOCS%%share/examples/qwtplot3d/frame.png
+%%PORTDOCS%%share/examples/qwtplot3d/grid.png
+%%PORTDOCS%%share/examples/qwtplot3d/gridb.png
+%%PORTDOCS%%share/examples/qwtplot3d/gridc.png
+%%PORTDOCS%%share/examples/qwtplot3d/gridf.png
+%%PORTDOCS%%share/examples/qwtplot3d/gridfr.png
+%%PORTDOCS%%share/examples/qwtplot3d/gridl.png
+%%PORTDOCS%%share/examples/qwtplot3d/gridr.png
+%%PORTDOCS%%share/examples/qwtplot3d/hiddenline.png
+%%PORTDOCS%%share/examples/qwtplot3d/icon.ico
+%%PORTDOCS%%share/examples/qwtplot3d/icon.png
+%%PORTDOCS%%share/examples/qwtplot3d/icon.rc
+%%PORTDOCS%%share/examples/qwtplot3d/images.qrc
+%%PORTDOCS%%share/examples/qwtplot3d/mesh2/mesh2.pro
+%%PORTDOCS%%share/examples/qwtplot3d/mesh2/src/colormapreader.cpp
+%%PORTDOCS%%share/examples/qwtplot3d/mesh2/src/colormapreader.h
+%%PORTDOCS%%share/examples/qwtplot3d/mesh2/src/designerworkaround.cpp
+%%PORTDOCS%%share/examples/qwtplot3d/mesh2/src/designerworkaround.h
+%%PORTDOCS%%share/examples/qwtplot3d/mesh2/src/femreader.h
+%%PORTDOCS%%share/examples/qwtplot3d/mesh2/src/functions.h
+%%PORTDOCS%%share/examples/qwtplot3d/mesh2/src/lightingdlg.cpp
+%%PORTDOCS%%share/examples/qwtplot3d/mesh2/src/lightingdlg.h
+%%PORTDOCS%%share/examples/qwtplot3d/mesh2/src/lightingdlgbase.ui
+%%PORTDOCS%%share/examples/qwtplot3d/mesh2/src/lightingdlgbase4.ui
+%%PORTDOCS%%share/examples/qwtplot3d/mesh2/src/lightingdlgbaseimpl.cpp
+%%PORTDOCS%%share/examples/qwtplot3d/mesh2/src/lightingdlgbaseimpl.h
+%%PORTDOCS%%share/examples/qwtplot3d/mesh2/src/main.cpp
+%%PORTDOCS%%share/examples/qwtplot3d/mesh2/src/mesh.cpp
+%%PORTDOCS%%share/examples/qwtplot3d/mesh2/src/mesh2mainwindow.cpp
+%%PORTDOCS%%share/examples/qwtplot3d/mesh2/src/mesh2mainwindow.h
+%%PORTDOCS%%share/examples/qwtplot3d/mesh2/src/mesh2mainwindowbase.ui
+%%PORTDOCS%%share/examples/qwtplot3d/mesh2/src/mesh2mainwindowbase4.ui
+%%PORTDOCS%%share/examples/qwtplot3d/mesh2/src/thesis.tex
+%%PORTDOCS%%share/examples/qwtplot3d/movie.png
+%%PORTDOCS%%share/examples/qwtplot3d/nodata.png
+%%PORTDOCS%%share/examples/qwtplot3d/none.png
+%%PORTDOCS%%share/examples/qwtplot3d/normals.png
+%%PORTDOCS%%share/examples/qwtplot3d/polygon.png
+%%PORTDOCS%%share/examples/qwtplot3d/qwtplot.png
+%%PORTDOCS%%share/examples/qwtplot3d/savecontent.png
+%%PORTDOCS%%share/examples/qwtplot3d/scattered.png
+%%PORTDOCS%%share/examples/qwtplot3d/simpleplot/simpleplot.cpp
+%%PORTDOCS%%share/examples/qwtplot3d/simpleplot/simpleplot.pro
+%%PORTDOCS%%share/examples/qwtplot3d/wireframe.png
+%%PORTDOCS%%@dirrm share/examples/qwtplot3d/simpleplot
+%%PORTDOCS%%@dirrm share/examples/qwtplot3d/mesh2/src
+%%PORTDOCS%%@dirrm share/examples/qwtplot3d/mesh2
+%%PORTDOCS%%@dirrm share/examples/qwtplot3d/enrichments/src
+%%PORTDOCS%%@dirrm share/examples/qwtplot3d/enrichments
+%%PORTDOCS%%@dirrm share/examples/qwtplot3d/axes/src
+%%PORTDOCS%%@dirrm share/examples/qwtplot3d/axes
+%%PORTDOCS%%@dirrm share/examples/qwtplot3d/autoswitch
+%%PORTDOCS%%@dirrm share/examples/qwtplot3d

>Release-Note:
>Audit-Trail:
Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Mon Apr 16 19:22:51 UTC 2007 
Class-Changed-Why:  
Fix category (submitter is maintainer) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111730 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Apr 16 19:25:36 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

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

From: makc <makc@issp.ac.ru>
To: bug-followup@freebsd.org, makc@issp.ac.ru
Cc: miwi@freebsd.org
Subject: Re: ports/111730: [maintainer] math/qwtplot3d: clean up port
Date: Tue, 17 Apr 2007 21:20:24 +0400

 --Boundary-00=_ZHQJGxHqOfPYgXC
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Ah, I forgot to replace share/examples/qwtplot3d with %%EXAMPLESDIR%%.
 Use attached patch.
 
 Max.
 
 --Boundary-00=_ZHQJGxHqOfPYgXC
 Content-Type: text/x-diff;
   charset="us-ascii";
   name="qwtplot3d.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="qwtplot3d.diff"
 
 diff -ruN --exclude=CVS /usr/ports/math/qwtplot3d/Makefile /home/makc/porting/ports/math/qwtplot3d/Makefile
 --- /usr/ports/math/qwtplot3d/Makefile	Tue Feb 13 03:16:25 2007
 +++ /home/makc/porting/ports/math/qwtplot3d/Makefile	Mon Apr 16 16:14:42 2007
 @@ -8,6 +8,7 @@
  
  PORTNAME=	qwtplot3d
  PORTVERSION=	0.2.6
 +PORTREVISION=	1
  CATEGORIES=	math
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 @@ -19,11 +20,9 @@
  BUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake
  
  USE_QT_VER=	3
 -USE_X_PREFIX=	yes
  WRKSRC=		${WRKDIR}/${PORTNAME}
 -MAKE_ENV=	QTDIR=${QT_PREFIX} \
 -		MOC=${MOC}
 -INSTALLS_SHLIB=	yes
 +MAKE_ENV=	QTDIR=${QT_PREFIX}
 +USE_LDCONFIG=	yes
  
  pre-build:
  	@cd ${WRKSRC}; qmake -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ ${PORTNAME}.pro
 @@ -34,12 +33,8 @@
  	${LN} -fs ${PREFIX}/lib/libqwtplot3d.so.${PORTVERSION} ${PREFIX}/lib/libqwtplot3d.so.0
  	${LN} -fs ${PREFIX}/lib/libqwtplot3d.so.${PORTVERSION} ${PREFIX}/lib/libqwtplot3d.so
  .if !defined(NOPORTDOCS)
 -	@${MKDIR} ${EXAMPLESDIR}
 -	${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
 -	@${FIND} ${EXAMPLESDIR} ! -type d | \
 -		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
 -	@${FIND} ${EXAMPLESDIR} -type d | ${SORT} -r | \
 -		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
 +	${MKDIR} ${EXAMPLESDIR}
 +	(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
  .endif
  
  .include <bsd.port.mk>
 diff -ruN --exclude=CVS /usr/ports/math/qwtplot3d/pkg-plist /home/makc/porting/ports/math/qwtplot3d/pkg-plist
 --- /usr/ports/math/qwtplot3d/pkg-plist	Sun Apr 16 00:11:16 2006
 +++ /home/makc/porting/ports/math/qwtplot3d/pkg-plist	Mon Apr 16 16:41:50 2007
 @@ -29,3 +29,87 @@
  lib/libqwtplot3d.so
  lib/libqwtplot3d.so.0
  lib/libqwtplot3d.so.0.2.6
 +%%PORTDOCS%%%%EXAMPLESDIR%%/autoswitch/autoswitch.cpp
 +%%PORTDOCS%%%%EXAMPLESDIR%%/autoswitch/autoswitch.h
 +%%PORTDOCS%%%%EXAMPLESDIR%%/autoswitch/autoswitch.pro
 +%%PORTDOCS%%%%EXAMPLESDIR%%/axes/axes.pro
 +%%PORTDOCS%%%%EXAMPLESDIR%%/axes/src/axes.h
 +%%PORTDOCS%%%%EXAMPLESDIR%%/axes/src/axesmainwindow.cpp
 +%%PORTDOCS%%%%EXAMPLESDIR%%/axes/src/axesmainwindow.h
 +%%PORTDOCS%%%%EXAMPLESDIR%%/axes/src/axesmainwindowbase.ui
 +%%PORTDOCS%%%%EXAMPLESDIR%%/axes/src/axesmainwindowbase4.ui
 +%%PORTDOCS%%%%EXAMPLESDIR%%/axes/src/main.cpp
 +%%PORTDOCS%%%%EXAMPLESDIR%%/box.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/common.pro
 +%%PORTDOCS%%%%EXAMPLESDIR%%/dsp.bat
 +%%PORTDOCS%%%%EXAMPLESDIR%%/enrichments/enrichments.pro
 +%%PORTDOCS%%%%EXAMPLESDIR%%/enrichments/src/enrichmentmainwindow.cpp
 +%%PORTDOCS%%%%EXAMPLESDIR%%/enrichments/src/enrichmentmainwindow.h
 +%%PORTDOCS%%%%EXAMPLESDIR%%/enrichments/src/enrichmentmainwindowbase.ui
 +%%PORTDOCS%%%%EXAMPLESDIR%%/enrichments/src/enrichmentmainwindowbase4.ui
 +%%PORTDOCS%%%%EXAMPLESDIR%%/enrichments/src/enrichments.cpp
 +%%PORTDOCS%%%%EXAMPLESDIR%%/enrichments/src/enrichments.h
 +%%PORTDOCS%%%%EXAMPLESDIR%%/enrichments/src/main.cpp
 +%%PORTDOCS%%%%EXAMPLESDIR%%/examples.dsw
 +%%PORTDOCS%%%%EXAMPLESDIR%%/examples.pro
 +%%PORTDOCS%%%%EXAMPLESDIR%%/examples.sln
 +%%PORTDOCS%%%%EXAMPLESDIR%%/filecell.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/fileopen.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/filledmesh.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/floordata.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/floorempty.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/flooriso.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/floormesh.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/frame.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/grid.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/gridb.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/gridc.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/gridf.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/gridfr.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/gridl.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/gridr.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/hiddenline.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/icon.ico
 +%%PORTDOCS%%%%EXAMPLESDIR%%/icon.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/icon.rc
 +%%PORTDOCS%%%%EXAMPLESDIR%%/images.qrc
 +%%PORTDOCS%%%%EXAMPLESDIR%%/mesh2/mesh2.pro
 +%%PORTDOCS%%%%EXAMPLESDIR%%/mesh2/src/colormapreader.cpp
 +%%PORTDOCS%%%%EXAMPLESDIR%%/mesh2/src/colormapreader.h
 +%%PORTDOCS%%%%EXAMPLESDIR%%/mesh2/src/designerworkaround.cpp
 +%%PORTDOCS%%%%EXAMPLESDIR%%/mesh2/src/designerworkaround.h
 +%%PORTDOCS%%%%EXAMPLESDIR%%/mesh2/src/femreader.h
 +%%PORTDOCS%%%%EXAMPLESDIR%%/mesh2/src/functions.h
 +%%PORTDOCS%%%%EXAMPLESDIR%%/mesh2/src/lightingdlg.cpp
 +%%PORTDOCS%%%%EXAMPLESDIR%%/mesh2/src/lightingdlg.h
 +%%PORTDOCS%%%%EXAMPLESDIR%%/mesh2/src/lightingdlgbase.ui
 +%%PORTDOCS%%%%EXAMPLESDIR%%/mesh2/src/lightingdlgbase4.ui
 +%%PORTDOCS%%%%EXAMPLESDIR%%/mesh2/src/lightingdlgbaseimpl.cpp
 +%%PORTDOCS%%%%EXAMPLESDIR%%/mesh2/src/lightingdlgbaseimpl.h
 +%%PORTDOCS%%%%EXAMPLESDIR%%/mesh2/src/main.cpp
 +%%PORTDOCS%%%%EXAMPLESDIR%%/mesh2/src/mesh.cpp
 +%%PORTDOCS%%%%EXAMPLESDIR%%/mesh2/src/mesh2mainwindow.cpp
 +%%PORTDOCS%%%%EXAMPLESDIR%%/mesh2/src/mesh2mainwindow.h
 +%%PORTDOCS%%%%EXAMPLESDIR%%/mesh2/src/mesh2mainwindowbase.ui
 +%%PORTDOCS%%%%EXAMPLESDIR%%/mesh2/src/mesh2mainwindowbase4.ui
 +%%PORTDOCS%%%%EXAMPLESDIR%%/mesh2/src/thesis.tex
 +%%PORTDOCS%%%%EXAMPLESDIR%%/movie.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/nodata.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/none.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/normals.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/polygon.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/qwtplot.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/savecontent.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/scattered.png
 +%%PORTDOCS%%%%EXAMPLESDIR%%/simpleplot/simpleplot.cpp
 +%%PORTDOCS%%%%EXAMPLESDIR%%/simpleplot/simpleplot.pro
 +%%PORTDOCS%%%%EXAMPLESDIR%%/wireframe.png
 +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/simpleplot
 +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/mesh2/src
 +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/mesh2
 +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/enrichments/src
 +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/enrichments
 +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/axes/src
 +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/axes
 +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/autoswitch
 +%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
 
 --Boundary-00=_ZHQJGxHqOfPYgXC--
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Apr 17 18:51:00 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111730: commit references a PR
Date: Tue, 17 Apr 2007 18:51:35 +0000 (UTC)

 miwi        2007-04-17 18:51:09 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/qwtplot3d       Makefile pkg-plist 
   Log:
   - Move to ${LOCALBASE}
   - INSTALLS_SHLIB -> USE_LDCONFIG
   - Use COPYTREE macro
   - Use static pkg-plist
   
   PR:             111730
   Submitted by:   Max Brazhnikov<makc@issp.ac.ru> (maintainer)
   
   Revision  Changes    Path
   1.5       +5 -10     ports/math/qwtplot3d/Makefile
   1.3       +84 -0     ports/math/qwtplot3d/pkg-plist
 _______________________________________________
 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:
