pkgsrc/www
tv 8ccbf749d0 Update to 1.31, to ensure compatibility with the new API in the non-alpha
release versions of ap2-perl.  Changes:

=====

An HTML version of this file, complete with links to documentation, is
available at http://www.masonhq.com/code/history.html.

** denotes an incompatible change

1.31  August 20, 2005

    [ BUG FIXES ]

    - Fix several regressions in the CGIHandler and FakeApache modules.
      Some changes from the stable branch were never merged into the trunk
      before 1.30.  Reported by Jesse Vincent.  Task id #589.

    - Under Apache2, if an ApacheHandler object was created during server
      startup and the associated Interp object created any files or
      directories, Mason would crash when attempting to chown those
      files/dirs to the uid/gid that Apache will use after forking.  Task
      #586.

    - The compiler was adding an extra block around a component's
      body, which meant that variables declared in the body (in perl lines
      or blocks) were not seen in the cleanup section.  Task id #587.

    - The compiler was also adding "no warnings 'uninitialized'" in this
      block, which could hide various errors.

    - Hopefully fix $VERSION in ApacheHandler so PAUSE will not be
      confused and think we have regressed.

    - Turned off some prompts during the module's installation.  These
      were intended to help new users configure Apache to run Mason
      components, but they're probably a bit confusing.  Will return in a
      future release as a separate script that can be run from the command
      line.

1.30  August 11, 2005

    [ INCOMPATIBLE CHANGES ]

    - ** Under mod_perl2, MasonArgsMethod will default to "CGI", since
      libapreq2 is still in development.  If you have successfully installed
      libapreq2, just set MasonArgsMethod to "mod_perl" to use it.

    [ ENHANCEMENTS ]

    - Some doc tweaks to clarify that Mason should work out of the box
      with both mod_perl 1 and 2.
    - Added "use warnings" to all modules and made sure all tests ran
      warnings-free.

    [ BUG FIXES ]

    - Silence a warning when HTML::Mason::ApacheHandler was loaded outside
      of mod_perl.
    - Support renamed Apache2::Status module.

1.29_02  June 22, 2005

    [ ENHANCEMENTS ]

    - ** Support for mod_perl-2.00 (mod_perl-1.99 is no longer supported
      because of API changes in 2.0RC5).
    - Mason recovers more gracefully from an empty or corrupted object
      file. Task id #579.

    [ BUG FIXES ]

    - Fixed bug with content type being reset when decline_dirs=0.
      Submitted by Brian Phillips. Task id #584.
    - Put "Mason" prefix back in Params.pod. Task id #575.
    - Fixed fetch_comp(undef) to not return an empty hash. Task id #578.
    - static_source_touch_file did not take effect until after one request
      for a top-level component.  Reported by Lai Zit Seng. Task id #576.

