Commit graph

2727 commits

Author SHA1 Message Date
fredb
40b725a630 Make this build non-interactively. 2002-03-18 07:11:24 +00:00
cjs
a7725a66d7 Add p5-IPC-Shareable subdir. 2002-03-18 06:23:48 +00:00
kent
04aae2802c Sync with PEACE repositry.
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/devel/w32api/

Update the base w32api to 1.2.
 - Add accctrl.h and aclapi.h
 - Many bug fixes and new symbols

 - Improve WCHAR handling for netbsdpe
2002-03-18 03:25:46 +00:00
fredb
90067102c1 Use ${PKGNAME_NOREV} instead of ${PKGNAME} in definition of ${WRKSRC}. 2002-03-17 17:33:12 +00:00
fredb
0102533811 Use ${PKGNAME_NOREV} in definition of ${WRKSRC}. 2002-03-17 17:23:03 +00:00
fredb
6e501f880c Most CTAN archives create the tarballs dynamically, which leads to
innocuous changes in the archives. This doesn't server our system of
checksumming very well. Just set the checksum to that found for the
file on the first site in MASTER_SITE_CTAN, and hope for the best.
2002-03-17 16:50:15 +00:00
martti
b97a8f2424 Updated pkgconfig to 0.12.0 (provided by Shell Hung in pkg/15927)
* bug fixes (see the Changelog for details)
2002-03-15 12:38:10 +00:00
martti
61da464654 Updated p5-Test-Simple (provided by Shell Hung in pkg/15926)
- Setting Test::Builder->current_test() now works (see what happens
  when you forget to test things?)
- The change in is()'s undef/'' handling in 0.34 was an API change,
  but I forgot to declare it as such.
- The apostrophilic jihad attacks!  Philip Newtons patch for
  grammar mistakes in the doc's.
2002-03-15 12:31:46 +00:00
martti
2d5354db10 Updated p5-Test-Harness to 2.02 (provided by Shell Hung in pkg/15925)
* Ken Williams fixed the long standing $^X bug.
* Added HARNESS_VERBOSE
* Fixed a bug where Test::Harness::Straps was considering a test that
  is ok but died as passing.
- Added the exit and wait codes of the test to the
  analyze_file() results.
2002-03-15 12:28:49 +00:00
martti
18da3610dc Updated p5-File-PathConvert to 0.9 (provided by Shell Hung in pkg/15872)
- changes unknown
2002-03-15 12:11:09 +00:00
martti
b0a44bf243 Updated p5-Params-Validate to 0.14 (provided by Shell Hung in pkg/15870)
- validate_pos used exists on an array element, which only works with
  5.6.0.  This releaes makes it work 5.00503 again.
- the validation parameters are checked first now
- performance improved on named parameters
- add BOOLEAN type (equivalent to UNDEF | SCALAR)
- fixed buges in test
- apply some of the same optimizations to positional parameters
2002-03-15 12:05:03 +00:00
cjs
500e297d79 Add IPC-Shareable perl module. 2002-03-15 06:24:29 +00:00
wiz
d35d029ae3 Move py-readline from misc to devel, where all the other readline packages
live.
Closes pkg/15444.
2002-03-14 17:58:47 +00:00
wiz
60bc657a16 Add "|| true" to last. 2002-03-14 13:00:50 +00:00
abs
dc7d08a389 Updated cpuflags to 0.20
Add entry for ross 100/125 CPU in sparc20
    From 'Christophe Kalt' and 'god'.
2002-03-14 11:31:29 +00:00
wiz
c2f83591f0 Remove etc/gconf/1/path if it doesn't differ from etc/gconf/1/path.example. 2002-03-14 11:00:37 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
wiz
287093cb39 Update to 1.1.4, and update MASTER_SITES.
Changes since 1.1.3:
- ZFREE was repeated on same allocation on some error conditions.
  This creates a security problem described in
  http://www.zlib.org/advisory-2002-03-11.txt
- Returned incorrect error (Z_MEM_ERROR) on some invalid data
- Avoid accesses before window for invalid distances with inflate window
  less than 32K.
- force windowBits > 8 to avoid a bug in the encoder for a window size
  of 256 bytes. (A complete fix will be available in 1.1.5).
2002-03-12 00:25:03 +00:00
abs
2f6457756a Updated cpuflags to 0.19
Handle Apple Macintosh LC III, and potentially many other m68k machines.
    (Thanks to Sean)
2002-03-11 09:25:37 +00:00
fredb
4279c00079 Update maketool to version 0.7. Lots and lots of bug fixes. I couldn't get
it to freeze or crash at all. Notable new features:

- - "maketool" now understands how to run "autoconf", "automake"..., and
     even "xmkmf" for packages based on "imake"!

- - Add "mo" catalogs for Japanese and Czech.
2002-03-10 01:16:29 +00:00
jlam
3551fbb096 s/PKGVERSION/PKGREVISION/g 2002-03-07 21:13:24 +00:00
jlam
be29d7a127 Fix lintpkgsrc error:
php-pcre-3.0.18nb1 DEPENDS errors:
        Version mismatch: 'php' 3.0.18nb1nb1 vs 4.1.2,3.0.18nb1
2002-03-07 21:12:56 +00:00
wiz
b57f48aa70 Add p5-Error and p5-Test-Unit (hi curt!). 2002-03-07 12:20:20 +00:00
cjs
47bf7e2db0 Add p5-Test-Unit, unit tests for perl. 2002-03-07 12:10:29 +00:00
cjs
11dafe6254 Add Perl Error module. (For try/throw/catch-style exceptions.) 2002-03-07 12:01:59 +00:00
seb
6dd3f2ed31 Update to version 5.2.3.
List of changes for version 5.2.3:
* Fixed portability problem in makefile [Solaris, FreeBSD].
* Fixed infinite loop for certain cases of invalid syntax [Eiffel].
* Changed Asm parser to regex, extending its support for more variants [Asm].

