Commit Graph

5062 Commits

Author SHA1 Message Date
mbalmer
e05da2f779 Maintenance update to Horde 3.1.5
Major changes compared to Horde 3.1.4 are:
    * Improved webroot detection.
    * Fixed language selection in login screen.
    * Updated Czech, Estonian, German, Polish, Spanish, and Simplified
      Chinese translations.
    * Small bug fixes and improvements.

The full list of changes (from version 3.1.4) can be viewed here:

http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.515.2.298&r2=1.515.2.306&ty=h
2007-10-01 09:02:52 +00:00
ajacoutot
4819a37312 +libopensync 2007-09-30 09:38:57 +00:00
ajacoutot
fc6e4c720a Import libopensync-0.31
OpenSync is a synchronization framework that is platform and
distribution independent. It consists of a powerful sync-engine and
several plugins that can be used to connect to devices.
OpenSync is very flexible and capable of synchronizing any type of data,
including contacts, calendar, tasks, notes and files.


Note that it is still a development version. But it's better to have
this in-tree now so that one can port the different sync plugins as they
come out. Also it will ease integration with other apps (i.e kdepim).

"as long as it doesn't break kdepim" espie@
2007-09-30 09:37:53 +00:00
simon
1a78cc31f0 update to version 0.08 and correct whitespaces 2007-09-29 20:12:14 +00:00
ian
ab51fc6231 += struts-console 2007-09-28 23:51:27 +00:00
ian
9a29346dd9 Configuration file editor for Struts (struts-config, taglibs,
validation, etc.), as an Eclipse plugin.
ok kurt@
2007-09-28 23:49:58 +00:00
bernd
865e1d69f2 Fix distinfo because of a re-rolled distfile. Bump PKGNAME because
I don't have the old distfile anymore to compare both.

Noticed by naddy@, thanks!
2007-09-28 18:42:10 +00:00
steven
58386d8b73 unbreak
ok bernd@
2007-09-28 09:55:41 +00:00
bernd
d345fec8a4 Update to ruby-daemons-1.0.8. 2007-09-27 18:56:32 +00:00
bernd
0c7dddf195 Update to ruby-gem_plugin-0.2.2. 2007-09-27 18:53:53 +00:00
steven
99504fb70f no runtime dependency on python.
ok bernd@
2007-09-27 11:54:56 +00:00
bernd
a5f5c27f6b + ruby-rcov 2007-09-26 17:21:07 +00:00
bernd
a2de2b942e Initial import of ruby-rcov-0.8.0.2.
A code coverage tool for Ruby featuring fast execution, multiple
analysis modes, cross-referenced XHTML and several kinds of text
reports, easy automation with Rake and Rant.

Submitted and maintained by markus@.

ok sturm@
2007-09-26 17:17:22 +00:00
bernd
c7dd7aecd5 + ruby-uuidtools 2007-09-26 16:49:04 +00:00
bernd
e2ef2b3a37 Initial import of ruby-uuidtools-1.0.1.
UUIDTools was designed to be a simple library for generating any of the
various types of UUIDs (or GUIDs if you prefer to call them that).
It conforms to RFC 4122 whenever possible.
2007-09-26 16:46:48 +00:00
bernd
015beb387f Update to libidn-1.1, mention the new license (GPLv3), drop maintainership.
Tested and ok steven@.
2007-09-26 05:05:40 +00:00
merdely
da16530e0b Add p5-Tie-Cache 2007-09-26 02:36:03 +00:00
merdely
937b0d5f65 Add Tie::Cache as a dependency for "an additional speed boost when
caching static data"

ok simon@
2007-09-25 22:16:03 +00:00
merdely
8e64585139 This module implements a least recently used (LRU) cache in memory
through a tie interface. Any time data is stored in the tied hash, that
key/value pair has an entry time associated with it, and as the cache
fills up, those members of the cache that are the oldest are removed to
make room for new entries.

So, the cache only "remembers" the last written entries, up to the size
of the cache. This can be especially useful if you access great amounts
of data, but only access a minority of the data a majority of the time.

