mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
- Update to 3.3.1
- Remove DOCS option - Update WWW Changes: https://github.com/mbostock/protovis/commits/master
This commit is contained in:
parent
d4d6548942
commit
b438eabe88
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381919
@ -2,29 +2,29 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= protovis
|
||||
PORTVERSION= 3.2
|
||||
PORTVERSION= 3.3.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= JavaScript graphical toolkit for data visualization
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
NO_BUILD= yes
|
||||
USES= zip
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
PORTDOCS= *
|
||||
PORTEXAMPLES= *
|
||||
|
||||
PROJECTHOST= ${PORTNAME}-js
|
||||
GH_ACCOUNT= mbostock
|
||||
GH_PROJECT= ${PORTNAME}
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
USE_GITHUB= yes
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${STAGEDIR}${EXAMPLESDIR}/ ${STAGEDIR}${WWWDIR}/
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${STAGEDIR}${WWWDIR}/
|
||||
cd ${WRKSRC}/ && ${INSTALL_DATA} *.js ${STAGEDIR}${WWWDIR}/
|
||||
cd ${WRKSRC}/jsdoc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/
|
||||
cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (protovis-3.2.zip) = 4bd8096ec6b83e2b7cbe49da6ca20c5f18210f0a548abc50076785b5af450b23
|
||||
SIZE (protovis-3.2.zip) = 878981
|
||||
SHA256 (mbostock-protovis-3.3.1-v3.3.1_GH0.tar.gz) = 74bb1dccf06a8c36a6e27c040ed248936ae07d52034f5e828969e0cb38ddb7db
|
||||
SIZE (mbostock-protovis-3.3.1-v3.3.1_GH0.tar.gz) = 4713632
|
||||
|
@ -14,7 +14,5 @@ This project is led by Mike Bostock and Jeff Heer of the Stanford Visualization
|
||||
Group, with significant help from Vadim Ogievetsky. We welcome your
|
||||
contributions and suggestions.
|
||||
|
||||
See http://vis.stanford.edu/protovis/ for examples and documentation.
|
||||
See http://gitorious.org/protovis/ for source code and development.
|
||||
|
||||
WWW: http://code.google.com/p/protovis-js/
|
||||
WWW: https://github.com/mbostock/protovis
|
||||
WWW: http://vis.stanford.edu/protovis/
|
||||
|
@ -1,6 +1,6 @@
|
||||
@owner www
|
||||
@group www
|
||||
%%WWWDIR%%/protovis-d3.2.js
|
||||
%%WWWDIR%%/protovis-r3.2.js
|
||||
%%WWWDIR%%/protovis.js
|
||||
%%WWWDIR%%/protovis.min.js
|
||||
@owner
|
||||
@group
|
||||
|
Loading…
Reference in New Issue
Block a user