List of changes for version 5.2.2:
* Fixed spurious tags following empty feature clause [Eiffel].
* Fixed missing tags for classes specifying generic creation routine [Eiffel].
* Fixed missing tags when label not followed by white space [YACC].
* Fixed for portability [Solaris, MacOS X].
* Added support for type reference tool [Eiffel].

List of changes for version 5.2.1:
* Portability fixes [Mingw32].
* Added "RCS" and "CVS" to list of directories excluded by default.
* Fixed missing tags for function pointers declared const or volatile
  [C, Bug #503764].
2002-03-06 16:45:01 +00:00
wiz
036e10b010 Match version of php3 package, as comments suggest. 2002-03-05 17:57:34 +00:00
taca
e3158959b3 Update ruby-bsearch to 1.5.
Supplied by pkg/15811 by iwamoto at sat.t.u-tokyo.ac.jp (IWAMOTO Toshihiro).

2001-12-10  Satoru Takabayashi  <satoru@namazu.org>

	* Ruby/Bsearch: Version 1.5 released.

	* bsearch.rb (Array::bsearch_range): Take &block and pass &block.
	(Array::bsearch_last): Likewise.
	(Array::bsearch_first): Likewise.
	(Array::bsearch_lower_boundary): Likewise.
	(Array::bsearch_upper_boundary): Likewise.

2001-11-16  Satoru Takabayashi  <satoru@namazu.org>

	* tests/test.rb (check_boundaries): New method.
2002-03-05 15:58:32 +00:00
fredb
2f53857f29 Generalize the handling for packages where "fetch" and "fetch-list"
only emit a message and don't actually fetch anything. This allows
us to make the output of "fetch-list" for these packages consistent
with other packages.

While we're in here, integrate DYNAMIC_MASTER_SITES with the
${ORDERED_SITES} macro. The only functional change here is that
${MASTER_SITE_OVERRIDE} is now respected. Still to do -- something
appropriate for "fetch-list" for these packages, like sourcing
"getsites.sh" into the generated script. (Well, "package", but there
are two others that do something similar in their "Makefile".)

Also eliminate the misbegotten _FETCH_ALLFILES macro -- now that only
"fetch" uses it, move it's functionality directly under "do-fetch".
2002-03-04 19:41:03 +00:00
veego
0dd156e68a Bump version to 0.1.5nb1 after the -current usb fix. 2002-03-03 15:26:58 +00:00
veego
426f42b249 Add patch-ad. 2002-03-03 15:23:10 +00:00
veego
8904212a03 Patch to build it on -current systems after the renaming in usb.h.
Use the same logic as in usbutil.
2002-03-03 15:22:28 +00:00
veego
c33c399381 Patch from sourceforge (revision 1.12 of bsd.c):
Patch from seagull at aracnet.com:

Some time ago, I identified a problem with libusb under FreeBSD.  The issue
is that the current implementation of bsd.c assumes that a particular
endpoint is unidirectional.  If you write, for example, to endpoint 2,
you can't later on read from that same endpoint and visa-versa.  Although
USB pipes are unidrectional, they can be "stacked" on the same endpoint.
Endpoint 2, for example, has two pipes: 0x02 and 0x82, with the high bit
representing the transfer direction of the pipe.

Since the BSD USB stack does not let you open two descriptors for the same
endpoint, and it does not let you close and reopen an endpoint in the middle
of a "session", I had originally proposed that the endpoint always be opened
O_RDWR so that bidirectional communication would be supported.

However, it was later pointed out that a device which really did only have a
unidrectional pipe on an endpoint would fail on ENXIO if you tried to open
it O_RDWR, so I went back to the drawing board and came up with a patch
for bsd.c which should solve the issue for both cases.  What it does is
first attempt to open the endpoint O_RDWR.  If that fails on ENXIO, then it
attempts to open the pipe in the direction appropriate for the operation
that you were committing.
2002-03-03 15:20:10 +00:00
taca
bc45afa583 Update ruby-mode package to ruby 1.6.7 base.
o Many bug fixes.
o Add URI module.
2002-03-02 09:14:36 +00:00
taca
d87de2c499 Update ruby-readline package to ruby 1.6.7 base.
o Many bug fixes.
o Add URI module.
2002-03-02 09:12:14 +00:00
skrll
bc353bae49 Pull in a change from libtool-current that changes the dependency
recording strategy and a flag (--preserve-dup-deps) to provide the old
stratey if needed. The new strategy reduces the length of the
dependency_libs information stored in .la files and therefore the length
of link lines. This has a positive effect on performance.

Pull across the documentation updates for the change.

Bump the PKGREVISION.

This was tested by building and running both KDE and Gnome.
2002-03-01 15:40:43 +00:00
martti
21b9852e7c Updated cvsgraph to 1.2.0 (provided by Amitai Schlair in pkg/15764)
* The entire tree can now be drawn upside-down. This is usefull if you have
many revisions in a trunk and want to see the latest first. The configuration
includes an option 'upside_down' with a boolean argument. You can override the
default value on the command-line with the '-u' switch, which will negate the
configured value. The imagemap generation also supports this, so you will still
be able to point and shoot on and between the revisions.

* You can now instruct CvsGraph to ommit all revisions that are not tagged.
This is highly usefull for very large trees/trunks to reduce the produced image
size. Note that the first and the last revision in a trunk are not hidden. A
new configuration option 'strip_untagged' with boolean argument enables this
feature. Alternatively, the command-line provides option '-s' wich negates the
value set in the configuration file. You can also strip the first revision if
it is untagged using '-S' and/or strip_first_rev.

* The boxes to identify the branches can now be drawn on both sides of the
trunk. Configuration option 'branch_dupbox' with boolean argument activates
this feature, which is usefull when the tree is drawn upside-down.The
command-line option '-b' negated the configured value.

* Configuration no longer requires a configuration file. All options can now be
entered on the commandline using '-O'. CvsGraph will still read the
configuration file if one is avaliable, but it is no longer an error if none is
found.

* If no file is entered on the command-line, then the input is taken from
standard input, like all decent *nix programs.

* ViewCVS (http://viewcvs.sourceforge.net) is now officially supporting the use
of CvsGraph in their code as of version 0.8. So, no bad hacks needed anymore to
get it working, and it always looks nice :-)

* Implemented string drawing using freetype interface of libgd. It looks very
nice, but it is significantly slower than gd's standard bitmap fonts. Extra
configuration parameters *_ttfont and *_ttsize set font and size. Option
use_ttf enables ttf rendering. Note that gd's bitmap fonts are used as a
fallback in case where the ttfont contains errors or is not found.

* The branch tag color and font can now be set separately using branch_tag_*
configuration options.

* It is now possible to draw the connector lines between the boxes thicker by
setting thick_lines to something else than 1. Maximum thickness is limited to
lines of 11 pixels wide.

* Transparent backgrounds can now be generated by setting transparent_bg option
to true in the configuration.
2002-03-01 12:24:43 +00:00
martti
95ec51883d Added some .if ... .endif glue to detect the gcc version. Now systems with
gcc 2.95.3 in /usr/bin don't need to build lang/gcc (pkg/15620).
2002-03-01 10:56:51 +00:00
abs
f0f261bf58 Added p5-Class-ObjectTemplate-0.4
Class::ObjectTemplate is a utility class to assist in the
    building of other Object Oriented Perl classes.
    It was described in detail in the O\'Reilly book,
    "Advanced Perl Programming" by Sriram Srinivasam.
2002-03-01 02:34:51 +00:00
abs
cb68fb0b5d Import Class-ObjectTemplate-0.4
Class::ObjectTemplate is a utility class to assist in the
    building of other Object Oriented Perl classes.
    It was described in detail in the O\'Reilly book,
    "Advanced Perl Programming" by Sriram Srinivasam.
2002-03-01 02:32:35 +00:00
wiz
26a75053d4 Make last more pkglint-friendly. 2002-03-01 01:51:53 +00:00
jmc
39848914ee Make this a nb1 version 2002-03-01 01:46:27 +00:00
jmc
b0f7cee06a Change some of the short's to ints and extend the hash table size so /usr/src is
indexable again.
2002-03-01 01:38:47 +00:00
tron
b8d1c715f6 Update distribution file checksum for PHP version 4.1.2. 2002-02-28 09:50:01 +00:00
jlam
b5acf00f81 Update devel/php4-sysvshm to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:17:54 +00:00
jlam
512f0138a0 Update devel/php4-sysvsem to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:17:49 +00:00
jlam
56c9a7c851 Update devel/php4-session to 4.1.2. Changes from version 4.1.1 include:
- Fixed a crash in the session module (Yasuo)
2002-02-28 06:17:44 +00:00
jlam
8498575288 Update devel/php4-posix to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:17:39 +00:00
jlam
657b10c178 Update devel/php4-pcre to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:17:34 +00:00
jlam
ac2323d276 Update devel/php4-gmp to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:17:29 +00:00
jlam
88a4a1c992 Update devel/php4-gettext to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
2002-02-28 06:17:24 +00:00
joda
c661266674 get rid of the last few evil calls to alloca;
this fixes some stack overflow segfaults
2002-02-27 09:07:42 +00:00
fredb
1ad434a2a7 Wherever "make fetch" simply echos a message, let "make fetch-list|sh"
echo the message, too.
2002-02-26 21:28:47 +00:00
mrauch
481be39148 gcc 2.95.2 was ABI incompatible (C++ symbol names were mangled with "."
instead of "$"). Set requirement to gcc-2.95.3
2002-02-25 13:53:36 +00:00
jlam
e7de7e8840 Use the default EXTRACT_CMD instead of a hand-crafted one, as the default
is sufficient.
2002-02-25 04:47:21 +00:00
wiz
3ca5c72084 Only use -R if the linker supports it. Patch by Rob Latham in pkg/15652. 2002-02-21 12:08:32 +00:00
jonb
3107edfe3a Update to 1.0pre9, fix MASTER_SITES to use archive directory, so the next
update does not break the fetch.  Improve the method used to insert GNU
patch into the installed package.  Update fixes include:

* A set of changes to support "mawk".

  If "awk" is "mawk", certain Posix regexps that were used by
  arch aren't handled, causing commands to fail.  These have
  been replaced with regexps that all awks should understand.
  (Patch from Jan Harkes.)

* LC_ (locale) environment variables are now set more carefully.
  (Reported by Federico Di Gregorio.)

* A new command, `make-sync-tree' has been added.
  See "http://www.regexps.com/src/docs.d/arch/html/sync.html".

* The "Standard-date:" field in log messages is now GMT
  and includes the time-of-day.
  (Suggested by Daniele Nicolodi.)

* Remaining (reported) Solaris portability problems fixed.
  (Patches from Jonathan Geisler.)

* CDPATH is unset in `larch'

  If CDPATH is set, with some shells, `cd' produces unwanted
  output.  Therefore, `larch' unsets CDPATH. (Reported by
  John Ellson, diagnosed by Lele Gaifax.)

