summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2004-04-18Update W3m from 0.4.0 to 0.5.uebayasi6-201/+126
Now M17N patch is merged into the main development now. Pkgsrc changes: * Simplify options. * XXX "M17N without Unicode" is broken now. This should be fixed. Other changes in W3m: w3m 0.5 - 2004-03-22 * gettextize * m17n patch merged w3m 0.4.2 - 2003-09-23 * options: -4, -6 * configuration file in $(sysconfdir)/$(package)/ * func: NEXT_VISITED, PREV_VISITED * autoconfiscate (partially) * rc: use_history w3m 0.4.1 - 2003-03-07 * fix bugs - completion segfault in lineinput - incremental search - URL pattern fix - UFhalfclose bug - allow pipe in shell command - enhance ftp directory support - linenumber in edit - fix Bug#181897 - W3M_TTY problem fixed
2004-04-16Add and enable p5-WWW-Mechanize.minskim1-1/+2
2004-04-16Import p5-WWW-Mechanize from pkgsrc-wip. Packaged by dieter Roelants.minskim5-0/+53
"WWW::Mechanize", or Mech for short, helps you automate interaction with a website. It supports performing a sequence of page fetches including following links and submitting forms. Each fetched page is parsed and its links and forms are extracted. A link or a form can be selected, form fields can be filled and the next page can be fetched. Mech also stores a history of the URLs you've visited, which can be queried and revisited.
2004-04-16update to 1.1.11drochner2-8/+6
changes: -bugfixes -support for PostgreSQL 7.4 -support for PostgreSQL geometrical types -more feature additions...
2004-04-16Update neon to 0.24.5xtraeme3-8/+7
Changes in release 0.24.5: * SECURITY (CVE CAN-2004-0179): Fix format string vulnerabilities in XML/207 response handling, reported by greuff@void.at. * Performance fix: avoid seeding the SSL PRNG if not creating an SSL socket. * ne_ssl_readable_dname() is now defined to return UTF-8 strings. * Fix case where gssapi/gssapi_generic.h was included but not present. * Fix ne_utils.c build on platforms where zlib does "#define const". * Fix use of ne_proppatch_operation with some C++ compilers. * Update libtool for fix to --enable-shared on Darwin. * BeOS: check for gethostbyname in -lbind (David Reid).
2004-04-16update to 0.22.1recht2-6/+5
Changes in release cadaver 0.22.1, 14 April 2004 (PGP signature) * Restore DASL/DeltaV support (GRASE team). * Fix to only use netrc on first attempt at authentication. * Update to neon 0.24.5: o SECURITY (CVE CAN-2004-0179): fix for format string vulnerabilities Changes in release cadaver 0.22.0, 10 September 2003 (PGP signature) * Fix build on BSD platforms, or if using bundled expat library. * Fixes for some URI encoding issues. * Update to neon 0.24.1: o only support PKCS#12-encoded client certs, using the "client-cert" option. * Support --with-libs argument to configure. * (Drop DASL/DeltaV support temporarily).
2004-04-16Fix CATEGORIES.kim1-2/+2
2004-04-15Remove USE_BUILDLINK2, define NO_CONFIGURE.snj1-2/+2
2004-04-15Convert to buildlink3.snj2-13/+13
2004-04-15The buildlink2 framework does nothing with .pc files -- remove themwiz1-2/+1
from the buildlink2.mk files.
2004-04-14Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choosejmmv1-2/+2
which one is required in an automatic way by checking USE_X11BASE. This simplifies things and avoids possible problems in the future due to confusion.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv4-8/+8
*-dirs packages.
2004-04-13Update to 0.8.2: new translations: ru, wa and ja.jmmv3-6/+10
2004-04-13During print-PLIST, output a comment for the removal of the lib/epiphanyjmmv1-1/+4
directory, instead of removing it.
2004-04-13Bump PKGREVISION due to x11/fltk update (s/USE_X11BASE/USE_X11/).xtraeme1-2/+2
2004-04-13Switch to Tcl 8.4.minskim1-2/+2
2004-04-13Enable pkgviews installation.minskim1-1/+3
2004-04-12No longer used.snj1-28/+0
2004-04-12Accept p5-libapreq2 too.kim1-3/+8
2004-04-12Add and enable p5-ExtUtils-XSBuilder and p5-libapreq2kim1-1/+3
2004-04-12Add p5-libapreq2-2.2.2 (for apache2)kim5-0/+67
This package contains modules for manipulating client request data via the Apache API with Perl and C. Functionality includes: - parsing of application/x-www-form-urlencoded data - parsing of multipart/form-data - parsing of HTTP Cookies
2004-04-12Add p5-ExtUtils-XSBuilder-0.25kim4-0/+32
ExtUtils::XSBuilder is a set modules to parse C header files and create XS glue code and documentation out of it. Idealy this allows to "write" an interface to a C library without coding a line. Since no C-API is ideal, some adjuments are necessary most of the time. So to use this module you must still be familar with C and XS programming, but it removes a lot of stupid work and copy&paste from you. Also when the C API changes, most of the time you only have to rerun XSBuilder to get your new Perl API.
2004-04-12No longer used.snj1-31/+0
2004-04-12No longer used.snj1-24/+0
2004-04-11+liferea.snj1-1/+2
2004-04-11Initial import of liferea-0.3.3.snj6-0/+74
Liferea is a simple FeedReader clone. It is a reader for RSS/RDF feeds.
2004-04-09remove a redundant comment about old versions.grant1-4/+1
2004-04-09Updated ap-perl to 1.29.grant2-7/+6
among other things, this fixes a problem on at least Solaris and Linux which causes apache children to SEGV on startup. I've tested this version on Darwin and Linux. changes since 1.25: 1.29 - Oct 7, 2003 Add a workaround for the 'rand' bug for perl 5.8.1 (compiled with either -DUSE_HASH_SEED or -DUSE_HASH_SEED_EXPLICIT, which is the default), causing all forked procs to produce the same rand sequence. [Stas] Fix t/net/perl/sym.pl (called by modules/symbol) not to affect other tests (internal/http-get and internal/http-post, which were failing to call exit) [Stas] Fix Apache::ExtUtils to work with blead perl (it was breaking the build) http://rt.perl.org/rt2/Ticket/Display.html?id=23803 [Stas] 1.28 - July 2, 2003 Apache::FakeRequest now isa Apache so code that is carefull about $r and checks that $r->isa('Apache') will not fail [David Wheeler <david@kineticode.com] Add Mac OS X support to Apache::SizeLimit [David Wheeler <david@kineticode.com>] Change Apache::SizeLimit to not push a cleanup handler if already in the cleanup handler phase, and adjust docs to show that cleanup handler is the preferred phase to use [Perrin Harkins <perrin@elem.com>] Rename Apache::test to Apache::testold because Apache::test on case-insensitive systems will collide with Apache::Test which supercedes Apache::test. So if you want to keep on using Apache::test, either bundle it with your project (putting it under inc/ or t/ so it won't be installed) or require mod_perl 1.28 and use Apache::testold instead. Of course the best route is to port your test suite to use a much better Apache::Test which work with mod_perl 1.0 and 2.0. [Philippe M. Chiasson, Stas Bekman] Tweak mod_perl.h to defined _INCLUDE_APACHE_FIRST only after apache headers were included [Stas Bekman] avoid various warnings under src/modules/perl/: - declare bufsiz to be STRLEN in Apache.xs, and add STRLEN to Apache/typemap - add I32 typecast in Constants.xs - avoid use of unregistered local variables for Win32 in mod_perl.c and perl_config.c - s/I32/U8/ in mod_perl.h, perl_config.c, and perl_util.c - declare i and http_code to be STRLEN in perl_util.c [Stas Bekman, Randy Kobes] don't use $r variable in Apache::PerlRun::compile(), so the script won't use use inherited $r by mistake [Stas Bekman] use touch() from ExtUtils::Command, rather than a system touch(), for the benefit of platforms without touch(). [Randy Kobes <randy@theoryx5.uwinnipeg.ca>] can't let the default typemap rule to convert sv into char* in unescape_url, since it doesn't handle correctly undefs (returns an unallocated "" string, which then causes a segfault in ap_unescape_url. use SvPV_force, instead, which does the right thing. [Stas Bekman] Make sure to start perl, if it's not running, before processing Perl* directives, with threaded perl and PERL_STACKED_HANDLERS=0 [Stas Bekman] Add Apache::Module to Bundle::Apache [Stas Bekman] use $Config{'installstyle'} instead of hardcoded 'lib', to handle Makefile.PL's PREFIX option correctly [Philippe M. Chiasson <gozer@cpan.org>] prevent segfaults in mod_perl_mark_where() when a sub can't get resolved [Gerald Richter <richter@ecos.de>] Apache::Status: Need to load B::Terse/TerseSize if it wasn't loaded yet in that child before using it. [Dan Sully <daniel@electricrain.com>] document the server_root_relative() method [Stas Bekman <stas@stason.org>] eliminate warnings when flushing functions with empty () prototypes in Apache::PerlRun::flush_namespace [Yair Lenga <yair.lenga@citigroup.com>] fix Apache::Status to not use :: in filenames, which is not allowed on certain OSs [DH <crazyinsomniac@yahoo.com>] various cygwin fixes [Per Einar Ellefsen <per.einar@skynet.be>] Document the possible misuses of the Apache::Constant constants [Per Einar Ellefsen <per.einar@skynet.be>] 1.27 - June 1, 2002 workaround Cwd bug in 5.8.0-RC1 that breaks apache configuration on solaris fix get_set_PVp() to properly set NULL values when passing in undef thanks to Lyle Brooks for the spot [Stephen Clouse <stephenc@theiqgroup.com>] Apache::Registry/PerlRun/RegistryNG errors are now saved in $r->notes('error-notes') [Jesse Erlbaum <jesse@vm.com>] make sure DynaLoader is loaded before XSLoader to workaround possible segv when using mod_perl as a dso with perl 5.6.1 autoset PERL_USELARGEFILES=0 if needed fix taint issues with bleedperl fix bug in modules/util test [Tatsuhiko Miyagawa <miyagawa@edge.co.jp>] Adjust the mailling list addresses 's|\@apache\.org|\@perl.apache.org|' [Stas Bekman <stas@stason.org>] Apache::PerlRun will now localize $SIG{__{DIE,WARN}__} thanks to Jon Coulter for the spot PERL5LIB support now properly unshifts paths into @INC rather than push [Tatsuhiko Miyagawa <miyagawa@edge.co.jp>] do not clear symbol tables within a package in perl_clear_symtab() used by directive handler extensions [Stephen Clouse <stephenc@theiqgroup.com>] properly deal with $r->status codes (e.g. redirect) in Apache::RegistryNG [Geoff Young <geoff@modperlcookbook.org>] fix multiple %LocationMatch in <Perl> sections bug [Salvador Ortiz Garcia <sog@msg.com.mx>] rip -D_GNU_SOURCE out of Perl 5.7.3+'s ccflags, which modperl doesn't need and apache won't compile with [Stas Bekman <stas@stason.org>] make sure PerlSetEnv variables are visible after first access to each child [Geoff Young <geoff@modperlcookbook.org>] workaround Apache::Constants::AUTOLOAD problem with bleedperl the first flag argument to perl cannot start with space, since perl tries to open the " -spi.bak" as a file. fix that in the win32 case. [Stas Bekman <stas@stason.org>] starting from perl 5.7.3 for tied filehandles, tiedscalar magic is applied to the IO slot of the GP rather than the GV itself. adjust the TIEHANDLE macro to work properly under 5.7.3+. [Charles Jardine <cj10@cam.ac.uk>, Stas Bekman <stas@stason.org>] added perl_perl_merge_dir_config and array_header2avrv symbols to mod_perl.def for win32 and mod_perl.exp for aix. [Randy Kobes <randy@theoryx5.uwinnipeg.ca>] INSTALL.apaci: added an explanation of how perl has to be built in order to use DSO without problems (copied from the guide) based on email from Doug. [Stas Bekman <stas@stason.org>] warn if Perl is configured with -Duseshrplib and a libperl.so is found in a place where it should not be, example: /lib /usr/lib or /usr/local/lib fix potential segv in Apache::URI->rpath [Vyacheslav Zamyatin <slawa@w-m.ru>] require URI::URL to work with newer libwww-perl allow overriding of container directive handlers using the func parameter [Geoffrey Young <gyoung@laserlink.net>] enable directive handler support for TAKE13 [Geoffrey Young <gyoung@laserlink.net>] 1.26 - July 11, 2001 fix 'make test' problem seen with Perl 5.005_03 remove $r->finfo usage from Apache::PerlRun, clearly finfo isn't as stable as it should be [Surat Singh Bhati <surat@indiamart.com>] Apache->server will now point the current VirtualHost when inside a <Perl> section, thanks to Robin Berjon for the spot allow per-server and per-location PerlSetEnv to be properly merged when a per-server handler is configured, thanks to Michael Barry for the spot 1.25_01 - July 6, 2001 add symbols to mod_perl.exp for aix/axkit add Apache::add_version_component() function make sure Apache::ExtUtils can be found when building inside of the apache source tree, thanks to Jonathan Swartz for the spot fix -[TB] file tests against $r->finfo, thanks to Geoffrey Young for the spot Apache::SizeLimit enhancements [Perrin Harkins <perrin@elem.com>]: - Added support for minimum shared memory and maximum unshared memory settings. - Added extra diagnostics to tell how many requests a process served, how long it lived, and how much shared memory it was using when SizeLimit killed it. perl_destruct_level must always be 2 for DSO builds to prevent leaking on restarts, thanks to Paul G. Weiss for the spot make sure file to be reloaded can be found in @INC, adjusting based on %INC value if needed [Ilya Konstantinov <modperl@future.galanet.net>] croak if the filehandle passed to $r->send_fd is NULL, otherwise apache will segfault if PREFIX is given to Makefile.PL add it to @INC at startup [Philippe M . Chiasson <gozer@cpan.org>] add %Apache::MyConfig aliases for Apache::src backwards compat [Philippe M . Chiasson <gozer@cpan.org>] $r->custom_response($code, undef) will now unset the current CustomResponse [Geoffrey Young <gyoung@laserlink.net>] fix to compile with sfio+ithreads, thanks to Joe Schaefer for the spot adjust perl_clear_symtab() to deal properly bleedperl's version of cv_undef() (which broke modules with directive handlers) thanks to Geoffrey Young for the spot add $r->allowed method [Philippe Troin <phil@fifi.org>] fix 'make offsite-tar' [Geoffrey Young <gyoung@laserlink.net>] fix double-loading bug of Perl{Require,Module}s at startup time improve Apache::MyConfig [Stas Bekman <stas@stason.org>] $r->no_cache(0) will unset cache headers [Geoffrey Young <gyoung@laserlink.net>] export hvrv2table (needed by Apache::Request) for aix and win32 [Jens-Uwe Mager <jum@helios.de>, Randy Kobes <randy@theoryx5.uwinnipeg.ca>] fix 'make tar_Apache' [Geoffrey Young <gyoung@laserlink.net>] make sure global for Apache->request is reset after configuring %ENV [Gerald Richter <richter@ecos.de>] adjust 'U' magic functions to Perl 5.7.x-dev prototype change Put Apache's CFLAGS into AP_CFLAGS instead of CFLAGS, so that people who like to override CFLAGS from the make line (make CFLAGS='-arch ppc -arch i386') can do so without stomping the Apache flags. [ Wilfredo Sanchez <wsanchez@KnowNow.com> ]
2004-04-09bl3ify and enable pkgviews installation.minskim1-4/+8
2004-04-09Update to 1.5.1, provided by Bruce J.A. Nourish in private mail.wiz5-44/+37
1.5.1: This release fixes a crash on Solaris, improves behaviour with compressed HTTP content, adds support for combining multiple category filters, and fixes a few user interface inconsistencies. 1.5.0: This release adds digest authentication support, improved handling of HTML feed descriptions, user customizable conversion of HTML entities, many GUI improvements, and other smaller bugfixes.
2004-04-07Fix patch checksums and bump package revision again because the securitytron2-3/+6
patches weren't applied before.
2004-04-07Add three patches to resolve security issue:reed4-1/+121
SECURITY [CAN-2003-0020]: escape arbitrary data before writing into the errorlog The three patches are from Apache cvs. http://cvs.apache.org/viewcvs.cgi/apache-1.3/src/ Also bump PKGREVISION too.
2004-04-07Update to 20040406; no Changes found, and they probably would have beenwiz3-6/+9
in Japanese anyway... Closes PR 25078 by Kazu Yamamoto.
2004-04-05Bump PKGREVISION due to lua bump.xtraeme2-4/+4
2004-04-05kmdr-executor runs bourne shell type scripts with the users shell whichmarkd5-3/+48
doesn't work very well when its, for example, tcsh. Fix by explicitly using /bin/sh. Bump PKGREVISION.
2004-04-04Call INSTALL_DATA_DIR multiple times with only one argument,wiz1-2/+4
instead of once with three, since Solaris' install -d doesn't handle that.
2004-04-03COMMENT for "foo" needn't start with "Foo is a...".schmonz2-4/+4
2004-04-03Rename the package to galeon, so that it behaves as an update of the oldjmmv4-12/+13
galeon. This way we get implicit conflicts between them.
2004-04-03Fix installation of configuration file, PLIST and icon name in the .desktopjmmv4-6/+30
file (so that it shows up properly in the menu). Bump PKGREVISION to 1.
2004-04-03lib/galeon/components/libgaleon-xpcom.a is missing from PLIST.taca1-1/+2
2004-04-03Update pear-HTML_Select to latest version, 1.2.1.jdolecek2-5/+5
This fixes a get_class() compatability issue.
2004-04-03this now needs to set $PEAR_DIRRM_BASEDIR, so that this packagejdolecek1-1/+5
would include @dirrm for the shared 'HTML' subdirectory bump pkg revision for this change
2004-04-03generate the PLIST for Pear packages using a helper PHP script, whichjdolecek2-17/+58
can use directly Pear facilities to acquire the necessary information
2004-04-02handle also 'doc' and 'test' files, this is necessary for pear-Logjdolecek1-4/+12
2004-04-02update to 3.0.10recht3-14/+10
gtkhtml-3.0.10 "Vinyl" 2004-09-18 ------------------------------------------------ New in this release * #38589 Missing mnemonics in replace window (Frederic Crozat) * #51472 Missing mnemonics in replace window (Charles Zhang) * Fix crash with upper/lower in emacs keybindings (Radek Doulik) * Fix pasting of newlines (Radek Doulik) * Support multi-byte searching (Suresh Chandrasekharan) * 64 bit fixes (Jeremy Katz) * Get translations for glade dialogs properly (Yong Sun) * Spell check whole document if inline spell checking is disabled (Radek Doulik) * Fix toolbar sensitivity (Radek Doulik) * Remove disable deprecated flags (JP Rosevear) * Updated translations: ja (Takeshi AIHANA), cs (Miloslav Trmac), (pt_BR) Gustavo Maciel Dias Vieira. es (Francisco Javier F. Serrador and Pablo Gonzalo del Campo), sv (Christian Rose), nl (Vincent van Adrighem), pt (Duarte Loreto), sr (Danilo Segan), de (Christian Neumair), az (Metin Amiroff), hu (Andras Timar), no (Kjartan Maraas), pl (Artur Flinta), sk (Stanislav Visnovsky), el (Nikos Charonitakis), pt (Duarte Loreto)
2004-04-02Remove redundant BUILDLINK_DEPENDS.xtraeme1-2/+1
2004-04-02Require at least glib>=2.4.0, so we don't have to make SUBST_CLASSES dancextraeme1-10/+2
anymore.
2004-04-01Add patch-aa, missed from previous commit.kim1-0/+41
2004-04-01Add and enable epiphany-extensions.jmmv1-1/+2
2004-04-01Initial import of epiphany-extensions, version 0.8.1:jmmv4-0/+99
Epiphany Extensions is a collection of extensions for Epiphany, the GNOME web browser. These include: * Mouse Gestures: Perform actions with mouse gestures. * Popup Blocker: Block those annoying popups per-site. * Tabs Move-To Menu: Move tabs to other windows without drag-and-drop. * Sample: An extension template to ease writing your own extension. * Error Viewer and Validator: View errors in the page, and validate your pages off-line. * Certificate Viewer: View the server's certificate on secure connection. * Dashboard: Connect Epiphany to Dashboard.