summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-08-31Adapt to tk-8.3.2jwise4-15/+29
2000-08-31Adapt this for tk-8.3.2, and fix for case where built as non-root (but installedjwise3-10/+12
as root).
2000-08-30Adapt to tk-8.3.2.jwise3-12/+12
2000-08-30Patch so it compiles under 1.5 and current. CPUSTATES moved to <sys/sched.h>.phil4-2/+30
2000-08-30Adapt to tk-8.3.2.jwise3-8/+8
2000-08-30Adapt this package to tk-8.3.2jwise3-13/+5
2000-08-30Fix path in cvs import. message was:jwise7-0/+48
Re-import tkcron where it belongs, under sysutils. In addition, clean it up substantially, and adapt it to tk-8.3.2.
2000-08-30On second thought, remove this entirely. It will be re-imported underjwise8-65/+0
`sysutils', where it belongs.
2000-08-30We distribute the Makefile in files/Makefile, but we patch it anyhow...jwise1-13/+0
OK...
2000-08-30update mipsel distfile. The change is that the program 'fdesign' now hasdmcmahill1-2/+2
the correct RPATH for the X libraries.
2000-08-30It is "mozilla" 5.0 milestone 17, not 1.0.tron1-2/+2
2000-08-30Use our "libtool" instead of internal one.tron1-5/+7
2000-08-30Update for version 8.3.2 of "tcl" and "tk" packages.tron1-7/+5
2000-08-30forgot this one in last commitmartin1-0/+35
2000-08-30Update pkg to new version send by Taya via e-mail (as requested by Tron).martin8-253/+300
2000-08-30Add "USE_PERL5= YES" because this package includes perl scripts.tron1-5/+6
2000-08-30Regen.tron1-2/+2
2000-08-30Fourth attempt to make this patch CVS safe.tron1-3/+3
2000-08-30Remove line with RCS Id so that patch applies cleanly after it wastron2-6/+4
committed to the repository.
2000-08-30Add required patch checksum file.tron1-0/+6
2000-08-30Remove line with RCS Id so that patch applies cleanly after it wastron1-4/+3
committed to the repository.
2000-08-30Defuzz patch file.tron1-4/+4
2000-08-30Defuzz patch file.tron1-3/+5
2000-08-30Update tkpiechart to 5.4, and adapt to tk-8.3.2 and stooop-4.1.1jwise10-49/+74
2000-08-30Adapt to tk 8.3.2.tron3-17/+2
2000-08-30Adapt to tk-8.3.2.jwise3-7/+7
2000-08-30Adapt to tcl/tk-8.3.2jwise1-5/+4
2000-08-30Fix typo in generated tkConfig.sh.jwise2-4/+4
2000-08-30Adapt this to tk-8.3.2.jwise3-14/+28
2000-08-30Re-import this package as tcl-dom-1.6, adapted for tcl-8.3.2.jwise5-0/+45
2000-08-30Use PERL5_PACKLIST. Goodbye unsightly PLIST-* !!jlam9-1186/+20
2000-08-30Reimport this package as tcl-xml-1.2, adapted for tcl-8.3.2.jwise5-0/+44
2000-08-30Remove this package. It will be reimported as pkgsrc/textproc/tcl-xmljwise5-40/+0
with package name tcl-xml-1.2.
2000-08-30Remove this package. It will be reimported as pkgsrc/textproc/tcl-dom,jwise5-41/+0
with package name tcl-dom-1.6.
2000-08-30Adapt to tcl-8.3.2.jwise1-3/+3
2000-08-30Make MAINTAINER packages@netbsd.org, not the original FreeBSD maintainer.jwise1-2/+2
2000-08-30Adapt this package (originally written for Tk 4.1!) to tk-8.3.2.jwise3-6/+6
2000-08-30Change directory of perl>=5.6.0 from lang/perl5-current to lang/perl5.jlam3-6/+6
2000-08-30Adapt this package to tcl-8.3.2.jwise4-11/+84
2000-08-30Note that this packages is superseded by lang/libperl.jlam1-1/+3
2000-08-30Update libperl to 5.6.0. This matches the version of the main perl5jlam7-62/+26
distribution in pkgsrc.
2000-08-30Note that this package is superseded by lang/perl5.jlam1-1/+3
2000-08-30Use only the first field of the perl5 packlist. Some packlists list thejlam1-3/+3
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-30Update perl to 5.6.0nb2 from perl5-current. Changes from version 5.00404jlam18-985/+1415
(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-30Add 'TCSH_STATIC' variable for producing static tcsh binary.abs2-2/+11
If only 'make LDFLAGS+=-static' would work...
2000-08-30update to gwave-20000809.dmcmahill5-20/+32
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-30added missing conflicts with pkgsrc/net/samba.kei1-1/+3
2000-08-30added conflicts with pkgsrc/japanese/samba.kei1-1/+3
2000-08-30add & enable samba-2.0.7-ja-1.2kei1-1/+2
2000-08-30Initial import of samba-2.0.7-ja-1.2, which is samba with Japanese support.kei15-0/+1262
Posted to tech-pkg-ja@jp.netbsd.org by Osamu OISHI <oishi@ims.ac.jp>. It conflicts with pkgsrc/net/samba.