Commit Graph

71167 Commits

Author SHA1 Message Date
jeremy
12822b1f75 Update ruby-isolate to 3.2.1, which eliminates the warnings it started
emitting after the rubygems 1.8 update.

Add a patch to fix use with gems with C extensions, using the
--user-install option.

Add a patch to not hide underlying error message when attempting to
activate a gem.
2011-11-17 15:39:15 +00:00
jeremy
726b2dbf0b Update ruby-bundler to 1.0.21. Some dependencies are going to start
requiring this version.
2011-11-17 15:35:45 +00:00
jeremy
4c4ceaa5d1 Import ruby-daemon_controller 0.2.6
daemon_controller is a library for starting and stopping specific
daemons programmatically in a robust, race-condition-free manner.

It's not a daemon monitoring system like God or Monit. It's also not a
library for writing daemons.

It provides the following functionality:

    Starting daemons. If the daemon fails to start then an exception
    will be raised. daemon_controller can even detect failures that
    occur after the daemon has already daemonized.

    Starting daemons is done in a race-condition-free manner. If another
    process using daemon_controller is trying to start the same daemon,
    then daemon_controller will guarantee serialization.

    daemon_controller also raises an exception if it detects that the
    daemon is already started.

    Connecting to a daemon, starting it if it's not already started.
    This too is done in a race-condition-free manner. If the daemon
    fails to start then an exception will be raised.

    Stopping daemons.

    Checking whether a daemon is running.

OK ajacoutot@
2011-11-17 15:33:29 +00:00
jeremy
bd262e438b Import ruby-ronn 0.7.3
Ronn builds manuals. It converts simple, human readable textfiles to
roff for terminal display, and also to HTML for the web.

The source format includes all of Markdown but has a more rigid
structure and syntax extensions for features commonly found in manpages
(definition lists, link notation, etc.). The ronn-format(7) manual page
defines the format in detail.

OK sthen@
2011-11-17 15:31:19 +00:00
jeremy
4dba2426ed Import ruby-mustache 0.99.4
Inspired by ctemplate and et, Mustache is a framework-agnostic way to
render logic-free views.

As ctemplates says, "It emphasizes separating logic from presentation:
it is impossible to embed application logic in this template language."

OK sthen@
2011-11-17 15:30:08 +00:00
jeremy
91b2e97018 Import ruby-jeweler 1.6.4
Jeweler provides the noble ruby developer with two primary features:

* a library for managing and releasing RubyGem projects
* a scaffold generator for starting new RubyGem projects

OK sthen@
2011-11-17 15:28:42 +00:00
jeremy
e7e4a7493b Import ruby-git 1.2.5
ruby-git provides an object-oriented interface to git's command line
interface, allowing for both read and write operations on git
repositories.

OK sthen@
2011-11-17 15:27:39 +00:00
jeremy
930db13bc9 Handle split of rspec port into subdirs. In MODRUBY_REGRESS, support
rspec 1 using rspec and rspec 2 using rspec2.  Additionally, add
support for ruby and testrb, calling the appropriate binary for the
ruby implementation.

Start checking sanity of MODRUBY_REGRESS entry, using a fatal error
if it is defined and doesn't contain a recognized word.

Instead of RAKE_REGRESS_TARGET and RSPEC_REGRESS_TARGET, just use
MODRUBY_REGRESS_TARGET for all cases.  On ruby 1.9, modifying the
environment to always look in the current directory for libraries
(the ruby 1.8 behavior), since many ports depend on that for regress.
Allow ports to set their own regress environment and current directory
using MODRUBY_REGRESS_ENV and MODRUBY_REGRESS_DIR.
2011-11-17 15:24:01 +00:00
sthen
34203448c2 bump EPOCH
Create /usr/ports/packages/i386/no-arch/p5-Devel-Symdump-2.07p1.tgz
Found newer package p5-Devel-Symdump-2.0601 in /usr/ports/plist/i386
Found newer package p5-Devel-Symdump-2.0604 in /usr/ports/plist/i386
2011-11-17 15:17:41 +00:00
jeremy
fa6e35ac80 Split rspec port into subdirs. Version 1 is still a single package,
but version 2 has 4 packages (core, expectations, mocks, and rspec).
Stick version 1 in a subdir named 1, and the version 2 packages
each in their own subdir.

Upgrade version 1 to 1.3.2, the latest version, as some ports depend
on >=1.3.0,<2.0.  Because rubygems does not correctly handle the
case where two versions of the same library install different
binaries, manually hack the version 1 spec binary to work.

Both version 1 and version 2 ship with the autospec binary, so comment
it out from version 1 so the versions don't conflict.

