summaryrefslogtreecommitdiff
path: root/x11/blt
AgeCommit message (Collapse)AuthorFilesLines
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim3-6/+6
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 willminskim3-6/+6
be updated to depend on lang/tcl after Tcl/Tk update.
2004-03-08Define two missing constants when sizeof(void*) == 8. It will fixminskim2-1/+15
build on 64bit architecture.
2004-03-08Add missing include files.kristerw1-1/+8
2004-03-07Minor whitespace nits.jlam1-3/+3
2004-03-06Update blt to 2.4z, update MASTER_SITES and HOMEPAGE, bl3ify, andminskim9-237/+275
enable pkgviews installation. Many new features and bug fixes since 2.4.o. See NEWS in the distfile for the complete list.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-13Initial import.xtraeme1-140/+7
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-10-25Add buildlink2.mk.wiz1-0/+161
2002-09-23buildlink1 -> buildlink2, and remove dependency on autoconf.jlam3-12/+44
2002-03-31Fix build problem on hosts identified as 'netbsdelf'. Does not change anythingabs5-38/+40
on systems that already worked, so no PKGREVISION bump.
2001-12-16Various bits to get this working.jmc4-61/+22
Buildlinkify against tcl/tk/x11 This configure is kinda brain dead so just keep the configure.in patches (which were reversed anyways from the configure patches) and depend on autoconf to force a correct configure. Also pass X11BASE along to configure's env so the right -R flags end up in the libs/binaries.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
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-10/+8
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-10-21add RCS Idwiz1-0/+1
2000-10-01Add missing -p to mkdir.rh2-1/+15
2000-09-08Rework this package so that the BLT extension can be loaded into any runningjwise5-153/+183
tcl interpreter (as intended), instead of requiring users to use the bltwish interpreter.
2000-09-03add RCS Idswiz2-0/+2
2000-09-01Adapt this package to tk-8.3.2. There is actually a newer blt out therejwise4-26/+45
(2.4u), but the master site has been down all week, so I am adapting the old one, as the new one has few major changes...
2000-05-22ELF rpath fix.sakamoto3-13/+23
2000-03-12Import BLT VBLT2.4o, submitted by Brook Milligan <brook@biology.nmsu.edu>hubertf9-0/+266
in PR 9593. BLT is an extension to Tcl/Tk. It adds plotting widgets (X-Y graph, barchart, stripchart), a powerful geometry manager, a new canvas item, and several new commands to Tk. Plotting widgets: graph, barchart, stripchart Hierarchical list box: hierbox Tab set: tabset Geometry Manager: table Vector Data Object: vector Background Program Execution: bgexec Busy Command: busy New Canvas Item: eps Drag & Drop Facility: drag&drop Bitmap Command: bitmap Miscellaneous Commands: winop, bltdebug, watch, spline, htext