summaryrefslogtreecommitdiff
path: root/x11/p5-Tk
AgeCommit message (Collapse)AuthorFilesLines
2004-05-14Unused.wiz1-28/+0
2004-05-14Add bl3 file for p5-Tk-TableMatrix.wiz1-0/+20
2004-05-09Enable pkgviews installation.minskim1-1/+3
2004-05-06Perl/Tk updated to 804.027.markd2-6/+6
Changes unknown but appears to fix PR pkg/25066.
2004-04-25bl3ifyxtraeme1-5/+5
2004-04-04HOMEPAGE was incorrect, pointing to non-existant page.mason1-2/+2
Correct page: http://cpan.uwinnipeg.ca/htdocs/Tk/Tk.html
2004-03-22Update to 804.026:wiz4-20/+20
This a re-port of a perl interface to Tk8.4. C code is derived from Tcl/Tk8.4.5. It also includes all the C code parts of Tix8.1.4 from SourceForge. The perl code corresponding to Tix's Tcl code is not fully implemented. Perl API is essentially the same as Tk800 series Tk800.025 but has not been verified as compliant. There ARE differences see pod/804delta.pod. The goal of this release is Unicode support via perl's and core-tk's use of UTF-8. Tk804.026 builds and loads into a threaded perl but is NOT yet thread safe. This Tk804 is only likely to work with perl5.8.0 or later. Perl's UTF-8 support has improved since it was introduced in perl5.6.0. Some functions (regular expression match in Text widgets) are known to only work with perl5.8.1 and later There are a lot more tests in Tk804. Some notably t/entry.t and t/listbox.t very dependant on the available fonts and to a lesser extent the window manager used. (See below for a list of fails which can be "expected" even if nothing is really wrong.) Others t/JP.t and t/KR.t need oriental fonts and can take a long time to run on a machine with a lot of fonts but which lacks the glyphs tests are looking for.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-09-16Initial addition of buildlink2.mk.jmmv1-0/+28
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-10-27Use perl5/module.mk.seb1-5/+2
2002-09-21buildlink1 -> buildlink2jlam1-6/+6
2002-04-21- Corrected WRKSRCshell2-15/+18
- change my email address - fmt on DESCR
2002-04-20distfile renamed to Tk-800.024shell2-5/+5
2002-03-20Updated p5-Tk to 800.024 (provided by Shell Hung in pkg/15875)martti2-8/+7
- lots of buges fixed - changes for compatibility with perl-5.7.3 and later - contains re-worked Image code based on tcl/tk Img extension
2001-11-28Updated to 800.023 (PR#14569 by Shell Hung)martti3-10/+7
Changes in Tk800.022 - Fixes for NoteBook and LabFrame - Various tweaks for "compile" to flat script (tool not released yet) - Doc patches - Slaven's -offset fixes and associated need to change compiled-in defaults. - Feature suggestions from the list.
2001-11-28Buildlinkify.jlam1-2/+3
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23Strongly buildlinkify.jlam1-4/+4
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-02Add -Wl,-R${X11BASE}/lib to the link command when making Tk.so. Thisjlam3-4/+18
allows us to find libX11.so at run-time in the correct place.
2001-06-08Use wildcard dependence on "p5-HTML-Parser" package.tron1-2/+2
2001-05-05Mechanical changes of tk DEPENDS:jlam1-2/+2
tk-8.3.2 -> tk>=8.3.2 tk-[0-9]* -> tk>=8.0 tk-8.* -> tk>=8.0
2001-04-19Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-09-12On a.out, remove "-Bforcearchive" from linker flags to prevent multiplejlam2-0/+16
definitions of symbols. Fixes PR#10971.
2000-08-31Adapt this package to tk-8.3.2.jwise1-3/+3
Hey, at least the python people put their money where their mouth is -- *I* sure don't use p5-Tk.... <duck> :-) :-) :-) Ok, I'll shut up and have another cup of coffee now...
2000-08-28Update p5-Tk to 800.022. This is the port of the perl interface tojlam8-1536/+18
Tk-8.0.5. Changes from p5-Tk-402.002 are too numerous to list, as it targets a different version of Tk.
1999-09-21Consistency:abs1-1/+1
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-05-12"perllocal.pod" should not be in any package list.tron1-2/+1
1999-05-02Don't build "blib" perl module to avoid conflict with "perl5" package.tron3-7/+6
1999-05-02Fix dependence:tron1-2/+2
The module is called "Parser.pm" not "Parse.pm" and it is part of the "p5-HTML-Parser-2.22" package.
1999-04-26add USE_X11=yesgarbled1-1/+2
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-3/+2
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc4-358/+358
1999-04-01Update to tk version 8.0.5. This seems to be primarily a bug-fix release.agc1-2/+2
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-06-22Update package Makefiles for automatic manual page handling.agc1-19/+1
1998-05-09Handle version clash by preserving files.hubertf1-5/+4
1998-05-08s/freebsd/netbsd/hubertf1-147/+150
1998-04-24Move to relative paths in the pkgsrc tree.agc1-2/+2
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc1-2/+2
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-27/+27
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-01-30Modify individual package Makefiles to use the new way of specifyingagc1-2/+2
shared object dependencies (LIB_DEPENDS).