summaryrefslogtreecommitdiff
path: root/graphics/py-actdiag
AgeCommit message (Collapse)AuthorFilesLines
2016-06-08Switch to MASTER_SITES_PYPI.wiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-01-20Update actdiag to 0.5.4.obache3-8/+13
0.5.4 (2015-01-01) ------------------ * Follow blockdiag-1.5.0 interface
2014-07-06Update actdiag to 0.5.3.obache3-8/+11
0.5.3 (2014-07-02) ------------------ * Change interface of docutils node (for sphinxcontrib module) 0.5.2 (2014-06-24) ------------------ * Add options to blockdiag directive (docutils extension) - :width: - :height: - :scale: - :align: - :name: - :class: - :figwidth: - :figclass:
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-3/+1
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2013-12-06Update actdiag to 0.5.1.obache3-8/+12
History ======= 0.5.1 (2013-10-22) ------------------ * Fix bugs 0.5.0 (2013-10-05) ------------------ * Support python 3.2 and 3.3 (thanks to @masayuko) * Drop supports for python 2.4 and 2.5 * Replace dependency: PIL -> Pillow
2013-09-11Update py-actdiag to 0.4.3obache3-8/+11
0.4.3 (2013-02-10) ------------------ * Fix bugs 0.4.2 (2013-02-10) ------------------ * Fix bugs
2012-11-19Update to arcdiag-1.4.1cheusov3-7/+10
0.4.1 (2012-10-28) ------------------ * Fix bugs 0.4.0 (2012-10-22) ------------------ * Optimize algorithm for rendering shadow * Add options to docutils directive * Fix bugs 0.3.4 (2012-09-29) ------------------ * Fix bugs
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-12Update py-actdiag to 0.3.3.obache2-6/+6
History ======= 0.3.3 (2012-04-23) ------------------ * Set hyperlinks to header of lanes on SVG image * Fill background of lane header with lane.color attribute
2012-03-21Update py-actdiag to 0.3.2.obache3-17/+30
while here, install man page. 0.3.2 (2012-03-15) ------------------ * Fix bugs 0.3.1 (2012-02-15) ------------------ * Add autolane plugin * Update to new package structure (blockdiag >= 1.1.2)
2011-12-07Update py-actdiag to 0.3.0.obache3-16/+20
History ======= 0.3.0 (2011-11-19) ------------------ * Add fontfamily attribute for switching fontface * Fix bugs 0.2.4 (2011-11-10) ------------------ * Fix dependencies (do not depend PIL directly for pillow users) 0.2.3 (2011-11-06) ------------------ * Add docutils exetension * Fix bugs 0.2.2 (2011-11-01) ------------------ * Add class feature (experimental) 0.2.1 (2011-11-01) ------------------ * Follow blockdiag-0.9.7 interface 0.2.0 (2011-10-19) ------------------ * Follow blockdiag-0.9.5 interface 0.1.9 (2011-10-11) ------------------ * Fix bugs
2011-10-06Update py-actdiag to 0.1.8.obache2-6/+6
History ======= 0.1.8 (2011-09-30) ------------------ * Add diagram attribute: default_text_color
2011-08-07Import py-actdiag-0.1.7 as graphics/py-actdiag.obache4-0/+69
`actdiag' generate activity-diagram image file from spec-text file. * Generate activity-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only).