summaryrefslogtreecommitdiffstats
path: root/lang/tclX80
Commit message (Collapse)AuthorAgeFilesLines
* Fix MASTER_SITESerwin2003-06-081-1/+1
| | | | | | PR: 53047 Submitted by: Serge Gagnon <gagnon__s@videotron.ca> Approved by: edwin (mentor)
* De-pkg-comment.knu2003-02-202-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-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)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-062-1/+2
| | | | Approved by: pat
* portlint: remove extra whitespaces before end of line.dirk2001-12-241-1/+1
|
* Define NO_LATEST_LINK.knu2001-11-061-0/+2
|
* Remove jseger and torstenb from maintainership of their ports, theydwcjr2001-09-171-1/+1
| | | | | | have been inactive for too long Approved by: will
* Some style fixes in the lang category (usual round of spaces -> tabs)olgeni2001-02-051-1/+1
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-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
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-152-3/+1
|
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+3
|
* Unbreak and upgrade tclX80 to 8.0.4jseger1999-09-028-321/+362
| | | | | PR: ports/13544 Submitted by: Ade Lovett <ade@lovett.com>
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Mark BROKEN for ELF.jseger1999-02-111-1/+3
|
* Use PKG* variables instead of adding extra files to PKG_ARGS.asami1998-12-131-6/+6
|
* Use MASTERDIR where appropriate. Also, add FILE_DEPENDS to denoteasami1998-12-011-1/+3
| | | | | that the port otherwise uses files from another port. (Note: support for FILE_DEPENDS is not in bsd.port.mk yet, so it's a no-op for now.)
* Convert to ELF.smace1998-10-111-37/+15
| | | | | | Use MAN3 macro. PR: 8017 Approved by: jseger
* Convert to ELF.smace1998-10-112-5/+47
| | | | | PR: 8017 Approved by: jseger
* Convert to ELF.smace1998-10-111-4/+11
| | | | | | use MAN3 macro PR: 8017 Approved by: jseger
* tk80 has been ELFized.asami1998-09-251-2/+2
|
* The first time I tried committing this set of manpage removals it gothoek1998-08-181-6/+0
| | | | | | | | all the way to diffing yorick/pkg/PLIST and then died with a "bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-) Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring machine, and bento is busy.
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-071-5/+5
|
* Install a wish script that spits-out all the various names for wish. Thehoek1998-07-271-1/+6
| | | | | | | | | | script handles for tclX and tkstep. This is as per several discussions on -ports. I expect one or two of the depending ports to break silently. I didn't touch the ja-ports, since INSTALL.wish might want translating? PR: bin/5894 Mention: Eivind, who wrote part of INSTALL.wish
* Add ".gz" to some compressed manpages.asami1998-06-061-19/+19
|
* Import of tclX8.0.2jseger1998-05-218-360/+365
| | | | | PR: 6540 Submitted by: dob@bazzle.com
* Execute `ldconfig -R' at the pkg_delete step.tg1998-05-051-0/+1
| | | | | PR: 6281 Submitted by: SADA Kenji <sada@e-mail.ne.jp>
* No need to use += on first appearance of variables.alex1997-12-241-3/+3
|
* Un-break this port. We need it for xtem (PR 3759).tg1997-10-095-25/+99
|
* Bring back tclX75 -- sorry, I mis-read my reply from Satoshipst1997-09-125-0/+360
|
* Remove obsolete (and BROKEN) tcl portspst1997-09-125-360/+0
|
* Broken on 2.2-STABLE too.asami1997-08-241-4/+1
|
* Brokon on 3.0-CURRENT and has no maintainer.obrien1997-08-221-1/+6
|
* ldconfig -> ${LDCONFIG}.max1997-07-171-2/+2
|
* Add virtual category 'tk41'.wosch1997-04-201-2/+2
|
* Remove myself as MAINTAINER from a number of ports I no longerjkh1997-01-061-3/+1
| | | | | have time to properly maintain. This will cause the position to revert to ports.
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-26/+34
| | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
* Converted to MAN[1-9NL]obrien1996-11-171-9/+3
|
* CATAGORIES+= -> CATAGORIES=obrien1996-11-121-7/+9
| | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
* Some fixups:markm1996-09-244-287/+291
| | | | | | 1) Fix the PLIST 2) use ${INSTALL_MAN} 3) make this work with current's contrib/tcl
* Upgrade, 7.5 -> 7.5.2. Also fix tcl/tk library names.asami1996-07-102-9/+9
| | | | Submitted in part by: Michael Smith <msmith@atrad.adelaide.edu.au>
* ftp archive has moved from mirror.neosoft.com to ftp.neosoft.comandreas1996-06-301-2/+2
| | | | fixed for 2.1.5
* Master site change (ftp.neosoft.com -> mirror.neosoft.com).asami1996-06-171-2/+2
| | | | Submitted by: the ftp .message
* Install manpages too.asami1996-05-132-1/+21
| | | | Submitted (partly) by: chuckr@glue.umd.edu
* Update to released version of tclX 7.5pst1996-04-283-15/+280
|
* Change PKGNAME from "tclX7.5.0-b3" to "tclX-7.5b3".asami1996-03-181-2/+2
|
* TclX v7.5pst1996-03-165-0/+67
OpenPOWER on IntegriCloud