ok simon@
2007-09-25 22:11:54 +00:00
merdely
637c8bc061 Update to 0.12
From Volker.Wiegand
ok steven@, jasper@
2007-09-24 14:41:56 +00:00
merdely
d258205c1c Tweak HOMEPAGE and MASTER_SITES.
ok MAINTAINER (Will Maier) and simon@
2007-09-23 17:07:21 +00:00
pvalchev
4967057365 update to sdl-1.2.12. long due update, possible now since the macppc
X acceleration bug is now gone (thanks for ajacoutot for endless testing
of this issue), diff from brad
2007-09-22 01:12:38 +00:00
merdely
c12619bb77 Add libconfig 2007-09-21 20:23:50 +00:00
merdely
74893583cf Libconfig is a simple library for manipulating structured configuration
files. This file format is more compact and more readable than XML. And
unlike XML, it is type-aware, so it is not necessary to do string
parsing in application code.

Libconfig is very compact - just 25K for the stripped C shared library
(one-fifth the size of the expat XML parser library) and 39K for the
stripped C++ shared library. This makes it well-suited for
memory-constrained systems like handheld devices.

From Will Maier (MAINTAINER)

tweaks and ok sturm@ and kili@
2007-09-21 20:19:05 +00:00
steven
42d2d25b03 update to 0.73 2007-09-21 07:38:11 +00:00
msf
63db7b990e +p5-Expect-Simple
+p5-Test-Expect
2007-09-21 05:55:37 +00:00
msf
9e809e073e initial import of Test::Expect 0.30
Test::Expect is a module for automated driving and testing of
terminal-based programs. It is handy for testing interactive programs
which have a prompt, and is based on the same concepts as the Tcl Expect
tool. As in Expect::Simple, the Expect object is made available for
tweaking.
2007-09-21 02:41:48 +00:00
msf
22f30638f6 initial import of Expect::Simple 0.03
Expect::Simple is a wrapper around the Expect module which should
suffice for simple applications. It hides most of the Expect machinery;
the Expect object is available for tweaking if need be.
2007-09-21 02:38:59 +00:00
msf
5becbc2d29 use MASTER_SITE_RUBYFORGE 2007-09-20 12:48:05 +00:00
steven
20b11768fd update to 1.3.7
from maintainer Vlad Glagolev
2007-09-20 12:41:06 +00:00
msf
92205c62a2 use MASTER_SITE_RUBYFORGE 2007-09-20 12:33:32 +00:00
steven
7b6672e379 update to 1.2.10
tested and ok merdely@, simon@
2007-09-20 10:18:37 +00:00
steven
a5f69b4f28 update to 1.2.11
tested and ok merdely@, simon@
2007-09-20 10:17:21 +00:00
martynas
799cddec5f update to 2.14.0; REGRESS_FLAGS tweak and ok jasper@ 2007-09-19 13:19:50 +00:00
martynas
1e7fe25a2f update to 2.14.3; ok jasper@ 2007-09-19 13:11:09 +00:00
naddy
a01a0850ad adapt FLAC support to the FLAC 1.1.3+ API 2007-09-18 18:33:25 +00:00
naddy
68ccde1d59 adapt FLAC support to the FLAC 1.1.3+ API; ok mgrimm@ 2007-09-18 18:29:14 +00:00
kurt
d9e46b09e2 - fix patch borked by cvs changing cvs tag upon commit (i.e. $Revision$).
breakage reported by RD Thrush rd at thrush.com
2007-09-17 13:31:20 +00:00
naddy
827a4ca6e0 use autoconf instead of directly patching configure; it's more maintainable 2007-09-16 16:45:59 +00:00
simon
026a13bf4d remove surrounding quotes from COMMENT/PERMIT_*/BROKEN 2007-09-16 11:14:46 +00:00
simon
66ede79a7e remove surrounding quotes from COMMENT/BROKEN/PERMIT_* 2007-09-16 09:25:09 +00:00
simon
a8d100e201 import p5-Test-Group
Test::Group allows for grouping together related tests in a standard
Test::More-style script.  It provides a bunch of maintainability and
scalability advantages to large test suites.

