pkgsrc/www
markd d7b3a9908e Update to kde 3.5.9
Quanta Plus
* Insert literal character entities if possible.
* List the plugin in the Open With context menu.
* Fix crashes when using XDebug.
* Do not keep an empty, Untitled document opened when opening new files.
* Fix crash when closing a plugin and no other document is opened.
* Make HTML forms work in the internal preview.
* Fix deadlock in CSS editor when the propery contains ":".

Kommander
* Support executing of widget slots.
* Add execute method for PushButton.
* Add possibility to pass parameters for ScriptObject.
* Add "return" command to get back the result of a ScriptObject.
* Add "createWidget" function for on-the-fly widget creation.
* Add "widgetExists" function.
* Add "execBackground" function.
* Add "connect/disconnect" function for on-the-fly signal/slot connection.
* Add indexed array functions
* Make "a="Label1"; a.setText("foo")" work.
* Add "TreeWidget.selectedIndexes".
* Add "Table.setCellWidget/cellWidget".
* Add "Table.selection" to get back the selection coordinates.
* New widgets: "AboutDialog, DatePicker, PopupMenu, ToolBox"
* Use the new parser by default for new dialogs.
* Support shebang ("#!/path_to/kmdr-executor") in the beginning of the
  .kmdr files. Running .kmdr files is possible directly if you make
  them executable.
* Warn if a dialog file is not executable.
* Store Kommander version in the "VERSION/_VERSION" global variable.
* Add experimental Kommander KPart (Kommander dialogs can be embedded in
  other KDE applications).
* Make "input_color" and "@Input.color" accept a default color argument.
* Make "TreeWidget.selection" work in multi selection mode.
* Make "TreeWidget.setSelection" show the selected item.
* Make "CheckBox.setChecked" accept as argument false, "false", true,
  "true", 0 (meaning false), everything else meaning "true".
* Optionally quote the strings inserted via the function browser.
* Use combobox for booleans in the function browser.
* Use multiline insert box in function browser.
* Add highlighting for the new parser.
* Make possible to open more associated editors at once.
* Make it possible to run external script in a ScriptObject.
* "execute" DCOP call returns a string.
* The editor does not save the dialog on running.
* Create backup files every 5 minutes.
* Rework the plugin system.
* Set new functions only available to new parser such as createWidget
  to not be shown in the function browser if the old parser is run.
* Show all available functions in the function browser.
* Insert the functions using the syntax of the new parser if #!kommander
  is specified in the associated text.
* Return the result of a division in floating form if the result is not
  an integer.
* Update the handbook.
* Install examples that are easily reachable from the editor.
* Fix "exit" command.
* Make "dcopid, pid, parentPid" work in the new parser.
* Fix problem with losing the parser type status in the editor when
  working with multiple dialogs.
* "@Array.fromString" should append the new elements to the array, just
  like it did before and how "array_fromString" does.
* Fix @eval for addition/substraction and handle division by zero.
* Process code written in external script using the old parser.
* Fix many cases when the code was executed altough it was in a codepath
  that should not be executed.
* Fixed the bug in the input text dialog where entering a default value
  returned the caption.
