Commit Graph

8579 Commits

Author SHA1 Message Date
jeremy
e484663163 Import ruby-prof 0.9.2
ruby-prof is a fast code profiler for Ruby. Its features include:

* Speed - it is a C extension and therefore many times faster than the
  standard Ruby profiler.
* Modes - Ruby prof can measure a number of different parameters,
  including call times, memory usage and object allocations.
* Reports - can generate text and cross-referenced html reports
  o Flat Profiles - similar to the reports generated by the standard
    Ruby profiler
  o Graph profiles - similar to GProf, these show how long a method
    runs, which methods call it and which methods it calls.
  o Call tree profiles - outputs results in the calltree format
    suitable for the KCacheGrind profiling tool.
* Threads - supports profiling multiple threads simultaneously
* Recursive calls - supports profiling recursive method calls
2010-12-20 18:07:39 +00:00
jeremy
4d74a0a7ab Import ruby-home_run 0.9.4
home_run is an implementation of ruby's Date/DateTime classes in C, with
much better performance (20-200x) than the version in the standard
library, while being almost completely compatible.
2010-12-20 18:06:38 +00:00
jeremy
541475d5db Import ruby-mspec 1.5.17
MSpec is a specialized framework that is syntax-compatible with RSpec
for basic things like describe, it blocks and before, after actions.

MSpec contains additional features that assist in writing the RubySpecs
used by multiple Ruby implementations. Also, MSpec attempts to use the
simplest Ruby language features so that beginning Ruby implementations
can run it.
2010-12-20 18:06:00 +00:00
jeremy
b1b851b687 Import ruby-ffi-inliner 0.2.4
With ffi-inliner you can run C code within your ruby script:
* Mix C snippets in your Ruby code and gulp it on the fly!
* It's based on Ruby-FFI so the C code you inject is portable across
  Ruby implementations!
* Yep, it means that you can run it on JRuby too!
* Fast compilation through tcc
* But it can use the system's compiler (e.g. gcc) on those platforms
  that don't support tcc (e.g. OSX) or that don't have it installed
2010-12-20 18:05:12 +00:00
jeremy
1fed8cfbd5 Import ruby-ffi 0.6.3
Ruby-FFI is a ruby extension for programmatically loading dynamic
libraries, binding functions within them, and calling those functions
from Ruby code. Moreover, a Ruby-FFI extension works without changes on
Ruby and JRuby.

* It has a very intuitive DSL
* It supports all C native types
* It supports C structs (also nested), enums and global variables
* It supports callbacks
* It has smart methods to handle memory management of pointers and
  structs
2010-12-20 18:04:16 +00:00
jeremy
7e6626a95c Import ruby-rake-compiler 0.7.5
rake-compiler aims to help Gem developers deal with Ruby extensions,
simplifying code and reducing duplication.

It follows convention over configuration and sets a standardized
structure to build and package both C and Java extensions in your gems.

This is the result of experiences dealing with several Gems that
required native extensions across platforms and different user
configurations where details like portability and clarity of code were
lacking.
2010-12-20 18:03:17 +00:00
jeremy
f36e8d1cb6 Import ruby-arrayfields 4.7.0
allow keyword access to array instances.  arrayfields works by adding
only a few methods to arrays, namely #fields= and fields, but the
#fields= method is hooked to extend an array on a per object basis.  in
otherwords __only__ those arrays whose fields are set will have
auto-magical keyword access bestowed on them - all other arrays remain
unaffected.  arrays with keyword access require much less memory when
compared to hashes/objects and yet still provide fast lookup and
preserve data order.
2010-12-20 17:32:49 +00:00
jasper
a99e60ff20 - update p5-Set-IntRange to 5.2
- fix comment
2010-12-20 00:00:21 +00:00
jasper
0f9c81596a - update p5-Data-OptList to 0.106 2010-12-19 23:55:59 +00:00
jasper
6a85be81dc - update p5-Config-General to 2.50 2010-12-19 23:51:46 +00:00
jasper
710e2e0cd4 - update p5-Cache-Mmap to 0.11 2010-12-19 23:46:32 +00:00
jasper
106fb396c6 - update sdl-gfx to 2.0.22
* fixes seg. faults in wormux

from brad
2010-12-19 23:37:10 +00:00
jasper
8db4aa5e8e master site can be flaky sometimes, add a mirror 2010-12-19 17:47:46 +00:00
jasper
b80c63e1c9 - update hs-blade-builder to 0.2.1.3 2010-12-19 17:43:30 +00:00
ajacoutot
829f818673 Conflict with old version of vala.
spotted by landry@ while updating an oldie...
2010-12-19 10:25:05 +00:00
benoit
ceae797a38 - update py-asn1 to 0.0.12a
- regen PLIST
2010-12-18 10:31:59 +00:00
jasper
02d28ecc23 - update hs-blaze-builder to 0.2.1.2 2010-12-17 21:45:32 +00:00
jasper
3d517c42b6 - update hs-language-c to 0.3.2.1
ok kili@ (MAINTAINER)
2010-12-16 22:43:37 +00:00
ajacoutot
a59606b7a0 +bustle 2010-12-16 19:13:36 +00:00
ajacoutot
79bdf9059d Import bustle-0.2.3.
Bustle draws sequence diagrams of D-Bus activity, showing signal
emissions, method calls and their corresponding returns, with timestamps
for each individual event and the duration of each method call. This can
help you check for unwanted D-Bus traffic, and pinpoint why your
D-Bus-based application isn't performing as well as you like.
<...>

