Commit graph

13771 commits

Author SHA1 Message Date
tron
60cb95273d It is "mozilla" 5.0 milestone 17, not 1.0. 2000-08-30 22:27:38 +00:00
tron
0a9aad7ec4 Use our "libtool" instead of internal one. 2000-08-30 22:17:14 +00:00
tron
1060039fd6 Update for version 8.3.2 of "tcl" and "tk" packages. 2000-08-30 22:15:44 +00:00
martin
cd976138bb forgot this one in last commit 2000-08-30 22:08:16 +00:00
martin
5b2330d15a Update pkg to new version send by Taya via e-mail (as requested by Tron). 2000-08-30 21:59:52 +00:00
tron
3ec578b4ad Add "USE_PERL5= YES" because this package includes perl scripts. 2000-08-30 21:44:27 +00:00
tron
09f6e0fc49 Regen. 2000-08-30 21:39:30 +00:00
tron
f669b794dc Fourth attempt to make this patch CVS safe. 2000-08-30 21:38:44 +00:00
tron
06ebdc48fe Remove line with RCS Id so that patch applies cleanly after it was
committed to the repository.
2000-08-30 21:35:23 +00:00
tron
28cd4feec5 Add required patch checksum file. 2000-08-30 21:33:29 +00:00
tron
c065b0673e Remove line with RCS Id so that patch applies cleanly after it was
committed to the repository.
2000-08-30 21:32:16 +00:00
tron
ed8edc2aa5 Defuzz patch file. 2000-08-30 21:31:23 +00:00
tron
2742318274 Defuzz patch file. 2000-08-30 21:25:55 +00:00
jwise
959cc07694 Update tkpiechart to 5.4, and adapt to tk-8.3.2 and stooop-4.1.1 2000-08-30 21:04:51 +00:00
tron
214378c1e8 Adapt to tk 8.3.2. 2000-08-30 21:02:50 +00:00
jwise
2a3d4623c7 Adapt to tk-8.3.2. 2000-08-30 20:49:15 +00:00
jwise
f4a5cefb32 Adapt to tcl/tk-8.3.2 2000-08-30 20:25:44 +00:00
jwise
70b34f3f52 Fix typo in generated tkConfig.sh. 2000-08-30 20:22:34 +00:00
jwise
b1fbca633e Adapt this to tk-8.3.2. 2000-08-30 20:07:46 +00:00
jwise
3cff39923a Re-import this package as tcl-dom-1.6, adapted for tcl-8.3.2. 2000-08-30 19:47:13 +00:00
jlam
7ad6d1a295 Use PERL5_PACKLIST. Goodbye unsightly PLIST-* !! 2000-08-30 19:46:47 +00:00
jwise
8da029f96c Reimport this package as tcl-xml-1.2, adapted for tcl-8.3.2. 2000-08-30 19:46:37 +00:00
jwise
2607183581 Remove this package. It will be reimported as pkgsrc/textproc/tcl-xml
with package name tcl-xml-1.2.
2000-08-30 19:45:38 +00:00
jwise
40021efdb2 Remove this package. It will be reimported as pkgsrc/textproc/tcl-dom,
with package name tcl-dom-1.6.
2000-08-30 19:44:06 +00:00
jwise
48f99b402f Adapt to tcl-8.3.2. 2000-08-30 19:27:50 +00:00
jwise
338693dbfe Make MAINTAINER packages@netbsd.org, not the original FreeBSD maintainer. 2000-08-30 19:21:43 +00:00
jwise
35f4a8cd9f Adapt this package (originally written for Tk 4.1!) to tk-8.3.2. 2000-08-30 19:15:59 +00:00
jlam
017c30199f Change directory of perl>=5.6.0 from lang/perl5-current to lang/perl5. 2000-08-30 19:08:13 +00:00
jwise
a27eb9adcd Adapt this package to tcl-8.3.2. 2000-08-30 19:06:40 +00:00
jlam
7d99ff33f5 Note that this packages is superseded by lang/libperl. 2000-08-30 19:05:24 +00:00
jlam
6382d6eaf4 Update libperl to 5.6.0. This matches the version of the main perl5
distribution in pkgsrc.
2000-08-30 19:04:04 +00:00
jlam
1521ac1280 Note that this package is superseded by lang/perl5. 2000-08-30 18:59:32 +00:00
jlam
53a588e8ac Use only the first field of the perl5 packlist. Some packlists list the
type of the file and additional information in successive fields of the
packlist.  Note that this will break if the installed filenames have spaces
in them, which I don't think happens, yet.
2000-08-30 18:49:18 +00:00
jlam
27aa37dd3c Update perl to 5.6.0nb2 from perl5-current. Changes from version 5.00404
(from commit log of perl5-current/Makefile):

 *  Interpreter cloning, threads, and concurrency
 *  Lexically scoped warning categories
 *  Unicode and UTF-8 support
 *  Support for interpolating named characters
 *  "our" declarations
 *  Support for strings represented as a vector of ordinals
 *  Improved Perl version numbering system
 *  New syntax for declaring subroutine attributes
 *  File and directory handles can be autovivified
 *  open() with more than two arguments
 *  64-bit support
 *  Large file support
 *  Long doubles
 *  "more bits"
 *  Enhanced support for sort() subroutines
 *  C<sort $coderef @foo> allowed
 *  File globbing implemented internally
 *  POSIX character class syntax [: :] supported
 *  Improved C<qw//> operator
 *  pack() format 'Z' supported
 *  pack() format modifier '!' supported
 *  pack() and unpack() support counted strings
 *  Comments in pack() templates
 *  Weak references
 *  Binary numbers supported
 *  Lvalue subroutines
 *  Some arrows may be omitted in calls through references
 *  Boolean assignment operators are legal lvalues
 *  exists() is supported on subroutine names
 *  exists() and delete() are supported on array elements
 *  Pseudo-hashes work better
 *  Automatic flushing of output buffers
 *  Better diagnostics on meaningless filehandle operations
 *  Where possible, buffered data discarded from duped input filehandle
 *  eof() has the same old magic as <>
 *  binmode() can be used to set :crlf and :raw modes
 *  C<-T> filetest recognizes UTF-8 encoded files as "text"
 *  system(), backticks and pipe open now reflect exec() failure
 *  Improved diagnostics
 *  Diagnostics follow STDERR
 *  syswrite() ease-of-use
 *  Better syntax checks on parenthesized unary operators
 *  Bit operators support full native integer width
 *  Improved security features
 *  C<require> and C<do> may be overridden
 *  $^X variables may now have names longer than one character
 *  New variable $^C reflects C<-c> switch
 *  New variable $^V contains Perl version as a string
 *  Optional Y2K warnings
 *  Modules
 *  Pragmata
 *  dprofpp
 *  find2perl
 *  h2xs
 *  perlcc
 *  perldoc
 *  The Perl Debugger
 *  Simple sort() using { $a <=> $b } and the like are optimized
 *  Optimized assignments to lexical variables
 *  Faster subroutine calls
 *  -Dusethreads means something different
 *  New Configure flags
 *  Threadedness and 64-bitness now more daring
 *  Long Doubles
    ...

