Commit Graph

5060 Commits

Author SHA1 Message Date
ajacoutot
3e936da7e5 - domain name change; fix MASTER_SITES 2007-10-27 23:44:41 +00:00
simon
4226adf063 bump after PLIST change
pointed out by steven@
2007-10-27 16:50:37 +00:00
steven
abd266f6e6 update to 1.03
from maintainer Okan Demirmen
2007-10-27 16:38:02 +00:00
simon
7547320261 remove PFRAG.shared and %SHARED% marker from PLIST as it's SHARED_ONLY
pointed out by Okan Demirmen

ok jasper@
2007-10-27 16:37:00 +00:00
simon
d2ddbca788 update to version 0.17009
ok sthen@
2007-10-27 14:48:50 +00:00
simon
a06d87a1b2 update to version 1.161
ok jasper@
2007-10-27 14:40:25 +00:00
simon
69e45c160c add p5-Tie-Hash-Indexed 2007-10-26 21:22:48 +00:00
simon
f9d357f13b import p5-Tie-Hash-Indexed
Tie::Hash::Indexed is very similar to Tie::IxHash.  However, it is
written completely in XS and usually about twice as fast as Tie::IxHash.
It's quite a lot faster when it comes to clearing or deleting entries
from large hashes.

by Okan Demirmen (MAINTAINER) with some tweaks by me
2007-10-26 21:22:44 +00:00
ajacoutot
eca8b54851 - use our naming scheme for patches 2007-10-26 20:44:35 +00:00
simon
e57fe541be adjust WANTLIB for gtk+2 update and bump PKGNAME
ok jasper@
2007-10-26 13:10:14 +00:00
sthen
cd4b3b12b8 db.=4 -> db.>=4 in preparation of db4 update
ok steven@
2007-10-26 01:23:38 +00:00
sthen
9c84c360b3 +p5-Data-VString
+p5-File-BOM
+p5-Locale-Hebrew
+p5-POE-XS-Queue-Array
2007-10-25 22:06:38 +00:00
sthen
8fcc7abab5 import p5-POE-XS-Queue-Array
This class is an implementation of the abstract POE::Queue interface.
It implements a priority queue using C, with an XS interface supplied.

The current implementation could use some optimization, especially
for large queues.

Please see the POE::Queue documentation, which explains this one's
functions, features, and behavior.

ok simon@
2007-10-25 22:01:48 +00:00
sthen
1ae2f087cf import p5-Locale-Hebrew
Bidirectional Hebrew support based on code from the Unicode Consortium.

The charset on their code was bogus, therefore this module had to
work the real charset from scratch. There might have some mistakes,
though.

ok simon@
2007-10-25 22:00:33 +00:00
sthen
2b24984cfc import p5-File-BOM
This module provides functions for handling unicode byte order
marks, which are to be found at the beginning of some files and
streams.

The intention of File::BOM is for files with BOMs to be readable
as seamlessly as possible, regardless of the encoding used.

ok simon@
2007-10-25 21:59:34 +00:00
sthen
58748f13ec import p5-Data-VString
Version Strings (v-strings) in base Perl have been deprecated and
will not be available after Perl 5.8.

This module revives them as a simple module implementation.
Version strings are well suited in many version "numbering" schemes
and straightforward (if you always remember they are not numbers).

ok simon@
2007-10-25 21:58:38 +00:00
simon
c9596b6b50 add p5-Class-Accessor-Grouped, p5-Class-C3-Componentised, p5-MRO-Compat
and p5-Scope-Guard
2007-10-25 21:23:00 +00:00
simon
4debab46fc import p5-Scope-Guard
This module provides a convenient way to perform cleanup or other forms
of resource management at the end of a scope.  It is particularly useful
when dealing with exceptions: the Scope::Guard constructor takes a
reference to a subroutine that is guaranteed to be called even if the
thread of execution is aborted prematurely.  This effectively allows
lexically-scoped "promises" to be made that are automatically honoured
by perl's garbage collector.

ok jasper@, tested by espie@
2007-10-25 21:22:38 +00:00
simon
29fabbd655 import p5-Class-C3-Componentised
This will inject base classes to your module using the Class::C3 method
resolution order.

ok jasper@, tested by espie@
2007-10-25 21:22:22 +00:00
simon
e5e9a26e57 import p5-Class-Accessor-Grouped
This class lets you build groups of accessors that will call different
getters and setters.

ok jasper@, tested by espie@
2007-10-25 21:22:08 +00:00
simon
755f699a24 import p5-MRO-Compat
The "mro" namespace provides several utilities for dealing with method
resolution order and method caching in general in Perl 5.9.5 and higher.