ok kili@ jasper@
2010-12-16 19:12:54 +00:00
jasper
1f9966e201 - update libconfig to 1.4.6
- remove markus bergkvist as maintainer per his request

identical diffs by remi pointel and pea@
ok pea@
2010-12-15 09:31:46 +00:00
jasper
4dcc0b9047 - sort 2010-12-15 00:09:12 +00:00
jasper
04454a9f43 - update iso-codes to 3.23 2010-12-14 22:25:27 +00:00
ajacoutot
38bfd454ee Minor update to libdaemon-0.14. 2010-12-14 14:54:35 +00:00
espie
1abd8d2260 missing license marker. 10 years!!!! 2010-12-14 11:04:32 +00:00
ajacoutot
fa9ea65a59 WANTLIB. 2010-12-14 10:12:21 +00:00
jasper
857daf22f3 - rename extra gcc/gdb distfiles
prompted by ckuethe@
2010-12-13 22:22:15 +00:00
jasper
cd1fd9daf3 - update to 0.4.4 2010-12-13 19:50:38 +00:00
bluhm
f52492f28b - update p5-BSD-Resource to 1.2904
- take maintainership
- fix spaces around =
- sort according to Makefile.template
ok jasper@
2010-12-13 13:50:39 +00:00
espie
5f73174274 +p5-Coro
+p5-Guard
2010-12-13 09:54:48 +00:00
espie
9f30a5751d implementation of coroutines for perl5. 2010-12-13 09:53:47 +00:00
espie
80a333a8eb another scope guard, prereq for coroutines 2010-12-13 09:53:16 +00:00
jasper
45bae85402 - sync 2010-12-13 08:28:55 +00:00
jasper
32c92511f1 import hs-blaze-builder 0.2.1.1
This library provides an abstraction of buffered output of byte streams
and several convenience functions to exploit it. For example, it allows
to efficiently serialize Haskell values to lazy bytestrings with a large
average chunk size. The large average chunk size allows to make good use
of cache prefetching in later processing steps (e.g. compression) and
reduces the sytem call overhead when writing the resulting lazy
bytestring to a file or sending it over the network.

ok kili@
2010-12-13 08:28:27 +00:00
jasper
aaff0c4253 - reword COMMENT
- simplify MASTER_SITES
- set  NO_REGRESS

ok ckuethe@ (MAINTAINER)
2010-12-13 08:27:43 +00:00
jasper
d8a6a9ff88 - ramble a bit about programming various arduino devices with avrdude
prompted by a mail from mark peoples
ok ckuethe@ (MAINTAINER)
2010-12-12 20:20:56 +00:00
kili
8b2ddebb83 Wire hs-vector-algorithms to the build. 2010-12-12 16:32:23 +00:00
kili
8236d0d80b Update to hs-vector-0.7.0.1, necessary for an update of hs-snap-server,
which in turn is necessary after the update of hs-text.

Tested by jim@.
2010-12-12 16:28:54 +00:00
jasper
8db06142c1 - update hs-text to 0.10.0.2
ok kili@ (MAINTAINER)
testing dependant ports by jim@, thanks
2010-12-12 16:24:03 +00:00
ajacoutot
0dc3e16311 Bugfix update to libgdata-0.6.6. 2010-12-11 23:32:36 +00:00
kili
8333cc49e7 Import hs-vector-algorithm, a library with efficient algorithms for
vector arrays. Needed by the upcoming update of www/hs-snap-server.

Not yet wired to the build; I'll do this after updating a couple of
other Haskell libraries (and after jasper@ updated devel/hs-text).
2010-12-11 17:44:49 +00:00
shadchin
c637394626 +libguess 2010-12-11 11:09:53 +00:00
shadchin
a54ac523ea Import libguess-1.0
libguess employs discrete-finite automata to deduce the character set of
the input buffer. The advantage of this is that all character sets can
be checked in parallel, and quickly. Right now, libguess passes a byte
to each DFA on the same pass, meaning that the winning character set can
be deduced as efficiently as possible.

ok jasper@
2010-12-11 11:03:22 +00:00
landry
cde74941c8 +p5-Plack and its new dependencies 2010-12-11 09:55:51 +00:00
landry
32c557bd8b Import p5-Test-SharedFork:
Test::SharedFork is utility module for Test::Builder. This module makes
forking test!
This module merges test count with parent process & child process.

From Abel Abraham Camarillo Ojeda on ports@
2010-12-11 09:36:52 +00:00
landry
ee83f424c4 Import p5-Test-Requires 0.06
Test::Requires checks to see if the module can be loaded.
If this fails rather than failing tests this skips all tests.

From Abel Abraham Camarillo Ojeda on ports@
2010-12-11 09:35:23 +00:00
landry
df452a9eef Import p5-Devel-StackTrace-AsHTML:
Devel::StackTrace::AsHTML adds as_html method to Devel::StackTrace which
displays the stack trace in beautiful HTML, with code snippet context
and function parameters. If you call it on an instance of
Devel::StackTrace::WithLexicals, you even get to see the lexical
variables of each stack frame.

From Abel Abraham Camarillo Ojeda on ports@
2010-12-11 09:34:05 +00:00
landry
3643e1e630 Import p5-Hash-MultiValue 0.08:
Hash::MultiValue is an object (and a plain hash reference) that may
contain multiple values per key, inspired by MultiDict of WebOb.

