summaryrefslogtreecommitdiff
path: root/cad/tkgate
AgeCommit message (Collapse)AuthorFilesLines
2016-04-21Use PKGMANDIR. Use SUBST_VARS instead of manual SUBST_SEDs.jperkin3-8/+6
2015-11-03Add SHA512 digests for distfiles for cad categoryagc1-1/+2
Problems found with existing distfile for eagle: distfiles/eagle-lin32-7.4.0.run No changes made to eagle/distinfo file. 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-01-17Update tkgate to 1.8.7. Patch provided by Edgar Fuss in PR pkg/49482,bsiegert7-124/+270
though the patch description says 1.8.3.
2014-02-04Fix build with TCL 8.6.joerg3-7/+15
2014-01-11Revbump after updating tcl/tk.adam1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-03-02Consistently return values from non-void functions.joerg3-1/+29
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-08-21cad/tkgate: Add tcl/tk 8.5 supportmarino3-6/+15
2012-01-14Convert the remaining few packages that explicitly set DEPENDS orhans1-3/+2
BUILD_DEPENDS on bison to USE_TOOLS=bison. The minimum bison version required in mk/tools/bison.mk is good enough for all of them.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-16/+1
2008-06-20Add DESTDIR support.joerg1-1/+3
2007-01-20LOCALBASE should be used instead of PREFIX when referring to existingrillig3-6/+6
files. This allows setting INSTALLATION_PREFIX for the package.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
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-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-20Drop maintainership. I can't seriously be the maintainer of so manyjmmv1-2/+2
packages - specially of packages that I haven't touched for a long while or those that other people can handle better than me.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
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
2004-10-29Update HOMEPAGE.wiz1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-06-08Convert to use subst.mk instead of a home-grown string replacement "system".jmmv3-14/+13
2004-06-08Fix build. The main binary was not beeing built properly because of missingjmmv3-8/+23
library dependencies (caused by the tcl/tk update to 8.4). Use tclConfig.sh to determine which libraries are really needed. Noted in last kristerw@'s bulk build.
2004-04-27Convert to buildlink3.snj1-3/+3
2004-04-16Link tkgate against Tk 8.4. Bump PKGREVISION.minskim1-3/+3
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim1-2/+2
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-01-25replace BUILD_DEPENDS m4 and M4 definition with USE_GNU_TOOLS+=m4.grant1-3/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-02-26Use new IMAKE_MAN_PATH variables in PLISTs to make these packages morejschauma2-4/+5
portable. Bump PKGREVISION accordingly.
2003-01-24Correct the directory path for GNU m4 package.agc1-2/+2
2003-01-13Needs GNU m4. Fixes bulk build problem.wiz1-1/+3
2003-01-03Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).jmmv1-2/+2
Approved by wiz.
2002-12-04Build-depend on libiconv; it is required to generate some files.jmmv1-1/+2
2002-10-29initial import of tkgate-1.6i provided in PR 18847 by Julio Merino,dmcmahill6-0/+452
jmmv at menta dot net. TkGate is a digital circuit editor and simulator with a Tcl/Tk based interface. TkGate includes a large number of built-in devices including basic gates, memories, ttys and modules for hierarchical design. The simulator can be controlled either interactively or through a simulation script. Memory contents can be loaded from files, and a microcode/macrocode compiler (gmac) is included to create tkgate memory files from a high-level description. The simulator supports continous simulation, single step simulation (by clock or epoch) and breakpoints. Save files are in a Verilog-like format. TkGate also includes a number of tutorial and example circuits which can be loaded through the "Help" menu. The examples range from a simple gate-level 3-bit adder to a 16-bit CPU programmed to play the "Animals" game. TkGate has a multi-langauge interface with support for English, Japanese, French and Spanish.