See 'perldoc perldelta' for a full list.
2000-08-30 18:42:23 +00:00
abs
6a70832eb7 Add 'TCSH_STATIC' variable for producing static tcsh binary.
If only 'make LDFLAGS+=-static' would work...
2000-08-30 18:00:50 +00:00
dmcmahill
6d4c86eef3 update to gwave-20000809.
Notable changes since the last pkged version are:
Gwave NEWS --- history of user-visible changes.  -*- text -*-

New in 20000518:
- Logarithmic scales working on both X and Y axis.

New in 20000509:
- First public guile/guile-gtk release.
- Popup menu on visible-wave button can activate per-waveform dialog box
- Logarithmic scale on Y axis working; on X axis it isn't quite there yet.

New in 20000108:
- Merged in guile and guile-gtk; the GUI is mostly written in guile now.
- Some additional improvements to reading of HSPICE input.  Reading partial
files from simulations still in progress works for ascii .tr0 files.
2000-08-30 17:49:36 +00:00
kei
1ce3f8de56 added missing conflicts with pkgsrc/net/samba. 2000-08-30 17:46:18 +00:00
kei
4f9287bcc6 added conflicts with pkgsrc/japanese/samba. 2000-08-30 17:44:25 +00:00
kei
5dc5a5c1bd add & enable samba-2.0.7-ja-1.2 2000-08-30 17:33:21 +00:00
kei
5efa486c7b Initial import of samba-2.0.7-ja-1.2, which is samba with Japanese support.
Posted to tech-pkg-ja@jp.netbsd.org by Osamu OISHI <oishi@ims.ac.jp>.

