From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 23 08:10:40 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 BA48216A403 for ; Sat, 23 Sep 2006 08:10:40 +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 517D243D79 for ; Sat, 23 Sep 2006 08:10:29 +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 k8N8ATtg094934 for ; Sat, 23 Sep 2006 08:10:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8N8ATbq094933; Sat, 23 Sep 2006 08:10:29 GMT (envelope-from gnats) Resent-Date: Sat, 23 Sep 2006 08:10:29 GMT Resent-Message-Id: <200609230810.k8N8ATbq094933@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, Cheng-Lung Sung Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 124D716A585 for ; Sat, 23 Sep 2006 08:08:04 +0000 (UTC) (envelope-from clsung@going04.iis.sinica.edu.tw) Received: from going04.iis.sinica.edu.tw (going04.iis.sinica.edu.tw [140.109.19.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE7BA43D5A for ; Sat, 23 Sep 2006 08:08:02 +0000 (GMT) (envelope-from clsung@going04.iis.sinica.edu.tw) Received: by going04.iis.sinica.edu.tw (Postfix, from userid 1002) id 670D32849A; Sat, 23 Sep 2006 16:08:51 +0800 (CST) Message-Id: <20060923080851.670D32849A@going04.iis.sinica.edu.tw> Date: Sat, 23 Sep 2006 16:08:51 +0800 (CST) From: Cheng-Lung Sung To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/103507: [PATCH] graphics/p5-Chart-Clicker: update to 1.1.1 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: Sat, 23 Sep 2006 08:10:40 -0000 >Number: 103507 >Category: ports >Synopsis: [PATCH] graphics/p5-Chart-Clicker: update to 1.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 23 08:10:28 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD going04.iis.sinica.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #20: Tue Jun 6 10:27:46 CST >Description: - Update to 1.1.1 - change SUBDIR - reorder some listing Port maintainer (chinsan.tw@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Chart-Clicker-1.1.1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/p5-Chart-Clicker/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 23 Aug 2006 13:42:30 -0000 1.1 +++ Makefile 23 Sep 2006 08:07:28 -0000 @@ -6,10 +6,10 @@ # PORTNAME= Chart-Clicker -PORTVERSION= 1.0.2 +PORTVERSION= 1.1.1 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../by-authors/id/G/GP/GPHAT +MASTER_SITE_SUBDIR= Chart PKGNAMEPREFIX= p5- MAINTAINER= chinsan.tw@gmail.com @@ -22,15 +22,20 @@ PERL_CONFIGURE= YES MAN3= Chart::Clicker.3 Chart::Clicker::Axis.3 \ - Chart::Clicker::Data::DataSet.3 Chart::Clicker::Data::Range.3 \ + Chart::Clicker::Axis::DateTime.3 \ + Chart::Clicker::Data::DataSet.3 \ + Chart::Clicker::Data::Marker.3 \ + Chart::Clicker::Data::Range.3 \ Chart::Clicker::Data::Series.3 \ - Chart::Clicker::Decoration::Base.3 \ + Chart::Clicker::Decoration.3 \ + Chart::Clicker::Decoration::Glass.3 \ Chart::Clicker::Decoration::Grid.3 \ Chart::Clicker::Decoration::Label.3 \ Chart::Clicker::Decoration::Legend.3 \ Chart::Clicker::Decoration::LegendItem.3 \ - Chart::Clicker::Decoration::Marker.3 \ - Chart::Clicker::Decoration::Plot.3 Chart::Clicker::Drawing.3 \ + Chart::Clicker::Decoration::MarkerOverlay.3 \ + Chart::Clicker::Decoration::Plot.3 \ + Chart::Clicker::Drawing.3 \ Chart::Clicker::Drawing::Border.3 \ Chart::Clicker::Drawing::Color.3 \ Chart::Clicker::Drawing::ColorAllocator.3 \ @@ -45,9 +50,9 @@ Chart::Clicker::Renderer::Bar.3 \ Chart::Clicker::Renderer::Base.3 \ Chart::Clicker::Renderer::Line.3 \ - Chart::Clicker::Renderer::Marker.3 \ Chart::Clicker::Renderer::Point.3 \ - Chart::Clicker::Shape.3 Chart::Clicker::Shape::Arc.3 \ + Chart::Clicker::Shape.3 \ + Chart::Clicker::Shape::Arc.3 \ Chart::Clicker::Shape::Rectangle.3 .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/graphics/p5-Chart-Clicker/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 23 Aug 2006 13:42:30 -0000 1.1 +++ distinfo 23 Sep 2006 08:07:28 -0000 @@ -1,3 +1,3 @@ -MD5 (Chart-Clicker-1.0.2.tar.gz) = 4d7146714c9b7c50544a7e940cca0a6f -SHA256 (Chart-Clicker-1.0.2.tar.gz) = 096998b0c36f97ac8c6ce2c2ef893c46c873e504a69ea1c85cf8234c554a5511 -SIZE (Chart-Clicker-1.0.2.tar.gz) = 34081 +MD5 (Chart-Clicker-1.1.1.tar.gz) = 939f6fc6fd04f4c45363462eb812b8e7 +SHA256 (Chart-Clicker-1.1.1.tar.gz) = f1ad03f3e86e51b38fdf918288212aef42b65fcfc74fe30bfb37b5fb1d77e7e6 +SIZE (Chart-Clicker-1.1.1.tar.gz) = 36702 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/graphics/p5-Chart-Clicker/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 23 Aug 2006 13:42:30 -0000 1.1 +++ pkg-plist 23 Sep 2006 08:07:28 -0000 @@ -2,37 +2,39 @@ %%SITE_PERL%%/Chart/Clicker.pm %%SITE_PERL%%/Chart/document.pl %%SITE_PERL%%/Chart/critique.pl -%%SITE_PERL%%/Chart/Clicker/Drawing.pm %%SITE_PERL%%/Chart/Clicker/Axis.pm -%%SITE_PERL%%/Chart/Clicker/Shape.pm -%%SITE_PERL%%/Chart/Clicker/Renderer/Point.pm -%%SITE_PERL%%/Chart/Clicker/Renderer/Base.pm -%%SITE_PERL%%/Chart/Clicker/Renderer/Area.pm -%%SITE_PERL%%/Chart/Clicker/Renderer/Marker.pm -%%SITE_PERL%%/Chart/Clicker/Renderer/Bar.pm -%%SITE_PERL%%/Chart/Clicker/Renderer/Line.pm -%%SITE_PERL%%/Chart/Clicker/Drawing/Insets.pm -%%SITE_PERL%%/Chart/Clicker/Drawing/Container.pm -%%SITE_PERL%%/Chart/Clicker/Drawing/Border.pm -%%SITE_PERL%%/Chart/Clicker/Drawing/Stroke.pm -%%SITE_PERL%%/Chart/Clicker/Drawing/Component.pm -%%SITE_PERL%%/Chart/Clicker/Drawing/Point.pm -%%SITE_PERL%%/Chart/Clicker/Drawing/Font.pm -%%SITE_PERL%%/Chart/Clicker/Drawing/ColorAllocator.pm -%%SITE_PERL%%/Chart/Clicker/Drawing/Color.pm -%%SITE_PERL%%/Chart/Clicker/Drawing/Dimension.pm +%%SITE_PERL%%/Chart/Clicker/Axis/DateTime.pm +%%SITE_PERL%%/Chart/Clicker/Data/DataSet.pm +%%SITE_PERL%%/Chart/Clicker/Data/Marker.pm +%%SITE_PERL%%/Chart/Clicker/Data/Range.pm +%%SITE_PERL%%/Chart/Clicker/Data/Series.pm +%%SITE_PERL%%/Chart/Clicker/Decoration.pm +%%SITE_PERL%%/Chart/Clicker/Decoration/Glass.pm %%SITE_PERL%%/Chart/Clicker/Decoration/Grid.pm -%%SITE_PERL%%/Chart/Clicker/Decoration/Base.pm %%SITE_PERL%%/Chart/Clicker/Decoration/Label.pm %%SITE_PERL%%/Chart/Clicker/Decoration/Legend.pm %%SITE_PERL%%/Chart/Clicker/Decoration/LegendItem.pm +%%SITE_PERL%%/Chart/Clicker/Decoration/MarkerOverlay.pm %%SITE_PERL%%/Chart/Clicker/Decoration/Plot.pm -%%SITE_PERL%%/Chart/Clicker/Decoration/Marker.pm -%%SITE_PERL%%/Chart/Clicker/Shape/Rectangle.pm +%%SITE_PERL%%/Chart/Clicker/Drawing.pm +%%SITE_PERL%%/Chart/Clicker/Drawing/Border.pm +%%SITE_PERL%%/Chart/Clicker/Drawing/Color.pm +%%SITE_PERL%%/Chart/Clicker/Drawing/ColorAllocator.pm +%%SITE_PERL%%/Chart/Clicker/Drawing/Component.pm +%%SITE_PERL%%/Chart/Clicker/Drawing/Container.pm +%%SITE_PERL%%/Chart/Clicker/Drawing/Dimension.pm +%%SITE_PERL%%/Chart/Clicker/Drawing/Font.pm +%%SITE_PERL%%/Chart/Clicker/Drawing/Insets.pm +%%SITE_PERL%%/Chart/Clicker/Drawing/Point.pm +%%SITE_PERL%%/Chart/Clicker/Drawing/Stroke.pm +%%SITE_PERL%%/Chart/Clicker/Renderer/Area.pm +%%SITE_PERL%%/Chart/Clicker/Renderer/Bar.pm +%%SITE_PERL%%/Chart/Clicker/Renderer/Base.pm +%%SITE_PERL%%/Chart/Clicker/Renderer/Line.pm +%%SITE_PERL%%/Chart/Clicker/Renderer/Point.pm +%%SITE_PERL%%/Chart/Clicker/Shape.pm %%SITE_PERL%%/Chart/Clicker/Shape/Arc.pm -%%SITE_PERL%%/Chart/Clicker/Data/DataSet.pm -%%SITE_PERL%%/Chart/Clicker/Data/Series.pm -%%SITE_PERL%%/Chart/Clicker/Data/Range.pm +%%SITE_PERL%%/Chart/Clicker/Shape/Rectangle.pm @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart/Clicker @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart @dirrmtry %%SITE_PERL%%/Chart/Clicker/Shape @@ -40,5 +42,6 @@ @dirrmtry %%SITE_PERL%%/Chart/Clicker/Drawing @dirrmtry %%SITE_PERL%%/Chart/Clicker/Decoration @dirrmtry %%SITE_PERL%%/Chart/Clicker/Data +@dirrmtry %%SITE_PERL%%/Chart/Clicker/Axis @dirrmtry %%SITE_PERL%%/Chart/Clicker @dirrmtry %%SITE_PERL%%/Chart --- p5-Chart-Clicker-1.1.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: