summaryrefslogtreecommitdiff
path: root/cad/py-MyHDL
AgeCommit message (Collapse)AuthorFilesLines
2011-04-13update to 0.7drochner3-22/+37
too many changes to list here, see the release notes
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+2
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2006-05-04update MyHDL to 0.5.1drochner3-11/+8
There is no usable changelog; I've found one real bug closed in the tracker: A verilog '>>>' is generated as appropriate for signed numbers.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-10update to 0.5drochner3-10/+21
major changes: -supports Python decorator syntax for generators (needs 2.4) -intbv() doesn't have a default anymore -many improvements to Verilog conversion
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-23Build Python with thread support by default and turn the existingrecht1-2/+2
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-05update to 0.4.1drochner3-42/+73
changes: * VCD output for waveform viewing - function additions - needs Python 2.3, 2.4 is OK * Conversion to Verilog to provide a path to implementation * Added cosimulation support for the cver Verilog simulator. - bugfixes
2004-07-22add python as categoryrecht1-2/+2
ok'd a while back at pkgsrcCon by agc and wiz
2004-04-12Convert to buildlink3.snj1-2/+2
2003-12-03Change MAINTAINER to "tech-pkg" instead of the previous "packages".kristerw1-2/+2
2003-09-14hange extension.mk to also install optimized files for distutils packages.recht1-1/+14
Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@.
2003-08-31this package builds/works on with Python 2.3, so list it asjdolecek1-2/+2
acceptable version from PR pkg/22626 by Michal Pasternak
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-05a library which uses Python as a hardware description language, usingdrochner4-0/+57
the new generator constructs (like pysim, at a first glance)