Commit graph

25981 commits

Author SHA1 Message Date
martti
bcca73ea51 * Regenerate checksum as fvwm_icons.tgz was modified
* Adjust Makefile to match the new layout of fvwm_icons.tgz
2002-01-04 06:44:58 +00:00
kent
5ff61bc084 Bump to 2.95.3 to synchronize with lang/gcc. 2002-01-04 05:57:21 +00:00
jmcneill
9070bfcde4 Import fluxbox 0.1.5, a Window Manager for X based on BlackBox 2002-01-04 02:05:33 +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
taca
4502903508 Update ruby-rttool to 0.1.7.
- Fix a bug of processing empty cell.
- Right justified signed numeric item.
2002-01-04 00:13:06 +00:00
tron
de2e29e5fb Build package with "gcc" package systems with "egcs" in base distribution
instead of bailing out.
2002-01-03 21:59:19 +00:00
tron
2704d3a744 Remove unnecessary patch which caused patch problems due to an include
RCS Id.
2002-01-03 21:57:13 +00:00
tron
7ba2b1a14c Provide a "Makefile.gcc" which can be used by other packages which need
this "gcc" version for building.
2002-01-03 21:39:54 +00:00
tron
3a2cf24eb9 Add missing calls to "install-info". 2002-01-03 21:32:38 +00:00
tron
65ca176f57 Add RCS Id. 2002-01-03 21:19:09 +00:00
tron
5dc7eaab55 Update "gcc" package to version 2.95.3. This is a bug fix release of
version 2.95.2. This package includes all changes to "gcc" from the
new toolchain in NetBSD-current. The only tested (and enabled) platform
is "NetBSD-*-i386" so far.
2002-01-03 20:40:37 +00:00
jlam
ee5329b301 Explicitly set BUILDLINK_DIR and BUILDLINK_X11_DIR with = instead of ?=.
We really don't want these to change from the correct values (within
${WRKDIR}).
2002-01-03 20:00:06 +00:00
tron
912c2c36cc Fix package list lossage caused by update to version 1.0.0.7. 2002-01-03 19:56:38 +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
wiz
6a742ce377 Remove a bogus patch, drop a MASTER_SITE, and fix PLIST. 2002-01-03 17:09:45 +00:00
taca
0fd0e9f312 Oops. Missing more lines. 2002-01-03 16:10:01 +00:00
taca
f4fbf669a2 Make this only for ruby 1.4 base package since ruby-1.6.6 and later already
have syslog library.
2002-01-03 16:06:07 +00:00
taca
2443564926 Remove dependency to ruby-amstd package. 2002-01-03 15:50:42 +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
taca
ce0c48017b Simplify document arrangement. 2002-01-03 15:21:38 +00:00
wiz
5a1efb688a Buildlinkify. Fixes bulk build problem. 2002-01-03 14:49:22 +00:00
lukem
95457f844f Update to 0.45.3, to synchronise with ups-nut update. 2002-01-03 14:48:59 +00:00
wiz
996565e84a Buildlinkify, and add missing gtk dependency.
Fixes bulk build problem.
2002-01-03 14:47:17 +00:00
lukem
3858993760 Update to nut 0.45.3. Notable changes:
- upsd can reload its config files on the fly.
- 'upsdrvctl status' will check for presence of pid files
- upsd can be stopped with 'upsd -c stop'
- newpowercom driver added
- cyberpower driver added
- more man pages
- various bug fixes
2002-01-03 14:42:43 +00:00
wiz
6091608d9e Remove @INTLLIBS@ from source side of Makefile rules.
It made make(1) wonder how to create targets like
-L/usr/tmp/pkgsrc/sysutils/apcupsd/work.i386/.buildlink/lib
Fixes bulk build problem.
2002-01-03 14:31:09 +00:00
martti
f6e061a93a Updated to 1.8
* Added a "--local" option for removing the ${HOSTNAME} from the various
  files that keychain creates.  Handy for non-NFS users.

* Using the Bourne shell "type" builtin rather than using the external
  "which" command.  Should make things a lot more robust and slightly
  faster.

* Solaris' "which" command outputs "no lockfile in..." to stdout rather
  than stderr.  A one-line fix (test the error condition) has been
  applied.

* lockfile settings tweak

* If you stop making progress providing valid passphrases, it's three
  strikes and you're out.

* Some private keys can't be "ssh-keygen -l -f"'d; this patch causes
  keychain to look for the corresponding public key if the private
  key doesn't work.  Thanks Constantine!