From Abel Abraham Camarillo Ojeda on ports@
2010-12-11 09:32:31 +00:00
landry
fb09ebf179 Update to p5-Devel-Stacktrace 1.26.
From Abel Abraham Camarillo Ojeda on ports@
2010-12-11 09:19:02 +00:00
jasper
32b3a2433e - update p5-Config-IniFiles to 2.65 2010-12-10 10:57:28 +00:00
landry
b81ef08086 Chase firefox 3.6.13 update and update to xulrunner 1.9.2.13. 2010-12-10 10:54:24 +00:00
jeremy
4d58b20618 +ruby-cicphash 2010-12-09 21:46:39 +00:00
jeremy
dbbd894f1e Import ruby-cicphash.
CICPHash has the exact same interface as Hash, but is case insensitive
and case preserving. Any value can be used as a key. However, you cannot
have two keys in the same CICPHash that would be the same if when
converted to strings would be equal or differing only in case.

ok landry
2010-12-09 21:43:46 +00:00
jeremy
b0efc65894 sync 2010-12-09 20:58:37 +00:00
jeremy
47dae47918 Import ruby-kgio, a dependency for unicorn and rainbows.
kgio provides non-blocking I/O methods for Ruby without raising
exceptions on EAGAIN and EINPROGRESS. It is intended for use with the
Unicorn and Rainbows! Rack servers, but may be used by other
applications.

ok landry
2010-12-09 20:05:16 +00:00
jeremy
5ae6098d07 Import ruby-isolate, a regress dependency for unicorn and rainbows.
Isolate is a very simple RubyGems sandbox. It provides a way to express
and automatically install your project's Gem dependencies.

ok landry
2010-12-09 20:04:23 +00:00
ajacoutot
3cd50f7294 Maintenance update to pangomm-2.26.3. 2010-12-09 17:36:49 +00:00
ajacoutot
2fb064fafe WANTLIB. 2010-12-09 17:31:10 +00:00
ajacoutot
e5fe03f6f8 Upstream rerolling. 2010-12-09 17:14:04 +00:00
jasper
4415b06b3f - sync 2010-12-09 13:54:16 +00:00
jasper
eb48d926e1 import hs-base64-bytestring 0.1.0.1
Fast base64 encoding and decoding for ByteStrings.

ok kili@
2010-12-09 13:53:12 +00:00
jasper
4f70ab385d - sync 2010-12-08 23:25:08 +00:00
jasper
737fc1162a import hs-tagged 0.1.1
Provides newtype wrappers for phantom types to avoid unsafely passing
dummy arguments.

ok kili@
2010-12-08 23:24:29 +00:00
jasper
b81ad5194b import hs-data-fault 0.2
Class for types with a default value.

ok kili@
2010-12-08 23:23:58 +00:00
jeremy
2f27312ccc Update ruby-uuidtools to 2.1.1, needed by recent update to
ruby-datamapper.

ok landry
2010-12-08 22:41:46 +00:00
jeremy
08b18d5a34 Update ruby-polyglot to 0.3.1, needed by a recent update to
ruby-datamapper.

ok landry
2010-12-08 22:40:54 +00:00
jeremy
de41305237 Update ruby-extlib to 0.9.15, needed by recent update to ruby-datamapper.
ok landry
2010-12-08 22:40:02 +00:00
jeremy
1bf08cc9c0 sync 2010-12-08 22:00:39 +00:00
jeremy
a8324484f3 Import ruby-stringex, required for an update for ruby-datamapper.
Some [hopefully] useful extensions to Ruby.s String class. Stringex is
made up of three libraries: ActsAsUrl [permalink solution with better
character translation], Unidecoder [Unicode to Ascii transliteration],
and StringExtensions [miscellaneous helper methods for the String
class].

ok landry
2010-12-08 21:58:53 +00:00
jeremy
96bf17e205 Remove now unnecessary patch.
ok landry
2010-12-08 21:50:52 +00:00
jeremy
ba3b6673b3 Update to 0.3.23.
ok landry
2010-12-08 21:46:50 +00:00
jeremy
f6f7353f5a Update to 3.0.3.
ok landry
2010-12-08 21:44:48 +00:00
jeremy
4b91a91317 sync 2010-12-08 21:37:06 +00:00
jeremy
be2f8b7fc1 Import ruby-i18n, one of the dependencies for Rails 3.
Ruby Internationalization and localization solution.  Features:

* translation and localization
* interpolation of values to translations (Ruby 1.9 compatible syntax)
* pluralization (CLDR compatible)
* customizable transliteration to ASCII
* flexible defaults
* bulk lookup
* lambdas as translation data
* custom key/scope separator
* custom exception handlers
* extensible architecture with a swappable backend

ok landry
2010-12-08 21:25:47 +00:00
jeremy
e621804d49 Import ruby-bundler, one of the dependencies for Rails 3.
Bundler manages an application's dependencies through its entire life
across many machines systematically and repeatably.

ok landry
2010-12-08 21:24:41 +00:00
jeremy
78ac82b471 Import ruby-activemodel, one of the dependencies for Rails 3.
A toolkit for building modeling frameworks like Active Record and Active
Resource. Rich support for attributes, callbacks, validations,
observers, serialization, internationalization, and testing.