feedback & ok merdely@
2007-09-16 09:24:46 +00:00
merdely
376b75df06 Remove quotes surrounding COMMENT*/PERMIT_*/BROKEN 2007-09-16 02:52:56 +00:00
jolan
e5e845bb1c +luarings 2007-09-15 09:49:18 +00:00
jolan
eb55afd6aa resurrect the luarings port now that a lua 5.1 compatible version has
been released

submitted by pedro martelletto
2007-09-15 09:48:31 +00:00
steven
9d99902589 +mowgli 2007-09-14 21:17:28 +00:00
steven
06ea21cd06 import mowgli 0.4.0
libmowgli is a class library containing performance and usability
oriented extensions to C.
2007-09-14 21:16:14 +00:00
steven
f500152424 update to 0.5.0 2007-09-14 21:04:13 +00:00
jasper
05971da8fa add goffice 2007-09-14 06:39:51 +00:00
msf
dad981ac61 +p5-TAP-Parser 2007-09-14 06:27:13 +00:00
msf
a9f81439f9 initial import of TAP::Parser 0.54
TAP::Parser is designed as a replacement for Test::Harness.
2007-09-14 05:53:04 +00:00
sthen
31ad962cce +cutils 2007-09-13 21:46:15 +00:00
sthen
60dc7fa60c import cutils, from maintainer Paul Irofti with tweaks by myself
* cdecl and cundecl - decode and encode C type declarations
    * cobfusc - make a C source file unreadable but compilable
    * chilight - highlight C source files
    * cunloop - unloop C loops
    * yyextract - extract grammar rules from yacc grammar
    * yyref - yacc grammar reference program 

ok steven@
2007-09-13 21:44:27 +00:00
martynas
1b4976c3fb This shouldn't have gone in. Sorry. 2007-09-13 21:26:55 +00:00
martynas
cc712183c4 Import goffice-0.2.2, to be used for gnumeric and gnucash.
GOffice is a library of document-centric objects and utilities building
on top of GLib and Gtk+.

- fix cairo for gnucash, asked by todd@
tweaks/ok jasper@, todd@, alek@
2007-09-13 21:23:00 +00:00
djm
122a32371a make glib2 use /dev/arandom instead of /dev/urandom; ok jasper@ 2007-09-13 10:51:13 +00:00
steven
7f695d3c05 tweak FULLPKGNAME to allow coexistence of unflavored and mt flavor
suggestion from kurt@, ok kurt@ merdely@
2007-09-11 20:20:51 +00:00
steven
9be5e6fb4d revert FULLPKGNAME change so unflavored and mt flavor can coexist again 2007-09-11 19:16:47 +00:00
simon
958f6f6316 update to version 0.97 and remove quotes around comment
similar diff by Brad, "go ahead" steven@
2007-09-10 21:02:25 +00:00
jasper
f7beae69a6 update pango to 1.16.4
"go ahead" steven@
2007-09-10 19:14:19 +00:00
jasper
da87bcceb1 update glib2 to 2.12.13
"go ahead" steven@
2007-09-10 19:13:33 +00:00
sthen
9e4869750d + p5-Class-Virtual
+ p5-Tie-Cache-LRU
+ p5-Tie-Cache-LRU-Expires
2007-09-09 23:30:22 +00:00
sthen
696b11b290 import p5-Tie-Cache-LRU-Expires
This is an expiring LRU cache, using Tie::Cache::LRU. Each entry
in this cache expires after 'EXPIRES' seconds (default 3600).
The cache is in RAM (see Tie::Cache::LRU).

ok merdely@
2007-09-09 23:27:04 +00:00
sthen
5c570055ab import p5-Tie-Cache-LRU
This is an implementation of a least-recently used (LRU) cache
keeping the cache in RAM.

ok merdely@
2007-09-09 23:26:17 +00:00
sthen
a554adf9d4 import p5-Class-Virtual
This is a base class for implementing virtual base classes (what
some people call an abstract class). Kinda kooky. It allows you to
explicitly declare what methods are virtual and that must be
implemented by subclasses. This might seem silly, since your program
will halt and catch fire when an unimplemented virtual method is
hit anyway, but there's some benefits.

The error message is more informative. Instead of the usual "Can't
locate object method" error, you'll get one explaining that a virtual
method was left unimplemented.

