Commit Graph

6207 Commits

Author SHA1 Message Date
ajacoutot
d16b827884 Move MESSAGE to README, it's big.
Fix rc script modes and simplify it while here.
2011-06-14 13:19:33 +00:00
robert
5d18035160 update to rt-4.0.0
+ fix dependencies
+ add an rc script to run rt's standalone server
2011-06-14 12:51:50 +00:00
robert
88cad7ced2 +p5-CGI-PSGI
+p5-HTML-Mason-PSGIHandler
+p5-Starlet
2011-06-14 12:18:33 +00:00
robert
aab4c0d4bd import of p5-Starlet-0.13
Starlet is a standalone HTTP/1.0 server with keep-alive support,
formerly known as Plack::Server::Standalone::Prefork and
Plack::Server::Standalone::Prefork::Server::Starter.
2011-06-14 12:16:58 +00:00
robert
f0c0ff6bbf import of p5-HTML-Mason-PSGIHandler-0.52 2011-06-14 12:08:28 +00:00
robert
fbc210b6b4 import of p5-CGI-PSGI-0.15 2011-06-14 12:06:04 +00:00
robert
b829fc9740 +p5-CGI-Emulate-PSGI 2011-06-14 12:04:58 +00:00
robert
db116d7e10 import of p5-CGI-Emulate-PSGI-0.11 2011-06-14 12:04:11 +00:00
robert
dd6a55292b update to 0.04 2011-06-14 11:56:00 +00:00
robert
5a17b880f3 +p5-HTML-Quoted 2011-06-14 11:35:51 +00:00
robert
6636182ad7 import of p5-HTML-Quoted-0.03 2011-06-14 11:35:21 +00:00
william
a1654aa6d2 bugfix update to 1.0.4; ok jasper 2011-06-14 03:08:05 +00:00
jasper
cd5b23c3b6 Update to WWW-Search-2.508 2011-06-13 17:30:28 +00:00
jasper
8f26cb5671 fix PLIST 2011-06-13 15:32:14 +00:00
jasper
b4bce364e1 add missing dependency 2011-06-13 15:20:12 +00:00
ajacoutot
fa591316c3 +py-webdav 2011-06-10 08:26:56 +00:00
ajacoutot
0c82e67fc5 Import py-webdav-0.9.4.1.
py-webdav is a Python WebDAV implementation (level 1 and 2) that
features a library that enables you to integrate WebDAV server
capabilities to your application.

ok jasper@
2011-06-10 08:26:08 +00:00
robert
9a2097bd24 fix AtomicWord definition on i386, no bump needed 2011-06-10 07:41:24 +00:00
robert
3ab7390e38 cvs missed this, tsk tsk 2011-06-08 21:23:04 +00:00
robert
b49d7d8c4c Update to the new stable branch: 12.0.742.91
http://googlechromereleases.blogspot.com/2011/06/chrome-stable-release.html
2011-06-08 20:36:56 +00:00
rpointel
d9c94aa811 bump after default python version switch 2011-06-08 18:15:28 +00:00
dcoppa
10b6655338 Use a hand rolled distfile and clean the port's Makefile from git
commit ids
2011-06-08 13:57:01 +00:00
sebastia
514d1890c1 gnustep-base made the -[NSString stringByDeletingLastPathComponent] more compatible with MAC OS X, which now breaks SOGo creation of new users since it relied on a side effect from the incompatibility.
Pointed out and patch from Andreas Vögele, many thanks.
While there, remove hard dependency to www/sope having the same version as sogo