ok jasper@, tested by espie@
2007-10-25 21:21:49 +00:00
kurt
c347040e92 - update to BSD patchset 7 based off Sun's JRL licensed Update 13 source:
http://java.sun.com/j2se/1.5.0/ReleaseNotes.html#150_13
- Do a better job respecting Sun's JRL license by using interactive
  license verification, installing the correct license and include a
  license blurb in the pkg MESSAGEs. (Interactive license verification
  script from FreeBSD/Greg Lewis)
- fix a packing problem with the no_web FLAVOR.

NOTE: This port is now IS_INTERACTIVE=Yes. After agreeing to the JRL
license, users can put ACCEPT_JRL_LICENSE=Yes into /etc/mk.conf to
automatically accept the license and make the port IS_INTERACTIVE=No.
Bulk builders will need to do this so things like OpenOffice get built.
okay naddy@
2007-10-25 20:51:41 +00:00
landry
5ac9a1cdad Add a MESSAGE telling people to install either notification-daemon or
notification-daemon-xfce if they want to use libnotify, it makes much
more sense to put MESSAGE directly in this port instead of in each port
using libnotify.
suggested by ajacoutot@, ok jasper@
2007-10-25 20:12:08 +00:00
landry
e2cb0ecfe8 Fix WANTLIB after gtk+2 upgrade, bump PKGNAME.
ok jasper@ ajacoutot@
2007-10-25 18:20:04 +00:00
wilfried
9b474c68e5 add argp-standalone 2007-10-25 18:14:24 +00:00
wilfried
999f0d186f import of argp-standalone-1.3
Standalone version of arguments parsing functions from GLIBC
2007-10-25 18:13:16 +00:00
landry
00f2785714 Fix WANTLIB after gtk+2 upgrade, bump PKGNAME.
ok jasper@
2007-10-25 17:02:10 +00:00
steven
234fe4c8b3 make this use the python module, and switch to python 2.5 2007-10-25 10:00:03 +00:00
jasper
1f81fb2370 - update libglade2 to 2.6.2
feedback and ok steven@
2007-10-24 22:38:53 +00:00
jasper
4508c282c7 - update glib2mm to 2.14.1
ok wilfried@
2007-10-24 22:35:27 +00:00
jasper
7d9065cd91 - update pango to 1.18.3
- re-format DESCR

ok steven@
2007-10-24 22:31:48 +00:00
jasper
f1d2eedb9d - update atk to 1.20.0
ok martynas@ steven@
2007-10-24 22:30:06 +00:00
jasper
561f316f27 - update glib2 to 2.14.2
- don't use the local pcre, but use pcre from ports

with tweaks from wilfried@ (pcre and static libs)
ok steven@
2007-10-24 22:29:02 +00:00
jasper
cb603401fc - update pcre to 7.4
with and ok wilfried@
2007-10-24 22:28:10 +00:00
naddy
eb198f439c Maintenance update to 4.2.2.
Tested on alpha, amd64, i386, powerpc (ajacoutot@), sparc64.
2007-10-24 16:19:57 +00:00
simon
459c659400 update to version 0.35 2007-10-24 16:00:01 +00:00
simon
cccefb153a update to version 1.10 2007-10-24 15:51:59 +00:00
steven
e937a69e16 update to 1.19 2007-10-24 14:58:57 +00:00
wilfried
94678e2272 update to 2.0.18 2007-10-24 08:51:57 +00:00
jasper
fdab8ea12e update p5-Test-Manifest to 1.21 2007-10-23 15:34:58 +00:00
wilfried
324b9df909 update to mysql-gui-tools-5.0r12 2007-10-23 13:44:02 +00:00
wilfried
624ba17ae1 HW_PHYSMEM is unsigned 2007-10-23 13:37:11 +00:00
steven
94f22279a1 replace MODPY_NO_RUNDEP with MODPY_RUNDEP (yes by default)
add MODPY_LIB_DEPENDS

no objection djm@, ok bernd@
2007-10-22 10:14:02 +00:00
jasper
7af37b0386 update desktop-file-utils to 0.14 2007-10-21 18:05:11 +00:00
jasper
11b2d868b4 update iso-codes to 1.5 (among things, includes iso 15924 support)
ok robert@
2007-10-21 18:00:12 +00:00
steven
9e4a77b155 use the python module, but without runtime dependency 2007-10-21 11:59:47 +00:00
simon
78865741c1 update to version 0.41
ok pyr@
2007-10-20 17:22:06 +00:00
simon
e93c429bee update to version 0.35
ok pyr@
2007-10-20 17:21:11 +00:00
ajacoutot
5dd62992eb - compile func___future___import_not_first_stmt.pyc
- install egg-info file

maintainer timeout
2007-10-20 13:01:57 +00:00
espie
98e2fbe54f fix build, by explicitly making sure we don't pick libconfuse.
REAL SLOPPY WORK by initial porter.
If you see error messages in the configure output, you DEAL WITH THEM.
you don't just expect them to not mean anything.
2007-10-20 11:43:24 +00:00