Subclass authors can explicitly check to make sure they've implemented
all the necessary virtual methods. When used as part of a regression
test, it will shield against the virtual method requirements changing
out from under the subclass.

Finally, subclass authors can get an explicit list of everything
they're expected to implement.

ok merdely@
2007-09-09 23:24:25 +00:00
sthen
6cb88fa781 + p5-enum 2007-09-09 23:06:08 +00:00
sthen
70f7f33835 import p5-enum
Defines a set of symbolic constants with ordered numeric values ala
C enum types. What are they good for? Typical uses would be for giving
mnemonic names to indexes of arrays.

This not only reads easier, but can also be typo-checked at compile
time when run under use strict. That is, if you misspell Days_Fri
as Days_Fry, you'll generate a compile error.

Also capable of creating ordered bitmask constants, allowing the
easy creation of bitmask constants, allowing you to efficiently store
many true/false options within a single integer.

ok merdely@
2007-09-09 23:05:17 +00:00
sthen
9fe0258f8a add p5-Tie-LLHash 2007-09-09 22:58:45 +00:00
sthen
032330cc26 import p5-Tie-LLHash
This class implements an ordered hash-like object. It's a cross
between a Perl hash and a linked list. Use it whenever you want the
speed and structure of a Perl hash, but the orderedness of a list.

ok merdely@
2007-09-09 22:54:42 +00:00
jasper
3ab83d5ed5 - update libwnck to 2.18.3
- convert to use gnome.port.mk
- re-format DESCR

ok martynas@
2007-09-09 20:28:54 +00:00
bernd
db4152cd1a Update to git-1.5.2.5.
Clean up the multiple distfile extraction mess. (prodded by espie@)
2007-09-08 11:29:40 +00:00
msf
39578dd6b4 +p5-Class-Meta
+p5-Class-Meta-Express
+p5-Data-Types
2007-09-08 02:59:52 +00:00
msf
014e902e3d initial import of Class::Meta::Express 0.04
This module provides an interface to concisely yet expressively create
classes Class::Meta. The intent is to provide a simpler, more meaningful
interface for creating Class::Meta classes while preserving the power
and flexibility of Class::Meta.
2007-09-08 01:29:48 +00:00
msf
cb9f67e394 initial import of Class::Meta 0.53 2007-09-08 01:27:42 +00:00
msf
1ae9c29e81 initial import of Data::Types 0.06
This module exports a number of functions that are useful for validating
and converting data types. It is intended for use in applications where
data types are more important than they typically are in Perl -- e.g.,
database applications.
2007-09-08 01:26:44 +00:00
steven
cbababdb50 bump pkgname because of DESCR changes 2007-09-07 20:12:55 +00:00
jasper
8ea6e0bceb - update vte to 0.16.8
- convert to use gnome.port.mk
- remove quotes from COMMENT

based on a diff by Giovanni Bechis
ok martynas@
2007-09-07 12:47:35 +00:00
naddy
95c218d114 sync FLAVORS and DESCR; from Pierre Riteau 2007-09-06 19:15:13 +00:00
simon
32aad272eb add p5-IPC-Shareable 2007-09-06 18:12:12 +00:00
simon
ca2b721685 import p5-IPC-Shareable
IPC::Shareable allows you to tie a variable to shared memory making it
easy to share the contents of that variable with other Perl processes.
Scalars, arrays, and hashes can be tied. The variable being tied may
contain arbitrarily complex data structures - including references to
arrays, hashes of hashes, etc.

ok jasper@
2007-09-06 18:10:48 +00:00
kurt
324a878467 Remove BROKEN and update port to b19. The port is fully 1.7 now (both
hotspot and j2se). The j2se patches are from the bsd java repositories
1.5 -> 1.6 (performed by Greg Lewis) -> 1.7 by myself. j2se patches are
in sync with 1.6 patchset 1 plus the Runtime.exec fix from Michiel Boland
via FreeBSD PR http://www.freebsd.org/cgi/query-pr.cgi?pr=115557.

Also from FreeBSD: interactive JRL license verification. By default the
port is IS_INTERACTIVE=Yes. Add ACCEPT_JRL_LICENSE=Yes to /etc/mk.conf
to permanently accept the JRL license.

