Commit graph

152722 commits

Author SHA1 Message Date
dholland
a2f5cd76f2 Remove unused files that appear to be leftovers from some pre-NetBSD
makefile scheme.

It's clear nobody'd maintained tn3270 in base for a long, long time.
2010-01-17 05:48:24 +00:00
obache
866e59af1c Updated textproc/tokyodystopia to 0.9.13nb2 2010-01-17 02:55:17 +00:00
obache
99fc686a0c Bump PKGREVISION from tokyocabinet shlib bump. 2010-01-17 02:55:07 +00:00
obache
1f97f39aff Updated databases/ruby-tokyotyrant to 1.13 2010-01-17 02:54:26 +00:00
obache
58b25f400f Update ruby-tokyotyrant to 1.13. 2010-01-17 02:54:16 +00:00
obache
bf09c5d3b9 Updated databases/p5-tokyotyrant to 1.16 2010-01-17 02:53:38 +00:00
obache
441abb7305 Update p5-tokyotyrant to 1.16. 2010-01-17 02:53:28 +00:00
obache
03e6966761 Note revision bump of tokyocabinet language bindings. 2010-01-17 02:52:08 +00:00
obache
986ec022c8 Updated databases/tokyotyrant to 1.1.39 2010-01-17 02:49:17 +00:00
obache
37bc6d2b1c Update tokyotyrant to 1.1.39.
2009-12-07  Mikio Hirabayashi  <hirarin@gmail.com>

	* ttutil.c (ttservstart): error handler for the accept call was added.

	* ttserver.c (proc): the system connection limit is now reset.

	- Release: 1.1.39

2009-11-05  Mikio Hirabayashi  <hirarin@gmail.com>

	* ttserver.c (do_mc_append, do_mc_prepend): new functions.

	- Release: 1.1.38

2009-10-20  Mikio Hirabayashi  <hirarin@gmail.com>

	* ttserver.c (do_stat): "fatal" attribute was added.

	* ttutil.c (ttwaitsock): new function.

	* ttutil.c (ttopensock, ttsocksend, ttsockgetc): "errno" is now copied just in case.

	* tcrdb.c (tcrdbparasearchworker): a bug of race condition was fixed.

	- Release: 1.1.37

2009-10-06  Mikio Hirabayashi  <hirarin@gmail.com>

	* scrext.c (serv_strstr): new function.

	* ttserver.c (main, proc): "-mul" option was added.

	- Release: 1.1.36

2009-09-18  Mikio Hirabayashi  <hirarin@gmail.com>

	* tculog.c (tculogadbputshl, tculogadbputshlproc): new functions.

	* scrext.c (iterrec): a bug related to handling the return value was fixed.

	* ttserver.c (do_http_post): "tcadbmisc" is now supported.

	* ttserver.c (do_stat, do_mc_stats): counts of command execution are now output.

	* tcrdb.c (tcrdbparasearch, tcrdbparasearchworker): new functions.

	- Release: 1.1.35

2009-08-04  Mikio Hirabayashi  <hirarin@gmail.com>

	* tcrdb.c (tcrdbput, tcrdbout, tcrdbget): reconnect mechanism was enhanced.

	* tcrdb.c (tcrdbreconnect): delay mecahism was added.

	* tculog.c (tculrdnew): a bug related to timestamp detection was fixed.

	* tcrmgr.c (runimporttsv, procimporttsv): "-sep" option was added.

	* ttserver.c (do_log): a bug of buffer overrun was fixed.

	- Release: 1.1.34
2010-01-17 02:49:05 +00:00
obache
efe5c9810b Bump PKGREVISION from tokyocabinet shlib bump. 2010-01-17 02:46:56 +00:00
obache
02fd062850 Updated databases/tokyocabinet to 1.4.41 2010-01-17 02:45:16 +00:00
obache
f72de1bbdb Update tokyocabinet to 1.4.41.
2009-12-07  Mikio Hirabayashi  <hirarin@gmail.com>

	* tctdb.c (tctdbidxputtoken, tctdbidxputqgram): domain overflow checking was added.

	- Release: 1.4.41

2009-11-24  Mikio Hirabayashi  <hirarin@gmail.com>

	* tchdb.c (tchdbputimpl): efficiency of using the free block pool was improved.

	* tchdb.c (tchdboptimizeimpl): the behaviour in no lock mode was modified.

	- Release: 1.4.40