ok landry
2010-12-08 21:23:23 +00:00
jasper
ed4fde1e35 - sync 2010-12-08 16:21:02 +00:00
jasper
5e665deb24 import monads-tf 0.1.0.0
Monad classes using type families, with instances for various monad
transformers, inspired by the paper "Functional Programming with
Overloading and Higher-Order Polymorphism", by Mark P Jones.

ok kili@
2010-12-08 16:20:19 +00:00
jasper
54f99dcbc8 sync 2010-12-08 12:46:55 +00:00
jasper
0bbc0f144e import hs-failure 0.1.0.1
Failure is the typeclass used to model this abstract notion of failure.

ok kili@
2010-12-08 12:46:06 +00:00
jasper
32285913cc import hs-enumerator 0.4.3
Enumerators and Iteratees are an abstraction discovered by Oleg
Kiselyov, which provide a performant, predictable, and safe alternative
to lazy I/O. This library is a simplified, reorganized version of
Oleg's original code.

ok kili@
2010-12-08 12:45:38 +00:00
ajacoutot
cb0d25bae1 Regen WANTLIB after avahi removal from gnomevfs2.
spotted by espie@
2010-12-08 11:26:24 +00:00
jasper
dc809a3f4a - update fossil to 20101207133137
from james turner (MAINTAINER)
2010-12-08 00:10:28 +00:00
millert
6e621202e2 Update py-hg-git to 0.2.5 to work with current mercurial. 2010-12-07 23:08:03 +00:00
dcoppa
e15f6ce2fc Fix build with upcoming ocaml update.
OK landry@
2010-12-07 14:57:19 +00:00
shadchin
e23349d9ba update to 0.7.1
ok jasper@
2010-12-06 08:24:36 +00:00
shadchin
4f54c956f2 update to 0.7.2
ok jasper@
2010-12-06 08:23:24 +00:00
jasper
85a6156975 - use REVISION instead of a patch-level
from mikolaj kucharski, with a tweak by me in qt3-sqlite3-plugin
2010-12-05 18:24:33 +00:00
ajacoutot
aaa1885833 Bump after recent cpan.port.mk change.
ok jasper@
2010-12-03 11:44:22 +00:00
jasper
5b904ba60b - update mspdebug to 0.13
- remove support for Olimex MSP430-JTAG-ISO which requires a linux-only ioctl.
2010-12-02 18:41:46 +00:00
jasper
7a03d816ad - fix tyop 2010-12-02 13:52:09 +00:00
jasper
eda8250a16 - use better ifdef blocks 2010-12-02 11:40:53 +00:00
jasper
a30c12533f sync 2010-12-02 10:36:29 +00:00
jasper
628f7cd63a import mspdebug 0.10
MSPDebug is a free debugger for use with MSP430 MCUs. It supports
FET430UIF, eZ430, RF2500 and Olimex MSP-JTAG-TINY programmers. It can be
used as a proxy for gdb or as an independent debugger with support for
programming, disassembly and reverse engineering.

With a patch from jakemsr@ to work around a ugen/libusb issue where
usb_bulk_read return 0 on timeout, which isn't deal with properly.

ok ajacoutot@
2010-12-02 10:35:04 +00:00
ajacoutot
b262a4660a Forgot to cvs rm in previous. 2010-12-02 09:20:29 +00:00
ajacoutot
1394d63d24 This is not needed anymore. 2010-12-02 09:15:25 +00:00
dcoppa
927ee14bcd Fix Kerberos/GSSAPI authentication within mozilla ports.
OpenBSD does not have gssapi_krb5. So, to avoid undefined symbol
errors, link libxul with "-lkrb5 -lcrypto".

OK phessler@, landry@ (MAINTAINER)
2010-12-01 15:00:12 +00:00
millert
96b072b573 p5-EV port. Originally from James Wright; OK sthen@ 2010-12-01 14:29:39 +00:00
millert
837e906024 p5-EV port. Originally from James Wright; OK sthen@ 2010-12-01 14:27:57 +00:00
sthen
145ccc6bfa update Getopt::Long::Descriptive to 0.0087, ok jasper@ jim@ 2010-12-01 14:08:12 +00:00
sthen
6c0866b41e update Class::XSAccessor to 1.09, ok jasper@ jim@ 2010-12-01 14:06:43 +00:00
sthen
7647d7403a update Class::Accessor::Grouped to 0.10000, ok jasper@ jim@ 2010-12-01 14:06:09 +00:00
sthen
a3d2962d42 update Test::Exception to 0.31, ok jasper@ jim@ 2010-12-01 14:03:27 +00:00
jasper
10215ae239 - update bouml to 4.22.2 2010-12-01 13:44:39 +00:00
sebastia
b0f236fa73 Include missing header files to fix compilation warnings. Bump revision.
OK jasper@, landry@
2010-12-01 09:19:28 +00:00
jasper
9ab69acb80 - add msp430 2010-12-01 09:07:42 +00:00
jasper
5a71f2c6ae Import mspgcc4, the toolchain for MSP430 MCUs. based on gnu gcc, binutils, gdb
with additional patches for msp430 support.

One will need an upcoming umodem.c commit by jakemsr@, and an upcoming
mspdebug port in order to actually program the devices though.

feedback/ok aja@
2010-12-01 09:06:52 +00:00
eric
4c0e46acba +py-buildslave 2010-11-30 11:09:07 +00:00
eric
67d5e91aac Standalone buildslave implementation for the buildbot system.
ok landry@
2010-11-30 10:59:01 +00:00
eric
d622b2b97d update to zope.interface 3.6.1
ok landry@
2010-11-30 10:53:51 +00:00
jasper
d2ce2fb364 - unhook mysql-gui-common 2010-11-30 10:35:49 +00:00
jasper
6225a2bbca Remove, it's been EOL'd and abondoned upstream. It also didn't built anymore
since a recent MySQL update.

