pkgsrc/www
taca 1ea20eba82 Update ruby-unicorn to 4.8.3.
pkgsrc change:

* Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.

=== unicorn 4.8.3 - the end of an era / 2014-05-07 07:50 UTC

  This release updates documentation to reflect the migration of the
  mailing list to a new public-inbox[1] instance.  This is necessary
  due to the impending RubyForge shutdown on May 15, 2014.

  The public-inbox address is: unicorn-public@bogomips.org
      (no subscription required, plain text only)
  ssoma[2] git archives: git://bogomips.org/unicorn-public
  browser-friendly archives: http://bogomips.org/unicorn-public/

  Using, getting help for, and contributing to unicorn will never
  require any of the following:

  1) non-Free software (including SaaS)
  2) registration or sign-in of any kind
  3) a real identity (we accept mail from Mixmaster)
  4) a graphical user interface

  Nowadays, plain-text email is the only ubiquitous platform which
  meets all our requirements for communication.

  There is also one small bugfix to handle premature grandparent death
  upon initial startup.  Most users are unaffected.

  [1] policy: http://public-inbox.org/ - git://80x24.org/public-inbox
      an "archives first" approach to mailing lists
  [2] mechanism: http://ssoma.public-inbox.org/ - git://80x24.org/ssoma
      some sort of mail archiver (using git)

=== unicorn 4.8.2 - avoid race condition during worker startup / 2014-02-05 18:24 UTC

  We close SELF_PIPE in the worker immediately, but signal handlers
  do not get setup immediately.  So prevent workers from erroring out
  due to invalid SELF_PIPE.

=== unicorn 4.8.1 / 2014-01-29 08:48 UTC

  fix races/error handling in worker SIGQUIT handler

  This protects us from two problems:

  1) we (or our app) somehow called IO#close on one of the sockets
     we listen on without removing it from the readers array.
     We'll ignore IOErrors from IO#close and assume we wanted to
     close it.

  2) our SIGQUIT handler is interrupted by itself.  This can happen as
     a fake signal from the master could be handled and a real signal
     from an outside user is sent to us (e.g. from unicorn-worker-killer)
     or if a user uses the killall(1) command.

=== unicorn 4.8.0 - big internal changes, but compatible / 2014-01-11 07:34 UTC

  This release contains fairly major internal workings of master-to-worker
  notifications.  The master process no longer sends signals to workers
  for most tasks.  This works around some compatibility issues with some
  versions of the "pg" gem (and potentially any other code which may not
  handle EINTR properly).  One extra benefit is it also helps stray
  workers notice a rare, unexpected master death more easily.  Workers
  continue to (and will always) accept existing signals for compatibility
  with tools/scripts which may signal workers.

  PID file are always written early (even on upgrade) again to avoid
  breaking strange monitoring setups which use PID files.  Keep in mind we
  have always discouraged monitoring based on PID files as they are
  fragile.

  We now avoid bubbling IOError to the Rack app on premature client
  disconnects when streaming the input body.  This is usually not a
  problem with nginx, but may be on some LAN setups without nginx).

  Thanks to Sam Saffron, Jimmy Soho, Rodrigo Rosenfeld Rosas,
  Michael Fischer, and Andrew Hobson for their help with this release.

  Note: the unicorn mailing list will be moved/changed soon due to the
  RubyForge shutdown.  unicorn will always rely only on Free Software.
  There will never be any sign-up requirements nor terms-of-service to
  agree to when communicating with us.

=== unicorn 4.8.0pre1 / 2013-12-09 09:51 UTC

  Eric Wong (6):
        tests: fix SO_REUSEPORT tests for old Linux and non-Linux
        stream_input: avoid IO#close on client disconnect
        t0300: kill off stray processes in test
        always write PID file early for compatibility
        doc: clarify SIGNALS and reference init example
        rework master-to-worker signaling to use a pipe

=== unicorn 4.7.0 - minor updates, license tweak / 2013-11-04 06:59 UTC

  * support SO_REUSEPORT on new listeners (:reuseport)

  This allows users to start an independent instance of unicorn on
  a the same port as a running unicorn (as long as both instances
  use :reuseport).

  ref: https://lwn.net/Articles/542629/

  * unicorn is now GPLv2-or-later and Ruby 1.8-licensed
  (instead of GPLv2-only, GPLv3-only, and Ruby 1.8-licensed)

  This changes nothing at the moment.  Once the FSF publishes the next
  version of the GPL, users may choose the newer GPL version without the
  unicorn BDFL approving it.  Two years ago when I got permission to add
  GPLv3 to the license options, I also got permission from all past
  contributors to approve future versions of the GPL.  So now I'm
  approving all future versions of the GPL for use with unicorn.

  Reasoning below:

  In case the GPLv4 arrives and I am not alive to approve/review it,
  the lesser of evils is have give blanket approval of all future GPL
  versions (as published by the FSF).  The worse evil is to be stuck
  with a license which cannot guarantee the Free-ness of this project
  in the future.

  This unfortunately means the FSF can theoretically come out with
  license terms I do not agree with, but the GPLv2 and GPLv3 will
  always be an option to all users.

  Note: we currently prefer GPLv3

  Two improvements thanks to Ernest W. Durbin III:

  * USR2 redirects fixed for Ruby 1.8.6 (broken since 4.1.0)
  * unicorn(1) and unicorn_rails(1) enforces valid integer for -p/--port

  A few more odd, minor tweaks and fixes:

  * attempt to rename PID file when possible (on USR2)
  * workaround reopen atomicity issues for stdio vs non-stdio
  * improve handling of client-triggerable socket errors