2009-11-11  Mikio Hirabayashi  <hirarin@gmail.com>

	* tcutil.h (TCALIGNOF, tcgeneric_t): new macros.

	* tcutil.h (TCALIGNPAD): the alignment is now calculated by the generic union.

	* myconf.h (_alignof, _issigned, _maxof): new macros.

	- Release: 1.4.39

2009-11-09  Mikio Hirabayashi  <hirarin@gmail.com>

	* tcutil.c (tcsysinfo): FreeBSD and Mac OS X are now supported.

	* tcutil.c (tcmpoolclear): new function.

	* tchdb.c (tchdbputproc): a potential bug of memory aligment violation was fixed.

	* tcbdb.c (tcbdbputproc): a potential bug of memory aligment violation was fixed.

	* tcfdb.c (tcfdbputproc): a potential bug of memory aligment violation was fixed.

	- Release: 1.4.38

2009-10-27  Mikio Hirabayashi  <hirarin@gmail.com>

	* tctdb.c (tctdbcacheclear, tctdbcacheclearimpl): new functions.

	* tcadb.c (tcadbmisc): "getpart", "cacheclear", and "regex" functions were added.

	- Release: 1.4.37

2009-10-26  Mikio Hirabayashi  <hirarin@gmail.com>

	* tcutil.c (tcwwwformdecode2): a bug related to multiple cookie handling was fixed.

	* tcadb.c (tcadbmisc): the "error" functions were added.

	- Release: 1.4.36

2009-10-06  Mikio Hirabayashi  <hirarin@gmail.com>

	* tchdb.c (tchdbseekwrite): a bug related to emulation of the UBC was fixed.

	* tchdb.c (tchdbvanishimpl): potential memory leak was removed.

	* tcfdb.c (tcfdbvanishimpl): potential memory leak was removed.

	* tcadb.c (tcadbsetskelmulti, tcadbmulnew, tcadbmuldel): new functions.

	* tcadb.c (tcadbmisc): "range" sub function for B+ tree was added.

	* tcamgr.c (setskeltran): new function.

	* tcamttest.c: new file.

	- Release: 1.4.35

2009-09-11  Mikio Hirabayashi  <hirarin@gmail.com>

	* myconf.h: a macro for environment without "nanl" was added.

	* tctdbmetasearch (tctdbmetasearch): a bug related to the limit parameters was fixed.

	- Release: 1.4.34

2009-08-31  Mikio Hirabayashi  <hirarin@gmail.com>

	* tcutil.h, tchdb.h, tcbdb.h, tcfdb.h, tctdb.h, tcadb.h: including stdbool.h was wrapped.

	* tcutil.c (tccmpdecimal): accuracy was improved and now real number is supported.

	* tctdb.c (tctdbqrycondmatch): accuracy of decimal operators was improved.

	- Release: 1.4.33
2010-01-17 02:45:00 +00:00
dholland
d0724de06e whoops, should use the curses bl3. no version bump, ride the import. 2010-01-17 02:28:22 +00:00
dholland
343bb01bdb tn3270 2010-01-17 02:17:18 +00:00
dholland
7a3d68d40d +tn3270 2010-01-17 02:16:29 +00:00
dholland
80a0e67740 The package bits for tn3270. This is a bit rough and probably not going to
build except on netbsd-5 and -current, but we can take that as it comes.
2010-01-17 02:14:51 +00:00
dholland
9a5f925aa1 Use our own map3270 file instead of hardwiring /usr/share/misc. 2010-01-17 02:11:57 +00:00
dholland
1fe078c1e4 support PKGMANDIR 2010-01-17 02:11:15 +00:00
dholland
d6502c2acf fix slipup in man page names 2010-01-17 02:10:53 +00:00
obache
cee02b45dd Update json-glib to 0.10.0.
Overview of changes for 0.10.0
==============================
* Fix generation of doubles [Cornelius Hald]
* Add more units to the test suite
* Add JsonNode macros for quick type checking
* Guarantee insertion order when parsing and generating JSON Objects
* Serialize GParamSpecObject properties
* Add serialization and deserialization for GBoxed types
* Add API for serializing GObjects to, and deserializing from, JsonNode
* Build environment fixes
* Documentation fixes
* Generate correct introspection data
* Make JsonSerializable in complete control of deserialization [Tristan Van
  Berkom]