1.29_01  January 25, 2005

    [ INCOMPATIBLE CHANGES ]

    - ** Mason now requires Perl 5.6.0 or later. However, because 5.6.0
      has so many problems, it cannot be officially supported; we strongly
      recommend upgrading to at least 5.6.1.
    - ** Mason now requires version 1.24 of mod_perl in the ApacheHandler
      module.
    - ** The behaviors of $m->flush_buffer and $m->clear_buffer have been
      simplified. $m->flush_buffer only acts on the top-level output buffer;
      $m->clear_buffer clears all output buffers. Task id #554.
    - ** max_code_cache_size is now kept in terms of number of components,
      not bytes, and its default value is 'unlimited'.
    - ** Components with a <%filter> and a cache_self are no longer cached
      in their filtered state. Performance-related code simplifications made
      this behavior difficult to maintain. Long term this would be
      easier to implement with a cache_self component <%flag>.
    - ** All compiler properties are now read-only. If you need to change
      compiler properties on a per-request basis, you'll need to create
      multiple compiler and interpreter objects.
    - ** comp_exists may try to load the designated component, and may
      throw an error if it contains a syntax error.
    - ** The current_time method, deprecated in 1.1x, has been removed.
    - ** The HTML::Mason::Buffer class has been eliminated for performance
      reasons. You can use separate components, methods, or subcomponents
      and scomp to achieve the same effects as buffer pushes and pops.

    [ ENHANCEMENTS ]

    - Significantly improved performance in component execution,
      especially in static_source mode.
    - Added static_source_touch_file, making it much easier to update
      a server running in static_source mode.
    - Added a plugin architecture. Plugin classes can perform actions at
      key points, e.g. before and after each request and each component
      call.  See HTML::Mason::Plugin for documentation. Task id #24.
      Initial implementation by Doug Treder.
    - Added the ability to change component root(s) on the fly if the
      dynamic_comp_root parameter is turned on. Task id #561. Suggested
      by Alex Robinson.
    - Added enable_autoflush parameter. When turned off, Mason can
      compile components to a more efficient form.
    - Changed the </&> tag to allow the starting component name to be
      included. e.g. <&| /foo &> ... </& /foo >. Task id #556. Suggested
      by Alex Robinson, John Williams, and others.
    - Moved the notion of component roots (single and multiple) from the
      Resolver to the Interpreter. This improved the performance of multiple
      component roots in conjunction with static source mode. Any resolver,
      file-based or otherwise, can benefit from component root settings or
      choose to ignore them.
    - Added the compiler object_id to the object file path, so that
      multiple versions of Mason do not collide in the same object
      directory. Task id #569.
    - Added .obj (or a configurable extension) to object filenames.
      Task id #152. Suggested by John Tobey.
    - Added $m->clear_and_abort, syntactic sugar for the common idiom
      of calling clear_buffer() and then abort(). Task id #505.
    - Added an official comment syntax, <% # ... %>, and documented
      the various comment markers in the developer's manual. Task id #566.
    - Added buffer_preallocate_size parameter, which allows you to
      potentially reduce buffer reallocations.
    - Augmented the 'could not find component' error message with the
      current component root(s). Task id #562.

    [ BUG FIXES ]

    - Mason now throws an error if the path specified in a component's
      'inherit' flag cannot be found. Task id #480.
    - Fixed comp_exists to work with any path accepted by comp or
      fetch_comp, and fixed fetch_comp to stop throwing errors for certain
      bad paths. Task id #572.
    - Fixed $m->decline to work from /dhandler. Task id #573. Submitted
      by Carl Raiha.
    - Using 'next' or 'last' without a loop can no longer corrupt
      the component stack. Task id #539.
