pkgsrc/graphics/py-nwdiag/Makefile
obache dcd378e156 Update py-nwdiag to 0.7.0.
History
=======

0.7.0 (2011-11-19)
------------------
* Accept N/A rack-unit
* Add fontfamily attribute for switching fontface
* Fix bugs

0.6.1 (2011-11-06)
------------------
* [rackdiag] Support multiple racks rendering
* [rackdiag] Add rack attribute: unit-height, weight, ampere, ascending
* [rackdiag] Support putting multiple items to same rack-unit

0.6.0 (2011-11-06)
------------------
* Add rackdiag which supports genarating rack-structure diagram
* Add docutils extension
* Fix bugs

0.5.3 (2011-11-01)
------------------
* Add class feature (experimental)

0.5.2 (2011-11-01)
------------------
* Follow blockdiag-0.9.7 interface

0.5.1 (2011-10-19)
------------------
* Follow blockdiag-0.9.5 interface

0.5.0 (2011-10-07)
------------------
* Change shape of trunkline like a pipeline
* Add network attribute: color
* Add diagram attribute: default_network_color
2011-12-07 13:43:30 +00:00

21 lines
551 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/12/07 13:43:30 obache Exp $
#
DISTNAME= nwdiag-0.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics
MASTER_SITES= http://pypi.python.org/packages/source/n/nwdiag/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://blockdiag.com/nwdiag/build/html/
COMMENT= Simple network-diagram image generator
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-blockdiag>=1.1.0:../../graphics/py-blockdiag
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"