Port details |
- tkgate Event driven digital circuit simulator
- 2.1_1 cad
=4 2.1_1Version of this port present on the latest quarterly branch.
- BROKEN: Unfetchable
DEPRECATED: Upstream is gone This port expired on: 2024-10-31 IGNORE: is marked as broken: Unfetchable
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-10-31 21:52:39
- Commit Hash: 01207ef
- People watching this port, also watch:: libxml2, netcat, autoconf, pcb, nasm
- License: GPLv2
- WWW:
- https://tkgate.org/
- Description:
- TkGate is a event driven digital circuit simulator with a tcl/tk-based
graphical editor. TkGate supports a wide range of primitive circuit elements as
well as user-defined modules for hierarchical design.
The distribution comes with a number of tutorial and example circuits.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: tkgate
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1565260422
SHA256 (tkgate-2.1.tar.gz) = 3cafc1fbad59bca139736da1208635a99daff39a43f0e148b3d338f1fb705bc0
SIZE (tkgate-2.1.tar.gz) = 10598271
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- x11.pc : x11/libX11
- xft.pc : x11-fonts/libXft
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xft.pc : x11-fonts/libXft
- Library dependencies:
-
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- libiconv.so : converters/libiconv
- libtk86.so : x11-toolkits/tk86
- libtcl86.so : lang/tcl86
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for tkgate-2.1_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- cad_tkgate
- USES:
- autoreconf gnome iconv:translit libtool pkgconfig tk xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1_1 31 Oct 2024 21:52:39 |
Rene Ladan (rene) |
cad/tkgate: Remove expired port
2024-10-31 cad/tkgate: Upstream is gone |
2.1_1 08 Sep 2024 17:31:50 |
Daniel Engberg (diizzy) |
cad/tkgate: Mark BROKEN, deprecate and set expiration date to 2024-10-31
Unfetchable and upstream is gone |
2.1_1 22 Feb 2024 13:23:56 |
Muhammad Moinur Rahman (bofh) |
cad/tkgate: Moved man to share/man
Approved by: portmgr (blanket) |
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) |
2.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 ) |
2.1 01 May 2021 17:55:55 |
Tobias Kortkamp (tobik) |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
2.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1 15 Mar 2020 14:49:10 |
swills |
cad/tkgate: remove unnecessary REINPLACE_CMD
While here, fix a patch, add some missing deps and clean up |
2.1 08 Nov 2019 09:31:14 |
tobik |
c*: Add missing USES={gnome,php,sdl,xorg} |
2.1 09 Aug 2019 09:22:47 |
vsevolod |
- Add missing uses [1]
- Drop maintainership
PR: 239728 [1]
Submitted by: Walter Schwarzenfeld <w.schwarzenfeld at utanet.at> [1]
Reported by: Robert Cina <transitive at gmail.com> |
2.1 08 Aug 2019 15:08:31 |
vsevolod |
- Update to 2.1
- Use autoreconf
- Add pango dependency
- Remove obsoleted master site
- Add patches to avoid malloc.h include
PR: 234081
Submitted by: ManFree <roman_romul at mail.ru> |
2.0.0_1 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
2.0.0_1 02 Dec 2016 11:58:22 |
mat |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
2.0.0_1 07 Jul 2015 06:35:36 |
marino |
cad/tkgate: Unbreak FreeBSD 11, Fix depends on rest
This was specified on USES: iconv:build,lib
This is incorrect; the way iconv.mk is written, "build" and "lib" are
mutually exclusive and "build" takes precedence. This means the library
dependency was not registered.
Moveover, it's failing on FreeBSD 11 and dev-branch of DragonFly because
it uses transliteration. Setting USES=iconv:translit fixes both issues.
Approved by: Just fix it |
2.0.0 24 Jun 2015 15:57:09 |
vsevolod |
- Fix build by adding iconv dependency
Pointyhat to: vsevolod |
2.0.0 24 Jun 2015 14:23:15 |
vsevolod |
Restore removed cad/tkgate.
- Support staging
- Tested with tcl/tk 8.6
- Removed old patches
- Convert to the modern port rules
- Updated to version 2.0.0 (from bitbucket) |
2.0.b10 24 Sep 2013 16:31:12 |
gahr |
- Remove cad/tkgate: it segfaults on startup, and has been doing so for as long
as I can remember. |
2.0.b10 20 Sep 2013 15:58:42 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad) |
2.0.b10 07 Sep 2013 17:20:21 |
sunpoet |
- Use single space after WWW: |
2.0.b10 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.0.b10 14 May 2013 19:26:20 |
gahr |
- Fix PLIST
Reported by: QAT |
2.0.b10 14 May 2013 14:34:33 |
gahr |
- Fix run-time with Tcl/Tk 8.6
- Remove INVALID_TK_VER= 86 |
2.0.b10 14 May 2013 14:05:09 |
gahr |
- Update to 2.0-b10
- Fix build with Tcl/Tk 8.6. Unfortunately, tkgate segfaults on startup when
built against 8.6, so set 86 as an invalid version for this port.
Reported by: miwi (Tcl/Tk 86 exp-run) |
1.8.7_4 26 Apr 2013 13:35:30 |
miwi |
- Update MASTER_SITES
PR: 177907
Submitted by: ports fury |
1.8.7_4 26 Aug 2011 03:39:20 |
miwi |
- Add mirror sites to MASTER_SITES
- Add LICENSE
- Support USE_TCL/USE_TK
PR: 160087
Submitted by: Ports Fury |
1.8.7_3 23 Aug 2011 10:31:17 |
crees |
No problems fetching from MASTER_SITES.
Submitted by: Peter Jeremy <peterjeremy@acm.org> |
1.8.7_3 02 Aug 2011 05:36:33 |
bapt |
Deprecate port with no more public distfiles |
1.8.7_3 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.8.7_3 30 Jul 2010 14:51:37 |
olgeni |
Fix a few typos in ports/cad. |
1.8.7_3 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
1.8.7_3 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.8.7_2 17 Oct 2007 10:13:01 |
ade |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
1.8.7_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.8.7 17 Feb 2007 13:27:54 |
erwin |
Update to 1.8.7 |
1.8.6_1 30 Nov 2006 02:57:57 |
rafan |
- Respect X11BASE [1]
- The configure script is not generated from autotools, thus use
HAS_CONFIGURE instead
Reported by: pointyhat [1] |
1.8.6_1 05 Sep 2006 04:41:07 |
linimon |
Reset inactive maintainer who has not responded to email.
Hat: portmgr |
1.8.6_1 22 Jan 2006 08:20:48 |
edwin |
SHA256ify
Approved by: krion@ |
1.8.6_1 22 Oct 2005 00:19:35 |
mnag |
Use latest tcl/tk 8.3 -> 8.4
Bump PORTREVISION
PR: 84741
Submitted by: Carlos A M dos Santos <casantos@urisan.tche.br>
Approved by: hansen@cmu.edu (maintainer timeout, 72 days) |
1.8.6 19 May 2005 16:08:04 |
pav |
- Update to 1.8.6
PR: ports/81221
Submitted by: Jeffery Hansen <hansen@gadoid.ices.cmu.edu> (maintainer) |
1.6i_1 23 Dec 2004 01:42:27 |
lesi |
Add imake build dependency, it is no longer implied by USE_XLIB.
Pointed out by: dosirak via kris
Approved by: maintainer timeout |
1.6i_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.6i_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.6i 21 Feb 2003 11:04:55 |
knu |
De-pkg-comment. |
1.6i 17 Jan 2003 00:40:42 |
edwin |
*gulp* forgot to remove two comments. |
1.6i 17 Jan 2003 00:36:49 |
edwin |
Update cad/tkgate to 1.6i
PR: ports/46498
Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
Approved by: Jeffery P Hansen <hansen+@cmu.edu> (maintainer) |
20 Nov 2001 23:49:34 |
lioux |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case |
15 Mar 2001 15:06:22 |
kevlo |
Fix dependencies to tcl/tk 8.3 |
18 Nov 2000 15:46:15 |
kevlo |
Update to version 1.6e |
08 Oct 2000 00:25:37 |
asami |
Convert category cad to new layout. |
08 Jun 2000 00:18:48 |
asami |
Add gmac.1 and tkgate.1 |