pkgsrc/www
he 4a20e833ac Update p5-Apache-Test from version 1.12 to 1.16.
Change log:

1.16 - November 9, 2004

    launder the require()d custom config filename to make -T happy
    [Torsten Fo"rtsch <torsten.foertsch gmx.net>]

    added Apache::TestRunPHP and Apache::TestConfigPHP classes,
    which provide a framework for server-side testing via PHP
    scripts [Geoffrey Young]

    fix problem with multiple all.t files where only the final file
    was being run through the test harness. [Geoffrey Young]

    Documented that redirection does not work with "POST" requests
    in Apache::TestRequest unless LWP is installed. [David Wheeler]

    Separated the setting of the undocumented $RedirectOK package
    variable by users of Apache::TestRequest from when it is set
    internally by passing the "requests_redirectable" parameter to
    the user_agent() method. This allows users to override the
    behavior set by the user_agent() method without replacing it.
    [David Wheeler]

1.15 - October 22, 2004

    add need_php4() and have_php4() which will return true when
    mod_php4 is available. also, tidy up need_php() and have_php()
    for PHP4 on Apache 2.0. [Joe Orton]

    add new test_config make target, equivalent to t/TEST -conf,
    and make it a prerequisite for the cmodules make target. now
    you can 'make cmodules' to build the things in c-modules/
    without running t/TEST -conf first. [Geoffrey Young]

    add -withtestmore import action, which allows Test::More >=
    0.49 to replace Test.pm as the engine for server-side tests
    [Geoffrey Young]

    add automatic core dump backtrace generation in t/REPORT if
    Devel::GDB is installed [Gozer]

    add 'testcover' make target for running tests with Devel::Cover
    [Geoffrey Young]

1.14 - October 12, 2004

    improve the same_interpreter framework to handle response
    failures while trying to init and later find out the same
    interpreter. [Stas]

    make sure that 'make distclean' cleans all the autogenerated
    files [Stas]

    make sure that if -maxclients option is passed on the command
    line, minclients will never be bigger than that value [Stas]

    add -one-process runtime argument, which will start the server
    in single-server mode (httpd -X in Apache 1.X or httpd -D
    ONE_PROCESS in 2.X) [Geoffrey Young]

    In open_cmd, sanitize PATH instead of clearing it [Gozer]

    Allow / \ and \\ path delimiters in SKIP file [Markus Wichitill
    <mawic@gmx.de>]

    Added an apxs query cache for improved test performance [Gozer]

    run_tests make target no longer invokes t/TEST -clean, making
    it possible to save a few development cycles when a full cleanup
    is not required between runs. [Geoffrey Young]

    Apache::TestSmoke imrovements: [Stas] o the command line option
    -iterations=N should always be respected (previously it was
    internally overriden for order!='random'). o since IPC::Run3
    broke the Ctrl-C handler, we started to loose any intermediate
    results, should the run be aborted. So for now, try to always
    store those results in the temp file: smoke-report...$iter.temp

    fix 'require blib' in scripts to also call 'blib->import',
    required to have an effect under perl 5.6.x. [Stas]

    don't allow running an explicit 'perl Makefile.PL', when
    Apache-Test is checked out into the modperl-2.0 tree, since it
    then decides that it's a part of the modperl-2.0 build and will
    try to use modperl httpd/apxs arguments which could be unset
    or wrong [Stas]

    Fix skip test suite functionality in the interactive configuration
    phase [Stas]

    s/die/CORE::die/ after exec() to avoid warnings (and therefore
    failures) when someone overrides CORE::die when using Apache-Test
    [William McKee, Stas]

    Overrode Module::Build's "testcover" action in Apache::TestMB
    to prevent the Apache::Test sticky preference files from being
    included in the coverage report. [David]

1.13 - Aug 20, 2004

    move the custom config code into Apache::TestConfig, split the
    config object creation in 2 parts - first not requiring the
    knowledge of httpd location, the second requiring one, refactor
    the custom config interactive prompting into the second phase,
    if failed to find httpd. Reshuffle the code to run first bits
    not requiring the knowledge of httpd location. [Stas]

    fix Apache::TestCommonPost::lwp_do to work with LWP 5.800
    ($res->content() doesn't allow CODE refs anymore, instead used
    content_ref to avoid huge strings copy) [Stas]

    add @PHP_MODULE@ extra.conf.in substitution variable, which
    selects mod_php4 or mod_php5 as appropriate. [Geoffrey Young]

    the have() function was removed entirely - use need() instead.
    [Geoffrey Young]

    add need() and need_* variant functions (need_module(),
    need_apache(), etc) for use specifically with plan() to decide
    whether or not a test should run. have_* variants (have_module(),
    have_apache(), etc) are now specifically for use outside of
    plan(), although they can continue to be used within plan()
    without fear of current tests breaking. [Geoffrey Young]

    add need_php() and have_php() which will return true when either
    mod_php4 or mod_php5 are available, providing functionality
    similar to need_cgi() and have_cgi(). [Geoffrey Young]

    Add APACHE_TEST_EXTRA_ARGS make variable to all invocations to
    t/TEST to allow passing extra arguments from the command line.
    [Gozer]

    When APACHE_TEST_NO_STICKY_PREFERENCES=1 is used don't even
    try to interactively configure the server, as we don't save
    any config it was entering an infinite loop. [Stas]

    If a directory t/lib exists from where the tests are run, adjust
    @INC so that this directory is added when running the tests,
    both within t/TEST and within t/conf/modperl_inc.pl. This allows
    inclusion of modules specific to the tests that aren't intended
    to be installed. [Stas, Randy]

    make a special case for threaded mpm configuration, to ensure
    that unless maxclients was specified, MaxClients will be exactly
    twice bigger than ThreadsPerChild (minclients), since if we
    don't do that, Apache will reduce MaxClients to the same value
    as ThreadsPerChild. [Stas]

    Renamed generate_test_script() to generate_script() in
    Apache::TestMB to match the naming convention used in Apache::TestMM
    and elsewhere. [David]

    Apache::TestMB now only prints the "Generating test running
    script" message if verbosity is enabled (e.g., by passing
    --verbose when executing Build.PL). [David]

    Fixed the "requests_redirectable" parameter to
    Apache::TestRequest::user_agent() so that it works as docmented
    when passed a negative value. [Boris Zentner]

    Documented support for passing an array reference to the
    "requests_redirectable" parameter to Apache::TestRequest::user_agent()
    to be passed to LWP::UserAgent if LWP ist installed. [David]