At some point in the future I will work on switching this back to
OpenJDK/GPLv2 src. That largely depends on Sun's progress at removing more
of the binary plug bits so that stubbing out the remainder is less
cumbersome and time consuming.

Testing, comments and okay ian@
2007-09-06 15:46:18 +00:00
jasper
d7619b77dc update Devel-Size 0.69 2007-09-05 16:22:33 +00:00
jasper
294a64b874 update Module-CoreList to 2.12 2007-09-05 16:20:34 +00:00
jasper
5354886d4c update Graph to 0.8484848484848484 2007-09-05 16:10:26 +00:00
steven
91846b25a0 add flavor description
change flavored pkgname to the default, like apr-util
2007-09-04 21:46:25 +00:00
merdely
2bd7456f29 +apr-util,ldap
+apr-util,mt,ldap

ok simon@, steven@
2007-09-04 21:44:10 +00:00
merdely
f743855671 Add ldap flavor. Fix mt flavor PKGNAME.
Add flavor descriptions to pkg/DESCR.

ok simon@, steven@ (help from steven@ & suggestion from deanna@)
2007-09-04 21:42:55 +00:00
kili
eb4770dc84 Change Brads email address for now, so people can reach him instead of
getting bounces or 550s. Bump pkgnames. While here, remove quotes from
comments.

prompted by espie@
2007-09-01 20:11:21 +00:00
sturm
c5e4c9c223 p5-Parallel-Forker 2007-09-01 07:00:50 +00:00
sturm
b01d1a6cd1 Initial import of Parallel-Forker-1.221
Parallel::Forker manages parallel processes that are either subroutines
or system commands. Forker supports most of the features in all the other
little packages out there, with the addition of being able to specify
complicated expressions to determine which processes run after others, or
run when others fail.
2007-09-01 06:59:19 +00:00
jasper
e0514222ac gmake is not needed 2007-08-29 16:34:56 +00:00
jasper
9c04905b71 add p5-CLASS 2007-08-29 13:27:43 +00:00
jasper
846d1049f4 import CLASS 1.00
CLASS and $CLASS are both synonyms for __PACKAGE__. Easier to type.
$CLASS has the additional benefit of working in strings.
CLASS is a constant, not a subroutine call. $CLASS is a plain variable,
it is not tied. There is no performance loss for using CLASS over
__PACKAGE__ except the loading of the module.

ok simon@
2007-08-29 13:22:15 +00:00
pyr
c369c305ec + p5-File-Next 2007-08-29 08:10:14 +00:00
pyr
e539e8eca0 File::Next is a lightweight, taint-safe file-finding module. It's
lightweight and has no non-core prerequisites.

(in the right dir this time)

ok simon@
2007-08-29 08:04:04 +00:00
simon
bc9874882e update to version 1.66, remove unrequired run- and
build-depends and also the quotes around comment

ok jasper@
2007-08-26 18:39:52 +00:00
simon
d011e8ce04 update to version 0.14, switch to modbuild
and remove quotes around comments

ok jasper@
2007-08-26 18:36:16 +00:00
simon
37d9868b11 update to version 0.39 and remove quotes around comment 2007-08-25 19:09:06 +00:00
simon
f827a92a52 update to version 0.6603, remove needless variable
and quotes around comment
2007-08-25 19:03:40 +00:00
simon
b11d41488d update to version 0.34 and remove quotes around comment 2007-08-25 18:59:28 +00:00
naddy
56b1ef38ba update to 0.16.1; mostly c2k7 work 2007-08-25 13:48:23 +00:00
aanriot
57130f1d06 pedro also dropped maintainership for this one. 2007-08-25 10:37:01 +00:00
espie
34826115a4 minor update cmake 2.4.7 2007-08-25 08:35:20 +00:00
espie
9e87af0895 minor update, splint 3.1.2 2007-08-25 08:03:43 +00:00
naddy
b0d9a3139b various audio fixes; from jakemsr@ 2007-08-14 15:51:07 +00:00
martynas
c61412c5b6 revert now that silc-toolkit is reverted; ok espie@ 2007-08-14 10:31:04 +00:00
ckuethe
ec3e503aa2 Revert crash-prone update to pidgin 2.1.0 and silc-toolkit 1.1.2.
Discussed with brad, martynas and steven, ok pval
2007-08-11 22:14:27 +00:00
jasper
edf6c3db31 fix the latex support for doc++
from Edd Barrett

