Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Mar 2014 03:29:58 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/187969: www/flot: Update to version 0.8.2
Message-ID:  <20140327032958.0628f04f545ac96c3093adb4@yahoo.com>
Resent-Message-ID: <201403261840.s2QIe0VZ011395@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         187969
>Category:       ports
>Synopsis:       www/flot: Update to version 0.8.2
>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:   Wed Mar 26 18:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Update to version 0.8.2

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/www/flot/Makefile www/flot/Makefile
--- /usr/ports/www/flot/Makefile	2014-02-22 05:44:53.000000000 +0900
+++ www/flot/Makefile	2014-03-27 00:00:00.000000000 +0900
@@ -1,49 +1,40 @@
 # $FreeBSD: head/www/flot/Makefile 345437 2014-02-21 13:39:57Z ehaupt $
 
 PORTNAME=	flot
-PORTVERSION=	0.7
+PORTVERSION=	0.8.2
 CATEGORIES=	www devel
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	http://www.flotcharts.org/downloads/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	JavaScript plotting library for jQuery
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-WRKSRC=	${WRKDIR}/${PORTNAME}
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+WRKSRC=		${WRKDIR}/${PORTNAME}
+
+USES=		zip
 
 USERS=	www
 GROUPS=	www
 
-NO_BUILD=	YES
-
-PORTDOCS=	API.txt	\
-		FAQ.txt	\
-		NEWS.txt \
-		PLUGINS.txt \
-		README.txt
+PORTDOCS=	*
 PORTEXAMPLES=	*
 
-NO_STAGE=	yes
-do-install:
-	@${INSTALL} -d -g ${USERS} -o ${GROUPS} ${WWWDIR}
-	${INSTALL_DATA} -o www -g www ${WRKSRC}/*.js ${WWWDIR}
-
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
-.include <bsd.port.options.mk>
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-.for doc in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
-.endfor
-.endif
-
-.if ${PORT_OPTIONS:MEXAMPLES}
-	@${MKDIR} ${EXAMPLESDIR}
-	cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}
-.endif
+do-install:
+	@${MKDIR} ${STAGEDIR}${WWWDIR}
+	(cd ${WRKSRC} && ${INSTALL_DATA} *.js \
+		${STAGEDIR}${WWWDIR})
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	(cd ${WRKSRC} && ${INSTALL_DATA} *.md \
+		${STAGEDIR}${DOCSDIR})
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} "*" \
+		${STAGEDIR}${EXAMPLESDIR})
 
 .include <bsd.port.mk>
diff -urN /usr/ports/www/flot/distinfo www/flot/distinfo
--- /usr/ports/www/flot/distinfo	2014-01-23 05:01:17.000000000 +0900
+++ www/flot/distinfo	2014-03-27 00:00:00.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (flot-0.7.tar.gz) = bc24f661d6de1d38496b93147604174dd82b6c54359824cb1c9c4acd5eb55730
-SIZE (flot-0.7.tar.gz) = 288107
+SHA256 (flot-0.8.2.zip) = 7bcb8dd13e0569cee7ebd25182623663b8558585bea512141d7140106846c4fe
+SIZE (flot-0.8.2.zip) = 646470
diff -urN /usr/ports/www/flot/pkg-descr www/flot/pkg-descr
--- /usr/ports/www/flot/pkg-descr	2014-01-23 05:01:17.000000000 +0900
+++ www/flot/pkg-descr	2014-03-27 00:00:00.000000000 +0900
@@ -1,6 +1,6 @@
-Flot is a pure Javascript plotting library for jQuery. It produces graphical
-plots of arbitrary datasets on-the-fly client-side.  The focus is on simple
-usage (all settings are optional), attractive looks and interactive features
-like zooming and mouse tracking.
+Flot is a pure Javascript plotting library for jQuery. It produces
+graphical plots of arbitrary datasets on-the-fly client-side. The focus
+is on simple usage (all settings are optional), attractive looks and
+interactive features like zooming and mouse tracking.
 
-WWW: http://code.google.com/p/flot/
+WWW: http://www.flotcharts.org/
diff -urN /usr/ports/www/flot/pkg-plist www/flot/pkg-plist
--- /usr/ports/www/flot/pkg-plist	2014-01-23 05:01:17.000000000 +0900
+++ www/flot/pkg-plist	2014-03-27 00:00:00.000000000 +0900
@@ -1,9 +1,17 @@
+@group www
+@owner www
 %%WWWDIR%%/excanvas.js
 %%WWWDIR%%/excanvas.min.js
 %%WWWDIR%%/jquery.colorhelpers.js
 %%WWWDIR%%/jquery.colorhelpers.min.js
+%%WWWDIR%%/jquery.flot.canvas.js
+%%WWWDIR%%/jquery.flot.canvas.min.js
+%%WWWDIR%%/jquery.flot.categories.js
+%%WWWDIR%%/jquery.flot.categories.min.js
 %%WWWDIR%%/jquery.flot.crosshair.js
 %%WWWDIR%%/jquery.flot.crosshair.min.js
+%%WWWDIR%%/jquery.flot.errorbars.js
+%%WWWDIR%%/jquery.flot.errorbars.min.js
 %%WWWDIR%%/jquery.flot.fillbetween.js
 %%WWWDIR%%/jquery.flot.fillbetween.min.js
 %%WWWDIR%%/jquery.flot.image.js
@@ -24,6 +32,10 @@
 %%WWWDIR%%/jquery.flot.symbol.min.js
 %%WWWDIR%%/jquery.flot.threshold.js
 %%WWWDIR%%/jquery.flot.threshold.min.js
+%%WWWDIR%%/jquery.flot.time.js
+%%WWWDIR%%/jquery.flot.time.min.js
 %%WWWDIR%%/jquery.js
 %%WWWDIR%%/jquery.min.js
+@owner
+@group
 @dirrmtry %%WWWDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140327032958.0628f04f545ac96c3093adb4>