This requires changes to dependent ports, which will be committed
shortly.
2011-11-17 15:15:26 +00:00
sthen
b426817b3c update p5-DBIx-Class-Schema-Loader to 1.893, from Andreas Voegele, ok maintainer
- while there add MODCPAN_EXAMPLES and remove USE_GROFF
2011-11-17 15:15:04 +00:00
ajacoutot
ba4dfd9050 Update to zarafa-7.0.3. 2011-11-17 15:14:37 +00:00
giovanni
bfff4d0369 Update to 3.4.7.1, fixes CVE-2011-4107
ok jasper@
2011-11-17 15:00:20 +00:00
jasper
fbf528f55e - update to telepathy-mission-control-5.10.1 2011-11-17 14:58:13 +00:00
jasper
1923df8d26 - update to telepathy-glib-0.16.2 2011-11-17 14:54:22 +00:00
robert
57b3f08e60 update to 15.0.874.121 2011-11-17 14:53:21 +00:00
ajacoutot
0c0f44904c Respect CFLAGS. 2011-11-17 14:42:01 +00:00
pirofti
1b79a18cd4 Polish up the toolchain:
- get rid of libtool and thus rpath bugs
	- install libexec files as they're also needed
	- copy the crt files in lib/gcc/i386-mingw32/3.4.5 as the
	  compiler looks for them in there and not in lib
	- disable shared and thus lose the platform specific files
	  (noticed by jeremy@ as well)
	- adapt the README after these changes
2011-11-17 14:41:58 +00:00
jasper
71cfffa6ef - update telepathy-gabble to 0.12.7 2011-11-17 14:38:07 +00:00
sebastia
d6647b94d3 minor update to webservices to 0.5.5
adds ability to check/generate digest user authentication

OK aja@
2011-11-17 14:37:21 +00:00
jasper
19730cf4b5 - update to telepathy-logger-0.2.12 2011-11-17 14:33:53 +00:00
sthen
cf870b6b54 .poison MODGCC4_ARCHS, just to be different this module uses MODGCC4_ARCHES 2011-11-17 14:32:24 +00:00
sthen
18d6eecb68 NOT_FOR_ARCHS, from viq 2011-11-17 14:29:48 +00:00
sthen
72323b1780 update to coccigrep 1.6 2011-11-17 14:27:14 +00:00
jasper
8f3d8f463a zap, forgotten in previous commit 2011-11-17 14:26:05 +00:00
jasper
2102199e98 - update to 0.1.11 2011-11-17 14:25:38 +00:00
ajacoutot
471ebb2a4b No need for USE_GROFF. 2011-11-17 14:25:37 +00:00
robert
64041b218b also draw the cache in the graph 2011-11-17 14:23:36 +00:00
robert
932e995d31 add buffercache support and show the cached amount of memory in magenta
ok ajacoutot@
2011-11-17 14:16:51 +00:00
jasper
cbcba506ac - this needs the gnu libtool autoconf macros 2011-11-17 14:07:14 +00:00
ajacoutot
2c12921bf9 Remove bogus NOT_FOR_ARCHES-python, from "viq". 2011-11-17 14:07:03 +00:00
sthen
21f7b6f239 NOT_FOR_ARCHES -> NOT_FOR_ARCHS, from viq 2011-11-17 13:58:27 +00:00
robert
d8d326647d remove pecl-pcntl which got replaced by php-pcntl 2011-11-17 12:54:31 +00:00
robert
e5a4a9f138 replace pecl-pcntl with php-pcntl 2011-11-17 12:53:49 +00:00
robert
700e9674f5 enable the pcntl extension to replace pecl-pcntl 2011-11-17 12:52:27 +00:00
robert
33c55d6f9b update to 0.4.0 to fix it with php 5.3 2011-11-17 12:44:21 +00:00
jasper
687a2d8dcf - update to 20110918
ok Andreas Bihlmaier (MAINTAINER)
2011-11-17 12:41:08 +00:00
robert
99ee27eb7f make it build with php 5.3 2011-11-17 12:35:33 +00:00
ajacoutot
7db9a1860f Remove 2 bogus files that shouldn't have been imported.
Couple of tweaks to PLIST and rc script.

ok sebastia@ (maintainer)
2011-11-17 12:33:31 +00:00
robert
65ed8e1c45 update to 0.11.3 to make it bild with php 5.3 2011-11-17 12:29:40 +00:00
nigel
2da4ba53c7 Update to version 2011.10.25
ok sthen@ aja@
2011-11-17 12:26:36 +00:00
jeremy
75d0491050 Don't show the VMEM_WARNING when building ruby with the no_ri_docs
PSUEDO_FLAVOR, since the ri docs are the only thing that takes a
lot of memory.

OK ajacoutot@
2011-11-17 11:47:12 +00:00
jasper
ff23654173 - move away from gnu libtool now that gobject-introspection has been fixed. 2011-11-17 11:42:31 +00:00
jasper
eb90b4619e *Finally* fix the issue where certain ports using GI and our ports libtool
would fail to build and had to switch to gnu libtool.
2011-11-17 11:39:49 +00:00
jeremy
92063f369e Remove INSTALL_TARGET, since it's already set in 1.8 and 1.9's Makefile. 2011-11-17 10:54:11 +00:00
sthen
c14376c38f bump due to mail/dovecot update 2011-11-17 10:39:33 +00:00
sthen
9bc11047a8 update to Dovecot 2.0.16, from Brad 2011-11-17 10:39:00 +00:00
ajacoutot
6a71734c52 Bugfix update to gbrainy-2.06.
ok kevlo@ (maintainer)
2011-11-17 09:16:03 +00:00
ajacoutot
1629f87a57 Unbreak.
spotted by nigel@
2011-11-17 08:56:09 +00:00
sebastia
68ae3687dc enable rocrail 2011-11-17 00:45:11 +00:00