long maintainer time-out (wilfried@)
ok sthen@
2010-11-30 10:33:40 +00:00
ajacoutot
20759854d9 Bugfix update to libsoup-2.32.2.
* fixes a few regressions introduced in version 2.32.0
2010-11-30 07:17:10 +00:00
ajacoutot
4d4d903315 Update to gsettings-desktop-schemas-0.1.2.
* add new media-handling schema
2010-11-30 07:06:01 +00:00
kili
399c78eef1 The change from gpsd-motif to gpsd-x11 needs a quirk to let
pkg_add -ui work correctly.

ok jasper@
2010-11-28 15:22:59 +00:00
espie
24e41965fd minor bumps after pkg_create fix: generate catN entry when needed. 2010-11-27 11:54:53 +00:00
espie
44cde5c90e somewhat large quirk for texlive.
with the needed files, which is quite a bit more than just fmt files,
and does include symlinks too...
2010-11-27 10:01:37 +00:00
jasper
5251a9fff8 - set EPOCH, as pkg_add didn't think the version increased. 2010-11-27 08:52:05 +00:00
bluhm
2e8a65b2cb - update p5-Sub-Name from 0.04 to 0.05
- take maintainership
- fix spaces around =
- sort according to Makefile.template
ok jasper@
2010-11-26 23:21:49 +00:00
espie
52ad628070 better specs for libsigc++, fixes ekiga build. 2010-11-26 15:00:45 +00:00
espie
be2f93f11d since db/v4 has db->=4,<5 as default, no need to specify it explicitly 2010-11-26 14:50:09 +00:00
espie
15196452e1 default db-* for db/v4 is incorrect, set PKGSPEC=db->=4,<5, bump packages
with erroneous depends.
2010-11-26 14:44:27 +00:00
espie
f9827a98ad zap autoconf-N: part, since it's now default 2010-11-26 14:17:17 +00:00
espie
217649a004 not yet. bump to avoid problems 2010-11-26 14:14:25 +00:00
ajacoutot
f8a043de1e Implement usb_clear_halt as it's required by several scanners and UPS.
Add O_NONBLOCK inusb_interrupt_read  to to fix communication with UPS.
Fix return value of usb_control_msg.

All from FreeBSD.

Add missing WANTLIB while here.

ok sthen@ jakemsr@
2010-11-26 13:30:19 +00:00
ajacoutot
afd83f7835 Minor update to goffice-0.8.12. 2010-11-26 09:42:44 +00:00
espie
b23c63119a PKGSPEC for automake as well, finish fixing those ports 2010-11-26 07:58:43 +00:00
espie
c7e774caa1 enforce autoconf-version, fix and bump xfce4-dev-tools
(this also fixes build depends in comms/tlf and games/alephone)
2010-11-26 07:54:43 +00:00
espie
fe13b4748a make use of PKGSPEC to simplify depends, requires most recent security/gnupg
to compile correctly
2010-11-26 07:51:00 +00:00
espie
9139a53b56 newer depends with >= 2010-11-26 07:18:59 +00:00
jasper
d659753405 - plug a few memory leaks, from upstream git.
ok aja@
2010-11-25 15:45:30 +00:00
stsp
a54ebc7e2b Update to 1.6.15. This release contains fixes for server-side crashes
which can be triggered by clients. Please update your servers (it doesn't
matter whether you use svnserve or mod_dav_svn, you need to update).
A corresponding update for -stable ports will follow.

ok jasper sthen dcoppa
2010-11-25 11:43:27 +00:00
jeremy
a8bf115817 REVISION bump all ruby ports due to a change in the pkgspec.
Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9.  While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed.  This also fixes the
following minor issues:

Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.

Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS.  This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.

Switch to new style *_DEPENDS, with the version specification
at the end.  The remaining cases where this is not done is
because a specific version is used.

Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.

Some conversion of spaces to tabs for consistency.

OK landry@
2010-11-24 21:35:13 +00:00
jasper
19b2ec1664 - Update p5-App-CLI to 0.3 2010-11-24 15:52:06 +00:00
jasper
9bb2355395 - Update p5-AnyEvent-HTTP to 1.46 2010-11-24 15:52:05 +00:00
jasper
be071b2aad - Update p5-B-Deobfuscate to 0.20 2010-11-24 15:52:04 +00:00
jasper
b8ca9398f4 - Update p5-B-Keywords to 1.10 2010-11-24 15:52:00 +00:00
jasper
204fc48748 - Update p5-Algorithm-Dependency to 1.110 2010-11-24 15:28:45 +00:00
jasper
af2932f690 - update p5-POE to 1.294
- install examples
2010-11-24 15:28:09 +00:00
jasper
adb52eda56 - Update p5-POE-Test-Loops to 1.036 2010-11-24 15:27:46 +00:00
jasper
791349f50d - update p5-Config-IniFiles to 2.64 2010-11-24 15:27:00 +00:00
dcoppa
b3ce3b586b Update to hslogger-1.1.0 2010-11-24 09:03:26 +00:00
jasper
3a9d5ffc22 sync 2010-11-23 20:11:25 +00:00
jasper
91e330405a import hs-atom 1.0.7
Atom is a Haskell DSL for designing hard realtime embedded software.
Based on guarded atomic actions (similar to STM), Atom enables highly
concurrent programming without the need for mutex locking. In addition,
Atom performs compile-time task scheduling and generates code with
deterministic execution time and constant memory use, simplifying the
process of timing verification and memory consumption in hard realtime
applications. You can now program your Arduino with Haskell. [..]