2015-03-08 15:35:47 +00:00
..
adzap Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
aipo Bump PostgreSQL default version to 9.3. 2014-06-10 14:21:37 +00:00
album Update to 4.13 2015-03-03 06:05:06 +00:00
album_themes Update album_themes from 20050507 to 20081222 2015-01-08 05:25:29 +00:00
amaya Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
analog
ap-auth-kerb add support for apache24 2014-08-05 18:47:31 +00:00
ap-auth-mysql Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
ap-fastcgi Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
ap-geoip2 Move www/apache/module.mk to mk/apache.module.mk and adjust it to use 2014-06-11 12:57:22 +00:00
ap-mono Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
ap-php Apache-1.x is not in pkgsrc now. 2014-07-31 06:11:53 +00:00
ap-rpaf Move www/apache/module.mk to mk/apache.module.mk and adjust it to use 2014-06-11 12:57:22 +00:00
ap-ruby Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
ap-scgi - py-scgi and ap-scgi update 1.13 to 1.14 2014-11-24 04:45:05 +00:00
ap2-auth-external Move www/apache/module.mk to mk/apache.module.mk and adjust it to use 2014-06-11 12:57:22 +00:00
ap2-auth-mellon Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ap2-auth-mysql Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
ap2-auth-ntlm Move www/apache/module.mk to mk/apache.module.mk and adjust it to use 2014-06-11 12:57:22 +00:00
ap2-auth-pgsql Move www/apache/module.mk to mk/apache.module.mk and adjust it to use 2014-06-11 12:57:22 +00:00
ap2-auth-radius Move www/apache/module.mk to mk/apache.module.mk and adjust it to use 2014-06-11 12:57:22 +00:00
ap2-auth-xradius Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
ap2-authn-otp Move www/apache/module.mk to mk/apache.module.mk and adjust it to use 2014-06-11 12:57:22 +00:00
ap2-bw Move www/apache/module.mk to mk/apache.module.mk and adjust it to use 2014-06-11 12:57:22 +00:00
ap2-cband Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
ap2-fcgid Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
ap2-jk Look deeper for config.guess/config.sub. 2015-02-28 23:47:25 +00:00
ap2-limitipconn Version of ap22-limitipconn that builds with apache24 2014-08-27 11:15:14 +00:00
ap2-perl Fix "Use of each() on hash after insertion without resetting hash iterator 2014-07-24 21:38:38 +00:00
ap2-python Better setting of LDFLAGS. 2014-07-20 12:39:48 +00:00
ap2-subversion Make apr1 the default in preparation of removing Apache 2.0. 2014-06-10 14:40:50 +00:00
ap2-suphp Needs libtool 2014-08-19 13:44:07 +00:00
ap2-transform Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
ap2-xsendfile Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
ap22-authn-sasl Move www/apache/module.mk to mk/apache.module.mk and adjust it to use 2014-06-11 12:57:22 +00:00
ap22-authnz-external Move www/apache/module.mk to mk/apache.module.mk and adjust it to use 2014-06-11 12:57:22 +00:00
ap22-authz-ldap Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ap22-dnssd Add Apache-2.4 API support. 2015-01-04 05:58:35 +00:00
ap22-limitipconn Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ap22-vhost-ldap Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
apache-roller update to version 5.0.3: 2014-01-12 22:22:25 +00:00
apache-tomcat6 Update to 6.0.43 2015-01-03 16:43:44 +00:00
apache-tomcat7 Update to 7.0.59 2015-02-17 14:03:30 +00:00
apache-tomcat55 Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
apache22 Changes 2.4.10 2014-09-09 08:11:48 +00:00
apache24 Changes 2.4.12: 2015-02-02 14:45:51 +00:00
apachetop * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes 2013-07-15 02:02:17 +00:00
asp2php
august
aws Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
aws-demos www/aws-demos: Fix libz and libssl paths 2014-05-10 00:00:05 +00:00
awstats Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
bannerfilter Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
bins Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
bkedit
bluefish (pkgsrc) 2014-11-24 05:03:43 +00:00
blur6ex Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
bozohttpd Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
browser-bookmarks-menu Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
c-icap Bump revision for strnstr fix. 2014-10-15 22:10:33 +00:00
c-icap-modules bulk build wants openssl 2015-01-18 15:52:05 +00:00
cadaver Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
calamaris Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
camping Update camping to 2.1.532. 2013-09-15 16:42:23 +00:00
cgic Changes 2.06: 2014-04-07 15:01:44 +00:00
cgicc Update to 3.2.16 2015-02-15 14:21:39 +00:00
cgilib Version 0.7, 2008/02/08 2014-11-24 05:23:17 +00:00
cgit bulk build wants openssl 2015-01-18 15:52:05 +00:00
checkbot Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
cherokee Fix SunOS configure and build for the (default) pam option. 2014-09-25 10:21:57 +00:00
clearsilver Make diff call portable. Fixes ruby-clearsilver on SunOS at least. 2014-09-25 12:25:02 +00:00
clearsilver-base Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
clisp-fastcgi
contao Update contao34 package to 3.4.4 (Contao 3.4.4). 2015-02-13 03:03:57 +00:00
contao32 Update contao32 package to 3.2.19 (Contao 3.2.19). 2015-02-13 03:02:53 +00:00
contao34 Update contao34 package to 3.4.4 (Contao 3.4.4). 2015-02-13 03:03:57 +00:00
cppcms Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
crawl Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
cronolog Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
curl Update to 7.41.0: 2015-03-01 15:01:00 +00:00
cvsweb Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
dansguardian Make per room blocking optional 2015-01-20 11:34:43 +00:00
davical Bump PostgreSQL default version to 9.3. 2014-06-10 14:21:37 +00:00
deforaos-surfer Re-introduced a part of this patch which was not fully applied upstream 2015-02-04 20:02:04 +00:00
dillo Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
dojo Bump PKGREVISION for previous commit to force package rebuild without 2013-07-25 14:37:25 +00:00
drivel Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
drraw Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
drupal6 Update drupal6 to 6.34. 2014-11-23 16:38:59 +00:00
drupal7 Update drupal7 to 7.34. 2014-11-23 16:40:10 +00:00
elinks Revbump after lang/lua51 update. 2014-10-19 22:27:43 +00:00
eliom Updated package to latest version, 4.1.0. Changes include: 2015-02-11 15:30:12 +00:00
emacs-w3m "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
emacs-w3m-snapshot Update w3m-el-snapshot to 1.4.483+0.20120614. 2013-03-04 19:12:22 +00:00
epiphany Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
epiphany-extensions Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
fcgi
fengoffice Update to fengoffice to 3.0.5.1. 2015-02-01 16:51:12 +00:00
ffproxy
firefox Bump PKGREVISION. 2015-03-05 13:29:41 +00:00
firefox-l10n Update to 36.0 2015-02-28 04:43:14 +00:00
firefox10 Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
firefox10-l10n Update the COMMENTs for the firefox packages to include the upstream 2013-12-30 00:24:07 +00:00
firefox17 Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
firefox17-l10n Update the COMMENTs for the firefox packages to include the upstream 2013-12-30 00:24:07 +00:00
firefox24 Recursive revbump from audio/pulseaudio. 2015-02-21 23:35:38 +00:00
firefox24-l10n Update to 24.8.1 2014-12-04 05:31:09 +00:00
firefox31 Use tarballs from ftp.mozilla.org. 2015-03-07 10:25:58 +00:00
firefox31-l10n Update to 31.5.0 2015-03-06 22:27:22 +00:00
firefox36 Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
firefox36-l10n Update the COMMENTs for the firefox packages to include the upstream 2013-12-30 00:24:07 +00:00
gallery Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
gallery2 Setting both 53 and 54 to PHP_VERSIONS_ACCEPTED isn't required since 2013-07-19 03:59:59 +00:00
ganglia-webfrontend Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
geeklog Update geeklog to 2.1.0. 2014-07-19 05:19:39 +00:00
gitweb Fixes since v1.9.3 2014-06-02 16:32:36 +00:00
goaccess Update goaccess to 0.8.5 2014-10-21 10:10:33 +00:00
gtkasp2php
gtkhtml314 Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
gwt
h2o bulk build wants openssl 2015-01-18 15:52:05 +00:00
haskell-cgi
heel Switch to use mail/ruby-mime-types1 package. 2015-02-04 15:13:28 +00:00
hiawatha Pick icon from the subdirectory. 2014-11-24 00:48:42 +00:00
horde Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
hs-HTTP Bump PKGREVISION for hs-text-1.2.0.3 2014-12-12 22:55:24 +00:00
htdig
htmlcxx Import htmlcxx-0.85 as www/htmlcxx. 2014-02-16 22:58:51 +00:00
htmldoc Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
htmldoc-x11
htmlfix Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
htmllint Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
http_load Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
icedtea-web - Update to icedtea-web-1.5.2. 2015-02-23 13:36:46 +00:00
ies4linux Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
ijb Add socket libraries on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 12:24:24 +00:00
ikiwiki Update to 3.20150107. From the changelog: 2015-01-07 16:09:23 +00:00
ja-trac Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
jalbum
jetty7 Use REPLACE_BASH for shebang substitution, fixes build on at least SunOS. 2014-06-20 13:15:50 +00:00
kahua
kannel Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
kazehakase Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
kdewebdev3 Bump PKGREVISION for ilmbase shlib major bump. 2014-08-22 11:24:25 +00:00
kdewebdev4 Update to KDE SC 4.14.3 2014-11-13 11:19:11 +00:00
lhs Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
libghttp Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
libgtkhtml Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
libmediawiki Update to 4.4.0 (part of digikam 4.4.0) 2014-11-15 20:53:48 +00:00
libmicrohttpd Update to 0.9.39: 2015-01-16 12:10:00 +00:00
libmrss Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
libproxy Remove SunOS BUILDLINK_TRANSFORM instances which remove -Wl,--* GNU ld 2014-08-28 10:58:18 +00:00
librest Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
librest07 Update librest07 to 0.7.92 (add introspection option, enabled by default). 2014-12-06 07:41:16 +00:00
libwww Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
liferea Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
lighttpd Revbump after lang/lua51 update. 2014-10-19 22:27:43 +00:00
links Update to 2.9: 2014-12-30 14:47:25 +00:00
links-gui Update to 2.9: 2014-12-30 14:47:25 +00:00
litmus Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
llgal Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
loggerhead Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
lua-curl Revbump after lang/lua51 update. 2014-10-19 22:27:43 +00:00
lynx Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
make_album Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
mediawiki Update to 1.24.1(security update) 2014-12-20 02:26:59 +00:00
micro_httpd Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
midori Update midori to 0.5.9. Changes: 2014-12-02 10:07:23 +00:00
mimetex
mini_httpd Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
mknmz-wwwoffle Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
mMosaic The "rename" rule is a published synonym for the "opt" transform rule, however 2014-12-15 11:46:34 +00:00
mongrel Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby. 2015-03-08 15:17:17 +00:00
mongrel-cluster
mongrel-config
mongrel-console
mongrel-upload-progress
mono-xsp Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
moodle Update to 2.8.3 2015-02-02 14:54:55 +00:00
mserv-php
nanoblogger
nanoblogger-extra
neon Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
netscape
netsurf Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
nginx Upgrade to nginx-1.6.2 to fix security vulnerability CVE-2014-3616. 2014-09-24 05:42:48 +00:00
nginx-devel Updated nginx to version 1.7.10 2015-03-04 09:08:27 +00:00
ns-plugger-common Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
ns-remote
nspluginwrapper Recursive revbump from x11/pixman 2014-05-05 00:47:34 +00:00
nvu Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
ocaml-curl Revbump associated with update of lang/ocaml. 2015-01-20 14:24:34 +00:00
ocaml-http Revbump associated with update of lang/ocaml. 2015-01-20 14:24:34 +00:00
ocsigen Update package to latest version, 2.5. Changes include: 2015-02-11 13:45:02 +00:00
opera The SUNET archive is being decomissioned ( http://ftp.sunet.se/news.html ) 2015-02-07 22:49:31 +00:00
opera-acroread7 Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings. 2014-10-05 16:41:05 +00:00
opera-plugins
p5-Alien-GvaScript Update 1.22 to 1.44 2014-12-31 12:56:36 +00:00
p5-AnyEvent-HTTP Update to 2.21 2014-07-29 03:29:25 +00:00
p5-AnyEvent-HTTPD Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-AnyEvent-ReverseHTTP Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-AnyEvent-SCGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Apache-ASP Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-Apache-DBILogConfig Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-Apache-DBILogger Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-Apache-Filter Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-Apache-Gallery Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-Apache-LogFormat-Compiler Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Apache-Session (pkgsrc) use ${PERL5_LICENSE} variable for LICENSE 2014-11-23 06:50:06 +00:00
p5-Apache-Session-SharedMem Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Apache-Session-Wrapper (pkgsrc) set LICENSE to ${PERL5_LICENSE} 2014-11-23 06:45:08 +00:00
p5-Apache-SSI Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-Apache-Test Update 1.31 to 1.38 2014-12-31 09:05:09 +00:00
p5-Apache2-AuthCASSimple Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Apache2-AuthCookie Recent change on PERL5_PACKLIST (was flagged by pkglint) seems wrong, revert this part. 2014-11-23 07:04:28 +00:00
p5-Apache2-AuthCookieDBI Udate 2.14 to 2.17 2014-11-23 07:06:28 +00:00
p5-App-Nopaste Update 1.002 to 1.003 2015-01-07 00:35:03 +00:00
p5-Captcha-reCAPTCHA Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Captcha-reCAPTCHA-Mailhide Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Action-RenderView Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Action-REST Update to 1.17 2014-11-06 03:02:47 +00:00
p5-Catalyst-Authentication-Credential-HTTP Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Authentication-Credential-HTTP-Proxy Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Authentication-Store-DBIx-Class Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Authentication-Store-Htpasswd Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Component-ACCEPT_CONTEXT Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Component-InstancePerContext Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Controller-BindLex Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Controller-FormBuilder Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Controller-HTML-FormFu Update to 1.00 2014-11-06 07:24:12 +00:00
p5-Catalyst-Devel Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-DispatchType-Regex perl>=5.7.3 contains Text::Balanced 2014-06-02 09:25:39 +00:00
p5-Catalyst-Engine-HTTP-Prefork Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Engine-JobQueue-POE (pkgsrc) 2015-01-01 00:01:42 +00:00
p5-Catalyst-Engine-PSGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Manual Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Model-Adaptor Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Model-File Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Authentication Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Authentication-Store-RDBO Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Authorization-ACL Update 0.15 to 0.16 2015-01-01 02:29:21 +00:00
p5-Catalyst-Plugin-Authorization-Roles Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-AutoRestart Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-ConfigLoader Update 0.33 to 0.34 2015-01-01 02:32:20 +00:00
p5-Catalyst-Plugin-I18N Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-RequireSSL Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Server Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Session Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Session-State-Cookie Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Session-Store-DBIC Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Session-Store-Delegate Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Session-Store-FastMmap Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Session-Store-File Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-StackTrace Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-Plugin-Static-Simple Update 0.31 to 0.33 2015-01-01 02:34:42 +00:00
p5-Catalyst-Plugin-StatusMessage Update 0.003000 to 1.002000 2015-01-01 02:37:39 +00:00
p5-Catalyst-Runtime Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-View-Excel-Template-Plus Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-View-Jemplate Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Catalyst-View-JSON Update 0.34 to 0.35 2015-01-14 12:32:39 +00:00
p5-Catalyst-View-Mason Update 0.18 to 0.19 2015-01-01 02:43:57 +00:00
p5-Catalyst-View-TT Update 0.41 to 0.42 2015-01-01 02:49:29 +00:00
p5-CatalystX-Component-Traits Don't expect perl to provide p5-Module-Pluggable (removed in 5.20). 2014-05-31 12:56:54 +00:00
p5-CatalystX-CRUD-Controller-REST Update 0.003 to 0.004 2015-01-01 02:56:31 +00:00
p5-CatalystX-CRUD-Controller-RHTMLO Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CatalystX-CRUD-View-Excel Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CatalystX-CRUD-YUI Update 0.25 to 0.31 2015-01-01 03:49:02 +00:00
p5-CatalystX-LeakChecker Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI Simplify MASTER_SITES subdirectory. 2015-01-23 06:52:03 +00:00
p5-CGI-Ajax Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Application Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-CGI-Application-Plugin-DBH (pkgsrc) 2014-12-31 13:03:39 +00:00
p5-CGI-Application-Plugin-ValidateRM Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-CGI-Application-PSGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Compile Reflect new module type after last update. 2015-01-07 00:16:37 +00:00
p5-CGI-Cookie-Splitter (pkgsrc) 2014-12-31 13:46:18 +00:00
p5-CGI-Cookie-XS Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Emulate-PSGI Update 0.15 to 0.20 2014-12-31 14:52:46 +00:00
p5-CGI-Fast (pkgsrc) 2015-03-03 06:17:34 +00:00
p5-CGI-FastTemplate Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-CGI-FormBuilder Avoid unneeded warnings from CGI.pm 4.05 or newer. Bump PKGREVISION. 2014-10-14 14:43:09 +00:00
p5-CGI-Kwiki Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-CGI-Lite Update to 2.05. Set LICENSE. 2014-10-26 11:57:34 +00:00
p5-CGI-Minimal Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-CGI-ProgressBar Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-PSGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Session Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-CGI-Session-Driver-memcached Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Session-Plugin-Redirect Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Session-Serialize-yaml Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CGI-Simple Update 1.113 to 1.115 2015-01-01 14:33:12 +00:00
p5-CGI-Struct Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Continuity Update 1.5 to 1.6 2015-01-01 03:55:35 +00:00
p5-Cookie-Baker Update 0.03 to 0.05 2015-01-01 03:57:53 +00:00
p5-Cookie-XS Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Corona Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CSS Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-CSS-Squish Use standard email address (pkgsrc-p5-people should not be MAINTAINER). 2014-07-19 14:26:06 +00:00
p5-CSS-Tiny Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Dancer Update to 1.3134 2015-02-23 11:13:59 +00:00
p5-Dancer-Session-Cookie Update to 0.25 2014-12-08 09:05:31 +00:00
p5-Dancer2 Update to 0.159001 2015-02-27 13:25:09 +00:00
p5-Data-URIEncode Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-FCGI Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-FCGI-Client Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-FCGI-ProcManager Update 0.24 to 0.25 2015-01-01 04:05:33 +00:00
p5-File-Mork Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Handel (pkgsrc) 2015-01-12 09:40:35 +00:00
p5-HTML-Clean Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-HTML-Element-Extended Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-HTML-Email-Obfuscate Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-HTML-Entities-Interpolate Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Escape Add p5-HTML-Escape, a module to escape HTML's special chars (like 2014-11-08 16:16:55 +00:00
p5-HTML-FillInForm Update 2.20 to 2.21 2015-01-01 04:07:39 +00:00
p5-HTML-FixEntities Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-HTML-Form Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Format Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-HTML-FormFu Update to 2.01 2014-11-06 06:57:47 +00:00
p5-HTML-LinkExtractor Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-HTML-Lint Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Mason Update to 1.56 2014-11-24 13:51:59 +00:00
p5-HTML-Mason-PSGIHandler Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Parser Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-HTML-PrettyPrinter Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-HTML-Prototype Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Prototype-Useful Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Quoted Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-RewriteAttributes Use standard email address (pkgsrc-p5-people should not be MAINTAINER). 2014-07-19 14:26:06 +00:00
p5-HTML-Scrubber Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Selector-XPath Update 0.16 to 0.18 2015-01-12 06:56:43 +00:00
p5-HTML-SimpleParse Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-HTML-StickyQuery Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-HTML-Stream Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Strip Update 2.08 to 2.09 2015-01-12 06:59:51 +00:00
p5-HTML-StripScripts Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-StripScripts-Parser Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Table Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-HTML-TableExtract Update to 2.12: 2015-01-11 20:35:35 +00:00
p5-HTML-Tagset Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-HTML-Template Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-HTML-Template-Expr Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Template-Pro Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Tiny Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-TokeParser-Simple Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-Tree Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-HTML-TreeBuilder-LibXML Update 0.23 to 0.24 2015-01-12 07:05:09 +00:00
p5-HTML-TreeBuilder-XPath Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-WikiConverter Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTML-WikiConverter-DokuWiki Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTMLObject (pkgsrc) 2015-01-14 12:20:39 +00:00
p5-HTTP-Async Update 0.23 to 0.27 2015-01-12 07:19:50 +00:00
p5-HTTP-Body Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Cache-Transparent Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Cookies Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Daemon Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Date Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-DAV Update 0.46 to 0.47 2015-01-12 07:29:42 +00:00
p5-HTTP-GHTTP Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-HeaderParser-XS Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Lite Update 2.4 to 2.43 2015-01-12 07:37:07 +00:00
p5-HTTP-Message Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Negotiate Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-OAI Update 3.27 to 4.03 2015-01-12 07:42:58 +00:00
p5-HTTP-Parser Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Parser-XS Update 0.14 to 0.17 2015-01-12 07:45:13 +00:00
p5-HTTP-Proxy Update 0.28 to 0.301 2015-01-12 07:48:03 +00:00
p5-HTTP-Request-AsCGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Request-Form Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-HTTP-Response-Encoding Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-HTTP-Server-EV Update 0.67 to 0.68 2015-01-12 07:50:42 +00:00
p5-HTTP-Server-Simple Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-HTTP-Server-Simple-Authen Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Server-Simple-Kwiki Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Server-Simple-Mason Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-HTTP-Server-Simple-PSGI Update 0.14 to 0.16 2015-01-12 07:53:07 +00:00
p5-HTTP-Server-Simple-Recorder Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-HTTP-Server-Simple-Static (pkgsrc) 2015-01-12 08:04:33 +00:00
p5-HTTP-Tiny Update 0.050 to 0.053 2015-01-12 08:07:03 +00:00
p5-HTTPD-User-Manage Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-I18N-AcceptLanguage Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-JavaScript-Value-Escape Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Jemplate Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-JSON-RPC (pkgsrc) 2015-01-12 09:46:50 +00:00
p5-Kwiki Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Archive-Cvs Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Archive-Rcs Update to 0.16. From the changelog: 2014-06-09 20:04:42 +00:00
p5-Kwiki-BreadCrumbs Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Edit-RequireUserName Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Favorites Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-HtmlBlocks Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Icons-Gnome Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-ModPerl Retire Apache 1.3 and 2.0. 2014-06-10 15:22:13 +00:00
p5-Kwiki-NewPage Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Notify-Mail Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-PagePrivacy Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-ParagraphBlocks Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-PreformattedBlocks Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-RecentChanges Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Revisions Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Scode Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Search Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Simple-Server-HTTP Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-UserName Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-UserPreferences Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Users-Remote Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Weather Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Wikiwyg Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Kwiki-Zipcode Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-libapreq Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-libapreq2 Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-libwww Update to 6.13: 2015-02-17 13:11:16 +00:00
p5-LWP-Authen-Negotiate Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-LWP-Authen-Wsse Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-LWP-MediaTypes Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-LWP-Online Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-LWP-Protocol-https Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-LWP-Protocol-PSGI Import LWP-Protocol-PSGI-0.07 as www/p5-LWP-Protocol-PSGI. 2014-09-13 16:38:45 +00:00
p5-LWP-UserAgent-Determined Update 1.06 to 1.07 2015-01-12 09:48:57 +00:00
p5-LWPx-ParanoidAgent Apply patches from upstream git and Debian to fix reading long 2014-09-17 22:46:17 +00:00
p5-LWPx-TimedHTTP Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-MasonX-Request-WithApacheSession Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-Mojolicious Update to 6.0 2015-02-27 02:53:35 +00:00
p5-Net-FastCGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Net-HTTP Update to 6.07 2014-08-14 14:45:21 +00:00
p5-ParallelUserAgent Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-Plack Update to 1.0033 2014-10-24 12:05:33 +00:00
p5-Plack-App-Proxy Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Handler-AnyEvent-HTTPD Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Handler-AnyEvent-ReverseHTTP Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Handler-AnyEvent-SCGI Update 0.02 to 0.03 2015-01-12 10:34:23 +00:00
p5-Plack-Handler-SCGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Middleware-Auth-Digest Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Middleware-ConsoleLogger Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Middleware-Debug Fix build by update PERL5_MODULE_TYPE. 2014-10-16 12:02:16 +00:00
p5-Plack-Middleware-Deflater Update to 0.12 2014-10-07 07:05:17 +00:00
p5-Plack-Middleware-File-Sass Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Middleware-FixMissingBodyInRedirect Import Plack-Middleware-FixMissingBodyInRedirect-0.12 as www/p5-Plack-Middleware-FixMissingBodyInRedirect. 2014-11-24 13:22:38 +00:00
p5-Plack-Middleware-Header Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Middleware-JSConcat Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Middleware-RemoveRedundantBody Import Plack-Middleware-RemoveRedundantBody-0.05 as www/p5-Plack-Middleware-RemoveRedundantBody. 2014-11-24 13:35:17 +00:00
p5-Plack-Middleware-ReverseProxy Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Plack-Middleware-Session Update to 0.25 2014-11-03 03:17:51 +00:00
p5-Plack-Middleware-Test-StashWarnings Update to 0.08 2014-12-03 06:46:20 +00:00
p5-Plack-Test-ExternalServer Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Pod-POM-Web Update 1.19 to 1.20 2015-01-12 12:57:47 +00:00
p5-POE-Component-Server-PSGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-POE-Component-Server-SimpleHTTP Use standard email address (pkgsrc-p5-people should not be MAINTAINER). 2014-07-19 14:26:06 +00:00
p5-POE-Component-Server-SOAP Use standard email address (pkgsrc-p5-people should not be MAINTAINER). 2014-07-19 14:26:06 +00:00
p5-POE-Filter-HTTP-Parser Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-PSGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Reaction Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Rose-HTML-Objects Update 0.620 to 0.621 2015-01-12 12:59:55 +00:00
p5-Rose-HTMLx-Form-Field-Autocomplete Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Rose-HTMLx-Form-Field-Boolean Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Rose-HTMLx-Form-Field-PopUpMenuNumeric Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Rose-HTMLx-Form-Field-Serial Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Rose-HTMLx-Form-Related Update 0.22 to 0.24 2015-01-12 13:05:10 +00:00
p5-Rose-URI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Router-Simple Update 0.15 to 0.17 2015-01-12 13:10:22 +00:00
p5-SCGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Session-Storage-Secure Update to 0.010 2014-12-08 09:02:42 +00:00
p5-Squatting Update 0.81 to 0.83 2015-01-12 13:13:45 +00:00
p5-Squatting-On-PSGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Starlet Update 0.18 to 0.24 2015-01-12 13:16:41 +00:00
p5-Starman (pkgsrc) 2015-01-12 13:24:34 +00:00
p5-SVN-Web Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Task-Catalyst-Tutorial Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Task-CatInABox Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Task-Plack Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Tatsumaki Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Template-Extract Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-Template-Generate Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-Template-Multilingual Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-Template-Plugin-Clickable Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Template-Plugin-Clickable-Email Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Template-Plugin-Subst Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Template-Provider-Encoding Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-Template-Stash-EscapeHTML Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Template-Stash-HTML-Entities Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Template-Timer Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-Template-Toolkit Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-Template-Toolkit-Simple Correction. Adding REPLACE_PERL for tt-render. Thanks joerg@ 2015-01-15 14:53:45 +00:00
p5-Test-HTTP-Server-Simple Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Test-WWW-Declare Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Test-WWW-Mechanize Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-Test-WWW-Mechanize-Catalyst Update 0.56 to 0.60 2015-01-12 13:31:31 +00:00
p5-Test-WWW-Mechanize-PSGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-Twiggy Update 0.1024 to 0.1025 2015-01-12 13:33:34 +00:00
p5-URI Update to 1.67: 2015-02-27 08:31:13 +00:00
p5-URI-db Update to 0.15. From the changelog: 2014-11-23 13:59:38 +00:00
p5-URI-Escape-XS Update to 0.12. From the changelog: 2014-06-09 20:09:49 +00:00
p5-URI-Fetch Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
p5-URI-Find Update to 20140709 2014-08-14 13:45:44 +00:00
p5-URI-FromHash Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-URI-Nested Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-VRML Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-Web-Scraper (pkgsrc) 2015-01-12 13:53:36 +00:00
p5-WordPress-XMLRPC Simplify MASTER_SITES subdirectory. 2015-01-23 06:52:03 +00:00
p5-WWW-Amazon-Wishlist Update 2.006 to 2.012 2015-01-12 13:37:28 +00:00
p5-WWW-CSRF Import p5-WWW-CSRF 1.00 2014-09-04 22:01:35 +00:00
p5-WWW-Curl Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-WWW-Facebook-API Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
p5-WWW-Mechanize Update to 1.74 2015-01-24 07:12:09 +00:00
p5-WWW-Mechanize-GZip Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-WWW-Mechanize-Timed Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-WWW-Pastebin-PastebinCom-Create Update 0.004 to 1.003 2015-01-12 13:43:06 +00:00
p5-WWW-Pastebin-RafbNet-Create Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-WWW-RobotRules Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
p5-WWW-Shorten Update 3.04 to 3.06 2015-01-12 13:49:30 +00:00
paros Set unwanted linux binaries to CHECK_SHLIBS_SKIP. 2014-03-02 05:47:08 +00:00
pear-HTML_Common
pear-HTML_Select
pear-HTML_TreeMenu
pear-HTTP
pear-HTTP_Request
pear-HTTP_Request2 Fix wip reference. 2014-10-15 21:28:01 +00:00
php-apc Does not build with php55. 2013-11-24 07:11:11 +00:00
php-apcu Add php-apc 4.0.7. 2015-02-01 08:11:20 +00:00
php-basercms Bump PKGREVISION. 2015-01-08 13:35:03 +00:00
php-concrete5 Update to 5.6.3.2, latest release of 5.6, which should be fixed security 2014-09-28 14:13:47 +00:00
php-curl Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
php-eaccelerator
php-fpm Well, the fpm_sockets.c patch doesn't belong in php-fpm, but 2015-03-05 11:16:28 +00:00
php-http Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
php-ja-wordpress Fix PLIST. 2015-01-01 18:44:55 +00:00
php-owncloud Update to 8.0.0 2015-02-15 06:56:39 +00:00
php-phrasea2 Set EXTRACT_SUFX here intead of Makefile.common, so it's overridden in 2013-04-06 13:02:33 +00:00
php-piwigo Update to 2.5.3 from 2.4.6 2013-12-31 05:51:31 +00:00
php-soycms Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
php-sugarcrm Forgot to commit distinfo. 2014-07-03 01:32:50 +00:00
php-tidy
php-tiki6 Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
php-tt-rss Update to 1.12 2014-06-29 15:23:47 +00:00
php-tt-rss-fever-plugin Stop using "pax -rw -pe", it doesn't work. Use "-pp" instead. 2014-06-28 14:23:33 +00:00
php-uploadprogress
php-zendoptimizerplus Initial import of php-zendoptimizerplus, version 7.0.0, into the NetBSD 2013-03-05 22:18:37 +00:00
phraseanet Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
phraseanet-indexer Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
pound Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
privoxy update to 3.0.23 2015-01-27 20:32:26 +00:00
py-beautifulsoup Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-beautifulsoup4 Update to 4.3.2: 2014-01-19 19:56:32 +00:00
py-bleach Update to 1.4: 2014-01-19 18:51:18 +00:00
py-blosxom Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-bottle Update to 0.12.7 2014-09-06 14:47:27 +00:00
py-cherrypy Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-clearsilver Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-ClientForm Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-curl Changes 7.19.3.1: 2014-04-23 10:32:55 +00:00
py-django Changes 1.7.5: 2015-02-26 06:27:06 +00:00
py-django-appconf Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-django-appmedia Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-django-classy-tags Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-django-cms Changes 3.0.12: 2015-03-08 08:23:21 +00:00
py-django-cmsplugin_gallery Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-django-easy-thumbnails Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-django-inline-ordering Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-django-mezzanine-filebrowser Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-django-mezzanine-grappelli Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-django-mptt Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-django-photologue Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-django-registration Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-django-reversion Changes 1.8.5: 2014-11-23 13:11:25 +00:00
py-django-sekizai Changes 0.8.1: 2015-01-11 14:08:34 +00:00
py-django-south Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-django-tagging Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-django-tastypie py-django no longer supports Python 2.6, follow. 2015-01-07 14:53:41 +00:00
py-django14 Changes 1.4.19: 2015-01-28 06:39:40 +00:00
py-djangocms-admin-style Changes 0.2.5: 2015-01-03 16:37:42 +00:00
py-djangocms-file Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-djangocms-flash Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-djangocms-googlemap Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-djangocms-inherit Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-djangocms-picture Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-djangocms-teaser Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-djangocms-text-ckeditor Changes 2.4.3: 2015-01-03 16:29:09 +00:00
py-djangocms-video Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-djangorestframework Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-flask Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-flask-admin Update py-flask-admin to 1.0.9. 2015-01-07 14:55:21 +00:00
py-flask-assets Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-flask-babel Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-flask-babelex Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-flask-bootstrap Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-flask-cache Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-flask-debugtoolbar Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-flask-flatpages Update py-flask-flatpages to 0.6. 2015-03-02 13:37:17 +00:00
py-flask-frozen Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-flask-login Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-flask-mail Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-flask-principal Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-flask-rest Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-flask-script Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-flask-security Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-flask-sqlalchemy Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-flask-sslify Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-flask-testing Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-flask-uploads Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-flask-user Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-flask-wtf Update py-flask-wtf to 0.11. 2015-01-30 21:14:17 +00:00
py-flup Change HOMEPAGE to available one. 2014-12-14 02:43:59 +00:00
py-flup3 Fix packaging with py-setuptools-0.8. 2014-12-16 13:23:19 +00:00
py-furl unitest2 is not required for python>=2.7. 2014-12-13 08:56:08 +00:00
py-gdata Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-genshi treat python version depended PLIST handling with standard way. 2014-01-18 08:08:59 +00:00
py-google-api-python-client Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-google-api-python-client-py3 Fix PKGNAME so it's the same as for the python-2.x version. 2015-02-16 15:13:19 +00:00
py-gunicorn Update www/py-gunicorn to 19.1.0 2014-08-13 20:27:09 +00:00
py-HTMLgen Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-http-parser Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-httpie Updated to httpie 0.9.1 2015-02-08 21:08:21 +00:00
py-httplib2 Updated to latest release, 0.9. Nothing seems changed except the version, 2014-06-08 23:26:35 +00:00
py-jonpy Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-mechanize Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-mezzanine Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-mod_wsgi Add FILES_SUBST so that ALTERNATIVES file has correct substitutions made. 2015-02-24 08:17:40 +00:00
py-mod_wsgi-metrics The mod_wsgi-metrics package is an add on package for Apache/mod_wsgi. It generates metric information about the run time performance of Apache and mod_wsgi. At least mod_wsgi version 4.2.0 is required. 2015-01-25 12:00:49 +00:00
py-moin Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
py-nevow Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-paste Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-PasteDeploy Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-pendrell Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-python-digest Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-python-mimeparse Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-python3-digest Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-pywebdav Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-recaptcha Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-rss2gen Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-scgi - py-scgi and ap-scgi update 1.13 to 1.14 2014-11-24 04:45:05 +00:00
py-simpletal Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-static Import py34-static-1.0.2 as www/py-static. 2014-08-20 13:44:58 +00:00
py-swish-e Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-tornado Update to 4.1: 2015-02-08 16:31:48 +00:00
py-twill Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-uliweb Update to 0.3.1 2014-07-29 02:42:01 +00:00
py-urllib3 Initial import of py-urllib3, version 1.8.2, into the NetBSD Packages 2014-04-19 15:51:34 +00:00
py-uwsgi Changes 2.0.9: 2015-01-10 22:26:54 +00:00
py-uwsgitop Rename binary in post-install to support concurrent python versions. Add 2014-05-03 19:07:55 +00:00
py-webassets Update py-webassets to 0.10.1. 2014-07-22 19:27:55 +00:00
py-webcolors Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-WebOb Fix PLIST. I wonder how that happened. 2014-08-20 13:48:42 +00:00
py-webpy Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
py-werkzeug Update py-werkzeug and py-werkzeug-docs to 0.9.6. 2014-06-13 15:40:42 +00:00
py-werkzeug-docs Fix build with versioned sphinx. 2015-03-01 20:02:27 +00:00
py-wtforms Update py-wtforms to 2.0.2. 2015-01-30 21:12:58 +00:00
py-wtforms-alchemy Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-wtforms-components Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-wtforms-recaptcha Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
py-wtforms-test Improve EGG_NAME default to work for packages with '-' in their name. 2014-12-31 13:57:25 +00:00
qDecoder
raggle
ramaze
rekonq Explicitly disable Soprano and Nepomuk. 2014-11-30 03:23:39 +00:00
ruby-actionpack32 Refelect change of ruby-sprockets22's PKGBASE. 2015-02-04 15:39:14 +00:00
ruby-activeresource32 Update ruby-activeresource32 to 3.2.21. No change except version number. 2014-11-18 15:45:29 +00:00
ruby-borges
ruby-capybara Update ruby-capybara to 2.4.4. 2015-02-05 15:27:32 +00:00
ruby-clearsilver
ruby-coffee-rails32
ruby-compass Update ruby-compass to 0.12.3. 2014-03-14 18:53:36 +00:00
ruby-compass-susy-plugin
ruby-cookiejar PLIST for ruby-cookiejar 0.3.2, it should be commited with previous update. 2014-03-26 13:37:22 +00:00
ruby-css-parser Update ruby-css-parser to 1.3.6. 2015-02-05 15:30:35 +00:00
ruby-cssmin Update ruby-cssmin to 1.0.3. 2013-03-17 15:53:21 +00:00
ruby-csspool Update ruby-csspool to 4.0.3. 2015-02-05 15:32:25 +00:00
ruby-div Use RbConfig instead of legacy Config. 2013-07-21 02:49:58 +00:00
ruby-em-http-request Update ruby-em-http-request to 1.1.2. 2014-03-14 19:00:25 +00:00
ruby-erubis Edited DESCR in the case of: 2013-04-07 20:49:31 +00:00
ruby-faraday Update ruby-faraday to 0.9.1. 2015-01-31 12:49:45 +00:00
ruby-fcgi Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby. 2015-03-08 15:17:17 +00:00
ruby-gnome2-webkit-gtk Switch to webkit1-gtk* in preparation for package update to v2. 2014-08-03 22:13:19 +00:00
ruby-gnome2-webkit-gtk2 Switch to webkit1-gtk* in preparation for package update to v2. 2014-08-03 22:13:19 +00:00
ruby-htmlsplit
ruby-http Update ruby-http to 0.7.2. 2015-03-03 13:20:18 +00:00
ruby-http-cookie Add ruby-http-cookie package version 1.0.2. 2013-09-15 17:03:01 +00:00
ruby-http-form_data Add ruby-http-form_data package version 1.0.0. 2015-03-03 13:14:15 +00:00
ruby-http_parser.rb Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby. 2015-03-08 15:17:17 +00:00
ruby-http_router Update ruby-http_router to 0.11.1. 2014-03-14 19:02:56 +00:00
ruby-httpclient Update ruby-httpclient to 2.6.0.1 2015-01-20 11:47:17 +00:00
ruby-innate Switch to use ruby-rack15. 2015-02-03 03:04:23 +00:00
ruby-jekyll Fix typo in OVERRIDE_GEMSPEC, fixes package to run correctly with our 2015-02-02 12:35:11 +00:00
ruby-journey Require ruby-rdoc 3.11 and later. 2014-03-26 13:44:34 +00:00
ruby-jquery-rails Update ruby-jquery-rails to 3.1.0. 2014-03-14 19:04:03 +00:00
ruby-jsmin
ruby-liquid Update ruby-liquid to 2.5.5. 2014-03-14 19:06:55 +00:00
ruby-mechanize Update ruby-mechanize to 2.7.3. 2015-02-05 15:49:59 +00:00
ruby-multipart-post Allow build with ruby21. 2014-03-26 14:27:22 +00:00
ruby-net-flickr No need to specify GEM_CLEANBUILD. 2013-07-07 16:16:51 +00:00
ruby-net-http-digest_auth Update ruby-net-http-digest_auth to 1.4. 2013-09-15 17:29:26 +00:00
ruby-net-http-persistent Update ruby-net-http-persistent to 2.9.4. 2014-03-14 19:08:15 +00:00
ruby-ntlm-http
ruby-padrino Update ruby-padrino to 0.12.4. 2015-02-04 14:58:34 +00:00
ruby-padrino-admin Update ruby-padrino-admin to 0.12.4. 2015-02-04 14:55:44 +00:00
ruby-padrino-cache Update ruby-padrino-cache to 0.12.4. 2015-02-04 14:56:24 +00:00
ruby-padrino-contrib Update padrino-contrib to 0.2.0. 2015-02-04 15:02:17 +00:00
ruby-padrino-core Update ruby-padrino-core to 0.12.4. 2015-02-04 14:54:53 +00:00
ruby-padrino-gen Update ruby-padrino-gen to 0.12.4. 2015-02-04 14:56:57 +00:00
ruby-padrino-helpers Update ruby-padrino-helpers to 0.12.4. 2015-02-04 14:53:55 +00:00
ruby-padrino-mailer Update ruby-padrino-mailer to 0.12.4. Switch to depend ruby-mail25. 2015-02-04 14:57:44 +00:00
ruby-padrino-support Add ruby-padrino-support package version 0.12.4. 2015-02-04 14:44:42 +00:00
ruby-patron Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby. 2015-03-08 15:17:17 +00:00
ruby-puma Update ruby-puma to 2.11.1. 2015-03-08 15:33:01 +00:00
ruby-pygments.rb Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
ruby-rack Update ruby-rack to 1.5.2. 2013-03-10 09:25:56 +00:00
ruby-rack-cache Make depends to www/ruby-rack14 instead of www/ruby-rack. 2013-03-10 09:15:19 +00:00
ruby-rack-contrib
ruby-rack-mount
ruby-rack-protection Update ruby-rack-protection to 1.5.2. 2014-03-14 19:24:32 +00:00
ruby-rack-rewrite Update ruby-rack-rewrite to 1.5.0. 2014-03-14 19:27:01 +00:00
ruby-rack-ssl Add security fix for CVE-2014-2538. 2014-03-21 01:06:47 +00:00
ruby-rack-test Make depends to www/ruby-rack14 instead of www/ruby-rack. 2013-03-10 09:15:19 +00:00
ruby-rack14 Oops, forgot to add ALTERNATIVES file. 2013-03-10 09:19:42 +00:00
ruby-rack15 Add ruby-rack version 1.5.2 package as ruby-rack15 package and utilize 2015-02-02 14:09:22 +00:00
ruby-rails32 Update ruby-rails32 to 3.2.21. No change except version number. 2014-11-18 15:47:30 +00:00
ruby-raindrops Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby. 2015-03-08 15:17:17 +00:00
ruby-rest-client Import www/ruby-rest-client into pkgsrc. 2014-06-03 14:06:49 +00:00
ruby-sass Update ruby-sass to 3.2.15 2014-03-14 18:49:47 +00:00
ruby-sass-rails32 Relax dependency to ruby tilt. 2014-03-14 13:22:11 +00:00
ruby-selenium-webdriver Limit RUBY_VERSION_SUPPORTED to those supported by ruby-zip. 2014-08-22 09:38:10 +00:00
ruby-sinatra Update ruby-sinatra to 1.4.5. 2015-02-04 14:47:20 +00:00
ruby-sinatra-contrib Update ruby-sinatra-contrib to 14.2. 2014-03-14 19:30:07 +00:00
ruby-staticmatic 'For consistency, please add a trailing slash to "http://example.com".' 2013-04-06 12:08:38 +00:00
ruby-tag
ruby-unicorn Update ruby-unicorn to 4.8.3. 2015-03-08 15:35:47 +00:00
ruby-url_mount
ruby-webrobots Dependency closure of textproc/ruby-nokogiri 2014-04-28 21:57:46 +00:00
ruby-websocket Update ruby-websocket to 1.2.1. 2015-03-01 15:43:39 +00:00
ruby-webunit
screws Revbump after lang/lua51 update. 2014-10-19 22:27:43 +00:00
seamonkey Recursive revbump from audio/pulseaudio. 2015-02-21 23:35:38 +00:00
seamonkey-l10n Update to 2.32.1 2015-02-15 02:20:25 +00:00
sencha-sns Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
serf Make gssapi a default-on option instead of a fixed dependency. 2015-01-29 10:29:13 +00:00
shibboleth-sp Revbump after updating boost 2014-11-07 19:39:24 +00:00
sitecopy Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
snarf
snownews Add ncursesw option. From Leonard Schmidt in PR 49211. 2014-09-18 14:54:55 +00:00
SOGo Update SOGo to 2.2.16. 2015-03-01 13:24:23 +00:00
spawn-fcgi Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
SpeedyCGI Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
sqtop SunOS needs -lsocket -lnsl. 2014-09-25 20:02:51 +00:00
squid3 Update squid3 to 3.5.2 (Squid 3.5.3). 2015-02-19 01:10:23 +00:00
squidanalyzer Changes 6.2.1: 2015-02-25 11:43:54 +00:00
squidclamav Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
squidGuard Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
squidpurge
squidview www/squid incorporated into www/squid3 2013-12-10 14:51:20 +00:00
squirm
surfraw Fix pattern in regex so that "surfraw -elvi" works on NetBSD. 2014-11-23 22:02:44 +00:00
swiftsurf Revbump associated with update of lang/ocaml. 2015-01-20 14:24:34 +00:00
swiggle Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
swill
swish-e Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
tcl-cgi
termtter Update termtter to 2.2.1. 2014-09-17 10:41:22 +00:00
thin Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby. 2015-03-08 15:17:17 +00:00
thoth * Add pkg_alternatives support. 2015-03-01 15:38:47 +00:00
thoth-delicious Comment out HOMEPAGE which has gone. (It's time to remove this pacahge?) 2015-03-01 15:39:43 +00:00
thoth-flickr Comment out HOMEPAGE which has gone. (It's time to remove this pacahge?) 2015-03-01 15:39:43 +00:00
thttpd Set INSTALLATION_DIRS properly. Fixes installation on at least SunOS. 2014-09-25 08:18:35 +00:00
tidy Fix PLIST with doxygen-1.8.9 and depend on it. 2015-01-28 07:13:55 +00:00
tinyproxy Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
trac Choose to trust upstream about this being fixed. 2015-02-08 17:55:09 +00:00
typo3_45 Update typo3_45 package to 4.5.20. 2015-02-19 09:41:01 +00:00
typo3_62 Update typo3_62 package to 6.2.10. 2015-03-01 15:36:58 +00:00
urlget Revive MASTER_SITES. 2013-03-14 17:04:27 +00:00
urlgrabber Mark packages that are not ready for python-3.3 also not ready for 3.4, 2014-05-09 07:36:53 +00:00
varnish Bump required docutils to 0.12. 2015-02-26 08:57:17 +00:00
viewvc Update to 1.1.23: 2015-01-16 12:12:03 +00:00
visitors
w3 Resolves: 2013-04-06 20:27:16 +00:00
w3c-httpd
w3m Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
w3m-img Bump PKGREVISION for boehm-gc default-on threads, just to be on 2014-04-30 14:19:40 +00:00
waplet Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
wApua Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
wdg-validate Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
webalizer Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
webby
webkit-gtk Update to 2.4.8: 2015-01-18 18:52:01 +00:00
webkit1-gtk Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
webkit1-gtk3 Revbump after updating libwebp and icu 2014-10-07 16:47:10 +00:00
weblint Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
webnew Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
websvn Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
weex
whisker Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
wiliki
wmd
wml Update to 2.0.11 with undocumented changes. 2015-01-16 12:15:31 +00:00
wordpress Update to version 4.1. 2015-01-02 12:40:59 +00:00
www6to4
wwwcount
wwwoffle Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
yaws Bump for perl-5.20.0. 2014-05-29 23:35:13 +00:00
zopeedit Bump applications PKGREVISIONs for python users that might be using 2014-05-17 16:10:41 +00:00
Makefile Remove ruby-form_data. 2015-03-03 13:18:25 +00:00