summaryrefslogtreecommitdiff
path: root/lang
AgeCommit message (Collapse)AuthorFilesLines
2000-08-28Update to perl-5.6.0nb2. This update removes one last module, CGI.pm,jlam4-25/+24
from the base perl5 installation to prevent conflicts with a much more up-to-date CGI.pm externally available through CPAN.
2000-08-28Add share/hugs/lib/exts/Memo.hs and share/hugs/lib/exts/Stable.hs;wiz1-51/+53
sort PLIST.
2000-08-28Use PERL5 variable for location of perl5 binary.jlam1-2/+2
2000-08-27Remove some modules from the base distribution which are externallyjlam12-115/+169
available as other pkgsrc packages.
2000-08-25Fix compilation on ELF. Patches provided by Alistair Crooks. (Thanks, Al!)wiz3-4/+21
2000-08-24Quick aesthetic fix. Tcl as shipped leaves two @foo@ cookies in the generatedjwise2-7/+15
tclConfig.sh. Even thought we have nothing to sub in for these, sub them out.
2000-08-24Move all compilation steps into the build phase.wiz3-6/+6
Man pages for optimized binaries are installed unconditionally, so move them to the default PLIST.
2000-08-24Add tcl, commented out, to be enabled when tcl-based packages are updated.jwise1-1/+2
2000-08-24Initial import of new pkgsrc/lang/tcl (tcl-8.3.2) package, partly derivedjwise9-0/+927
from the older pkgsrc/lang/tcl-8.0.5. This is an update of the tcl package from version 8.0.5 to version 8.3.2, and also a slight change in the organization of tcl packages. This will be added disabled to pkgsrc/lang/Makefile until I finish updating tk and all tcl-based packags. Changes from out of the box tcl-8.3.2: Both static and shared libtcl83.* are installed, thanks to the magic of libtool. $tcl_platform(machine) is set to ${MACHINE_ARCH}, not ${MACHINE}, thanks to the patch to tcl-8.0 from Dan McMahill. This makes sharing of binary packages of tcl and tcl extensions easier. Changes to the package since tcl-8.0.5: $tcl_pkgPath is now set to ${PREFIX}/lib/tcl instead of ${PREFIX}/lib and packages which install tcl extensions will be updated to install there. This produces less clutter in ${PREFIX}/lib, and mirrors the usage of java and elisp extension packages. A symlink to ${PREFIX}/bin/tclsh8.3.2 is installed as ${PREFIX}/bin/tclsh This change and the above are designed to allow tcl-using packages to not depend on any particular version of tcl. public tcl include files and the tcl configuration information script are now installed in their standard places (${PREFIX}/include/tcl.h, ${PREFIX}/include/tclDecls.h, and ${PREFIX}/lib/tclConfig.sh), and private tcl include files are now installed in ${PREFIX}/include/tcl. This change allows tcl extension packages to work out of the box, and to not need modification when tcl is updated. When extension package authors use the new libtclstubs*.a API, this even allows binary packages of dynamically-loadable tcl extensions to be used with newer versions of tcl without recompilation. Here are the new features in tcl-8.3.x as opposed to 8.0.x. I am not including bug fixes as this represents about 18 months of them. New Features since Tcl 8.2: ------------------------------ Improved clarity of error messages, especially for common programming mistakes. New lsort -unique switch to uniqify lists when sorting. Enhanced glob command to provide simpler and more powerful cross-platform file listing functionality. File date stamping through "file atime" and "file mtime" and support for chmod style permissions setting in file attributes -permissions on Unix. New file channels command to obtain list of open channels. "scan" command can now be used inline to return a list of values. "regexp" has new -start, -all and -inline switches. New "array unset" command. New -milliseconds granularity option to "clock clicks". Tcl optimization improvements, as well as numerous bug fixes. Overhaul of the clock command to improve grammar and add support for common ISO 8601 date/time formats. Improved build support for numerous platforms. New Features since Tcl 8.1.1 ---------------------------------- Optimized string index, length, range, and append commands. Added a new Unicode object type. Added Tcl_RegExpMatchObj and Tcl_RegExpGetInfo to public Tcl API, these functions are needed by Expect. Changed tools/genStubs.tcl to always write output in LF mode. Merged string and Unicode object types. Added new public Tcl API functions: Tcl_NewUnicodeObj, Tcl_SetUnicodeObj, Tcl_GetUnicode, Tcl_GetUniChar, Tcl_GetCharLength, Tcl_GetRange, Tcl_AppendUnicodeToObj. Changed to conform to TEA specification, added tcl.m4 and aclocal.m4 macro libraries for configure. Added new regexp interfaces: -expanded, -line, -linestop, and -lineanchor switches. Renamed Tcl_RegExpMatchObj to Tcl_RegExpExecObj and added new Tcl_RegExpMatchObj that is equivalent to Tcl_RegExpMatch. Added public macros for regexp flags. Added REG_BOSONLY flag to allow Expect to iterate through a string and only find matches that start at the current position within the string. Updated Unicode character tables to reflect Unicode 2.1 data. Added initial implementation of new Tcl test harness package. Modified test files to use new tcltest package. Applied patch from Peter Hardie to add poke command to dde and changed the dde package version number to 1.1. Added options to tcltest package: -preservecore, -limitconstraints, -help, -file, -notfile, and flags. Changed parsing of variable names to allow empty array names. Now "$(foo)" is a variable reference. Previously you had to use something line $::(foo), which is slower. This change was requested by Jean-Luc Fontaine for his STOOOP package. Added Tcl_SetNotifier (public API) and associated hook points in the notifiers to be able to replace the notifier calls at runtime. The Xt notifier and test program use this hook. Added a new variant of the "Trf core patch" from Andreas Kupries that adds new C APIs Tcl_StackChannel, Tcl_UnstackChannel, and Tcl_GetStackedChannel. This allows the Trf extension to work without applying patches to the Tcl core. Added -timeout option to http.tcl to handle timeouts that occur during connection attempts to hosts that are down. New features since Tcl 8.1: --------------------------- Applied Jeff Hobbs' string patch which includes the following changes: new subcommands: equal, repeat, map, is, replace -length option to "string compare|equal" -nocase option to "string compare|equal|match" string and list indices can be an integer or end?-integer?. added optional first and last index args to string toupper, et al. See the string.n manual entry for more details about the new string features. Applied Jeff Hobb's patch to add Tcl_StringCaseMatch to support case insensitive glob style matching and Tcl_UniCharIs* character classification functions. Added Tcl_UtfNcmp and Tcl_UtfNcasecmp to make Utf string comparision easier. Replaced the per-interpreter regexp cache with a per-thread cache. Changed the Regexp object to take advantage of this extra cache. Added a reference count to the TclRegexp type so regexps can be shared by multiple objects. Removed the per-interp regexp cache from the interpreter. Now regexps can be used with no need for an interpreter. This set of changes should provide significant speed improvements for many Tcl scripts. Applied the patch to fix 100-year and 400-year boundaries in leap year code, from Isaac Hollander. New features since Tcl 8.0.5: ----------------------------- Full Unicode support and a message catalog for internationalization. Thread-safety for Tcl and Tk. A new regular expression package by Henry Spencer that adds many advanced features: non-greedy quantifiers, bounds, positive and negative lookahead, collating elements, equivalence classes, several built-in character classes, and comments. In addition, the regular expression engine works on Unicode strings to make this the best regular expression package available anywhere. Integrated the stub library mechanism contributed by Paul Duffin, Jan Nijtmans, and Jean-Claude Wippler. This feature will make it possible to write extensions that support multiple versions of Tcl simultaneously. It also makes it possible to dynamically load extensions into statically linked interpreters. This patch includes the following changes: - Added a Tcl_InitStubs() interface - Added Tcl_PkgProvideEx, Tcl_PkgRequireEx, Tcl_PkgPresentEx, and Tcl_PkgPresent. More information about using the stubs interface in your extensions can be found at http://www.scriptics.com/support/howto/stubs.html Added a message catalog facility to Tcl. This adds several commands in the "msgcat" package. Thanks to Mark Harrison for contributing the initial implementation. Added the "encoding" command that facilitate translations of strings between different character encodings. Added "string totitle" command to convert strings to capitalize the first character of a string and lowercase all of the other characters. ----- Whew... If you're still reading, thanks. Enjoy!
2000-08-23Update "moscow_ml" package to version 2.00. Changes since version 1.44:tron8-66/+192
This is file README for Moscow ML 2.00 for Linux/Unix (June 2000) - The full SML Modules language (structures, signatures, and functors) is now supported, thanks to Claudio Russo. Also, several extensions to the SML Modules language are provided: - higher-order functors: functors may be defined within structures and functors - first-class modules: structures and functors may be packed and then handled as Core language values, which may then be unpacked as structures or functors again - recursive modules: signatures and structures may be recursively defined - Value polymorphism has become friendlier: non-generalizable free type variables are left free, and become instantiated (once only) when the bound variable is used - Added facilities for creating and communicating with subprocesses (structure Unix and Signal from SML Basis Library). - Added facilities for efficient functional generation of HTML code (structure Msp); also supports the writing of ML Server Page scripts. - Added facilities setting and accessing `cookies' in CGI scripts (structure Mosmlcookie), thanks to Hans Molin, Uppsala, Sweden. - The Gdimage structure now produces PNG images (using Thomas Boutell's gd library).
2000-08-23update MASTER_SITEwiz1-2/+2
2000-08-22sort, add man/man1/ocpp.1wiz1-42/+43
2000-08-22add bin/ocamloptwiz1-5/+6
2000-08-22sortwiz1-198/+198
2000-08-22Update ruby,ruby-Tk to 1.4.6sakamoto2-4/+4
minor bugfix ChangeLog: ftp://ftp.netlab.co.jp/pub/lang/ruby/ChangeLog.1.4.6
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf5-10/+10
appropriate.
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf2-4/+9
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-17Add and enable awkarh1-1/+2
2000-08-17Initial import of awka-0.7.0, an AWK to ANSI C converter.rh5-0/+49
2000-08-15Add and enable libperl-currentjlam1-1/+2
2000-08-15Placeholder representing an installed shared libperl.so for perl5-current.jlam4-0/+41
2000-08-15Make the packing list reflect the installed files when the port doesn'tjlam8-888/+920
support shared libraries.
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOLwiz2-3/+5
2000-08-14enable ONLY_FOR_PLATFORM (erronously commented out in last commit)wiz1-2/+2
2000-08-14USE_PKGLIBTOOL -> USE_LIBTOOL. Untested for lack of Solaris.wiz4-81/+12
XXX: This package needs NetBSD porting!
2000-08-14Remove unnecessary patch (superseded by autoconf)mjl1-734/+0
2000-08-14Update to 2.7. A short change log is not available.mjl6-48/+51
2000-08-11USE_LIBTOOL instead of USE_PKGLIBTOOL.jlam2-3/+4
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz3-12/+5
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-08-07Update to librep 0.12.4. (Various very minor bugfixes.)danw5-154/+182
Based on patches from Jerry Alexandratos <alexandr@eecis.udel.edu>.
2000-07-31Enable a bunch of packages in category/Makefile thathubertf1-2/+2
* should not cause any conflicts with the new bulk-package targets, * didn't contain a reason for why they were disabled or * were disabled for some false reason (and a IGNORE/BROKEN in the pkg's Makefile would be more appropriate)
2000-07-28Upgrade to version from Zope 2.2.0. (Can't find specific related changestsarna3-7/+29
in the changelog, but I know there were some. Probably minor bug fixes.)
2000-07-26No longer need to disable fseeko()/ftello() on ELF systems.kleink2-17/+1
2000-07-25Added and enabled package baci - Ben-Ari Concurrent Interpreterwulf1-1/+2
2000-07-25Initial commit of baci-20000725, Ben-Ari Concurrent Interpreterwulf11-0/+186
2000-07-25Disable use of ftello/fseeko on NetBSD, since there are problems with itjlam2-1/+17
(see PR pkg/10655).
2000-07-22properly pass -Wl,--export-dynamic to the c compiler. Fixed recently noteddmcmahill2-4/+4
compile problems. Note: we need to be sure and use --export-dynamic instead of -export-dynamic (2 dashes) for compatibility with a.out systems.
2000-07-22remove misplaced "@" which caused make problemsdmcmahill1-2/+2
2000-07-20Depend on version 4.0 or newer of the "readline" package.tron2-4/+4
2000-07-15Update guile to 1.4. Changes since Guile 1.3.4:jlam5-51/+58
** The module (ice-9 getopt-gnu-style) has been removed. ** New module (ice-9 documentation) ** Debugging facilities for guile script are much improved. ** Improvements to garbage collector ** Speed/efficieny improvements. ** Better compliance to standards.
2000-07-12Make this package work under ELF.jlam2-6/+22
2000-07-12Back out latest changes which added "-Wl,-R" flags to TCL_LIB_SPEC injlam2-20/+17
tclConfig.sh. The correct thing to do requires some more thought and perhaps some feedback from the Scriptics folks.
2000-07-10make the tcl_platform.machine variable be MACHINE_ARCH. This will keep binarydmcmahill2-1/+49
compatibility across the m68k ports. This addresses PR 10510 and 9800.
2000-07-10mark this as not for any NetBSD-ELF platforms until someone has time to portdmcmahill1-1/+7
it.
2000-07-09fix path in patch file to not include WRKSRC.dmcmahill2-4/+4
2000-07-07regen.dmcmahill1-2/+3
2000-07-07- add config file for elf-netbsd-ccdmcmahill3-4/+379
- pic->PIC
2000-07-06- make this work on arch's where 'uname -m' != 'uname -p', for exampledmcmahill3-1/+31
the m68k and mipsel ports. This address PR 9781 filed by Michael Wolfson and also fixes recently noted bulk pkgsrc build failures on pmax. The os version/machine type specific string is now consistently ${OPSYS}-${OS_VERSION}-${MACHINE_ARCH}
2000-07-05Update to Hugs98-Feb2000.nathanw2-7/+7
2000-07-05These files are no longer needed for perl 5.6.0hubertf5-848/+0