ok kili@
2010-11-23 20:10:12 +00:00
dcoppa
cc31bf9207 It's better having iconv and intl as QtCore dependencies.
This is my last commit for this, I promise.
2010-11-22 22:27:02 +00:00
jasper
8f8a87410b - update hs-primitive to 0.3.1
ok jim@ (MAINTAINER)
2010-11-22 18:25:11 +00:00
dcoppa
6738b0f177 Sync with KDE upstream 2010-11-22 16:26:30 +00:00
shadchin
fb2092618b Update to 4.44.
ok jasper@, okan@ (MAINTAINER)
2010-11-22 14:32:54 +00:00
jasper
3b62b29076 - update intelij to 9.0.4
from daniel dickman (MAINTAINER)
2010-11-22 14:07:54 +00:00
espie
002a88ef3b new style >= 2010-11-22 10:04:18 +00:00
jasper
83e12de810 - fix path to documentation 2010-11-22 09:14:20 +00:00
jasper
5160e43211 - drop maintainership of ports i don't use anymore, and take maintainership of three new ones. 2010-11-22 08:56:47 +00:00
dcoppa
841328cec5 Add some patches from upstream.
One fixes a problem with dpb display, as reported by jasper@

OK jasper@
2010-11-22 08:50:26 +00:00
fgsch
0c10720122 Update to mercurial 1.7.1. wcmaier@ (maintainer) ok. 2010-11-22 00:19:37 +00:00
jasper
474fb4f48b - update hs-hlint to 1.8.3 2010-11-21 21:11:26 +00:00
jasper
2a1e2a7a1a - update hs-uniplate to 1.6 2010-11-21 20:42:58 +00:00
kili
ea446d99de Move the unregister.sh entry below the @unexec line. 2010-11-21 18:03:17 +00:00
kili
02e82aac0d Move the entry for unregister.sh *below* the @unexec line. 2010-11-21 17:52:55 +00:00
landry
bad72fbc0a Update to libgeotiff 1.3.0, now uses libtool, hence remove two
unneeded patches
2010-11-21 09:31:55 +00:00
ajacoutot
f99d972ead Use ftruncate(2), from FreeBSD. 2010-11-21 09:31:32 +00:00
landry
fa85c997ec Update to proj 4.7.0, adds pthread as dependency for mutexes..
ok benoit@
2010-11-21 09:31:00 +00:00
jasper
04c208bbe1 - update atk2mm to 2.22.1 2010-11-20 15:35:47 +00:00
dcoppa
8b27d047f3 Just removing that check makes more sense. I'm a moron. 2010-11-19 16:18:12 +00:00
dcoppa
a54b3f6002 Fix a bug that broke $QT_QT*_LIB_DEPENDENCIES since cmake-2.8.2.
Now port-lib-depends-check for geo/qgis is happy.

Problem noticed by, and OK landry@
2010-11-19 11:10:35 +00:00
jasper
5e994fc4be - update hs-convertible to 1.0.9.1
ok dcoppa@ (MAINTAINER)
2010-11-19 10:21:02 +00:00
jasper
6056aec73e - update orc to 0.4.11
from brad
2010-11-19 08:58:18 +00:00
jasper
8a7c92bfa4 - update p5-Config-IniFiles to 2.61 2010-11-18 19:21:55 +00:00
jasper
f4f4d8a86e - update POE-Component-Supervisor to 0.07 2010-11-18 19:19:26 +00:00
dcoppa
9cf5162ab4 Update to libev-4.01, zap USE_GROFF 2010-11-18 12:18:06 +00:00
sthen
6442b98395 add missing WANTLIBs, bump REVISION. 2010-11-18 10:41:56 +00:00
sthen
0083c0e2af depend on p5-Class-ISA, bump REVISION. 2010-11-17 23:30:49 +00:00
sthen
a60ea186d7 depend on p5-Class-ISA, bump REVISION. 2010-11-17 23:18:15 +00:00
sthen
b8eff0f92c depend on devel/p5-Class-ISA, bump REVISION. 2010-11-17 22:50:57 +00:00
sthen
6526e8f40c +p5-Class-ISA 2010-11-17 22:46:09 +00:00
sthen
2426162927 adding files manually to fix my botched import, port was already in the attic.
Import ports/devel/p5-Class-ISA. This is currently present in core perl,
but triggers a warning "Class::ISA will be removed from the Perl core
distribution in the next major release. Please install it from CPAN.
It is being used at [...]".

ok jasper@
2010-11-17 22:45:40 +00:00
ajacoutot
a006330971 tracker-search -> meta-tracker 2010-11-17 20:40:31 +00:00
ajacoutot
66a4b65b48 Small update to gsettings-desktop-schemas-0.1.1. 2010-11-17 15:32:56 +00:00
ajacoutot
f136912b02 Minor update to libwnck-2.30.6. 2010-11-17 11:47:31 +00:00
jasper
90f3647219 - USE_GROFF not needed.
pointed out by daniel dickman (MAINTAINER)
2010-11-16 19:53:02 +00:00
jeremy
4bd4f509d7 Switch MODRUBY_REV to MODRUBY_LIBREV in PLIST.
OK landry@
2010-11-16 18:16:12 +00:00
jeremy
cd038e2bbb Modify PKGNAME to not begin with ruby-, since that is automatically
added to FULLPKGNAME by ruby.port.mk.

