summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2002-02-07dist files have moved (but can now be downloaded without Referer header).dillo1-21/+6
Noted by Stoned Elipot.
2002-02-07use description from pkg READMEjdolecek1-5/+9
2002-02-07add p5-Term-ReadLinejdolecek1-1/+2
2002-02-07update patch-aa checksumjdolecek1-2/+2
2002-02-07add NetBSD RCS Idjdolecek1-0/+2
2002-02-07Add package for Term::ReadLine::GNU. Base by Bernd Ernesti, additionaljdolecek5-0/+42
testing on NetBSD by me. Also thanks to Shell, Hin-lik Hung. Fixes pkg/15445.
2002-02-07Updated libusb to 0.1.5 (provided by Amitai Schlair in pkg/15516).martti4-12/+12
This version of libusb is required by the soon-to-be-released gphoto2. - Add support for MacOS X (Darwin) - Fix endianess correctly where applicable on all OS' - Return bytes written/read for control message (BSD) - Tweak documentation build - Fix bug when usb_find_devices was called multiple times (Linux) - Fetch descriptors for all devices when we can and parse them
2002-02-06Changes instances where BSD_INSTALL_* were used by targets in the Makefilejlam6-18/+18
into the equivalent INSTALL_*. This is fallout from the change in revision 1.915 that removed ${MAKE_ENV} from the environment for a recursive make.
2002-02-05/bin/mkdir -> ${MKDIR}.skrll5-19/+19
Make the print-PLIST target output ${MKDIR} also.
2002-02-05Don't hardcode /usr/X11R6 when making directories or running X basedskrll1-2/+2
programs such as mkfontdir use ${X11BASE} instead. Also pick up a couple of /bin/chmod -> ${CHMOD}s
2002-02-04Update ruby-rd-mode package to 0.6.11.taca1-3/+3
:0.6.11 * support Ruby 1.4.6. thanks. > Aoki-san * now `=begin' and `=end' are omitable. thanks. > Nakada-san * changed to omit <p>...</p> for some ListItem. * added `class="foottext"' attribute to <p> element for foottext. thanks. > Kimura-san * bug fix. thanks. > \ay-san, rubikitch-san, Tamura-san * added rd-mode-hook in rd-mode.el. changed key-binding. thanks. > Komiya-san * rd-intelligent-new-line (\M-RET) in rd-mode.el. thanks > Usui-san, Nakada-san
2002-02-01Conflict with autoconf-devel.skrll1-1/+3
2002-01-31Add and enable py-distutils.wiz1-1/+2
2002-01-31Back out previous as it is redundant to the mechanism already injlam1-2/+1
bsd.pkg.mk. buildlink.mk files never need to add rpaths to LDFLAGS unless a package installs libraries in some place other than ${PREFIX}/lib, e.g. mysql-client, qt2-libs.
2002-01-31Use the new aalib-x11 package in preference to the "no X11" aalib package.agc2-5/+5
Fix provided by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 15271
2002-01-31eat more asm and c++ files. *chomp* *chomp*mrg2-7/+11
2002-01-31Update to bison 1.32mjl8-145/+15
* Fix Yacc output file names * Portability fixes * Italian, Dutch, Swedish, Russian translation * Many Bug Fixes * Use of alloca in parsers * When the generated parser lacks debugging code, YYDEBUG is now 0 (as POSIX requires) instead of being undefined. * User Actions Bison has always permitted actions such as { $$ = $1 }: it adds the ending semicolon. Now if in Yacc compatibility mode, the semicolon is no longer output: one has to write { $$ = $1; }. * Better C++ compliance The output parsers try to respect C++ namespaces. * Reduced Grammars Fixed bugs when reporting useless nonterminals. * 64 bit hosts The parsers work properly on 64 bit hosts. * Error messages Some calls to strerror resulted in scrambled or missing error messages. * The verbose report includes the rule line numbers. * Rule line numbers are fixed in traces. * Parse errors Verbose parse error messages from the parsers are better looking. * Fixed parser memory leaks. When the generated parser was using malloc to extend its stacks, the previous allocations were not freed. * Fixed verbose output file. Some newlines were missing. Some conflicts in state descriptions were missing. * Fixed conflict report. Option -v was needed to get the result. * Fixed incorrect processing of some invalid input. * Fixed CPP guards: 9foo.h uses BISON_9FOO_H instead of 9FOO_H. * %token MY_EOF 0 is supported. Before, MY_EOF was silently renumbered as 257. * doc/refcard.tex is updated. * %output, %file-prefix, %name-prefix. * --output * `--defines' and `--graph' have now an optionnal argument which is the output file name. `-d' and `-g' do not change, they do not take any argument. * Portability fixes. * The output file does not define const, as this caused problems when used with common autoconfiguration schemes. If you still use ancient compilers that lack const, compile with the equivalent of the C compiler option `-Dconst='. autoconf's AC_C_CONST macro provides one way to do this. * Added `-g' and `--graph'. * The input and the output files has automatically a similar extension. * NLS support updated; should hopefully be less troublesome. * Added the old Bison reference card. * Added `--locations' and `%locations'. * Added `-S' and `--skeleton'. * `%raw', `-r', `--raw' is disabled. * Special characters are escaped when output. This solves the problems of the #line lines with path names including backslashes. * New directives. * @$ Automatic location tracking.
2002-01-29add a pkg for Python "distutils", needed only for Python-1.5drochner4-0/+115
(got part of the standard ditribution later)
2002-01-29add py-Checker, py-Optik, py-unit and py-unitguidrochner1-1/+5
2002-01-29initial import of py-checker-0.8.8, a python code checker,drochner5-0/+114
submitted by Shell Hung per PR pkg/15153
2002-01-29initial import of py-unitgui-1.4.1, a GUI for py-unit,drochner5-0/+42
submitted by Shell Hung per PR pkg/15095
2002-01-29initial import of py-unit-1.4.1, a unit testing framework for python,drochner5-0/+40
submitted by Shell Hung per PR pkg/15094
2002-01-29initial import of py-Optik-1.2, a command line parsing library for Python,drochner4-0/+33
submitted by Shell Hung per PR pkg/14786
2002-01-29makeinfo >= 4.0 is need to process this package *.texi files.seb1-1/+3
2002-01-29add runtime search path to LDFLAGSdrochner1-1/+2
2002-01-29convert to new Python frameworkdrochner4-148/+32
2002-01-28Update to 7.0.3, provided by Ingolf Steinbach in pkg/15361.wiz4-29/+19
Changes: - Improved the algorithm for building the tree in the module browser, making it less error-prone. - Recursive add respects .cvsignore and $cvscfg(ignore_file_filter) - The Working Directory Browser parses the "Sticky Options" field and uses a different icon if a locally-added or up-to-date file is binary (-kb). - The Log Browser color-codes the selected revisions so you can visually match the log text with the box in the branching diagram. - The dialog for module-level tagging (cvs rtag) is a little more informative (and the code is a little less rococo). - The installer has a new option "-finaldest", to facilitate building debian-style packages. - The man page is installed in man1 instead of mann. - The tooltips no longer persist until the operation started by the button is finished.
2002-01-28use distutils to build the extension module, to make it work withdrochner4-17/+41
newer Python versions too, XXX we have to override the do-patch rule to avoid patch errors (we use EXTRACT_ELEMENTS, so we don't generally have all the original files)
2002-01-28Update cpuflags to 0.18 - recognise sparc classic, from Reinoudabs2-5/+6
2002-01-26Updated p5-expect to 1.12 (provided by Shell Hung in pkg/15294)martti2-6/+6
- added various aliases for functions starting with 'exp_' - added a hook for log_file: can be set to a code ref - fixed bug in exp_Max_Accum - cleanup of log and exp_internal output - moved FAQ and intro into the main pod - removed soft_close() from DESTROY. Old behaviour is available via $Expect::Do_Soft_Close = 1
2002-01-26Updated p5-Test-Simple to 0.41 (provided by Shell Hung in pkg/15325)martti3-9/+9
- chromatic added diag() - fixed bug for internal eval()'s sometimes interfering with $@ and $!
2002-01-24Add and enable cssc.seb1-1/+2
2002-01-24Initial import of GNU CSSC, version 0.13a.1, into the NetBSD Packagesseb4-0/+54
Collection. GNU CSSC is a workalike for the source code control system SCCS.
2002-01-24Weakly buildlinkify, and add locale files to PLIST.wiz2-6/+14
2002-01-23Switch to new "python" dependency scheme.tron1-3/+2
2002-01-23Update to version 5.2seb3-59/+72
While here update my email address. List of changes for version 5.2: * Portability fixes [HP-UX, Solaris, VMS, OS/2]. * Made code compilable by a C++ compiler. * Changed reading of option files to ignore blank lines. * Changed and enhanced interface to readtags library (see readtags.h). * Changed from using addLanguageRegex() to addTagRegex() in regex-based parsers. * Added support for Lua language, submitted by Max Ischenko. * Added instructions to man page on using tags with NEdit. * Added setargv.obj to link for wildcard expansion [MSVC]. * Added capability to have regex invoke a callback in a regex parser. * Fixed regex tag problem which left newlines in back-references. * Fixed missing class-qualified tags [Eiffel]. * Fixed spurious tags for entries in final indexing clause [Eiffel]. * Fixed problem with invalid filenames in preprocessor line directives. * Fixed bug parsing scoped variables (e.g. "b:variable") [Vim, Bug #487608]. * Fixed problem compiling readtags.c on some hosts. * Fixed memory overwrite problem in readtags library.
2002-01-22set pkg revision via PKGREVISION, rather than via PKGNAMEjdolecek1-2/+2
2002-01-22Make this compile with readline 4.2 and later.taca3-4/+57
2002-01-21regen (pkg/15324)wiz1-2/+2
2002-01-21include <util.h> for openpty() declaration to keep current toolchainmarkd2-1/+16
happy.
2002-01-21Weakly buildlinkify, and add some locale files to the PLIST.wiz2-6/+13
2002-01-19Remove obsolete files/md5.wiz1-3/+0
2002-01-19Fix DEPENDs line.wiz1-2/+2
2002-01-19ispell.wiz1-3/+3
2002-01-19Update ruby-unit package to 0.5.4. Changes from 0.5.2 are below.taca3-6/+6
Sat Jan 19 14:47:02 2002 Masaki Suketa <masaki.suketa@nifty.ne.jp> * runit/testfailure.rb: correct not to occure warning message with ruby -w. (Thanks to David Alan Black) Sat Jan 12 16:11:56 2002 Masaki Suketa <masaki.suketa@nifty.ne.jp> * runit/testfailure.rb: uses Regexp.quote to create SKIP_FILES pattern.
2002-01-19-fix the libtoolizationdrochner4-24/+34
-use python buildlink file -install examples into version dependant subdir to avoid conflicts
2002-01-19Update p5-Compress-Zlib to 1.16mjl2-5/+5
* Changes a few types to get the module to build on 64-bit Solaris * Changed the up/downgrade logic to default to the older constructs, and to only call a downgrade if specifically requested. Some older versions of Perl were having problems with the in-place edit. * added the new XS constant code. * Fixed bug in Makefile.PL that stopped "perl Makefile.PL PREFIX=..." working.
2002-01-18Update p5-Test-Harness to 2.01.mjl3-13/+10
- Added Test::Harness::Straps - Partial gutting of the internals - analyze_file() is more portable - Test #1 is now element 0 on the details array - Little bug in the skip 'various reasons' logic fixed - Wasn't filtering @INC properly when a test is run with -T - analyze() now considers "not \nok" to be a failure but Test::Harness still doesn't - Made sure filehandles are getting closed - Fixed a warning on VMS - Removed a little unnecessary code from analyze_file() - some POD changes. Fixes PR/15042 by Shell Hung.
2002-01-18Update p5-Term-Readkey to 2.16. No changelog available.mjl2-6/+7
Fixes PR/15226 by Shell Hung.
2002-01-18Update p5-Params-Validate to 0.11mjl2-5/+7
- The 'NO_VALIDATION' mode was seriously broken in that it didn't handle defaults at all. - The 'NO_VALIDATION' env var was mis-documented as being 'NO_VALIDATE'. - The 'NO_VALIDATION' env var is now 'PERL_NO_VALIDATION' and this method of disabling validation is no longer considered alpha. - The validation functions now check this environment variable every time they are called. - Fix problem with CPAN shell's 'r' command that Attribute::Params::Validate was causing with older Perl's. - Add ability to specify defaults for parameters and get a new hash/array back from validate or validate_pos. - Require Attribute::Handlers if using Perl 5.6.0+. - fix doc nits. - Added Attribute::Params::Validate - do validation via attributes - Rename set_options to validation_options. This can now be exported safely and is included in the :all export tag. set_options is deprecated and will be removed in a future release. Also fixes PR/15225 by Shell Hung.