2010-01-17 02:10:38 +00:00
dsainty
21d0b1084e patch-ae is gone, remove hash too. 2010-01-17 02:02:55 +00:00
dholland
6963e4f719 New makefiles for this that don't depend on being in the base source tree. 2010-01-17 01:41:33 +00:00
dholland
c62a06cf4d Import tn3270 from base as of 20100114, just before its removal. This
is just the sources, and they're unchanged from base except that the
rcsids have been preserved. The package will be along shortly.
2010-01-17 01:33:16 +00:00
sno
34a34acc34 Updated devel/p5-Test-NoWarnings to 1.01 2010-01-17 01:07:02 +00:00
sno
3a9d2aab2e Updating devel/p5-Test-NoWarnings from 0.084nb1 to 1.01
pkgsrc changes:
  - Adding license definition

Upstream changes:
1.01 15 Jan 2010 - Adam Kennedy
	- My release automation accidentally decided that Test::NoWarnings
	  was a Perl licensed distribution. Added in the appropriate changes
	  to make sure it is correctly built with the LGPL license.

1.00 11 Jan 2010 - Adam Kennedy
	- Cleaned and updated the packaging of the module, the dependencies
	  and the Makefile.PL contents, but otherwise remains unchanged (ADAMK)
	- Now makes explicit the Perl 5.006 dependency that was previously
	  an undocumented implicit dependency (ADAMK)
2010-01-17 01:06:52 +00:00
sno
f54054520c Updated devel/p5-Test-Aggregate to 0.36.3 2010-01-17 01:03:20 +00:00
sno
fdbd96913e Updating devel/p5-Test-Aggregate from 0.36.1 to 0.36.3
Upstream changes:
0.363  24/11/2009
        - Pass current test name to setup and teardown.

0.362  17/11/2009
        - Removed broken "check_plan" from Test::Aggregate.  It was always
          dodgy and really doesn't contribute much and the latest release
          broke with 'no_plan'.  We now warn if we see this.
        - Minimum Test::More is now 0.94.  This gives us more robust nested
          TAP.
2010-01-17 01:03:10 +00:00
sno
4d7ab1b313 Updated devel/p5-SVN-Simple to 0.28 2010-01-17 01:00:23 +00:00
sno
6da021b4b2 Updating devel/p5-SVN-Simple from 0.27nb4 to 0.28
pkgsrc changes:
  - Adding missing pkgsrc meta data (HOMEPAGE, LICENSE, ...)

Upstream changes:
[Changes for 0.28 - Dec 8, 2009]
	* Make tests pass for Subversion 1.6.x.
2010-01-17 01:00:13 +00:00
sno
8a4c5a53f3 Updated devel/p5-Sub-Uplevel to 0.2200 2010-01-17 00:55:52 +00:00
sno
519c68bdce Updating devel/p5-Sub-Uplevel from 0.2002 to 0.2200
Upstream changes:
0.22 Tue Nov 17 05:38:42 EST 2009
    - meta: added repository to metadata [Alexandr Ciornii]

0.21_01 Sat Nov 29 15:24:49 EST 2008
    - added: the ":aggressive" tag may be used to force reloading of
      Exporter, which often binds caller() prior to Sub::Uplevel's global
      override
2010-01-17 00:55:42 +00:00
sno
13c612d93b Updated x11/p5-Wx to 0.96 2010-01-17 00:51:18 +00:00
sno
22c80c9e92 Updating x11/p5-Wx from 0.95 to 0.96
Upstream changes:
0.96  Sat Jan  9 10:40:00 CET 2010
	- Fixed Windows build with MSVC 6 buil.
2010-01-17 00:51:06 +00:00
sno
a94677f245 Updated x11/p5-Alien-wxWidgets to 0.50 2010-01-17 00:38:40 +00:00
sno
fbeb681d88 Updating x11/p5-Alien-wxWidgets from 0.48 to 0.50
Upstream changes:
0.50  Sun Jan 10 16:16:44 CET 2010
	- When compiling on Windows with MSVC 9, make the generated
	  wxWidgets DLL load correctly by adding a manifest to them
	  (suggested by IKEGAMI).
	- Add a missing file to the distribution.