OK landry@
2010-11-16 18:14:54 +00:00
espie
74150e1301 move common parts into a Makefile.inc, should have done this ages ago... 2010-11-15 20:21:01 +00:00
espie
5855efb734 move depends to new style 2010-11-15 19:45:56 +00:00
dcoppa
195d9f90cf Update to cmake-2.8.3
OK sthen@, landry@ (who also tested this in a bulk build)
2010-11-15 11:39:08 +00:00
ajacoutot
6d0633ffce Bugfix update to glib2-2.26.1.
Amongst other things, fixes an issue with GSettings on big endian.
2010-11-14 15:56:55 +00:00
ajacoutot
4cfb86d9a4 Redirect stderr to /dev/null for the pkill(1) exec.
That is needed because one may want to install packages while running
on a ramdisk kernel which does not have kvm_getproc2().

discussed with robert@
2010-11-14 14:16:43 +00:00
ajacoutot
4946e261ec Bugfix update to vte-0.26.2. 2010-11-13 18:46:55 +00:00
ajacoutot
0369f26939 Move to pkg-readmes. 2010-11-13 09:24:52 +00:00
kurt
ef02b69803 Fix MASTER_SITE_ECLIPSE. Prodded by Diana Eichert, Thanks. 2010-11-12 21:32:17 +00:00
jasper
6b38788aad - update fossil to 20101111133638
* one can now export fossil to git and import a git repository into fossil

from james turner (MAINTAINER)
2010-11-12 19:02:13 +00:00
dcoppa
51d1db0b82 HOMEPAGE has been changed long ago. 2010-11-12 17:17:27 +00:00
jasper
dcc5d39845 - mark as broken on amd64 as the build always hangs
ok robert@
2010-11-12 13:20:28 +00:00
jasper
e28b71e036 - update netbeans to 6.9.1
- switch to pkg-readmes

from daniel dickman (MAINTAINER) with small tweaks by me
2010-11-12 12:26:16 +00:00
landry
7c259f66be Fix packaging after last mozilla-firefox commit. Noticed by matthieu@ 2010-11-12 09:08:02 +00:00
kili
d3a47e6c50 Fix dependencies. Noticed by landrty@ 2010-11-10 13:00:19 +00:00
jasper
d4c1173c89 - switch to pkg-readmes
ok daniel dickman (MAINTAINER)
2010-11-10 07:58:59 +00:00
jasper
81afd07e22 - switch to pkg-readmes
ok ian@ (MAINTAINER)
2010-11-09 21:39:57 +00:00
jeremy
7a8a9ba0d8 Replace MODRUBY_REV by MODRUBY_LIBREV in PLIST. No package change, no
bump.

OK landry@
2010-11-09 18:42:46 +00:00
jeremy
43594b515e Bump after change in PLIST due to ruby.port.mk change. Noticed by
landry@.

OK landry@
2010-11-09 15:45:58 +00:00
jeremy
5139c6b80c Add a quirks entry for the renaming of nmap-parser to
ruby-nmap-parser.  This is a ruby library, not a program written
in ruby, so it should have the ruby- prefix.

OK landry@
2010-11-08 23:39:04 +00:00
jeremy
f1057171dc Update ruby-rubyforge to 2.0.0 and update PLIST for ruby.port.mk
changes.

OK landry@
2010-11-08 23:36:15 +00:00
jeremy
f4542e4eb3 REVISION bumps for most ruby ports after the ruby.port.mk update.
PKG_ARCH = * removed from many ports as it is added automatically
for pure ruby gem ports.  Switch ports that previously used
GEM_SKIPDEPENDS to adding dependencies or modifying the underlying
gem metadata with patches.

OK landry@
2010-11-08 23:28:53 +00:00
jeremy
cb1c9c889a Update plists for most ruby ports after changes to ruby.port.mk.
Requested as a separate commit by landry@.

OK landry@
2010-11-08 23:24:39 +00:00
jeremy
2a9bbcdcc4 Remove --skip-depends and --default-source-index gem install options,
no longer needed.

