summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Tcl-Tk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* utilize SITE_PERLYing-Chieh Liao2003-10-242-8/+7
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75976
* i386-freebsd -> PERL_ARCHEdwin Groothuis2002-11-171-1/+1
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=70283
* 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
* Fix compilation by telling Makefile.PL to look for the tcl/tk headersPete Fritchman2001-08-262-2/+6
| | | | | | | | | in the right place. PR: 28394 Notes: svn path=/head/; revision=46924
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-011-6/+2
| | | | Notes: svn path=/head/; revision=38917
* Add 1 @unexec rmdir.Jun Kuriyama2000-11-021-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=34614
* Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.Will Andrews2000-10-231-1/+1
| | | | Notes: svn path=/head/; revision=34154
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-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> Notes: svn path=/head/; revision=29658
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+4
| | | | Notes: svn path=/head/; revision=27434
* portlint: PREFIX -> LOCALBASEMichael Haro2000-03-211-1/+1
| | | | Notes: svn path=/head/; revision=26925
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-282-4/+4
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23474
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21148
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-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 Notes: svn path=/head/; revision=19804
* W * 10 + W + W * 100 = WWW * 10 + : = WWW:Michael Haro1999-05-031-1/+0
| | | | Notes: svn path=/head/; revision=18424
* Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1999-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 Notes: svn path=/head/; revision=16010
* Unbreak; Make work with Tk80.Mark Murray1998-10-252-5/+5
| | | | Notes: svn path=/head/; revision=14174
* Remove regexp support for tk42.Steve Price1998-09-261-2/+2
| | | | Notes: svn path=/head/; revision=13404
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-151-2/+2
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* Update to beta 2 version and fix for new perl.Steve Price1998-08-304-22/+19
| | | | Notes: svn path=/head/; revision=12933
* I eat manpages for lunch.Tim Vanderhoek1998-08-201-1/+0
| | | | Notes: svn path=/head/; revision=12671
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* I'm not sure how I missed these before. Move "gtk gtk11 p5-GtkSatoshi Asami1998-08-071-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! :). Notes: svn path=/head/; revision=12332
* Add tk virtual category where missing. List of ports which depend on tkBill Fenner1998-02-211-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. Notes: svn path=/head/; revision=9876
* Mark the ports that were broken in one way or another by the recent tclSatoshi Asami1997-11-221-1/+3
| | | | | | | change "BROKEN". Notes: svn path=/head/; revision=8744
* Update name of perl executable in dependencies to "perl5.00401".Satoshi Asami1997-07-181-2/+2
| | | | | | | | Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS and RUN_DEPENDS). Notes: svn path=/head/; revision=7366
* Make all p5- ports use USE_PERL instead of explicitly stating the version ↵James FitzGibbon1997-06-241-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.) Notes: svn path=/head/; revision=7065
* Import of a perl5 module to allow access to libtk (layered on top of p5-Tcl, ↵James FitzGibbon1997-06-166-0/+66
as opposed to p5-Tk, which is native access) Notes: svn path=/head/; revision=6949