aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/p5-Tcl-Tk
Commit message (Collapse)AuthorAgeFilesLines
* utilize SITE_PERLijliao2003-10-242-8/+7
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* De-pkg-comment.knu2003-02-212-1/+1
|
* i386-freebsd -> PERL_ARCHedwin2002-11-171-1/+1
| | | | Noticed on: bento
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-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-072-1/+2
| | | | Approved by: pat
* Fix compilation by telling Makefile.PL to look for the tcl/tk headerspetef2001-08-262-2/+6
| | | | | | in the right place. PR: 28394
* Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-011-6/+2
|
* Add 1 @unexec rmdir.kuriyama2000-11-021-0/+1
| | | | Submitted by: bento
* Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.will2000-10-241-1/+1
|
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.will2000-06-171-6/+6
| | | | | | | | Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de>
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+4
|
* portlint: PREFIX -> LOCALBASEmharo2000-03-221-1/+1
|
* Update to use Tcl/Tk version 8.2.steve1999-11-292-4/+4
| | | | Submitted by: Ade Lovett <ade@lovett.com>
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-311-1/+1
|
* #4/4 enforcing Caps, no periodhoek1999-06-271-1/+1
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* W * 10 + W + W * 100 = WWW * 10 + : = WWW:mharo1999-05-031-1/+0
|
* Rewrite p5- module's PLIST for alpha.simokawa1999-01-111-5/+5
| | | | | | | | Use newly introduced %%PARL_ARCH%% for dirname of architecture dependent libraries. (i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!) Approved by: asami
* Unbreak; Make work with Tk80.markm1998-10-252-5/+5
|
* Remove regexp support for tk42.steve1998-09-271-2/+2
|
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballasami1998-09-161-2/+2
| | | | | | checks haven't missed anything. Submitted by: dima
* Update to beta 2 version and fix for new perl.steve1998-08-304-22/+19
|
* I eat manpages for lunch.hoek1998-08-201-1/+0
|
* Fix up dependencies for ports that moved into the x11-toolkits category.asami1998-08-081-2/+2
|
* I'm not sure how I missed these before. Move "gtk gtk11 p5-Gtkasami1998-08-081-2/+2
| | | | | | p5-Tcl-Tk p5-Tk" from x11 to x11-toolkits. Note gtk11 is not in the Makefile because it's a repository copy of gtk awaiting an upgrade (vanilla, wake up! :).
* Add tk virtual category where missing. List of ports which depend on tkfenner1998-02-221-2/+2
| | | | | | | | | but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender.
* Mark the ports that were broken in one way or another by the recent tclasami1997-11-221-1/+3
| | | | change "BROKEN".
* Update name of perl executable in dependencies to "perl5.00401".asami1997-07-181-2/+2
| | | | | Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS and RUN_DEPENDS).
* Make all p5- ports use USE_PERL instead of explicitly stating the version ↵jfitz1997-06-251-3/+4
| | | | | | | number in each Makefile In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
* Import of a perl5 module to allow access to libtk (layered on top of p5-Tcl, ↵jfitz1997-06-166-0/+66
as opposed to p5-Tk, which is native access)