summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-04-17Plex, a very nice lexical analysis module for Pythontsarna5-0/+67
2002-04-17Remove redefinition of X11PREFIX and use X11PREFIX for location of formsbriggs2-9/+11
and X11BASE as (gasp) location of X11. This helps installation with xpkgwedge. Resolves, along with bsd.pkg.mk update, my own PR pkg/16350.
2002-04-17Make the included programs and demos link against the package's "forms"fredb4-16/+62
shared library, rather than any previously installed one.
2002-04-17PKGREVISION is set in libtool/Makefile.common. Without this fixmartti2-4/+4
you would see something like this from "lintpkgsrc -i": Version mismatch: 'libtool-base' 1.4.20010614nb8 vs 1.4.20010614UNDEFINEDnb8
2002-04-17Updated to p5-HTML-FillInForm-0.26shell3-11/+12
Change since p5-HTML-FillInForm-0.11 : * Added fill_password option (Tatsuhiko Miyagawa) * Fixed bug with passing single value to multi-valued fields (Maurice Aubrey) * Added no_debug to use CGI in t/13_warning.t * Cleaned up warning messages for input fields without a name (Boris Zentner) * Fixed bug with multiple inputs (Mark Stosberg) * Updated credits section * Fixed bug where selected value of '0' were skipped (Trevor Schellhorn) * Fixed bug where option values between tags had trailing or leading * whitespace (Ade Olonoh) * Fixed bug for <input ... /> type tags (Andrew Creer) * Fix for error message (object -> fobject) (Mark Stosberg) * Fix for test on HTML escaping (thanks to Jost Krieger for report) * Added "fill in target form" feature (Tatsuhiko Miyagawa) * Fixed problems with HTML escaping (Tatsuhiko Miyagawa) * Works with checkbox tags that don't have value attribute. (Philip Mak) * Removed warning message for submit tags. (Joseph Yanni) * Fixed bug when TYPE attr of input tag not set (Martin H. Sluka) * Added docs on password caching (Mark Stosberg) * Support for multiple fobjects. * Fixed bug where new documents were feed into a used $fif object.
2002-04-17Updated to p5-Test-Simple-0.43shell2-6/+6
- change to my email address Changes since p5-Test-Simple-0.42 - Adrian Howard added TB->maybe_regex() - Adding Mark Fowler's suggestion to make diag() return false. - TB->current_test() still not working when no tests were run via TB itself. Fixed by Dave Rolsky.
2002-04-17Updated to p5-IO-Socket-SSL-0.81shell3-8/+9
- fmt on DESCR Changes : - calling context_init twice destroyed global context. fix from Jason Heiss <jheiss@ofb.net>. - file handle tying interface implementation moved to a separate class to prevent problems resulting from self-tying filehandles. Harmon S. Nine <hnine@netarx.com>. - docs/debugging.txt file added - require Net::SSLeay v1.08 - preliminary support for non-blocking read/write - socketToSSL() now respects context's SSL verify setting reported by Uri Guttman <uri@stemsystems.com>.
2002-04-17Updated to p5-Net-SSLeay-1.15shell2-6/+6
- change my email address Changes since p5-Net-SSLeay-1.13 : - added code to Makefile.PL to verify that the same C compiler is used for both perl and openssl - added code to Makefile.PL to support aCC on HPUX. Detective work contributed by Marko Asplund. - added peer certificate support to hilevel API, inspired by mock@@_obscurity.org - added `use bytes' from Marcus Taylor <marcus@@semantico_.com> This avoids unicode/utf8 (as may appear in some XML docs) from fooling the length comuptations.
2002-04-17Updated to p5-XML-Checker-0.11shell2-5/+5
Changes since p5-XML-Checker-0.10 : - Corrected the token abbreviation sub - Added error 170, Element can't be empty - Added strict and warnings pragmas - Added two new tests, t/empty_elt.t and t/high_elt_number.t
2002-04-17Updated to p5-XML-DOM-1.39shell3-7/+7
Changes : 1.39 (tjmather) 04/16/2002 - Deletes value if both System ID and value are defined (Brian Thomas) - Fixed bug, now TextNode->getData doesn't expand entities when NoExpand => 1, added t/dom_noexpand.t test script (Brian Thomas) 1.38 (tjmather) 04/05/2002 - Removed bin/pretty.pl, it is now in XML-Filter-Reindent - Removed return from addCDATA function to fix memory leak (Steve Hay) - Added missing _to_sax method to ProcessingInstruction class (Patrick Whittle) - Removed extranous debugging statement from ExternEnt subroutine (Jon Grov) 1.37 (tjmather) 02/15/2002 - parameter should be last argument of DocumentType::addEntity (Patrick Whittle)
2002-04-17Updated to p5-HTML-Mason-1.04shell3-8/+8
- fmt on DESCR (p5-HTML-Mason-1.09_1 was released for test, and available from CPAN) Changes since p5-HTML-Mason-1.03 - Fixed locale parser_version 0,8 problem. (submitted by Louis-David Mitterrand) - Fixed inability to use '/' for comp_root. (reported by Doug Hunt) - Fixed HTML::Mason::Parser::make_dirs dying when reload_file not defined. (reported by Ivan E. Panchenko) - Made error_process regexps more specific. (suggested by Vadim Belman) - Fixed $m->count. (reported by David Wheeler) - Fixed writing of object files in taint mode. (submitted by Barrie Slaymaker) - Made it possible to run Makefile.PL without prompts.
2002-04-17Updated to p5-Net-1.11shell2-7/+7
- Change my email address Changes since p5-Net-1.10 : Net::FTP::dataconn - Fix for select to avoid occasional hangups Tweak parsing of hello response
2002-04-17add pyqtdrochner1-1/+3
2002-04-17initial import of PyQt-3.1, a Python binding for Qt 2.3.1drochner8-0/+140
2002-04-17Updated to p5-Expect-1.15shell3-22/+17
- fmt on DESCR Changes since p5-Expect-1.10 : - removed soft_close() from DESTROY. Being overly nice to a doomed process doesn't pay off. Old behaviour is available via $Expect::Do_Soft_Close = 1; + added various aliases for functions starting with 'exp_' + added a hook for log_file: can be set to a code ref. + added various FAQ entries + added autoflush(1) to log_file + split 'new' and 'spawn' to be able to set slave pty params via stty before actually spawning the program + added slave_pty() + added print_log_file(), send() now no longer prints to log file or stdout. + added alarm to test.pl to avoid blocking on cygwin. + rearranged and changed tests to better suit the various systems + added rudimentary 'notransfer' option; global only, not on per-pattern-basis; workaround available in FAQ + timeout handlers now also can exp_continue + added 'raw_pty' option, also setting master to raw if isatty() + added and corrected test for exit status; got rid of Test.pm + updated docs & FAQs; explained how terminal sizes and SIGWINCH should be propagated
2002-04-17initial import of sip-3.1, a tool to create Python bindings for C++drochner6-0/+66
libraries, in its "Qt-2" variant
2002-04-17Updated to p5-IO-Tty-1.02shell3-33/+5
ChangeLog : * Tty.pm, Pty.pm: v1.02; disable warning for non-existant die handler * Makefile.PL: remove cpp, test-compile instead * Tty.pm, Pty.pm: disable die handler when requiring Stty
2002-04-17Pass X11PREFIX in MAKE_ENVhubertf1-2/+2
Inspired by PR 16350, sanity-checked by tron
2002-04-17Update buildlink depends, too.fredb1-2/+2
2002-04-17Update dependency on xforms. We're mainly bumping the dependencyfredb27-136/+194
and package revision, since we may now link against the forms shared library, and because we also have to add a dependency on jpeg lib.
2002-04-17Update xforms to 0.9999. This is the first Open Source version (LGPL),fredb12-201/+140
and is evidently very close to 1.0. This is a completely new package -- all ports build from source; no more abominable relinking of binaries.
2002-04-17Explicitly set USE_X11BASE as is is a Motif widget and should go wherejlam1-1/+2
Motif lives.
2002-04-17Explicitly set USE_X11BASE as these are Motif widgets and should go wherejlam1-1/+2
Motif lives.
2002-04-17Remove USE_BUILDLINK_X11 (no such variable) and remove unnecessaryjlam1-5/+2
NO_CONFIGURE definition.
2002-04-17Explicitly set USE_X11BASE as this package installs an app-defaults file.jlam1-1/+2
2002-04-17Remove redundant USE_MOTIF as we already include motif.buildlink.mk.jlam1-2/+1
2002-04-16Add and enable bbsload.wiz1-1/+2
2002-04-16Initial import of bbsload-0.2.5:wiz6-0/+378
bbsload is one of the 'bbtools' for the BlackBox window manager. It is a small (in dimensions) tool that will visualise various system parameters, like avarage load and memory usage. Provided by Martijn van Buul in pkg/16339.
2002-04-16Fix up the example config files by replacing the pathnames with hier(7)jlam1-24/+28
equivalents, and adding "Listen 0.0.0.0:${port}" for port=80,443. Also move the --with-ssl configure option into the _AP_CFG_ARGS table.
2002-04-16Add the ability to specify the list of Apache modules to link staticallyjlam1-6/+32
into the httpd binary. This may be adjusted by setting APACHE_MODULES in /etc/mk.conf and defaults to ${DFLT_APACHE_MODULES}, which contains: all proxy proxy_connect proxy_ftp proxy_http ssl A complete list of which modules may be built into the Apache httpd server may be found in the Apache documentation either in the distributed tarball or on the Apache website (http://httpd.apache.org). An example for adding mod_deflate is: APACHE_MODULES= ${DFLT_APACHE_MODULES} deflate The implementation of this feature uses two tables, _AP_DEPENDS and _AP_CFG_ARGS, indexed by the module name and that specify respectively any additional dependencies or configure script options needed for building the module.
2002-04-16Follow established practise about passing environment variables to sub-${MAKE}seb1-2/+2
i.e. using ${SETENV}.
2002-04-16Install header file with correct mode. pkg/16370 by rxg.wiz2-6/+7
2002-04-16Add distinfo missed in lastabs1-0/+4
2002-04-16Update if-psprint to 1.5abs2-241/+10
Switch to external distfile, slightly better getopt() handling
2002-04-16Updated p5-Text-Substitute to 0.12abs2-5/+5
Generate better error messages on invalid ${if:expr} constructs
2002-04-16Ahem, sync my distfiles for lastabs1-3/+3
2002-04-16Updated rconfig to 0.09 - allow '-f' to IP addresses, and clean up a fewabs2-5/+5
uninit warnings in failure cases.
2002-04-16Updated p5-Text-CSV-Hash to 0.14:abs2-5/+5
Allow the separator and quote characters to be specified.
2002-04-16Use BSD_INSTALL_* (pointed out by Andrey Simonenko in a private mail).martti2-1/+30
2002-04-16Remove hardcoded path "/usr/bin" for "gpg" from "gpg.rc".tron2-1/+65
2002-04-16Update MASTER_SITES and HOMEPAGE, as noted by Ray Phillips.wiz1-3/+4
2002-04-16Generalize how the PLIST contents are generated:jlam1-5/+10
GENERATE_PLIST is a sequence of commands, terminating in a semicolon, that outputs contents for a PLIST to stdout and is appended to the contents of ${PLIST_SRC}. Convert the perl5 packlist handling to use GENERATE_PLIST.
2002-04-16*** empty log message ***itojun1-1/+6
2002-04-16Mark as USE_BUILDLINK_ONLY.wiz1-3/+4
2002-04-16ispell, fmt.wiz1-13/+15
2002-04-16Standardize format.wiz1-8/+14
2002-04-15Don't use fixed ID numbers for the netsaint/netstadm users/groups.rh1-11/+7
Fixes PR pkg/16365.
2002-04-15Make this build on NetBSD-1.5ZC. Include <stdlib.h> to get prototype forfredb3-1/+28
putenv(), and don't set _POSIX_SOURCE.
2002-04-15apache version 2 is released officially (not beta now).kei1-2/+2
2002-04-15Define PKGREVISION, not PKGREV to handle nbX of the package. libtool packagekei2-6/+6
now uses the standard way.