2004-11-27 15:12:11 +00:00
..
adzap Upgrade to version 20040914 - lots of new ad pattern updates. 2004-10-08 05:14:06 +00:00
amaya Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
analog Build with "-DNOGLOB" on platforms which don't have "/usr/include/glob.h" 2004-10-11 18:06:31 +00:00
ap-access-referer convert to use buildlink3. 2004-05-08 15:19:18 +00:00
ap-aolserver Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
ap-auth-cookie Convert to buildlink3. 2004-05-08 19:48:27 +00:00
ap-auth-ldap Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
ap-auth-mysql use mk/mysql.buildlink3.mk instead of databases/mysql-client/buildlink3.mk, 2004-10-29 05:59:23 +00:00
ap-auth-pam Use ${INSTALL_DATA_DIR} with only one argument, for Solaris compat. 2004-07-29 22:57:03 +00:00
ap-auth-pgsql Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL 2004-07-24 22:45:14 +00:00
ap-auth-postgresql Set PGSQL_VERSION_REQD to 73 for now to fix the (bulk) build. 2004-07-27 19:42:04 +00:00
ap-auth-script convert to use buildlink3. 2004-05-08 15:19:18 +00:00
ap-bandwidth convert to use buildlink3. 2004-05-08 15:19:18 +00:00
ap-dav Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
ap-dtcl Replace lang/tcl with lang/tcl83. Packages compatible with 8.4 will 2004-03-08 19:52:50 +00:00
ap-Embperl Convert to buildlink3. 2004-05-08 19:48:27 +00:00
ap-fastcgi Update to version 2.4.2. Split Apache version-dependent parts from the 2004-10-28 21:01:50 +00:00
ap-gzip convert to use buildlink3. 2004-05-08 15:19:18 +00:00
ap-iasp Convert to buildlink3. 2004-07-02 18:01:46 +00:00
ap-jk USE_BUILDLINK3 is a yes/no variable. 2004-11-13 21:28:27 +00:00
ap-jserv replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:18:32 +00:00
ap-layout convert to buildlink3. 2004-05-08 15:14:23 +00:00
ap-mp3 convert to buildlink3. 2004-05-08 15:14:23 +00:00
ap-perl Use libperl/buildlink3.mk instead of an explicit dependency listing. Also, 2004-09-15 14:51:42 +00:00
ap-php new package ap-php - it merges ap-php4 and ap-php5 and allows to build either 2004-11-04 18:42:03 +00:00
ap-python update to mod_python 2.7.10 2004-07-20 21:22:24 +00:00
ap-ruby Convert to buildlink3. 2004-05-04 23:46:36 +00:00
ap-ssl Update to ap-ssl-2.8.21nb1 2004-10-29 14:12:23 +00:00
ap-throttle convert to use buildlink3. 2004-05-08 15:19:18 +00:00
ap-xslt Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
ap2-auth-mysql Don't use APIs that were deprecated in MySQL 3.23, and some of which are 2004-11-18 15:58:22 +00:00
ap2-auth-pgsql Use the correct install path in the PLIST. 2004-10-14 15:33:51 +00:00
ap2-fastcgi Initial import of ap2-fastcgi, version 2.4.2 into the NetBSD Packages 2004-10-28 21:04:16 +00:00
ap2-perl Changes 1.99.17: 2004-11-09 12:09:59 +00:00
ap2-python Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
ap2-ruby Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
ap2-subversion We used to avoid building all of Subversion again when building 2004-11-27 02:35:52 +00:00
ap2-transform Drop maintainership. 2004-11-27 09:12:58 +00:00
apache Pass the DL_* flags to the compiler when building httpd so that dlopen 2004-11-26 18:52:47 +00:00
apache2 Pass DL_* flags to the compiler when linking httpd since it dlopens 2004-11-26 23:07:58 +00:00
apachetop Remove obsolete patches. 2004-11-27 00:28:10 +00:00
apc-gui update for php4-gd -> php-gd rename; since this package is PHP 4.x only 2004-10-31 23:44:13 +00:00
asp2php Convert to bl3, obey CFLAGS et al., rework install target. 2004-07-11 00:31:25 +00:00
asWedit Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
awstats Update awstats to 6.1. 2004-06-23 18:40:41 +00:00
bannerfilter Fix the MAINTAINER address for this package 2004-10-22 21:56:34 +00:00
bins remove me as maintainer of this one 2004-11-27 01:34:57 +00:00
bkedit Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
bluefish Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
bozohttpd Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
browser-bookmarks-menu Initial import of browser-bookmarks-menu, version 0.3: 2004-11-19 17:33:03 +00:00
cadaver Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
calamaris
cgic Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
cgicc Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
cgilib Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
checkbot Clarify dependency versions 2004-11-16 19:48:24 +00:00
chimera Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
clearsilver Convert to buildlink3. 2004-04-27 04:59:42 +00:00
cocoon Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
communicator s/dependancy/dependency/ 2004-02-14 00:05:32 +00:00
cronolog Remove info files entries from PLIST. 2004-03-11 15:30:39 +00:00
curl Changes 7.12.2: 2004-11-09 09:18:37 +00:00
cvsweb Update to CVSweb 3.0.4. 2004-11-27 01:41:24 +00:00
dillo Changes 0.8.3: 2004-11-08 11:00:24 +00:00
drivel Enable spell checking support (through gtkspell). Gah! I've been wanting 2004-11-14 20:33:39 +00:00
elinks Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
elinks04 Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
emacs-w3m Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate. 2004-05-08 13:35:20 +00:00
epiphany Update to 1.4.5: 2004-11-14 21:54:13 +00:00
epiphany-extensions Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
fcgi USE_LANGUAGES=c c++. 2004-11-22 20:56:55 +00:00
firefox bl3.mk files required by multimedia/mplayer-plugin-firefox*. 2004-11-17 02:34:53 +00:00
firefox-bin re-add Firefox 0.8 binary pkg for NetBSD/i386, both the NetBSD native 2004-07-15 10:54:19 +00:00
firefox-bin-acroread update the MozillaFirebird-bin-acroread packages to work with 2004-02-10 12:26:24 +00:00
firefox-bin-acroread3 update the MozillaFirebird-bin-acroread packages to work with 2004-02-10 12:26:24 +00:00
firefox-bin-acroread5 update the MozillaFirebird-bin-acroread packages to work with 2004-02-10 12:26:24 +00:00
firefox-bin-flash Factor out a Makefile.common so this can be used for firefox-gtk2-bin and 2004-09-28 22:58:49 +00:00
firefox-bin-java Prepare for firefox-gtk2-bin-java package, and fix comment and a bug in 2004-10-01 19:20:27 +00:00
firefox-bin-nightly add Solaris build which recently appeared. 2004-03-16 14:34:39 +00:00
firefox-bin-realplayer no reason this shouldn't work on any i386 platform. 2004-02-10 13:05:06 +00:00
firefox-gtk2 bl3.mk files required by multimedia/mplayer-plugin-firefox*. 2004-11-17 02:34:53 +00:00
firefox-gtk2-bin Update to 0.10.1, for security fix. 2004-10-04 11:28:45 +00:00
firefox-gtk2-bin-flash Initial import of firefox-gtk2-bin-flash-6.0.79, a Flash Player plugin for 2004-09-28 22:59:30 +00:00
firefox-gtk2-bin-java Fix path in DEPENDS line. 2004-11-05 13:31:39 +00:00
firefox-gtk2-bin-nightly Respect MOZILLA_USE_LINUX settings. 2004-09-28 23:39:59 +00:00
galeon Update galeon to 1.3.18. Changes since 1.3.17: 2004-11-27 00:52:49 +00:00
galeon12 Bump PKGREVISION due to security fixes in libxml (dependency adjusted to 2004-11-20 22:10:22 +00:00
galway Update linkage to libltdl (via guile{,14}), which is now its own package. 2004-10-15 14:50:05 +00:00
glibwww Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
grail Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
gtkasp2php Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
gtkhtml Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
gtkhtml3 You can't return from a function declared void, especially with strict 2004-11-12 16:53:14 +00:00
gtkhtml30 only the .la should be listed in the PLIST. fixes install on some 2004-10-14 04:00:31 +00:00
haskell-cgi
hiawatha Update to bl3. All test built with jdk or sun-jdk14. 2004-06-28 17:28:56 +00:00
horde Changes 2.2.7: 2004-11-09 16:23:02 +00:00
htdig Rework the Berkeley DB detection in buildlink3: 2004-11-15 17:54:49 +00:00
htmldoc Convert to buildlink3. 2004-04-30 05:25:59 +00:00
htmldoc-x11 Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
htmlfix
htmllint Update to 20040716 (changes unknown); also try to address PR 25089 2004-07-19 13:18:31 +00:00
http_load Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
iasp Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
ijb malloc.h fixes for darwin, plus a handful of other small fixes for 2004-05-23 23:28:29 +00:00
jakarta-servletapi Convert to buildlink3; set USE_JAVA2 since it does not compile with jdk-1.1.8. 2004-07-02 22:06:19 +00:00
jakarta-tomcat Update jakarta-tomcat to 5.0.28. 2004-10-11 21:15:48 +00:00
jakarta-tomcat4 Fix up PLIST. At least for sun-jdk14 on NetBSD 2.0_BETA i386. Not that that 2004-06-28 17:37:49 +00:00
jsdk20 The distfile has moved. Tell the user to fetch it from the new 2004-03-08 15:35:17 +00:00
jssi replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:18:32 +00:00
kannel Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
kdewebdev3 Update to KDE 3.3.1 2004-10-13 12:05:51 +00:00
lhs Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
libghttp Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
libgtkhtml Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
libwww Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
liferea Update liferea to 0.6.3. 2004-11-27 00:58:03 +00:00
links Update to 2.1pre15: 2004-04-29 09:28:21 +00:00
links-gui Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
lynx Unbreak this package, use default "curses" option to match previous 2004-11-27 08:44:35 +00:00
make_album Remove USE_BUILDLINK2, define NO_CONFIGURE. 2004-04-15 21:54:28 +00:00
micro_httpd Update MAINTAINER address per his request. 2004-02-02 17:56:48 +00:00
mini_httpd Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
mknmz-wwwoffle
mMosaic Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
moz-bin-plugger Ensure the directory exist before trying to install in it. 2004-11-04 20:28:47 +00:00
mozilla Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the 2004-11-13 22:04:52 +00:00
mozilla-bin Fix distribution filenames for SunOS. 2004-09-22 14:18:22 +00:00
mozilla-bin-nightly Be consistent with the other mozilla/firefox packages with the 2004-11-06 10:41:30 +00:00
mozilla-gtk2 Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the 2004-11-13 22:04:52 +00:00
mozilla-stable Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the 2004-11-13 22:04:52 +00:00
navigator Only apply binpatch to "communicator" package not to "navigator" package 2004-07-27 08:00:50 +00:00
navigator3 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
neon Set MAINTAINER to epg@NetBSD.org. 2004-11-27 00:36:25 +00:00
netscape This does not need buildlink2. 2004-05-04 04:26:31 +00:00
netscape7 Add a tiny binary patch to netscape7 (libsoftokn3.so, actually) that 2004-07-27 04:36:06 +00:00
netscape7-acroread Add packages for the acroread plugin for the netscape7 browser, following 2004-02-13 17:39:55 +00:00
netscape7-acroread3 Add packages for the acroread plugin for the netscape7 browser, following 2004-02-13 17:39:55 +00:00
netscape7-acroread5 Add packages for the acroread plugin for the netscape7 browser, following 2004-02-13 17:39:55 +00:00
ns-plugger-common Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
ns-plugger-communicator
ns-plugger-navigator
ns-remote Convert to buildlink3. 2004-04-30 05:25:59 +00:00
openacs Catch up with changes to the pathnames of postgres packages. 2004-07-27 17:59:58 +00:00
opera-acroread dd packages for the acroread plugin for the opera browser, following 2004-02-13 18:05:12 +00:00
opera-acroread3 dd packages for the acroread plugin for the opera browser, following 2004-02-13 18:05:12 +00:00
opera-acroread5 dd packages for the acroread plugin for the opera browser, following 2004-02-13 18:05:12 +00:00
opera-plugins Fix path to ns-flash, now in the multimedia category. 2004-01-26 14:56:47 +00:00
opera7 Don't strip leading directory off pathnames in the rpm (when using the 2004-11-10 09:11:06 +00:00
p5-Apache-ASP Convert to buildlink3. 2004-05-09 06:48:40 +00:00
p5-Apache-AuthCookie Upgrade p5-Apache-AuthCookie from 3.05 to 3.06. 2004-11-27 15:06:41 +00:00
p5-Apache-AuthCookieDBI Add 'perl5' to CATEGORIES. 2004-11-12 00:24:14 +00:00
p5-Apache-DBILogConfig Convert to buildlink3. 2004-05-09 21:14:42 +00:00
p5-Apache-DBILogger Convert to buildlink3. 2004-05-09 21:14:42 +00:00
p5-Apache-ePerl Convert to buildlink3. 2004-05-09 06:48:40 +00:00
p5-Apache-Filter Update p5-Apache-Filter from 1.019 to 1.022. 2004-11-27 14:49:35 +00:00
p5-Apache-Gallery Add 'perl5' to CATEGORIES. 2004-11-12 00:24:14 +00:00
p5-Apache-Reload Import p5-Apache-Reload from pkgsrc-wip. Packaged by Hiramatsu 2004-02-20 04:44:03 +00:00
p5-Apache-Session Set version independent HOMEPAGEs. 2004-11-12 17:36:40 +00:00
p5-Apache-Session-Wrapper Set version independent HOMEPAGEs. 2004-11-12 17:36:40 +00:00
p5-Apache-SSI Convert to buildlink3. 2004-05-09 06:48:40 +00:00
p5-Apache-Test Update p5-Apache-Test from version 1.12 to 1.16. 2004-11-27 15:12:11 +00:00
p5-CGI Accept perl-thread in addition perl. 2004-07-17 20:12:23 +00:00
p5-CGI-Application Bl3ify and enable pkgviews installation. 2004-04-25 06:07:44 +00:00
p5-CGI-FastTemplate Convert to buildlink3. 2004-04-27 04:59:42 +00:00
p5-CGI-FormBuilder Convert to buildlink3. 2004-04-27 04:59:42 +00:00
p5-CGI-Kwiki Import p5-CGI-Kwiki 0.18 2004-05-13 09:22:30 +00:00
p5-CGI-Minimal Convert to buildlink3. 2004-04-27 04:59:42 +00:00
p5-CGI-Session Initial import of p5-CGI-Session, a Perl5 module providing session 2004-08-19 14:12:27 +00:00
p5-CGI_Lite Convert to buildlink3. 2004-04-27 04:59:42 +00:00
p5-FCGI Convert to buildlink3. 2004-04-27 04:59:42 +00:00
p5-HTML-Clean Bl3ify and enable pkgviews installation. 2004-04-25 05:47:02 +00:00
p5-HTML-FillInForm Bl3ify and enable pkgviews installation. 2004-04-25 05:47:02 +00:00
p5-HTML-FixEntities Bl3ify and enable pkgviews installation. 2004-04-25 05:47:02 +00:00
p5-HTML-Format Bl3ify and enable pkgviews installation. 2004-04-25 05:47:02 +00:00
p5-HTML-LinkExtractor The distfile fails to extract using the tar in NetBSD-1.6.2. 2004-11-03 00:08:02 +00:00
p5-HTML-Mason Update to version 1.26. 2004-08-02 09:53:32 +00:00
p5-HTML-Parser Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
p5-HTML-PrettyPrinter Bl3ify and enable pkgviews installation. 2004-04-25 05:56:14 +00:00
p5-HTML-Scrubber Initial import of p5-HTML-Scrubber, version 0.08 into the NetBSD Packages 2004-07-30 12:55:44 +00:00
p5-HTML-SimpleParse Update p5-HTML-SimpleParse to 0.12. 2004-04-25 06:03:51 +00:00
p5-HTML-StickyQuery Import p5-HTML-StickyQuery from pkgsrc-wip. Packaged by Hiramatsu 2004-02-20 04:29:10 +00:00
p5-HTML-Table Bl3ify and enable pkgviews installation. 2004-04-25 05:56:14 +00:00
p5-HTML-TableExtract Convert to buildlink3. 2004-04-27 04:59:42 +00:00
p5-HTML-Tagset Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
p5-HTML-Template Bl3ify and enable pkgviews installation. 2004-04-25 06:04:57 +00:00
p5-HTML-Tree Bl3ify and enable pkgviews installation. 2004-04-25 05:47:02 +00:00
p5-HTMLObject Add dependency on p5-Data-FormValidator 2004-07-08 22:34:36 +00:00
p5-HTTP-DAV Convert to buildlink3. 2004-04-27 04:59:42 +00:00
p5-HTTP-Request-Form Convert to buildlink3. 2004-04-27 04:59:42 +00:00
p5-HTTPD-User-Manage Convert to buildlink3. 2004-04-27 04:59:42 +00:00
p5-libapreq Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG, 2004-08-27 06:29:06 +00:00
p5-libapreq2 Adjust for new p5-ExtUtils-XSBuilder location in devel/. 2004-11-12 01:36:56 +00:00
p5-libwww PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
p5-MasonX-Request-WithApacheSession This pkg need devel/p5-Module-Build to build. 2004-11-07 18:30:44 +00:00
p5-SVN-Web Set MAINTAINER to tech-pkg@NetBSD.org. 2004-11-27 00:18:13 +00:00
p5-Template-Extract Convert to bl3, drop maintainership. 2004-04-18 20:29:38 +00:00
p5-Template-Generate Convert to bl3, drop maintainership. 2004-04-18 20:29:38 +00:00
p5-Template-Toolkit Remove several unnecessary package dependencies. 2004-11-16 01:50:31 +00:00
p5-URI Uses no compiler, so USE_LANGUAGES is empty 2004-03-21 01:18:42 +00:00
p5-VRML Bl3ify and enable pkgviews installation. 2004-04-25 05:47:02 +00:00
p5-WWW-Amazon-Wishlist Bl3ify and enable pkgviews installation. 2004-04-25 05:23:02 +00:00
p5-WWW-Mechanize Import p5-WWW-Mechanize from pkgsrc-wip. Packaged by dieter Roelants. 2004-04-16 21:37:30 +00:00
pear-HTML_Common claim MAINTAINER 2004-11-27 13:34:37 +00:00
pear-HTML_Select claim MAINTAINER 2004-11-27 13:34:37 +00:00
pear-HTTP_Request Update pear-HTTP_Request to 1.2.3. 2004-11-27 14:23:55 +00:00
php-curl now that PHP 5.x Makefile.common doesn't pollute CONFIGURE_ARGS, it safe 2004-11-05 17:11:39 +00:00
php-FastTemplate Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
php4 Upgrade bundled Net_Socket to 1.0.2 and Net_SMTP to 1.2.6 on installation. 2004-11-27 14:00:08 +00:00
php4-apc it safe to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS 2004-11-05 21:44:44 +00:00
privoxy Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
py-curl Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
py-HTMLgen add python as category 2004-07-22 09:15:59 +00:00
py-pcgi add python as category 2004-07-22 09:15:59 +00:00
py-zpublisher add python as category 2004-07-22 09:15:59 +00:00
qDecoder
ruby-borges PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
ruby-fcgi Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
ruby-htmlsplit Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
ruby-tag The distfile cannot be extracted with some tar (e.g. NetBSD 2.0) 2004-11-12 18:40:14 +00:00
ruby-webrick PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
ruby-webunit Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
sarg
screws Ensure that the rpath is set for screwsd. Fixes build on NetBSD 1.6. 2004-11-22 00:09:46 +00:00
sitecopy Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
snarf
snownews Update to 1.5.5.1, including a fix for PR 28216. 2004-11-20 00:30:29 +00:00
SpeedyCGI Import SpeedyCGI v2.22 from pkgsrc-wip 2004-06-22 21:34:50 +00:00
spfc replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:18:32 +00:00
squid Update squid package to 2.5.7. 2004-10-13 15:35:55 +00:00
squidGuard Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
surfraw Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
swiftsurf Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
swiggle Enable pkgviews installation. 2004-10-30 01:16:27 +00:00
swill Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
swish-e Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
tcl-cgi Regen to make GNU patch happy. 2004-09-11 02:47:33 +00:00
thttpd Add patch from PR 25487 to disable mmap on old (1.5ish) NetBSD systems. 2004-09-14 08:32:16 +00:00
thy Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
tidy Define RANLIB for Darwin (not tested by me). 2004-09-07 14:37:27 +00:00
tinyproxy RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directory 2004-10-11 22:14:51 +00:00
trac Update to Trac 0.8 'Qualia' (Nov 15, 2004) 2004-11-20 00:49:12 +00:00
urlget Convert to buildlink3. 2004-04-19 04:39:45 +00:00
visitors Initial import of visitors-0.4a: 2004-11-05 17:55:44 +00:00
w3 Remove info files entries from PLIST. 2004-03-11 15:30:39 +00:00
w3c-httpd Rename a local library function strcasestr()' to xstrcasestr()' 2004-09-18 13:34:28 +00:00
w3m bump PKGREVISIONs for last boehm-gc update 2004-07-18 10:49:49 +00:00
w3m-img bump PKGREVISIONs for last boehm-gc update 2004-07-18 10:49:49 +00:00
waplet
wApua Convert to buildlink3. 2004-04-27 04:59:42 +00:00
wdg-validate Use subst.mk instead of patch+sed. 2004-02-17 01:58:08 +00:00
webalizer Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
weblint bl3ify and enable pkgviews installation. 2004-02-17 02:11:30 +00:00
webnew
websvn Update websvn to latest 1.61, since 1.40 is no longer available on the home 2004-11-06 21:16:15 +00:00
weex Convert to buildlink3. 2004-04-19 04:39:45 +00:00
whisker PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
wml Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
www6to4
wwwcount
wwwoffle RCD_SCRIPTS_EXAMPLEDIR was just changed to be a relative directory 2004-10-11 22:14:51 +00:00
zope PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
zope-confera PKGREVISION bump after openssl-security-fix-update to 0.9.6m. 2004-03-26 02:27:34 +00:00
zope25 bl3ify 2004-05-23 11:41:35 +00:00
zope25-AbracadabraObject
zope25-BackTalk Set MAINTAINER to "tech-pkg" instead of "packages". 2004-01-10 19:14:18 +00:00
zope25-BTreeFolder
zope25-BTreeFolder2
zope25-Calendar bl3ify 2004-05-23 11:41:35 +00:00
zope25-CMF Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
zope25-CMFPlone Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
zope25-colorz
zope25-CookieCrumbler
zope25-DocumentLibrary
zope25-EasyImage Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
zope25-Epoz
zope25-ExternalEditor
zope25-FileSystemSite
zope25-Formulator
zope25-Fortune
zope25-JPicture Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
zope25-KnowledgeKit
zope25-LocalFS
zope25-MailManager bl3ify 2004-05-23 11:41:35 +00:00
zope25-MetaPublisher
zope25-ParsedXML Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
zope25-Photo Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
zope25-PropertyFolder
zope25-PropertyObject
zope25-RDFSummary
zope25-RenderableCharts bl3ify 2004-05-23 11:41:35 +00:00
zope25-Silva
zope25-Squishdot
zope25-StripoGram
zope25-TinyTablePlus
zope25-XMLWidgets
zope25-Zippy
zope25-ZMySQLDA bl3ify 2004-05-23 11:41:35 +00:00
zope25-ZNavigator
zope25-zopebook bl3ify 2004-05-23 11:41:35 +00:00
zope25-ZPhotoSlides Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 2004-10-03 00:12:51 +00:00
zope25-ZPsycopgDA update to 1.1.14 2004-07-22 18:12:21 +00:00
zope25-ZWeather
zope25-ZWeatherApplet bl3ify 2004-05-23 11:41:35 +00:00
zope25-ZWiki
zopeedit Convert to buildlink3. 2004-04-19 04:53:58 +00:00
Makefile Remove apache6 -- there have been no updates since 1.3.29 (over 2004-11-22 22:07:12 +00:00