pkgsrc/www
abs f284e960bc Update www/ap-jk and www/ap2-jk from 1.2.15 to 1.2.19
Changes between 1.2.18 and 1.2.19

    Native

        update	Docs: Add SetHandler and new env var to Apache config docs. (rjung)
        update	Apache 1.3: Backport "no-jk" feature. (rjung)
        update	Apache: Add an environment variable to make SetHandler "jakarta-servlet" more useful. The variable is JK_WORKER_NAME, but can be changed by the new directive JkWorkerIndicator. (rjung)
        fix	LB: Don't use single worker shortcut, if the single worker is being diabled. (rjung)
        fix	Status worker: Add short explanation of activation and error states to legend. (rjung)
        fix	Docs: Add meaning of zero timeout values for various timeouts in workers.properties. (rjung)
        fix	LB: Cleanup of Mladens forced recovery. (rjung)
        fix	LB: Do not change lb_value for recovering workers to max, if we are using BUSYNESS method. (rjung)
        fix	Apache: Since 1.2.14 mod_jk failed to detect client abort. (rjung)
        fix	Docs: Corrected description of JkEnvVar. (rjung)
        fix	Solaris: Detect filio.h in configure to make the new connection detection build on solaris (r432825). (rjung)
        update	Add feature to force the recovery of workers that are member of loadbalancer if all the members are in error state. This fixes the time gap where 503 was returned caused by recovery_timeout although the backend was ready to handle the requests. (mturk)
        update	Docs: Seperate deprecated directives in their own table. (rjung)
        update	Docs: Allow "-" and "_" in worker names. (rjung)
        update	Allow multiple lines with attributes "balance_workers" and "mount". (rjung)
        fix	Make jk_is_some_property match more precisely. (rjung)
        update	JkStatus: Make refresh interval changeable. (rjung)
        fix	JkStatus: Adjust display of recover time wrt. global maintenance. (rjung)
        update	LB: Resetting worker state from OK to NA, if worker has been idle too long. (rjung)
        fix	Avoid compiler warnings concerning the use of lb_*_type arrays. Use functions instead. (rjung)
        update	Added %R JkRequestLogFormat option for Apache 1 and Apache 2. (mturk)
        update	Allow changing jvm Route from status manager. (mturk)
        fix	Do not retun 400 if Tomcat fails in the midle of the post request. Return 500 insted. (mturk)
        update	LB: Combine ok/error/recovering/busy runtime states into a single scalar. (rjung)
        update	LB: Combine active/disabled/stopped configuration states into a single scalar. (rjung)
        update	LB: Add several Apache notes to enable standard logging for load balancer results. (rjung)
        update	LB: Reorganisation of the main load balancer service loop. (rjung)
        update	Implement hierarchical worker configuration via attribute "reference". (rjung)
        update	Log deprecated properties. (rjung)
        fix	IIS: Fix simple_rewrite for the cases where the rewritten url is larger then the original one. (mturk)
        update	New JkOption "DisableReuse" to disable connection persistence. (jim)
        update	LB: Move sessionid retrieval out of get_most_suitable_worker into service. (rjung)
        update	Code cleanup for all service methods (use TRACE, JK_LOG_NULL_PARAMS, null pointer checks). (rjung)
        update	JKSTATUS: add refresh link. No refresh for updates. Redirect to list view after update. (rjung)
        update	Add new hook add_log_items into servers. (rjung)
        update	APACHE httpd: Rename apache logging notes. (rjung)
        update	LB: Rename lock and method constants. Add constants for defaults. (rjung)
        fix	Default log level should be INFO and not DEBUG. Default log level should be the same for all server types. (rjung)
        fix	Make rewrite_rule_map and log_level as non mandatory directives for isapi_redirect. (mturk)
        fix	40107: Rewrite is_socket_connected function. Non blocking socket is not used any more. (mturk)
        update	Allow building with VS2005 without too many warnings. (mturk)
        fix	Decide by MMN, which piped log API we should use. mod_jk 1.2.18 broke compilation with Apache 1.3 pre 1.3.28. (rjung)

Changes between 1.2.17 and 1.2.18


    Native

        fix	Using socklen_t in getsockopt. Also introducing jk_sock_t. (mturk)
        update	Allow recovery wait time below 60 seconds (new minimum is 1 second). (mturk)

