pkgsrc/www
schmonz db02068692 Update to 2.54. From the changelog:
2.54:
  * Make it possible to load setup files w/o running them. Code
    needing to do so can call IkiWiki::Setup::load, which will return
    a hash of values.
  * ikiwiki-transition: Fix command-line processing so the prefix_directives
    transition works again.
  * template: Add support for a BASENAME variable.
  * Fixes creation of pages when clicking on WikiLinks starting with "/".
  * Change deb dependencies to list Text::Markdown before markdown, since
    the former, while slower, has a much better html parser that avoids
    numerous bugs.
  * Move yesno function out of inline and into IkiWiki core, not exported.
  * Error handling improvement for preprocess hooks. It's now safe to call
    error() from such hooks; it will cause a nicely formatted error message
    to be inserted into the page.
  * Cut the size of the binary package in half by excluding pages for bugs
    and todo items from the html shipped in it.
  * parentlinks: New plugin, split out of ikiwiki core and enabled by default,
    and several new fields added to allow for advanced styling. (intrigeri)
  * smileys: Some fixes for escaped smileys.
  * smileys: Note that smileys need to be double-escaped for the escaping to
    work. Markdown removes one level of escaping.
  * Add a postscan hook.
  * search: Use postscan hook, avoid updating index when previewing.
  * git: Put web committer name/openid/address in the git author field.
    The committer's email address is not used (because leaking email addresses
    is not liked by many users). Closes: #451023
  * git: Fix parsing of git logs with no commit messages at all.
  * search: Fixes for title stemming, and use better term for tags.
    (Rebuilding the wiki on upgrade to this version is recommended if you
    use the search plugin.)
  * meta, inline: Support guid options, to allow forcing a particular url or
    uuid in feeds.
  * meta: fix title() PageSpec
  * Some footer style changes.
  * aggregate: Add an `aggregateinternal` option, which allows storing
    aggregated data to internal-use files, rather than wiki pages. This
    can save disk space, and be faster.
  * ikiwiki-transition: Add a `aggregateinternal` transition to rename
    the aggregated files.

2.53:
  * search: generate configuration files once only when rebuilding
  * attachment: Fix an uninitialised value warning when editing a page
    that currently has no attachments.
  * Fix a bug with links to pages whose names contained colons.
  * attachment: Support old versions of CGI.pm that lack an upload method.
  * Include ikiwiki.setup in examples in the debian package.
  * attachment: Support perl 5.8's buggy version of CGI.pm.
  * otl: Support utf-8 files. (Recai Oktaş)

2.52:
  * attachment: New plugin for uploading and managing attachments.
    This includes a fairly powerful PageSpec based admin pref for deciding
    whether to accept a given upload, and an attachment management interface
    on the edit page.
  * If attachments are not enabled, configure CGI.pm to disable file
    uploads by default. (An anti-DOS measure.)
  * toggle: Add support for toggles that are open by default.
  * toggle: Fix to work in preview mode.
  * toggle: Add javascript to top of page, not to end. This avoids flicker
    since closed toggles will not be displayed as the page is loading.
  * The editpage form now uses the raw page name, not the page title, in its
    'page' cgi parameter. Using the title was ambiguous and made it
    impossible to tell between some pages, like "foo/bar" and "foo__47__bar",
    sometimes causing the wrong page to be edited.
  * This change means that some edit links need to be updated.
    Force a rebuild on upgrade to this version.
  * Above change also allowed really fixing escaped slashes from the blogpost
    form.

2.51:
  * Improve toplevel parentlink to link directly to index.html when usedirs is
    disabled.
  * map: Add a "show" parameter. "show=title" can be used to display page
    titles, rather than the default page name. Based on a patch from
    Jaldhar H. Vyas, Closes: #484510
  * hnb: New plugin, contributed by Axel Beckert.
  * meta: Store "description" in pagestate for use by other plugins.
  * map: Support show=description.
  * textile: The Text::Textile perl module has some regexps that fail if
    input is flagged as utf-8, but contains invalid characters such as 0x92.
    To prevent it from crashing, re-encode the content before calling it,
    which will ensure that it's really utf-8.
  * Version the suggests of xapian-omega to a version known to be new enough
    to work with ikiwiki. Reportedly, version 0.9.9 is too old to work.
    Closes: #486592
  * creole: New plugin from Bernd Zeimetz. Closes: #486930
  * aggregate: Add template parameter.
  * Add support for the universal edit button <http://universaleditbutton.org/>
    (To get this on all pages of an exiting wiki, rebuild the wiki.)
  * txt: New plugin, contributed by Gabriel McManus.
  * smiley: Generate links relative to the destpage. (Fixes a reversion from
    2.41.)
  * toc: Revert change in 2.45 that made it run at sanitize time. That broke
    use of toc in a sidebar.
  * Call format hooks when generating page previews, thus fixing toc display
    there, as well as fixing inlins to again display in page previews, since
    it's started using format hooks. This also allows several other things,
    like embed, that use format hooks, to work during page preview time.
  * Format hooks should not rely on getting an entire html document, as they
    will only get the body during page preview.
  * toggle: Deal with preview mode when adding javascript.