2005-08-22 19:03:04 +00:00
..
adzap Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
album - Correct RCS Id tag. 2005-07-23 10:36:18 +00:00
album_themes Correct RCS Id tag. 2005-07-23 10:39:39 +00:00
amaya Changes 9.2.1: 2005-07-14 08:06:57 +00:00
analog Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
ap-access-referer Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-auth-cookie Use gzcat instead of "gzip -dc". 2005-05-15 21:54:50 +00:00
ap-auth-ldap Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-auth-mysql Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-auth-pam Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-auth-pgsql Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-auth-postgresql Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-auth-radius Removed trailing white-space. 2005-05-23 08:26:03 +00:00
ap-auth-script Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-bandwidth Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-dav Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
ap-dtcl Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
ap-Embperl Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
ap-fastcgi Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-gzip Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-iasp Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making 2005-07-15 18:27:48 +00:00
ap-jk Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
ap-jserv Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
ap-layout Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-mp3 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-perl Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
ap-php Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
ap-python Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-rivet Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-ruby Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-ssl Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS 2005-08-19 18:12:36 +00:00
ap-throttle Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap-xslt Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap2-auth-ldap Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap2-auth-mysql Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap2-auth-pgsql Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap2-bw Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
ap2-chroot Removed trailing white-space. 2005-05-23 08:26:03 +00:00
ap2-fastcgi SUBST_FILES.* must be relative to ${WRKSRC}. 2005-05-21 04:10:17 +00:00
ap2-perl Update to 2.0.1. It's now "stable"! 2005-08-17 16:54:14 +00:00
ap2-python Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap2-ruby Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ap2-subversion Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. 2004-12-03 15:14:50 +00:00
ap2-suphp Added ap2-suphp version 0.6.0. 2005-08-03 16:43:38 +00:00
ap2-transform Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
apache Add DragonFly support. 2005-08-22 16:19:00 +00:00
apache2 The htdocs directory is under ${PREFIX}, so use REQD_DIRS instead of 2005-08-20 03:36:25 +00:00
apachetop Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
apc-gui Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
asp2php Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
asWedit Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
awstats Patch from awstats CVS for CAN-2005-1527 2005-08-20 14:28:03 +00:00
bannerfilter Remove some unnecessarily strong dependencies on perl that resulted 2005-07-16 19:10:37 +00:00
bins Remove some unnecessarily strong dependencies on perl that resulted 2005-07-16 19:10:37 +00:00
bkedit Update HOMEPAGE and MASTER_SITES. 2005-06-23 23:52:57 +00:00
bluefish Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
blur6ex Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
bozohttpd Add RMD160 checksum. 2005-05-25 12:11:28 +00:00
browser-bookmarks-menu Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
cadaver Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
calamaris Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
cgic Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
cgicc fix typo in last 2005-08-20 11:14:47 +00:00
cgilib Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
checkbot Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
chimera Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of 2005-06-17 04:49:45 +00:00
clearsilver Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
clearsilver-base Update to 0.9.14 and make this work with python 2.4. 2005-04-06 05:28:40 +00:00
cocoon Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
communicator Add RMD160 checksums except for one distfile, since archive.netscape.com is unreachable. 2005-02-24 14:03:32 +00:00
crawl Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
cronolog Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
curl Make the include/curl/multi.h self-contained to fix the build of packages 2005-06-12 13:43:36 +00:00
cvsweb Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
dillo Update to 0.8.5. Security fix release. 2005-06-19 08:07:05 +00:00
drivel Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
elinks Update to 0.10.5, provided by Leonard Schmidt in PR 30125: 2005-05-27 00:21:08 +00:00
elinks04 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
emacs-w3m Correct the emacs path in PLIST, which had been wrong since 2005-03-02 20:43:19 +00:00
epiphany Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
epiphany-extensions Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
fcgi Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
firefox Fix typo. 2005-08-03 19:37:00 +00:00
firefox-bin Update "firefox-bin" package to version 1.0.6. Changes since version 1.0.5: 2005-07-21 11:22:10 +00:00
firefox-bin-acroread
firefox-bin-acroread3
firefox-bin-acroread5
firefox-bin-flash Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
firefox-bin-java Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
firefox-bin-nightly add Solaris build which recently appeared. 2004-03-16 14:34:39 +00:00
firefox-bin-realplayer Change dependency to RealPlayerGold, bump PKGREVISION. 2005-07-20 10:23:59 +00:00
firefox-gtk1 update firefox & firefox-gtk1 to 1.0.6 2005-07-20 23:33:30 +00:00
galeon Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
galeon12 Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
galway Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ganglia-webfrontend Update to 3.0.1 and switch to .tar.bz2 distfile. 2005-04-03 19:15:20 +00:00
glibwww Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
grail Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
gtkasp2php Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
gtkhtml Use x11/control-center (instead of x11/controlcenter). 2005-05-31 22:12:18 +00:00
gtkhtml30 Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
gtkhtml36 Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
haskell-cgi Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
hiawatha RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
horde Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS 2005-08-19 18:12:36 +00:00
horde3 Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS 2005-08-19 18:12:36 +00:00
htdig Use EXTRACT_CMD_OPTS.tar.gz and EXTRACT_CMD.tar.gz instead of figuring 2005-05-17 22:00:13 +00:00
htmldoc Removed unnecessary ${.CURDIR}. 2005-05-24 14:24:45 +00:00
htmldoc-x11 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. 2005-06-01 18:02:37 +00:00
htmlfix Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
htmllint Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
http_load Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
iasp Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS 2005-08-19 18:12:36 +00:00
ijb Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
instiki RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
jakarta-servletapi Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jakarta-tomcat4 Removed an empty line. 2005-05-24 14:25:32 +00:00
jakarta-tomcat5 Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making 2005-07-15 18:27:48 +00:00
jakarta-tomcat55 Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making 2005-07-15 18:27:48 +00:00
jalbum JAlbum makes web albums of your digital images and it aims to be the easiest 2005-06-23 07:30:04 +00:00
jsdk20 Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making 2005-07-15 18:27:48 +00:00
jssi Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
kannel Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
kazehakase Import kazehakase web browser. 2005-08-11 17:43:10 +00:00
kdewebdev3 Update to KDE 3.4.2 2005-07-30 11:14:05 +00:00
lhs Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
libghttp Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
libgtkhtml Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
libwww delint. 2005-05-31 20:51:59 +00:00
liferea Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That 2005-08-10 20:56:10 +00:00
links Update to 2.1pre18: 2005-08-06 10:57:25 +00:00
links-gui Update to 2.1pre18: 2005-08-06 10:57:25 +00:00
lynx Make sure "gzip" tool path doesn't end up in the binary. Bump package 2005-07-25 15:33:31 +00:00
make_album Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
micro_httpd Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
mini_httpd The distfile on the mastersite has changed (the only change is update 2005-07-08 18:16:04 +00:00
mknmz-wwwoffle Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
mMosaic Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
moz-bin-plugger Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
mozilla set DIST_SUBDIR to avoid conflict with old source tarball. 2005-08-21 00:39:16 +00:00
mozilla-bin Remove explicity dependence on "suse_x11". The "suse_gtk" and "suse_gtk2" 2005-08-06 19:48:24 +00:00
mozilla-bin-nightly Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making 2005-07-15 18:27:48 +00:00
mozilla-gtk2 set DIST_SUBDIR to avoid conflict with old source tarball. 2005-08-21 00:39:16 +00:00
navigator Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
navigator3 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
neon Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
netscape Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
netscape7 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
netscape7-acroread Adjust and correct for addition of -acroread7 based plugins. 2005-04-18 16:20:25 +00:00
netscape7-acroread3 Adjust and correct for addition of -acroread7 based plugins. 2005-04-18 16:20:25 +00:00
netscape7-acroread5 Adjust and correct for addition of -acroread7 based plugins. 2005-04-18 16:20:25 +00:00
netscape7-acroread7 Initial import of the opera and netscape acroread plugins based on the 2005-04-18 16:19:54 +00:00
ns-plugger-common Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
ns-plugger-communicator Remove unused distinfo file. 2005-05-25 12:15:24 +00:00
ns-plugger-navigator Remove unused distinfo file. 2005-05-25 12:16:20 +00:00
ns-remote checkin the right version for the v1.11 bump 2005-07-06 19:16:15 +00:00
opera Update opera to 8.02. 2005-08-05 22:04:04 +00:00
opera-acroread Replace "opera7" by "opera" at various locations. 2005-05-02 08:59:08 +00:00
opera-acroread3 Adjust and correct for addition of -acroread7 based plugins. 2005-04-18 16:20:25 +00:00
opera-acroread5 Adjust and correct for addition of -acroread7 based plugins. 2005-04-18 16:20:25 +00:00
opera-acroread7 Initial import of the opera and netscape acroread plugins based on the 2005-04-18 16:19:54 +00:00
opera-plugins depends should be ../../<category>/<pkg> 2005-07-19 02:29:35 +00:00
p5-Apache-ASP Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Apache-AuthCookie Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Apache-AuthCookieDBI Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Apache-DBILogConfig Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Apache-DBILogger Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Apache-ePerl Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Apache-Filter Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Apache-Gallery Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Apache-Reload Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Apache-Session Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Apache-Session-Wrapper Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Apache-SSI Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Apache-Test Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-CGI Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-CGI-Application Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-CGI-FastTemplate Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-CGI-FormBuilder Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-CGI-Kwiki Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-CGI-Minimal Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-CGI-Session Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-CGI_Lite Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-FCGI Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-HTML-Clean Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-HTML-FillInForm Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-HTML-FixEntities Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-HTML-Format Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-HTML-LinkExtractor Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-HTML-Mason Update to 1.31, to ensure compatibility with the new API in the non-alpha 2005-08-22 19:03:04 +00:00
p5-HTML-Parser Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-HTML-PrettyPrinter Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-HTML-Scrubber Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-HTML-SimpleParse Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-HTML-StickyQuery Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-HTML-Table Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-HTML-TableExtract Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-HTML-Tagset Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-HTML-Template Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-HTML-Tree Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-HTMLObject Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-HTTP-Cache-Transparent Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-HTTP-DAV Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-HTTP-Request-Form Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-HTTPD-User-Manage Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Kwiki Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Kwiki-Archive-Rcs Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Kwiki-BreadCrumbs Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Kwiki-Favorites Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Kwiki-HtmlBlocks Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Kwiki-Icons-Gnome Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Kwiki-NewPage Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Kwiki-PagePrivacy Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Kwiki-ParagraphBlocks Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Kwiki-PreformattedBlocks Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Kwiki-RecentChanges Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Kwiki-Revisions Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Kwiki-Scode Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Kwiki-Search Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Kwiki-UserName Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Kwiki-UserPreferences Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-libapreq Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-libapreq2 Update to 2.06 (fixes PR pkg/31032). Changes: 2005-08-22 18:28:43 +00:00
p5-libwww Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-MasonX-Request-WithApacheSession Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-SVN-Web Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Template-Extract Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Template-Generate Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Template-Toolkit Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-URI Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-VRML Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-WWW-Amazon-Wishlist Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-WWW-Curl Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-WWW-Mechanize Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
pear-HTML_Common Removed trailing white-space. 2005-05-23 08:26:03 +00:00
pear-HTML_Select Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
pear-HTTP_Request Net_Socket and Net_SMTP were unbundled from PHP4 in 4.3.11, g/c the related 2005-04-11 20:08:43 +00:00
php-curl Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
php-eaccelerator Removed trailing white-space. 2005-05-23 08:26:03 +00:00
php-FastTemplate Call INSTALL_DATA_DIR with only one argument. Should fix irix bulk build. 2005-06-23 15:38:40 +00:00
php4 Use "${GZCAT}" instead of "{GZIP_CMD} -cd". 2005-08-18 07:47:50 +00:00
php4-apc Removed trailing white-space. 2005-05-23 08:26:03 +00:00
privoxy Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
py-clearsilver Update to 0.9.14 and make this work with python 2.4. 2005-04-06 05:28:40 +00:00
py-curl Changes 7.13.2: 2005-05-17 13:30:09 +00:00
py-HTMLgen Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
py-pcgi Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
py-zpublisher Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
qDecoder Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
ruby-actionpack Import ruby-actionpack. 2005-04-10 04:11:28 +00:00
ruby-actionwebservice Import ruby-actionwebservice. 2005-04-10 05:10:40 +00:00
ruby-borges Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. 2005-03-06 17:19:05 +00:00
ruby-clearsilver Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. 2005-03-06 17:19:05 +00:00
ruby-fcgi Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
ruby-htmlsplit Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
ruby-tag Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
ruby-webrick Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. 2005-03-06 17:19:05 +00:00
ruby-webunit Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. 2005-03-06 17:19:05 +00:00
ruby16-borges Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. 2005-03-06 17:19:05 +00:00
sarg Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS 2005-08-19 18:12:36 +00:00
screws Remove some unnecessarily strong dependencies on perl that resulted 2005-07-16 19:10:37 +00:00
sitecopy Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
snarf Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
snownews Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of 2005-06-17 04:49:45 +00:00
sope Update sope to build 758. No changes are known, but the old DISTFILE is no 2005-05-05 03:23:08 +00:00
SpeedyCGI Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
spfc Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
squid - Add missing optional installed files. 2005-08-09 15:48:29 +00:00
squidGuard Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
surfraw Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS 2005-08-19 18:12:36 +00:00
swiftsurf Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
swiggle Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
swill Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
swish-e Reset MAINTAINER -- he stopped working on pkgsrc. 2005-07-27 16:21:16 +00:00
tcl-cgi Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
thttpd Do the DIST_SUBDIR dance because of already-downloaded files. *Sigh* 2005-08-19 13:38:58 +00:00
thy Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
tidy Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
tinyproxy RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. 2005-05-02 20:33:57 +00:00
trac Update to Trac 0.8.4 (June 19, 2005) 2005-06-20 19:20:11 +00:00
urlget Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
visitors Update www/vistors from 0.4a to 0.5: 2005-07-19 10:46:29 +00:00
w3 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
w3c-httpd Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
w3m Add missing file to PLIST. Bump PKGREVISION. 2005-07-30 11:32:05 +00:00
w3m-img Add missing file to PLIST. Bump PKGREVISION. 2005-07-30 11:32:05 +00:00
waplet Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
wApua Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
wdg-validate Remove some unnecessarily strong dependencies on perl that resulted 2005-07-16 19:10:37 +00:00
webalizer Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
weblint Remove some unnecessarily strong dependencies on perl that resulted 2005-07-16 19:10:37 +00:00
webnew Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
websvn Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so 2005-08-20 19:16:21 +00:00
weex Treat Darwin as a variant of Unix. 2005-07-08 17:51:32 +00:00
whisker Get rid of USE_PERL5. The new way to express needing the Perl executable 2005-07-16 01:19:06 +00:00
wiliki distinfo has been missed. Pointed out by veego@. 2005-08-10 06:28:42 +00:00
wml Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
www6to4 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
wwwcount Use INSTALLATION_DIRS to pre-create all the needed directories. 2005-04-05 20:19:13 +00:00
wwwoffle Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: 2005-05-22 20:07:36 +00:00
zope Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
zope-confera Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
zope25 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
zope25-AbracadabraObject Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-BackTalk Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-BTreeFolder Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-BTreeFolder2 Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-Calendar Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-CMF Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-CMFPlone Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-colorz Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-CookieCrumbler Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-DocumentLibrary Avoid using the non-standard "-d" option of BSD find(1). 2005-06-06 02:25:34 +00:00
zope25-EasyImage Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-Epoz Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-ExternalEditor Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-FileSystemSite Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-Formulator Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-Fortune Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-JPicture Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-KnowledgeKit Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-LocalFS Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-MailManager Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-MetaPublisher Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-ParsedXML Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-Photo Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-PropertyFolder Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-PropertyObject Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-RDFSummary Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-RenderableCharts Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-Silva Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-Squishdot Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-StripoGram Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-TinyTablePlus Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-XMLWidgets Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-Zippy Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-ZMySQLDA Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-ZNavigator Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-zopebook Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-ZPhotoSlides Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-ZPsycopgDA Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
zope25-ZWeather Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zope25-ZWeatherApplet Set BROKEN because dependencies require different versions of Python 2005-06-06 00:45:49 +00:00
zope25-ZWiki Add RMD160 checksums. 2005-02-24 14:08:26 +00:00
zopeedit Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
Makefile Added www/kazehakase version 0.2.9 from pkgsrc-wip. 2005-08-11 17:45:33 +00:00