Changes between 1.2.16 and JK 1.2.17


    Native

        fix	Fix hanging jk status worker when certain attributes are being updated due to double locking. (rjung)
        update	Allow JkMount to behave like uriworkermap.properties by parsing pipe symbol as two directive marker. (mturk)

Changes between 1.2.15 and JK 1.2.16


    Native

        update	Added simple rewrite capability for IIS. Although simple it will fulfill most needs. (mturk)
        update	Added RECOVER_ABORT_IF_CLIENTERROR recovery_option that closes the connection if client connection is broken during the request. (mturk)
        update	Renamed cache_timeout directive to connection_pool_timeout. (mturk)
        update	Added connection_pool_minsize directive. (mturk)
        update	Deprecate recycle_timeout directive. (mturk)
        update	Corrected some HTML syntax bugs in output of status worker. (rjung)
        update	Added the refresh=n parameter to the status worker. It will update the display every n seconds. (rjung)
        update	Balancer: Add attribute distance to balanced workers to express preferences between workers. (rjung)
        update	Balancer: Add attribute jvm_route to balanced workers to be able to use the same target in different balancers. (rjung)
        update	Status: Add lb_mult to status. (rjung)
        update	Balancer: Make different balancing strategies work in a similar way (use lb_value, use decay during global maintenance, use integer factors for weights. (rjung)
        update	Balancer: Improve locking. (rjung)
        update	Balancer: Workers start slower after recovering. (rjung)
        update	Balancer: Make different balancing strategies work in a similar way (use lb_value, use decay during global maintenance, use integer factors lb_mult for weights). (rjung)
        update	Balancer: Move recovery check to global maintenance. (rjung)
        update	Balancer: Add global maintenance method, that is called in only one process. (rjung)
        update	Extend our use of autoconf to find a 32Bit and a 64Bit unsigned type and their printf formats. (rjung)
        update	Logging: piped loggers for JkLogFile and Apache 1.3. (rjung)
        update	Logging: Add PID to log lines for each log level apart from REQUEST. (rjung)
        update	Logging: flush buffered logs to keep lines in correct order. Output final newline together with log message. (rjung)
        update	Reducing shm size. (rjung)
        update	Only log removing of old worker, when we actually do it. (rjung)
        fix	37469: Fix shared memory close for forked childs. The shared memory will be closed by the parent process. (mturk)
        fix	37332: Fix potential misuse of buffer length with snprintf functions. (mturk)
        fix	38859: Protect mod_jk against buggy or malicious AJP servers in the backend. Patch provided by Ruediger Pluem. (mturk)
        fix	38889: Use worker map sorting depending on the path elements, to comply with Servlet spec. Patch provided by Steve Revilak. (mturk)
        update	36138: Added Busyness lb method. Patch provided by Chris Lamprecht. (mturk)
        fix	Fix pessimistic locking mode. The patch correctly handles the burst load, by syncing the access to the shared memory data. (mturk)
        fix	38806: Reclycle worker even if it is disabled. This fixes hot-standby workers in error state. (mturk)
        fix	37167: Allow building with BSD-ish like make. (mturk)
        fix	ISAPI plugin (isapi_redirect.dll) did not provide correct request data for IIS to include in the IIS log. (markt)
2006-11-15 11:04:04 +00:00
..
adzap Update to version 20060424. Only changes are more ad patterns. 2006-07-12 02:31:00 +00:00
album Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
album_themes Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
amaya added fixes for Darwin 2006-10-07 19:16:57 +00:00
analog Fix INSTALLATION_DIRS. 2006-06-02 13:11:49 +00:00
ap-access-referer Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
ap-auth-cookie Already using un-zipped file, so no need to use gzcat. 2006-09-10 03:49:06 +00:00
ap-auth-kerb This package needs some help to find apxs. 2006-06-25 09:11:48 +00:00
ap-auth-ldap Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
ap-auth-mysql Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
ap-auth-pam Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
ap-auth-pgsql Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
ap-auth-postgresql Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
ap-auth-radius Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
ap-auth-script Update to 1.10: 2006-08-09 10:46:47 +00:00
ap-bandwidth Update for changed PKGNAME_NOREV 2006-06-07 11:49:10 +00:00
ap-dav Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
ap-dtcl Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
ap-Embperl Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
ap-fastcgi Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
ap-gzip Some more HOMEPAGE/MASTER_SITES updates from Sergey Svishchev. 2006-10-28 21:29:47 +00:00
ap-iasp Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
ap-jk Update www/ap-jk and www/ap2-jk from 1.2.15 to 1.2.19 2006-11-15 11:04:04 +00:00
ap-layout Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
ap-mp3 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
ap-perl Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
ap-php remove --enable-memory-limit - 8MB is too low, and this just 2006-10-20 22:10:33 +00:00
ap-python Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
ap-rivet Update ap-rivet to 0.5.0. Mainly conversion to autotools. 2006-08-23 11:22:06 +00:00
ap-rpaf Fixed pkglint warnings. 2006-06-06 16:45:31 +00:00
ap-ruby Sort PLIST. 2006-09-07 15:55:50 +00:00
ap-ssl Update to 2.8.28, for apache-1.3.37 2006-07-30 11:19:38 +00:00
ap-throttle Change WRKSRC pattern to match new PKGNAME. 2006-06-07 11:51:58 +00:00
ap-xslt Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
ap2-auth-ldap The databases/openldap package has been split in -client and -server component 2006-05-31 18:22:23 +00:00
ap2-auth-mysql Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
ap2-auth-pgsql Remove the @exec apxs line from PLIST. Don't let this package 2006-10-07 21:02:43 +00:00
ap2-auth-radius PKGREVISION bump. 2006-08-15 13:47:37 +00:00
ap2-auth-xradius mod_auth_xradius provides high performance authentication against 2006-08-13 17:34:16 +00:00
ap2-bw Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as a 2006-03-22 22:50:31 +00:00
ap2-chroot Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ap2-fastcgi Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ap2-jk Update www/ap-jk and www/ap2-jk from 1.2.15 to 1.2.19 2006-11-15 11:04:04 +00:00
ap2-perl Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
ap2-python Remove the @exec apxs lines. Don't let this package 2006-10-07 21:01:16 +00:00
ap2-ruby Sort PLIST. 2006-09-07 15:55:50 +00:00
ap2-subversion Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
ap2-suphp The full pathname to apxs is provided by www/apache2/buildlink3.mk, so 2006-06-25 09:08:01 +00:00
ap2-transform Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
apache Update to 1.3.37: 2006-07-30 11:17:51 +00:00
apache-tomcat55 Update apache-tomcat55 from 5.5.17 to 5.5.20 2006-11-13 11:25:16 +00:00
apache2 Fix the path to libtool on build so that it gets set correctly in the 2006-11-05 17:52:38 +00:00
apachetop Added "c" to USE_LANGUAGES for packages that use GNU configure scripts, 2006-07-22 04:46:13 +00:00
apc-gui Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
asp2php
august Import august. 2006-10-20 20:25:04 +00:00
awstats Update DIST_SUBDIR as it looks like the tarball on the awstats site 2006-07-29 05:50:35 +00:00
bannerfilter Fixed "test ==". 2006-11-11 16:48:14 +00:00
bins Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
bkedit Fix build with gcc4. 2006-06-25 13:46:37 +00:00
bluefish Fixed "test ==". 2006-10-18 21:40:17 +00:00
blur6ex Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
bozohttpd Set permission and ownership of man pages correctly. 2006-06-10 20:00:55 +00:00
browser-bookmarks-menu fix some path substitution so that that thing finally works, 2006-05-08 13:09:39 +00:00
cadaver Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
calamaris
cgic Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
cgicc Added "c" to USE_LANGUAGES for packages that use GNU configure scripts, 2006-07-22 04:46:13 +00:00
cgilib Fixed PKGMANDIR. 2006-11-12 01:45:19 +00:00
checkbot Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
cherokee Rename T_USER to not conflict with system enum on DragonFly and FreeBSD. 2006-09-24 15:40:24 +00:00
chimera Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
clearsilver Added two patches for SunPro. 2006-07-28 12:26:18 +00:00
clearsilver-base Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
cocoon Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
communicator add missing RMD160 checksum 2006-04-14 12:22:11 +00:00
crawl Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
cronolog Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
curl DESTDIR support. 2006-11-02 17:59:37 +00:00
cvsweb Update to 3.0.6 2006-09-06 19:24:10 +00:00
dillo Move options to separate options.mk file. 2006-05-27 03:22:32 +00:00
drivel Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency. 2006-09-16 12:20:32 +00:00
drraw Pure perl script, use a normal DEPENDS instead of the recursive buildlink 2006-05-02 09:07:20 +00:00
drupal Update to 4.7.4 2006-10-20 22:19:54 +00:00
elinks Fixed redirection operator in the configure script. 2006-10-05 10:57:37 +00:00
elinks04 Portability checks are skipped -- the first false positive for the new 2006-10-05 02:58:02 +00:00
emacs-w3m Fix PLIST. Remove BROKEN_IN. Bump PKGREVISION. 2006-02-22 20:35:59 +00:00
epiphany update to 2.16.1 2006-10-30 21:25:16 +00:00
epiphany-extensions update to 2.16.1 2006-10-30 21:26:13 +00:00
fcgi Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
ffproxy Add new pkg noted in PR pkg/28824 www/ffproxy. Minor changes by myself 2006-01-05 19:12:35 +00:00
firefox Update firefox, firefox-bin and firefox-gtk1 to 1.5.0.8. Fixed in this version: 2006-11-08 09:50:15 +00:00
firefox-bin Update firefox, firefox-bin and firefox-gtk1 to 1.5.0.8. Fixed in this version: 2006-11-08 09:50:15 +00:00
firefox-bin-acroread Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
firefox-bin-acroread5 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
firefox-bin-acroread7 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
firefox-bin-flash Share distinfo file between moz-bin-flash and firefox-bin-flash. 2006-09-17 11:48:23 +00:00
firefox-bin-java Update "firefox-bin-java" package to version 1.2. It now uses the 2006-05-29 14:04:04 +00:00
firefox-bin-nightly Use Makefile.common from seamonkey-bin-nightly dir instead of 2006-09-24 16:42:56 +00:00
firefox-bin-realplayer Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
firefox-gtk1 Update firefox, firefox-bin and firefox-gtk1 to 1.5.0.8. Fixed in this version: 2006-11-08 09:50:15 +00:00
firefox2 DESTDIR support for Firefox 2. 2006-11-03 07:53:05 +00:00
firefox2-bin Import www/firefox2-bin. 2006-10-24 22:20:58 +00:00
firefox2-bin-flash Added Flash package for firefox2 2006-11-13 20:07:11 +00:00
firefox2-gtk1 Import www/firefox2-gtk1. 2006-10-24 22:20:34 +00:00
galeon update to 2.0.3 2006-10-30 21:29:34 +00:00
galway Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
ganglia-webfrontend Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
geeklog - Reduce pkglint warning. 2006-08-17 14:16:56 +00:00
glibwww Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrc 2006-07-19 19:14:37 +00:00
grail Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
gtkasp2php Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
gtkhtml Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
gtkhtml38 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency. 2006-09-16 12:20:32 +00:00
haskell-cgi Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
hiawatha Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
horde Fix a PLIST bug pointed out by ghen@ 2006-08-20 10:10:59 +00:00
htdig synonyms.db is generated by INSTALL, so don't put it into PLIST, 2006-04-10 12:20:32 +00:00
htdig-devel Don't try and define bool if c++ as its builtin. Fixes PR pkg/32960. 2006-07-02 14:36:31 +00:00
htmldoc Uses C++. 2006-05-12 10:41:54 +00:00
htmldoc-x11 More PKGREVISION bumps for png-1.2.9nb2 update. 2006-04-17 14:52:10 +00:00
htmlfix
htmllint Fixed pkglint warnings. 2006-07-10 10:43:31 +00:00
http_load Use BSD_INSTALL_* to set permission and ownership correctly. 2006-06-10 19:47:47 +00:00
iasp Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ijb Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
ikiwiki initial import of ikiwiki-1.32 2006-11-13 01:25:25 +00:00
instiki Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
ja-trac Update ja-trac to 0.10.1.1. 2006-11-10 00:24:49 +00:00
jakarta-servletapi Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
jakarta-tomcat4 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
jakarta-tomcat5 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
jalbum Updated www/jalbum to 6.5.4 2006-11-10 10:34:26 +00:00
jsdk20 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
jssi Mark as BROKEN_IN pkgsrc-2006Q1 according to 2006-05-18 20:29:58 +00:00
kannel Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
kazehakase Switch to "seamonkey" backend from "mozilla" as an alternative to "firefox". 2006-09-24 16:26:54 +00:00
kdewebdev3 Update to KDE 3.5.5 2006-10-12 10:40:22 +00:00
lhs
libghttp Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
libgtkhtml DESTDIR support. 2006-11-05 17:31:09 +00:00
libwww DESTDIR support. 2006-11-05 17:31:09 +00:00
liferea update to 1.0.25 2006-10-30 21:08:07 +00:00
lighttpd Add pkg-config to tools for build with (non-default) lua option. 2006-08-14 22:37:21 +00:00
links Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
links-gui Update to 2.1pre23: 2006-09-03 20:35:36 +00:00
lynx The first hunk of patch-af is not needed. 2006-11-10 00:09:07 +00:00
make_album Reset MAINTAINER; I don't have the time nor inclination to maintain 2006-04-22 07:32:24 +00:00
micro_httpd Use PKGMANDIR. 2005-12-27 17:56:09 +00:00
mini_httpd added support for IRIX 5 2006-10-01 10:37:14 +00:00
mknmz-wwwoffle Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
mMosaic clean up patches 2006-10-06 19:29:17 +00:00
mongrel Import mongrel. 2006-11-01 06:38:47 +00:00
navigator Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
neon DESTDIR support. 2006-11-03 19:14:25 +00:00
netscape update netscape to netscape-20040123nb4: 2006-09-29 22:12:51 +00:00
ns-plugger-common Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where 2006-05-22 22:22:02 +00:00
ns-plugger-communicator Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ns-plugger-navigator Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ns-remote Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
nvu Imported nvu. 2006-10-21 21:54:12 +00:00
opera - fix WRKSRC value for solaris 2006-10-23 11:01:54 +00:00
opera-acroread Include Makefile.application for linux emulation packages.. (I wonder how 2006-07-01 20:34:11 +00:00
opera-acroread5 Don't hardcode SuSE emulation package directories. 2006-06-30 13:57:16 +00:00
opera-acroread7 Remove BROKEN_IN for packages that built in the latest 2006-08-06 05:20:40 +00:00
opera-plugins Remove as maintainer of this package because I don't use it any longer. 2006-09-22 14:40:33 +00:00
p5-Apache-ASP Fix a check-interpreter error. 2006-06-10 19:53:13 +00:00
p5-Apache-AuthCookie Update p5-Apache-AuthCookie to 3.10. 2006-10-17 12:58:26 +00:00
p5-Apache-AuthCookieDBI Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Apache-DBILogConfig Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Apache-DBILogger Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Apache-Filter Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
p5-Apache-Gallery Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +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 Update to 1.81: 2006-07-19 22:45:40 +00:00
p5-Apache-Session-Wrapper Update p5-Apache-Session-Wrapper to 0.31. 2006-10-17 13:26:28 +00:00
p5-Apache-SSI Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
p5-Apache-Test Update to version 1.28. Register conflict with ap2-perl. 2006-04-19 17:17:24 +00:00
p5-CGI Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
p5-CGI-Application Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-CGI-FastTemplate Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-CGI-FormBuilder Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-CGI-Kwiki Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-CGI-Minimal Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-CGI-Session Update to version 4.09 2006-03-30 12:55:38 +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 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-FCGI-ProcManager Added www/p5-FCGI-ProcManager-0.17 2006-06-07 11:44:22 +00:00
p5-HTML-Clean Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-HTML-Element-Extended Needs p5-HTML-Tree. PKGREVISION++. 2006-10-06 08:19:47 +00:00
p5-HTML-FillInForm Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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 Added empty USE_LANGUAGES (no compiler needed). 2006-07-16 13:23:52 +00:00
p5-HTML-LinkExtractor This module is useless without DEPENDS+=p5-HTML-Parser-[0-9]* 2006-09-17 00:11:52 +00:00
p5-HTML-Mason Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
p5-HTML-Parser DESTDIR support. 2006-11-05 17:31:09 +00:00
p5-HTML-PrettyPrinter Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-HTML-Prototype Import p5-HTML-Prototype from pkgsrc-wip, packaged by kuli0020. 2006-02-15 06:24:31 +00:00
p5-HTML-Prototype-Useful Import p5-HTML-Prototype-Useful from pkgsrc-wip, packaged by kuli0020. 2006-02-15 06:29:00 +00:00
p5-HTML-Scrubber Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-HTML-SimpleParse Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +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-Stream Imported p5-HTML-Stream from pkgsrc-wip. 2005-11-19 12:43:04 +00:00
p5-HTML-Table Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-HTML-TableExtract Update to 2.08: 2006-05-08 16:38:11 +00:00
p5-HTML-Tagset DESTDIR support. 2006-11-05 17:31:09 +00:00
p5-HTML-Template Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-HTML-Tree Updated to version 3.20. 2006-07-12 17:11:22 +00:00
p5-HTMLObject Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-HTTP-Cache-Transparent Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-HTTP-DAV Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-HTTP-GHTTP Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-HTTP-Lite Import p5-HTTP-Lite from pkgsrc-wip. Packaged by Eric Schnoebelen. 2006-08-22 21:46:13 +00:00
p5-HTTP-Proxy remove svr4 pkgname. 2006-03-23 18:06:52 +00:00
p5-HTTP-Request-Form Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-HTTP-Server-Simple Update www/p5-HTTP-Server-Simple to 0.18. Changes from version 0.17 2006-05-02 04:07:12 +00:00
p5-HTTP-Server-Simple-Kwiki Fix dependency... it needs HTTP::Server::Simple::Static. 2006-05-02 04:45:09 +00:00
p5-HTTP-Server-Simple-Mason Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-HTTP-Server-Simple-Static Import HTTP::Server::Simple::Static-0.02 as www/p5-HTTP-Server-Simple-Static. 2006-05-02 04:41:37 +00:00
p5-HTTPD-User-Manage Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Jemplate Update to 0.18, provided by OBATA Akio in PR 33928: 2006-07-17 17:51:03 +00:00
p5-Kwiki Drop maintainership. 2006-03-14 16:04:46 +00:00
p5-Kwiki-Archive-Rcs Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
p5-Kwiki-BreadCrumbs Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
p5-Kwiki-Edit-RequireUserName Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Kwiki-Favorites Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
p5-Kwiki-HtmlBlocks Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
p5-Kwiki-Icons-Gnome Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
p5-Kwiki-NewPage Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
p5-Kwiki-Notify-Mail initial import of Kwiki::Notify::Mail 2006-05-01 15:10:12 +00:00
p5-Kwiki-PagePrivacy Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
p5-Kwiki-ParagraphBlocks Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
p5-Kwiki-PreformattedBlocks Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
p5-Kwiki-RecentChanges Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
p5-Kwiki-Revisions Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
p5-Kwiki-Scode Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
p5-Kwiki-Search Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
p5-Kwiki-Simple-Server-HTTP Import Kwiki::Simple::Server::HTTP-0.03 as p5-Kwiki-Simple-Server-HTTP. 2006-05-02 04:51:01 +00:00
p5-Kwiki-UserName Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
p5-Kwiki-UserPreferences Drop maintainership for packages that I no longer have time to maintain. 2006-03-14 16:00:40 +00:00
p5-Kwiki-Users-Remote Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Kwiki-Weather Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Kwiki-Wikiwyg Import Kwiki::Wikiwyg-0.13 as www/p5-Kwiki-Wikiwyg. 2006-05-02 14:18:43 +00:00
p5-Kwiki-Zipcode Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-libapreq Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*, 2006-06-02 18:27:54 +00:00
p5-libapreq2 Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
p5-libwww DESTDIR support. 2006-11-05 17:31:09 +00:00
p5-LWP-Authen-Negotiate Initial import of p5-LWP-Authen-Negotiate 0.06 2006-05-15 12:02:34 +00:00
p5-LWP-Authen-Wsse Use the right distinfo file, d'oh. 2006-01-30 13:15:33 +00:00
p5-MasonX-Request-WithApacheSession Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-SVN-Web Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removed 2006-08-10 03:21:39 +00:00
p5-Template-Extract Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removed 2006-08-10 03:21:39 +00:00
p5-Template-Generate Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removed 2006-08-10 03:21:39 +00:00
p5-Template-Toolkit Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Test-WWW-Mechanize Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-URI DESTDIR support. 2006-11-05 17:31:09 +00:00
p5-VRML Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
p5-WWW-Amazon-Wishlist Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-WWW-Curl Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
p5-WWW-Mechanize Update to 1.18: 2006-02-26 09:09:05 +00:00
paros Update to latest version, 3.2.13 2006-10-08 01:47:18 +00:00
pear-HTML_Common Update pear-HTML_Common to 1.2.3. 2006-10-23 20:09:00 +00:00
pear-HTML_Select Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
pear-HTTP Provides a set of useful, static functions related to the 2006-06-15 11:29:39 +00:00
pear-HTTP_Request Updated pear-HTTP_Request to 1.3.0. 2006-10-23 20:13:38 +00:00
php-apc Update php-apc to 3.0.12p2 - changes are several fixes and PHP 5.2 2006-11-06 21:11:46 +00:00
php-curl Use patches from "php" package to fix the build with version 7.16.0 or 2006-11-01 11:34:31 +00:00
php-eaccelerator Update to final 0.9.5 2006-11-06 20:58:50 +00:00
php-FastTemplate Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
php4 Fix for CVE-2006-5465 from PHP CVS 2006-11-04 11:19:41 +00:00
php4-apc Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
privoxy added support for IRIX 5 2006-10-01 08:56:28 +00:00
py-clearsilver python/extension.mk must be the first .include for extensions, 2006-10-24 11:06:40 +00:00
py-curl Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
py-django Switch django and flup to use the new location of py-setuptools. 2006-11-14 13:36:53 +00:00
py-flup Switch django and flup to use the new location of py-setuptools. 2006-11-14 13:36:53 +00:00
py-HTMLgen Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-jonpy Initial import of py-jonpy-0.06. From DESCR: 2006-07-02 14:33:22 +00:00
py-moin Explicitly depend on py-expat, as it is needed for the GUI editor. 2006-10-25 18:57:34 +00:00
py-nevow Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
py-pcgi Fixed script interpreters. Bumped PKGREVISION. 2006-06-25 09:46:53 +00:00
py-zpublisher
qDecoder Make this package build on Darwin. 2006-06-10 19:43:24 +00:00
raggle Fix installation. Add installed documentation to PLIST. 2006-02-22 20:52:11 +00:00
rails Fix check-interpreter warnings and errors. 2006-10-12 08:45:34 +00:00
ruby-actionpack Use RUBY_SITELIBDIR. 2006-10-09 23:21:41 +00:00
ruby-actionwebservice Update ruby-actionwebservice to 1.1.6. 2006-10-09 23:27:59 +00:00
ruby-borges Sort PLIST. 2006-09-07 15:55:50 +00:00
ruby-clearsilver Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ruby-fcgi Update ruby-fcgi pacakge to 0.8.7. 2006-07-09 14:18:04 +00:00
ruby-htmlsplit Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ruby-tag Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
ruby-webunit Sort PLIST. 2006-09-07 15:55:50 +00:00
sarg The sarg tool depends on sorting fields by month name (M), which is a 2006-08-04 18:11:46 +00:00
screws Fixed the installation, which I broke yesterday. This fixes PR 34981. 2006-11-03 21:29:45 +00:00
seamonkey Update seamonkey, seamonkey-bin and seamonkey-gtk1 to 1.0.6. Fixed in this version: 2006-11-08 14:39:16 +00:00
seamonkey-bin Update seamonkey, seamonkey-bin and seamonkey-gtk1 to 1.0.6. Fixed in this version: 2006-11-08 14:39:16 +00:00
seamonkey-bin-nightly Initial import of seamonkey-bin-nightly. 2006-09-24 16:40:50 +00:00
seamonkey-gtk1 Update seamonkey, seamonkey-bin and seamonkey-gtk1 to 1.0.6. Fixed in this version: 2006-11-08 14:39:16 +00:00
sitecopy Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
skipstone Add standard way to depend on "seamonkey" an "firefox" backends. 2006-09-25 10:08:06 +00:00
snarf Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
snownews Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
sope Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
SpeedyCGI Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
spfc Mark as BROKEN_IN pkgsrc-2006Q1 according to 2006-05-18 20:29:58 +00:00
squid pkgsrc chagnes 2006-11-09 15:16:21 +00:00
squidGuard USE_TOOLS+=lex 2006-07-10 00:58:39 +00:00
squidpurge USE_LANGUAGES+= c++ 2006-05-13 14:12:31 +00:00
squirm Imported squirm. 2006-10-02 17:12:19 +00:00
surfraw Take maintainership. 2006-06-15 13:44:59 +00:00
swiftsurf Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
swiggle Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
swill
swish-e Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
tcl-cgi Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00
thttpd Rename "SITES_* to "SITES.*" for file-specific lists of sites from which 2006-07-27 18:48:02 +00:00
thy List info files directly in the PLIST and honor PKG{INFO,MAN}DIR. 2006-04-08 05:02:59 +00:00
tidy Add missing RCS Id. 2006-09-16 15:29:35 +00:00
tinyproxy Fixed the hard-coded paths in the configuration file. Populated 2006-09-19 08:31:18 +00:00
trac Some more HOMEPAGE/MASTER_SITES updates from Sergey Svishchev. 2006-10-28 21:29:47 +00:00
urlget
viewvc Quick fix for patch-aa 2006-10-21 09:11:20 +00:00
visitors Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
w3 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
w3c-httpd Fixed "test ==", as reported in PR 34970. 2006-11-02 18:59:35 +00:00
w3m Removed the superfluous "quotes" and 'quotes' from variables that don't 2006-04-22 09:22:05 +00:00
w3m-img Needs msgfmt. 2006-06-11 14:48:29 +00:00
waplet
wApua Update to 0.05.1, by othyro in PR 33414: 2006-05-14 14:35:49 +00:00
wdg-validate Rename "SITES_* to "SITES.*" for file-specific lists of sites from which 2006-07-27 18:48:02 +00:00
webalizer Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
weblint Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
webnew Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-14 08:24:59 +00:00
websvn Fixed file permissions. We don't want to have world-writable files at all. 2006-10-15 19:37:26 +00:00
weex Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey 2006-04-17 07:07:11 +00:00
whisker
wiliki A missing file in PLIST; bump revision to 0.5.3nb1. 2006-03-18 01:07:55 +00:00
wml Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
www6to4 Update www6to4 to 1.6. 2006-10-28 03:00:35 +00:00
wwwcount * Use the pkginstall framework for INSTALL/DEINSTALL scripts. 2006-07-19 19:48:21 +00:00
wwwoffle Fixed file permissions. PKGREVISION++ 2006-10-23 11:06:23 +00:00
zope For py-extclass, use the buildlink3.mk, not just a dependency. 2005-12-30 13:24:34 +00:00
zope-confera
zope3 Update www/zope3 to 3.3.0, based on PR pkg/34668 by Yoshito Komatsu 2006-10-01 14:25:23 +00:00
zope25 Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
zope25-AbracadabraObject Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-BackTalk Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-BTreeFolder Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-BTreeFolder2 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-Calendar Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-CMF Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
zope25-CMFPlone Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
zope25-colorz Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-CookieCrumbler Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-DocumentLibrary Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-EasyImage Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
zope25-Epoz Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-ExternalEditor Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-FileSystemSite Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-Formulator Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-Fortune Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-JPicture Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
zope25-KnowledgeKit Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-LocalFS Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-MailManager Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
zope25-MetaPublisher Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
zope25-ParsedXML Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-Photo Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
zope25-PropertyFolder Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
zope25-PropertyObject Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-RDFSummary Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-RenderableCharts Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-Silva Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-Squishdot Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-StripoGram Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-TinyTablePlus Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-XMLWidgets Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-Zippy Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-ZMySQLDA Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-ZNavigator Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-zopebook Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-ZPhotoSlides Over 1200 files touched but no revisions bumped :) 2006-04-06 06:21:32 +00:00
zope25-ZPsycopgDA Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
zope25-ZWeather Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope25-ZWiki Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
zope29 Add example RCD_SCRIPTS to PLIST. 2006-09-10 00:56:53 +00:00
zopeedit Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
Makefile add textproc/Markdown and www/ikiwiki 2006-11-13 01:30:52 +00:00