okay espie@
2007-08-11 10:44:24 +00:00
jasper
50a9a1c437 add popt as a build dependency
from Charles Longeau

okay espie@
2007-08-10 17:43:44 +00:00
ajacoutot
ef42b51435 - update to fox-1.6.28
- enable xft and bump major

feedback and ok espie@
2007-08-10 12:44:15 +00:00
martynas
05fe6e7e48 security update to 1.8.1.6, fixes MFSA 2007-[18..27]; ok kurt@, naddy@ 2007-08-08 17:11:48 +00:00
kurt
1afa07f15b let's not give the impression 4.2 has a working 1.7 port. mark it BROKEN
for now. okay ian@ naddy@
2007-08-07 16:07:22 +00:00
pvalchev
c5cfa910bf if requested sound settings fail, try 48000 Hz, as some audio devices
can only support that sample rate. reported by deanna, fixed by jakemsr
who asked me to commit it
2007-08-07 14:22:02 +00:00
kurt
944b0065f1 - cleanup files left in /etc/gre.d using unregister-global and @sample
okay martynas@ naddy@
2007-08-06 14:43:48 +00:00
martynas
3576733ce6 unbreak to work with silc-toolkit-1.1
NOTE: the obvious thing you will need to do first for your existing
py-silc programs is to move connect_to_server to the running() callback
(see docs/examples updates).

tested by Simon Kuhnle, and steven@ on amd64;  ok naddy@
2007-08-05 17:50:03 +00:00
mbalmer
34209deb75 Remove Pedro Martelleto as MAINTAINER per his own request.
ok espie
2007-08-05 12:34:33 +00:00
naddy
5f828efde4 remove unused libtool patches 2007-08-02 17:29:03 +00:00
kurt
4b579a2a61 - add a profile for 1.7 jdk. from fedora eclipse port:
http://www.redhat.com/archives/fedora-cvs-commits/2007-June/msg00097.html
2007-08-02 16:15:07 +00:00
steven
5aca22c5e6 update to Perl-Tidy-20070801
from maintainer Jim Razmus
2007-08-02 15:06:51 +00:00
steven
c919910ca3 update to 1.1.2
from brad
2007-08-02 06:04:20 +00:00
david
6d648f4372 sort SUBDIR list 2007-08-02 03:35:22 +00:00
kili
219c83615d Don't use runhaskell and unbreak for amd64. 2007-08-01 21:59:55 +00:00
kili
6acef50409 Nuke runhaskell to unbreak this port for amd64.
Problem noticed by kurt@ and steven@, patch verified by steven@

