Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3.1 18 Jul 2024 16:45:37
    |
Po-Chuan Hsieh (sunpoet)  |
www/protovis: Update WWW and clean up pkg-descr |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.3.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.3.1 20 Jul 2022 14:23:26
    |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
3.3.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.3.1 26 Aug 2018 18:41:37
  |
sunpoet  |
Update WWW |
3.3.1 17 Jan 2016 13:08:29
  |
sunpoet  |
- Add NO_ARCH
- Add PORTSCOUT
- Convert to new options target helper
Sponsored by: PortsCamp Taiwan |
3.3.1 13 May 2015 19:03:15
  |
sunpoet  |
- Cleanup GH_* knobs:
- Use DISTVERSIONPREFIX
- Remove GH_PROJECT |
3.3.1 24 Mar 2015 18:24:29
  |
sunpoet  |
- Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120 |
3.3.1 22 Mar 2015 14:58:39
  |
sunpoet  |
- Update to 3.3.1
- Remove DOCS option
- Update WWW
Changes: https://github.com/mbostock/protovis/commits/master |
3.2 20 Dec 2014 18:13:49
  |
sunpoet  |
- Cleanup PLIST |
3.2 08 Mar 2014 00:12:20
  |
sunpoet  |
- Use USES=zip |
3.2 16 Feb 2014 17:09:46
  |
sunpoet  |
- Convert to new options framework
- Use tar to extract zipball
- Use PORTDOCS and PORTEXAMPLES
- Support STAGEDIR |
3.2 16 Feb 2014 16:15:32
  |
sunpoet  |
- Add LICENSE |
3.2 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
3.2 21 Aug 2013 17:42:58
  |
sunpoet  |
- Cleanup Makefile header |
3.2 21 Aug 2013 17:17:26
  |
sunpoet  |
- Remove leading indefinite article from COMMENT |
3.2 03 May 2011 13:12:18
 |
sunpoet  |
- Add protovis 3.2
Protovis - A Graphical Toolkit for Data Visualization
Protovis composes custom views of data with simple marks such as bars and dots.
Unlike low-level graphics libraries that quickly become tedious for
visualization, Protovis defines marks through dynamic properties that encode
data, allowing inheritance, scales and layouts to simplify construction.
Protovis is free and open-source, provided under the BSD License. It uses
JavaScript and SVG for web-native visualizations; no plugin required (though you
will need a modern web browser)! Although programming experience is helpful,
Protovis is mostly declarative and designed to be learned by example.
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/ |