aboutsummaryrefslogtreecommitdiff
path: root/lang/itcl
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove left-over meaningless 85+ from USES t(cl|k)Pietro Cerutti2019-06-131-1/+1
| | | | Notes: svn path=/head/; revision=504096
* Convert USES of tcl or tk from 84+ to 85+Pietro Cerutti2017-09-071-1/+2
| | | | | | | | This shouldn't change anything in the default case because tcl86 is chosen anyway. Notes: svn path=/head/; revision=449392
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* Support Tk in USES=tk:tea. Convert more ports + minor fixes and modernization.Pietro Cerutti2016-04-211-12/+2
| | | | Notes: svn path=/head/; revision=413727
* Cleanup plistBaptiste Daroussin2014-10-271-2/+0
| | | | Notes: svn path=/head/; revision=371587
* - Stage supportRene Ladan2014-04-042-24/+38
| | | | | | | | | | | - Include bsd.port.mk only once PR: ports/187639 Submitted by: ohauer@ Approved by: maintainer timeout (erik@bz.bzflag.bz , 19 days) Notes: svn path=/head/; revision=350168
* - Convert to USES=tclPietro Cerutti2014-02-201-1/+1
| | | | Notes: svn path=/head/; revision=345208
* lang/itcl: fix sed for 8.x (no -r)William Grzybowski2013-11-041-1/+1
| | | | | | | | | PR: ports/181391 Submitted by: Jeff Lawson <jeff.lawson flightaware.com> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=332710
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 3.4.1Pietro Cerutti2013-04-307-278/+73
| | | | | | | | | | | - Manpages have an .itcl suffix to avoid conflicts with Tcl PR: 175162 (based on) Submitted by: gahr@FreeBSD.org Approved by: maintainer (timeout > 2 months) Notes: svn path=/head/; revision=316934
* - Fix build against Tcl 8.6Pietro Cerutti2012-09-181-3/+14
| | | | | | | | | PR: 171208 Submitted by: gahr Approved by: maintainer (timeout > 15 days) Notes: svn path=/head/; revision=304441
* Resolve manpage naming conflict with the stock Tcl documentationJimmy Olgeni2012-02-141-2/+5
| | | | | | | | | | | by using full function names in section 3. PR: ports/165141 Submitted by: olgeni Approved by: maintainer Notes: svn path=/head/; revision=291359
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* Update maintainer's email address.Mark Linimon2010-12-011-1/+1
| | | | | | | Submitted by: maintainer (private email) Notes: svn path=/head/; revision=265540
* List the four man-pages added to the package between 3.3-RC and 3.4b1.Mikhail Teterin2010-06-121-1/+1
| | | | | | | Notified by: QAT Notes: svn path=/head/; revision=256456
* Upgrade itcl to 3.4b1 -- the last version in the 3.x branch.Mikhail Teterin2010-06-125-15/+189
| | | | | | | | | | | | | itk, interestingly, remains at 3.3-RC, so only minor changes there. Allow both to compile against Tcl-8.5. Both will now need to be upgraded to branch 4.x -- a much more involved undertaking. Approved by: maintainer (in January) Notes: svn path=/head/; revision=256430
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with H,I,J,K,L Notes: svn path=/head/; revision=240071
* - Does not build with tcl/tk 8.5 and higherMartin Matuska2009-02-141-1/+1
| | | | Notes: svn path=/head/; revision=228271
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriesPav Lucistnik2008-04-091-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=210928
* - Fix COMMENT from previous commitMartin Matuska2007-09-051-1/+1
| | | | | | | PR: ports/115788 Notes: svn path=/head/; revision=198858
* - Switch to USE_TCLMartin Matuska2007-09-052-12/+20
| | | | | | | | | | - Pass maintainership to submitter PR: ports/115788 Submitted by: Erik Greenwald <erik at smluc.org> Notes: svn path=/head/; revision=198855
* Correct legacy a.out packing list formatKris Kennaway2007-01-271-1/+1
| | | | Notes: svn path=/head/; revision=183428
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170649
* Bump PORTREVISION to reflect the previous change to files/Makefile.libMikhail Teterin2006-05-231-0/+1
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=163195
* Another minor fix to the generated itclConfig.shMikhail Teterin2006-05-221-0/+1
| | | | | | | Alerted by: kris Notes: svn path=/head/; revision=163114
* Make sure, @itcl_BUILD_LIB_SPEC@ is replaced by "-L${PREFIX}/lib -litcl"Mikhail Teterin2006-05-201-0/+1
| | | | | | | | in itclConfig.sh too. No current ports seem to require this, but something else might. Notes: svn path=/head/; revision=162910
* Update the itcl/itk from 3.2 to 3.3 (released in April 2005). TheMikhail Teterin2006-05-179-510/+28
| | | | | | | | | | | | | | | | | | | | | | | | installed libraries are now named libitcl.so.3 & libitk.so.3 instead of having the version be part of the libname (libitcl33.so.1). The itclConfig.sh and itkConfig.sh are now also installed, which is required by some software (such as the insight -- a gdb frontend). Fix-up the (unchanged) iwidgets port to reflect the above and improve it to not require its own copy of the itcl tree at install time. Approved by: maintainer Fix-up the tkdesk port to reflect the itcl/itk changes, which required updating it to the 2.0p2 (from 2.0). (This lovely piece of software badly needs a caring maintainer, BTW.) While here, teach tkdesk to use installed blt instead of building its own. The only iwidget/itk/itcl consumer that remains broken is net/smm++ (a MUD client). This should change as soon as the maintainer get back to me. Notes: svn path=/head/; revision=162683
* Remove USE_REINPLACE from the categories starting with LEdwin Groothuis2006-05-091-1/+0
| | | | Notes: svn path=/head/; revision=161836
* Updates to use tcl84.Thierry Thomas2005-12-264-7/+30
| | | | | | | | | | Bump PORTREVISION and add tcl84 to CATEGORIES. PR: N/A (direct mail) Submitted by: Pedro F. Giffuni <giffunip (at) yahoo.com> Notes: svn path=/head/; revision=152104
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149341
* - Update to 3.2.1Pav Lucistnik2005-06-067-9/+457
| | | | | | | | PR: ports/81906 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=136931
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* - Use canonical form (ports@FreeBSD.org) in MAINTAINER lineSergei Kolobov2003-12-211-1/+1
| | | | Notes: svn path=/head/; revision=96284
* - Backout last update, it broke x11-fm/tkdeskPav Lucistnik2003-12-155-49/+7
| | | | | | | Reported by: lkoeller Notes: svn path=/head/; revision=95823
* - Update to work with tcl8.4Pav Lucistnik2003-12-055-7/+50
| | | | | | | | | | - Quiet portlint a bit PR: ports/58466 Submitted by: Michael Edenfield <kutulu@kutulu.org> Notes: svn path=/head/; revision=95120
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* PERL -> REINPLACE_CMDHye-Shik Chang2002-06-271-1/+2
| | | | | | | | PR: 39262, 39263, 39264, 39265, 39266, 39267 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=62101
* Update to itcl 3.2. Don't build stubs. Run tests after tests.Mikhail Teterin2001-07-289-251/+77
| | | | | | | | | | | Install iwidgets2.2.0 in addition to 3.0.0. The older version is still in use by some scripts and continues to come with itcl3.2. Change maintainer to ports@ Approved by: maintainer's silence Notes: svn path=/head/; revision=45561
* Adjust to lang/tcl* install/deinstall script paths.Satoshi Asami2000-10-081-2/+2
| | | | Notes: svn path=/head/; revision=33571
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-3/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* The pkg/PLIST learned how to support symlinks more than a year ago.Tim Vanderhoek2000-05-311-2/+1
| | | | Notes: svn path=/head/; revision=29022
* PKGDEINSTALL=${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh, or fromTim Vanderhoek2000-05-311-0/+5
| | | | | | | | | | | | ${PKGDIR} if DEINSTALL.tclsh exists there. Also, add INSTALL.tclsh to ja-tcl*, otcl, and itcl. The latter two technically don't need it since they depend on another library which will pull the (DE)?INSTALL.tclsh stuff in, but I'm changing them anyways as a defensive measure. Notes: svn path=/head/; revision=29020
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-284-8/+18
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23474
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952