* CYAN color misdefined; fixed.

* A "quiet mode" (--quiet) fix; I missed an "echo".

* Missed another "kill -9"; it's now gone.
2002-01-03 14:29:53 +00:00
wiz
6e606a67d9 Weakly buildlinkify to make it build again.
Problem noted in bulk build.
2002-01-03 14:20:39 +00:00
agc
e85f39aed5 Add and enable autoconf-devel 2002-01-03 14:14:46 +00:00
damon
d258d7ae3f Add DEPEND on scrollkeeper. 2002-01-03 14:13:25 +00:00
wiz
eadaa9d990 Don't check if stdin is redirected -- it is in bulk builds, and
that's perfectly okay. Fixes recently noted bulk build problem.
2002-01-03 14:13:00 +00:00
taca
0424c1866b Apply footnote patch and bump PKGREVISION (ruby-rdtool-0.6.10nb1).
From [ruby-list:32471] on ruby-list@ruby-lang.org.
2002-01-03 14:11:25 +00:00
wiz
2ab3feca95 Update to 0.29. Changes since 0.26:
version 0.29 (Fixes the lowercase/uppercase problems, fix for swf export,
new MIF and CGM export, code rearrangements)
version 0.28 (Several bugfixes, Progress bar, Cancel point, Efforts to
make libautotrace.a thread-safe, Clean up library name space (all
exported symbols have "at_" prefix), DXF, EPD and PDF export, Despeckling
filter)
version 0.27a (Fixed a compilation problem)
version 0.27 (Parts of the code were rearranged, fixed a bug in color
quantization, centerline support, Elastic Reality output, now works with
new versions of ImageMagick, swf output (via libming), dxf output was
removed because it never worked, speed up and simplification of the
fitting routine)
Should also fix bulk build failure.
2002-01-03 14:03:01 +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
wiz
e7422560e3 This package uses 'javac'. Set USE_JAVA in the hope that it provides it. 2002-01-03 13:52:48 +00:00
wiz
a4ddd8c8b3 Add two unexec rmdirs. 2002-01-03 13:50:15 +00:00
wiz
a1f2747176 Remove badly written up-to-date check for configure that clashes with our
current touch procedure in bsd.pkg.mk.
2002-01-03 13:42:00 +00:00
wiz
902ae2328e Don't check if stdin is redirected -- it is in bulk builds, and
that's perfectly okay. Fixes recently noted bulk build problem.
2002-01-03 13:06:50 +00:00
agc
28df2573ac Use the correct category for this package. 2002-01-03 12:45:06 +00:00
wiz
afd952233a We have pthread.buildlink.mk now instead of the proposed USE_PTHREAD. 2002-01-03 12:41:22 +00:00
wiz
369e94f028 Add and enable ruby-digest. 2002-01-03 12:25: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
abs
2baa02b807 Update rconfig to 0.06
Fix inappropriate chomp usage that caused problems in fping
2002-01-03 11:34:08 +00:00
abs
353a1ee51b Obey CFLAGS 2002-01-03 11:10:35 +00:00
abs
5e81e7c998 Updated pkglint to 3.21
- lintpkgsrc - fixed -p to handle relative symlinks and symlink loops
2002-01-03 11:04:49 +00:00
agc
f3b5a9ba56 Take tct off the TODO list, now that it's been imported. 2002-01-03 11:02:38 +00:00
agc
4e5aa5c910 Add and enable tct. 2002-01-03 10:59:55 +00:00
agc
6630f9fa23 Initial import of tct-1.0.9 into the NetBSD Packages Collection.
TCT is a collection of programs by Dan Farmer and Wietse Venema for a
post-mortem analysis of a UNIX system after break-in.

Notable TCT components are the grave-robber tool that captures
information, the ils and mactime tools that display access patterns of
files dead or alive, the unrm and lazarus tools that recover deleted
files, and the findkey tool that recovers cryptographic keys from a
running process or from files.

WARNING

This software is not for the faint of heart.  It is relatively
unpolished compared to the software that Dan and Wietse usually
release.  TCT can spend a lot of time collecting data.  And although
TCT collects lots of data, many analysis tools still need to be
written.

Based on patches provided in PR 15081 by frazee.23@osu.edu.
2002-01-03 10:58:57 +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
ff4fd22252 Bump to pload-0.9.4nb2: make this compile again 2002-01-03 09:07:28 +00:00
agc
3a835b9be2 Revert previous changes so that they can be done in the approriate way. 2002-01-03 08:47:19 +00:00