Commit Graph

7328 Commits

Author SHA1 Message Date
sthen
24cab1e03f missing bumps; dep on ruby-passenger changed 2012-09-26 19:46:06 +00:00
brad
bb63fa708f Rip out some autoconf checks which are intended to workaround
FFmpeg quirks with other OS's but result in hidden dependencies
on OpenBSD.

ok sthen@
2012-09-26 19:19:56 +00:00
landry
d67224a84d Update to midori 0.4.7.
- add a gtk3 flavor.
- backport fix for urlbar c/p issue.
2012-09-26 17:44:56 +00:00
jeremy
a0d7f3f4e8 Fix module directory to use for building passenger FLAVOR, after the
switch to use ruby 1.9 by default.  No bump as the package is not
affected.

OK jasper@
2012-09-24 19:29:05 +00:00
jasper
9206e20978 - remove -lpthread vs. -pthread patches/chunks. 2012-09-24 06:51:59 +00:00
jasper
9e2b475eb3 missing rcs id 2012-09-23 19:50:22 +00:00
jeremy
5542f53b23 Now that ruby 1.9 is the default ruby implementation for gem/extconf
ports, for the ports that are built both on ruby 1.8 and ruby 1.9,
switch the category Makefiles to explicitly list the ruby18 FLAVOR
instead of the ruby19 FLAVOR.

Also, for home_run, fastri, and fastercsv, explicitly build only the
ruby 1.8 version of the port.  These libraries can run on ruby 1.9, but
it doesn't make sense to build a ruby 1.9 version by default.
2012-09-23 17:20:41 +00:00
jeremy
616393b529 Explicitly set ports that only build or run on ruby 1.8 to have both
FLAVOR and FLAVORS set to ruby18, so attempting to build them without a
FLAVOR set still builds the ruby 1.8 version.

Remove MAINTAINER at his request.
2012-09-23 17:13:42 +00:00
jeremy
620cf0a1fe Have raggle depend on the correct FLAVOR of the ruby-ncurses dependency. 2012-09-23 17:12:42 +00:00
jeremy
e603210399 Have puppet-dashboard depend on the correct FLAVOR of the ruby
dependencies.
2012-09-23 17:11:34 +00:00
jeremy
4df01cf8a7 Explicitly set ports that only build or run on ruby 1.8 to have both
FLAVOR and FLAVORS set to ruby18, so attempting to build them without a
FLAVOR set still builds the ruby 1.8 version.
2012-09-23 17:00:49 +00:00
jeremy
c3579f1baf Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
2012-09-23 16:57:32 +00:00
naddy
766786d192 fix build after pango 1.31 update: pangox is gone 2012-09-22 17:33:29 +00:00
landry
181d9b3892 Remove useless dependency on deprecated pangox.
- remove useless patch to gfx/thebes/Makefile.in adding -lpangox-1.0 to
EXTRA_DSO_LDOPTS, this was maybe useful before ffx 3.0, but mozilla
stopped using pangox between 2.0 and 3.0. See for the last traces of
pangox.h use : https://bugzilla.mozilla.org/show_bug.cgi?id=528941. See
also bugs #323671/#338446
- backport the patch from #528941 to remove useless pangox.h inclusion
from www/firefox35.
- remove the RUN_DEPENDS on pangox-compat
- bump all corresponding REVISIONS
- while here, make sure all moz ports depend on latest nspr 4.9.2 since
  it'll be a requirement for upcoming gecko 16 releases
2012-09-22 10:30:17 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
ajacoutot
a598203a8d Fix after pangox removal from devel/pango.
ok jasper@
2012-09-21 13:21:44 +00:00
dcoppa
6685400950 Bugfix update to 7.0.30 2012-09-21 05:07:22 +00:00
giovanni
a75f393242 Bugfix update to 1.8.4
some speed improvements
On large web sites the upgrade scripts should be run from shell
Full Changelog available at http://piwik.org/changelog/
2012-09-19 15:53:22 +00:00
jasper
c3990dee0b sync after recent lua.port.mk change 2012-09-19 08:15:08 +00:00
gonzalo
8b542603f6 Update for Xombrero to 1.3.1:
* Unbreak custom URI handling
* Fix display of about:favorites with no favorites
* Prevent using back on an about:secviolation page from returning back
  to the exact same page that triggered the cert warning.
* Fix build with glib 2.30.0
* Kill a crash when using older libsoup versions
* Sync the preloaded HSTS list with Chromium's

Tested on amd64.

Ok kili@
2012-09-18 20:34:30 +00:00
espie
93aa04a30b minor updates to a few modules I use 2012-09-18 14:06:57 +00:00
rpointel
e66c719f41 update tornado to 2.4, changelog: http://www.tornadoweb.org/documentation/releases/v2.4.0.html.
ok gonzalo@ looks good aja@
2012-09-18 05:28:28 +00:00
landry
9e90ef2368 Build cgit static by default to ease upgrades within the httpd chroot.
Prompted by a diff from Olivier Mehani on ports@
looks good to sthen@
2012-09-17 19:37:09 +00:00
gonzalo
076b365b14 Update for Pound to 2.6:
- allow multiple AddHeader directives
    - fixed memory leak in config/AddHeader
    - fixed memory leak in DH
    - fixed problem in SNI certificate storage
    - changed long to long long for support of requests larger than 2GB
    - added parsing for certificate CN
    - fixed problem in task enqueing
    - fixed small problem in Makefile

And others, while here, GROFF is not needed and patches applied
upstream.

Ok 'Looks fine' aja@
2012-09-17 13:05:14 +00:00
bluhm
180e4b9462 The dependency to liblzma.so.1.0 was missing in the www/links+ port.
The executable /usr/local/bin/links is linked against it and does
not start if the xz package is not installed.
ok fgsch@ dcoppa@ sthen@
2012-09-17 10:28:42 +00:00
ajacoutot
7cd4dce78b Bugfix update to libcroco-0.6.6. 2012-09-16 17:45:58 +00:00
jeremy
fc111005c8 Remove pure ruby gem ports that aren't compatible with ruby 1.9.
Most OK sthen@, ruby-prawn OK claudio@
2012-09-15 17:55:15 +00:00
jeremy
d9028f61a8 Unlink pure ruby gem ports that aren't compatible with ruby 1.9.
Most OK sthen@, ruby-prawn OK claudio@
2012-09-15 17:53:15 +00:00
fgsch
e8bb7f207b enable reload support and bump revision.
ajacoutot@ ok
2012-09-15 14:39:47 +00:00
sthen
dccea2a7f9 update to Trac 1.0
- if you have problems with authentication with the standalone tracd,
review http://trac.edgewall.org/wiki/0.11/TracStandalone#UsingAuthentication
about use of absolute paths, previously they were explicitly not supported
but worked in some cases, now they don't work.
2012-09-15 10:02:22 +00:00
ajacoutot
df912b5315 Update to bacula-web-5.2.10. 2012-09-14 06:35:09 +00:00
sthen
46bde0b81f remove "SUBDIR += nginx,passenger" from www/Makefile, the flavour is now
on nginx/devel/,passenger and nginx/stable/,passenger and listed in
www/nginx/Makefile instead. pointed out by nigel@
2012-09-11 23:50:57 +00:00
sthen
1da1c3c851 update to xcache 2.0.1, from Brad
- includes some segv fixes
2012-09-11 23:41:43 +00:00
sthen
973d4e7f63 Update nginx stable in ports to 1.2.x and add devel (1.3.x), this is
separate from the version in the base OS which deliberately does not include
the mail proxy and additional modules. rc.d/enginx script is added (not
rc.d/nginx to avoid conflicting with base). Lua module is also supported.
Most of the work done by william@, with a few tweaks by me and ok william.