2.50:
  * img: Support captions.
  * img: Don't generate empty title attributes, etc.
  * img: Allow setting defaults for class and id too.
  * ikiwiki-mass-rebuild: Make group list comparison more robust.
  * search: Work around xapian bug #486138 by only stemming locales
    in a whitelist.

2.49:
  * haiku: Generate valid xhtml.
  * ikiwiki-mass-rebuild: Don't trust $! when setting $)
  * inline: The optimisation in 2.41 broke nested inlines. Detect those
    and avoid overoptimising.
  * search: Converted to use xapian-omega.
  * Filter hooks are no longer called during the scan phase. This will
    prevent wikilinks added by filters from being scanned properly. But
    no known filter hook does that, so let's not waste time on it.
  * Pass a destpage parameter to the sanitize hook.
  * The search interface now allows searching for a page by title
    ("title:foo"), as well as for pages that contain a given link
    ("link:bar").
2008-07-26 20:03:43 +00:00
..
adzap Add DESTDIR support. 2008-06-12 02:14:13 +00:00
album Add DESTDIR support. 2008-06-12 02:14:13 +00:00
album_themes Add DESTDIR support. 2008-06-12 02:14:13 +00:00
amaya Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
analog Add DESTDIR support. 2008-06-12 02:14:13 +00:00
ap-access-referer
ap-auth-cookie
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 Add DESTDIR support. 2008-06-12 02:14:13 +00:00
ap-auth-pam
ap-auth-pgsql Make PostgreSQL 8.2 the default version. Bump all packages using it. 2008-03-13 17:38:48 +00:00
ap-auth-postgresql Make PostgreSQL 8.2 the default version. Bump all packages using it. 2008-03-13 17:38:48 +00:00
ap-auth-radius
ap-auth-script
ap-bandwidth
ap-dav Add DESTDIR support. 2008-06-12 02:14:13 +00:00
ap-dtcl Add DESTDIR support. 2008-06-12 02:14:13 +00:00
ap-Embperl Add DESTDIR support. 2008-06-12 02:14:13 +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 Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
ap-mp3 pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
ap-perl
ap-php Add DESTDIR support. 2008-06-12 02:14:13 +00:00
ap-python Always build PIC. Don't try to use mkdep, it fails on NetBSD. 2008-07-10 14:59:57 +00:00
ap-rivet Add DESTDIR support. 2008-06-12 02:14:13 +00:00
ap-rpaf give away to pkgsrc-users 2007-03-19 16:35:51 +00:00
ap-ruby - Switch to use vendor_dir with Ruby 1.8.7. 2008-06-19 15:02:17 +00:00
ap-ssl Update ap-ssl to 2.8.31. 2008-02-24 05:29:21 +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 Make PostgreSQL 8.2 the default version. Bump all packages using it. 2008-03-13 17:38:48 +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 Add DESTDIR support. 2008-06-12 02:14:13 +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 Add DESTDIR support. 2008-06-12 02:14:13 +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 Add DESTDIR support. 2008-06-12 02:14:13 +00:00
ap2-python Add DESTDIR support. 2008-06-12 02:14:13 +00:00
ap2-subversion Version 1.5.0 2008-06-19 22:33:25 +00:00
ap2-suphp Update ap2-suphp to 0.6.3. 2008-05-17 02:37:24 +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 Add DESTDIR support. 2008-06-12 02:14:13 +00:00
ap2-xslt2 Installs bash script, so depend on it and bump revision. 2007-08-30 13:31:45 +00:00
apache Add DESTDIR support. 2008-02-23 05:26:01 +00:00
apache-tomcat55 Add DESTDIR support. 2008-06-20 01:09:05 +00:00
apache2 Fix abs_srcdir definition as done in apache22. Also install 2008-07-10 15:18:23 +00:00
apache22 Update "apache22" package to version 2.2.9. 2008-06-18 21:38:00 +00:00
apachetop Add DESTDIR support. 2008-06-12 02:14:13 +00:00
apc-gui Add DESTDIR support. 2008-06-20 01:09:05 +00:00
asp2php Add DESTDIR support. 2008-06-20 01:09:05 +00:00
august Add DESTDIR support. 2008-06-20 01:09:05 +00:00
awstats Add DESTDIR support. 2008-06-20 01:09:05 +00:00
bannerfilter Add DESTDIR support. 2008-06-20 01:09:05 +00:00
bins Add DESTDIR support. 2008-06-20 01:09:05 +00:00
bkedit Mark as destdir ready. 2008-07-14 12:55:56 +00:00
bluefish Add DESTDIR support. 2008-06-12 02:14:13 +00:00
blur6ex Add DESTDIR support. 2008-06-20 01:09:05 +00:00
bozohttpd Drop the inet6 option and mark this package as simply "IPV6_READY" 2008-03-07 22:00:43 +00:00
browser-bookmarks-menu Add DESTDIR support. 2008-06-20 01:09:05 +00:00
cadaver + Use the correct termcap library instead of hardcoding -ltermcap. 2008-03-05 17:12:44 +00:00
calamaris Add DESTDIR support. 2008-06-20 01:09:05 +00:00
camping Initial import of camping-1.5 as www/camping. 2008-04-04 15:22:40 +00:00
cgic Mark as destdir ready. 2008-07-14 12:55:56 +00:00
cgicc Add DESTDIR support. 2008-06-12 02:14:13 +00:00
cgilib Add a missing directory to INSTALLATION_DIRS. 2007-07-09 21:51:30 +00:00
checkbot Add DESTDIR support. 2008-06-12 02:14:13 +00:00
cherokee It needs flex, not lex. 2008-05-22 13:31:40 +00:00
chimera Remove hard coded /usr/lib/libz.a as depending libraries. 2008-04-04 13:45:02 +00:00
clearsilver - ruby-clearsilver switch to use vendor_dir with Ruby 1.8.7. 2008-06-19 15:19:25 +00:00
clearsilver-base
cocoon Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
communicator Recent flash player is not compatible with netscape navigator/communicator 2007-10-27 13:35:26 +00:00
crawl revbumps due to libevent update. 2008-04-22 18:06:09 +00:00
cronolog Back out previous. Pointed out by uebayasi@ and martti@. 2007-09-25 10:07:06 +00:00
curl "make clean" requires the superuser privilege on Darwin. 2008-07-05 00:20:49 +00:00
cvsweb No reason to have a +DISPLAY say a package is installed. 2007-01-24 17:43:58 +00:00
dansguardian Fix required_files line in rc.d script now that we are using 2008-04-16 14:55:29 +00:00
dillo Installs Perl script to bin/, so depend on it and fix path. 2007-07-24 13:46:45 +00:00
drivel Add DESTDIR support. 2008-06-12 02:14:13 +00:00
drraw Update drraw to 2.2a4. 2007-06-03 16:40:48 +00:00
drupal Update to 5.8 2008-07-10 21:11:02 +00:00
drupal6 Update to 6.3 2008-07-10 21:12:39 +00:00
elinks master site is down (and has been for a while) - add a mirror 2008-07-03 21:33:41 +00:00
emacs-w3m Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
epiphany Add DESTDIR support. 2008-06-12 02:14:13 +00:00
epiphany-extensions Add DESTDIR support. 2008-06-12 02:14:13 +00:00
erubis Update erubis to version 2.5.0. Changes from version 2.3.1 include: 2008-04-04 15:22:47 +00:00
fcgi Support user-destdir installation. 2008-03-14 13:50:16 +00:00
ffproxy Add DESTDIR support. 2008-06-12 02:14:13 +00:00
firefox Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.16. 2008-07-16 09:52:56 +00:00
firefox-bin Update firefox, firefox-bin and firefox-gtk1 to 2.0.0.16. 2008-07-16 09:52:56 +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 "firefox-bin-flash" package to 9.0.124. The new version fixes 2008-04-09 08:39:24 +00:00
firefox-bin-java Support user-destdir installation in all packages that include 2008-03-07 05:43:42 +00:00
firefox-bin-nightly Turn on user-destdir installation for the *-bin-nightly packages -- 2008-03-07 05:18: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 Fix assorted pkglint complaints and warns. 2008-05-19 10:43:02 +00:00
firefox3 Take fallback maintainership. 2008-07-18 07:25:35 +00:00
firefox3-bin Add support for user-destdir installation. 2008-03-07 05:06:16 +00:00
galeon Add DESTDIR support. 2008-06-12 02:14:13 +00:00
galway Convert to use guile16 instead of guile14. Patch provided by 2007-06-01 01:12:30 +00:00
ganglia-webfrontend Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
geeklog Add DESTDIR support. 2008-06-20 01:09:05 +00:00
gitweb Add DESTDIR support. 2008-06-20 01:09:05 +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 Mark as destdir ready. 2008-07-14 12:55:56 +00:00
gtkhtml314 update to 3.18.3 2008-07-15 10:38:32 +00:00
haskell-cgi HOMEPAGE is gone, comment it out. From Sergey Svishchev. 2007-02-22 19:24:37 +00:00
heel Update www/heel to 1.0.0. Changes from version 0.6.0 include converting 2008-04-21 16:24:14 +00:00
hiawatha Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
horde Add DEPENDS on a few new PEAR packages to fix PR 39102 2008-07-08 21:14:18 +00:00
htdig Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 12:32:40 +00:00
htdig-devel Mark as destdir ready. 2008-07-14 12:55:56 +00:00
htmldoc Restructure the following packages: 2008-04-22 16:24:31 +00:00
htmldoc-x11 Mirror PKG_DESTDIR_SUPPORT setting from the included Makefile. This is 2008-04-24 15:20:06 +00:00
htmlfix Needs REPLACE_PERL. PKGREVISION++ 2008-01-31 18:59:37 +00:00
htmllint
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 Update to 2.54. From the changelog: 2008-07-26 20:03:43 +00:00
instiki use more INSTALLATION_DIRS. There should be no functional change. 2008-06-19 15:24:04 +00:00
ja-trac Update ja-trac to 0.10.5.1. 2008-07-04 17:33:00 +00:00
jakarta-servletapi Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
jakarta-tomcat4 Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
jakarta-tomcat5 Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
jalbum Explicitly add pax dependency in those Makefiles that use it (or have 2008-05-25 21:42:20 +00:00
jsdk20 Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
jssi Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
kahua Don't hard-code /var. 2007-09-29 16:19:09 +00:00
kannel Mark as destdir ready. 2008-07-14 12:55:56 +00:00
kazehakase Mark as destdir ready. 2008-07-14 12:55:56 +00:00
kdewebdev3 Mark as destdir ready. 2008-07-14 12:55:56 +00:00
lhs Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
libghttp Mark as destdir ready. 2008-07-14 12:55:56 +00:00
libgtkhtml Drop maintainership 2008-04-30 13:38:14 +00:00
libwww Convert to use PLIST_VARS instead of manually passing "@comment " 2008-04-12 22:42:57 +00:00
liferea update to 1.4.16b 2008-06-23 16:26:19 +00:00
lighttpd Belatedly bump revision for CVE-2008-1531 fix. 2008-05-20 14:22:50 +00:00
links update to 2.1pre37. Changes: 2008-07-24 01:38:13 +00:00
links-gui update to 2.1pre37. Changes: 2008-07-24 01:38:13 +00:00
lynx Install lynx.lss manually for slang option case. 2008-06-22 15:55:46 +00:00
make_album
merb Initial import of merb-0.9.2 as www/merb. 2008-04-04 15:23:01 +00:00
merb-action-args Initial import of merb-action-args-0.9.2 as www/merb-action-args. 2008-04-04 15:23:08 +00:00
merb-activerecord Initial import of merb-activerecord-0.9.2 as www/merb-activerecord. 2008-04-04 15:23:15 +00:00
merb-assets Initial import of merb-assets-0.9.2 as www/merb-assets. 2008-04-04 15:23:23 +00:00
merb-builder Initial import of merb-builder-0.9.2 as www/merb-builder. 2008-04-04 15:23:31 +00:00
merb-cache Initial import of merb-cache-0.9.2 as www/merb-cache. 2008-04-04 15:23:39 +00:00
merb-core Initial import of merb-core-0.9.2 as www/merb-core. 2008-04-04 15:23:46 +00:00
merb-datamapper Initial import of merb-datamapper-0.9.2 as www/merb-datamapper. 2008-04-04 15:23:53 +00:00
merb-gen Initial import of merb-gen-0.9.2 as www/merb-gen. 2008-04-04 15:24:00 +00:00
merb-haml Initial import of merb-haml-0.9.2 as www/merb-haml. 2008-04-04 15:24:08 +00:00
merb-has-flash Initial import of merb-has-flash-0.9.2 as www/merb-has-flash. 2008-04-04 15:24:15 +00:00
merb-helpers Initial import of merb-helpers-0.9.2 as www/merb-helpers. 2008-04-04 15:24:23 +00:00
merb-mailer Initial import of merb-mailer-0.9.2 as www/merb-mailer. 2008-04-04 15:24:31 +00:00
merb-more Initial import of merb-more-0.9.2 as www/merb-more. 2008-04-04 15:24:38 +00:00
merb-param-protection Initial import of merb-param-protection-0.9.2 as www/merb-param-protection. 2008-04-04 15:24:45 +00:00
merb-parts Initial import of merb-parts-0.9.2 as www/merb-parts. 2008-04-04 15:24:52 +00:00
merb-sequel Fix commit involving Makefile:1.2 that bumped the PKGREVISION of 2008-04-14 20:21:20 +00:00
merb-stories Initial import of merb-stories-0.9.2 as www/merb-stories. 2008-04-04 15:25:06 +00:00
merb-test-unit Initial import of merb-test-unit-0.9.2 as www/merb-test-unit. 2008-04-04 15:25:13 +00:00
merbful-authentication Update www/merbful-authentication to 0.9.3. Changes from version 0.9.2 2008-04-29 17:36:23 +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 Mark as destdir ready. 2008-07-14 12:55:56 +00:00
mMosaic Reset maintainer on his request. 2007-12-12 20:42:28 +00:00
mongrel Bump PKGREVISION of rubygem based packages which contain extention libraries. 2008-06-19 15:21:35 +00:00
mongrel-cluster Initial import of mongrel-cluster-1.0.5 as www/mongrel-cluster. 2008-04-04 15:25:31 +00:00
mongrel-config Initial import of mongrel-config-0.3.1 as www/mongrel-config. 2008-04-04 15:25:38 +00:00
mongrel-console Initial import of mongrel-console-0.2.1 as www/mongrel-console. 2008-04-04 15:25:46 +00:00
mongrel-upload-progress Initial import of mongrel-upload-progress-0.2.2 as 2008-04-04 15:25:54 +00:00
mono-xsp Drop lang/mono/Makefile.common which is not needed anymore. 2008-05-30 11:07:22 +00:00
navigator Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
neon Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
netscape
netsurf Import netsurf-1.2 from pkgsrc-wip: 2008-06-23 15:05:09 +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 nspluginwrapper to 1.0.0 - may help PR pkg/37857 2008-07-05 22:27:51 +00:00
nvu Resign from maintaining a lot of packages, so everyone is free to update 2008-03-04 11:02:23 +00:00
ocsigen Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
opera Update to 9.27, this closes PR pkg/38369: 2008-04-07 14:39:14 +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 DESTDIR support. 2008-06-20 01:09:05 +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 updated to 2.61 2008-07-21 09:52:33 +00:00
p5-Apache-AuthCookie Update from version 3.10 to 3.12. 2008-07-26 19:27:27 +00:00
p5-Apache-AuthCookieDBI updated to 2.1 2008-07-21 10:02:13 +00:00
p5-Apache-DBILogConfig Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-Apache-DBILogger Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-Apache-Filter updated to 1.024 2008-07-21 11:54:17 +00:00
p5-Apache-Gallery Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
p5-Apache-Reload Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-Apache-Session Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-Apache-Session-Wrapper Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-Apache-SSI Update from version 2.16nb5 to 2.19. Changes: 2008-07-22 22:23:55 +00:00
p5-Apache-Test Update to 1.30: 2008-04-23 21:25:59 +00:00
p5-Apache2-AuthCookie Import p5-Apache2-AuthCookie version 3.12. 2008-06-20 14:09:21 +00:00
p5-Apache2-AuthCookieDBI Mark as destdir ready. 2008-07-14 12:55:56 +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-Catalyst-Action-RenderView Added www/p5-Catalyst-Action-RenderView version 0.08 2008-07-15 09:15:03 +00:00
p5-Catalyst-Authentication-Store-DBIx-Class Added www/p5-Catalyst-Authentication-Store-DBIx-Class version 0.104 2008-07-15 09:15:21 +00:00
p5-Catalyst-Component-ACCEPT_CONTEXT Added www/p5-Catalyst-Component-ACCEPT_CONTEXT version 0.05 2008-07-15 09:15:42 +00:00
p5-Catalyst-Controller-BindLex Added www/p5-Catalyst-Controller-BindLex version 0.05 2008-07-15 09:16:00 +00:00
p5-Catalyst-Controller-FormBuilder Added www/p5-Catalyst-Controller-FormBuilder version 0.04 2008-07-15 09:16:19 +00:00
p5-Catalyst-Devel Added www/p5-Catalyst-Devel version 1.08 2008-07-15 09:16:36 +00:00
p5-Catalyst-Manual Added www/p5-Catalyst-Manual version 5.7013 2008-07-15 09:16:52 +00:00
p5-Catalyst-Plugin-Authentication Added www/p5-Catalyst-Plugin-Authentication version 0.10006 2008-07-15 09:17:09 +00:00
p5-Catalyst-Plugin-Authentication-Store-DBIC updated to 0.11 2008-07-21 09:41:10 +00:00
p5-Catalyst-Plugin-Authentication-Store-RDBO Added www/p5-Catalyst-Plugin-Authentication-Store-RDBO version 0.002 2008-07-15 09:17:45 +00:00
p5-Catalyst-Plugin-Authorization-Roles Added www/p5-Catalyst-Plugin-Authorization-Roles version 0.05 2008-07-15 09:18:00 +00:00
p5-Catalyst-Plugin-ConfigLoader Added www/p5-Catalyst-Plugin-ConfigLoader version 0.20 2008-07-15 09:18:17 +00:00
p5-Catalyst-Plugin-Session Added www/p5-Catalyst-Plugin-Session version 0.19 2008-07-15 09:18:32 +00:00
p5-Catalyst-Plugin-Session-State-Cookie -cleaned up dependencies (added Test-MockObject) 2008-07-25 09:53:49 +00:00
p5-Catalyst-Plugin-Session-Store-DBIC Added www/p5-Catalyst-Plugin-Session-Store-DBIC version 0.06 2008-07-15 09:19:05 +00:00
p5-Catalyst-Plugin-Session-Store-Delegate Added www/p5-Catalyst-Plugin-Session-Store-Delegate version 0.02 2008-07-15 09:19:22 +00:00
p5-Catalyst-Plugin-Session-Store-FastMmap Added www/p5-Catalyst-Plugin-Session-Store-FastMmap version 0.05 2008-07-15 09:19:38 +00:00
p5-Catalyst-Plugin-Session-Store-File - cleaned up the dependencies of the Makefile. Part of the solution for 2008-07-23 19:49:38 +00:00
p5-Catalyst-Plugin-StackTrace Added www/p5-Catalyst-Plugin-StackTrace version 0.08 2008-07-15 09:30:12 +00:00
p5-Catalyst-Plugin-Static-Simple Added www/p5-Catalyst-Plugin-Static-Simple version 0.20 2008-07-15 09:30:29 +00:00
p5-Catalyst-Runtime Added www/p5-Catalyst-Runtime version 5.7014 2008-07-15 09:30:45 +00:00
p5-Catalyst-View-JSON Added www/p5-Catalyst-View-JSON version 0.24 2008-07-15 09:30:58 +00:00
p5-Catalyst-View-TT Added www/p5-Catalyst-View-TT version 0.27 2008-07-15 09:31:13 +00:00
p5-CatalystX-CRUD-Controller-RHTMLO Added www/p5-CatalystX-CRUD-Controller-RHTMLO version 0.12 2008-07-15 09:31:27 +00:00
p5-CGI Update www/p5-CGI to 3.35 2008-04-17 18:21:40 +00:00
p5-CGI-Ajax Import www/p5-CGI-Ajax-0.7.01 into pkgsrc 2008-04-08 10:31:59 +00:00
p5-CGI-Application updated to 4.10 2008-07-21 08:50:07 +00:00
p5-CGI-Application-Plugin-DBH Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-CGI-Application-Plugin-ValidateRM updated to version 2.2 2008-07-21 09:17:27 +00:00
p5-CGI-FastTemplate Add DESTDIR support. 2008-06-20 01:09:05 +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 Add DESTDIR support. 2008-06-20 01:09:05 +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 Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-CGI-Session - updated to 4.35 2008-07-18 09:43:35 +00:00
p5-CGI-Simple Import www/p5-CGI-Simple 1.105 2008-06-23 03:04:26 +00:00
p5-CGI_Lite Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-CSS - updated to 1.08 2008-07-18 09:49:03 +00:00
p5-CSS-Squish Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-FCGI Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-FCGI-ProcManager updated to 0.18 2008-07-24 09:33:33 +00:00
p5-Handel Added www/p5-Handel version 1.00010 2008-07-15 09:42:33 +00:00
p5-HTML-Clean Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-HTML-Element-Extended The package supports installation to DESTDIR. 2008-01-05 22:41:27 +00:00
p5-HTML-FillInForm updated to 2.00 2008-07-22 19:04:15 +00:00
p5-HTML-FixEntities Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-HTML-Format Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-HTML-LinkExtractor Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-HTML-Mason - updated to 1.39 2008-07-22 21:41:55 +00:00
p5-HTML-Parser The package needs a C compiler. 2008-01-08 20:58:30 +00:00
p5-HTML-PrettyPrinter Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-HTML-Prototype updated to 1.48 2008-07-24 10:31:52 +00:00
p5-HTML-Prototype-Useful updated to 0.05 2008-07-24 10:39:23 +00:00
p5-HTML-Scrubber Drop EXTRACT_USING. 2008-05-25 20:14:46 +00:00
p5-HTML-SimpleParse Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-HTML-StickyQuery Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-HTML-Stream Roman Kulik cannot maintain those packages anymore (he told me in 2008-07-20 16:09:34 +00:00
p5-HTML-Strip Roman Kulik cannot maintain those packages anymore (he told me in 2008-07-20 16:09:34 +00:00
p5-HTML-StripScripts Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-HTML-StripScripts-Parser Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-HTML-Table Update from version 2.02 to 2.08a. Changes: 2008-07-20 19:25:32 +00:00
p5-HTML-TableExtract The package supports installation to DESTDIR. 2008-01-05 22:41:27 +00:00
p5-HTML-Tagset Update to 3.20: 2008-03-04 12:38:58 +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 Update from version 0.61 to 0.62. Changes: 2008-07-20 19:51:06 +00:00
p5-HTMLObject Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-HTTP-Async import p5-HTTP-Async-0.09 2008-06-23 03:35:35 +00:00
p5-HTTP-Body Update from version 1.03 to 1.04. Changes: 2008-07-20 19:55:32 +00:00
p5-HTTP-Cache-Transparent Update from version 0.7 to 1.0. Changes: 2008-07-20 20:00:52 +00:00
p5-HTTP-DAV Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-HTTP-GHTTP Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-HTTP-Lite Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-HTTP-Proxy Update from version 0.18 to 0.22. 2008-07-20 20:16:28 +00:00
p5-HTTP-Request-AsCGI import p5-HTTP-Request-AsCGI-0.5 2008-06-23 03:39:26 +00:00
p5-HTTP-Request-Form Update from version 0.7 to 0.951 (called 0.9.5.1 in pkgsrc). 2008-07-20 20:29:37 +00:00
p5-HTTP-Server-Simple Update from version 0.31 to 0.34. Changes: 2008-07-20 21:38:39 +00:00
p5-HTTP-Server-Simple-Kwiki Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-HTTP-Server-Simple-Mason Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-HTTP-Server-Simple-Static Update from version 0.2 to 0.7. Changes: 2008-07-20 21:23:19 +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 Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Kwiki updated to 0.39 2008-07-23 16:17:14 +00:00
p5-Kwiki-Archive-Cvs Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Kwiki-Archive-Rcs Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Kwiki-BreadCrumbs Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Kwiki-Edit-RequireUserName Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Kwiki-Favorites Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Kwiki-HtmlBlocks Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Kwiki-Icons-Gnome Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Kwiki-ModPerl Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-Kwiki-NewPage Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Kwiki-Notify-Mail Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-Kwiki-PagePrivacy Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Kwiki-ParagraphBlocks Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Kwiki-PreformattedBlocks Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Kwiki-RecentChanges Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Kwiki-Revisions Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Kwiki-Scode Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Kwiki-Search Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Kwiki-Simple-Server-HTTP Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Kwiki-UserName Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-Kwiki-UserPreferences Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Kwiki-Users-Remote Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-Kwiki-Weather Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-Kwiki-Wikiwyg Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Kwiki-Zipcode Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-libapreq The package supports installation to DESTDIR. 2008-04-06 15:51:00 +00:00
p5-libapreq2 Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-libwww Reset PKGREVISION after update. 2008-04-23 09:22:08 +00:00
p5-LWP-Authen-Negotiate Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-LWP-Authen-Wsse Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-LWP-UserAgent-Determined Import p5-LWP-UserAgent-Determined version 1.03. 2008-06-21 22:05:31 +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 Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Rose-HTML-Objects Added www/p5-Rose-HTML-Objects version 0.554 2008-07-15 08:43:35 +00:00
p5-Rose-HTMLx-Form-Field-Autocomplete Added www/p5-Rose-HTMLx-Form-Field-Autocomplete version 0.02 2008-07-15 08:43:49 +00:00
p5-Rose-HTMLx-Form-Field-Boolean Added www/p5-Rose-HTMLx-Form-Field-Boolean version 0.03 2008-07-15 08:44:04 +00:00
p5-Rose-URI Added www/p5-Rose-URI version 0.022 2008-07-15 08:44:22 +00:00
p5-SVN-Web Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-Template-Extract Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-Template-Generate Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-Template-Multilingual Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Template-Stash-EscapeHTML Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Template-Stash-HTML-Entities Added www/p5-Template-Stash-HTML-Entities version 1.3.1 2008-07-14 09:33:34 +00:00
p5-Template-Timer Added p5-Template-Timer-0.04 2008-06-23 03:01:52 +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 Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-Test-WWW-Mechanize-Catalyst Added www/p5-Test-WWW-Mechanize-Catalyst version 0.42 2008-07-15 09:32:20 +00:00
p5-URI Update from 1.36 to 1.37. Changes: 2008-06-22 22:54:31 +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 Fixed the problems reported by babylon5.netbsd.org weekly pkgsrc output for Thu Jul 24 02:20:00 2008 2008-07-25 08:48:23 +00:00
p5-WWW-Amazon-Wishlist Add DESTDIR support. 2008-06-20 01:09:05 +00:00
p5-WWW-Curl Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-WWW-Facebook-API Add DESTDIR support. 2008-06-12 02:14:13 +00:00
p5-WWW-Mechanize Update p5-WWW-Mechanize from 1.30 to 1.34 2008-04-08 10:33:44 +00:00
paros Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pear-HTML_Common Add DESTDIR support. 2008-06-12 02:14:13 +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 Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-curl Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-eaccelerator Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-FastTemplate Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php4 Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
php4-apc Add DESTDIR support. 2008-06-12 02:14:13 +00:00
plone Set PLONE3_VERSION to 3.1.3; start update to Plone 3.1.3. 2008-07-17 14:20:02 +00:00
plone3 Update plone3 package to 3.1.3. 2008-07-17 14:20:57 +00:00
plone25 Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pound Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
privoxy remove an "extern inline" which is gcc specific and doesn't work on IRIX, 2008-06-13 13:45:46 +00:00
py-clearsilver Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-curl Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-django Fix a CSS issue in the login page of the admin module. Bump revision. 2008-05-20 13:46:49 +00:00
py-django-devel Import 1.0-alpha of Django as py-django-devel. There are some important 2008-07-23 10:20:41 +00:00
py-flup Update py-flup to r2311. 2007-08-09 13:31:52 +00:00
py-HTMLgen
py-jonpy Update PYTHON_VERSIONS_COMPATIBLE 2008-04-25 20:39:06 +00:00
py-moin Update MoinMoin to 1.7.1: 2008-07-24 08:38:03 +00:00
py-nevow Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-rss2gen Import Python PyRSS2Gen module which is used by various Subversion helper 2008-06-21 17:51:37 +00:00
py-swish-e Remove trailing spaces. 2007-10-09 19:19:08 +00:00
py-webpy Add DESTDIR support. 2008-06-12 02:14:13 +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.1.0. 2008-06-20 04:35:36 +00:00
ramaze Initial import of ramaze-0.3.9.1 as www/ramaze. 2008-04-04 15:26:03 +00:00
ruby-actionpack Update ruby-actionpack to 2.1.0. 2008-06-20 04:30:33 +00:00
ruby-activeresource Update ruby-activeresource to 2.1.0. 2008-06-20 04:34:11 +00:00
ruby-borges Add DESTDIR support. 2008-06-20 01:09:05 +00:00
ruby-clearsilver - ruby-clearsilver switch to use vendor_dir with Ruby 1.8.7. 2008-06-19 15:19:25 +00:00
ruby-cssmin Initial import of ruby18-cssmin-1.0.0 as www/ruby-cssmin. 2008-04-04 15:26:10 +00:00
ruby-fcgi Install as a gem using the pkgsrc rubygem.mk framework instead of 2008-04-04 15:30:00 +00:00
ruby-htmlsplit Mark as destdir ready. 2008-07-14 12:55:56 +00:00
ruby-jsmin Initial import of ruby18-jsmin-1.0.0 as www/ruby-jsmin. 2008-04-04 15:26:19 +00:00
ruby-mechanize Update ruby-mechanize to version 0.7.5. Changes from version 0.6.8 2008-04-04 15:26:25 +00:00
ruby-net-flickr Initial import of ruby18-net-flickr-0.0.1 as www/ruby-net-flickr. 2008-04-04 15:26:29 +00:00
ruby-rack Initial import of ruby18-rack-0.3.0 as www/ruby-rack. 2008-04-04 15:26:37 +00:00
ruby-tag Mark as destdir ready. 2008-07-14 12:55:56 +00:00
ruby-webunit Mark as destdir ready. 2008-07-14 12:55:56 +00:00
sarg Use my NetBSD.org email - I read it much more regulary than any others. 2008-07-15 15:33:45 +00:00
screws Explicitly add pax dependency in those Makefiles that use it (or have 2008-05-25 21:42:20 +00:00
seamonkey Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.11. 2008-07-16 15:44:19 +00:00
seamonkey-bin Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.11. 2008-07-16 15:44:19 +00:00
seamonkey-bin-flash Add DESTDIR support. 2008-06-20 01:09:05 +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 Turn on user-destdir installation for the *-bin-nightly packages -- 2008-03-07 05:18: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 Add DESTDIR support. 2008-06-20 01:09:05 +00:00
skipstone Bump PKGREVISION for major www/firefox upgrade. 2007-05-12 14:05:54 +00:00
snarf Add DESTDIR support. 2008-06-20 01:09:05 +00:00
snownews Update to 1.5.9. Drop maintainership. 2008-04-16 08:54:28 +00:00
sope Make PostgreSQL 8.2 the default version. Bump all packages using it. 2008-03-13 17:38:48 +00:00
SpeedyCGI Add DESTDIR support. 2008-06-12 02:14:13 +00:00
spfc Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
squid Update www/squid package to 2.6.21 (2.6.STABLE21) which contains 2008-06-29 01:02:08 +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 Resign from maintaining a lot of packages, so everyone is free to update 2008-03-04 11:02:23 +00:00
surfraw Update to 2.2.1: 2008-03-14 19:42:38 +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
thin Bump PKGREVISION of rubygem based packages which contain extention libraries. 2008-06-19 15:21:35 +00:00
thoth Update patch checksum 2008-04-21 16:35:05 +00:00
thoth-delicious Initial import of ruby18-thoth-delicious-0.1.0 as www/thoth-delicious. 2008-04-04 15:26:58 +00:00
thoth-flickr Initial import of ruby18-thoth-flickr-0.1.0 as www/thoth-flickr. 2008-04-04 15:27:05 +00:00
thttpd Fix a typo in a comment. 2007-09-09 00:30:13 +00:00
thy Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
tidy Set BUILD_DEPENDS on doxygen to 1.5.6 because doxygen's ABI changed 2008-06-13 12:22:55 +00:00
tinyproxy Per the process outlined in revbump(1), perform a recursive revbump 2008-01-18 05:06:18 +00:00
trac Update to 0.10.5, resolving security issues. This is believed to be a 2008-07-04 16:30:53 +00:00
urlget
urlgrabber this doesn't use PYPKGPREFIX, so "python/application.mk" should 2008-05-21 11:00:56 +00:00
varnish Add DESTDIR support. 2008-06-20 01:09:05 +00:00
viewvc Version 1.0.5 (released 28-Feb-2008) 2008-03-06 21:21:10 +00:00
visitors Add DESTDIR support. 2008-06-20 01:09:05 +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 Add DESTDIR support. 2008-06-20 01:09:05 +00:00
w3m Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
w3m-img + Include termcap.buildlink3.mk instead of using ${OPSYS} to guess at 2008-03-05 18:01:50 +00:00
waplet Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wApua Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wdg-validate Add DESTDIR support. 2008-06-20 01:09:05 +00:00
webalizer Add checksums for geolizer option 2008-04-07 09:43:52 +00:00
webby Initial import of webby-0.8.2 as www/webby. 2008-04-04 15:27:12 +00:00
weblint Add DESTDIR support. 2008-06-20 01:09:05 +00:00
webnew Add DESTDIR support. 2008-06-20 01:09:05 +00:00
websvn Fix various cross-site scripting issues in websvn (CVE-2007-3056). 2008-07-13 11:15:27 +00:00
weex Assume for the moment that all modern platforms have va_copy, 2008-07-10 12:46:43 +00:00
whisker Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wiliki Mark as destdir ready. 2008-07-14 12:55:56 +00:00
wml Add patches for wml privilege escalation (CVE-2008-0665 and CVE-2008-0666). 2008-07-13 20:35:46 +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 Reduce a shell variable which was used only once. 2008-07-25 08:23:23 +00:00
zope-ejsplitter Mark as destdir ready. 2008-07-14 12:55:56 +00:00
zope-jamailhost Mark as destdir ready. 2008-07-14 12:55:56 +00:00
zope3 Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
zope25 Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
zope25-AbracadabraObject
zope25-BackTalk
zope25-BTreeFolder
zope25-BTreeFolder2
zope25-Calendar
zope25-CMF
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
zope25-KnowledgeKit
zope25-LocalFS
zope25-MailManager Correct HOMEPAGE. 2007-12-22 03:04:44 +00:00
zope25-MetaPublisher
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 Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
zope25-ZPhotoSlides
zope25-ZPsycopgDA pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
zope25-ZWeather
zope25-ZWiki
zope29 Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
zope210 Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
zope211 Update zope211 package to 2.11.1. 2008-07-20 02:14:23 +00:00
zopeedit Update PYTHON_VERSIONS_COMPATIBLE 2008-04-25 20:39:06 +00:00
Makefile Fixed the problems reported by babylon5.netbsd.org weekly pkgsrc output for Thu Jul 24 02:20:00 2008 2008-07-25 08:48:23 +00:00