aboutsummaryrefslogtreecommitdiff
path: root/cad/tkgate
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* Clean up some thingsTobias Kortkamp2021-05-011-1/+1
| | | | | | | | | | - Fix typos - Remove duplicate variables - Remove nop variables - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* cad/tkgate: remove unnecessary REINPLACE_CMDSteve Wills2020-03-153-11/+10
| | | | | | | While here, fix a patch, add some missing deps and clean up Notes: svn path=/head/; revision=528486
* c*: Add missing USES={gnome,php,sdl,xorg}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517041
* - Add missing uses [1]Vsevolod Stakhov2019-08-091-2/+2
| | | | | | | | | | | - Drop maintainership PR: 239728 [1] Submitted by: Walter Schwarzenfeld <w.schwarzenfeld at utanet.at> [1] Reported by: Robert Cina <transitive at gmail.com> Notes: svn path=/head/; revision=508431
* - Update to 2.1Vsevolod Stakhov2019-08-086-91/+308
| | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=508387
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-0/+2
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* Do not use post-stage. Use post-install instead.Mathieu Arnold2016-12-021-1/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=427552
* cad/tkgate: Unbreak FreeBSD 11, Fix depends on restJohn Marino2015-07-071-1/+2
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=391493
* - Fix build by adding iconv dependencyVsevolod Stakhov2015-06-241-1/+1
| | | | | | | Pointyhat to: vsevolod Notes: svn path=/head/; revision=390490
* Restore removed cad/tkgate.Vsevolod Stakhov2015-06-245-0/+1467
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=390482
* - Remove cad/tkgate: it segfaults on startup, and has been doing so for as longPietro Cerutti2013-09-2420-2801/+0
| | | | | | | as I can remember. Notes: svn path=/head/; revision=328159
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | cad) Notes: svn path=/head/; revision=327711
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-09-071-1/+1
| | | | Notes: svn path=/head/; revision=326658
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Fix PLISTPietro Cerutti2013-05-141-0/+2
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=318191
* - Fix run-time with Tcl/Tk 8.6Pietro Cerutti2013-05-142-3/+10
| | | | | | | - Remove INVALID_TK_VER= 86 Notes: svn path=/head/; revision=318163
* - Update to 2.0-b10Pietro Cerutti2013-05-1419-546/+2752
| | | | | | | | | | - 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) Notes: svn path=/head/; revision=318161
* - Update MASTER_SITESMartin Wilke2013-04-261-10/+5
| | | | | | | | PR: 177907 Submitted by: ports fury Notes: svn path=/head/; revision=316611
* - Add mirror sites to MASTER_SITESMartin Wilke2011-08-262-158/+177
| | | | | | | | | | | - Add LICENSE - Support USE_TCL/USE_TK PR: 160087 Submitted by: Ports Fury Notes: svn path=/head/; revision=280445
* No problems fetching from MASTER_SITES.Chris Rees2011-08-231-3/+0
| | | | | | | Submitted by: Peter Jeremy <peterjeremy@acm.org> Notes: svn path=/head/; revision=280262
* Deprecate port with no more public distfilesBaptiste Daroussin2011-08-021-0/+3
| | | | Notes: svn path=/head/; revision=278758
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Fix a few typos in ports/cad.Jimmy Olgeni2010-07-301-1/+1
| | | | Notes: svn path=/head/; revision=258505
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-4/+0
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=246327
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-4/+4
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update to 1.8.7Erwin Lansing2007-02-173-5/+49
| | | | Notes: svn path=/head/; revision=185373
* - Respect X11BASE [1]Rong-En Fan2006-11-301-1/+5
| | | | | | | | | | - The configure script is not generated from autotools, thus use HAS_CONFIGURE instead Reported by: pointyhat [1] Notes: svn path=/head/; revision=178299
* Reset inactive maintainer who has not responded to email.Mark Linimon2006-09-051-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=172268
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Use latest tcl/tk 8.3 -> 8.4Marcus Alves Grando2005-10-221-13/+14
| | | | | | | | | | | Bump PORTREVISION PR: 84741 Submitted by: Carlos A M dos Santos <casantos@urisan.tche.br> Approved by: hansen@cmu.edu (maintainer timeout, 72 days) Notes: svn path=/head/; revision=146093
* - Update to 1.8.6Pav Lucistnik2005-05-195-354/+483
| | | | | | | | PR: ports/81221 Submitted by: Jeffery Hansen <hansen@gadoid.ices.cmu.edu> (maintainer) Notes: svn path=/head/; revision=135625
* Add imake build dependency, it is no longer implied by USE_XLIB.Dejan Lesjak2004-12-231-0/+1
| | | | | | | | Pointed out by: dosirak via kris Approved by: maintainer timeout Notes: svn path=/head/; revision=124872
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* *gulp* forgot to remove two comments.Edwin Groothuis2003-01-171-2/+2
| | | | Notes: svn path=/head/; revision=73298
* Update cad/tkgate to 1.6iEdwin Groothuis2003-01-174-313/+352
| | | | | | | | | PR: ports/46498 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> Approved by: Jeffery P Hansen <hansen+@cmu.edu> (maintainer) Notes: svn path=/head/; revision=73297
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50306
* Fix dependencies to tcl/tk 8.3Kevin Lo2001-03-151-2/+2
| | | | | | | | PR: 25806 Submitted by: MAINTAINER Notes: svn path=/head/; revision=39889
* Update to version 1.6eKevin Lo2000-11-183-266/+311
| | | | | | | | PR: 22920 Submitted by: MAINTAINER Notes: svn path=/head/; revision=35239
* Add gmac.1 and tkgate.1Satoshi Asami2000-06-071-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29363
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27419
* Update to 1.0Michael Haro2000-03-244-272/+269
| | | | | | | | PR: 17554 Submitted by: maintainer Notes: svn path=/head/; revision=27000
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-281-1/+4
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23474