2010-01-17 00:38:29 +00:00
jnemeth
3ba5a6e256 Updated pkgtools/pkglint to 4.92 2010-01-17 00:36:19 +00:00
sno
63a3065c0b Updated www/p5-HTTP-Body to 1.06 2010-01-17 00:31:37 +00:00
sno
2e6aadcac4 Updating www/p5-HTTP-Body from 1.05 to 1.06
pkgsrc changes:
  - Adding license definition
  - Adjusting dependencies
  - Adjusting module type

Upstream changes:
1.06    2010-01-09 19:21:00
        - Added $body->cleanup(1) flag to enable auto-deletion of temporary
          files during DESTROY. (Vany Serezhkin)
        - Fixed parsing of multipart bodies with boundaries that contain
          commas.
          (Tomas Doran, http://rt.cpan.org/Public/Bug/Display.html?id=41407)
        - Dropped YAML, we now use Perl as a serialization format in our
          tests. We call this PAML ;)
2010-01-17 00:31:27 +00:00
sno
e00d2a0a95 Updated textproc/p5-Text-FindIndent to 0.08 2010-01-17 00:22:17 +00:00
sno
d0b8420b6a Updating textproc/p5-Text-FindIndent from 0.07 to 0.08
Upstream changes:
0.08
	- Handle case where hash keys and values are indented by braces pos + 1
	  (CHORNY)
	- Check if indent level is same on next line and slightly increase probability of
	  current indent type. Should be faster too. (CHORNY)
	- Add option 'first_level_indent_only' to check only indent where previous line
	  is empty. (CHORNY)
2010-01-17 00:22:08 +00:00
sno
3c08a9e1a5 Updated textproc/p5-Text-CSV to 1.16 2010-01-17 00:20:00 +00:00
sno
fe5c33a3d4 Updating textproc/p5-Text-CSV from 1.15 to 1.16
Upstream changes:
1.16  Tue Dec  8 19:02:58 2009
	- updated the compatibility for Text::CSV_XS version 0.70
	    * Added quote_space attribute
	    * Forbad \r and \n in sep_char, quote_char, and escape_char
2010-01-17 00:19:47 +00:00
sno
c8a640209f Updated textproc/p5-Text-CSV_XS to 0.70 2010-01-17 00:17:18 +00:00
sno
2ec4868a60 Updating textproc/p5-Text-CSV_XS from 0.69 to 0.70
Upstream changes:
2009-12-02 0.70 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Add quote_space attribute
    * Forbid \r and \n in sep_char, quote_char, and escape_char
2010-01-17 00:17:06 +00:00
sno
d4dc9994e3 Updated textproc/p5-YAML to 0.71 2010-01-17 00:14:21 +00:00
sno
9d2d41e72b Updating textproc/p5-YAML from 0.70 to 0.71
pkgsrc changes:
  - Adding module type

Upstream changes:
version: 0.71
date:    Sun Jan 3 12:25:00 AEST 2010
changes:
- Set file encoding to UTF-8 in LoadFile/DumpFile (RT#25434) by Olivier Mengue
- We shouldn't have to care about 5.8.0. Since it's causing CPAN Testers
  failures, bump the minimum Perl to 5.8.1
2010-01-17 00:14:11 +00:00
sno
6f226268bf Updated textproc/p5-Regexp-Common to 2010010201 2010-01-17 00:08:47 +00:00
sno
d48f2c86ac Updating textproc/p5-Regexp-Common from 2.122nb1 to 2010010201
pkgsrc changes:
  - Adding license definition

Upstream changes:
Version 2010010201 Sat Jan  2 17:45:53 CET 2010
+ Playing the CPANTS game
+ Adjustments for 5.005.
+ Add $VERSION to all submodules (RT #53250)

Version 2009123001 Wed Dec 30 03:58:27 2009 +0100
+ Added Changes file, removed them from README.
+ Remove CVS traces.
+ Modernize Makefile.PL
+ POD tests
+ Work around a Darwin 9.0 on 5.8.8 issue. (RT #43786)
+ Fix POD issues. (RT #34886) (RT #48974)
+ Fail faster on some URI subpatterns (RT #52309)
+ Added many people to the Acknowledgements section.
2010-01-17 00:08:35 +00:00
sno
78dc77acb8 Updated textproc/p5-PPI-HTML to 1.08 2010-01-17 00:02:41 +00:00