Commit graph

793 commits

Author SHA1 Message Date
jdolecek
22bb4d50cf Update to nawk-20001115.
Changes (for detailed list, see FIXES which is part of distribution):
* various bugfixes
* allow \n explicitly in character classes
* some 8bit cleanups
2001-01-23 22:21:12 +00:00
jtb
09753eb784 Updated GNU Smalltalk to version 1.8.5. Update requested by jun@soum.co.jp.
Fixes PR pkg/12033.
2001-01-23 21:49:15 +00:00
jtb
557cc029c8 Removed ONLY_FOR_PLATFORM tag as it should work on other 32 bit machines. 2001-01-22 12:39:39 +00:00
jtb
267ac97a43 Put quotes around the arguments passed to stalin in the script. 2001-01-21 03:11:54 +00:00
jtb
02f0c14ae4 Minor improvements. Don't use "-freg-struct-return" if compiling on
the Alpha. This probably won't fix the recent problems in the bulk
builds.  Install "libstalin.a" in ${PREFIX}/lib/stalin instead of
${PREFIX}/lib.
2001-01-21 02:04:56 +00:00
jtb
d0b6480e64 Add and enable "pforth". 2001-01-19 22:29:39 +00:00
jtb
700155153d Initial import of new "pforth" package:
Portable ANS-like Forth written in ANSI C
2001-01-19 22:26:59 +00:00
jlam
33804604f9 Use ${PKGNAME} instead of hard-coding gcc-2.95.2. 2001-01-16 16:53:59 +00:00
tron
2bcd8c5bd0 Fix thinko in last commit. 2001-01-13 00:34:55 +00:00
tron
3731f4fbf8 It doesn't make sense to remove "bin/cc" and recreate it later in
"post-install" target.
2001-01-13 00:21:11 +00:00
tron
fd931ee3ad Remove bogus file entries. 2001-01-13 00:20:27 +00:00
jlam
6130dace65 Don't try to install a manpage for a dprofpp. 2001-01-11 17:51:29 +00:00
tron
1a91c3e889 Make this package work with Solaris:
- It can be bootstraped with Sun Workshop.
- It goes to "${LOCALBASE}" directly because there is no possible conflict
  with the system's GNU C compiler.
2001-01-11 06:53:10 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
rh
77be357b95 Update gb to 0.0.17. Changes include:
Version 0.0.17
        * Delay the parsing of the function specs until the function
          is used for the first time - speed and efficiency win (Frank)
        * Date functions fixed up (Ravi)
        * For Each implemented
        * UBound, LBound
        * More constants added
        * Screen's mouse pointer stuff impl
        * Object referencing grammar fixed
        * User defined constants implemented
        * Exit [Sub, Function, For etc.] impl.
        * Fix function invocation with Option Explicit
        * Parse Declare statements
        * ReDim implemented
        * Correct spelling of indices discovered.
        * Options setup and honoured (Ken Guest)
        * Lots of Command button signals added (Almer Tigelaar)
        * New object globalization logic
        * Build fix (Boszormenyi Zoltan)

Version 0.0.16
        * Implement CallByName
        * Port Frame to new object system (Frank)
        * Improve parser / lexer flexibility.
        * Implement Eval, Execute.
        * Implement user defined Types
        * Update project logic and form object referencing.
        * Add (evily hacked) up ASP runtime ( gb test/web.asp )
        * Install 'gb' by default to aid use.
