Commit graph

26408 commits

Author SHA1 Message Date
dmcmahill
0aa7588bd1 add some html markup to the .broken files (which now have .html extenstion).
The primary purpose is so when a package is broken due to broken depends,
there are links to the build logs of the broken dependencies.

Suggested by Brook Milligan on tech-pkg.
2002-01-20 03:07:05 +00:00
mjl
0a1eae1e09 Update to 1.15
- updated Esperanto translation
  - new Serbian translation
  - updated Polish translation
  - new Turkish translation
2002-01-20 02:34:38 +00:00
mjl
b63d90e449 Update gnu smalltalk to 1.95.9
o   improve SortedCollection performance and ensures that the Directory
    class>>#image method returns the *current* rather than the default
    image path.

o   fix a few bugs that were apparent when trying to extend base classes.

o   bugfixes in the I/O subsystem, missed a few I/O available events if
    many happened in a row.

o   The #(a b) syntax for symbols inside Arrays has been obsoleted,
    since 2.0 will parse it according to the ANSI standard.

o   Calls to the virtual machine from plugins, and objects that are passed
    as OOPs in call-outs, put OOPs in the incubator rather than in the
    registry; call-outs are wrapped in incSavePointer/incRestorePointer.

o   Command line parsing uses getopt and thus behaves exactly like other
    programs (previously there were some discrepancies)

o   Errors are signaled if a file specified on the command line is not found.

o   Events can be passed to the Smalltalk image via an ObjectMemory class.

o   Fixed bug in evalExpr and typeNameToOOP (gave a parse error).

