From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 8 21:10:35 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6878A16A40F for ; Fri, 8 Sep 2006 21:10:35 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41E9043D49 for ; Fri, 8 Sep 2006 21:10:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k88LAYo3004461 for ; Fri, 8 Sep 2006 21:10:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k88LAYUf004460; Fri, 8 Sep 2006 21:10:34 GMT (envelope-from gnats) Resent-Date: Fri, 8 Sep 2006 21:10:34 GMT Resent-Message-Id: <200609082110.k88LAYUf004460@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, Max Brazhnikov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22F5716A40F for ; Fri, 8 Sep 2006 21:09:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA46843D46 for ; Fri, 8 Sep 2006 21:09:47 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k88L9lt0020129 for ; Fri, 8 Sep 2006 21:09:47 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k88L9lwg020128; Fri, 8 Sep 2006 21:09:47 GMT (envelope-from nobody) Message-Id: <200609082109.k88L9lwg020128@www.freebsd.org> Date: Fri, 8 Sep 2006 21:09:47 GMT From: Max Brazhnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/103049: new port: math/qtiplot-doc -- manual for qtiplot X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Sep 2006 21:10:35 -0000 >Number: 103049 >Category: ports >Synopsis: new port: math/qtiplot-doc -- manual for qtiplot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 08 21:10:28 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: FreeBSD luna.zuzino.mipt.ru 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Jun 5 18:46:21 MSD 2006 makc@luna.zuzino.mipt.ru:/usr/obj/usr/src/sys/LUNA i386 >Description: Add manual for qtiplot >How-To-Repeat: >Fix: # 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: # # math/qtiplot-doc/pkg-descr # math/qtiplot-doc/Makefile # math/qtiplot-doc/distinfo # echo x - math/qtiplot-doc/pkg-descr sed 's/^X//' >math/qtiplot-doc/pkg-descr << 'END-of-math/qtiplot-doc/pkg-descr' XThe QtiPlot Handbook. X XAuthor: Roger Gadiou XWWW: http://soft.proindependent.com/qtiplot.html END-of-math/qtiplot-doc/pkg-descr echo x - math/qtiplot-doc/Makefile sed 's/^X//' >math/qtiplot-doc/Makefile << 'END-of-math/qtiplot-doc/Makefile' X# New ports collection makefile for: qtiplot-doc X# Date created: 2006-09-08 X# Whom: Max Brazhnikov X# X# $FreeBSD$ X# X XPORTNAME= qtiplot-doc XPORTVERSION= 0.8.7 XCATEGORIES= math XMASTER_SITES= http://soft.proindependent.com/doc/ XDISTNAME= manual-en X XMAINTAINER= makc@issp.ac.ru XCOMMENT= The QtiPlot Handbook X XRUN_DEPENDS= qtiplot:${PORTSDIR}/math/qtiplot X XUSE_ZIP= yes XNO_BUILD= yes XDATADIR= ${PREFIX}/share/qtiplot/manual X XPLIST= ${WRKDIR}/pkg-plist X X.include X Xpre-install: X @${ECHO_CMD} '@exec mkdir -p %D/share/qtiplot/manual' > ${PLIST} X @${FIND} ${WRKSRC} -type f | \ X ${SED} -e "s:^${WRKSRC}/:share/qtiplot/manual/:g" >> ${PLIST} X @${FIND} -d ${WRKSRC} -type d | \ X ${SED} -e "s:^${WRKSRC}:@dirrm share/qtiplot/manual:g" >> ${PLIST} X Xdo-install: X @${MKDIR} ${DATADIR} X ${TAR} -C ${WRKSRC} --exclude CVS -cf - . | \ X ${TAR} -C ${DATADIR} --unlink -xf - X X.include END-of-math/qtiplot-doc/Makefile echo x - math/qtiplot-doc/distinfo sed 's/^X//' >math/qtiplot-doc/distinfo << 'END-of-math/qtiplot-doc/distinfo' XMD5 (manual-en.zip) = 61bd61f42c756e388c240cb9d6d01381 XSHA256 (manual-en.zip) = cf2cbf2342530b98f6ce1a6ec0e4ac928bcbe0424264b39580171b1cb5afab0f XSIZE (manual-en.zip) = 5148221 END-of-math/qtiplot-doc/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: