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
dcoppa
c10ff6c145
general clean up and simplification, no functional changes.
...
from Brad
2011-03-25 09:45:17 +00:00
ajacoutot
253df6f54d
Clean-up indent.
2011-03-25 07:01:14 +00:00
merdely
f82c23b1bb
Update to Wordpress 3.1
2011-03-25 03:20:42 +00:00