o   Removed the `make optimize' mess.

o   Supported two additional ways to pass objects from Smalltalk to C:
    #selfSmalltalk and #variadicSmalltalk, which are similar to respectively
    #self and #variadic but pass raw object pointers to the C function
    instead of attempting automatic conversions.

o   #bindWith:... methods now accept other objects than Strings as parameters.

o   Complete hierarchy of exceptions, with more meaningful error message
    and possibility of more fine-grained exception handling.

o   FileStream calls are not blocking and can preempt the current Process.

o   FileStream handling has been rewritten; the buffering is now done
    by Smalltalk code rather than implied in stdio.  Unbuffered file
    descriptor access (which used to be provided by UnixStream, defined
    by the TCP package) is provided by FileStream's parent, FileDescriptor.

o   Many methods in SystemDictionary were moved to ObjectMemory (a new class);
    the old ones are now deprecated.

o   SortedCollection's #includes:, #indexOf:, and #occurrencesOf: can
    check for objects that could not be inserted in the collection
    (e.g. an Integer in a collection of Strings).  Fixed bugs in the same
    methods related to sort blocks for which sort-block equality
    (a <= b and b <= a) does not imply equality.

o   Support for init blocks will be removed in a future version, as it
    was replaced by the much more powerful ObjectMemory class.

o   The SystemDictionary>>#enableGC: method does not exist any more, since
    it only caused harm (the correct way to obtain its effect is to use the
    incubator, since what we want is to unregister a batch of many objects
    at the same time).

o   The TCP library does not poll the socket for I/O, but relies on the
    system's preemptive I/O facilities.  As a result, the polling period
    methods in Socket have disappeared.

o   Usual round of bug fixes

New goodies:

o   MD5 checksums

o   Perl regular expressions

o   Support for localization, internationalization and multiple character sets
2002-01-20 01:32:55 +00:00
wiz
6589435500 Use gmp's buildlink.mk (Makefile).
Remove another kerberos prototype that's conflicting with the real one
(patch-ag).
2002-01-20 01:30:36 +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
agc
22bb6a588b Add coarse-grained locking to pkgsrc builds, by means of a beefed
up version of the bare-bones code in PR 7590, from David Maxwell.

The definition governing the type of locking used is PKGSRC_LOCKTYPE,
which can take any of the values "none", "sleep", and "once".  The
default is "none".  If "sleep" locking is used, and process A is
building a package, when process B attempts to build the same package,
process B will sleep for PKGSRC_SLEEPSECS seconds, and attempt to grab
the lock again.

Coarse-grained locking uses the OBJHOSTNAME definition to ensure that
the PID space is regular for shlock(1) to do its work.  The
pkgsrc/pkgtools/shlock package has been provided for environments
where shlock is not standard.
2002-01-19 21:29:41 +00:00
drochner
36b6349ad8 use python buildlink file 2002-01-19 17:49:14 +00:00
drochner
364ffbfd68 point "configure" to the right python interpreter 2002-01-19 17:44:04 +00:00
drochner
1dd1eef3a9 use python buildlink file 2002-01-19 17:34:24 +00:00
wiz
473eb72596 ispell. 2002-01-19 17:20:14 +00:00
drochner
46c73e5a6b use python buildlink file 2002-01-19 17:14:55 +00:00
drochner
f49660ba88 oops, forgot this 2002-01-19 17:13:20 +00:00
drochner
c6413ba88c use python buildlink file 2002-01-19 17:06:23 +00:00
wiz
4089e0891e Unwildcard jpeg dependency. 2002-01-19 16:59:52 +00:00
drochner
cdec09822a use python buildlink file 2002-01-19 16:45:43 +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
7833915345 use buildlink files for Python and mxDareTime,
install docs into version dependant subdir to avoid conflicts
2002-01-19 16:13:00 +00:00
drochner
29955baed0 pass python interpreter path to "configure",
make sure configure finds the right python installation
2002-01-19 16:06:39 +00:00
jlam
c70dbda47e Strongly buildlinkify and remove unnecessary part of a patch that is
already taken care of by REPLACE_PERL.
2002-01-19 15:31:43 +00:00
kim
0fbec6ddc2 Always test thoroughly... Fixed previous fix. 2002-01-19 15:22:53 +00:00
kim
3301665c8d Handle MANINSTALL correctly. 2002-01-19 15:12:11 +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
drochner
4ae2715be1 use python buildlink 2002-01-19 13:40:54 +00:00
drochner
a23b4940ea some changes for scripts which get run during build:
-rearrange sed call so that an execute permission doesn't get lost
-correct python path earlier (post-patch)
2002-01-19 13:39:58 +00:00
drochner
ec37856b78 add an option to get a BUILD_DEPENDS only 2002-01-19 12:54:52 +00:00
drochner
aa634fdcdd use gnome-python buildlink file 2002-01-19 11:46:31 +00:00
drochner
f008bb6c73 use python buildlink,
install headers into a subdir of the python includes
2002-01-19 11:44:19 +00:00
drochner
531541e311 update to 3.5.2
major changes:
-additional data format support
-GUI fixes and enhancements
-image analysis, fits
-cross-platform compatibility
-improved telescope control
2002-01-19 11:39:43 +00:00
taca
baaaa26908 Update ruby-postgresql package to 0.6.5. Quote from Changes is below.
Ruby extension library to access PostgreSQL.
===========================================
Mon Nov 19 2001 version 0.6.5 released
      * change my address.
	Noboru Saitou <noborus@netlab.jp>

Fri Nov 16 2001
      * default encoding set.
	Riley <wormwood@speakeasy.org>

Fri Nov 16 2001
      * add methods "cmdtuples"
        Gabriel Emerson <gemerson@evalsoft.com>
	Thanks to greentea@fa2.so-net.ne.jp
Thu Jul 12 2001
      * psql.rb $OPT_p => $OPT_p.to_i (bug fix).
	Yuta TSUBOI <yuuta-t@is.aist-nara.ac.jp>
2002-01-19 11:03:20 +00:00
taca
fb851caa5f Update ap-ruby package (mod_ruby) to 0.9.5. Quote from ChangeLog
is below.

Thu Dec 27 15:27:02 2001  Shugo Maeda <shugo@modruby.net>

	* version 0.9.5 released.

Mon Dec 17 16:29:30 2001  Shugo Maeda <shugo@modruby.net>

	* mod_ruby.c (ruby_startup): save Apache's signal handlers.

Tue Oct 30 14:56:22 2001  Neil Conway <nconway@klamath.dyndns.org>

	* connection.c (connection_aborted): new method.

Wed Oct 17 15:03:34 2001  Shugo Maeda <shugo@modruby.net>

	* version 0.9.4 released.

Mon Oct 15 12:25:28 2001  Shugo Maeda <shugo@modruby.net>

	* mod_ruby.c (ruby_startup): call Init_stack().

	* request.c (cleanup_request_object): free RDATA(reqobj)->data.

	* request.c (request_headers_in): allow non-auth handlers to
	access Authorization header fields.

	* request.c (request_get_basic_auth_pw): allow non-auth handlers.

Fri Oct 12 17:48:57 2001  Shugo Maeda <shugo@modruby.net>

	* apachelib.h (DEFINE_ATTR_READER): raise exception if data == NULL.

	* apachelib.h (DEFINE_ATTR_WRITER): ditto.

	* mod_ruby.c (per_request_cleanup): set r->main to rb_request if r
	is a sub_request.

	* request.c (request_mark): return immediately if data == NULL.

Fri Oct 12 12:35:12 2001  Miles Egan <miles@pixar.com>

	* configure.rb.in: chomp output of apxs.

Wed Oct 10 12:15:16 2001  Shugo Maeda <shugo@modruby.net>

	* ruby_config.c (ruby_cmd_output_mode): new directive RubyOutputMode.

	* request.c (apache_request_new): save request objects to
	r->request_config.

	* request.c (cleanup_request_object): new function.

Thu Aug 30 18:28:46 2001 Sean Chittenden <sean-apache-modruby@chittenden.org>

	* request.c (rb_apache_request_flush): call ap_rflush().

	* request.c: allow the path_info for the request to be changed.

Fri Aug 24 11:24:38 2001  Shugo Maeda <shugo@modruby.net>

	* version 0.9.3 released.

Fri Aug 24 11:20:56 2001  Shugo Maeda <shugo@modruby.net>

	* lib/apache/eruby-run.rb (postrun): do not overwrite r.content_type.

Thu Aug 23 19:59:41 2001  Shugo Maeda <shugo@modruby.net>

	* mod_ruby.c (ruby_require): handle SystemExit correctly.

Mon Aug 20 15:22:10 2001  Shugo Maeda <shugo@modruby.net>

	* request.c (request_method_number): new method.

	* apachelib.c: new constants M_GET, M_PUT, ....

Tue Aug 14 14:58:56 2001  Shugo Maeda <shugo@modruby.net>

	* configure.rb: rebuild with autoconf.rb 0.2.3 for Solaris.

Mon Aug 13 11:25:13 2001  Shugo Maeda <shugo@modruby.net>

	* version 0.9.2 released.

Sun Aug 12 18:19:51 2001  Shugo Maeda <shugo@modruby.net>

	* mod_ruby.c (ruby_require): initialize $:.

Mon Aug  6 14:38:39 2001  Shugo Maeda <shugo@modruby.net>

	* version 0.9.1 released.

Mon Aug  6 14:36:20 2001  Shugo Maeda <shugo@modruby.net>

	* changed license for Apache.

Mon Aug  6 14:09:20 2001  Shugo Maeda <shugo@modruby.net>

	* mod_ruby.c (ruby_handler): flush rb_request only in RubyHandler.

	* server.c (server_document_root): new method.
	Thanks to Sean Chittenden.

Sat Jul 28 19:16:44 2001  Shugo Maeda <shugo@modruby.net>

	* mod_ruby.c (ruby_trans_handler): renamed translate_uri2file to
	translate_uri.

Fri Jul 27 13:44:14 2001  Shugo Maeda <shugo@modruby.net>

	* mod_ruby.c (per_request_cleanup): do not restore rb_stdout.

Mon Jul 23 11:16:05 2001  Aristarkh A Zagorodnikov <xm@w3d.ru>

	* request.c (request_the_request): new method.

Fri Jul  6 14:26:34 2001  Shugo Maeda <shugo@modruby.net>

	* version 0.9.0 released.

Mon Jul  2 15:26:47 2001  Shugo Maeda <shugo@modruby.net>

	* request.c (request_sent_http_header): new method.

Mon Jul  2 12:42:54 2001  Shugo Maeda <shugo@modruby.net>

	* request.c (request_set_content_type): accept nil.

	* request.c (request_set_content_encoding): ditto.

	* request.c (request_set_content_languages): ditto.

Fri Jun 29 16:05:06 2001  Shugo Maeda <shugo@modruby.net>

	* mod_ruby.c (per_request_init): set rb_stdin, rb_stdout,
	rb_defout to rb_request.

	* mod_ruby.c (per_request_cleanup): flush rb_request.

	* request.c (request_output_buffer): new method.

	* lib/apache/cgi-support.rb: removed.

	* lib/apache/eruby-run.rb: use tempfile.

	* lib/apache/erb-run.rb: ditto.
2002-01-19 10:20:12 +00:00
taca
2bbb09787b Update ruby-eruby package to 0.9.7. Quote from ChangeLog is bellow.
Wed Oct 17 14:58:24 2001  Shugo Maeda  <shugo@modruby.net>

	* version 0.9.7 released.

Mon Oct 15 13:54:18 2001  Shugo Maeda  <shugo@modruby.net>

	* eruby_main.c (run): fix prototype of Init_stack().

Wed Oct 10 15:15:48 2001  Shugo Maeda  <shugo@modruby.net>

	* eruby_main.c (run): call ruby_finalize().

	* eruby_main.c (run): print error messages to stderr if $DEBUG is
	false.

Tue Sep  4 15:33:38 2001  Shugo Maeda <shugo@modruby.net>

	* eruby_main.c (run): call Init_stack().
2002-01-19 09:42:47 +00:00
taca
a8e9b5f964 Update ruby-icmp package to 0.2.1. Changes are not available. 2002-01-19 09:30:32 +00:00
taca
8cae2deb60 Fix MASTER_SITES. 2002-01-19 08:38:41 +00:00
mjl
e5b7ddf594 Update to 1.23. No changelog available, though there probably
are many since the last version in pkgsrc was 1.1.
2002-01-19 04:58:49 +00:00
mjl
ef78be34a6 Update p5-Text-Balanced to 1.89
- Revised licence for inclusion in core distribution
 - Consolidated POD in .pm file
 - renamed tests to let DOS cope with them
 - Made extract_multiple aware of skipped prefixes returned
   by subroutine extractors (such as extract_quotelike, etc.)
 - Made extract_variable aware of punctuation variables
 - Corified tests
 - Fixed extvar.t tests
2002-01-19 03:54:08 +00:00
mjl
1defb688f9 Update p5-XML-DOM to 1.36.
- Replaced 'our' with 'my' in t/dom_text.t, to work with perl < 5.6.0
2002-01-19 03:28:32 +00:00
mjl
b632bed3a2 Update p5-Crypt-SSLeay to 0.35
+ Set local $SIG{PIPE} = \&die before $ssl->connect()
  to capture the "broken pipe" error associated with connecting
  to a computer that is not running a SSL web server

+ Documented differences / conflicts between LWP proxy support
  and Crypt::SSLeay which seems to be a source of confusion for users.

+ Added Net::SSL::get_peer_verify call so the warning header
  from LWP that says:

    Client-SSL-Warning: Peer certificate not verified

  can be suppressed when HTTPS_CA_FILE & HTTPS_CA_DIR environment
  variables are set to invoke peer certificate verification.

+ $ENV{HTTPS_DEBUG} activates Crypt::SSLeay specific debugging,
  so one can debug from LWP:: calls without using ./net_ssl_test script

- removed exit from Makefile.PL

+ Streamlined *CA* patches so only in $CTX->set_verify()
  which gets called every time now.

+ Throw error instead of return undef in Net::SSL->connect()
  because we loose the errors otherwise.

- Turn SSL_MODE_AUTO_RETRY on so clients can survive
  changes in SSLVerifyClient changes in the modssl connection

+ Integrated patches from Gamid Isayev for CA peer verification.

- Client certs weren't working correctly, setup certs earlier in connection
  now, also create new CTX per request, so cert settings don't remain
  sticky from one request to the next.

+ update ./net_ssl_test to do smart parsing of host, where
  host can now be of the form http://www.nodeworks.com:443/

- local $@ in Net::SSL::DESTROY so we don't kill real errors

- return undef in Net::SSL::connect() instead of die() for better LWP
  support & error handling.

+ alarm() on Unix platforms around ssl ctx connect, which can hang for
  process for way too long when trying to connect to dead https SSL servers.

Fixes PR/15053 by Shell Hung.
2002-01-19 03:19:12 +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
c29885ce1e Update to 1.09.1 (libnet 1.0901).
Make tests run with 5.004

 Net::SMTP
	- Don't attempt to resolve the hostname to send in the greating.
	  If it is not provided, use localhost.localdomain
	  (patch from Eduardo P?rez Ureta)

 netrc.t - fix RE for libnet_t.pl

 Various doc cleanups

 Net::FTP
	- Dont send QUIT on DESTROY. Causes problems when fork() is used.

 Net::Domain
	- Fix bug causing $_ to be modified

 Net::FTP
	- Send -anonymous@ as the password for the anonymous user, not
	  the real username.

 Net::SMTP
	- Add support for SASL AUTH (only PLAIN right now)
2002-01-19 02:57:52 +00:00
mjl
f02ea6fdc0 Update bluefish to 0.7
- numerous small updates and improvements
- more translations
- the custom menu now is extended for custom search and replace macro's
- some small memory leaks fixed
- better handling for file history
2002-01-19 02:00:44 +00:00
mjl
f0bf4c69b2 Update hexedit to 1.2.2
- now displays the reached offset while searching
- many shortcuts added for different teminals
- replace llseek with lseek + use of _FILE_OFFSET_BITS=64
- replaced lots of int by INT which 64bits
- yet again some s/int/INT/
- Some bug fixed

Fixes PR/15050 by Shell Hung.
2002-01-18 22:59:30 +00:00
mjl
a1b2d6720f Update p5-Net-SNMP to 4.0.1
- SNMPv3 objects using authentication now send a separate authenticated
  request message for time synchronization while performing discovery.
- Non-blocking SNMPv1/2c messages with a "-delay" argument which are
  queued before entering the event loop are no longer incorrectly
  discarded.
- The Net::SNMP::Security::Community::security_model() method now
  returns the correct value as reserved by RFC 2571.
- The first subidentifier in an OBJECT IDENTIFIER is now restricted to
  ccitt(0), iso(1), or joint-iso-ccitt(2) as specified by ISO/IEC 8825.

Fixes PR/15220 by Shell Hung (I really should get a function key
with that text!)
2002-01-18 22:50:16 +00:00
mjl
fd0c941b07 Update p5-URI to 1.18.
- Added support for ssh: URIs
- URI::Escape: Make sure cache is not set when the
  RE wouldn't compile
- Don't try to come up with the e-mail address of
  the user as the anonymous password.

Fixes PR/15101 by Shell Hung.
2002-01-18 22:45:50 +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
bd60e5f3fa Update p5-CGI-Application to 2.1.
- Enhanced capabilities for creating general superclasses for your projects.
- All run modes may be referenced by method name, in addition to subref.
- Created cgiapp_init() hook to allow for inherited common behaviors.
- Added ability to set mode_param() to use a call-back instance method
  (specified by subref) instead of a CGI parameter.
- HTML::Template is now only loaded if load_tmpl() is called.
- Run-modes may now return scalar-refs in addition to scalars.
- Added new run-mode of last resort: "AUTOLOAD".  See POD for usage.
- The param() method has been extended to allow multiple parameters
  to be set at one time, via a hash (or hashref).
- Fixed bug in run() method where a null-string run-mode would be
  considered valid.  A zero-length run-mode will now result in the
  start_mode() being called.
- The run_mode() method now may be called a subsequent time to
  amend the list of run-modes.
- Bug fixed and documentation updated

Fixes PR/15221 by Shell Hung.
2002-01-18 22:36:36 +00:00
mjl
514c7f951d Update p5-HTML-Table to 1.13.
- Added methods to set the style attribute of tables, rows,
  cols and cells
- setRowBGColor and setRowAlign are now more efficient
- Added method to set the rules and align attributes for tables
- Changed all tags and attributes to print in lowercase.
- Changed faulty behaviour of numeric parameters to the new method
- All attribute values are now surounded by quotes
- getTable was returning 0 (zero) for an empty table, now just plain
  return
- Added getTableRows and getTableCols
- Added methods setCellFormat, setRowFormat and setColFormat
- More bugs fixed
- Documentation Updated

Fixes PR/15203 by Shell Hung.
2002-01-18 22:31:45 +00:00
mjl
50284238bf Fix PR/15277 a bit differently -- just don't let the pkg's Makefile
stomp over CFLAGS so it will find all the buildlinked stuff.
2002-01-18 22:27:35 +00:00
tron
7d18240a15 Apply quoting to "${SORT_SITES_CMD}" to make Solaris's "/bin/sh" happy. 2002-01-18 22:14:09 +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