summaryrefslogtreecommitdiffstats
path: root/lang/itcl
Commit message (Collapse)AuthorAgeFilesLines
* Update to use Tcl/Tk version 8.2.steve1999-11-284-8/+18
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-261-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Upgrade to itcl 3.0.1jseger1999-04-058-619/+273
| | | | | Submitted by: Duncan Barclay <dmlb@ragnet.demon.co.uk> PR: ports/10960
* This port requires Xlib.asami1999-02-131-1/+2
|
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* The distfile moved on the MASTER_SITE. (this port is still BROKEN,fenner1997-05-311-2/+2
| | | | | | however). Found by: distfile checker
* Add reasons to BROKEN.asami1996-12-071-2/+2
|
* Mark this port BROKEN, until Chuck can figure out the quirks.asami1996-11-131-1/+2
| | | | Reviewed by: chuckr
* Fixed mistake in tkConfig.sh, in definition of location of libtk,chuckr1996-11-131-2/+2
| | | | from -LNONE/lib to -L/usr/local/lib.
* CATAGORIES+= -> CATAGORIES=obrien1996-11-121-2/+2
| | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
* lib/pkgIndex.tcl was listed three times.asami1996-11-091-2/+0
|
* Adding a couple of libitcl and libitk symlinks.chuckr1996-10-191-0/+4
| | | | Pointed out by: Satoshi.
* Cleaning up extracurricular linking done by this port overchuckr1996-10-181-2/+15
| | | | | libtk and libtcl files. Suggested by: Satoshi.
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
| | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified!
* Reorder Makefile variables.chuckr1996-08-261-2/+2
|
* Make a more canonical PKGNAME from the DISTNAME.chuckr1996-08-251-1/+2
|
* Fix the post-install target, .endif in the wrong place.chuckr1996-08-241-2/+2
|
* Update itcl to 2.1. Large port, carries around it's own patchedchuckr1996-08-247-30/+608
| | | | | copies of tcl7.5 amd tk4.1, as well as new widget collection. Reviewed by: (preliminary version) Satoshi
* Change MASTER_SITE addresses from ftp.aud.alcatel.com (whichgpalmer1996-07-021-2/+2
| | | | | | | no longer holds the archive) to ftp.neosoft.com, correcting paths as necessary. Pointed Out By: jkh
* Change category nome from "languages" to "lang". Also remove "programming"asami1995-11-221-2/+2
| | | | which appeared in some of them, everything here is a programming language! :)
* Duh, I left one empty line before the CVS: lines (like someone told measami1995-10-111-4/+1
| | | | | | | | | | before) and cvs still sent an empty log! :< Anyway, what I was trying to say in the commit messages of patch-[ab] was to run ldconfig right after installation of the shared libraries, so that they can be found by subsequent runs of shared binaries. Also, take ldconfig out of this Makefile's post-install rule.
* Addasami1995-06-242-1/+5
| | | | | | | | | | | | | | post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :)
* Move tcl from LIB_DEPENDS to DEPENDS. This port needs the extractedasami1995-05-131-3/+3
| | | | source of tcl.
* Update of lang Makefiles....asami1995-04-151-3/+5
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Converted Makefiles as much as I could.asami1995-02-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out!
* First batch of MD5 checksum files. Only did through to the end of netgpalmer1994-12-181-0/+1
| | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later
* The distfile on alcatel has changed. Update to reflect this.jkh1994-11-081-2/+1
|
* Port of [incr tcl] by Robert Withrowjkh1994-10-064-0/+34
Submitted by: rww
OpenPOWER on IntegriCloud