* Fix the for loop parsing if end < start.
2008-02-20 09:57:47 +00:00
..
adzap Update to version 20070225. Only changes are to ad patterns. 2007-03-03 20:55:28 +00:00
album Use relational pattern instead of [2-9]*. Bump revision. 2007-05-21 10:03:59 +00:00
album_themes Reset maintainer for people who lost their commit bit. 2006-09-03 00:56:28 +00:00
amaya Improve the description. 2008-01-20 03:51:14 +00:00
analog Regen for patch-ac. 2007-10-19 15:55:57 +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-external Split out Apache 2.x code into ap2-auth-external. Fixes pkg/37362 2007-12-20 14:31:52 +00:00
ap-auth-kerb Update to mod_auth_kerb-5.3. Suggested by Michael Santos in PR pkg/35459. 2007-01-25 19:54:08 +00:00
ap-auth-ldap Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
ap-auth-mysql If APR_XtOffsetOf is not defined, fallback to APR_OFFSETOF. 2007-06-29 22:58: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 Change PostgreSQL default version to 8.1 and bump revision of all 2006-12-28 12:12:57 +00:00
ap-auth-postgresql Per Juan RP, use pkgsrc-users@ as MAINTAINER of unmaintained pkgs. 2007-03-21 19:44:10 +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 Reindent. 2007-05-23 12:23:11 +00:00
ap-dtcl Fixed invalid lvalue. 2007-11-30 20:43:08 +00:00
ap-Embperl Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
ap-fastcgi APACHE_MANUAL is different in Apache 2.x and 1.3.x. Substitute in shared 2007-12-05 17:42:49 +00:00
ap-gzip Some more HOMEPAGE/MASTER_SITES updates from Sergey Svishchev. 2006-10-28 21:29:47 +00:00
ap-jk Update ap-jk to 1.2.23. 2007-05-29 02:22:22 +00:00
ap-layout Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
ap-mp3 pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +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 Some packages need lex and yacc. Patch by Aleksey Cheusov via 2007-11-17 12:04:11 +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 give away to pkgsrc-users 2007-03-19 16:35:51 +00:00
ap-ruby Remove logic to pass the right apr includes to configure based on 2007-05-29 22:41:46 +00:00
ap-ssl Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
ap-throttle Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
ap-xslt Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
ap2-auth-external Import apache 2.x portion after splitting ap-auth-external into 1.x and 2.x. 2007-12-20 14:59:14 +00:00
ap2-auth-ldap Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
ap2-auth-mysql Change naming of Apache 2.2 modules to use ap22 prefix. 2007-06-30 16:09:07 +00:00
ap2-auth-pgsql Change naming of Apache 2.2 modules to use ap22 prefix. 2007-06-30 16:09:07 +00:00
ap2-auth-radius Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
ap2-auth-xradius Fixed duplicate definition of strsep on NetBSD. 2007-11-30 20:46:18 +00:00
ap2-bw Change naming of Apache 2.2 modules to use ap22 prefix. 2007-06-30 16:09:07 +00:00
ap2-chroot Change naming of Apache 2.2 modules to use ap22 prefix. 2007-06-30 16:09:07 +00:00
ap2-fastcgi APACHE_MANUAL is different in Apache 2.x and 1.3.x. Substitute in shared 2007-12-05 17:42:49 +00:00
ap2-fcgid Change naming of Apache 2.2 modules to use ap22 prefix. 2007-06-30 16:09:07 +00:00
ap2-jk Change naming of Apache 2.2 modules to use ap22 prefix. 2007-06-30 16:09:07 +00:00
ap2-perl Change naming of Apache 2.2 modules to use ap22 prefix. 2007-06-30 16:09:07 +00:00
ap2-python MAKE_JOBS_SAFE= no 2007-09-27 16:53:58 +00:00
ap2-subversion Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
ap2-suphp Some packages need lex and yacc. Patch by Aleksey Cheusov via 2007-11-17 12:04:11 +00:00
ap2-transform Change naming of Apache 2.2 modules to use ap22 prefix. 2007-06-30 16:09:07 +00:00
ap2-wsgi Update to 1.3 (from Jan Danielsson). 2007-12-18 01:00:13 +00:00
ap2-xslt2 Installs bash script, so depend on it and bump revision. 2007-08-30 13:31:45 +00:00
apache Fix use of obsolete tail(1) syntax which coreutils 6.10 doesn't grok. 2008-02-17 20:15:07 +00:00
apache-tomcat55 Update to 5.5.25 2007-11-20 22:13:29 +00:00
apache2 Add comment that this file is used by devel/apr0/Makefile detected 2008-01-21 14:38:29 +00:00
apache22 Update to 2.2.8, please check http://www.apache.org/dist/httpd/CHANGES_2.2.8 2008-01-21 15:07:10 +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 Reset maintainer -- shell@ is inactive. 2007-09-30 17:45:23 +00:00
august Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
awstats Add in an options.mk for Geo IP Free 2008-01-03 12:37:06 +00:00
bannerfilter Fixed "test ==". 2006-11-11 16:48:14 +00:00
bins Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
bkedit pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
bluefish Remove ftp.ratisbona.com from MASTER_SITES, doesn't resolve. 2007-11-12 00:13:13 +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 Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
browser-bookmarks-menu Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. 2007-09-21 13:03:25 +00:00
cadaver Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
calamaris Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +00:00
cgic Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
cgicc Reset maintainer -- shell@ is inactive. 2007-09-30 17:45:23 +00:00
cgilib Add a missing directory to INSTALLATION_DIRS. 2007-07-09 21:51:30 +00:00
checkbot Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
cherokee PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS 2008-02-04 20:10:34 +00:00
chimera Reset maintainer on his request. 2007-12-12 20:42:28 +00:00
clearsilver * If PLIST_SRC is explicitly set to an empty value in a package Makefile, 2007-10-25 22:00:39 +00:00
clearsilver-base
cocoon Mark as BROKEN_IN pkgsrc-2006Q4, based on 2007-01-31 00:04:11 +00:00
communicator Recent flash player is not compatible with netscape navigator/communicator 2007-10-27 13:35:26 +00:00
crawl Remove myself as maintainer, I don't have the time anymore to keep these 2007-05-18 10:03:30 +00:00
cronolog Back out previous. Pointed out by uebayasi@ and martti@. 2007-09-25 10:07:06 +00:00
curl Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
cvsweb No reason to have a +DISPLAY say a package is installed. 2007-01-24 17:43:58 +00:00
dillo Installs Perl script to bin/, so depend on it and fix path. 2007-07-24 13:46:45 +00:00
drivel Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
drraw Update drraw to 2.2a4. 2007-06-03 16:40:48 +00:00
drupal Update to 5.6 2008-01-11 12:37:11 +00:00
elinks Update to 0.11.4rc0. ChangeLog only available in GIT history: see 2008-02-06 04:30:37 +00:00
emacs-w3m Buildlink3'ify & make mew support optionalize. Refactor code and PLIST a 2007-10-29 13:11:11 +00:00
epiphany Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
epiphany-extensions update to 2.20.3 2008-01-11 13:45:46 +00:00
erubis Import Erubis. 2007-06-11 04:55:33 +00:00
fcgi Change the format of BUILDLINK_ORDER to contain depth information as well, 2006-07-08 23:10:35 +00:00
ffproxy
firefox Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.12. 2008-02-08 11:28:30 +00:00
firefox-bin Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.12. 2008-02-08 11:28:30 +00:00
firefox-bin-acroread * If PLIST_SRC is explicitly set to an empty value in a package Makefile, 2007-10-25 22:00:39 +00:00
firefox-bin-acroread5 Convert to emulator framework. Bump the PKGREVISIONs of the 2007-07-30 16:12:56 +00:00
firefox-bin-acroread7 Convert to emulator framework. Bump the PKGREVISIONs of the 2007-07-30 16:12:56 +00:00
firefox-bin-flash Update flash player packages to the latest version (9.0.115). 2007-12-23 22:27:15 +00:00
firefox-bin-java Convert to use the emulator framework. Noted by <wiz>. 2007-07-30 16:00:35 +00:00
firefox-bin-nightly Move code that generates a dynamic PLIST from the {pre,do,post}-install 2007-10-25 21:04:21 +00:00
firefox-bin-realplayer Convert to emulator framework. Bump the PKGREVISIONs of the 2007-07-30 16:12:56 +00:00
firefox-gtk1 Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.5. 2007-07-26 08:43:49 +00:00
firefox15 Change MOZILLA master sites difinitions, related to PR 37379. 2007-12-22 07:22:04 +00:00
firefox15-bin Move code that generates a dynamic PLIST from the {pre,do,post}-install 2007-10-25 21:04:21 +00:00
firefox15-gtk1 Firefox 1.5.0.x has been EOL'd. 2007-07-26 08:47:35 +00:00
galeon Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
galway Convert to use guile16 instead of guile14. Patch provided by 2007-06-01 01:12:30 +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 Make it easier to build and install packages "unprivileged", where 2007-07-04 20:54:31 +00:00
gitweb Extract using gtar to avoid problems with the distfile, as devel/scmgit does. 2007-03-25 18:41:26 +00:00
grail Fix path to Python. Bump revision. 2007-10-06 00:16:28 +00:00
gtkasp2php Reset maintainer -- shell@ is inactive. 2007-09-30 17:45:23 +00:00
gtkhtml38 Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
gtkhtml314 Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
haskell-cgi HOMEPAGE is gone, comment it out. From Sergey Svishchev. 2007-02-22 19:24:37 +00:00
hiawatha
horde Major changes compared to Horde 3.1.5 are: 2008-01-10 23:08:06 +00:00
htdig Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 12:32:40 +00:00
htdig-devel Make this build on Darwin. 2008-01-14 09:46:45 +00:00
htmldoc Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
htmldoc-x11 Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
htmlfix Needs REPLACE_PERL. PKGREVISION++ 2008-01-31 18:59:37 +00:00
htmllint Fixed pkglint warnings. 2006-07-10 10:43:31 +00:00
http_load Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
ijb Fixed gcc 4 error message. 2007-09-29 16:16:47 +00:00
ikiwiki Add another REPLACE_PERL for a perl script to replace interpreter. 2008-01-02 15:39:57 +00:00
instiki Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
ja-trac Fix typo which cause PKG_OPTIONS ignorance. 2007-12-21 03:38:06 +00:00
jakarta-servletapi Don't bail out on deprecated symbols. Fixes build with jikes which 2007-01-23 16:22:00 +00:00
jakarta-tomcat4 Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
jakarta-tomcat5 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
jalbum Based on some feedback, comment out the newly added LICENSE=xxx for now. 2007-10-30 19:31:38 +00:00
jsdk20 Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
jssi These two packages are no longer maintained, and are made irrelevant by 2007-03-21 19:24:11 +00:00
kahua Don't hard-code /var. 2007-09-29 16:19:09 +00:00
kannel
kazehakase Drop a stupid sed from configure that breaks the itlocaledir patching. 2007-12-30 17:55:11 +00:00
kdewebdev3 Update to kde 3.5.9 2008-02-20 09:57:47 +00:00
lhs Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
libghttp Resign as maintainer of all the packages which I'm no longer using. 2007-09-19 06:46:51 +00:00
libgtkhtml Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. 2007-09-21 13:03:25 +00:00
libwww Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
liferea update to 1.4.12 2008-02-03 11:14:27 +00:00
lighttpd Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
links Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
links-gui Update PKGNAME for links-gui as well after recent ../../www/links update. 2008-01-21 14:27:35 +00:00
lynx Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +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 Update to version 20051212. 2007-03-23 21:38:02 +00:00
mimetex Add DESTDIR support. 2007-12-17 10:33:56 +00:00
mini_httpd Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
mknmz-wwwoffle namazu2 was renamed to namazu about a month ago so modify DEPENDS accordingly 2007-10-20 10:43:11 +00:00
mMosaic Reset maintainer on his request. 2007-12-12 20:42:28 +00:00
mongrel Use more Ruby specific name: s/REPLACE_FILE_PAT/REPLACE_RUBY_PAT/. 2007-12-13 14:48:09 +00:00
mono-xsp - Do not use DEPENDS directly if there's a bl3.mk file available. 2008-02-18 17:06:32 +00:00
navigator add 2007-10-31 21:44:19 +00:00
neon Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
netscape update netscape to netscape-20040123nb4: 2006-09-29 22:12:51 +00:00
nginx Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
ns-plugger-common Fix a long standing bug where PKG_INFO was used before it was defined. 2007-10-10 15:27:15 +00:00
ns-plugger-communicator
ns-plugger-navigator
ns-remote Update ns-remote to 1.11nb4 - from PR/37624 by Eric Schnoebelen: 2008-01-01 16:45:35 +00:00
nspluginwrapper Update to 0.9.91.5: 2007-09-09 17:06:03 +00:00
nvu I finally found out what the error message "Need libIDL >= 0.6.3" really 2007-12-01 21:29:52 +00:00
ocsigen Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
opera Provide correct checksums for all supported platforms, like I said 2007-12-26 21:44:49 +00:00
opera-acroread * If PLIST_SRC is explicitly set to an empty value in a package Makefile, 2007-10-25 22:00:39 +00:00
opera-acroread5 * Add new emulator framework in pkgsrc/mk/emulator that handles all 2007-07-29 05:18:36 +00:00
opera-acroread7 * Add new emulator framework in pkgsrc/mk/emulator that handles all 2007-07-29 05:18:36 +00:00
opera-plugins Allow a nicer syntax for expressing needing at least a certain version 2007-08-23 18:20:30 +00:00
p5-Apache-ASP Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Apache-AuthCookie Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Apache-AuthCookieDBI Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Apache-DBILogConfig Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Apache-DBILogger Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Apache-Filter Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Apache-Gallery No need to directly depend on X11. 2007-02-15 14:07:44 +00:00
p5-Apache-Reload Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Apache-Session Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Apache-Session-Wrapper Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Apache-SSI Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Apache-Test Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Captcha-reCAPTCHA Initial import of module Captcha-reCAPTCHA. 2008-01-25 01:59:06 +00:00
p5-Captcha-reCAPTCHA-Mailhide Initial import of Captcha-reCAPTCHA-Mailhide. 2008-01-25 02:31:06 +00:00
p5-CGI Changes 3.29: 2007-10-13 11:55:14 +00:00
p5-CGI-Application Fixing error reported by babylon5.NetBSD.org weekly pkgsrc output (Missing newline) 2007-12-16 07:12:33 +00:00
p5-CGI-Application-Plugin-DBH Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-CGI-Application-Plugin-ValidateRM Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-CGI-FastTemplate Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-CGI-FormBuilder Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-CGI-Kwiki Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-CGI-Minimal Fixing error reported by babylon5.NetBSD.org weekly pkgsrc output 2007-12-16 07:11:51 +00:00
p5-CGI-ProgressBar This module provides a progress bar for web browsers, to keep end-users 2007-11-03 14:32:04 +00:00
p5-CGI-Session Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-CGI_Lite Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-CSS Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-FCGI Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-FCGI-ProcManager Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTML-Clean Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTML-Element-Extended The package supports installation to DESTDIR. 2008-01-05 22:41:27 +00:00
p5-HTML-FillInForm Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTML-FixEntities Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTML-Format Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTML-LinkExtractor Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTML-Mason Added MESSAGE file in order to tell users they have to do a minimum 2007-10-01 21:29:32 +00:00
p5-HTML-Parser The package needs a C compiler. 2008-01-08 20:58:30 +00:00
p5-HTML-PrettyPrinter Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTML-Prototype Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTML-Prototype-Useful Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTML-Scrubber Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTML-SimpleParse Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTML-StickyQuery Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTML-Stream Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTML-Strip Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTML-Table Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTML-TableExtract The package supports installation to DESTDIR. 2008-01-05 22:41:27 +00:00
p5-HTML-Tagset Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTML-Template Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTML-Tiny Initial import of Perl module HTML-Tiny. 2008-01-25 01:35:53 +00:00
p5-HTML-Tree The package supports installation to DESTDIR 2008-01-05 22:38:08 +00:00
p5-HTML-WikiConverter Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTMLObject Update p5-HTMLObject to 2.28. 2007-11-14 10:07:14 +00:00
p5-HTTP-Cache-Transparent Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTTP-DAV Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTTP-GHTTP Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTTP-Lite Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTTP-Proxy Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTTP-Request-Form Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTTP-Server-Simple Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTTP-Server-Simple-Kwiki Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTTP-Server-Simple-Mason Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTTP-Server-Simple-Static Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-HTTPD-User-Manage Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
p5-I18N-AcceptLanguage Import p5-I18N-AcceptLanguage version 1.04. 2008-02-16 05:02:36 +00:00
p5-Jemplate Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-Archive-Cvs Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-Archive-Rcs Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-BreadCrumbs Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-Edit-RequireUserName Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-Favorites Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-HtmlBlocks Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-Icons-Gnome Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-ModPerl Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-NewPage Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-Notify-Mail Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-PagePrivacy Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-ParagraphBlocks Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-PreformattedBlocks Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-RecentChanges Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-Revisions Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-Scode Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-Search Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-Simple-Server-HTTP Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-UserName Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-UserPreferences Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-Users-Remote Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-Weather Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-Wikiwyg Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Kwiki-Zipcode Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-libapreq Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-libapreq2 Change naming of Apache 2.2 modules to use ap22 prefix. 2007-06-30 16:09:07 +00:00
p5-libwww No compiler necessary. 2008-01-09 00:58:24 +00:00
p5-LWP-Authen-Negotiate Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-LWP-Authen-Wsse Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-LWPx-ParanoidAgent Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-MasonX-Request-WithApacheSession Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-SVN-Web Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Template-Extract Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Template-Generate Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Template-Multilingual Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Template-Stash-EscapeHTML Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-Template-Toolkit Updated www/p5-Template-Toolkit 2.15 -> 2.19 2007-06-09 23:54:01 +00:00
p5-Test-WWW-Mechanize Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-URI Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-URI-Fetch Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-VRML Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-WWW-Amazon-Wishlist Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-WWW-Curl Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
p5-WWW-Facebook-API Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
p5-WWW-Mechanize Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
paros Fix CATEGORIES, duh. 2007-02-28 13:08:08 +00:00
pear-HTML_Common Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
pear-HTML_Select Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
pear-HTTP Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
pear-HTTP_Request Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk 2007-10-25 16:54:26 +00:00
php-apc Update do APC 3.0.14. Changes since 3.0.12 are miscellaneous bugfixes. 2007-09-04 22:45:56 +00:00
php-curl Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
php-eaccelerator Update to 0.9.5.2. 2007-12-09 13:59:38 +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 Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
php4-apc Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv). 2006-06-04 16:26:54 +00:00
plone Update plone3 package to 3.0.6. 2008-02-19 14:12:46 +00:00
plone3 Update plone3 package to 3.0.6. 2008-02-19 14:12:46 +00:00
plone25 Remove MacOS X derived files which start from "._". 2008-01-15 14:38:08 +00:00
pound Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
privoxy Convert to use the features framework. 2007-09-08 21:57:57 +00:00
py-clearsilver Fix compilation on platforms where gcc does not produce PIC objects by default. 2007-01-19 18:04:03 +00:00
py-curl Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
py-django Update to Django 0.96.1: Fix a DOS in the i18n layer. 2007-11-01 21:24:02 +00:00
py-flup Update py-flup to r2311. 2007-08-09 13:31:52 +00:00
py-HTMLgen
py-jonpy Supports user-destdir. 2007-04-10 13:35:53 +00:00
py-moin Fix (or update?) HOMEPAGE. 2006-12-20 04:56:53 +00:00
py-nevow Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
py-swish-e Remove trailing spaces. 2007-10-09 19:19:08 +00:00
py-webpy Needs Python 2.4+ as the list comprehension is not support before 2007-01-11 11:30:00 +00:00
qDecoder Fix NO_MTREE. 2007-03-28 13:30:11 +00:00
raggle Dick Davies can no longer maintain those packages. (by private mail) 2007-10-03 14:45:41 +00:00
rails Update rails to 2.0.2. Now the default database is sqlite3, not mysql. 2008-02-09 06:31:59 +00:00
ruby-actionpack Update ruby-actionpack to 2.0.2. 2008-02-09 06:23:29 +00:00
ruby-activeresource Import ruby-activeresource. 2008-02-09 06:27:48 +00:00
ruby-borges Sort PLIST. 2006-09-07 15:55:50 +00:00
ruby-clearsilver
ruby-fcgi Dick Davies can no longer maintain those packages. (by private mail) 2007-10-03 14:45:41 +00:00
ruby-htmlsplit
ruby-mechanize Import ruby-mechanize. 2007-05-26 01:46:51 +00:00
ruby-tag
ruby-webunit Sort PLIST. 2006-09-07 15:55:50 +00:00
sarg Fixed typo of config filename (Russian_UTF8 => Russian_UTF-8). 2007-12-31 06:53:17 +00:00
screws Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
seamonkey Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.8. 2008-02-08 18:04:33 +00:00
seamonkey-bin Define MASTER_SITE simply. Don't add "contrib" automatically. 2008-02-13 14:43:00 +00:00
seamonkey-bin-flash Update flash player packages to the latest version (9.0.115). 2007-12-23 22:27:15 +00:00
seamonkey-bin-java Add www/seamonkey-bin-java, analogue to firefox-bin-java. 2007-02-01 14:02:57 +00:00
seamonkey-bin-nightly Move code that generates a dynamic PLIST from the {pre,do,post}-install 2007-10-25 21:04:21 +00:00
seamonkey-gtk1 Update seamonkey, seamonkey-bin and seamonkey-gtk1 to SeaMonkey 1.1.5. 2007-10-22 08:04:07 +00:00
serf include openssl bl3 2008-02-13 19:40:13 +00:00
sitecopy Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
skipstone Bump PKGREVISION for major www/firefox upgrade. 2007-05-12 14:05:54 +00:00
snarf
snownews fix obsolete URLs for www.NetBSD.org 2007-10-07 12:59:11 +00:00
sope Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
SpeedyCGI Fix build on OS/X 2007-11-22 23:00:39 +00:00
spfc These two packages are no longer maintained, and are made irrelevant by 2007-03-21 19:24:11 +00:00
squid Fix createdirs command 2008-01-31 20:01:13 +00:00
squidGuard Update squidGuard to 1.3 with patch-20071117. 2007-12-20 03:36:59 +00:00
squidpurge pkglint USE_LANGUAGES cleanup. Patch from Sergey Svishchev. 2007-02-22 19:30:02 +00:00
squirm Make it easier to build and install packages "unprivileged", where 2007-07-04 20:54:31 +00:00
surfraw Add perl to tools and fix interpreter paths in installed files. 2007-10-27 12:27:46 +00:00
swiftsurf
swiggle Update to 0.4: 2007-07-19 23:00:47 +00:00
swill Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
swish-e Fix one more Perl reference. Bump revision. 2007-08-30 20:01:08 +00:00
tcl-cgi
thttpd Fix a typo in a comment. 2007-09-09 00:30:13 +00:00
thy Convert packages that test and use USE_INET6 to use the options framework 2007-09-07 22:12:10 +00:00
tidy Add missing RCS Id. 2006-09-16 15:29:35 +00:00
tinyproxy Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
trac Fix psycopg2 dependency line (reported by Stefan Schulze). 2007-10-29 18:31:11 +00:00
urlget
varnish I'm not maintaining these packages anymore. 2007-05-22 10:50:59 +00:00
viewvc No need to use wget to fetch now. 2008-01-24 07:23:47 +00:00
visitors Update visitors to 0.7. 2007-01-02 18:06:50 +00:00
w3 Add missing w3/buildlink3.mk which is conditionally included by devel/semi. 2007-12-16 13:45:59 +00:00
w3c-httpd Remove ftp-eu.w3.org from MASTER_SITES, doesn't resolve. 2007-11-12 00:17:17 +00:00
w3m Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
w3m-img Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
waplet
wApua Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +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 Regenerated patch-af 2007-11-22 15:26:15 +00:00
weblint Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 12:32:40 +00:00
webnew Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of 2007-01-07 09:13:46 +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 Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
wiliki
wml While here, added support for installation to DESTDIR. 2007-09-29 21:23:12 +00:00
www6to4 Update www6to4 to 1.6. 2006-10-28 03:00:35 +00:00
wwwcount Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
wwwoffle Depend on yacc, lex and flex as needed. Fixes PR 37586. 2007-12-21 22:54:56 +00:00
zope Don't print replaced name by pax(1). It was simply debugging aid. 2008-01-16 14:54:41 +00:00
zope-ejsplitter Importing zope-ejSplitter 0.5.1. 2007-12-18 16:02:18 +00:00
zope-jamailhost Importing zope-jaMailHost 0.4.4. 2007-12-18 16:03:48 +00:00
zope3 - More proper fix to previous change; correct real python scripts' path. 2007-12-21 16:18:35 +00:00
zope25 Fixed invalid dependency pattern. 2007-11-22 10:04:31 +00:00
zope25-AbracadabraObject
zope25-BackTalk
zope25-BTreeFolder
zope25-BTreeFolder2
zope25-Calendar
zope25-CMF Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
zope25-CMFPlone Fix dependency broken by www/zope25/product.mk change (Hi rillig!) 2007-11-26 15:59:35 +00:00
zope25-colorz Don't install group and world writeable files. Bump revision. 2007-07-28 00:19:24 +00:00
zope25-CookieCrumbler
zope25-DocumentLibrary
zope25-EasyImage Don't install group or world writeable files. Bump revision. 2007-07-28 00:31:14 +00:00
zope25-Epoz
zope25-ExternalEditor
zope25-FileSystemSite
zope25-Formulator
zope25-Fortune
zope25-JPicture Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
zope25-KnowledgeKit
zope25-LocalFS
zope25-MailManager Correct HOMEPAGE. 2007-12-22 03:04:44 +00:00
zope25-MetaPublisher Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
zope25-ParsedXML
zope25-Photo Very belatedly bump PKGREVISION for all jasper dependencies because 2007-01-17 23:47:18 +00:00
zope25-PropertyFolder Fixed invalid dependency pattern. 2007-11-22 10:04:31 +00:00
zope25-PropertyObject
zope25-RDFSummary
zope25-RenderableCharts
zope25-Silva Fix Python path in a script. Bump revision. 2007-07-28 00:23:13 +00:00
zope25-Squishdot
zope25-StripoGram
zope25-TinyTablePlus
zope25-XMLWidgets
zope25-Zippy
zope25-ZMySQLDA
zope25-ZNavigator
zope25-zopebook
zope25-ZPhotoSlides
zope25-ZPsycopgDA pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
zope25-ZWeather
zope25-ZWiki
zope29 Use the same order as zope210. 2008-01-21 16:55:01 +00:00
zope210 Move post-patch target to post-extract changed as www/zope29. 2008-01-21 16:51:46 +00:00
zopeedit Replaced PYTHON_VERSIONS_ACCEPTED with PYTHON_VERSIONS_INCOMPATIBLE. 2008-01-31 13:43:34 +00:00
Makefile Remove ruby-actionwebservice, which was obsoleted by ruby-activeresource. 2008-02-17 18:19:14 +00:00