summaryrefslogtreecommitdiff
path: root/lang/tcl80
AgeCommit message (Collapse)AuthorFilesLines
2000-01-06revert unwanted modifications after copying directories inclusivedrochner3-407/+41
CVS subdirs around
2000-01-06split tcl pkg, for coexistence with other versions: binaries candrochner2-40/+406
coexist, manpages not
2000-01-06split tcl pkg, for coexistence with other versions: binaries candrochner6-1653/+6
coexist, manpages not
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-07-09Add package patch checksum files.agc1-0/+6
1999-04-08Install "Object.3" manual page as "Tcl_Object.3" to avoid conflicttron3-416/+426
with "lesstif" package in case *shudder* "xpkgwedge" is installed. Fixes PR pkg/7340 by John Darrow.
1999-04-05Back out this change. The configuration file is obviously allright, it istron1-154/+0
"ical" that is broken.
1999-04-03Back out experimental change committed by mistake.tron1-2/+1
1999-04-03Fix shell escaping so that "tclConfig.sh" actually works.tron2-1/+156
1999-04-03Strip "tclsh" binary during installation.tron1-5/+7
1999-04-01Update the comment to explain what tcl is, rather than just expand theagc2-4/+4
acronym. Update the PLIST to reflect new files added in new distribution.
1999-04-01Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fixagc5-807/+802
release.
1999-04-01Add support for Solaris, and document the changes made to the configureagc1-2/+39
script. The Solaris changes mirror the NetBSD ones, so that PLIST entries etc remain the same.
1999-04-01Explicitly remove the linkname before trying to link it again.agc1-5/+8
1999-04-01Do the calculation of shared lib name suffices in the configure script.agc1-14/+2
1999-01-26Set TCL_SHARED_BUILD and TCL_LIB_FILE accordingly in tclConfig.sh ifagc1-1/+13
the build system supports shared objects.
1998-09-17Use libtool to install tclsh, or unusual things will happen.agc1-3/+4
1998-09-17Make Makefile honour the LDFLAGS value it gets passed.agc2-9/+38
Specify the library name in a form that libtool can deal with.
1998-09-10/usr/bin/env -> ${SETENV}agc1-2/+2
1998-09-10Use libtool to deal with shared libraries.agc2-43/+351
1998-09-08Correct the English in the "IMPORTANT" message at installation time.agc1-3/+3
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-08-07Add NetBSD RCS Ids.agc4-0/+8
1998-07-15Use automatic shared object handlingagc2-7/+2
1998-07-04Update for new FTP site.mycroft1-2/+2
1998-06-22Update package Makefiles for automatic manual page handling.agc1-97/+1
1998-04-24Move to relative paths in the pkgsrc tree.agc1-2/+2
1998-04-23Use a typedef for the panic procedure, so this works with C++ code under egcs.mycroft1-0/+60
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-12/+12
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-03-01Use softlinks for manual page links because "bsd.port.mk" handles thosetron1-0/+1230
better if "MANZ" is used.
1998-02-14Update tcl-8.0 package to patchlevel 2, fixes PR pkg/4971 bytron4-20/+112
Todd Vierling.
1998-02-02Remove -m argument from ldconfig calls, require the system tohubertf2-5/+5
have ${PREFIX}/lib in ld.so.conf instead. This ensures things even work after a reboot.
1998-02-02Introduce TRUE?=/usr/bin/true, and use it.hubertf1-2/+2
1998-01-24portlint: true -> /usr/bin/truehubertf1-3/+3
1998-01-24portlint: fix RCS Id+MAN3+MANN+ldconfighubertf1-4/+4
1997-12-22Fix setting CONFIGURE_ARGS + CONFIGURE_ENV, pointed out by Bill Coldwell.hubertf1-3/+3
1997-12-02fix ldconfighubertf1-3/+3
1997-11-19Needs to be relative to tcl8.0/unix, not tcl8.0hubertf1-4/+2
1997-11-18-fpic -> -fPIC, to stop tk breaking on m68k machines.hubertf1-0/+13
Fixes PR pkg/4499 by Brad Salai <bsalai@law.roc.servtech.com>.
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc1-0/+1
1997-10-13 - add MAN{1,3,N} in Makefilehubertf3-38/+255
- remove manpage compression from patch-aa - sync PLIST with reality - do "ldconfig -m /usr/pkg/lib" on pkg_delete
1997-10-06Add NetBSD RCS Id.agc2-3/+9
Change a mkdir to mkdir -p in the patch to Makefile.in, so that the include directories get made if they don't exist, as they're put in a non-standard place.
1997-10-06Initial import of FreeBSD lang ports into the NetBSDagc6-0/+370
packages system.