From mohacsi@skye.ki.iif.hu  Thu Jun  7 11:58:27 2007
Return-Path: <mohacsi@skye.ki.iif.hu>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 070AD16A400
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  7 Jun 2007 11:58:27 +0000 (UTC)
	(envelope-from mohacsi@skye.ki.iif.hu)
Received: from skye.ki.iif.hu (6net.iif.hu [193.225.13.161])
	by mx1.freebsd.org (Postfix) with ESMTP id 9351413C480
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  7 Jun 2007 11:58:26 +0000 (UTC)
	(envelope-from mohacsi@skye.ki.iif.hu)
Received: (from mohacsi@localhost)
	by skye.ki.iif.hu (8.14.1/8.14.1) id l57BwOD4046684;
	Thu, 7 Jun 2007 13:58:24 +0200 (CEST)
	(envelope-from mohacsi)
Message-Id: <200706071158.l57BwOD4046684@skye.ki.iif.hu>
Date: Thu, 7 Jun 2007 13:58:24 +0200 (CEST)
From: janos.mohacsi@bsd.hu
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] net/rrdman: Apply Holt-Winters prediction parameters to RRD data
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         113449
>Category:       ports
>Synopsis:       [NEW PORT] net/rrdman: Apply Holt-Winters prediction parameters to RRD data
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 07 12:00:08 GMT 2007
>Closed-Date:    Mon Jun 11 05:13:36 GMT 2007
>Last-Modified:  Mon Jun 11 05:20:09 GMT 2007
>Originator:     Charlie &
>Release:        FreeBSD 5.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD skye.ki.iif.hu 5.5-STABLE FreeBSD 5.5-STABLE #3: Mon May  7 18:11:54 CEST
>Description:
RRDman is a set of utilities that manipulate the RRDtool database files. 
Currently it consists of the following utilities:

    * rrd_hwreapply: Re-apply Holt-Winters prediction parameters to RRD data

RRDman is hosted as a subproject of RRFW

WWW:	http://rrfw.sourceforge.net/rrdman/

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- rrdman-1.0.1.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:
#
#	rrdman
#	rrdman/pkg-descr
#	rrdman/distinfo
#	rrdman/Makefile
#
echo c - rrdman
mkdir -p rrdman > /dev/null 2>&1
echo x - rrdman/pkg-descr
sed 's/^X//' >rrdman/pkg-descr << 'END-of-rrdman/pkg-descr'
XRRDman is a set of utilities that manipulate the RRDtool database files. 
XCurrently it consists of the following utilities:
X
X    * rrd_hwreapply: Re-apply Holt-Winters prediction parameters to RRD data
X
XRRDman is hosted as a subproject of RRFW
X
XWWW:	http://rrfw.sourceforge.net/rrdman/
END-of-rrdman/pkg-descr
echo x - rrdman/distinfo
sed 's/^X//' >rrdman/distinfo << 'END-of-rrdman/distinfo'
XMD5 (rrdman-1.0.1.tar.gz) = 5847dbc6e1db86be6e14a18243623a2b
XSHA256 (rrdman-1.0.1.tar.gz) = 69b2c7649893c490dcf3b9437094baaacdbce997032b58a0dc10abf27f5d5c12
XSIZE (rrdman-1.0.1.tar.gz) = 85414
END-of-rrdman/distinfo
echo x - rrdman/Makefile
sed 's/^X//' >rrdman/Makefile << 'END-of-rrdman/Makefile'
X# New ports collection makefile for:	rrdman
X# Date created:		2007-06-07
X# Whom:			Janos Mohacsi <janos.mohacsi@bsd.hu>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	rrdman
XPORTVERSION=	1.0.1
XCATEGORIES=	net
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	rrfw
X
XMAINTAINER=	janos.mohacsi@bsd.hu
XCOMMENT=	Apply Holt-Winters prediction parameters to RRD data
X
XGNU_CONFIGURE=	YES
XUSE_PERl5=	YES
XPLIST_FILES=	bin/rrd_hwreapply
XMAN1=		rrd_hwreapply.1
X
X.include <bsd.port.mk>
END-of-rrdman/Makefile
exit
--- rrdman-1.0.1.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu Jun 7 12:26:25 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113449 
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Fri Jun 8 23:16:22 UTC 2007 
State-Changed-Why:  
Hi, The port does not build. Can you take a look in it? 
http://tb.miwibox.org/index.php?action=describe_port&id=1332 
http://head.miwibox.org/tb/index.php?action=describe_port&id=938 

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

From: Janos Mohacsi <mohacsi@niif.hu>
To: bug-followup@FreeBSD.org, janos.mohacsi@bsd.hu
Cc:  
Subject: Re: ports/113449: [NEW PORT] net/rrdman: Apply Holt-Winters prediction
 parameters to RRD data
Date: Sun, 10 Jun 2007 18:48:42 +0200

 Sorry I forgot to add the dependency to the Makefile:
 
 BUILD_DEPENDS=  rrdtool:${PORTSDIR}/net/rrdtool
 RUN_DEPENDS=    ${BUILD_DEPENDS}
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jun 11 05:13:34 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/113449: commit references a PR
Date: Mon, 11 Jun 2007 05:13:52 +0000 (UTC)

 miwi        2007-06-11 05:13:47 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net                  Makefile 
   Added files:
     net/rrdman           Makefile distinfo pkg-descr 
   Log:
   RRDman is a set of utilities that manipulate the RRDtool database files.
   Currently it consists of the following utilities:
   
       * rrd_hwreapply: Re-apply Holt-Winters prediction parameters to RRD data
   
   RRDman is hosted as a subproject of RRFW
   
   WWW:    http://rrfw.sourceforge.net/rrdman/
   
   PR:             ports/113449
   Submitted by:   Janos Mohacsi <janos.mohacsi at bsd.hu>
   
   Revision  Changes    Path
   1.1880    +1 -0      ports/net/Makefile
   1.1       +25 -0     ports/net/rrdman/Makefile (new)
   1.1       +3 -0      ports/net/rrdman/distinfo (new)
   1.1       +8 -0      ports/net/rrdman/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:
