pkgsrc/www
adam 1990c27769 Changes 2.06:
* In main(), when parsing form input fails, the CGI script exits without
  producing any output whatsoever.  Wouldn't it be better to actually
  emit an error status, instead of expecting the server to do something
  sane with a script that produces no output?

* In mpRead(), a check is done to insure the requested length is not
  greater than the amount of data still available, and to adjust it
  if necessary.  However, this check is currently done _after_ reading
  data from the putback buffer, in which process len is decremented by
  the amount of putback data read, but mpp->offset is not correspondingly
  incremented (this happens later).  As a result, the check uses too
  small a value for len, and so fails to stop reading soon enough if
  the requested length is greater than what is available _and_ there
  was any data in the putback buffer.
  The fix is to move the check to the beginning of mpRead()

* Further, if a read request is satisfied _entirely_ from the putback
  buffer, mpp->offset is not updated at all, resulting in a similar
  problem.  The solution is to update mpp->offset in the "else if (got)"
  case.

* In cgiParsePostMultipartInput(), if the Content-Disposition of a part
  is not "form-data", afterNextBoundary() is not called before beginning
  to process the next part.  As a result, parsing of the next part headers
  begins with the body of the unwanted part.  It is necessary in this case
  to call afterNextBoundary() before continuing with the next cycle.

* In handling out-of-memory conditions in afterNextBoundary(), *outP is
  set to '\0'.  While this is technically legal ('\0' is "an integral
  constant expression with the value 0"), it looks funny.

* In cgiCookieString(), a change was introduced in v2.02 which purports
  to prevent an overrun in cases where cgiCookie is exactly equal to
  the requested cookie name.  In fact, the problem can also occur if
  the requested name occurs with no values at the end of cgiCookie.
  Further, the change from v2.02 does not fix the problem, because it
  compares the _pointers_ p and n to NULL, which they will never equal,
  rather than comparing the pointers they point at to NUL.

* Also in cgiCookieString(), there is a comment suggesting that the main
  loop never terminates except with a return.  This is not the case.
  For example, it will terminate if the requested cookie is not found
  and the cgiCookie string ends in a semicolon.

* Why did days[] (formerly daysOfWeek[]) and months[] become non-static?
  This pollutes the namespace of programs using CGIC.

* In cgiReadEnvironment(), when reading in the contents of an uploaded
  file, it is possible that a temporary file is successfully created
  but then cannot be opened.  In this case, no attempt is made to remove
  the tempoary file.

* Further, when a form entry does _not_ include an uploaded file,
  e->tfileName is set to malloc'd but uninitialized memory.  It should
  be set to an empty string, by setting e->tfileName[0] to zero after
  the 1-byte buffer is allocated.
2014-04-07 15:01:44 +00:00
..
adzap Changes 20110915: 2013-08-09 11:16:28 +00:00
aipo Revert agpl3 rename. 2013-03-04 21:57:21 +00:00
album Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
album_themes Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
amaya Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
analog Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-access-referer Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-auth-cookie Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-auth-external Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-auth-kerb Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-auth-ldap Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ap-auth-mysql Newer MySQL has moved to PREFIX/lib. Adjust. 2013-03-28 21:40:50 +00:00
ap-auth-ntlm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-auth-pam Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-auth-pgsql Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-auth-postgresql Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-auth-radius Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-auth-script Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-bandwidth Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-dav Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-dtcl Revbump after updating tcl/tk. 2014-01-11 14:42:00 +00:00
ap-Embperl Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
ap-fastcgi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-geoip2 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-gzip Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-jk Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-layout Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-mono Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
ap-mp3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-perl Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
ap-php Needs pkg-config. 2014-01-08 10:13:44 +00:00
ap-python Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
ap-rivet Revbump after updating tcl/tk. 2014-01-11 14:42:00 +00:00
ap-rpaf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-ruby Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-scgi Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
ap-ssl Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ap-throttle Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap-xslt Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ap2-auth-external Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap2-auth-ldap Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ap2-auth-mellon Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ap2-auth-mysql Newer MySQL has moved to PREFIX/lib. Adjust. 2013-03-28 21:40:50 +00:00
ap2-auth-ntlm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap2-auth-pgsql Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap2-auth-radius Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ap2-auth-xradius Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap2-authn-otp Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ap2-bw Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap2-cband Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap2-chroot Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap2-fastcgi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap2-fcgid Update ap2-fcgid to 2.3.9 2014-03-06 15:04:53 +00:00
ap2-jk Build against apache24. 2014-02-18 15:34:20 +00:00
ap2-perl No support for Apache 1.3 here. 2013-11-15 20:16:28 +00:00
ap2-python Fix MASTER_SITES. 2014-02-23 11:40:00 +00:00
ap2-subversion Changes 1.8.8: 2014-02-23 09:59:18 +00:00
ap2-suphp Changes 0.7.2: 2014-03-07 15:58:27 +00:00
ap2-transform Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
ap2-wsgi Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
ap2-xsendfile Import www/ap2-xsendfile. 2013-09-13 11:45:26 +00:00
ap2-xslt2 Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
ap22-authn-sasl recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
ap22-authnz-external Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ap22-authz-ldap Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ap22-dnssd Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +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 Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
apache-roller update to version 5.0.3: 2014-01-12 22:22:25 +00:00
apache-tomcat6 Import initial SMF support for individual packages. 2014-03-11 14:34:36 +00:00
apache-tomcat7 Import initial SMF support for individual packages. 2014-03-11 14:34:36 +00:00
apache-tomcat55 Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
apache2 Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
apache22 Changes 2.2.27: 2014-03-28 11:25:43 +00:00
apache24 Changes 2.4.9: 2014-03-18 20:09:08 +00:00
apachetop * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes 2013-07-15 02:02:17 +00:00
asp2php Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
august Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
aws Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
aws-demos Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
awstats Changes 7.3: 2014-02-01 11:38:48 +00:00
bannerfilter Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
bins Comment out p5-Storable dependency; included in perl since 5.7.3. 2013-11-24 09:57:02 +00:00
bkedit Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
bluefish Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
blur6ex Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
bozohttpd Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
browser-bookmarks-menu Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
c-icap Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
c-icap-modules Changes 0.2.4: 2013-09-03 13:38:08 +00:00
cadaver Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
calamaris Reset maintainer for resigned developers. 2013-12-23 11:57:02 +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 Changes 3.2.13: 2014-04-01 09:08:49 +00:00
cgilib Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
checkbot Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
cherokee Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
clearsilver Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
clearsilver-base Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
clisp-fastcgi
contao Update contao32 to 3.2.9. 2014-04-07 13:30:06 +00:00
contao32 Update contao32 to 3.2.9. 2014-04-07 13:30:06 +00:00
contao32-example Add contao32-example package version 3.2.0, demo site data for contao32. 2013-11-21 16:53:39 +00:00
contao211 Update contao211 to 2.11.17. 2014-04-07 13:27:56 +00:00
contao211-example Fix build problem. 2013-09-04 02:38:06 +00:00
contao211-translations Do not set FETCH_USING, should not be set in a package Makefile. 2014-01-27 18:41:11 +00:00
cppcms Cygwin DLLs are handled automatically now. 2014-03-08 09:10:52 +00:00
crawl Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
cronolog Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
curl Add missing header for DragonflyBSD. 2014-03-31 08:45:21 +00:00
cvsweb Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
dansguardian Update dansguardian to 2.12.0.3 2014-03-28 14:13:25 +00:00
davical Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
deforaos-surfer Include correct header for h_errno. 2014-02-14 13:29:23 +00:00
dillo Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
dojo Bump PKGREVISION for previous commit to force package rebuild without 2013-07-25 14:37:25 +00:00
drivel Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
drraw Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
drupal6 Update drupal6 to 6.30. 2014-01-16 15:54:32 +00:00
drupal7 Update drupal7 to 7.26. 2014-01-16 15:55:14 +00:00
elinks Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
eliom Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +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 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
epiphany-extensions Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
fcgi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
fengoffice Update fengoffice to 2.5.1. 2014-03-29 14:17:06 +00:00
ffproxy Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
firefox Fix PR pkg/48682, fix build under NetBSD/i386 5.2. 2014-03-30 01:03:22 +00:00
firefox-l10n Update to 28.0 2014-03-20 21:12:20 +00:00
firefox10 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
firefox10-l10n Update the COMMENTs for the firefox packages to include the upstream 2013-12-30 00:24:07 +00:00
firefox17 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
firefox17-l10n Update the COMMENTs for the firefox packages to include the upstream 2013-12-30 00:24:07 +00:00
firefox24 Partially regenerate patches to avoid "ignoring" 2014-03-26 13:56:22 +00:00
firefox24-l10n Update to 24.3.0 2014-03-10 20:52:07 +00:00
firefox36 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
firefox36-l10n Update the COMMENTs for the firefox packages to include the upstream 2013-12-30 00:24:07 +00:00
gallery Setting both 53 and 54 to PHP_VERSIONS_ACCEPTED isn't required since 2013-07-19 03:59:59 +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.0.0. 2013-04-02 15:46:36 +00:00
gitweb Changes 1.8.5.2: 2014-01-01 11:14:38 +00:00
goaccess Update goaccess to 0.7.1 2014-02-22 14:27:43 +00:00
gtkasp2php Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
gtkhtml314 Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
gwt Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
haskell-cgi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
heel Update heel 3.1.3. 2014-03-14 18:45:15 +00:00
hiawatha Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
horde Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
htdig Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
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 Depend on x11/fltk13 rather than x11/fltk. 2012-11-15 13:44:13 +00:00
htmlfix Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
htmllint Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
http_load Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
icedtea-web Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ies4linux Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
ijb Add socket libraries on SunOS. Patch from Sebastian Wiedenroth. 2013-12-10 12:24:24 +00:00
ikiwiki Update to 3.20140227. From the changelog: 2014-02-27 23:47:12 +00:00
ja-trac Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
jalbum Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
jetty7 Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
kahua Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
kannel Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
kazehakase Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
kdewebdev3 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
kdewebdev4 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
lhs Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
libghttp Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
libgtkhtml Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
libmediawiki Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
libmicrohttpd Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
libmrss Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
libproxy Needs zlib. 2014-01-08 09:57:30 +00:00
librest Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
librest07 Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
libwww Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
liferea Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
liferea-current Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
lighttpd Import initial SMF support for individual packages. 2014-03-11 14:34:36 +00:00
links Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
links-gui Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
litmus Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
llgal Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
loggerhead Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
lua-curl Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
lynx Update to 2.8.8rel2: 2014-03-12 10:13:15 +00:00
make_album Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
mediawiki Update to 1.22.4 2014-03-13 07:30:34 +00:00
micro_httpd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
midori Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
mimetex Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
mini_httpd Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
mknmz-wwwoffle Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
mMosaic Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
mongrel Add GEM_EXTSDIR support. 2014-03-17 14:30:38 +00:00
mongrel-cluster
mongrel-config
mongrel-console
mongrel-upload-progress
mono-xsp Revbump after updating textproc/icu 2013-10-19 09:06:55 +00:00
moodle Update to 2.5.5 2014-03-19 14:20:00 +00:00
mserv-php Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
nanoblogger Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
nanoblogger-extra Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
neon Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
netscape Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
netsurf Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
nginx Fixed LuaJIT2 linking for the Lua module. 2014-03-26 13:31:22 +00:00
nginx-devel Added form-input https://github.com/calio/form-input-nginx-module and 2014-03-21 21:42:50 +00:00
ns-plugger-common Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
ns-remote Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
nspluginwrapper Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
nvu Always use -fno-exceptions / -fexceptions. 2013-10-20 17:47:49 +00:00
ocaml-curl Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
ocaml-http Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
ocsigen Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
opera Update opera to 12.16. 2013-08-04 13:02:07 +00:00
opera-acroread7 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
opera-plugins Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
p5-Alien-GvaScript Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-AnyEvent-HTTP Update to 2.15 2013-08-27 02:37:25 +00:00
p5-AnyEvent-HTTPD Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-AnyEvent-ReverseHTTP Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-AnyEvent-SCGI Unbreak build of perl module 2014-01-15 15:12:56 +00:00
p5-Apache-ASP Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Apache-AuthCookie Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache-AuthCookieDBI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache-DBILogConfig Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache-DBILogger Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache-Filter Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache-Gallery Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Apache-LogFormat-Compiler Updating package for Perl5 module Apache::LogFormat::Compiler via CPAN 2013-06-29 09:29:05 +00:00
p5-Apache-Reload Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache-Session Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache-Session-SharedMem Import p5-Apache-Session-SharedMem-0.6 as www/p5-Apache-Session-SharedMem. 2013-07-06 00:51:58 +00:00
p5-Apache-Session-Wrapper Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache-SSI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache-Test Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache2-AuthCASSimple Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Apache2-AuthCookie Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Apache2-AuthCookieDBI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-App-Nopaste Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Captcha-reCAPTCHA Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Captcha-reCAPTCHA-Mailhide Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Catalyst-Action-RenderView Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Action-REST Update to 1.11 2013-08-22 08:45:12 +00:00
p5-Catalyst-Authentication-Credential-HTTP Update to 1.016 2013-08-22 14:21:23 +00:00
p5-Catalyst-Authentication-Credential-HTTP-Proxy Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Authentication-Store-DBIx-Class Updated www/p5-Catalyst-Authentication-Store-DBIx-Class to 0.1505 2014-02-06 12:01:58 +00:00
p5-Catalyst-Authentication-Store-Htpasswd Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Component-ACCEPT_CONTEXT Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Component-InstancePerContext Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Controller-BindLex Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Controller-FormBuilder Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Controller-HTML-FormFu Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Devel Update to 1.39 2013-08-22 08:13:14 +00:00
p5-Catalyst-DispatchType-Regex Added www/p5-Catalyst-DispatchType-Regex version 5.90033 2014-02-05 21:46:21 +00:00
p5-Catalyst-Engine-HTTP-Prefork Added www/p5-Catalyst-Engine-HTTP-Prefork version 0.51 2014-02-06 12:11:42 +00:00
p5-Catalyst-Engine-JobQueue-POE Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Catalyst-Engine-PSGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Manual Update to 5.9007 2013-08-23 07:32:09 +00:00
p5-Catalyst-Model-Adaptor Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Model-File Update to 0.10 2013-08-23 13:44:08 +00:00
p5-Catalyst-Plugin-Authentication Update to 1.0023 2013-08-23 13:51:51 +00:00
p5-Catalyst-Plugin-Authentication-Store-RDBO Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-Authorization-ACL Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-Authorization-Roles Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-AutoRestart Update to 0.96 2013-08-23 13:59:19 +00:00
p5-Catalyst-Plugin-ConfigLoader Updated www/p5-Catalyst-Plugin-ConfigLoader to 0.33 2014-02-06 11:05:33 +00:00
p5-Catalyst-Plugin-I18N Remove p5-I18N-LangTags references in preparation for package removal. 2013-12-02 12:21:56 +00:00
p5-Catalyst-Plugin-RequireSSL Update to 0.07 2013-08-23 14:31:02 +00:00
p5-Catalyst-Plugin-Server Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-Session Updated www/p5-Catalyst-Plugin-Session to 0.39 2014-02-06 10:42:40 +00:00
p5-Catalyst-Plugin-Session-State-Cookie Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-Session-Store-DBIC Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-Session-Store-Delegate Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-Session-Store-FastMmap Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-Session-Store-File Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Plugin-StackTrace Updated www/p5-Catalyst-Plugin-StackTrace to 0.12 2014-02-06 10:40:10 +00:00
p5-Catalyst-Plugin-Static-Simple Updated www/p5-Catalyst-Plugin-Static-Simple to 0.31 2014-02-06 12:01:09 +00:00
p5-Catalyst-Plugin-StatusMessage Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-Runtime p5-Module-Pluggable is due to be removed from perl core, so explicitly add dependency on pkgsrc package. Bump PKGREVISION 2014-02-05 22:04:16 +00:00
p5-Catalyst-View-Excel-Template-Plus Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-View-Jemplate Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-View-JSON Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Catalyst-View-Mason Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Catalyst-View-TT Update to 0.41 2013-08-23 07:25:59 +00:00
p5-CatalystX-Component-Traits Updated www/p5-CatalystX-Component-Traits to 0.19 2014-02-06 10:38:19 +00:00
p5-CatalystX-CRUD-Controller-REST Import CatalystX-CRUD-Controller-REST-0.003 as www/p5-CatalystX-CRUD-Controller-REST 2013-08-23 01:37:01 +00:00
p5-CatalystX-CRUD-Controller-RHTMLO Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CatalystX-CRUD-View-Excel Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CatalystX-CRUD-YUI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CatalystX-LeakChecker Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI Update to 3.63. From the changelog: 2013-07-10 02:54:04 +00:00
p5-CGI-Ajax Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Application Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Application-Plugin-DBH Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Application-Plugin-ValidateRM Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Application-PSGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Compile Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Cookie-Splitter Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Cookie-XS Added www/p5-CGI-Cookie-XS version 0.18 2014-02-06 10:44:57 +00:00
p5-CGI-Emulate-PSGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-FastTemplate Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-FormBuilder Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Kwiki Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Lite Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Minimal Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-ProgressBar Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-CGI-PSGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Session Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Session-Driver-memcached Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Session-Plugin-Redirect Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Session-Serialize-yaml Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Simple Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CGI-Struct Added www/p5-CGI-Struct version 1.21 2014-02-05 21:44:27 +00:00
p5-Continuity Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Cookie-XS Added www/p5-Cookie-XS version 0.11 2014-02-06 10:46:53 +00:00
p5-Corona Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CSS Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CSS-Squish Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-CSS-Tiny Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Dancer Update to 1.3121 2014-02-16 15:03:55 +00:00
p5-Dancer-Session-Cookie Adding package for CPAN distribution Dancer-Session-Cookie version 0.22 2013-07-03 17:44:29 +00:00
p5-Dancer2 Update to 0.11 2014-01-04 12:02:05 +00:00
p5-Data-URIEncode Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-FCGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-FCGI-Client Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-FCGI-ProcManager Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-File-Mork Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Handel Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-HTML-Clean Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Element-Extended Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Email-Obfuscate Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Entities-Interpolate Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-HTML-FillInForm Update to 2.20 2013-08-27 05:06:21 +00:00
p5-HTML-FixEntities Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Form Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Format Update to 2.11 2014-02-23 10:18:47 +00:00
p5-HTML-FormFu Fix build by add missing DEPENDS 2014-02-24 03:09:51 +00:00
p5-HTML-LinkExtractor Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Lint Update to 2.20 2013-10-13 01:36:26 +00:00
p5-HTML-Mason Update to 1.54 2014-02-23 09:47:53 +00:00
p5-HTML-Mason-PSGIHandler Update to 0.53 2014-02-23 10:08:12 +00:00
p5-HTML-Parser Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-PrettyPrinter Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Prototype Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Prototype-Useful Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Quoted Update to 0.04 2013-10-27 14:53:12 +00:00
p5-HTML-RewriteAttributes Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Scrubber Update to 0.11 2013-10-27 15:02:18 +00:00
p5-HTML-Selector-XPath Update to 0.16 2014-02-23 12:42:53 +00:00
p5-HTML-SimpleParse Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-StickyQuery Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Stream Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Strip Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-StripScripts Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-StripScripts-Parser Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Table Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-TableExtract Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Tagset Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Template Update to 2.95 2014-02-23 12:57:24 +00:00
p5-HTML-Template-Expr Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-Template-Pro Update to 0.9510: 2013-09-05 19:56:45 +00:00
p5-HTML-Tiny Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-TokeParser-Simple Update to 3.16 2014-02-23 13:02:50 +00:00
p5-HTML-Tree Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-TreeBuilder-LibXML Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-TreeBuilder-XPath Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-WikiConverter Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTML-WikiConverter-DokuWiki Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTMLObject Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Async Update to 0.23 2014-02-23 13:15:11 +00:00
p5-HTTP-Body Update to 1.19 2014-02-16 15:25:10 +00:00
p5-HTTP-Cache-Transparent Update to 1.1 2014-02-23 13:19:54 +00:00
p5-HTTP-Cookies Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Daemon Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Date Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-DAV Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-GHTTP Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-HeaderParser-XS Added www/p5-HTTP-HeaderParser-XS version 0.20 2014-02-06 12:08:50 +00:00
p5-HTTP-Lite Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Message Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Negotiate Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-OAI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Parser Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Parser-XS Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Proxy Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Request-AsCGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Request-Form Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Response-Encoding Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Server-EV Update p5-HTTP-Server-EV to 0.67 2013-09-02 13:26:32 +00:00
p5-HTTP-Server-Simple Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Server-Simple-Authen Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Server-Simple-Kwiki Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Server-Simple-Mason Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Server-Simple-PSGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Server-Simple-Recorder Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Server-Simple-Static Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-HTTP-Tiny Update to 0.043 2014-02-22 08:46:48 +00:00
p5-HTTPD-User-Manage Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-I18N-AcceptLanguage Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-JavaScript-Value-Escape Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Jemplate Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-JSON-RPC Import the JSON-RPC Perl module, version 1.03, into pkgsrc. 2013-10-20 14:08:07 +00:00
p5-Kwiki Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Archive-Cvs Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Archive-Rcs Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-BreadCrumbs Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Edit-RequireUserName Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Favorites Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-HtmlBlocks Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Icons-Gnome Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-ModPerl Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-NewPage Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Notify-Mail Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-PagePrivacy Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-ParagraphBlocks Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-PreformattedBlocks Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-RecentChanges Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Revisions Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Scode Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Search Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Simple-Server-HTTP Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-UserName Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-UserPreferences Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Users-Remote Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Weather Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Wikiwyg Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Kwiki-Zipcode Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-libapreq Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-libapreq2 Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-libwww Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-LWP-Authen-Negotiate Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-LWP-Authen-Wsse Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-LWP-MediaTypes Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-LWP-Online Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-LWP-Protocol-https Update to 6.04. From the changelog: 2013-07-10 02:51:56 +00:00
p5-LWP-UserAgent-Determined Update to 1.06. From the changelog: 2013-07-10 02:49:26 +00:00
p5-LWPx-ParanoidAgent Update to 1.09. From the changelog: 2013-07-10 02:46:43 +00:00
p5-LWPx-TimedHTTP Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-MasonX-Request-WithApacheSession Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Mojolicious Update to 4.91 2014-04-03 16:06:18 +00:00
p5-Net-FastCGI Update to 0.14. From the changelog: 2013-07-10 02:41:46 +00:00
p5-Net-HTTP Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-ParallelUserAgent Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Plack-App-Proxy Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Plack-Handler-AnyEvent-HTTPD Update to 0.03 2013-08-22 04:30:07 +00:00
p5-Plack-Handler-AnyEvent-ReverseHTTP Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack-Handler-AnyEvent-SCGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack-Handler-SCGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack-Middleware-Auth-Digest Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Plack-Middleware-ConsoleLogger Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Plack-Middleware-Debug Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Plack-Middleware-Deflater Update to 0.11 2013-08-22 04:39:24 +00:00
p5-Plack-Middleware-File-Sass Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack-Middleware-Header Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Plack-Middleware-JSConcat Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Plack-Middleware-ReverseProxy Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Plack-Middleware-Session Update to 0.20 2013-08-22 07:00:17 +00:00
p5-Plack-Middleware-Test-StashWarnings Comment out p5-Storable dependency; included in perl since 5.7.3. 2013-11-24 09:57:02 +00:00
p5-Plack-Test-ExternalServer Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Pod-POM-Web Update to 1.19: 2013-09-05 19:51:49 +00:00
p5-POE-Component-Server-PSGI Update to 0.6 2013-12-15 13:32:33 +00:00
p5-POE-Component-Server-SimpleHTTP Comment out p5-Storable dependency; included in perl since 5.7.3. 2013-11-24 09:57:02 +00:00
p5-POE-Component-Server-SOAP Import the POE::Component::Server::SOAP Perl module into pkgsrc. 2013-11-04 21:37:53 +00:00
p5-POE-Filter-HTTP-Parser Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-PSGI Update to 1.102 2013-07-25 14:43:45 +00:00
p5-Reaction Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Rose-HTML-Objects Updated www/p5-Rose-HTML-Objects to 0.620 2014-02-06 13:02:42 +00:00
p5-Rose-HTMLx-Form-Field-Autocomplete Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Rose-HTMLx-Form-Field-Boolean Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Rose-HTMLx-Form-Field-PopUpMenuNumeric Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Rose-HTMLx-Form-Field-Serial Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Rose-HTMLx-Form-Related Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Rose-URI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Router-Simple Add the Router-Simple package to pkgsrc. 2013-10-20 02:52:45 +00:00
p5-SCGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Session-Storage-Secure Adding package for CPAN distribution Session-Storage-Secure version 0.007 2013-07-03 17:40:03 +00:00
p5-Squatting Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Squatting-On-PSGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Starlet Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Starman Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-SVN-Web Files should be installed into vendor subdirectory. From morr@ 2013-08-30 22:41:45 +00:00
p5-Task-Catalyst-Tutorial Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Task-CatInABox Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Task-Plack Update to 0.28 2013-09-05 00:48:24 +00:00
p5-Tatsumaki Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-Template-Extract Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Generate Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Multilingual Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Plugin-Clickable Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Plugin-Clickable-Email Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Plugin-Subst Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Provider-Encoding Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Stash-EscapeHTML Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Stash-HTML-Entities Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Timer Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Template-Toolkit Update to 2.25: 2013-09-05 19:53:01 +00:00
p5-Template-Toolkit-Simple Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Test-HTTP-Server-Simple Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Test-WWW-Declare Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Test-WWW-Mechanize Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Test-WWW-Mechanize-Catalyst Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Test-WWW-Mechanize-PSGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Twiggy Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-URI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-URI-db Add p5-URI-db, a class for database URIs. They're inspired by JDBC 2014-02-20 18:41:16 +00:00
p5-URI-Escape-XS Update to 0.10. From the changelog: 2013-07-10 02:43:50 +00:00
p5-URI-Fetch Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-URI-Find Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-URI-FromHash Update to 0.04: 2013-09-05 19:41:46 +00:00
p5-URI-Nested Add p5-URI-Nested, a Perl interface for nested URIs -- that is, 2014-02-20 18:39:52 +00:00
p5-VRML Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-Web-Scraper Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-WordPress-XMLRPC Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-WWW-Amazon-Wishlist Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-WWW-Curl Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
p5-WWW-Facebook-API Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
p5-WWW-Mechanize Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-WWW-Mechanize-GZip Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-WWW-Mechanize-Timed Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-WWW-Pastebin-PastebinCom-Create Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-WWW-Pastebin-RafbNet-Create Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-WWW-RobotRules Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
p5-WWW-Shorten Update to 3.04 2013-10-20 14:09:24 +00:00
paros Set unwanted linux binaries to CHECK_SHLIBS_SKIP. 2014-03-02 05:47:08 +00:00
pear-HTML_Common Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
pear-HTML_Select Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
pear-HTML_TreeMenu Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
pear-HTTP Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
pear-HTTP_Request Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
php-apc Does not build with php55. 2013-11-24 07:11:11 +00:00
php-basercms Import php54-basercms-2.1.2 as www/php-basercms. 2013-11-22 14:35:56 +00:00
php-concrete5 Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
php-curl Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
php-eaccelerator Introduce eaccelerator-disassembler and eaccelerator-doc-comment-inclusion 2012-12-05 15:28:30 +00:00
php-fpm Don't strip binaries on Darwin, or some dynamic modules won't be loaded; pkglint cleanups. 2014-03-18 11:10:52 +00:00
php-http Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
php-ja-wordpress Update to 3.8 2013-12-27 22:55:20 +00:00
php-owncloud Update to 6.0.2 2014-03-23 01:19:17 +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 Bump PKGREVISION of all packages which create users, to pick up change of 2013-07-12 10:44:52 +00:00
php-tidy Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
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 Do not set FETCH_USING, should not be set in a package Makefile. 2014-01-27 18:41:11 +00:00
php-tt-rss-fever-plugin Import php-tt-rss-fever-plugin-1.2 as www/php-tt-rss-fever-plugin. 2013-12-31 16:51:46 +00:00
php-uploadprogress Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
php-zendoptimizerplus Initial import of php-zendoptimizerplus, version 7.0.0, into the NetBSD 2013-03-05 22:18:37 +00:00
phraseanet Fixes PHP version check condition: 2014-01-03 08:47:51 +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 Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
py-beautifulsoup Mark this is as major version 3 of the module 2014-01-25 09:25:32 +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 Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-bottle Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
py-cherrypy Fix PLIST for python-3.x. 2014-01-20 11:19:09 +00:00
py-clearsilver Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-ClientForm Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-curl Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
py-django Changes 1.6.2: 2014-02-09 08:09:04 +00:00
py-django-appconf Update to 0.6 2013-04-27 10:50:13 +00:00
py-django-appmedia Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-django-classy-tags Fix PLIST for Python 2.6. 2013-03-23 12:19:14 +00:00
py-django-cms Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-django-cmsplugin_gallery Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-django-easy-thumbnails Use distutils.mk. Mark as not for python-3.x. Bump PKGREVISION. 2014-01-20 15:45:14 +00:00
py-django-inline-ordering This app aims at easing implementing drag & drop reordering of inline data in 2013-01-28 21:07:15 +00:00
py-django-mezzanine-filebrowser Remove unnecessary dependency. Mark as not for python-3.x. Bump 2014-01-20 16:25:17 +00:00
py-django-mezzanine-grappelli Remove unnecessary dependency. Mark as not for python-3.x 2014-01-20 16:26:30 +00:00
py-django-mptt Changes 0.6.0: 2013-08-09 07:33:25 +00:00
py-django-photologue Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-django-registration Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-django-reversion Changes 1.8.0: 2014-02-09 08:20:00 +00:00
py-django-sekizai Changes 0.7: 2013-03-13 07:08:34 +00:00
py-django-south Changes 0.8.3: 2014-02-09 08:16:34 +00:00
py-django-tagging Convert to distutils.mk. Mark as not for python-3.x. 2014-01-20 16:29:30 +00:00
py-django14 Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-djangorestframework Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +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 Temporarily invent a DIST_SUBDIR so the distfiles cache on ftp.netbsd.org 2014-01-19 20:42:28 +00:00
py-flask-assets Update py-flask-assets to 0.9. 2014-03-04 13:45:28 +00:00
py-flask-babel Remove FETCH_USING, not a package-setable variable. 2014-01-12 10:46:15 +00:00
py-flask-babelex Sync COMMENT with upstream. Also, differentiate it from www/py-flask-babel. 2014-01-10 01:51:54 +00:00
py-flask-bootstrap Updated to latest release, 3.1.1.2. New file in PLIST: 2014-04-07 03:58:55 +00:00
py-flask-cache Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-flask-flatpages Fix build with python-3.3. 2014-01-19 17:42:04 +00:00
py-flask-frozen Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-flask-login Update py-flask-login to 0.2.10. 2014-04-03 08:44:45 +00:00
py-flask-mail Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-flask-principal Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-flask-rest Import Flask-REST-1.1 as www/py-flask-rest. 2013-01-08 19:28:12 +00:00
py-flask-script Update py-flask-script to 0.6.7. 2014-03-04 13:47:21 +00:00
py-flask-security Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-flask-sqlalchemy Update py-flask-sqlalchemy to 1.0. 2013-08-04 13:47:10 +00:00
py-flask-uploads Import Flask-Uploads-0.1.3 as www/py-flask-uploads. 2013-01-08 18:06:29 +00:00
py-flask-wtf Update py-flask-wtf to 0.9.5. 2014-04-03 08:49:48 +00:00
py-flup Mark as python-2.x version. 2014-01-18 19:05:38 +00:00
py-flup3 Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-gdata Add link to upstream bug report about python 3.x support. 2014-02-07 14:28:09 +00:00
py-genshi treat python version depended PLIST handling with standard way. 2014-01-18 08:08:59 +00:00
py-HTMLgen Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-http-parser Do not set FETCH_USING, should not be set in a package Makefile. 2014-01-27 18:41:11 +00:00
py-httplib2 Handle python-specific PLIST in the standard way. 2014-01-18 17:53:18 +00:00
py-jonpy Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-mechanize Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-mezzanine Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-moin Update to 1.9.7: 2014-01-20 20:17:05 +00:00
py-nevow Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-paste Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-PasteDeploy Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-pendrell Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-pywebdav Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-recaptcha Fix PLIST for Python != 2.7 2013-03-24 16:44:37 +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 fix build on SunOS 2014-02-15 19:15:53 +00:00
py-simpletal Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-swish-e Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-tornado Remove bogus USE_PKGLOCALEDIR. 2014-01-27 19:58:50 +00:00
py-uliweb Fix PLIST. 2014-01-19 13:12:30 +00:00
py-uwsgi Updated to latest release, 2.0.2. From Changelog: 2014-03-01 19:12:23 +00:00
py-uwsgitop Updated to latest release, 0.8. No NEWS/ChangeLog. 2014-03-01 19:15:20 +00:00
py-webassets Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-webcolors Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-webpy Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-werkzeug Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-werkzeug-docs Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-wtforms Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
py-wtforms-recaptcha Import py27-wtforms-recaptcha-0.3.1 as www/py-wtforms-recaptcha. 2014-04-02 07:27:09 +00:00
qDecoder Mark MAKE_JOBS_SAFE=no, detected in SmartOS bulk build. 2012-12-27 20:12:26 +00:00
raggle Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ramaze Update ramaze to 2012.12.08. 2012-12-17 15:10:57 +00:00
ruby-actionpack32 Update ruby-actionpack32 to 3.2.17. 2014-03-02 15:03:02 +00:00
ruby-activeresource32 Update ruby-activeresource32 to 3.2.17. 2014-03-02 15:02:17 +00:00
ruby-borges Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ruby-clearsilver Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
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-parserruby-css-parser to 1.3.5. 2013-09-15 16:55:32 +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 3.0.2. 2012-12-17 15:08:28 +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 Allow build with ruby21. 2014-03-26 14:27:22 +00:00
ruby-fcgi Add GEM_EXTSDIR support. 2014-03-17 14:30:38 +00:00
ruby-gnome2-webkit-gtk revert `say good-bye to ruby-1.8', it should not be done dureing a freeze. 2013-06-20 09:12:13 +00:00
ruby-gnome2-webkit-gtk2 revert `say good-bye to ruby-1.8', it should not be done dureing a freeze. 2013-06-20 09:12:13 +00:00
ruby-htmlsplit Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ruby-http Import ruby-http-0.5.0 as www/ruby-http. 2014-01-17 13:22:51 +00:00
ruby-http-cookie Add ruby-http-cookie package version 1.0.2. 2013-09-15 17:03:01 +00:00
ruby-http_parser.rb Add GEM_EXTSDIR support. 2014-03-17 14:30:38 +00:00
ruby-http_router Update ruby-http_router to 0.11.1. 2014-03-14 19:02:56 +00:00
ruby-innate "Please write NetBSD.org instead of netbsd.org" 2013-04-06 13:09:24 +00:00
ruby-jekyll Allow build with ruby21. 2014-03-26 14:27:22 +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.2. 2013-09-15 19:00:05 +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 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ruby-padrino Update ruby-padrino and related packages to 0.12.0. 2014-03-14 19:18:31 +00:00
ruby-padrino-admin Update ruby-padrino and related packages to 0.12.0. 2014-03-14 19:18:31 +00:00
ruby-padrino-cache Update ruby-padrino and related packages to 0.12.0. 2014-03-14 19:18:31 +00:00
ruby-padrino-contrib Add ruby-padrino-contrib package version 0.1.13. 2013-02-13 15:22:12 +00:00
ruby-padrino-core Restore dependency to textproc/ruby-tilt. 2014-03-18 14:43:10 +00:00
ruby-padrino-gen Update ruby-padrino and related packages to 0.12.0. 2014-03-14 19:18:31 +00:00
ruby-padrino-helpers Update ruby-padrino and related packages to 0.12.0. 2014-03-14 19:18:31 +00:00
ruby-padrino-mailer Update ruby-padrino and related packages to 0.12.0. 2014-03-14 19:18:31 +00:00
ruby-patron Add GEM_EXTSDIR support. 2014-03-17 14:41:15 +00:00
ruby-puma Update ruby-puma to 2.8.1. 2014-03-14 19:21:27 +00:00
ruby-pygments.rb Updte ruby-pygments.rb to 0.5.2. 2013-09-15 17:18:36 +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 Add ruby-rack-contrib package version 1.1.0. 2013-02-11 13:30:07 +00:00
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-rails32 Update ruby-rails32 to 3.2.17. 2014-03-02 15:04:29 +00:00
ruby-raindrops Update ruby-raindrops to 0.13.0. 2014-03-14 19:28:19 +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-sinatra Drop maintainership, not using anymore. 2013-12-07 08:43:34 +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 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
ruby-unicorn Add support for GEM_EXTSDIR. 2014-03-26 13:45:12 +00:00
ruby-url_mount Add ruby-url_mount package version 0.2.1. 2013-02-11 14:06:00 +00:00
ruby-webrobots Reverted HOMEPAGE as recommended by taca@ 2013-04-06 14:30:19 +00:00
ruby-webunit Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
screws Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
seamonkey Update to 2.25 2014-03-30 04:13:17 +00:00
seamonkey-l10n Update to 2.25 2014-03-30 04:23:44 +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 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
serf0 Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
shibboleth-sp Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
sitecopy Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
snarf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
snownews Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
SOGo Update SOGo to 2.2.1. 2014-03-13 14:06:55 +00:00
spawn-fcgi Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
SpeedyCGI Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
squid3 Darwin also support pf 2014-04-01 09:57:07 +00:00
squidanalyzer Changes 5.3: 2013-12-02 08:08:01 +00:00
squidclamav Changes 6.10: 2013-09-03 13:39:11 +00:00
squidGuard Apply squidGuard-1.4_upgrade.patch for Update SquidGuard to supply Squid 3.4 2014-03-10 12:49:39 +00:00
squidpurge Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
squidview www/squid incorporated into www/squid3 2013-12-10 14:51:20 +00:00
squirm Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
surfraw Remove obsolete patch 2014-01-09 22:37:39 +00:00
swiftsurf Revision bump associated with the update of lang/ocaml to version 4.01. 2013-11-01 11:30:21 +00:00
swiggle "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
swill Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
swish-e Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
tcl-cgi Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
termtter Update HOMEPAGE url. 2012-08-19 09:09:26 +00:00
thin Update thin to 1.6.2. 2014-03-14 19:31:19 +00:00
thoth Depends on newer version of ruby-erubis. 2013-02-11 04:58:17 +00:00
thoth-delicious Fixes: 2013-04-06 03:45:05 +00:00
thoth-flickr
thttpd Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
tidy New doxygen, new PLIST. Bump dependency and PKGREVISION. 2013-01-30 21:00:01 +00:00
tinyproxy Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
trac Add patch to avoid exception in git browser. 2014-03-11 17:41:44 +00:00
typo3_45 Update typo3_45 package to 4.5.32 (TYPO3 4.5.32). 2013-12-10 15:18:33 +00:00
typo3_47 Update typo3_47 package to 4.7.17 (TYPO3 4.7.17). 2013-12-10 15:20:03 +00:00
typo3_60 Update typo3_60 package to 6.0.12 (TYPO3 6.0.12). 2013-12-10 15:21:30 +00:00
typo3_61 Simplyfy using REPLACE_BASH instead of REPLACE_INTERPRETER and its 2013-12-20 15:35:50 +00:00
urlget Revive MASTER_SITES. 2013-03-14 17:04:27 +00:00
urlgrabber Mark packages as not ready for python-3.x where applicable; 2014-01-25 10:29:56 +00:00
varnish Import initial SMF support for individual packages. 2014-03-11 14:34:36 +00:00
viewvc No need to have two variables for the same logic. 2014-01-25 10:45:15 +00:00
visitors Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
w3 Resolves: 2013-04-06 20:27:16 +00:00
w3c-httpd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
w3m Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
w3m-img Recursive PKGREVISION bump for OpenSSL API version bump. 2014-02-12 23:18:26 +00:00
waplet Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
wApua Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes. 2013-12-09 14:17:41 +00:00
wdg-validate Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
webalizer recursive bump from graphics/gd shlib major bump. 2013-09-04 12:31:24 +00:00
webby
webkit-gtk Refelect change of RUBY_SRCDIR. 2014-03-13 17:06:42 +00:00
webkit-gtk3 Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
weblint Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
webnew Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
websvn Bump PKGREVISION from default PHP version change to 5.4. 2013-03-16 07:21:18 +00:00
weex Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
whisker Bump all packages for perl-5.18, that 2013-05-31 12:39:57 +00:00
wiliki Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wmd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wml New texinfo wants =encoding. 2013-08-31 14:55:13 +00:00
wordpress Update to version 3.8.1 2014-02-12 19:43:56 +00:00
www6to4 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wwwcount Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wwwoffle Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
yaws Remove example rc.d scripts from PLISTs. 2014-03-11 14:04:57 +00:00
zopeedit Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
Makefile sort 2014-04-04 04:40:57 +00:00