README could use more work and as pointed out by ajacoutot we need to
review permissions of the tmp directory, but the diff is already long enough.
@pkgpath markers are set to update from the 1.0.x packages to 1.2.x (with or
without the passenger flavour as appropriate).
2012-09-11 16:01:45 +00:00
sthen
e84102fa10 maintenance update to Trac 0.12.4; minor fixes only 2012-09-11 13:03:34 +00:00
sebastia
0e844502a0 Fix HOMEPAGE and BUMP
OK jasper@
2012-09-10 14:47:52 +00:00
ajacoutot
48e35cd4ac Don't depend on multimedia/gstreamer-0.10/plugins-bad, it's all in the
name...

ok pirofti@ (maintainer)
2012-09-10 13:21:47 +00:00
landry
66a52d3a5e Bugfix update to seamonkey 2.12.1.
Fixes bugs #780908, #787046 & #787833, and the regression in private
browsing mode (#787743) among other mozilla-specific fixes.
2012-09-10 11:13:07 +00:00
jasper
9a95b2e2db sync 2012-09-10 09:19:59 +00:00
jasper
8ea682e2cf import glpi 0.83.4
GLPI is the Information Resource-Manager with an additional
Administration- Interface. You can use it to build up a database with an
inventory for your company (computer, software, printers...). It has
enhanced functions to make the daily life for the administrators easier,
like a job-tracking-system with mail-notification and methods to build a
database with basic information about your network-topology.

ok aja@
2012-09-10 09:18:54 +00:00
jasper
ce6cc2f73c move various MESSAGEs into READMEs and apply some small modifictions for consistency
eyeballed by aja@
2012-09-10 09:16:33 +00:00
jasper
fa32cb6ca0 consistency 2012-09-09 21:00:10 +00:00
jasper
18440c0aa6 fix header style 2012-09-09 20:56:38 +00:00
jasper
d9e1f8a243 tyop 2012-09-09 20:39:27 +00:00
landry
66216b7400 Bugfix update to firefox 15.0.1.
Fixes a regression in private browsing mode, see
https://bugzilla.mozilla.org/show_bug.cgi?id=787743.
2012-09-09 19:50:31 +00:00
robert
35b14bb4a0 update to rt-4.0.7 2012-09-09 17:05:02 +00:00
ajacoutot
b1443c9109 Remove dependency on gstreamer-0.10/plugins-bad.
ok Brad (maintainer)
2012-09-07 06:58:23 +00:00
ajacoutot
357a1e6ad7 Missing LIB_DEPENDS; spotted by nigel@ 2012-09-07 06:00:27 +00:00
ajacoutot
d9a4bcc50e Bump after gstreamer-plugins-base subpackaging change. 2012-09-06 12:38:35 +00:00
ajacoutot
1242951841 Remove gstreamer-0.10/plugins-bad dependency; gstreamer-ffmpeg can take
care of vp8.
Really nothing should depend on gstreamer-0.10/plugins-bad...

ok landry@ (maintainer)
2012-09-06 10:07:27 +00:00
gonzalo
4739180528 Update to 1.60 from David Hill.
Ok sthen@
2012-09-05 20:26:24 +00:00
ajacoutot
e894a7bb3d Small comment about why we want gstreamer-plugins-bad (vp8). 2012-09-05 17:22:24 +00:00
robert
af0daae1a9 update to 21.0.1180.89 2012-09-05 14:18:28 +00:00
ajacoutot
eed920a58e Remove trailing blank line. 2012-09-05 09:24:13 +00:00
gonzalo
b3fbb207aa Update for Xombrero to 1.3.0:
* [NEW] force_https setting and https command to force a given domain
  to always use HTTPS
* [NEW] Use force_https to provide a preloaded HSTS list to help avoid
  the ssl stripping attack.  Sites in this list are taken from
  Chromium's preloaded HSTS list, and additional domains added by the
  xombrero authors.
* Add a workaround to fix a GTK focus bug until it has been fixed
  upstream (see https://bugzilla.gnome.org/show_bug.cgi?id=677329)
* Modify the about:allthethings output to a more C-like syntax
* Remove the usage of relying on some deprecated webkitgtk signals
* Prevent spitting out warnings of deprecated gcrypt functions when
  building
* Prevent a crash when using editsrc on about:blank or any other blank
  page
* Many various code cleanups

And more.

Ok pascal@
2012-09-04 12:06:01 +00:00
gonzalo
80813e8fbe Update for Aria2 to 1.15.2:
* Fixed base64::decode() return "" if input ends with garbage and no
  padding.

* Fixed segmentation fault when logger failed to open log file.

* Added new file allocation method called 'trunc'. --file-allocation
  option can now take new value 'trunc'. 'trunc' uses ftruncate()
  system call or platform-specific counterpart to truncate a file to a
  specified length.

* Added TLS SNI support.

Ok rpointel@ (maintainer)
2012-09-04 11:25:37 +00:00
jeremy
054823d8c1 Remove msf@ as maintainer from the ports he maintains, at his request,
as he no longer works on OpenBSD.
2012-09-04 03:40:33 +00:00
landry
0ecfafe601 Bump REVISION, since it seems ppl have decided to be picky today. 2012-09-03 15:33:40 +00:00
jasper
277acbc951 sync 2012-09-03 15:12:56 +00:00
jasper
9df53c69c0 import py-urlgrabber 3.9.1
High-level cross-protocol url-grabber.

Using urlgrabber, data can be fetched in three basic ways:

  urlgrab(url) copy the file to the local filesystem
  urlopen(url) open the remote file and return a file object
     (like urllib2.urlopen)
  urlread(url) return the contents of the file as a string

ok aja@
2012-09-03 15:09:10 +00:00
landry
e274991dbc Backport a patch fixing a crash when viewing H264 video through gstreamer.
https://bugzilla.mozilla.org/show_bug.cgi?id=761030.

Crash reported and fix testing by Juan Francisco Cantero Hurtado.
2012-09-03 13:33:05 +00:00
kili
ce97d3002d Update to snap-0.8.1. 2012-09-02 21:51:15 +00:00
kili
1ec3b073c6 Update to warp-1.2.2. 2012-09-02 21:50:39 +00:00
kili
141f6b74b9 Update to wai-1.2.0.3. 2012-09-02 21:49:34 +00:00
kili
348e3bc99c Update to http-types-0.6.11. 2012-09-02 21:49:05 +00:00
kili
71c0fe68d3 Update to snap-server-0.8.1.1. 2012-09-02 21:48:31 +00:00
kili
01e1fba0b1 Update to webkit-0.12.4. 2012-09-02 21:46:54 +00:00
kili
912355badc Update to snap-core-0.8.1. 2012-09-02 21:40:12 +00:00
kili
b670cc117b Add devel/hs-random dependency. 2012-09-02 20:00:55 +00:00
landry
b5c23a2df6 Forgot to commit in previous.. remove the bits overwriting the original
nsSound.cpp with our own, now removed.
noticed by naddy@
2012-09-01 17:48:19 +00:00
ajacoutot
8438ca85a5 rc.d script cleanup:
/etc -> SYSCONFDIR
also match on empty daemon_flags

ok landry@
2012-09-01 16:33:26 +00:00
landry
b966a2d640 +mozilla-sync 2012-09-01 16:12:23 +00:00
landry
78deaf05e8 Import Mozilla Sync Server.
Mozilla Sync server allows bookmarks, tabs, settings, addons, passwords
and history to be shared across several mozilla instances. Most work
done before previous lock, polished last month and finally here it is!
See https://support.mozilla.org/en-US/kb/how-do-i-set-up-firefox-sync
and the provided README for how to set it up properly.

ok sthen@ on a previous version.
2012-09-01 16:11:36 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
landry
bf0ac51cca Garge collect nsSound.cpp, the original one uses libcanberra
properly and thus sndio. Bump corresponding REVISIONs.
2012-09-01 14:35:06 +00:00
landry
c2d8b42b52 Update to seamonkey-i18n 2.12. 2012-09-01 14:11:50 +00:00
landry
59316de88a Update to seamonkey 2.12.
- see http://www.seamonkey-project.org/releases/seamonkey2.12/
- garbage collect nsSound.cpp, the original one uses libcanberra
properly and thus sndio.
- remove patch from #750620, merged upstream (mfbt/double-conversion)
- remove patches from #691898, merged upstream (yarr jit ppc)
- remove useless crashreporter patch, we don't have breakpad
2012-09-01 14:10:03 +00:00
landry
2d72c4dfe2 Update to firefox-i18n 15.0 2012-09-01 13:58:29 +00:00
landry
617089342c Update to firefox 15.0.
- see http://www.mozilla.org/en-US/firefox/15.0/releasenotes/
- add -Os hack to fix a relocation error when linking on ppc (as was
  done in tb since 10..)
- garbage collect nsSound.cpp, the original one uses libcanberra
  properly and thus sndio.
- remove patch from #750620, merged upstream (mfbt/double-conversion)
- remove patches from #747257, merged upstream (gstreamer fix)
- remove patches from #691898, merged upstream (yarr jit ppc)
2012-09-01 13:56:45 +00:00
sthen
ec926d33f8 security update to mediawiki 1.19.2, ok maintainer (Wen Heping) and jasper@
CVE-2012-4377 Stored XSS via a File::link to a non-existing image

CVE-2012-4378 Multiple DOM-based XSS flaws due improper filtering of
uselang parameter

CVE-2012-4379 CSRF tokens, available via API, not protected when
X-Frame-Options headers used

CVE-2012-4380 Did not prevent account creation for IP addresses
blocked with GlobalBlocking

CVE-2012-4381 Password saved always to the local MediaWiki database

CVE-2012-4382 Metadata about blocks
2012-09-01 11:10:45 +00:00
sthen
4b7ad2646b various tweaks to phpMyAdmin packaging.
feedback/OKs from aja@ william@ jasper@ giovanni@ kevlo@

- move MESSAGE to README.

- add missing dep on php-mysqli.

- change the unpack/fake-install method to use the standard
extract infrastructure.

- @sample contrib/htaccess into .htaccess so apache can use it by
default if allowoverride is enabled. this does some basic user-agent
checks to reduce the risk of phpmyadmin sites showing up in
search engines.

- provide an @sample'd apache config file which enables use of
the .htaccess file and restricts access to localhost. talk about
this in README so people know what's going on. (phpMyAdmin has
a history of security-related bugs, but because it's rather
commonly used it's much better to have it in ports so that
it can be updated easily; these changes make the default
installation safer).
2012-08-31 16:40:38 +00:00
sthen
ba107788c6 bump a bunch of pecl-*, thanks to cvs's non-atomic commits/updates some of
these got built on amd64 without the WANTLIB they should have had, this is
causing issues with pkg_add updates reported by Johan Huldtgren
2012-08-30 14:09:21 +00:00
sthen
9fc05a7ddf Use 'pkg-config glib-2.0 --libs --static' to construct linker flags when
building the static binary. Fixes build problem reported by nigel@ since the
glib-2.0.pc now (correctly) only lists pthread in Libs.private not in Libs.
ok ajacoutot@
2012-08-30 13:47:45 +00:00
william
fcc19956cb Update to phpmyadmin-3.4.11.1, resolving CVE-2012-4345
and closing other security holes as well.

ok kevlo@ (MAINTAINER)
similar diff from jasper@
2012-08-30 02:47:52 +00:00
giovanni
bcc1a73a93 Bugfix update to 1.8.3 2012-08-28 14:50:05 +00:00
robert
0f152b0ab3 add yubikey support by using a distpatch, ok ajacoutot@ 2012-08-27 10:39:42 +00:00
ajacoutot
e197aaebf5 Remove -pthread patching.
from Brad
2012-08-27 06:19:48 +00:00
robert
963cc1a660 update to 21.0.1180.81 2012-08-26 18:47:01 +00:00
ajacoutot
1357eb3177 Make sure rc_post does not fail by using rm -f ; lockfiles aren't
supposed to stay around.

from rte
2012-08-25 11:41:46 +00:00
sthen
72a1e1685b ajaxterm needs -d to daemonize; move it from daemon_flags to daemon.
From rpe, ok ajacoutot@
2012-08-25 10:05:34 +00:00
jasper
0b8889a1de SECURITY UPDATE to 1.4.1, fixes CVE-2012-3442 CVE-2012-3443 CVE-2012-3444
Django Cross-Site Scripting and Two Denial of Service Vulnerabilities

from ryan boggs (MAINTAINER)
2012-08-24 17:01:32 +00:00
jasper
f0594de073 - update colorbox distfile 2012-08-24 07:09:36 +00:00
sthen
cc855487de sync wantlib for pecl-* 2012-08-23 19:35:31 +00:00
sthen
3875e272a2 sync wantlib 2012-08-23 16:02:37 +00:00
espie
dd86f0535c bump the translations of updated modules 2012-08-23 14:13:56 +00:00
sthen
d443de5cb5 missing wantlib/modules; p5-* thingys which are *not* just WANTLIB+=c. 2012-08-23 13:52:39 +00:00
espie
307e52055c minor updates 2012-08-23 13:50:54 +00:00
espie
08a87efcf0 minor security update 2012-08-23 13:33:59 +00:00
espie
77f09f2687 minor update 2012-08-23 09:45:11 +00:00
espie
06e5b9df6e security update 2012-08-23 09:44:02 +00:00
landry
4f9c4f4351 Bugfix update to webkit 1.8.3.
Remove the pthread/lpthread chunks from patch-GNUmakefile_in while here.

Successfully tested with GtkLauncher on sparc64 after a whooping 21h-build..
2012-08-22 07:48:37 +00:00
sebastia
143bc6cdf6 Bump revision, since we now link against libobjc2
OK landry@
2012-08-22 07:16:37 +00:00
bluhm
85f9bdc5e8 add p5-Gravatar-URL 2012-08-20 18:02:31 +00:00
bluhm
1f1499ba2b Initial import of p5-Gravatar-URL 1.06
A Gravatar is a Globally Recognized Avatar for a given email address.
This allows you to have a global picture associated with your email
address.  You can look up the Gravatar for any email address by
constructing a URL to get the image from gravatar.com.  This module
does that.

OK sthen@
2012-08-20 17:55:23 +00:00
jasper
f48ecec85f Security fix for CVE-2012-3458, py-beaker weak use of crypto can
leak information to remote attackers.
2012-08-20 14:38:10 +00:00
jasper
ed2039ac0a Security fix for CVE-2012-3505, tinyproxy: multiple headers hashmap DoS 2012-08-20 09:51:20 +00:00
gonzalo
70488cb82f Update for Fluxbb to 1.5.0 with some security update:
* Use proper status codes for "Bad request" (and similar) error messages.
* Negative values in some config options leading to strange situations.
* Path disclosure through error messages in search.php (and others).
* Subscriptions were handled incorrectly when merging or splitting topics.
* Ignore BBCodes in search strings.
* The Technetium style had an issue with resizing images.
* Renaming users would unban them.

And others http://fluxbb.org/forums/viewtopic.php?id=6328

While here, the extract part is not needed.

Ok aja@.
2012-08-18 18:33:55 +00:00
sebastia
5b49a7b0f8 Fix the patch, spotted by jasper@ 2012-08-18 12:46:06 +00:00
ajacoutot
7ab36748ae Remove irrelevant $FreeBSD RCS ids. 2012-08-18 12:41:37 +00:00
ajacoutot
b7eab0566c boring morning useless cleanup: remove the FreeBSD RCS tags; it makes
sense for ports Makefile but not really for categories.

ok espie@
2012-08-18 07:25:25 +00:00
sebastia
3e702402f1 update sogo to latest release.
feedback and OK sthen@
2012-08-17 09:59:08 +00:00
sebastia
8c913c9354 Update sope to latest release.
OK sthen@
2012-08-17 09:57:30 +00:00
jasper
17019fba7a security update to 2.10.19, fixes CVE-2012-3952
phplist "unconfirmed" Cross-Site Scripting Vulnerability
2012-08-17 08:58:46 +00:00
ajacoutot
9449a84a6c Update to owncloud-4.0.7. 2012-08-16 08:50:22 +00:00
jasper
d765606865 - update to 3.4.3 2012-08-14 08:10:53 +00:00
jasper
7aa69cf58d - update to 3.4.4 2012-08-13 08:27:31 +00:00
jasper
1558c51d65 - update to 2.3 2012-08-12 17:15:13 +00:00
jasper
14b29e9792 - update to 1.11 2012-08-12 17:13:49 +00:00
fgsch
29e9a5a126 - Better fix for the cups API deprecation issue
- Remove unneeded patch since we have openat(5) now (and from 5.0)
- Bump revision

ajacoutot@ robert@ (maintainer) ok.
2012-08-12 15:13:57 +00:00
fgsch
399b378f5d Update to werkzeug 0.8.3 2012-08-10 20:13:37 +00:00
fgsch
d4442e0a0f Update to flask 0.9. 2012-08-10 20:13:10 +00:00
gonzalo
a6e3adbf99 Update to 1.2.2
* [NEW] Implement a new setting, do_not_track, to set the Do Not Track
  HTTP header.  This setting is disabled by default in normal mode and
  enabled in whitelist mode.
* Fix the keybindings in the example config so they properly represent
  the default values in the source code.
* Add some additional paranoia in the input focus code to prevent a
  segfault on some sites (most notably, pnc.com).
* Fix a bug where HSTS would never be enabled if referer_mode = always
* Fix the build when debugging is enabled
* Show a warning when the binary could not be run when executing a
  program based on a MIME type, except for the special "donothing"
  binary name.

Tested by severals.

Ok aja@ gsoares@
2012-08-10 14:12:58 +00:00
landry
ca5db3ed4a Sync firefox(1) with firefox -h.. fix a bunch of lies. 2012-08-07 16:16:52 +00:00
landry
fb0432c4b2 Bugfix update to webkit 1.8.2.
See http://trac.webkit.org/wiki/WebKitGTK/1.8.x for list of fixes.
2012-08-07 09:35:37 +00:00
landry
735225a7b4 Update to seamonkey-i18n 2.11 2012-08-07 09:03:31 +00:00
landry
9bbed215fb Update to seamonkey 2.11/enigmail 1.4.3.
- see http://www.seamonkey-project.org/releases/seamonkey2.11/
- remove the -rpath hack, not needed since matthew's ld.so fix from
  12/06
- backport cset from #750620 to fix ppc (and other exotic archs) build.
- force-disable gconf in configure.in (bug #765556)
- remove the chunk from #763408, packaging was fixed
2012-08-07 09:02:33 +00:00
landry
b1e3e34607 Update to firefox-i18n 14.0.1. 2012-08-07 08:56:55 +00:00
landry
4c781ead8a Update to firefox 14.0.1.
- see http://www.mozilla.org/en-US/firefox/14.0.1/releasenotes/
- enable H.264 video support through gstreamer. Mention that one needs to
  manually install gstreamer-ffmpeg. Not all videos/sites will work.
- backport cset from #776838 & #747257 for various gst fixes.
- backport cset from #750620 to fix ppc (and other exotic archs) build.
- backport cset from #752895 to fix packaging issues.
- remove patch-content_xslt_src_base_txDouble_cpp, useless since mozilla
  switched to mfbt/double-conversion.
- remove nss opening hack in Sync, it works fine without it.
- remove the -rpath hack, not needed since matthew's ld.so fix from 12/06
2012-08-07 08:55:40 +00:00
ajacoutot
f3bfa4d4c6 Don't die on deprecated declaration warnings, aka fix build with cups >= 1.6.
spotted by fgsch@
ok robert@ (maintainer)
2012-08-06 17:21:32 +00:00
naddy
af7e54d962 remove USE_GROFF from ports that don't install any man pages 2012-08-06 11:14:39 +00:00
ajacoutot
075139b57f Regen checksum for date-7.x-2.5.fr.po which has been changed.
ok espie@ (maintainer)
2012-08-06 07:54:34 +00:00
ajacoutot
207493fd52 Missed in previous. 2012-08-05 22:16:21 +00:00
ajacoutot
92b8792c46 Upstream rerolled tarball, spotted by naddy@ 2012-08-05 22:15:51 +00:00
naddy
8772c908e9 arpa/inet.h and netinet/in.h can now be #included in either order 2012-08-05 20:28:51 +00:00
ajacoutot
080b1a9b48 +zurmo 2012-08-04 15:19:53 +00:00
ajacoutot
23bfa3fa24 Import zurmo-0.7.10.
Zurmo is an open source CRM  application written in PHP utilizing
jQuery, Yii Framework, and RedBeanPHP.

The goal with Zurmo is to provide an easy-to-use, easy-to-customize CRM
application that can be adapted to any business use case. 
Special care has been taken to think through many different use cases
with a system designed to provide a high degree of flexibility, covering
a wide variety of use cases out of the box.
<...>

ok jasper@
2012-08-04 15:19:32 +00:00
ajacoutot
2fc0a48c2f SECURITY update to owncloud-4.0.6. 2012-08-04 15:06:07 +00:00
ajacoutot
96e81080c6 There is no more gtk+2-cups. 2012-08-04 15:01:50 +00:00
ajacoutot
2e47348b05 Remove dependency on x11/gtk+2,-cups; this package will soon disapear. 2012-08-04 14:46:24 +00:00
espie
6454700bfa fix dep, no need to pull drupal6 in (which may pull a lot of shit along
if you're running d7 with sqlite).

okay jasper@
2012-07-20 09:31:35 +00:00
landry
7b446d9807 Fix url in README, reminded by viq. 2012-07-19 15:27:11 +00:00
jasper
83b6738491 some distfiles have been re-rolled 2012-07-19 08:26:30 +00:00
landry
d47ed74f3f Bugfix update to tt-rss 1.5.11. 2012-07-19 07:19:21 +00:00
jasper
e89a6bc56c - update to 3.2.13
from vtamara@pasosdeJesus.org
maintainer timed-out
2012-07-18 14:10:28 +00:00
sthen
32268b7d14 Update to the Apache HTTP server 2.2.22, the current release on the 2.2 branch.
Merged from diffs from myself, Rodolfo Gouveia and with an rc script from
giovanni@.

This is a security update, fixing CVE-2011-3348, CVE-2011-3368, CVE-2011-3607,
CVE-2011-4317, CVE-2012-0021, CVE-2012-0031 and CVE-2012-0053.
2012-07-18 08:45:42 +00:00
landry
ee585ea0a0 +py-cef, py-metlog, py-repoze-who, py-recaptcha-client, py-gevent, py-greenlet 2012-07-17 19:34:09 +00:00
landry
3ba85fac23 Import py-repoze-who 2.0.
repoze.who is an identification and authentication framework for
arbitrary WSGI applications. it can be configured either as WSGI
middleware or as an API for use by an application.

Required by upcoming firefox sync server port.
ok rpointel@
2012-07-17 19:30:50 +00:00
landry
938b5d16fa Import py-recaptcha-client 1.0.6.
Provides a CAPTCHA for Python using the reCAPTCHA service. Does not
require any imaging libraries because the CAPTCHA is served directly
from reCAPTCHA.  Also allows you to securely obfuscate emails with
Mailhide. This functionality requires pycrypto. This library requires
two types of API keys. If you'd like to use the CAPTCHA, you'll need a
key from https://www.google.com/recaptcha/admin/create.  For Mailhide,
you'll need a key from http://www.google.com/recaptcha/mailhide/apikey.

Required by upcoming firefox sync server port.
ok rpointel@
2012-07-17 19:29:13 +00:00
landry
9ae851a904 Update to dokuwiki 2012-01-25b.
Hotfix release for a XSS issue, see
http://bugs.splitbrain.org/index.php?do=details&task_id=2561

From Christopher Zimmermann, commiting on behalf of pea@ (maintainer)
2012-07-17 17:28:35 +00:00
jasper
d6d127eaf4 sync 2012-07-13 10:12:45 +00:00
jasper
3f33e2ccdf import nodes in block
Nodes in block makes it possible to add nodes into a block. A number of
configurable blocks are generated which you can assign to a region.
Visibility settings of this block are automatically set to 'Show on only
the listed pages'. On the node content form, you define the weight and
visibility per node thus making it easier for content administration as
all your content is now in the same place. With this module, you don't
have to explain your customers how blocks work but is still able to
decide on which pages content must be rendered.
2012-07-13 09:58:42 +00:00
jasper
8303b294ca - fix wantlib
- add missing modules
2012-07-13 09:16:44 +00:00
jasper
7ec7167fc8 sync 2012-07-12 21:50:09 +00:00
jasper
dffc571fb4 import theme-atcommerce
AT Commerce is fresh, professionally designed theme for eCommerce sites
with baked in support for the Commerce module and Ubercart.

Mobile eCommerce is supported using responsive design methods, so your
online store will display and work across mobile channels without any
extra work or effort.
2012-07-12 21:49:35 +00:00
jasper
b968848807 import adaptive-theme
Adaptivetheme is a powerful theme framework with smoking hot support for
responsive web design.

Adaptivetheme is the perfect start for themers, site builders and anyone
wanting to support the mobile web without additional development
overhead and cost.
2012-07-12 21:48:58 +00:00
jasper
04f534eb55 import disable_messages
Gives a site owner options to disable specific messages shown to end
users. The core drupal message system as offered by drupal_set_message
is an excellent way for modules to send out messages to the end users.
However not all drupal site owners are keen to show all the messages
sent out by drupal core and all modules to their users. This module
gives site administrators a reasonably powerful way to filter out
messages shown to the end users.
2012-07-12 21:48:14 +00:00
robert
ff0c459ebf update to 20.0.1132.57 and add a lib dependency on libusb-compat
instead of libusb1 and fix WANTLIB
2012-07-12 19:35:17 +00:00
sebastia
f62ec76e67 Unbreak SOGo, missed a patch when updating to the new version
pointed out by sthen@
2012-07-12 08:08:48 +00:00
jasper
144e2930d7 handle multiple lua versions, for now everything builds with the "old" 5.1 in the new location.
use FLAVOR=lua52 to use lua 5.2 with these ports.
2012-07-10 15:22:44 +00:00
robert
ed877d7f77 scan the de-facto standard /usr/local/lib/mozilla/plugins dir as well 2012-07-10 12:55:25 +00:00
ajacoutot
d039c6ff7c Add x-scheme-handler for http and https in the MimeType so that chrome can
be chosen as a default browser in Desktop environments.

ok robert@ (maintainer)
2012-07-10 09:49:29 +00:00
robert
50dcc346db update to 20.0.1132.47 2012-07-10 09:22:34 +00:00
jasper
2bee4b08f7 fix build depends since we'll need python for byte compilation/. 2012-07-09 21:16:47 +00:00
gonzalo
dbe6d17e0f Update for Flyspray to 0.9.9.7 with some changes:
http://flyspray.org/changelog

Tested on i386.

Ok aja@ "you're welcome to take it over." ckuethe@
2012-07-09 20:30:01 +00:00
zinke
89ff6f8556 Add a patch to use ftp(1) instead of wget and takover Maintainer.
ok sthen@
2012-07-09 15:01:26 +00:00
dcoppa
ec46c97e02 Maintenance update to 7.0.29.
See: http://tomcat.apache.org/tomcat-7.0-doc/changelog.html
2012-07-09 08:16:54 +00:00
gonzalo
ae5fbe7bde Update for Xombrero to 1.1.0 with this changes:
* [NEW] Custom keybound prompts (keybinding = :cmd,key)
* [NEW] Custom uri handling (custom_uri)
* [NEW] Setting to disable proxy at startup (http_proxy_disable)
* [NEW] Setting to cache HTTPS certificates and present warnings when
  certificates change to help prevent MITM attacks (warn_cert_changes)
* [NEW] Tab number and proxy enabled notifications (statusbar_elems)
* [NEW] Setting to change default stylesheet used for the userstyle
  and userstyle_global commands (usersytle)
* [NEW] Both userstyle and userstyle_global commands may take an
  optional argument to a user-specified stylesheet
* [NEW] Setting to change the style of the statusbar to switch between
  the page URL and title (statusbar_style)
* Runtime settings are unsettable with ':set setting ='
* Fix some display bugs with the statusbar
* HTML escape text before displaying with about:set, <file> now shows
  correctly
* Fix unsetting the statusbar color when opening the command prompt

And a lot of others.

Tested on amd64.

Ok kili@ aja@
2012-07-08 21:27:42 +00:00
sebastia
5d7b822a57 update SOGo to 1.3.16
minor SHLIB bump
introduce SOGOLIBDIR variable to be used in PLIST, update hint from README:

Upgrade SOGo from < 1.3.16
=======================================
New password schemes were introduced. You may want to set the
userPasswordAlgorithm default, i.e.:

$ defaults write sogod userPasswordAlgorithm ssha
2012-07-08 14:21:02 +00:00
sebastia
a7da58b8cf Update SOPE to 1.3.16
bump minor shlib version
this version has a lot of 64Bit fixes after the gnustep-base update
2012-07-08 14:18:18 +00:00
gonzalo
dfe73fd2b0 Update for Linkchecker for 7.9 with some changes:
* checking: Catch any errors initializing the MIME database.
* checking: Fix writing temporary files.
* checking: Properly handle URLs with user/password information.

And others.

Delete --no-compile to build pyc and add devel/desktop-file-utils

Tested on i386.

Ok Amit Kulkarni (maintainer) aja@
2012-07-05 11:37:51 +00:00
ajacoutot
7562e396b8 Update to owncloud-4.0.4. 2012-07-04 12:37:15 +00:00
rpointel
33003d4044 Update tornado to 2.3, ok landry@.
Release Notes: http://www.tornadoweb.org/documentation/releases/v2.3.0.html
2012-07-03 09:00:33 +00:00
gonzalo
bf89485dcd Update Mollify to 1.8.8.3, with some changes:
http://www.mollify.org/features.php

Tested on i386.

Ok sthen@
2012-07-02 16:47:18 +00:00
gonzalo
89af932e9e Update for Wordpress to 3.4.1 with some security fixes (as usual)
* Fixes an issue where a theme's page templates were sometimes not detected.
* Addresses problems with some category permalink structures.
* Better handling for plugins or themes loading JavaScript incorrectly.
* Adds early support for uploading images on iOS 6 devices.
* Allows for a technique commonly used by plugins to detect a
network-wide activation.
* Better compatibility with servers running certain versions of PHP
(5.2.4, 5.4) or with uncommon setups (safe mode, open_basedir), which
had caused warnings or in some cases prevented emails from being sent.
* Privilege Escalation/XSS. Critical. Administrators and editors in
multisite were accidentally allowed to use unfiltered_html for 3.4.0.

And others, tested on i386 and amd64.

Ok merdely@ (maintainer) aja@
2012-07-02 13:26:38 +00:00
gonzalo
2996627c9b Update for Aria2 to 1.15.1 with some changes:
* Updated manuals.
* Fixed memory leak.
* Updated templates.
* Return appropriate HTTP status code on RPC failure.

And others, tested on i386.

Ok rpointel@ (maintainer) aja@
2012-07-02 13:13:51 +00:00
sthen
3e12ab7ce0 sync "SSLv2 disabled" messages with upstream's newer code, from Brad 2012-06-30 09:32:28 +00:00
dcoppa
ef4fea45ad Update to minitube-1.8
Reads okay to pirofti@ (maintainer)
2012-06-29 14:38:55 +00:00
sthen
2558168c89 update to Chive 1.1 2012-06-28 16:31:14 +00:00
dcoppa
e8d4133429 Update Predis to 0.7.3 2012-06-28 11:33:13 +00:00
dcoppa
0e9059be97 Bugfix update to tomcat 7.0.28 2012-06-27 19:02:38 +00:00
jasper
9df783c186 - security update to 1.19.1, fixes CVE-2012-2698,
MediaWiki "uselang" Cross-Site Scripting Vulnerability

ok maintainer who sent a similar diff earlier.
2012-06-27 06:37:15 +00:00
jasper
e2f5473ee7 - these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12 2012-06-26 14:53:01 +00:00
ajacoutot
b1f95bdeb5 +bacula-web 2012-06-26 08:54:29 +00:00
ajacoutot
0f38f27be9 Import bacula-web-5.2.6.
Bacula-Web is a web based tool written in PHP that provides a
summarized view of the bacula backup infrastructure. It obtain this
information from the bacula catalog's database.
This tool provides you informations on the last day jobs status, media
and pool usage, catalog size usage, etc.

ok jasper@
2012-06-26 08:54:05 +00:00
ajacoutot
7c7f956be3 Upstream rerolled the tarball. 2012-06-24 11:12:26 +00:00
ajacoutot
ba776f2f7f Update to owncloud-4.0.3. 2012-06-23 15:32:45 +00:00
sthen
2fab769828 switch compiler check to bsd.port.arch.mk / PROPERTIES, req'd by naddy@ 2012-06-22 15:43:47 +00:00
ajacoutot
490bcc030c Update to tinyproxy-1.8.3.
Add rc.d(8) script.

from frantisek holop (maintainer) with some tweaks
2012-06-22 13:26:59 +00:00
ajacoutot
b52385b2b9 Adapt now that pdo_sqlite is part of main php. 2012-06-21 07:00:20 +00:00
sthen
984a10c79e don't install perllocal.pod, ok okan@ 2012-06-20 14:45:23 +00:00
sthen
7b31b99b78 let squid handle things if SSLv2 is disabled, from Brad. 2012-06-20 08:48:27 +00:00
ajacoutot
4e6d900ce6 Extend README:
If the proxy server is running on the same subnet as the clients, the
return traffic from the proxy will go directly back to them without
ever hitting the firewall, which means the states will never get updated
and may fill-up your pflog(4) with blocked attempts. To circumvent this
the "no state" option needs to be specified for the route-to rule.

ok Brad, intput/ok sthen@ (maintainer)
2012-06-20 07:10:39 +00:00
sthen
9f6f2b8237 sync checksums 2012-06-19 15:34:42 +00:00
ajacoutot
24d70a9d1a Make the example more readable. 2012-06-18 14:12:02 +00:00
ajacoutot
8e0b2ef7e5 Add an example to use csync to synchronize owncloud with a local dir. 2012-06-18 14:02:24 +00:00
jasper
2001713493 - update to 4.4.3 2012-06-18 11:04:37 +00:00
ajacoutot
15c1f311bc Missed bumps after my recent php module changes.
spotted by sthen@
2012-06-18 07:56:13 +00:00
landry
5736abff77 fix typo (REVISION-ligthning) and actually bump 2012-06-17 18:21:43 +00:00
landry
60a8aa8d28 Bugfix update to seamonkey 2.10.1. 2012-06-17 09:24:09 +00:00
sthen
112b1c66dc pecl-zip replaced with php-zip, adjust deps 2012-06-16 12:52:32 +00:00
sthen
4d751be561 SECURITY update to phplist 2.10.18
"Desc: Input passed via the parameter 'sortby' is not properly
sanitised before being returned to the user or used in SQL queries.
This can be exploited to manipulate SQL queries by injecting
arbitrary SQL code. The param 'num' is vulnerable to a XSS issue
where the attacker can execute arbitrary HTML and script code in
a user's browser session in context of an affected site."

Security issues require admin login.
2012-06-16 11:37:20 +00:00
ajacoutot
ca242a3d4a The apps directory needs to be writable by the web server, pointed out by
robert at peichaer dot org.
While here, add a few tweaks to the README.
2012-06-16 11:18:29 +00:00
landry
53cc3c1f99 Bugfix update to firefox 13.0.1.
See http://www.mozilla.org/en-US/firefox/13.0.1/releasenotes/
2012-06-16 10:21:57 +00:00
ajacoutot
c511b4d5c6 Mention csync (upcoming package). 2012-06-16 08:35:13 +00:00
ajacoutot
a1b7c39eb5 gtk-update-icon-cache:
Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.

Some hidden issues may appear, in which case please contact me.

discussed with and ok blind jasper@
2012-06-15 08:32:14 +00:00
okan
6e04606424 rename local variable to avoid conflict with perl; from Brad.
ok landry@
2012-06-13 12:41:14 +00:00
sthen
bc7dc620b2 Major update to Mantis 1.2.11, many (including SECURITY) fixes since
the previous version in tree which was rather outdated.  ok jasper@
2012-06-13 00:41:39 +00:00
jasper
26fb038dab - add rc script (with help from aja@)
- update MESSAGE so it works correctly in a chroot

from Tom Doherty
2012-06-12 17:20:05 +00:00
landry
ce6c99fc05 Update to seamonkey-i18n 2.10 2012-06-11 15:39:37 +00:00
landry
32774b098d Update to seamonkey 2.10.
See http://www.seamonkey-project.org/releases/seamonkey2.10/ for details
- Update lightning to 1.5b1 and enigmail to 1.4.2
- add the rpath hack to workaround #668869
- dont make packaging warnings errors (#763181)
2012-06-11 15:38:33 +00:00
landry
2e5171d3a2 Update to fennec 10.0.5esr 2012-06-11 15:34:37 +00:00
landry
8d05605311 Update to firefox-i18n 13.0 2012-06-11 15:30:59 +00:00
landry
3cb9f81e00 Update to firefox 13.0.
See https://www.mozilla.org/en-US/firefox/13.0/releasenotes/ for details
- set SEPARATE_BUILD (workarounds #736961)
- cleanup useless dirs (from #717616)
2012-06-11 15:29:56 +00:00
landry
d589e08e50 Fix WANTLIB (remove gmodule-2.0) and bump depending ports (others will
be updated in a sec)
2012-06-11 15:26:14 +00:00
ajacoutot
ed5ba69626 SECURITY update to owncloud-4.0.2. 2012-06-11 13:11:54 +00:00
espie
19341b192b rerolled translations, as noticed by nigel. 2012-06-11 11:31:26 +00:00
espie
bddd285152 minor update 2012-06-11 10:57:35 +00:00
robert
ab4927976e update to 4.0.6 2012-06-11 08:42:18 +00:00
ajacoutot
2bb02787cf Use the bacula db user, not "postgres". 2012-06-11 08:33:58 +00:00
jasper
2571f48163 import dutch translations
ok espie@
2012-06-10 21:00:15 +00:00
jasper
d58911aced add jquery_plugin 2012-06-10 20:57:01 +00:00
jasper
3a414667d3 sync 2012-06-10 20:56:32 +00:00
jasper
f294ca40e9 import slideshow_creator 1.9
ok espie@
2012-06-10 20:55:50 +00:00
jasper
93d7073623 import jquery_plugin 1.0
ok espie@
2012-06-10 20:55:23 +00:00
jasper
65d0eff3ae sync translations 2012-06-10 19:49:08 +00:00
jasper
c19ac90f04 sync 2012-06-10 19:49:05 +00:00
jasper
52c48a566b import ubercart 3.1
ok espie@
2012-06-10 19:48:53 +00:00
jasper
36ec6d61c4 import google_analytics 1.2
ok espie@
2012-06-10 19:48:34 +00:00
jasper
ee5f6217c2 import colorbox 1.3
ok espie@
2012-06-10 19:47:56 +00:00
jasper
23654b223e sigh, wrong dir.. 2012-06-10 19:47:28 +00:00
jasper
58199ce881 import ubercart 3.1
ok espie@
2012-06-10 19:45:48 +00:00
jasper
1211ee3021 import google_analytics 1.2
ok espie@
2012-06-10 19:45:26 +00:00
jasper
2187265398 import colorbox 1.3
ok espie@
2012-06-10 19:44:57 +00:00
jasper
a7e47a4850 tweak the mysql socket dir instructions
ok espie@
2012-06-10 16:33:00 +00:00
espie
3cf1f6d41b minor upgrades 2012-06-07 15:40:46 +00:00
gonzalo
9bbc023088 Now we have xombrero, bye bye xxxterm
Ok sthen@
2012-06-07 14:46:29 +00:00
gonzalo
bb4ea2c485 Change xxxterem -> xombrero 2012-06-07 14:22:02 +00:00
gonzalo
14c939698e As Spectrwm time ago, now XXXterm change its name to Xombrero 1.0.0, so
here is the new port and the new stuff:

* Fix a bug where not the entire saved cert wouldn't be checked
* Add an include_config setting to load additional configuration
settings
* Add option to display when a download completes
* Rewrite mutex implementation to work around some bogus buggy mutex
implementation messages
* Make bunch of settings work in runtime vs start-of-day
* Add option to select search engine when used the first time
* Add ctrl-enter to prefix www. and postfix .com
* Add stop keybinding
* Fix a bunch of tiny bugs and general code improvement

OK sthen@
2012-06-07 14:18:14 +00:00
robert
faae997c50 modify the README so that webacula can properly be configured with pgsql
ok ajacoutot@
2012-06-07 10:26:38 +00:00
giovanni
c26cbd5026 Update to 1.8.2
Fixes some bugs and a security issue (SA49330).
Many improvements and new features.
Now the MySQL user needs also the LOCK permission.
ok jasper@ on a previous diff
2012-06-06 10:24:26 +00:00
ajacoutot
30237d0675 Update to owncloud-4.0.1. 2012-06-05 07:17:12 +00:00
ajacoutot
dd04d0cecc Typo in comment. 2012-06-04 08:22:13 +00:00
fgsch
ed7776d9d8 enter py-beautifulsoup4 2012-06-02 21:15:59 +00:00
fgsch
d16ce68119 Import beautifulsoup 4.1.0, a Python library designed for quick
turnaround projects like screen-scraping.

Original diff against py-beutifoulsup from wen heping, converted to
a stand alone port after some discussion in ports@.
2012-06-02 21:15:12 +00:00
ajacoutot
c30c23b74b Update to owncloud-4.0.0. 2012-06-02 06:54:57 +00:00
sthen
5816d1b1b6 update to lighttpd 1.4.31, rolling in the backported patches. ok brad 2012-06-01 08:20:50 +00:00
espie
322737bd27 update for new modules 2012-05-31 15:11:40 +00:00
espie
0408156e0b more modules 2012-05-31 15:07:56 +00:00
espie
2f54a834d5 d6->d7 2012-05-31 15:07:03 +00:00
espie
c13dc96ada drupal6 -> drupal7 update 2012-05-31 15:06:39 +00:00
espie
b3fae4616f rc4 seems to work (needed for my sites updates) 2012-05-31 15:06:05 +00:00
espie
7a276dffa6 wasn't aware it was now ported to drupal7 2012-05-31 15:05:21 +00:00
espie
9b1607ad60 minor updates 2012-05-29 14:05:30 +00:00
espie
626ffe476d +abt 2012-05-29 13:49:45 +00:00
espie
9e548fbc6a correlate permissions with taxonomy term. didn't exist in drupal6 2012-05-29 13:49:07 +00:00
matthieu
1b2782f607 Univ's Tromso sites pasta.cs.uit.no and www.vermicelli.pasta.cs.uit.no
don't seem to exist anymore. Update the 2 ports that refer to them.
ok sten@
2012-05-26 12:40:30 +00:00
sthen
0f21c1a245 update to xcache 2.0.0, from Brad 2012-05-26 09:22:18 +00:00
fgsch
c006ebe4cf Update to 1.9.4.
See http://hg.moinmo.in/moin/1.9/raw-file/1.9.4/docs/CHANGES for details
2012-05-25 14:32:15 +00:00
sthen
ed727655fa Add lighttpd patch: add support for IPv6 to mod_extforward. From Brad. 2012-05-25 08:24:40 +00:00
jasper
62354bf420 be gone, you belong in lang/ now. 2012-05-23 15:13:41 +00:00
jasper
29a570779a unhook www/node, it moved to lang/node 2012-05-23 15:12:43 +00:00
jasper
216f4b91de - update to 3.4.2 2012-05-22 21:22:35 +00:00
giovanni
1e43148960 Email::Mime::Creator and Email::MIME::Modifier has been included into Email::MIME
fix packages accordingly
spotted & ok bluhm@
ok sthen@
2012-05-21 13:57:25 +00:00
naddy
77d45002a1 strptime is XPG4v2 2012-05-20 20:48:01 +00:00
jasper
3110f2b50c - fix "generator" tag in html output 2012-05-20 08:50:10 +00:00
william
c20e01f117 Fixup PLIST, no bump as it didn't package before. ok sthen 2012-05-19 02:47:37 +00:00
sthen
e32199c6f3 blech, fix distinfo 2012-05-18 23:11:06 +00:00
sthen
3ef19ea173 use /etc/rc.d/httpd restart in MESSAGE, not apachectl 2012-05-18 20:56:25 +00:00
sthen
74a8e01f0e +phpmemcachedadmin 2012-05-18 20:54:25 +00:00
sthen
f31f618baf import ports/www/phpmemcachedadmin, ok okan@
This program allows to see in real-time (top-like) or from the start of
the server, stats for get, set, delete, increment, decrement, evictions,
reclaimed, cas command, as well as server stats (network, items, server
version) with googlecharts and server internal configuration. You can go
further to see each server slabs, occupation, memory wasted and items (key
& value). Another part can execute commands on any memcached server: get,
set, delete, flush_all, as well as execute any commands (like stats) with
telnet.
2012-05-18 20:53:56 +00:00
sthen
f46d99446f +racktables 2012-05-18 19:51:53 +00:00
sthen
ef12ce97b4 import ports/www/racktables, ok pea@
Racktables is a web-based database for datacenter and server room asset
management. It helps document hardware assets, network addresses, space in
racks, networks configuration and more.
2012-05-18 19:51:35 +00:00
landry
4f9544f081 add upstream bug # url 2012-05-18 09:56:04 +00:00
landry
99bc929b39 Fix build on sparc64, broken since 1.8.1. Provide atomic{In,De}crement
implems based on __sync_fetch_and_add builtin, with hints from kettenis@
2012-05-18 07:45:57 +00:00
sthen
3d82dc899d tweak www/rackmonkey package docs:
- tell people to use /etc/rc.d/httpd restart not apachectl stop / start
- remind people to enable mod_perl
- zap blank line
2012-05-17 23:13:52 +00:00
ajacoutot
f1d3309b8f Call setgid(2) before initgroups(3), otherwise we end up with an empty
group list and havp will get the gid of the last entry in groups(5).

ok giovanni@ (maintainer) robert@ jasper@
2012-05-17 09:10:44 +00:00
robert
1f4053bbd9 Add a temporary workaround to the chrome wrapper script that checks
if the SingletonLock file is available and valid.
The problem is that when chrome crashes one of the destructors fail to
remove the lockfile and then when you start chrome again, it will
try to communicate with the old PID of the chromium main process, because
the SingletonLock file will point to `hostname`-PID_of_old_chromium and
since that process is not running anymore, startup will fail.
2012-05-17 08:52:59 +00:00
landry
c8e17e81fb Update to midori 0.4.6.
See http://mail.xfce.org/pipermail/xfce-announce/2012-May/000196.html
2012-05-16 07:16:13 +00:00
jasper
3583d15ad2 switch to lua.port.mk 2012-05-15 19:38:01 +00:00
jasper
33f4e7c6a2 - update to 0.6.18
ok MAINTAINER
2012-05-15 17:37:34 +00:00
dcoppa
c631491e2a Simplify; no pkg changes.
Based on a diff by sthen@
2012-05-15 08:05:19 +00:00
jasper
36c89ca0e1 bugfix update to 4.4.2 2012-05-14 06:37:31 +00:00
espie
d3cd44e8dd minor updates 2012-05-11 07:47:34 +00:00
espie
822dae483c minor update. Add a note about my.cnf 2012-05-11 07:46:56 +00:00
espie
4602d77007 security updates 2012-05-11 07:46:35 +00:00
espie
de715a2c16 minor updates 2012-05-11 06:59:28 +00:00
espie
bb083959a6 security update to 7.14 2012-05-11 06:59:16 +00:00
rpointel
301f0c2a42 Update django to 1.4, ok Ryan Boggs (maintainer).
release notes: https://docs.djangoproject.com/en/dev/releases/1.4/
2012-05-10 20:04:48 +00:00
sthen
232c4c80ed tweaks to node:
- install tar.gz source, and patch node-gyp to use it rather than
attempting to download from the 'net when building a native extension,
from Aaron Bieber (maintainer).

- set V=1 in node-gyp to avoid hiding compiler command lines
(from me, ok jasper).
2012-05-10 18:29:52 +00:00
jasper
a0db0bd208 allow node ports to append 'expresso' to configure style and set up the bits
for regression tests to run

ok aaron bieber, sthen@
2012-05-10 13:17:30 +00:00
jasper
19d6774428 - don't set NO_REGRESS here as it's not picked up when set in a module.
- provide REGRESS_TARGET instead

ok sthen@
2012-05-10 08:39:47 +00:00
landry
b2dd2d7451 Sync patches with what has (finally _o/ \o/ \o_ !) been commited
upstream for bug #691898, fixing build on powerpc (and other non
yarr-jit archs..), see
https://hg.mozilla.org/mozilla-central/rev/f5a3a7b9c6b0
2012-05-09 20:36:40 +00:00
landry
b4e577b37e Remove useless patches which should have gone in the attic when updating
to mozilla 9. Better late than never.. Still from upstream bug #648735.
Revs https://hg.mozilla.org/mozilla-central/rev/ea33ddde6ade,
https://hg.mozilla.org/mozilla-central/rev/226136c5812e and
https://hg.mozilla.org/mozilla-central/rev/f78d9f4f5234.

While here add a comment stating the failure fixed by last two remaining
ipc patches.
2012-05-09 17:16:01 +00:00
sthen
03a2a7192a oops revert unintentional commit 2012-05-09 15:33:23 +00:00
sthen
d568f4182c when generating PKGNAME from NPM_NAME, strip a leading node- so we don't
double it. ok jasper@
2012-05-09 15:32:25 +00:00
jasper
3681ae85d3 - bump node requirement to the latest and greatest 2012-05-09 06:39:04 +00:00
jasper
41fa61f604 - Allow building of sub-packages (ie. node-sqlite3) with USE_SYSTRACE
set, also prevents downloading of the node distfile again.

from MAINTAINER

- add run dependency on sysutils/flock.

now node-sqlite3 builds fine.
2012-05-09 06:37:49 +00:00
jasper
0b067a06c4 - ensure the node version with fixed node-gyp is required
- fix some whitespace

ok MAINTAINER, sthen@
2012-05-08 17:10:43 +00:00
espie
366bf627e0 normalize depends 2012-05-08 17:07:30 +00:00
sthen
7b5d1808c7 Fix node-gyp for native builds by using gmake (and add a run dep).
From Aaron Bieber, I also added a comment to the RUN_DEPENDS line.
2012-05-08 15:38:01 +00:00