OK landry@
2010-11-08 23:21:47 +00:00
espie
8b51999dc4 oops 2010-11-08 18:18:11 +00:00
espie
c7ab0ff2e4 fix doxygen gui pseudo-flavor (don't bring stuff in doxygen-main)
and convert to wantlib
2010-11-08 13:15:10 +00:00
espie
fc527dfe4d devel almost finished, doxygen wants some love 2010-11-08 12:29:24 +00:00
espie
59435b12ba new WANTLIB. fix-up a bit. 2010-11-08 12:26:01 +00:00
espie
d7f6fc7e23 more conversions 2010-11-08 10:28:22 +00:00
espie
7f2b17ae6e kill a few libspecs in LIB_DEPENDS 2010-11-08 09:57:39 +00:00
espie
210d854682 forgotten commit, noticed by landry... 2010-11-08 09:20:49 +00:00
espie
1f0d9080d4 LIB_DEPENDS cleanup 2010-11-08 01:22:36 +00:00
fgsch
adac36942b correct plist and don't need to fake to run regress. 2010-11-08 01:20:06 +00:00
fgsch
bb5c5ea3a9 Update to buildbot 0.8.2. wcmaier@ (maintainer) ok. 2010-11-07 17:17:42 +00:00
ajacoutot
9613b67c75 We have sched_get_priority_* now. 2010-11-07 17:00:45 +00:00
espie
e99803c88e gconf2 module goes wantlib 2010-11-06 20:48:11 +00:00
espie
632a3518ab move gettext to new WANTLIB 2010-11-06 16:07:00 +00:00
landry
776b2a6ab4 Return an error code in case the AUTO{CONF,MAKE}_VERSION variable is not
found in environment instead of failing silently. Bump metaauto to 1.0.

from Tobias Ulmer, ports failing with that diff (automake, cups, freetds,
tremor-tools) fixed by sthen@ and myself, 'go ahead' espie@
2010-11-06 10:58:15 +00:00
landry
b9fb7b7b9d Add MODGNU_AUTOCONF_DEPENDS to BUILD_DEPENDS as those automake ports
check for autoconf existence during configure. Propagate
AUTOCONF_VERSION to CONFIGURE/MAKE_ENV to make sure the needed version
is found.
'go ahead' espie@
2010-11-06 10:54:53 +00:00
espie
dcdfee948c convert libiconv to new wantlib 2010-11-06 10:18:38 +00:00
ajacoutot
c4d4ca4f00 Move to pkg-readmes and REVISION. 2010-11-06 08:03:05 +00:00
jasper
6809522ce4 - sync 2010-11-05 14:02:59 +00:00
jasper
0546282962 import stm32loader
Python script which will talk to the STM32 bootloader to upload and
download firmware.

ok aja@
2010-11-05 14:02:25 +00:00
espie
90c0904de3 convert qt3 to new style 2010-11-05 10:06:44 +00:00
landry
c8d7d565f1 Add devel/bison to BUILD_DEPENDS, fixes build on clean box. 2010-11-05 09:15:57 +00:00
bernd
25b9d95097 Update to git-1.7.3.2 and switch to new README stuff. 2010-11-05 08:23:04 +00:00
kili
80edb59319 Set EPOCH to get around the p0OB fatfingerism. 2010-11-04 22:28:37 +00:00
landry
26edde5c56 Unbreak when building with systrace, replacing
${TAR} -C ${WRKSRC}/doc by cd ${WRKSRC}/doc && ${TAR}.
Maybe this got broken by gtar update ?
2010-11-04 22:27:22 +00:00
sthen
44b612f91a update Doxygen to 1.7.2; original 1.7.1 update by me / ok jasper@,
revised for 1.7.2 by jasper
2010-11-04 20:13:10 +00:00
jasper
f7f6664652 provide a proper wrapper script 2010-11-04 17:51:46 +00:00
ajacoutot
9c47f61431 Update to libnotify-0.5.2.
0.5.X versions will be the latest to work with gtk+2, starting 0.6 it
will require gtk+3.
This update brings ~3 years worth of fixes.

ok jasper@
2010-11-04 09:49:52 +00:00
jasper
2f973aac7d - update to 0.3.1
- new depends

OK maintainer
2010-11-04 07:28:36 +00:00
kili
b808903775 bumpski 2010-11-03 22:12:01 +00:00
kili
5fed67cef7 @comment the LICENSE stuff, because it's the only documentation stuff in this port.
I'm skipping the bump because there'll be another sweep over all hs-* ports soon.
2010-11-03 19:23:05 +00:00
jasper
11d1015614 - update fossil to 20101101142335
from james turner (MAINTAINER)
2010-11-03 17:30:14 +00:00
jasper
e6ebdcf0bd - update uthash to 1.9.3 2010-11-03 16:37:46 +00:00
jasper
add4f7d9ef - update cppcheck to 1.45
- improve DESCR

from maintainer igor zinovik
ok steven@ sthen@
2010-11-03 07:27:26 +00:00
kili
10b897592e Update to darcs-2.5. 2010-11-02 20:22:34 +00:00
kili
4fc8b36ded Update to hashed-storage-0.5.2 2010-11-02 20:21:40 +00:00
kili
c371d17f82 Update to mmap-0.5.6. 2010-11-02 20:20:39 +00:00
ajacoutot
0577ef0eef Update to gsettings-desktop-schemas-0.1.0. 2010-11-02 13:10:05 +00:00
jasper
5299a9e9e2 - mirror distfile, so it's reachable again 2010-11-01 10:39:40 +00:00
naddy
e5810da355 mandoc handles these pages just fine, no need for groff 2010-10-31 16:03:52 +00:00
jasper
ecd56fb122 - make this fetchable again 2010-10-29 10:37:48 +00:00
espie
ee3b6095aa minor updates, synchs with qt 4.7 2010-10-28 14:56:24 +00:00
jasper
7d9a103945 - regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

"just go ahead" kili@
2010-10-28 13:51:00 +00:00
landry
475b89f213 Security update to xulrunner19 1.9.2.12.
Fixes MFSA2010-73/CVE-2010-3765/bz #607222.
2010-10-28 12:04:50 +00:00
jasper
6664314267 - sort of missed this somehow 2010-10-28 10:00:59 +00:00
fgsch
f198261eb3 py-pymilter => py-milter 2010-10-28 08:18:25 +00:00
stephan
5b5e6b4b73 update to 1.5000, now recognizes UTC as a valid time zone. 2010-10-27 18:17:35 +00:00