sure landry@, OK jasper@
2011-06-07 11:29:55 +00:00
robert
4f302c4365 update to chromium-11.0.696.77 2011-06-07 10:39:53 +00:00
landry
907fdf589d Doh! 2011-06-07 10:05:07 +00:00
jasper
67f298e410 regen distinfo, upstream re-rolled the tarball as compilation would fail
when --disable-toolkit was given (which we don't do).

rpointel@ checked with upstream
2011-06-07 07:39:00 +00:00
rpointel
622d1fe42b Modify PLIST for pkg-readme, replaced py-${LNAME}-${MODPY_EGG_VERSION}
by ${FULLPKGNAME}. Bump revision.
ok Ryan Boggs (maintainer), landry@.
2011-06-07 05:15:40 +00:00
rpointel
dbc2924c73 Repair clearsilver after recent commits of Python.
Ok markus@.
2011-06-06 19:46:16 +00:00
landry
2b55f21deb Doh. 2011-06-06 14:07:22 +00:00
landry
2875e6979c Explicitely list all the ports/versions (ie all ports from branches
1.9.x) using the old handrolled do-install target, which is hopefully
going to die soon. By default, the betas/wip ports now use the regular
make install target provided by mozilla.
2011-06-06 09:32:55 +00:00
sthen
2fde866515 no need to set PKGNAME, pear.port.mk does it now.
checked with a batch "make show=PKGNAMES" before and after.
2011-06-04 11:41:08 +00:00
sthen
bed987eb68 set a default PKGNAME in the pear module, ok robert@
PKGNAME ?= pear-${DISTNAME:S/_/-/}
2011-06-04 11:40:00 +00:00
sthen
bf8efe7b3c make some directories writable, stops the installer whining 2011-06-03 22:07:39 +00:00
rpointel
8885cf1220 Update hiawatha to 7.5. Corrected PLIST from aja@.
ok aja@.
2011-06-02 18:53:39 +00:00
kili
27f99a5541 --disable-silent-rules is now added to CONFIGURE_ARGS per default,
if CONFIGURE_STYLE = gnu.
2011-06-02 17:09:31 +00:00
ajacoutot
f982995f2b Add a consistent header that substitutes FULLPKGNAME for the READMEs.
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
robert
c480666f7d Instead of reserving 32MB of virtual memory let's reserve the quarter of
RLIMIT_DATA (ulimit -d) if RLIMIT_DATA is not 0 (unlimited).
If RLIMIT_DATA is 0 then the default 512MB reservation will be used.
Using 32MB made v8 use less memory for sure but it was a huge performance
loss too.
2011-06-02 07:21:14 +00:00
dcoppa
54c465c605 Update to youtube-dl-2011.03.29
OK sthen@
2011-05-31 17:36:01 +00:00
sthen
13602cba97 use base64-encoded checksums, "if you wish to regen, go ahead" espie@ 2011-05-31 08:35:20 +00:00
robert
ba1ed4f32a Make v8 pre-allocate at least 32M of virtual memory to avoid
crashing with vmmap. This is needed because of their JIT is
not fully 64-bit.
2011-05-31 07:55:04 +00:00
sthen
17f86c3675 - reduce the default shutdown_lifetime to 20s; previously it was 30s which
is the maximum time rc.subr waits for a daemon, so usually it would end up
being forcefully killed (i.e. unclean shutdown -> cache must be rescanned
at next startup). suggested by aja@, diff from Brad.

- adjust PLIST to prevent warnings with pkg_delete -c, from aja@ ok Brad.
2011-05-30 20:56:30 +00:00
landry
5f8a088f4c Precise that this is the Gtk+ port of webkit, set better licence marker.
From brad.
2011-05-30 20:29:05 +00:00
landry
552f06b8e9 Security update to drupal 6.22, from wen heping.
Fixes SA-CORE-2011-001, see http://drupal.org/node/1168756 for details.
ok sthen@
2011-05-30 15:35:28 +00:00
sthen
39548839d4 update drupal-filefield to 3.10, go for it espie@ 2011-05-30 09:38:07 +00:00
sthen
2dea370dd9 update drupal-imagecache to 2.0-beta12, go for it espie@ 2011-05-30 09:37:37 +00:00
sthen
299e4fc731 update drupal-imageapi to 1.10, go for it espie@ 2011-05-30 09:37:10 +00:00
sthen
6777404dae update drupal-imagefield to 3.10. go for it espie@ 2011-05-30 09:36:34 +00:00
sthen
b0e0d0e6bb update drupal-ckeditor to 1.3/CKeditor 3.6. go for it espie@ 2011-05-30 09:36:04 +00:00
ajacoutot
81c428a12d Redirect the glib-compile-schemas goo stdout to /dev/null, no need to
be chatty here.
2011-05-28 08:15:33 +00:00
naddy
44970cb515 fix build for upcoming gmp 5.0 update; no binary changes 2011-05-27 20:42:36 +00:00
jasper
a9c3dde92c - install munin script to monitor yaws
- tweak README
2011-05-27 17:13:09 +00:00
jasper
3ea2f218a5 - update to yaws-1.90 2011-05-27 17:04:43 +00:00
fgsch
5d92873a16 Update to 0.4.1.
From wen heping (wenheping-at-gmail-dot-com) with tweaks from me.
2011-05-27 16:10:00 +00:00
robert
dd0e30a71b - re-enable flock in the build
- add support for detecting if an sqlite3 db is on an NFS mount
- fix printing: Chrome can only print to PDF and that is why you
  cannot print to LPD directly. It requres CUPS.
2011-05-26 11:39:14 +00:00
jasper
eb47748678 - update to HTML-Parser-3.68
from wen heping,
maintainer timed-out
2011-05-25 16:49:14 +00:00
robert
b5b48227dd update to 11.0.696.71 2011-05-25 16:41:28 +00:00
naddy
1f5d7efc8a bump epoch for 20040903 -> 4.1.1 2011-05-24 20:15:31 +00:00
giovanni
ce7d3c5916 Update to 2.23.05.29 2011-05-24 16:32:08 +00:00
rpointel
cd67b186eb Update phpmyadmin to 3.4.1.
ok kevlo@ (maintainer).
2011-05-24 06:34:58 +00:00
gsoares
2347fe0d94 add a rcscript. (From bjorn.ketelaars at hydroxide.nl)
with tweaks from myself

OK jasper@ sthen@
looks fine aja@
2011-05-23 14:49:42 +00:00
landry
f61eb956ed +arora 2011-05-22 19:31:41 +00:00
landry
7651ef86cc Import arora 0.11.0, from brad who takes maintainership.
Arora is a lightweight cross-platform web browser.

Arora uses the QtWebKit port of the fully standards-compliant WebKit
layout engine. It features fast rendering, powerful JavaScript engine
and supports Netscape plugins.

ok ajacoutot@ kili@
2011-05-22 19:31:09 +00:00
rpointel
17b35e6949 Update aria2 to 1.11.2.
reads ok aja@.
2011-05-22 15:10:36 +00:00
sthen
a632efd7e6 - update node to 0.4.8
- pull across a patch from www/chromium to use the same memory allocation
policy on amd64 as is currently used on i386, this seriously reduces the
amount of virtual memory required
2011-05-21 20:32:54 +00:00
jeremy
ba2234ec71 Fix broken PLIST. Update WANTLIB while here and bump REVISION.
OK william@
2011-05-20 17:33:18 +00:00
robert
cb80367c54 Add WIP progress sndio support to chrome, developed by jakemsr@ and
with modifications by me.
It is not working yet so you can only enable it by setting the
CHROME_SNDIO environment variable, so by default nothing changes.
I commit this so that other people can work on it too.
2011-05-20 08:35:24 +00:00
landry
2ce9cae689 Bug reported upstream as https://bugs.webkit.org/show_bug.cgi?id=61137 2011-05-19 19:47:45 +00:00
otto
8ad859423f Do not initially allocate 1G of mem. It's above out default ulimit.
Only applies to amd64. ok sthen@ robert@ landry@
2011-05-19 19:01:03 +00:00
ajacoutot
3c101b3a3b Add missing RUN_DEPENDS.
Remove trailing blank line.
2011-05-19 11:57:37 +00:00
robert
65907ca1bc Add a .desktop file for the menus and install the icons too.
Remove the message about bumping shmall and datasize too.
2011-05-19 11:52:06 +00:00
jasper
32e1725de7 Security fix for CVE-2011-1838:
XSS Vulnerability with origurl parameter of login script

Patch from upstream
2011-05-19 06:27:30 +00:00
jasper
e3f4131571 regen 2011-05-19 06:25:53 +00:00
robert
6236c7d71e sync transport dib code 2011-05-18 17:02:56 +00:00
sthen
e93b9fa8f1 Add daemon_flags support to squid.rc. From Marcus MERIGHI.
ok Brad (maintainer), dcoppa@, aja@
2011-05-18 14:47:55 +00:00
ajacoutot
ae5066d59d Host these files that are not reachable anymore. 2011-05-18 08:09:27 +00:00
landry
45140355c1 Update to midori 0.3.6 2011-05-17 21:03:10 +00:00
rpointel
6d7217ebf2 update minitube to 1.4.3.
ok dcoppa@ pirofti@(maintainer).
2011-05-17 11:33:46 +00:00
robert
0818a3651c - use the same memory allocation values on amd64 and i386 too.
this makes chrome use way less memory and since it does not hit
  datasize limits anymore, it is way more stable too
- remove the warning of datasize bumping from the wrapper script

tested by sthen@, jasper@ and me
2011-05-17 08:35:31 +00:00
william
f8559e8825 Update to nginx-1.0.2
Originally from Piotr for 1.0.0, thanks

ok jasper
2011-05-17 03:31:00 +00:00
william
cb29cc2d52 Update to passenger 3.0.7
Ignore EINVAL from sigaltstack, seems to be what ruby itself does in 1.9

committing on behalf of jeremy@, who did all the work,
tested on i386 and tested packaging on amd64.  All so I can commit a
simple nginx update... THANKS.

ok jasper
2011-05-17 03:25:18 +00:00
gsoares
eab8f5aadd - update to 1.01
- doesn't need groff
- update HOMEPAGE/MASTER_SITES, also zap a dead mirror
- regen plist while here

tweaks from sthen@
The patches can be removed, they are to work-around lack
of OpenSSL pkg-config files. Then with the patches removed,
there's no need for autoconf.

feedback and ok jasper@ sthen@
(maintainer timeout)
2011-05-16 18:49:37 +00:00
ajacoutot
4e2b6df1b3 Add the EPOCH to the webkit dependency.
spotted by landry@
2011-05-16 08:24:31 +00:00
ajacoutot
8e6304f974 deve/gconf2 is about to loose its dependency on x11/gtk+2 so explicitely
register x11/gtk+2 for ports depending on gconf2 that don't have another
dependency that would bring it.

discussed with jasper@
2011-05-14 21:29:03 +00:00
ajacoutot
5a2087e79d Missing @conflict marker. 2011-05-14 10:20:23 +00:00
jasper
25426df40f sync 2011-05-14 10:11:06 +00:00
jasper
5448340562 import gtkhtml4 4.0.1
GtkHTML is a lightweight HTML rendering/printing/editing engine. It was
originally based on KHTMLW, part of the KDE project, but is now being
developed independently.

ok aja@
2011-05-14 10:10:20 +00:00
jasper
4563e0ed41 rename gtkhtml-editor-test to prevent a conflict with upcoming gtkhtml4 2011-05-14 10:09:20 +00:00
robert
5ae6977a70 update to chromium-11.0.696.68 2011-05-13 11:48:19 +00:00
rpointel
6bec6908a3 Added index.xslt into our port, usefull.
ok sthen@.
2011-05-12 15:39:46 +00:00
ajacoutot
889eec6cde xdg-open is used to start helpers, so add devel/xdg-utils to RUN_DEPENDS.
ok robert@ (maintainer)
2011-05-12 07:51:10 +00:00
rpointel
bf5e9e33f3 update phpmyadmin to 3.4.0.
ok kevlo@ (maintainer).
2011-05-12 05:09:00 +00:00
jeremy
432d1ab897 Update to version 3.2.0. 2011-05-11 23:42:15 +00:00
jeremy
54dc82be93 Update to version 3.6.2. 2011-05-11 23:41:23 +00:00
sebastia
c70ba5daf1 Bugfix update to sogo 1.3.7.0, fixes a bug with dovecot imap server.
OK landry@
2011-05-11 10:55:53 +00:00
ajacoutot
c9a4e5bc5b Add webkit,gtk3. 2011-05-11 06:03:16 +00:00
ajacoutot
69db523da2 Fix after recent webkit update. 2011-05-11 06:02:15 +00:00
ajacoutot
e322f7a1ae Missed in previous. 2011-05-11 06:00:36 +00:00
ajacoutot
71b191e76f Major update to webkit-1.4.0.
Now comes with a gtk3 FLAVOR that can be installed alongside the non
flavored package (webkit vs webkit-gtk3).

The library name changed from libwebkit to libwebkit-gtk{1,3}.

thanks to landry@ and jasper@ for the tests on powerpc, sparc64 and
amd64.
bulk testing from landry@

ok jasper@ landry@ (maintainer)
2011-05-11 06:00:08 +00:00
sthen
3b2f4ab90a - add a run dependency of p5-Devel-Symdump (Apache::Status uses this.
it has some checks to display a warning rather than fail, but this isn't
done consistently, so it's easier to just add the dep).

- fix @exec-update in the case where mod_perl was installed but not enabled

from Mikolaj Kucharski, thanks!
2011-05-10 08:03:49 +00:00
ajacoutot
49214ff95f Move the @extraunexec lines up in the PLIST so that pkg_delete does not
warn about non existing directory when using `-c'.
2011-05-10 07:47:05 +00:00
fgsch
51ecad2724 Update to 0.6.7.
martynas ok
2011-05-09 19:19:24 +00:00
sebastia
7f0309d139 OpenBSD has strndup(3), so use it, and fix a "random" crasher in the webmail interface.
OK sthen@, and to a prior version OK landry@, jasper@
2011-05-09 16:06:11 +00:00
giovanni
dc7e2e1c2d Update to 1.4, reminded by Viq 2011-05-09 08:04:13 +00:00
fgsch
333989da78 Update to 1.5.4. input and ok martynas@ 2011-05-08 22:42:28 +00:00
robert
c8082e48fd update to 11.0.696.65 2011-05-07 11:19:25 +00:00
sebastia
4fc036c9e8 minor update to sogo 1.3.7
OK landry@
2011-05-05 23:00:20 +00:00
sebastia
3793b66ca8 minor update for sope to 1.3.7.
OK landry@
2011-05-05 22:58:02 +00:00
landry
e382f8c48e Ensure mozilla-firefox and fennec depends on the cairo lib with tee
backend enabled.
ok/discussed with dcoppa@
2011-05-04 12:15:33 +00:00
dcoppa
9aa955883c Build firefox4 and fennec against systemwide cairo.
OK landry@
2011-05-04 08:11:15 +00:00
stsp
9128e158da Unbreak cgit following the devel/git update to 1.7.5.
Link to git-1.7.4.5 instead of build-depending on devel/git until upstream
resolves issues caused by API changes in git-1.7.5.
ok landry
2011-05-03 13:57:26 +00:00
landry
a193daa774 Update to fennec 4.0.1. 2011-05-03 11:11:37 +00:00
merdely
4944250aea Update to 3.1.2.
This release addresses a vulnerability that allowed Contributor-level
users to improperly publish posts.

From wen heping
2011-05-02 19:15:44 +00:00
landry
9ab79e756e Update to midori 0.3.5.
ok rpointel@
2011-05-02 19:01:10 +00:00
gsoares
0ec728ed7a - update to 2.00
- doenst need groff
- set pod tests
- remove sthepan@ as maintainer per his request
- take maintainership

ok jasper@, sthen@, stephan@
2011-05-02 18:42:56 +00:00
merdely
5a561cf200 Install user.filter.
Fixes problem of privoxy not starting up without that file reported by
Lars Engblom.

"sure" ajacoutot@
2011-05-02 17:43:43 +00:00
sthen
01f48a38c5 update syweb to 0.63
* to avoid warnings, merge your setup.inc changes with setup.inc.sample
  (or at least add $symon['options']['driveserial']=1; to your config).
2011-05-02 17:16:41 +00:00
jasper
5c75eb2873 regen patches 2011-05-02 15:08:28 +00:00
jasper
727c7e2d85 don't force rm 2011-05-01 20:43:24 +00:00
jasper
13b77a3fea - update to 0.34
- remove benoit chesneau as maintainer per his request

from wen heping
2011-05-01 18:08:01 +00:00
landry
7cb6ca89df update to firefox-i18n 4.0.1 2011-04-29 13:28:28 +00:00
landry
6682fdca87 Ooops, update fennec's distinfo after DIST_SUBIDR change. Pointed out by
naddy@.
2011-04-29 13:22:31 +00:00
robert
089acff6fe update to the latest stable version which is now 11.0.696.60
+ switch from using system sqlite to the bundled one because they have
  many modifications that are needed
+ add a new mirror for the distfile because the google one is utterly slow
2011-04-29 13:18:01 +00:00
dcoppa
7f82e11f65 Update to minitube-1.4.2.
OK sthen@, pirofti@, rpointel@
2011-04-29 08:28:12 +00:00
landry
e90c1a5b57 Update to seamonkey 2.0.14.
Fixes MFSA 2011-12,13,14,15,16 & 18.
2011-04-29 08:04:04 +00:00
landry
837808d82d Update to firefox35 3.5.19.
Fixes MFSA 2011-12,13,14,15,16 & 18.
2011-04-29 08:02:16 +00:00
landry
c74639eec6 Update to firefox36 3.6.17.
Fixes MFSA 2011-12,13,14,15,16 & 18.
2011-04-29 07:59:41 +00:00
landry
a30bd0967e Update to mozilla-firefox 4.0.1.
Fixes MFSA 2011-12, 2011-17, 2011-18.
2011-04-29 07:58:10 +00:00
jasper
888cb1b180 Zap zoom zoom (-O3)
prompted by zthen@
2011-04-29 07:41:15 +00:00
jasper
a8ed53e972 - update to 0.4.7
i386 build test by sthen@, thanks
2011-04-28 22:02:44 +00:00
landry
360aefae1c Let's use a common DIST_SUBDIR for all mozilla ports so that it's easier
to clean the gigabytes of src tarballs previously piling up in distfiles/.
Update distinfo accordingly.
Looks sane to jasper@.
2011-04-28 20:44:47 +00:00
rpointel
0e67b39b23 Update trac to 0.12.2.
ok sthen@.
2011-04-28 13:36:41 +00:00
dcoppa
d5af7c5855 Update to gecko-mediaplayer-1.0.3.
dconf clue stick by ajacoutot@

Tested by Antti Harri on YouTube using the flashvideoreplacer
extension for firefox (thanks!)

please go ahead fgsch@
2011-04-28 11:49:56 +00:00
dcoppa
b7eef2b364 midori needs to depend on xfce|tango|gnome-icon-theme, otherwise
some icons in the gui are missing

OK landry@, ajacoutot@
2011-04-26 15:01:17 +00:00
ajacoutot
687b73d774 No need for the itlocaledir tweak anymore. 2011-04-26 13:09:07 +00:00
kili
438e7fdf7d Fix REGRESS_DEPENDS: ruby-rack-test is in www/, not in devel/.
ok jeremy@
2011-04-25 16:11:03 +00:00
jolan
1a3df9cf28 remove dead mirrors and use MASTER_SITE_BACKUP explicitly 2011-04-25 15:01:28 +00:00
todd
9d3768074a +p5-WWW-YouTube-Download 2011-04-25 13:11:56 +00:00
todd
c3ad4a1d12 import p5-WWW-YouTube-Download 0.25
WWW::YouTube::Download lets you download video files from YouTube.

from maintainer Mikolaj Kucharski
ok kili@
2011-04-25 13:04:17 +00:00
sthen
5262fc0208 - backport a patch from upstream to avoid a conflict between OpenSSL and
internal implementations of MD5. Fixes SSL problems with some clients.

From Brad
2011-04-25 09:39:36 +00:00
rpointel
50e0636f2c Update Django to 1.3.
From Piotr Sikora, ok Ryan Boggs (MAINTAINER), discussed with me and landry@.
2011-04-24 18:40:03 +00:00
kili
ab954ec4cf New distinfo after DIST_SUBDIR change in ghc.port.mk. 2011-04-23 20:22:13 +00:00
kili
67047fb4b8 Depend on and use mtl-2 from devel/hs-mtl. 2011-04-23 14:32:50 +00:00
sebastia
084d208ddc Missed to remove two patches that made it into upstream, which now prevent to build sope.
Pointed out by viq at viq ath cx. Thanks.

OK sthen@
2011-04-23 08:33:58 +00:00
jeremy
52a581e1cd Remove duplicate version of ruby-rack-test. It was originally imported
under devel, and then later imported by me under www.  Since stuff
depends on the www version and it is more up to date, keep that version.

Add goo to update automatically from devel version to www version.

Discovered by claudio@.  OK sthen@.
2011-04-23 01:31:42 +00:00
giovanni
62b5480b14 Update to 1.3 2011-04-22 12:54:32 +00:00
dcoppa
29c70017c1 Zap opera-flashplugin 2011-04-22 07:24:46 +00:00
dcoppa
44794e7535 It's 2011. Flash7 is less than useless.
"I sure wouldn't cry over it" ajacoutot@
"Kill it with fire!" jasper@
2011-04-22 07:24:05 +00:00
sebastia
6973928532 Update SOGo to 1.3.6.
People upgrading from 1.3.4 or earlier need a new configuration default called
OCSSessionsFolderURL. See the packages README for more details.

OK jasper@, sthen@
2011-04-22 05:36:12 +00:00
sebastia
c9361f6c9d Update sope to 1.3.6
OK jasper@, stuart@
2011-04-22 05:34:13 +00:00
ajacoutot
6d01c2069a Fix build/run with new libnotify.
tested in a bulk by landry, thanks!
ok landry@ jasper@
2011-04-21 07:04:56 +00:00
landry
f7d875578b Moar links to reported bugz:
https://bugzilla.mozilla.org/show_bug.cgi?id=650772
https://bugzilla.mozilla.org/show_bug.cgi?id=651444
https://bugzilla.mozilla.org/show_bug.cgi?id=651461
2011-04-20 11:49:02 +00:00
landry
11fd11b06c link default48.png to default.png to be used by non-icccm compliant wm
for the application icon. It seems they use the first in the icon list
passed to X, which in our case is the 16x16 one.
reported by claudio@
2011-04-19 20:39:34 +00:00
landry
d135da184a Add comments/links to bugzilla for a bunch of patches pushed upstream:
https://bugzilla.mozilla.org/show_bug.cgi?id=546162
https://bugzilla.mozilla.org/show_bug.cgi?id=589754
https://bugzilla.mozilla.org/show_bug.cgi?id=648721
https://bugzilla.mozilla.org/show_bug.cgi?id=650742
https://bugzilla.mozilla.org/show_bug.cgi?id=650749
Add patch for https://bugzilla.mozilla.org/show_bug.cgi?id=633193
2011-04-19 09:16:33 +00:00
sthen
a383a680bd sync WANTLIB (re: ffmpeg update), from Brad 2011-04-18 22:41:37 +00:00
edd
1607859be6 update xxxterm to 1.382 - OK phessler@ 2011-04-18 15:32:32 +00:00
sebastia
9a94ef8862 bump, got rid of some patches, PLIst changes due to framework, and set
rc_reload=NO in the rc script

OK landry@, ajacoutot@
2011-04-18 12:48:29 +00:00
sebastia
017b7841af bump, do not install the mod_ngobjwe.so apache module anymore, not needed for
sogo, and will be installed with opengroupware (which would need it)

OK landry@, ajacoutot@
2011-04-18 12:47:37 +00:00
sthen
0297a3df78 - remove unnecessary NULL casts
- sync WANTLIB
2011-04-16 21:13:43 +00:00
simon
ca9af25795 update to version 0.55, set CPAN_AUTHOR, remove trash from PLIST, adjust
REGRESS_DEPENDS, push fix for annoying warnings upstream and remove
USE_GROFF

from Gleydson Soares, with small tweaks by me
comments and ok jasper@
2011-04-16 11:57:01 +00:00
simon
ba26e6f305 update to version 1.12 and remove USE_GROFF
from wen heping, groff tweak by myself
2011-04-16 11:35:23 +00:00
jasper
b7df269469 add trailing 'S' after ONLY_FOR_ARCH... 2011-04-16 10:45:09 +00:00
simon
958dfb8d7c security update to version 1.16 2011-04-16 09:57:35 +00:00
dhill
85f74973d4 bring in two patches from upstream:
1. Fix crash with too big box shadow areas
2. Knob to toggle DNS prefetching

DNS prefetch code done by todd@

much prodding marco@
ok landry@
2011-04-15 23:03:03 +00:00
sthen
12db8b934a switch to autoconf 2.67, from Brad. config.h's checked. 2011-04-15 21:43:13 +00:00
ajacoutot
a2d7a47da4 Fix build after gnutls update.
ok jasper@ landry@
2011-04-15 16:13:23 +00:00
ajacoutot
96d502a25f Fix DEPENDS after gnutls update.
ok landry@ jasper@
2011-04-15 16:10:37 +00:00
robert
6387327cb4 security update to 3.8.10
fixes several CVEs
2011-04-15 11:54:05 +00:00
landry
a2b4f8d19a Remove, unneeded since the better rpath-link fix went to configure.in patch. 2011-04-15 11:44:53 +00:00
landry
6340f3a17a Better patches for rpath-link as submitted upstream, cf
https://bugzilla.mozilla.org/show_bug.cgi?id=648721
While here grab js/src/Makefile.in patch from
https://bug638056.bugzilla.mozilla.org/attachment.cgi?id=520157
and add the hg rev of the commited sparc64 fix for opentype
2011-04-15 11:43:46 +00:00
robert
b2b50f4c7b update to 10.0.648.205 and use python 2.6 2011-04-15 10:10:27 +00:00
jasper
009659f749 - allow internal libffi to compile on mips64* by syncing patches with our libffi port.
ffx is not enabled on mips64* yet, though.

ok landry@
2011-04-15 08:31:48 +00:00
jasper
eeb29b3347 don't use ``rm -f'' for remove unneeded files.
this will remember us, when not needed anymore this treatment.

from gleydson soares
ok aja@
2011-04-14 15:55:19 +00:00
sthen
f569820aa4 Suggest that people use route-to instead, it's more reliable (but keep the
package around for now in case there are any special cases, and to simplify
upgrades). ok aja@
2011-04-14 08:56:39 +00:00
sthen
c694e766cd Remove --enable-pf-transparent, it's no longer needed now that
PF supports divert-to. Pointed out by reyk on misc@. Add documentation
to README showing how to configure a transparent proxy. ok Brad.
2011-04-14 08:11:50 +00:00
jasper
530cabe993 - update to 0.44
- fix license marker
- install examples

from wen heping with tweaks by me
2011-04-14 07:21:27 +00:00
jasper
a1a337b880 - Security update of phplist to 2.10.13 which among other regular bugs fixed
CVE-2011-0748, phplist Cross-Site Request Forgery Vulnerability
2011-04-14 07:10:44 +00:00
rpointel
498a61cceb update hiawatha to 7.4.1.
Changelog : http://www.hiawatha-webserver.org/changelog.

Added rc script.

Diff from me and modify by ajacoutot@. ok ajacoutot@.
2011-04-13 17:44:59 +00:00
landry
ead4e6aafb +fennec 2011-04-12 19:49:59 +00:00
landry
b715788993 Import fennec 4.0:
Firefox for mobile (codenamed Fennec) is the name of the build of the
Mozilla Firefox web browser for devices such as mobile phones and
personal digital assistants (PDAs).
While it initially targets android and maemo, it also works on desktop
machines, and can be useful on small screens or low-powered devices.

Looks ok to jasper@
2011-04-12 19:48:57 +00:00
jasper
ad71fd2c04 - update to 0.4.5 2011-04-12 10:32:49 +00:00
jasper
2457d75b8d - don't force -Werror, fixes build on i386.
reported by STeve Andre', fix suggested by aja@
2011-04-12 08:05:05 +00:00
kili
c98ff0ffe4 - hs-xhtml 2011-04-11 14:56:59 +00:00
kili
10acfceee7 This is now included in ghc. 2011-04-11 14:56:19 +00:00
kili
36d2fbe19c Zap hs-network-bytestring dependency and bump. 2011-04-11 14:55:58 +00:00
kili
320337f613 Update to 3001.1.7.4. 2011-04-11 14:55:17 +00:00
kili
f20fe3fa2a Bump after ghc update. 2011-04-11 14:45:14 +00:00
jasper
ac9ad9bc78 missed bump 2011-04-11 08:11:14 +00:00
jasper
a69dced7cc - update to 0.14
- install examples
- tweak license
- set TEST_POD
- regen PLIST

from gleydson soares
2011-04-10 19:08:34 +00:00
jasper
61f9ed9482 adjust after recent lesstif removal
ok aja@ sthen@
2011-04-10 18:00:23 +00:00
jasper
19a13622f3 - disable elinks,js for now 2011-04-10 17:38:11 +00:00
jasper
2bffec3217 Upstream recommends against enabling javascript support in
this release due to security concerns. When this is port is
updated to 0.12.x it can be enabled again.

ok edd@ (MAINTAINER), landry@, sthen@, martynas@
2011-04-10 17:26:34 +00:00
simon
d92074dcbe - update to version 1.05
- remove USE_GROFF
- add MODCPAN_EXAMPLES

from Gleydson Soares
ok jasper@
2011-04-09 19:25:33 +00:00
simon
1f1f9fde8c update to version 0.11
- remove USE_GROFF
- keep tests disabled for now

from Gleydson Soares
looks good to jasper@
2011-04-09 14:30:13 +00:00
landry
e0a6f526c5 Better patches for sndio integration and kerberos/gssapi authentication
as pushed upstream, see
https://bugzilla.mozilla.org/show_bug.cgi?id=648726 and
https://bugzilla.mozilla.org/show_bug.cgi?id=648730
No binary change..
2011-04-09 11:05:06 +00:00
william
2d2d548991 Update to nginx-0.8.54 and update MAINTAINER
from Gleydson Soares, thanks

rc issue found by Piotr Sikora, fix by me, ok aja@

ok jasper
2011-04-09 01:21:55 +00:00
dcoppa
f8752f8a25 Update to Predis 0.6.6 2011-04-08 14:54:47 +00:00
jasper
cde8dd2c33 Add introspection support (needed for on-going GNOME 3 work).
This is the last port currently in tree which needed this.
2011-04-07 19:41:32 +00:00
jasper
5a76b99e33 Add introspection support (needed for on-going GNOME 3 work).
ok landry@ (MAINTAINER)
2011-04-07 19:40:10 +00:00
pea
f2ffa774ab Update to 1.6.5
Diff from Levai Daniel (thx) + WANTLIB fix by me.
Maintainer timed out

ok jasper@
2011-04-07 12:07:02 +00:00
ajacoutot
56881e0491 --disable-scrollkeeper is not needed when rarian is in the dependency
chain (scrollkeer is a compatility wrapper that does nothing).
2011-04-05 16:37:58 +00:00
sthen
36c48db5ef help pkg_add -u over the tidy->tidyp bump. ok jasper@
- needs an @pkgpath marker
- bump EPOCH to help pkg_add -u, currently it needs help moving
to a lower version number when using quirks
2011-04-05 15:33:14 +00:00
naddy
1618a743b9 COMPAT_FREEBSD is gone, remove ports that depend on it; ok ajacoutot@ jasper@ 2011-04-05 15:28:24 +00:00
jasper
b4bb36cbfc - update to 0.36
- no need for groff
* from gleydson soares
- test pod files
* from me
2011-04-05 14:32:39 +00:00
jasper
a1e6fa09d8 - update to 1.22
- tweak license marker
- add missing dependencies

from gleydon soares
2011-04-05 14:30:31 +00:00
kili
bd646a3618 Bump after update of hs-text.
ok jasper@
2011-04-05 11:43:17 +00:00
kili
ce09babc2c Let it build against hs-text-0.11 and bump. 2011-04-05 11:42:42 +00:00
landry
20acf0c075 Add patches to let mozilla-firefox 4.0 at least build on sparc64.
- disable tracejit/methodjit
- add fix for https://bugzilla.mozilla.org/show_bug.cgi?id=618485
- add fix for https://bugzilla.mozilla.org/show_bug.cgi?id=589754
- don't force-enable assembler/jit on sparc64

It still doesn't run (endless loop at startup) due to 64-bits
jsval_layout (see https://bugzilla.mozilla.org/show_bug.cgi?id=577056)
but at least patches are in cvs, and the js shell can run simple things.
No change for other archs.
2011-04-05 09:00:42 +00:00
ajacoutot
b4266b158c Add missing LIB_DEPENDS on aspell.
based on a report from Peter Ericson on ports@
2011-04-04 17:21:43 +00:00
jasper
a4367ae483 mirror the distfile, as the tarball changes checksum at each fetch
requested by landry@
2011-04-03 21:32:49 +00:00
jasper
bfc29d08fe sync 2011-04-03 17:17:19 +00:00
jasper
45302ec0f9 import p5-Object-eBay 0.5.0
Object::eBay provides an object-oriented interface to the eBay API.
Objects are created to represent entities dealing with eBay such as
items, users, etc. You won't want to create objects of the class
Object::eBay but rather of its subclasses such as: Object::eBay::Item or
Object::eBay::User.

ok simon@
2011-04-03 17:16:13 +00:00
dcoppa
ca0f0d8623 Some fixes backported from upstream:
- Remove dependency on bzip2.
- Remove some OpenBSD build hacks which have been broken for quite
  awhile and are not necessary anyway.
- Update FFmpeg macro for newer versions.

From Brad.
2011-04-03 15:02:11 +00:00
jasper
954a6ec9e5 - spacing 2011-04-03 12:04:24 +00:00
landry
c79058d314 +cgit 2011-04-03 10:28:13 +00:00
landry
4384ef8d72 Import cgit 0.8.3.5:
cgit is a fast web interface for the git scm, using a builtin cache to
decrease server io-pressure.

With tweaks from and ok sthen@ jasper@
2011-04-03 10:27:24 +00:00
ajacoutot
174ea062e2 Simplify: use my distfiles subdomain. 2011-04-02 16:56:42 +00:00
fgsch
977f5eb496 Update to 3.2.0 and convert the name to lowercase.
edd@ ok
2011-04-02 01:20:28 +00:00
jeremy
ca794aff96 Hook mongrel2 up to the build. 2011-04-01 22:31:01 +00:00
jeremy
3557f0c5b9 Mongrel2 is an application, language, and network architecture agnostic
web server that focuses on web applications using modern browser
technologies.

OK landry@ a while back
2011-04-01 22:28:02 +00:00
landry
959fd434dd add fennec to the list of MOZILLA_PROJECTs 2011-04-01 08:32:32 +00:00
jasper
11861db716 add an @sample marker for perldb.conf as users may edit it.
from gleydson soares
2011-04-01 07:11:31 +00:00
jasper
95d84c68c8 - update to 0.93 2011-03-31 13:57:54 +00:00
landry
5182a9753d oops, kk language pack still exists. Readd missing files. 2011-03-31 07:54:05 +00:00
landry
96d3ee30ab Update to firefox-i18n 4.0.
Langpacks are now directly installed as xpi files in firefox's
extensions/ subdir, no need to unzip them.
New langpacks: ast, br, en-US, en-ZA, gd, hy-AM, lg, mai, son, ta-LK and
zu. as, kk and oc are gone.
2011-03-30 21:42:38 +00:00
landry
ae80466b89 Link firefox36 to to build now that mozilla-firefox is at 4.0. 2011-03-30 21:40:36 +00:00
landry
ddd3e93eae Lo and behold, update to mozilla-firefox 4.0 !
Too much changes to list them, just enjoy it. Thanks to the ones who
tested the betas/rc.
ok jasper@
2011-03-30 21:39:14 +00:00
jasper
e01aeceefd hookup some regression tests 2011-03-30 20:54:13 +00:00
rpointel
6ac2bbad47 update aria2 to 1.11.1.
ok landry@.
2011-03-30 20:44:43 +00:00
jasper
c5d1b1f208 - update node to 0.4.4 with various patches from chrome to make this build 2011-03-30 19:54:29 +00:00
jasper
0c5259c916 - add missing LIB_DEPENDS for -soap and -xmlrpc
ok robert@ (MAINTAINER)
2011-03-30 08:23:37 +00:00
jakemsr
2f948b5fd0 more ports that need faad removed from WANTLIB after ffmpeg update,
as noted on ports@.
2011-03-29 23:22:17 +00:00
simon
b3b4c620ce fix warnings emitted from the perl interpreter
and regen plist while at it

from Markus Hennecke

ok sthen@
2011-03-28 23:04:42 +00:00
ajacoutot
aecc5f034e Do not try to load rewrite_module if it's already loaded.
Tighten zendframework dependency.
2011-03-28 13:38:38 +00:00
ajacoutot
d3923a817c Remove now unneeded patch. 2011-03-28 13:24:51 +00:00
ajacoutot
5281d9d720 Extend include_path so that it works in the apache chroot by default.
ok robert@ (maintainer)
2011-03-28 13:24:32 +00:00
fgsch
83e686bcd2 enter py-flask 2011-03-28 00:21:19 +00:00
fgsch
2e05463186 Import py-flask, a microframework for Python based on Werkzeug, Jinja 2
and good intentions.
martynas@ ok
2011-03-28 00:20:20 +00:00
landry
0e9fd10438 Add firefox36 to the WRKDIST switch, reminded by miod@.
While here, don't unconditionally define WRKDIST so that client port can
override it. Needed by spidermonkey 2.0.
2011-03-27 20:23:25 +00:00
sthen
16755f0be6 reset owner/group/mode before rc script; from Gleydson Soares via Brad 2011-03-27 19:38:32 +00:00
robert
683536bff8 update to 10.0.648.204 2011-03-27 15:13:01 +00:00
dcoppa
9d4cc467e3 gnash needs an EPOCH bump:
20060919 > 0.8.9

spotted by naddy@
2011-03-27 10:42:24 +00:00
landry
17b63192b8 Resurrect www/firefox36 from the Attic, installing 3.6.16 in
${LOCALBASE}/firefox36 with firefox36 binary. Needed for archs
firefox 4 doesn't support (yet?). Yes, i'm looking at you sparc64.
Not yet linked to the build.
2011-03-26 10:58:36 +00:00
sthen
b47bbf573f don't pick up an installed gsed; problem noticed by landry@, ok robert@ 2011-03-26 10:23:13 +00:00
sthen
00582ef96a Bump ports which should be using newer autoconf to 2.65;
config.h files checked.  From Brad.
2011-03-26 10:05:24 +00:00
sthen
83bd326602 a couple of obvious bumps for pfioc_natlook changes
(I'll fill in any others when my grep finishes running).
2011-03-25 20:23:30 +00:00
jeremy
9d4d55e233 Build the ruby 1.9 version of some ruby gem ports with C extensions
by default.

OK landry@
2011-03-25 17:02:35 +00:00
jeremy
63db5513d4 Enable regress tests.
OK landry@
2011-03-25 16:39:24 +00:00
landry
7c8e9ea8d6 firefox-i18n 3.6.16 2011-03-25 14:25:48 +00:00
pirofti
44df5afb21 Kill ruby-typo as no one is interested in maintaining it anymore.
Users, if any, can install it via gems. Okay jasper@, landry@.
2011-03-25 10:33:20 +00:00
pirofti
c4adcaa7b6 Unlink ruby-typo. Okay jasper@, landry@. 2011-03-25 10:29:57 +00:00