2000-12-30 18:41:20 +00:00
itojun
72f99f5e7d upgrade to 0.53.
2/24/99  (version 0.53)
	 Additions:
	  DEFINE-FINITE-TYPE and DEFINE-ENUMERATED-TYPE (in structure
	   FINITE-TYPES; documented in doc/utilities.ps and
	   doc/html/utilities.html.
          Added CHAR-SOURCE->INPUT-PORT, CHAR-SINK->OUTPUT-PORT,
 	   MAKE-STRING-OUTPUT-PORT, STRING-OUTPUT-SOURCE-OUTPUT to
	   the extended-ports structure.
	  The structure BYTE-VECTORS is the same as CODE-VECTORS with `byte'
	   replacing `code' in all the names.  The underlying datatype is the
	   same for both, and uses `byte' when printing.
	  There is a new and much improved interface to C code, thanks to
           Mike Sperber.  It is documented in in doc/external.ps and
	   doc/html/external.html.
         Bug fixes:
	  Session-data and user-context records are no longer in the fluid env.
	  Lexical environments can now be nested up to 65k deep.
	  ,expand no longer prints `definition in expression context' warnings.
	  Added ARRAY? and SEARCH-TREE? to the array and search tree structures.
	  Flat environments work again.
	  Templates of the form `var ... ...' now work in syntax rules.
	  Reinstated caching of SCHEMIFY results to greatly reduce the space
           used by debugging info.
	  Added argument checking to STRING->NUMBER and NUMBER->STRING.
	  Fixed space blow-up in LOAD.
	  Unused ports are closed more reliably.
	 Changes:
	  The heap, gc, and image code is now in three separate modules.
          The symbol table is now held in a VM register.
	  Inlined SHOWING-FOCUS-VALUES into the main command loop and moved
	   the sentinal call to reduce the noise at the base of ,preview output.
	  The tables returned by MAKE-TABLE now use EQV? for comparison (instead
	   of EQ?).  This makes these tables about 50% slower when numbers are
           used as keys, but significantly more accurate.
	  Floating-point numbers are no longer double boxed.
	  The channels structure has been split into channels and low-channels.
2000-12-30 16:54:06 +00:00
hubertf
eaa7247f96 remove perl5-current 2000-12-29 17:19:21 +00:00
hubertf
3985079c2c This pkg is long superceded by the lang/perl5 pkg, so remove it.
(Also, this is the last pkg that uses pkg/PLIST-md.*, which has to
 die)
2000-12-29 17:16:33 +00:00
jlam
432b549e10 Move HTML documentation to under share/doc/html. 2000-12-19 09:24:17 +00:00
tron
3c09b528fb Manually create two empty directories which are otherwise missing in
the binary package.
2000-12-17 16:25:47 +00:00
wiz
bb7357fc54 Add patch against mkdir failure; provided in pkg/11633 by rafal@mediaone.net. 2000-12-16 01:57:36 +00:00
wiz
03230ea1d0 USE_LIBINTL instead of DEPEND on gettext 2000-12-16 01:57:01 +00:00
jtb
01277656d2 Cosmetic changes. 2000-12-13 22:33:25 +00:00
jlam
7eb54c8a4a Install HTML documentation under ${PREFIX}/share/doc/html. 2000-12-12 16:25:33 +00:00
wiz
a32b3a5655 Unify Makefiles -- mostly headers: remove FreeBSD Ids.
Consistent 4 character indentation of SUBDIR entries.
2000-12-12 01:30:36 +00:00
jtb
1acb7bf767 A couple of files should not have been imported. While were at it,
add extra directories to the includes path for the benchmarks.
2000-12-10 12:20:47 +00:00
jtb
49116e2bf6 Add and enable "stalin". 2000-12-10 11:10:16 +00:00
jtb
5b6b581c7d Initial import of new "stalin" package:
Aggressively optimizing Scheme compiler
2000-12-10 11:07:31 +00:00
jlam
1708f27d93 Honor CFLAGS passed in from the environment during build. 2000-12-08 20:41:18 +00:00
abs
1809ff935f Add brandybasic 2000-12-06 15:13:29 +00:00
abs
d949a6ad8b Import version 1.05 of Dave Daniels Brandy BBC Basic Interpreter
Brandy is an interpreter for BBC Basic (or Basic V as it is refered
to here) that runs under a variety of operating systems. Basic V
is the version of Basic supplied with desktop computers running
RISC OS. These were originally made by Acorn Computers but are now
designed and manufactured by companies such as RiscStation and
MicroDigital.
2000-12-06 15:13:11 +00:00
drochner
f1cc4228a1 correct MASTER_SITES 2000-12-05 15:04:32 +00:00
drochner
e5d4d33cb2 fix reporting of dynamic linking errors 2000-12-05 15:03:52 +00:00
jtb
b0103261a9 Add and enable "vslisp". 2000-12-04 23:50:08 +00:00
jtb
1788a3b1bc Initial import of new "vslisp" package:
Embedded Lisp library and standalone interpreter
2000-12-04 23:47:35 +00:00
jtb
71475b2673 Add and enable "RScheme". Fixes PR pkg/11401 by Jason Beegan. 2000-11-30 05:00:27 +00:00
jtb
c9f2221742 Initial import of new "RScheme" package:
Scheme implementation
2000-11-30 04:56:21 +00:00
jtb
561acc6734 Add and enable new "nhc98" package. Fixes PR pkg/11378 by Jason Beegan. 2000-11-29 00:37:24 +00:00
jtb
c8c4a00ca9 Initial import of new "nhc98" package:
Portable Haskell 98 compiler
2000-11-29 00:33:09 +00:00
mycroft
de5b1ad39c Correct PLIST for libtool changes. 2000-11-27 17:51:07 +00:00
jtb
7ccbf6d223 Add and enable "cim". Fixes PR pkg/11386 by Jason Beegan. 2000-11-25 22:03:53 +00:00
jtb
9279e34502 Initial import of new "cim" package:
Simula compiler based on the C programming language
2000-11-25 21:59:30 +00:00
rh
ad4e2ceeb2 Update gb to 0.0.15. Changes include:
* Implement a collections object
        * Add the '!' operator WorkSheets!Sheet1
        * Impl the 'visible' property on form items.
        * Read / Write only properties
        * Impl. default methods
        * Massive internal object / type system re-write
        * Major API clean
        * Potential security issue fixed
        * Lots of Parser / Lexer work
                + Class parsing
                + Set statement
                + Control array parsing
                + 'Is' statement
        * Lots of parser / lexer bugs fixed
        * File IO performance improvements and fixes
        * Lof implemented, Open improved
        * More Command button events
        * Form parsing & FRX handling
        * GUI items - PictureBox, Frame, Check started
        * Embryonic GB GUI designer
2000-11-25 14:16:36 +00:00
skrll
cafda406ec Give reasons for diabling packages. 2000-11-23 12:48:21 +00:00
wiz
8a17133f0e Depend on readline, and use it. 2000-11-22 21:19:13 +00:00
wiz
1fdedb4be6 add & enable intercal 2000-11-22 16:53:49 +00:00
wiz
6773470066 Initial import of intercal-0.20, an INTERCAL compiler.
Package provided by Dieter Baron in private communication.
2000-11-22 16:53:16 +00:00
skrll
63af617d5b Disable {libperl,perl}-current
Update sun-{jdk,jre}
2000-11-21 16:34:53 +00:00
tv
88e84a829d Switch to sun-jre-*. 2000-11-18 00:43:42 +00:00
tv
837e0998c2 Add needed CONFLICTS. 2000-11-18 00:40:50 +00:00
tv
d58e079739 Switch blackdown-j* to sun-j*. 2000-11-18 00:39:32 +00:00
tv
88070f9812 The Blackdown JDKs are frankly quite buggy. Remove the pkgs; there is now
a "sun-jre13" and "sun-jdk13" pkg pair.
2000-11-18 00:39:09 +00:00
tv
9c34a49cdd Packages for the Sun [Linux, for now] port of the JDK/JRE 1.3.0. 2000-11-18 00:36:55 +00:00
wiz
de279132ea Correct handling of info files. 2000-11-17 14:07:44 +00:00
wiz
2cb6a61976 add HOMEPAGE 2000-11-17 13:59:50 +00:00
wiz
e52fde84ff remove whitespace 2000-11-17 13:58:59 +00:00
hubertf
f774d18767 Update to v0.5.0, requested by Jorge Acereda <al004046@alumail.uji.es>
User-visible changes between 0.4.0 and 0.5.0:

Changes in behaviour:

There are now two engines: the fast engine (gforth-fast) is at least
  as fast as gforth in earlier releases; the debugging engine (gforth)
  supports precise backtracing for signals (e.g., illegal memory
  access), but is slower by a factor of 1-2.
Block files now start at block 0 by default (instead of block 1).  If
  you have block files around, prepend 1024 bytes to convert them, or
  do a "1 OFFSET !" to establish the old behaviour.
Gforth now does not translate newlines to LFs on reading.  Instead,
  READ-LINE now interprets LF, CR, and CRLF as newlines.  Newlines on
  output are in the OSs favourite format.
SEE now disassembles primitives (or hex-DUMPs the code if no
  disassembler is available).
>HEAD (aka >NAME) now returns 0 (instead of the nt of ???) on failure.
Syntax of prim changed: stack effects are now surrounded by
  parentheses, tabs are insignificant.

Operating environment:

Gforth now produces a backtrace when catching an exception.
On platforms supporting the Unix 98 SA_SIGINFO semantics, you get more
  precise error reports for SIGSEGV and SIGFPE (e.g., "stack
  underflow" instead of "Invalid memory address").
Gforth now produces exit code 1 if there is an error (i.e., an
  uncaught THROW) in batch processing.
You can use "gforthmi --application ..." to build an image that
  processes the whole command-line when invoked directly (instead of
  through gforth -i).

Ports:

AIX.
20% speedup on 604e under powerpc-unknown-linux-gnu,
19%-29% speedup on Celeron with gcc-2.95.

New words:

Missing ANS Forth words: EKEY EKEY? EKEY>CHAR
Timing words: CPUTIME UTIME
Vector arithmetic: V* FAXPY
FP comparison: F~ABS F~REL
Deferred words: <IS> [IS]
Nested number output: <<# #>>
Exception handling: TRY RECOVER ENDTRY
Directory handling: OPEN-DIR READ-DIR CLOSE-DIR FILENAME-MATCH
Other: ]L PUSH-ORDER

Miscellaneous:

Significant extensions to the manual (added an introduction, among
  other things), many of them due to a new team member: Neal Crook.
Added assemblers and disassemblers for 386, Alpha, MIPS (thanks to
  contributions by Andrew McKewan, Bernd Thallner, and Christian
  Pirker).  Contributions of assemblers and disassemblers for other
  architectures are welcome.
2000-11-13 23:58:11 +00:00
tsarna
8d33af9883 patchsum 2000-11-11 17:08:52 +00:00
tsarna
fee9207654 Make this work on both ELF and a.out (again) 2000-11-11 17:08:16 +00:00
mycroft
ad3f9c28d5 Change tarfh-list-regexp to match our tar(1). 2000-11-11 05:26:54 +00:00
martin
b4ce2f0971 Make perl work on NetBSD/sparc64.
The patch against regcomp.c (uninitialized variable) has been fed back
to the perl maintainers. The others are more like workarounds for known
toolchain problems and not fed back (for now).

The hints/netbsd.sh file has an additional change: the perl buildin malloc
(which is disabled in pkgsrc builds via configure arguments anyway) is now
disabled in the hints file as well. This makes it possible to build a
working perl outside of pkgsrc with this hints file. Wheter this hints file
should be fed back is subject to further discussion.

Make perl not build against a dynamic libperl.so.

There are two reasons: (a) the dynamic libperl.so version does not work
at all on sparc64, and (b) the static linked version is said to have a
significant performance improvement on some platforms (i.e. sparc). I think
the libperl.so was enabled by accident when switching from perl 5.0.4 to
5.6.0.

Other packages using libperl.so should not depend on perl5-base but on
../libperl.
2000-11-08 08:28:00 +00:00
itojun
b258da05de add lang/umb-scheme 2000-11-02 11:59:46 +00:00
itojun
364aa8e4f4 umb scheme interpreter 2000-11-02 11:59:07 +00:00
itojun
c567f5b3be add lang/kali 2000-11-02 11:32:31 +00:00
itojun
7d8ede7248 kali distributed scheme 2000-11-02 11:31:26 +00:00
itojun
bca720e428 add examples 2000-11-02 11:29:05 +00:00
itojun
80abcde57a add lang/vscm 2000-11-02 11:02:33 +00:00
itojun
4d7f3ae187 vscm, a portable scheme implementation 2000-11-02 11:01:53 +00:00
itojun
c447b7ccb3 add lang/minischeme 2000-11-02 04:53:22 +00:00
itojun
ef54580707 minischeme, very tiny scheme interpreter 2000-11-02 04:52:13 +00:00
jlam
85c488a242 Add patch to work around unusual shell script error. Possible bug in /bin/sh?
Fix discovered by IWAMOTO Toshihiro <iwamoto@sat.t.u-tokyo.ac.jp>.
2000-10-29 20:33:45 +00:00
jlam
eae91998ab Update librep to 0.13.2. Changes from version 0.13.1:
* Fix `define' so that it tracks bound variables and ignores
     shadowed keywords when traversing code

   * Added checks to compilation process for the kind of missing
     shared-library problems that many people see

   * Fixed the `install-aliases' shell script
2000-10-27 17:47:01 +00:00
jlam
c4b6589045 Remove unneeded patch 2000-10-27 08:02:38 +00:00
jlam
2885f48004 Update librep to 0.13.1. Add dependency on gettext and use installed
libintl for i18n needs.  Changes since version 0.12.4 are *lots* of bug
fixes, module namespace reorganization, several _incompatible_ VM changes,
and the addition of several new modules, including a safe-interpreter for
untrusted bytecodes.
2000-10-27 08:01:46 +00:00
wiz
da2ee0daf4 sort 2000-10-24 10:13:35 +00:00
agc
e56ee3f327 Add and enable smalltalk 2000-10-23 16:27:52 +00:00
agc
da9ad8f9a4 Initial import of GNU Smalltalk, the GNU implementation of the
Smalltalk-80 language, into the packages collection.
2000-10-23 16:19:24 +00:00
agc
ac3ad3646d Correct typos which resulted in a malformed command 2000-10-22 20:42:48 +00:00
tsarna
08a0ddac1a First batch of upgrades for Python 2.0:
lang/python             upgraded to 2.0
lang/py-html-docs       upgraded to 2.0
misc/py-readline        upgraded to 2.0
databases/py-gdbm       upgraded to 2.0
x11/py-Tk               upgraded to 2.0
devel/py-curses         upgraded to 2.0
lang/py-extclass        upgraded to 2.2.2 and for Python 2.0
textproc/py-dtml        upgraded to 2.2.2 and for Python 2.0
www/py-zpublisher       upgraded to 2.2.2 and for Python 2.0
print/py-reportlab      upgraded to 1.01 and for Python 2.0

More coming...
2000-10-22 20:01:48 +00:00
wiz
9cbb8e1a6b remove '^a ' and '.$' 2000-10-21 22:43:25 +00:00
wiz
3c11012446 move line for pkglint 2000-10-21 22:42:46 +00:00
rh
4583aa081c Redefine LDD as these packages install Linux binaries 2000-10-21 08:10:30 +00:00
jlam
075fb7ee1f Remove unnecessary comment about being able to compile librep on
Solaris and Linux.
2000-10-19 02:00:49 +00:00
garbled
e6506e3bc3 Add an OSVERSION_SPECIFIC=yes flag to these packages. The flag at this time
doesn't enable any functionality.  It is here as a marker, so people building
binary packages know that these packages have version-specific features
that would make them incompatible with other point releases..  (such as
LKM's)
2000-10-18 04:26:53 +00:00
rh
2f360598cf Add and enable gb 2000-10-17 17:19:44 +00:00
rh
01e124925d Initial import of gb-0.0.12, the Gnome Basic for office applications 2000-10-17 17:18:27 +00:00
tv
74aaff975b 1.06 is very old and doesn't compile on NetBSD. Update to 1.12, which uses
autoconf for its build.
2000-10-16 20:38:20 +00:00
tv
a9468a9652 Add jbuilder-jit. 2000-10-16 18:49:22 +00:00
tv
55cdbdead2 A Just-In-Time compiler for the blackdown Linux JVMs. 2000-10-16 18:40:03 +00:00
tv
a4ab7217ae Add blackdown-jdk12 and blackdown-jre12. 2000-10-16 17:55:13 +00:00
tv
33c2b0803d Package for the Blackdown.org Linux/i386 JDK 1.2.2. 2000-10-16 17:53:53 +00:00
tv
3ae6051993 Package for the Blackdown.org Linux/i386 JRE 1.2.2. 2000-10-16 17:53:21 +00:00
jlam
f9b092b520 Regen. 2000-10-16 08:57:23 +00:00
jlam
6aac880b3b Don't redefine wint_t (already defined in <machine/ansi.h> by NetBSD).
Fixes PR#11177.
2000-10-16 08:56:02 +00:00
jlam
43a3dac06b Add and enable java-lang-spec and java-vm-spec. 2000-10-15 03:01:05 +00:00
jlam
db652e7abb java-vm-spec: The Java(TM) Virtual Machine Specification (HTML) 2000-10-15 03:00:07 +00:00
jlam
c6fa6ec414 java-lang-spec: The Java(TM) Language Specification (HTML) 2000-10-15 02:59:34 +00:00
agc
8d7f22e654 Only grab global symbols from object files. 2000-10-06 11:08:31 +00:00
agc
8e05467c48 Make this program work on ELF as well as a.out
The somewhat bizarre "patching" method was used because I rewrote the
routine which grabs global text symbols from an object file, and this
should be independent of a.out or ELF. The result bears no similarity
to what was there before, so I decided to keep the original file with
a "-dist" suffix.
2000-10-05 15:08:54 +00:00
rh
47d3833a9e Fix package dependency location: 'tk' is *not* in lang/tcl! 2000-10-04 13:19:59 +00:00
rh
57bf778581 Fix datestamp problem by touching configure in pre-configure. 2000-10-01 14:12:15 +00:00
rh
0c0ea3352e Fix datestamp problem by touching of configure script prior to
configuration.
2000-10-01 14:06:22 +00:00
hubertf
6029a87335 * elf lib fix
* pull comments from head of patch files into the files they patch
   That way they don't get overwritten, don't need manual work to be
   included in the next update, and are visible in the patched files.
2000-09-26 02:02:32 +00:00
fredb
b8d9660ed5 Avoid running "autoheader" -- it can't help you, but it can hurt you! 2000-09-25 22:19:19 +00:00
wulf
51f8c5d46b Added missing dependency for bison 2000-09-24 23:23:33 +00:00
tron
18b922cabb Mention support of "NetBSD-m68k" in comment and correct a typo. 2000-09-22 21:15:36 +00:00
fredb
3ad1ad293e What do you know... this builds on m68k/1.4.3. 2000-09-22 01:51:56 +00:00
tron
17982c16af Use place holder for "${PREFIX}" instead of hard coding "/usr/pkg". 2000-09-16 07:49:53 +00:00
tron
8d646047df Add a message which explains how to use "gcc-2.95.2" via "MAKECONF". 2000-09-16 00:19:45 +00:00
tron
178cf5b627 - Add patches from NetBSD-current to fix build on i386 ELF systems.
- Install into "${LOCALBASE}/gcc-2.95.2" to avoid that e.g. "bsd.pkg.mk"
  picks up the new compiler by accident.
- Add a file "${LOCALBASE}/etc/gcc-2.95.2.mk" which makes it possible to
  use the new "gcc" like this:
  make MAKECONF=/usr/pkg/etc/gcc-2.95.2.mk
2000-09-15 23:58:47 +00:00
tron
e19b5fbcd6 Add missing dependence on "perl" package. Patch worked out by
Alistair Crooks.
2000-09-14 16:03:20 +00:00
wennmach
c2c3247b8e Kaffe now builds even if gmp>=3.0.0 is installed; it now depends on gmp.
Fixes PR 11003 by ... who the hell was that nerd ... ahh: Lex Wennmacher.
2000-09-13 16:53:56 +00:00
jlam
776b48992d Need CHECK_SHLIBS=no. 2000-09-12 11:56:24 +00:00
wiz
691319fe54 Don't check for libnet (we're not BeOS, after all). Addresses pkg/9005. 2000-09-10 20:59:06 +00:00
danw
67fa30070f change LLONG_MAX/LLONG_MIN to QUAD_MAX/QUAD_MIN since the former don't
exist in 1.4
2000-09-07 16:36:53 +00:00
jlam
7874880003 Add file checksum, now that it needs one. 2000-09-07 04:38:30 +00:00
jlam
f5ec09e61d Update to libperl-5.6.0nb1. This adds back the shared object file
${PERL5_ARCHLIB}/DynaLoader_pic.o, which contains the dynamic loader in
dynamically loadable form.  This is needed by ap-perl.
2000-09-07 04:37:54 +00:00
jwise
daa46cdfcd Remove this package -- it has been supplanted by tcl-tclX and tk-tclX. 2000-09-06 16:51:28 +00:00
jwise
b56c225e3f Remove tclX80, and add and enable tcl-tclX and tk-tclX. 2000-09-06 16:49:26 +00:00
jwise
3dd8af84ad Add NetBSD RCS Ids to two patches, and make this package CONFLICT with
the old tclX package.
2000-09-06 16:47:31 +00:00
jwise
9c7b19ebe2 Make this package CONFLICT with the old tclX package. 2000-09-06 16:46:06 +00:00
jwise
d905d4fa67 Initial import of tk-tclX-8.2.0. This package installs wishx, a tcl
interpreter with both tk and tclX extensions built in.

It is expected that many users will prefer to do  the following:

	#!/usr/pkg/bin/wish
	package require Tclx

This package also installs tclhelp, a graphical browser for the Tcl and
Tclx documentation which comes with tcl-tclX and tk-tclX.
2000-09-06 16:43:33 +00:00
jwise
5fb3608e4f Initial import of tcl-tclX-8.2.0, the tcl half of tclX. This package and
tk-tclX-8.2.0 supplant pkgsrc/lang/tclX80 (tclX-8.0.4).

Changes to the tclX package since tclX-8.0.4:

      * This package is now split into two packages, tcl-tclX, and
	tk-tclX.  tcl-tclX can be installed on systems without
	X11 (and by extension, without tk).

Changes to tclX itself since tclX-8.0.4:

===============================================================================
19 Sept 98:
  o Fixed TclX copy of Tcl auto_load proc out of sync; this broken ITcl.
-------------------------------------------------------------------------------
20 Sept 98:
  o Include several Windows build fixes from Viktor Dukhovni <viktor@nyc.deshaw.com>.
  o Renamed --with-tk configure option to --enable-tk.
    Supplied by Viktor Dukhovni <viktor@nyc.deshaw.com>.
-------------------------------------------------------------------------------
28 Sept 98:
  o Handle systems that don't implement restart of system calls on signal.
    Added infox have_signal_restart.
-------------------------------------------------------------------------------
5 May 99:
  o Ported most commands work with 8.1 Unicode.
  o Completed port to 8.1.
===============================================================================
5 May 99: Released TclX 8.1.0
===============================================================================
10 May 99:
  o Fixed tests to build when threads are enabled.
  o Pickup TK_LD_SEARCH_FLAGS in configure.
-------------------------------------------------------------------------------
22 June 99:
  o Moved TclX_AppendObjResult to be an external API for testing
  o Upgraded the patch levels to be "8.1.2"
  o Defined TclX_MainEx to take an interp as an argument.  TclX_Main is
    now a macro that calls TclX_MainEx.  When passing the interp argument,
    Tcl_CreateInterp() is called.  This is done so TclX can use stubs.
-------------------------------------------------------------------------------
25 Jun 99:
  o TclX version numbering and library naming change.  The third number is
    now the patch level.
===============================================================================
25 Jun 99: Released TclX 8.1.1
===============================================================================
4 Jul 99:
  o Cleaned up configuration to work better with new Tcl autoconf macros.
    Deleted Config.mk, all configration variables are set in Common.mk.
  o --with-tcl and --with-tk now work.
===============================================================================
25 Jun 99: Released TclX 8.1.1
===============================================================================
===============================================================================
6 Feb 2000: Released TclX 8.2.0
===============================================================================
2000-09-06 16:40:03 +00:00
jwise
fa6fad862c Make this CONFLICT with the old expect package. 2000-09-06 16:33:00 +00:00
jlam
c3319f37a3 Make smalleiffel wrapper script display a usage statement when called
with no arguments.  Also move HTML documentation into
${PREFIX}/share/doc/html.
2000-09-06 14:31:38 +00:00
jlam
dab5e185a5 Remove perllocal.pod. 2000-09-06 10:54:36 +00:00
jwise
5fb2db37a1 Remove expect. 2000-09-05 21:03:12 +00:00
jwise
c97402a611 Remove this package -- it has been supplanted by tcl-expect and tk-expect. 2000-09-05 21:02:24 +00:00
jwise
2bc493376b Fix do-install target and dependency on tk.
I *need* another cup o' coffee...
2000-09-05 18:21:13 +00:00
jwise
c5529d168c Fix dependency on tcl-expect, and trim comment to within 70 lines. 2000-09-05 17:21:13 +00:00
jwise
40cc74648c Add and enable tk-expect. 2000-09-05 17:15:44 +00:00
jwise
55375e18f0 Initial import tk-expect-5.32.1. This package installs expectk, a
tcl interpreter with both tk and expect extensions built in.

It is expected that many users will prefer to do the folowing:

	#!/usr/pkg/bin/wish
	package require Expect
2000-09-05 17:13:30 +00:00
jwise
5685be6aab Remove a comented out bit which is not needed at all. 2000-09-05 16:52:33 +00:00
jwise
5c58ffe8f1 Disable expect, add note explaining that it will be removed when tk-expect
is imported.
2000-09-05 16:24:23 +00:00
jwise
964fe00602 Remove tcl80 and tclman80, add and enable tcl-expect. 2000-09-05 16:23:09 +00:00
jwise
d691e97f15 Initial import of tcl-expect-5.32.1, the tcl half of the new expect packages.
Changes to the expect package since expect-5.25:

      * This package is now split into two packages, tcl-expect, and
	tk-expect.  tcl-expect can be installed on systems without
	X11 (and by extension, without tk).

      * the copious expect examples and their man pages are now installed
	into ${PREFIX}/share/examples/tcl/expect instead of into
	${PREFIX}/bin and ${PREFIX}/man.  If any of them are determined
	to be worth separate use, they should be split out into a
	separate package.

Changes to expect itself since expect-5.25:

** SUMMARY

Expect 5.31 now works with Tcl 8.2.  Expect 5.31 does NOT work with
prior releases of Tcl.  Thanks to an incredible amount of work by
Scott Stanton, Henry Spencer, Melissa Hirschl, and funding from
Scriptics for making this possible.

** NEW FEATURES

What?  You mean that working with Tcl 8.2 isn't enough?????

Expect supports Tcl's new regexp engine.

Expect supports null bytes in strings directly.  (You no longer have
to use the "null" keyword to send or match nulls.  Of course, the
"null" keyword will continue to be supported.)  Null removal (on
input) is still enabled by default since nulls are almost never
intended for end-user consumption in interactive dialogues.

** CHANGES IN BEHAVIOR (POTENTIAL INCOMPATIBILITIES)

The interpreter command used to exit upon eof.  Now it uses "-eof
script" to control this behavior.  The default behavior is to return.
(This change was required because Expect now gives control to Tcl upon
exit and Tcl waits (potentially forever) for all processes to die on
exit.)  Explicit calls to interpreter are almost non-existent.
However, you should look for *implicit* calls via interact commands
with a pattern but no action.  This required changes in the examples:
dislocate, dvorak, kibitz, and xkibitz.

Indirect variables can no longer start with "exp".  Such variables
will be interpreted as channel names.

Old-style regexps may need conversion.  If you have been protecting
regexps containing backslashes with {}, then you need to examine all
your backslashes since the new regexp engine interprets backslash
sequences (such as \n) itself.  For example:

	expect "\n"         (works the same in Tcl 8.0 and 8.1)
	expect {\n}         (works differently in Tcl 8.0 and 8.1)

Scriptics has also created a new-regexp-features page which you should
read: http://www.scriptics.com/support/howto/regexp81.html.  Some of
the new features allow much more efficient regexps than before.  For
example, non-greedy quantifiers can replace [split] looping
constructions with a single regexp, enabling Tcl to parse very
efficiently.  For the whole story, read the re_syntax man page.

The interact command's regexp matching no longer skips nulls.  (I'd be
surprised if anyone misses this.  At least I hope ....)

Expect's C library now reports failures in spawn's underlying exec
directly (by returning -1) rather than the way it used to (as data in
the pty).  This makes user code more robust.  However, it requires you
to simplify your code, alas.  See the chesslib.c example.

Linking with Expect's C library no longer requires the Tcl library
(unless, of course, you make Tcl calls yourself).  Tcl is still
required to build the library in the first place, however.

** CHANGES IN BEHAVIOR (SHOULD NOT CAUSE INCOMPATIBILITIES)

The match_max command now controls by bytes, not chars.  This won't
cause problems unless your existing scripts are interacting using
sizeable chunks of multibyte characters.  (If you don't know what I'm
talking about, ignore this.)

The Make/configure suite now corresponds to the TEA conventions (at
least in theory; the conventions are changing regularly so it's hard
to be less vague on this point).  Significantly, this means that you
should be able to use the same configure flags as when compiling Tcl
or any other TEA-compatible extension.  (See the INSTALL file.)

The values of special variables such as exp_spawn_id_any have changed.
(The values were never documented so you shouldn't have been using
them anyway.)

Spawn ids now appear as "exp...".  (They used to be small integers.)
Do not assume that spawn ids will continue to be represented in any
particular way (other than unique strings).

** OTHER NOTES

Expect uses channels.  There is an Expect channel type.  It is
possible to use Tcl's channel commands, such as fconfigure, to change
the encoding.  However, Expect layers its own buffering system on top
of Tcl's channel handler so don't expect intuitive behavior when using
commands such as gets and puts.  Unless you know what you're doing, I
recommend manipulating the Expect channels only with the expect
commands.

Some effort was made to make Expect support threads, however it is not
complete.  You can compile Expect with threads enabled but don't run
Expect in multiple threads just yet.

So much code has changed, there are bound to be bugs in dark corners.
Please let me know of such cases.  The best response will come by
supplying a simple test case that can be added to Expect's test suite.

In places where the behavior of Expect was not precisely documented,
full advantage was taken to do something different :-)

Several esoteric bugs were fixed.

Although Expect itself uses Henry Spencer's new regexp engine,
Expect's C library still uses his original regexp engine.

No testing has been done of the poll and non-event subsystems.  (These
are used on systems which don't support select on ptys or ttys.  Some
minor work needs to be done on them (because the event subsystem was
rewritten) which I'll probably do only if anyone requests it.

Many deprecated features (deprecated for many years!) have been
removed.  All such features were deprecated prior to Exploring Expect
so if that's how you learned Expect, you have nothing to worry about.
For example, Expect's getpid command predates Tcl's pid command and
it's been deprecated for, oh.... 6 years - wow!  Other deprecated features
include:
  expect -timestamp (flag only; behavior itself was removed years ago)
  expect -iwrite (flag only; behavior occurs all the time)
  expect_version (use "exp_version" command)
  expect_library (use "exp_library" global variable)
  interact -eof (use "eof" keyword)
  interact -timeout (use "timeout" keyword)
  interact -timestamp (use "clock" command)
  getpid (use "pid" command)
  system stty (use "stty" command)

With this release, the following are deprecated:
  timestamp (use "clock" command)
  debugger (use a different one; there are very nice replacements
     around.  Fortunately the Expect debugger is not something anyone
     is wiring into their scripts, so for now, consider it on the
     endangered species list.  Anyone still want this debugger?)

From now on, the most current snapshots of Expect will be found in the
Scriptics CVS repository.  Not all snapshots are official releases.

For more, see the ChangeLog file in the expect distribution.
2000-09-05 16:20:29 +00:00
jlam
60d8d28f10 Update build dependency on perl to build in correct directory if perl
interpreter is not found.
2000-09-05 09:33:15 +00:00
jlam
755b6bf050 Remove unneeded patches (moved to lang/perl5-base/patches). 2000-09-05 09:22:00 +00:00
jlam
af4c36b929 Update perl5 to 5.6.0nb3. This is now a meta-pkg which pulls in perl-base,
as well as other modules from a standard installation of perl-5.6.0.
2000-09-05 09:20:44 +00:00
jlam
51b51f6247 Add and enable perl5-base. 2000-09-05 09:19:01 +00:00
jlam
b37f4b7d91 Reimport lang/perl5 to lang/perl5-base with some minor modifications.
This is the base installation of perl5, with several modules removed that
are externally available through pkgsrc.
2000-09-05 09:18:21 +00:00
wiz
33780abc4b Remove trailing empty line 2000-09-04 16:44:04 +00:00
wiz
b1c04d0a6d move BROKEN line to appease pkglint 2000-09-03 15:07:26 +00:00
wiz
4470183fe3 NO_CHECKSUM is set, so we don't need an md5 file 2000-09-03 15:05:51 +00:00
wiz
3cdcc59ac8 move BROKEN line to silence pkglint 2000-09-03 15:04:20 +00:00
wiz
5740c77905 modify RCS Id (from Id to NetBSD) 2000-09-03 14:50:42 +00:00
jlam
27b70be02f If perl dependency isn't found, build in lang/perl5, not lang/perl5-current 2000-09-03 07:33:12 +00:00
dmcmahill
70c16393a7 move bin/camlp4r from PLIST.opt to PLIST. It does build and install on
1.4.1/sparc.
2000-09-02 21:10:35 +00:00
wiz
fa5c7a12ab remove one MASTERSITE (wouldn't let me log in), add three others 2000-09-02 15:59:53 +00:00
jwise
fe4b4bfbb2 Mark remaining packages which need to be updated to work with tcl-8.3.2
with

	BROKEN=	This package has not yet been updated to work with tcl-8.3.2.

in order to make bulk builds quieter.  These packages will be updated over the
weekend.
2000-09-01 17:58:02 +00:00