summaryrefslogtreecommitdiff
path: root/lang/itcl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-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 Notes: svn path=/head/; revision=19803
* Upgrade to itcl 3.0.1Justin M. Seger1999-04-058-619/+273
| | | | | | | | Submitted by: Duncan Barclay <dmlb@ragnet.demon.co.uk> PR: ports/10960 Notes: svn path=/head/; revision=17649
* This port requires Xlib.Satoshi Asami1999-02-131-1/+2
| | | | Notes: svn path=/head/; revision=16708
* Execute `ldconfig -R' at the pkg_delete step.Thomas Gellekum1998-05-051-0/+1
| | | | | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp> Notes: svn path=/head/; revision=10860
* ldconfig -> ${LDCONFIG}.Masafumi Max NAKANE1997-07-171-2/+2
| | | | Notes: svn path=/head/; revision=7360
* The distfile moved on the MASTER_SITE. (this port is still BROKEN,Bill Fenner1997-05-311-2/+2
| | | | | | | | | however). Found by: distfile checker Notes: svn path=/head/; revision=6655
* Add reasons to BROKEN.Satoshi Asami1996-12-071-2/+2
| | | | Notes: svn path=/head/; revision=4868
* Mark this port BROKEN, until Chuck can figure out the quirks.Satoshi Asami1996-11-131-1/+2
| | | | | | | Reviewed by: chuckr Notes: svn path=/head/; revision=4432
* Fixed mistake in tkConfig.sh, in definition of location of libtk,Chuck Robey1996-11-131-2/+2
| | | | | | | from -LNONE/lib to -L/usr/local/lib. Notes: svn path=/head/; revision=4429
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-2/+2
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* lib/pkgIndex.tcl was listed three times.Satoshi Asami1996-11-091-2/+0
| | | | Notes: svn path=/head/; revision=4358
* Adding a couple of libitcl and libitk symlinks.Chuck Robey1996-10-191-0/+4
| | | | | | | Pointed out by: Satoshi. Notes: svn path=/head/; revision=4040
* Cleaning up extracurricular linking done by this port overChuck Robey1996-10-181-2/+15
| | | | | | | | libtk and libtcl files. Suggested by: Satoshi. Notes: svn path=/head/; revision=4021
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi 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! Notes: svn path=/head/; revision=3948
* Reorder Makefile variables.Chuck Robey1996-08-261-2/+2
| | | | Notes: svn path=/head/; revision=3704
* Make a more canonical PKGNAME from the DISTNAME.Chuck Robey1996-08-251-1/+2
| | | | Notes: svn path=/head/; revision=3702
* Fix the post-install target, .endif in the wrong place.Chuck Robey1996-08-241-2/+2
| | | | Notes: svn path=/head/; revision=3694
* Update itcl to 2.1. Large port, carries around it's own patchedChuck Robey1996-08-247-30/+608
| | | | | | | | copies of tcl7.5 amd tk4.1, as well as new widget collection. Reviewed by: (preliminary version) Satoshi Notes: svn path=/head/; revision=3689
* Change MASTER_SITE addresses from ftp.aud.alcatel.com (whichGary Palmer1996-07-021-2/+2
| | | | | | | | | | no longer holds the archive) to ftp.neosoft.com, correcting paths as necessary. Pointed Out By: jkh Notes: svn path=/head/; revision=3296
* Change category nome from "languages" to "lang". Also remove "programming"Satoshi Asami1995-11-221-2/+2
| | | | | | | which appeared in some of them, everything here is a programming language! :) Notes: svn path=/head/; revision=2450
* Duh, I left one empty line before the CVS: lines (like someone told meSatoshi Asami1995-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. Notes: svn path=/head/; revision=2315
* AddSatoshi Asami1995-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! :) Notes: svn path=/head/; revision=1871
* Move tcl from LIB_DEPENDS to DEPENDS. This port needs the extractedSatoshi Asami1995-05-131-3/+3
| | | | | | | source of tcl. Notes: svn path=/head/; revision=1711
* Update of lang Makefiles....Satoshi Asami1995-04-151-3/+5
| | | | Notes: svn path=/head/; revision=1364
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Converted Makefiles as much as I could.Satoshi 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! Notes: svn path=/head/; revision=935
* First batch of MD5 checksum files. Only did through to the end of netGary Palmer1994-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 Notes: svn path=/head/; revision=590
* The distfile on alcatel has changed. Update to reflect this.Jordan K. Hubbard1994-11-081-2/+1
| | | | Notes: svn path=/head/; revision=342
* Port of [incr tcl] by Robert WithrowJordan K. Hubbard1994-10-064-0/+34
Submitted by: rww Notes: svn path=/head/; revision=188