Commit graph

2485 commits

Author SHA1 Message Date
jlam
7046abc822 Changes instances where BSD_INSTALL_* were used by targets in the Makefile
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-06 16:58:11 +00:00
skrll
9bd4180d57 /bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
2002-02-05 22:39:00 +00:00
skrll
015c2e40b9 Don't hardcode /usr/X11R6 when making directories or running X based
programs such as mkfontdir use ${X11BASE} instead.

Also pick up a couple of /bin/chmod -> ${CHMOD}s
2002-02-05 22:03:54 +00:00
taca
1e34350e11 Update ruby-rd-mode package to 0.6.11.
: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-04 15:35:40 +00:00
skrll
94cd2761d3 Conflict with autoconf-devel. 2002-02-01 17:09:35 +00:00
wiz
d8960183d1 Add and enable py-distutils. 2002-01-31 23:16:10 +00:00
jlam
653ed0fa74 Back out previous as it is redundant to the mechanism already in
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-31 14:50:37 +00:00
agc
8e1a5e022a Use the new aalib-x11 package in preference to the "no X11" aalib package.
Fix provided by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 15271
2002-01-31 13:53:41 +00:00
mrg
eaa1739c4e eat more asm and c++ files. *chomp* *chomp* 2002-01-31 13:49:21 +00:00
mjl
04c1aeaf83 Update to bison 1.32
* 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-31 13:43:57 +00:00
drochner
da49db30a8 add a pkg for Python "distutils", needed only for Python-1.5
(got part of the standard ditribution later)
2002-01-29 19:12:33 +00:00
drochner
cdab19ffb6 add py-Checker, py-Optik, py-unit and py-unitgui 2002-01-29 16:32:18 +00:00
drochner
e64e6888a9 initial import of py-checker-0.8.8, a python code checker,
submitted by Shell Hung per PR pkg/15153
2002-01-29 16:27:53 +00:00
drochner
9ae2c4cd5b initial import of py-unitgui-1.4.1, a GUI for py-unit,
submitted by Shell Hung per PR pkg/15095
2002-01-29 16:20:47 +00:00
drochner
4d1aa937d6 initial import of py-unit-1.4.1, a unit testing framework for python,
submitted by Shell Hung per PR pkg/15094
2002-01-29 16:19:03 +00:00
drochner
0dd0a5d492 initial import of py-Optik-1.2, a command line parsing library for Python,
submitted by Shell Hung per PR pkg/14786
2002-01-29 16:17:34 +00:00
seb
d402e11068 makeinfo >= 4.0 is need to process this package *.texi files. 2002-01-29 11:57:59 +00:00
drochner
6dec0ecc10 add runtime search path to LDFLAGS 2002-01-29 11:14:56 +00:00
drochner
15a010e77e convert to new Python framework 2002-01-29 11:12:47 +00:00
wiz
cfe2bd46f2 Update to 7.0.3, provided by Ingolf Steinbach in pkg/15361.
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-28 16:55:53 +00:00
drochner
04a768f05a use distutils to build the extension module, to make it work with
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-28 09:30:08 +00:00
abs
10fb819900 Update cpuflags to 0.18 - recognise sparc classic, from Reinoud 2002-01-28 08:26:08 +00:00
martti
6c67137098 Updated p5-expect to 1.12 (provided by Shell Hung in pkg/15294)
- 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-26 07:00:17 +00:00
martti
431c606007 Updated p5-Test-Simple to 0.41 (provided by Shell Hung in pkg/15325)
- chromatic added diag()
- fixed bug for internal eval()'s sometimes interfering
  with $@ and $!
2002-01-26 06:55:55 +00:00
seb
28d646d2f5 Add and enable cssc. 2002-01-24 23:51:22 +00:00
seb
d238540f47 Initial import of GNU CSSC, version 0.13a.1, into the NetBSD Packages
Collection.

GNU CSSC is a workalike for the source code control system SCCS.
2002-01-24 23:44:29 +00:00
wiz
503453bd85 Weakly buildlinkify, and add locale files to PLIST. 2002-01-24 18:31:34 +00:00
tron
dfa3a1079e Switch to new "python" dependency scheme. 2002-01-23 19:34:46 +00:00
seb
e418800a74 Update to version 5.2
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-23 11:48:29 +00:00
jdolecek
b8a03d0eaf set pkg revision via PKGREVISION, rather than via PKGNAME 2002-01-22 21:01:26 +00:00
taca
3258d0a94f Make this compile with readline 4.2 and later. 2002-01-22 16:46:59 +00:00
wiz
9fdda67b51 regen (pkg/15324) 2002-01-21 22:43:17 +00:00
markd
8d38043f09 include <util.h> for openpty() declaration to keep current toolchain
happy.
2002-01-21 22:27:10 +00:00
wiz
929c8d51ae Weakly buildlinkify, and add some locale files to the PLIST. 2002-01-21 11:37:05 +00:00
wiz
314de8c1d6 Remove obsolete files/md5. 2002-01-19 22:06:11 +00:00
wiz
a20a414aa0 Fix DEPENDs line. 2002-01-19 22:05:38 +00:00
wiz
473eb72596 ispell. 2002-01-19 17:20:14 +00:00
taca
3ecaa2f79b Update ruby-unit package to 0.5.4. Changes from 0.5.2 are below.
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 16:33:16 +00:00
drochner
bfd38e3d3d -fix the libtoolization
-use python buildlink file
-install examples into version dependant subdir to avoid conflicts
2002-01-19 15:03:35 +00:00
mjl
df549909dd Update p5-Compress-Zlib to 1.16
* 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-19 03:04:47 +00:00
mjl
2f1cf17778 Update p5-Test-Harness to 2.01.
- 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-18 22:42:27 +00:00
mjl
739981e6bc Update p5-Term-Readkey to 2.16. No changelog available.
Fixes PR/15226 by Shell Hung.
2002-01-18 22:13:04 +00:00
mjl
dc25279bec Update p5-Params-Validate to 0.11
- 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.
2002-01-18 22:05:41 +00:00
mjl
993c9c0e86 Enable p5-Attribute-Handlers 2002-01-18 21:58:32 +00:00
mjl
2e9b01d70f Initial import of p5-Attribute-Handlers 0.76. 2002-01-18 21:55:47 +00:00
rh
a1ea65cd77 Update gal to 0.19. Features several new widgets, API enhancements, some
more localisations, and bugfixes.
2002-01-16 03:20:17 +00:00
rh
0a21d8f307 Add patch missing in previous commit 2002-01-16 03:11:56 +00:00
rh
c6dbd2c3d8 Update bonobo-conf to 0.14 and while at it, buildlinkify. Changes are
mainly bugfixes as well as some API enhancements.
2002-01-16 01:37:48 +00:00
rh
c6c830d84b Track changed include file location 2002-01-16 00:12:43 +00:00
rh
7c4e5191b6 Update bonobo to 1.0.18. Changes are tons of bugfixes and speedups,
including
	+ intelligent GdkPixbuf rendering
	+ sensible pixbuf filtering
	+ cache GdkPixbufs
	+ cache X resources
	+ UI handler algorithmic tweaks
2002-01-16 00:03:21 +00:00