* Various minor bug fixes.  Among these are the configuration
  system changes requested by people who have tried building
  on cygwin, though I'm certain there's much more to be done
  before arch actually works on cygwin.

* Naming Conventions Tweaked
  Source files can now begin with "_" and must not end with ".a" or
  ".o".  The names "CVS.adm", "SCCS", and "RCSLOG" have been added to
  the list of "not a source file".  (reported by several people).

  Someone asked to also exclude some compiler intermediate
  files, such as "y.tab.c" -- I've not done that because it
  is common practice to distribute such files with programs
  to make bootstrapping easier.


* user id syntax liberalized

  "_" is now permitted in the unique id part of a user id.  This is
  really a partial fix -- `valid-id' should agree precisely with
  various standards on what is a legal email address and domain
  name, but the more extensive fix is being postponed until a
  more complete review of all of the naming convention functions
  takes place.  (Reported by don_dayley.)

* valid-log-file error message clarified

   In response to user confusion, `valid-log-file' now reports
   errors like:

        missing (or empty) "Summary:" header

   instead of just


        missing "Summary:" header

   (Reported by several people.)


* bugs in the hackerlab "tests/arrays-tests" and "tests/fs-tests" have
  been fixed (Reported and patched by Matthias Neeracher).

* an awk syntax error in `log-header-field' has been fixed
  (Reported and patch by Jan Harkes.)

* You can now use an alternative shell for configuration

  "config.status" files now start with "#!" lines and the
  "src/build-tools/scripts" configuration scripts use an
  explicitly chosen shell to call each other.  The top-level
  configure script now accepts a "--config-shell SHELL" option.

  This is a small step towards cygwin portability, and eases
  some of the portability constraints on "configure" for systems
  where "/bin/sh" is not quite posix.

  (Reported by Jason Diamond and others.)

* added a --pull option to push-mirror

  The new option speeds up the case of pushing from a remote archive
  to a local mirror.

* avoid dirent portability problems

  Some portability problems in libhackerlab's use of dirent have been
  fixed.  (Reported by several people.)

* `star-merge --finish' was broken.
  Now it isn't.