It conflicts with pkgsrc/net/samba.
2000-08-30 17:29:44 +00:00
jwise
c00a304d3f Adapt this package to tcl-8.3.2 and tk-8.3.2.
(Good to see the really important packages get done :-) )
2000-08-30 16:20:35 +00:00
dmcmahill
01ad1fed7c make sure that the configure script is able to correctly link the test
Qt program on ELF platforms.
2000-08-30 16:19:42 +00:00
sakamoto
1b5c36b2fc API of ImageMagick changed(s/CreateImage/ConstituteImage/). 2000-08-30 16:13:12 +00:00
jwise
293d05e6f8 Adapt to tcl-8.3.2. 2000-08-30 15:51:36 +00:00
jwise
d8ac2c5070 Update to tcl-cgi-1.3, and adapt to tcl-8.3.2.
Changes since tcl-cgi-0.8 include:

5/19/00 1.3.0	Changed many cgi_puts to cgi_put in hopes of addressing more
		of Zygo's 5/9/00 complaint (i.e., same problem in tables).

5/9/00	1.2.2	Zygo Blaxell <zblaxell@feedme.hungrycats.org> provided signif.
		cgi_input regexp speedup for long x=y-style values.  He also
		noted that some browsers are sensitive to leading/following
		\n's in textarea and provided a patch to avoid adding them in
		the first place.

		James Ward <jew@rincon.com> noted absence of pkgIndex.tcl
		(presumably due to really old Tcl) broke installation.  Fixed
		pkgcreate to create stub file to allow Make to complete.

		Robin Lauren <robin.lauren@novostore.com> contributed the doc
		in HTML form.  Really need to automate this now, sigh.

		Jan.Vlcek@sasprg.cz observed that converting %XX to \u00XX
		and then using subst is only good for us-ascii and corrupts
		iso8859-1, iso8859-2, etc.  He provided a patch for
		cgi_unquote_input.

		Ross Mohn <rpmohn@waxandwane.com> corrected syntax error in
		cgi_span and made <hr> handle width= better.

		Tore Morkemo provided a patch to his prior patch for cgi_eval.

		Asari Hirotsugu <asari@math.uiuc.edu> provided additional
		installation advice for Mac.

12/27/99 1.2.1	Tore Morkemo noted expires=never value of 9999 inappropriate
		as Netscape ignores anything beyond mid-January 2038.

		Tore also provided patch for cgi_eval when running inside of
		a proc.

12/20/99 1.2.0	Keith Lea <keith@cs.oswego.edu> noted 2-digit years as per
		RFC2109.  Despite RFC, Netscape now accepts 4-digit years.
		Some browsers won't like this but it hardly matters anyway
		since they'll do the wrong thing on old 2-digit years come
		Y2K anyway.

		Petrus Vloet noted example/nistguest missing from distrib.

12/18/99 1.1.0	Tomas Soucek" <tomas.soucek@sasprg.cz> noted cgi_input was
		adding eol characters to uploaded files if they didn't
		contain them.  Fixed this and also enhanced file upload
		example so that it could do both cat/od and also warn when
		Tcl couldn't do binary upload.

		Added braces around unprotected expressions.

		Added check to unimail example for HTTP_REFERER.

		Petrus Vloet requested Makefile install example data files.

		Added img.cgi example and modified frame example so it accepts
		"example=whatever" so that I can post URLs that go right to a
		particular example and have it framed.

9/12/99 1.0.0	Bumped version to 1 to pacify management.

		Jeffrey Hobbs rewrote cgi_unquote_input to take advantage of
		8.2 features.  300% speed improvement!

7/16/99 0.8.1	Douglas Ridgway provided mod to make cgi_image_button handle
		optional args.

		Made code use straight cgi_input_multipart if on Tcl 8.1.

		Jeffrey Hobbs provided cgi_unquote_input that works better for
		8.1.

		Petrus Vloet <petrus.vloet@siemens.at> requested sample data
		files for examples that need them; ability to change example
		install destination.
2000-08-30 15:42:58 +00:00
wennmach
0b1ecad0dc Fixed broken PLIST.
Pointed out by Hubert Feyrer and leftovers.txt
2000-08-30 14:48:36 +00:00
jwise
9d8e5cacf2 Update to use tcl-8.3.2 2000-08-30 14:20:41 +00:00
wennmach
dae7703f6e Upgrade arla to 0.34.2
The main purpose of this upgrade is the support of NetBSD-1.5.
Also, patch-ar was added to make arla compile on m68k machines.
2000-08-30 13:04:00 +00:00
abs
2dc45e5381 Avoid (harmless) uninitialised variable warnings in the even of a package not
having any discernable version. Update to 2.15
2000-08-30 12:54:22 +00:00
rh
7082ccd6d9 Add patch-ac missing from last commit. This should fix installation of
'sane-config'.
2000-08-30 12:19:08 +00:00