Add some WRKSRC/WRKBUILD tweask (though yet pointless, since
SEPARATE_BUILD doesn't work for GHC-related ports).

No change for i386, and it this version never built on amd64 after the
GHC update, so no pkg bump required.
2007-08-01 21:57:37 +00:00
martynas
649f9d75b4 update to 4.6.7; ok kurt@ 2007-08-01 21:11:13 +00:00
simon
925d57c66a update to version 1.17, remove MAINTAINER as requested by himself
and the quotes around COMMENT

ok sturm@ (former maintainer)
2007-07-29 22:46:57 +00:00
simon
beb9b0c24b update to version 0.24, remove MAINTAINER as requested by himself
and the quotes around COMMENT

ok sturm@ (former maintainer)
2007-07-29 22:39:05 +00:00
kili
08c5ad3d2f Update to 1.5 (bug fixes). 2007-07-28 18:52:58 +00:00
simon
18d0da2906 add p5-Class-Generate 2007-07-28 14:51:46 +00:00
simon
6c0c975765 import p5-Class-Generate
The Class::Generate package exports functions that take as arguments a
class specification and create from these specifications a Perl 5 class.
The specification language allows many object-oriented constructs: typed
members, inheritance, private members, required members, default values,
object methods, class methods, class variables, and more.

ok jasper@
2007-07-28 14:51:32 +00:00
simon
4b06ea8f9a update to version 0.15
ok jasper@ (MAINTAINER)
2007-07-28 14:39:07 +00:00
simon
f4336a7eb9 update to version 0.9999 and remove quotes around COMMENT
ok jasper@ (MAINTAINER)
2007-07-28 14:35:42 +00:00
simon
1bf103301e update to version 0.68, remove quotes around COMMENT and
the redundant category provided by cpan.port.mk already

ok jasper@ (MAINTAINER)
2007-07-28 11:54:19 +00:00
kurt
c882a87b87 - upgrade to Update 12 srcs which fixes the following bugs:
http://java.sun.com/j2se/1.5.0/ReleaseNotes.html#150_12
- remove patches I committed into patchset 6
2007-07-27 19:29:51 +00:00
naddy
7682bff9fd bump package name to accommodate OpenBSD 4.1 -> 4.2 change in MODRUBY_ARCH 2007-07-27 19:17:11 +00:00
simon
99e6c3bc75 update to version 0.31, remove MAINTAINER per his request
and quotes around COMMENT

confirmed by former maintainer Sam Smith
2007-07-27 19:03:00 +00:00
simon
b5d0d48db5 update to version 0.11 and remove MAINTAINER per his request
confirmed by former maintainer Sam Smith
2007-07-27 18:40:21 +00:00
martin
639846e13b backout
needs more discussion and wider testing, and i missed the bump anyway :(
2007-07-27 10:09:51 +00:00
martin
5ae2177b9d fix a configure bug on m68k by always linking with libintl and libiconv
help aanriot@

ok xsa@ aanriot@
2007-07-27 08:29:46 +00:00
simon
373eff34f5 update to version 0.7203
ok steven@ (MAINTAINER)
2007-07-26 19:43:56 +00:00
steven
c751a486fb +p5-Tie-RegexpHash 2007-07-26 14:40:09 +00:00
steven
7107ce18b4 use regular expressions as hash keys
from Stuart Henderson
2007-07-26 14:38:58 +00:00
simon
56fd7f3abc update to version 0.32 and remove quotes around COMMENT where there
confirmed by Srebrenko Sehic (MAINTAINER)
2007-07-25 20:16:17 +00:00
simon
c11aa3d69e update to version 1.02 and remove quotes around COMMENT
confirmed by Okan Demirmen (MAINTAINER)
2007-07-25 18:37:47 +00:00
ajacoutot
e697908a24 - fix building after ipx removal (from mbalmer@)
- don't use substitution for PKGNAME
- remove quotes around COMMENT while here

ok mbalmer@
2007-07-25 16:43:44 +00:00
dlg
acc33bde1f descend into devel/ruby-gettext, devel/ruby-tzinfo, and
security/ruby-ezcrypto.

"now hook 'em up" robert@
2007-07-25 09:00:26 +00:00
dlg
5b8d786187 import of ruby-tzinfo-0.3.3
TZInfo is a Ruby library that uses the standard tz (Olson) database to provide
daylight savings aware transformations between times in different time zones.
The tz database is compiled into Ruby modules which are packaged in the
release. No external zoneinfo files are required at runtime.

ok robert@
2007-07-25 08:48:16 +00:00
dlg
304422307e import of ruby-gettext-0.14.6
This is the GNU gettext package.  It is interesting for authors or
maintainers of other packages or programs which they want to see
internationalized.  As one step the handling of messages in different
languages should be implemented.  For this task GNU gettext provides
the needed tools and library functions.

ok (and with help from) robert@
2007-07-25 08:45:48 +00:00
bernd
bfe930644a Update to git-1.5.2.4. Tested by Daniel Dickman , thanks! 2007-07-24 05:16:04 +00:00
bernd
2fe1d3a47c Move QT_MOC and QT_UIC from MAKE_FLAGS to CONFIGURE_ENV.
No PKGNAME bump required, didn't build before.

"go ahead" espie@
2007-07-24 05:04:52 +00:00
espie
75747f1f92 +qgit 2007-07-23 19:22:18 +00:00