* `prepare-branch': bug fix from geisler

* `reconcile': bug fix from geisler

* `whats-missing': bug fix from geisler
2002-02-21 03:02:33 +00:00
jmc
4692e30382 Force the compile of asnparser to -O0 as some archs (macppc) generate bad code
currently on the huge switch statement with optimization turned on.
2002-02-19 04:24:36 +00:00
seb
1a7c3cbf84 Use ${INSTALL_INFO}' instead of install-info'. 2002-02-18 16:42:27 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
2002-02-18 15:14:00 +00:00
jmc
0cd58a0704 This depends on gtexinfo which installs makeinfo as 'makeinfo'. The build
invokes makeinfo without a leading path which will pick up either the system
one or the pkgsrc depending on the users path. To remain consistant force
the patch to LOCALBASE/bin as the first component when building this as older
versions of makeinfo cannot handle the doc files included here.
2002-02-18 10:25:04 +00:00
jmc
3516754c8c Correct a bad assumption in machine.sh. It's assuming MACHINE_ARCH is equiv to
MACHINE on *BSD platforms which isn't true for cases like macppc where it's
arch is actually powerpc. So on *BSD run uname -p to get MACHINE_ARCH.
2002-02-18 10:10:21 +00:00
jmc
03883ec07a Correct typo in previous commit 2002-02-18 09:43:58 +00:00
jmc
fa0922d6ad new signatures for new patch 2002-02-18 09:42:40 +00:00
jmc
4705fd59c2 Force char to signed since code is assuming signed char and archs that default
to unsigned char will lose.
2002-02-18 09:42:10 +00:00
wiz
7bbe35ce54 Add version number to patch dependency. 2002-02-16 15:48:20 +00:00
wiz
1a52d8d9a6 Also mention COMPAT_43, per pkg/15362. 2002-02-16 01:14:13 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
jonb
45609c69bd Make this package use GNU patch so it doesn't barf all over the place. 2002-02-14 17:56:05 +00:00
hubertf
87b55efd0c Set lispdir do files don't end up in /, bump to prcs-1.2.15nb1.
Addresses PR 15603 by Ryo HAYASAKA <ryoh@jaist.ac.jp>
2002-02-14 01:20:19 +00:00
wiz
afd6822248 Update to 1.2.3; based on pkg/15580 by Ben Wong.
Relevant changes for NetBSD:
* 1.2.3: Added X11 Xinerama support - fullscreen starts on screen 0
* 1.2.3: Added platform independent OpenGL Header - SDL_opengl.h
* 1.2.3: Fixed crash when using double-buffering with DGA
* 1.2.3: Fixed XVideo on GeForce by using last available adaptor
* 1.2.3: Added 640x480 as a scaled resolution for NTSC/PAL output
2002-02-14 00:39:45 +00:00
mrauch
dd72eda632 The check for -O2 in the last commit didn't catch the possibility of
multiple flags in ${CFLAGS}. Fixed.
2002-02-12 14:59:59 +00:00
mrauch
02ad396188 Disable optimization for i386 because it can cause segfaults with a
completely thrashed stack.
2002-02-12 10:52:31 +00:00
skrll
040e953d38 Set AUTOMAKE_OVERRIDE=NO
The side effect of touching configure.in is to recreate ltmain.sh from
ltmain.in. We patch ltmain.sh and so the changes get lost.

This should fix pkg/15481 from Tom Haapanen <tomh@metrics.com>
2002-02-11 14:57:58 +00:00
tron
5d82ebfd9f Make sure that locale files go into the correct directory under Solaris. 2002-02-10 19:05:56 +00:00
skrll
6bd135396b autoheader doesn't need to be invoked so don't do it. This means we can
remove the BUILD_DEPENDS on autoconf.
2002-02-10 11:05:11 +00:00
wiz
d03244894b Remove sha1 for patch-ae, which doesn't exist. 2002-02-08 09:35:17 +00:00
jlam
97da89d6d3 * Strongly buildlink'ify.
* Patch the grammer file getdate.y to be usable by (recent?) bison.
* Use pthreads.buildlink.mk (native pthreads probably won't work, but
  we'll let it break until the time comes when we actually do have native
  threads).
2002-02-08 06:29:42 +00:00
jlam
5090d869bc Sort. 2002-02-08 06:26:49 +00:00
jlam
c543d815f4 We don't actually need to symlink anything as pgcc and pg++ already
handle everything for us.  Invoking "pgcc" is equivalent to invoking
"cc -pthread" on other platforms.  Change the buildlink.mk file to
appropriately define CC and CXX to pgcc and pg++, respectively.
2002-02-08 06:24:12 +00:00
jlam
7e976aeb1c Add preliminary buildlink.mk file. Might need to make wrappers for the
pgcc and pg++ scripts.
2002-02-08 00:13:57 +00:00
jonb
cb6a57fde1 Add some documentation that I forgot last time. 8^( 2002-02-07 23:51:58 +00:00
jlam
f26c1bfb97 Buildlinkify and remove an unnecessary patch as a result. 2002-02-07 23:07:28 +00:00
jonb
edaa4bc921 The Arch revision control system. Many thanks to Amitai Schlair
<schmonz@schmonz.com> who did this in parallel to my efforts, faster
and slightly cleaner.  Thanks also to Tom Lord for timely help
yesterday and the actual fix for an alignment problem on the SPARC
platform.  (Which is already rolled into the distribution file.)
2002-02-07 19:09:36 +00:00
jlam
bdccdce693 buildlink.mk for devel/cdk provided in pkg/15517 by by Amitai Schlair
<schmonz+netbsd@schmonz.com> with minor change by me.
2002-02-07 15:26:36 +00:00
dillo
caf4e1737b dist files have moved (but can now be downloaded without Referer header).
Noted by Stoned Elipot.
2002-02-07 13:22:03 +00:00
jdolecek
deca751d4a use description from pkg README 2002-02-07 07:43:54 +00:00
jdolecek
8435bfb8d7 add p5-Term-ReadLine 2002-02-07 07:40:30 +00:00
jdolecek
ff3498e8c3 update patch-aa checksum 2002-02-07 07:39:51 +00:00
jdolecek
0d51f407c0 add NetBSD RCS Id 2002-02-07 07:38:52 +00:00
jdolecek
2c8ad121a4 Add package for Term::ReadLine::GNU. Base by Bernd Ernesti, additional
testing on NetBSD by me. Also thanks to Shell, Hin-lik Hung.
Fixes pkg/15445.
2002-02-07 07:38:19 +00:00
martti
ed75fb0577 Updated libusb to 0.1.5 (provided by Amitai Schlair in pkg/15516).
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-07 07:31:48 +00:00
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
rh
23c6568f79 Update GConf to 1.0.7. Changes are mainly bugfixes. In addition, this
now makes use of the real "popt" instead of the skeletion in
libgnomesupport.
2002-01-15 23:59:46 +00:00
rh
e80aec8bd3 Update oaf to 0.6.7
New in this release:
 * Fix major race condition which could lead to multiple oafd's
 * Miscellaneous bug fixes
 * FreeBSD fixes
 * Build fixes
 * Merge lots of bug fixes from former 2.0 branch
 * spec file updates
2002-01-15 23:55:37 +00:00
wiz
9f2f48483a Add some man pages (I wonder how those got overlooked...). 2002-01-14 17:50:50 +00:00
wiz
984c51db94 Comment out some unneeded code that produced errors, in contrast to
what the comment above it claims. Should fix bulk build failure.
2002-01-14 17:18:03 +00:00
wiz
dfd9443556 patthern -> pattern 2002-01-13 11:45:31 +00:00
explorer
b7a3462e50 update to Event-0.83 2002-01-12 17:47:20 +00:00
skrll
5aca240a80 Remove build dependency on autoconf... the patch distfile already included
a patch for configure so it wasn't really needed anyway.

An autoreconf run here noted a small difference in configure patch so I've
created a new patch distfiles with the new configure patch included.
2002-01-11 12:47:23 +00:00
tron
f705015de1 Never try to remove directories in "share/locale" because they are used
by several packages.
2002-01-10 21:12:06 +00:00
skrll
7b1d6ebaf5 Actually add the patch that fixes lisp_LISP handling. This went unnoticed
for 4 months!

While I'm here change the maintainer to packages@netbsd.org
2002-01-10 16:22:37 +00:00
wiz
9832e26996 Remove obsolete patch. 2002-01-10 14:05:00 +00:00
wiz
3cc89e9a87 Remove non-existing patch-aa from distinfo. 2002-01-10 14:02:16 +00:00
wiz
30b50e467f Remove non-existing patch-ac from distinfo. 2002-01-10 14:01:48 +00:00
jlam
6b88df5301 Note addition of php3-pcre. 2002-01-10 13:06:09 +00:00
jlam
78dc5013fa Move to devel/php3-pcre from the www category to match similar
relocations of the PHP4 module packages.
2002-01-10 13:05:52 +00:00
martti
1521a85cfb Updated popt to 1.6.3. List of changes is unknown. 2002-01-10 07:49:34 +00:00
mrauch
bed08f7015 * Patches for two header files to adjust path fragments in #include
statements for NetBSD
* __unix is not any longer defined in new-toolchain gcc's so add __NetBSD__
   to make it compile again

Bumped version number as a package without the first fix may break other ones.
2002-01-08 21:18:04 +00:00
mrauch
1b3fcad130 * Patches for two header files to adjust path fragments in #include
statements for NetBSD
* __unix is not any longer defined in new-toolchain gcc's so add __NetBSD__
   to make it compile again

Bumped version number as a package without the first fix may break other ones.
2002-01-08 21:14:25 +00:00
agc
2c1ab33758 Patch from Chuck Cranor to fix his own PR 15022.
Don't pass a GNU-specific m4 argument down to NetBSD's m4.
2002-01-08 19:55:51 +00:00
jlam
d16211af7d Update devel/php4-sysvshm to version 4.1.1. The only change is updating to
the version from the php-4.1.1 distribution.
2002-01-06 19:55:50 +00:00
jlam
5bd1f5f9bc Update devel/php4-sysvsem to version 4.1.1. The only change is updating to
the version from the php-4.1.1 distribution.
2002-01-06 19:55:38 +00:00
jlam
3184834515 Update devel/php4-session to version 4.1.1. The only change is updating to
the version from the php-4.1.1 distribution.
2002-01-06 19:55:33 +00:00
jlam
8b994990fc Update devel/php4-posix to version 4.1.1. The only change is updating to
the version from the php-4.1.1 distribution.
2002-01-06 19:55:27 +00:00
jlam
39f6a873da Update devel/php4-pcre to version 4.1.1. The only change is updating to
the version from the php-4.1.1 distribution.
2002-01-06 19:55:21 +00:00
jlam
d4af867900 Update devel/php4-gmp to version 4.1.1. The only change is updating to
the version from the php-4.1.1 distribution.
2002-01-06 19:55:15 +00:00
jlam
8048200161 Update devel/php4-gettext to version 4.1.1. The only change is updating to
the version from the php-4.1.1 distribution.
2002-01-06 19:55:10 +00:00
tron
7df62e5f68 Make sure that locale files are installed into the correct directory
under Solaris.
2002-01-05 18:42:55 +00:00
taca
616d6c6c07 Simplify document location. 2002-01-05 08:27:59 +00:00
jwise
add60614bc Make sure full ${SCRIPTS_ENV} is available to build script.
Fixes problems when neither PKG_JVM nor JAVA_HOME is set in environment (which
should be perfectly acceptable -- pkgsrc defaults reasonably, but the ant pkg
was not picking up the defaults).
2002-01-04 16:56:08 +00:00
skrll
350f63106d Allow objects of the form libfoo_pic.a to be linked into shared objects as
well as the normal shared objects. This means that the new toolchain, that
links in libgcc_pic.a, will build proper shared objects again.

Bump to nb5 and make this the required version.

Fixes pkg/15120 from Matthias Scheler <tron@colwyn.zhadum.de>
2002-01-04 15:20:25 +00:00
taca
cbcb67db28 Add missing installed file; ${RUBY_SITELIBDIR}/racc/rubyloader.rb. 2002-01-04 09:58:17 +00:00
taca
ca7a0092ee Oops. Fix include path in Makefile, which was for debugging. 2002-01-04 09:47:56 +00:00
taca
34d3786380 Update ruby-unit package to 0.5.2. Changes are below.
Sun Dec 23 12:05:26 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/testsuite.rb: add extend_test instead of decorate_test_element.

	* runit/testcase.rb: ditto.

	* runit/ext/testdecorator.rb ditto.

Sat Dec 22 15:16:23 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/assert.rb(assert_exception): handles any kinds of
	  exceptions.

	* tests/testassert.rb: ditto.

	* runit/testcase.rb: add TestCase#count_test_cases.

	* runit/testsuite.rb(Testsuite#add): accepts any kinds of argument.

	* tests/testtestsuite.rb: ditto.

	* runit/testsuite.rb: moved definition of decorated to
	  runit/ext/testdecorator.rb.

	* runit/testcase.rb: ditto.

	* runit/ext/testdecorator.rb: ditto.

Mon Dec 17 09:59:58 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/testfailure.rb: remove stacktrace at rubyunit.rb.

	* doc_en/testcase.rd: update document matching the latest version.

	* doc_en/testsuite.rd: ditto.

	* doc_ja/testcase.rd: ditto.

	* doc_ja/testsuite.rd: ditto.

	* rubyunit.rb: TestSuite is subclass of Array.

	* runit/testcase.rb: ditto.

	* runit/testsuite.rb: ditto.

	* tests/test_all_suite.rb: ditto.

	* tests/testtestsuite.rb: ditto.

	* runit/testfailure.rb: remove stacktrace at rubyunit.rb.

	* sample/simpletest.rb: using rubyunit.rb.

	* runit/version.rb: version 0.5.0.

Sun Dec 16 16:54:49 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* bin/c2t.rb: using rubyunit.rb.

	* sample/sample01.rb: ditto.

	* testrd2html.rb: ditto.

	* tests/test_all_suite.rb: ditto.

	* tests/testc2t.rb: ditto.

	* tests/testassert.rb: add test of assert_exception

	* doc_en/testcase.rd: add TestCase.test_cases TestCase.test_classes.

	* doc_ja/testcase.rd: ditto.

	* runit/testcase.rb: ditto.

	* runit/testsuite.rb: refactoring

	* install.rb: add rubyunit.rb

	* add rubyunit.rb (Thanks to Dave Thomas)

Thu Nov 29 21:02:37 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/assert.rb: to_str => to_string

	* test.rb unshift () => unshift()

	* version 0.4.8

Sat Nov 24 19:39:45 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/testresult.rb(TestResult#start_test): correct the condition
	  when initializing @test_start_time.

	* version 0.4.7

Fri Nov 23 14:47:49 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* doc_en: remove method index files.

	* doc_ja: ditto.

	* makehtml.rb: ditto.

	* testrd2html.rb: ditto.

Sun Nov 18 17:59:22 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/testfailure.rb(TestFailure): add TestClass name in stack trace.
	* runit/testresult.rb(TestResult): ditto.
	* runit/assert.rb(Assert) : delegate TestFailure removing
	  runit/*.rb from stack trace.

Sat Nov 17 10:49:31 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/assert.rb (Assert#assert_match): return Regexp.last_match
	  if assert_match succeeded.

	* runit/assert.rb (Assert#assert_not_match): The error message
	  specifies matching string when assert_not_match failed

	* runit/version.rb 0.4.6

Sun Nov 11 14:51:50 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/assert.rb (Assert): refactoring
	* runit/assert.rb (Assert#assert): 1st argument type should be TrueClass or FalseClass.
	* runit/version.rb: 0.4.5

Sat Nov  3 20:32:26 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/assert.rb (Assert): refactoring
	* runit/version.rb: 0.4.4

Sat Oct 27 16:11:29 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/testresult.rb (TestResult): remove TestResult#run
	* runit/testcase.rb (TestCase#run): not call TestResult#run
	* runit/error.rb: stop to define ScriptError
	* runit/version.rb: 0.4.3

Sat Oct 27 15:43:13 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* sample/sample01.rb: TestSuite#add instead of TestSuite#add_test.
	* sample/testall.rb: ditto.
	* tests/testtestsuite.rb: ditto.
	* tests/testtestresultitem.rb: ditto.
	* tests/testtestresult.rb: ditto.
	* tests/testtestdecorator.rb: ditto.
	* tests/testtest_runnable.rb: ditto.
	* tests/testteardownable.rb: ditto.
	* tests/testskipassert.rb: ditto.
	* tests/testsetuppable.rb: ditto.
	* tests/testc2t.rb: ditto.
	* tests/testall.rb: ditto.
	* tests/test_all_suite.rb: ditto.

Wed Oct 24 23:11:41 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/testsuite.rb (TestSuite): @test_s --> @tests
	* tests/testtestsuite.rb (TestSuite): ditto.
	* runit/testsuite.rb (TestSuite#add): added. add_test is alias of add.
	* runit/testcase.rb (TestCase.all_suite): use TestSuite#add instead of TestSuite#add_test.
	* bin/c2t.rb (TestFrame#testrunner): ditto.
	* runit/cui/testrunner.rb (TestRunner): remove create_result.
	* runit/cui/testrunner.rb (TestRunner): QUIET_MODE[0] --> @@quiet_mode.
	* runit/assert.rb (Assert): FAILURE_SKIP[0] --> @@skip_failure.

Sun Oct 21 16:12:25 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/testresult.rb: refactoring
	* test.rb: run test_all_suite.rb using installed ruby

Fri Oct 10 21:04:34 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* doc_en/assert.rd: assert_match, 1st argument and 2nd argument are opposition.
	* doc_en/assert.rd: assert_not_match, ditto.
	* doc_en/assert.rd: assert_match, ditto.
	* doc_ja/assert.rd: assert_not_match, ditto.

Sun Oct  7 15:09:28 2001  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* re-formatting ChangeLog file. :-)

version 0.4.2

	* assert.rb: deal with warning with msg.concat
	* assert.rb: Should be AssertionFailedError when Assert.skip_failure is true.

version 0.4.1

	* attach_setup, attach_teardown should be private method.

version 0.4.0

	* RUNIT::TestCase.all_suite
	* setupable --> setuppable, mapable --> mappable
2002-01-04 00:36:54 +00:00
tron
99d5373aa9 Include buildlink glue code for "aalib" package. This fixes build problems
in e.g. the "avifile-devel" package.
2002-01-03 19:11:40 +00:00
taca
0a435cb068 Update ruby-bsearch package to 1.4 and fix some build problem.
Changes from 1.1 are bellow.

2001-10-19  Satoru Takabayashi  <satoru@namazu.org>

	* Ruby/Bsearch: Version 1.4 released.

	* tests/test.rb (lookup): Add assertions.

	* bsearch.rb (Array::bsearch_lower_boundary): Use .to_i for
	working with mathn.rb (Rational).
	Thanks to Nenad Ocelic <nocelic@medri.hr> for reporting it.
	(Array::bsearch_upper_boundary): Likewise.

2001-09-12  Satoru Takabayashi  <satoru@namazu.org>

	* Ruby/Bsearch: Version 1.3 released.

	* bsearch.en.rd: Update documentation .

	* bsearch.ja.rd: Likewise.

2001-08-16  Satoru Takabayashi  <satoru@namazu.org>

	* bsearch.rb (bsearch_lower_bound): New method.

	* bsearch.rb (bsearch_upper_bound): New method.

	* bsearch.rb (bsearch_range): Return the range consisting of
	bsearch_lower_bound and bsearch_upper_bound.

2001-07-03  Satoru Takabayashi  <satoru@namazu.org>

	* Ruby/Bsearch: Version 1.2 released.

	* Rewrite documents with rdtools.
2002-01-03 15:50:00 +00:00
agc
e85f39aed5 Add and enable autoconf-devel 2002-01-03 14:14:46 +00:00
agc
91b7225d8e Initial import of autoconf-2.52 (as autoconf-devel) into the Packages
Collection.

Autoconf is an extensible package of m4 macros that produce shell
scripts to automatically configure software source code packages.
These scripts can adapt the packages to many kinds of UNIX-like
systems without manual user intervention.  Autoconf creates a
configuration script for a package from a template file that lists the
operating system features that the package can use, in the form of m4
macro calls.

Version 2.52 of autoconf is not entirely backwards compatible with
earlier versions, but is still needed to build some of the newer
packages. Import this package for just now as autoconf-devel.
2002-01-03 14:02:27 +00:00
abs
cc8fc92d23 Updated cpuflags to 0.17
Update MAKE_FLAGS so we can affect imake using packages
2002-01-03 11:54:47 +00:00
martti
372298fd92 Updated to 0.1.4. List of changes is unknown (ChangeLog was not updated). 2002-01-03 10:42:49 +00:00
hubertf
21d59dcead 1.2.2nb1 for AAlib support 2002-01-03 01:32:12 +00:00
hubertf
41c4cdf91c add support for graphics/aalib
Contributed by Lubomir Sedlacik <salo@xtrmntr.org> in PR 15115
2002-01-03 01:31:46 +00:00
abs
41635be7c3 Updated cpuflags to 0.16
-mcpu=cypress for my little ELC
2002-01-01 17:01:26 +00:00
martin
dbc49fb085 Allow this pkg to build on sparc64 too.
Closes PR pkg/15104 by Lloyd Parkes.
2002-01-01 09:57:03 +00:00
jlam
09aefc5b34 Update devel/php4-sysvshm to 4.1.0. No list of changes from version 4.0.6;
simply update to version from php-4.1.0 distribution.
2001-12-31 23:57:26 +00:00
jlam
f06161cf4e Update devel/php4-sysvmem to 4.1.0. No list of changes from version 4.0.6;
simply update to version from php-4.1.0 distribution.
2001-12-31 23:57:16 +00:00
jlam
b38c76bb59 Update devel/php4-session to 4.1.0. Changes from version 4.0.6 include:
- Fixed and improved shared-memory session storage module (Sascha)
- Fixed references in sessions. This doesn't work when using the WDDX
  session-serializer. Also improved speed of sessions. (Thies)
2001-12-31 23:57:02 +00:00
jlam
f4f8357ce0 Update devel/php4-posix to 4.1.0. No list of changes from version 4.0.6;
simply update to version from php-4.1.0 distribution.
2001-12-31 23:56:56 +00:00
jlam
0d27314be3 Update devel/php4-pcre to 4.1.0. Changes from version 4.0.6 include:
- Fixed a bug in preg_match_all() that would return results under improper
  indices in certain cases. (Andrei)
2001-12-31 23:56:51 +00:00
jlam
9106dfdf2a Update devel/php4-gmp to 4.1.0. Changes from version 4.0.6 include:
- Added optional extra argument to gmp_init(). The extra argument
  indicates which number base gmp should use when converting a
  string to the gmp-number. (Troels)
2001-12-31 23:56:41 +00:00
jlam
2a135a0d85 Update math/php4-gettext to 4.1.0. No list of changes from version 4.0.6;
simply update to version from php-4.1.0 distribution.
2001-12-31 23:56:32 +00:00
jlam
6d975210fd Use pthread.buildlink.mk instead of pth/buildlink.mk. 2001-12-31 22:25:19 +00:00
taca
3331f00df7 update ruby-racc-racc pakage to 1.4.1.
Instead of including ruby-racc's Makefile, newer common definition from
ruby-racc's Makefile.common.

It seems that official changes aren't available.
2001-12-30 17:15:33 +00:00
taca
ef0f9fda43 update ruby-racc pakage to 1.4.1.
Move common definition to Makefile.common and include it.

It seems that official changes aren't available.
2001-12-30 17:13:47 +00:00
taca
c18061e89f Update ruby-optparse package to 0.8.6. Changes from 0.8.3 are below.
Wed Dec 12 00:14:12 2001  Nobuyoshi Nakada  <nobu.nakada@nifty.ne.jp>

	* optparse.rb (OptionParser::switch): fix for String#select.

Thu Aug 23 20:11:52 2001  Nobuyoshi Nakada  <nobu.nakada@nifty.ne.jp>

	* optparse.rb (Revision): changed versioning method.

Thu Aug 23 19:46:27 2001  Nobuyoshi Nakada  <nobu.nakada@nifty.ne.jp>

	* optparse.rb (OptionParser::Switch::summarize): returns self.

	* optparse.rb (OptionParser::order): now (({while})) returns
	  value.
2001-12-30 17:09:14 +00:00
taca
b861791c9a - Update HOMEPAGE and MASTER_SITES.
- Simpler document file arrange.
- Required ruby is 1.6 and later.
2001-12-30 17:06:29 +00:00
taca
c531f3a1a4 Update ruby-strscan package to 0.6.5.
It seems that official changes aren't available.
2001-12-30 17:03:35 +00:00
taca
93446d4d59 Update ruby-amstd package to 1.10.0.
It seems that official changes aren't available.
2001-12-30 17:01:49 +00:00
taca
373d95d27c Update ruby-mode to 1.6.6. This is another part of ruby 1.6.6 distribution.
Changes are some bug fix and previous patch was incorporated.
2001-12-30 16:46:04 +00:00
taca
71706550f8 update ruby-readline package to 1.6.6. (This is really part of ruby
distribution.)
2001-12-30 16:23:59 +00:00