Commit Graph

6907 Commits

Author SHA1 Message Date
steven
00cc504605 update to 0.8.0
ok landry
2009-10-10 11:05:55 +00:00
sthen
6794c7a396 +rsvndump 2009-10-10 11:03:19 +00:00
sthen
4c40849426 import rsvndump, from Brynet on ports@
rsvndump is a command line tool that is able to dump a subversion
repository that resides on a remote server. All data is dumped in
the format that can be read/written by svnadmin, so the data produced
by rsvndump can easily be imported into a new subversion repository.
2009-10-10 11:02:52 +00:00
sthen
52e655bfe8 update to 1.18 (old version no longer fetchable); drop
msf@ as maintainer at his request.
2009-10-10 09:29:21 +00:00
sthen
871c3bfd11 update to 0.31, ok kevlo@ 2009-10-10 08:27:17 +00:00
sthen
92e04afee8 +p5-AutoXS-Header, p5-Class-XSAccessor 2009-10-10 08:17:09 +00:00
sthen
00ecde4359 import p5-Class-XSAccessor
Class::XSAccessor implements fast read, write and read/write accessors
in XS. Additionally, it can provide predicates such as has_foo()
for testing whether the attribute foo is defined in the object. It
only works with objects that are implemented as ordinary hashes.
Class::XSAccessor::Array implements the same interface for objects
that use arrays for their internal representation.
2009-10-10 08:15:52 +00:00
sthen
9a3bb56e67 import p5-AutoXS-Header.
This module is a simple container for the AutoXS header file.
2009-10-10 08:14:08 +00:00
sthen
7357cef57d update to 1.06, remove msf as maintainer. ok msf@ 2009-10-10 07:57:03 +00:00
ajacoutot
96f0db9805 Update to xdg-user-dirs-0.11.
* New translations
* Change "Download" to "Downloads" by default to match other names
* Fix bashism in xdg-user-dir
2009-10-09 23:25:59 +00:00
sthen
86b27b8e28 update to 5.201, ok jasper@ 2009-10-09 23:24:21 +00:00
jasper
264f85a7f2 - update iso-codes to 3.11
ok aja@
2009-10-09 23:11:14 +00:00
jasper
245a2cb34d - update py-gobject to 2.20.0
* uses gobject-introspection now

ok aja@
2009-10-09 22:18:13 +00:00
jasper
a151b58134 - bugfix update of atk to 1.28.0
ok aja@
2009-10-09 22:17:28 +00:00
jasper
ab9f5b91e3 - castrate libexecinfo on mips64 as
__builtin_return_address() and __builtin_frame_address()
can't have a !0 argument on mips.

with a hint from miod@
ok aja@ (sorry for making your eyes bleed..!)
2009-10-09 15:10:13 +00:00
kili
bba1c4bb71 Add some distfile mirrors.
ok jasper@ kurt@
2009-10-07 20:35:47 +00:00
ajacoutot
6d3add74ff Minor update to glib2-2.22.2.
Bugfix, translation update and typo.
2009-10-07 15:07:49 +00:00
kurt
4f807b2863 Update to early access build 72 plus the following:
- sync patches with upstream repo: OpenJDK/bds-port
- fix gtk look and feel issue caused by dlopen of non-matching major
- fix other dlopen's of non-matching majors
- change max memory utilization on i386 to correct build failures
2009-10-07 01:53:54 +00:00
jasper
0c82bca246 - add short blurb 2009-10-05 20:50:07 +00:00
landry
3552686fe1 Update to libsoup 2.28.0, needed for newer webkit/gnome/etc.. commit it
early so eventual runtime fallout will be dealt at p2k9.
Major bump on soup-2.4 lib, minor bump on soup-gnome-2.4 lib.
Tested in a bulk build by jasper@ and sthen@, thanks!
2009-10-05 14:12:21 +00:00
kevlo
7172f71306 add p5-SUPER, p5-Params-Coerce, and p5-aliased 2009-10-05 12:57:38 +00:00
kevlo
176ac6fc78 Initial import of p5-SUPER 1.16
This module provides three different ways to control superclass method
dispatch.

ok pea@
2009-10-05 12:53:44 +00:00
kevlo
dc051e1710 Initial import of p5-Params-Coerce 0.14
Params::Coerce module allows your classes to do coercion of parameters.

ok pea@
2009-10-05 12:52:16 +00:00
kevlo
ef8624a610 Initial import of p5-aliased 0.30
aliased is simple in concept but is a rather handy module. It loads 
the class you specify and exports into your namespace a subroutine
that returns the class name. You can explicitly alias the class to 
another name or, if you prefer, you can do so implicitly.
In the latter case, the name of the subroutine is the last part of
the class name.

ok pea@
2009-10-05 12:50:38 +00:00
kili
d36a7301d8 Drop maintainership. 2009-10-04 21:16:17 +00:00
ajacoutot
26df99378a Update to pangomm-2.26.0
ok landry@
2009-10-04 18:19:22 +00:00
ajacoutot
e957652cc0 Update to version 2.22.0.
ok landry@
2009-10-04 18:18:46 +00:00
ajacoutot
394379e18e Update to version 2.22.1.
committing early so that we can work with the latest at upcoming p2k9.
any fallout, please let me know directly.
ok landry@
2009-10-04 18:17:13 +00:00
benoit
5b1a1fdb97 - update py-optik to 1.5.3
- change maintainer
- add documentation and examples
- regen plist

ok ajacoutot@
2009-10-02 22:26:58 +00:00
benoit
038308739a - update py-pyro to 3.9.1
- regen plist

ok ajacoutot@, fgsch@
2009-10-01 14:11:58 +00:00
jasper
f6895964b5 - update vte to 0.22.2
ok aja@
2009-09-29 11:38:27 +00:00
kevlo
8d28de70cf add p5-Test-LeakTrace 2009-09-29 09:05:19 +00:00
kevlo
bc3ab35a60 Initial import of p5-Test-LeakTrace-0.10
Test::LeakTrace module provides several functions that trace
memory leaks.  This module scans arenas, the memory allocation
system, so it can detect any leaked SVs in given blocks.

ok sthen@
2009-09-29 09:04:13 +00:00
sthen
80a725208d Update the Horde suite to current versions. devel/horde has SECURITY fixes
including XSS (prefs, MIME viewer) and preventing overwriting of webserver-
accessible files (image form fields, e.g. with Turba). For more information
see http://lists.horde.org/archives/announce/2009/000512.html.

Thanks Vijay Sankar, Michiel van Baak and Daniel Levai for testing/feedback.
2009-09-28 13:09:15 +00:00
jasper
020deebab4 - bugfix update of vte to 0.22.1
ok aja@
2009-09-26 13:02:25 +00:00
bernd
cbd1f9fc90 Update to git-1.6.4.4. 2009-09-26 10:12:42 +00:00
jasper
a24b18c60e - take maintainership of libffi, and drop it of two others. any takers? 2009-09-25 15:59:15 +00:00
jasper
a4c40b855c - hobbits take over 2009-09-25 15:56:29 +00:00
sthen
7ac194ac29 zap spurious commas in NOT_FOR_ARCHS 2009-09-25 14:33:05 +00:00
jasper
b62c4e7637 - update vte to 0.22.0
* among the changes, significant reduce in memory usage

ok aja@
2009-09-25 08:10:36 +00:00
sthen
96abe1eba8 Revert one line from the last update which doesn't work well with
our cvs(1).
2009-09-24 21:48:48 +00:00
jasper
a4263bbe1e - add gobject-introspection 2009-09-24 20:09:48 +00:00
jasper
3f3b372442 import gobject-introspection 0.6.5
GObject Introspection is a project for providing machine readable
introspection data of the API of C libraries. This introspection data
can be used in several different use cases, for example automatic code
generation for bindings, API verification and documentation generation.

feedback and ok ajacoutot@ landry@
2009-09-24 20:08:09 +00:00
espie
7b690d6f1a +gflags 2009-09-24 19:53:13 +00:00
espie
6f7adf0017 gflags, from Vincent Auclair 2009-09-24 19:51:44 +00:00
jasper
8159700629 - add libffi 2009-09-23 20:58:46 +00:00
jasper
9bf295a421 import libffi 3.0.8
FFI stands for Foreign Function Interface. A foreign function interface
is the popular name for the interface that allows code written in one
language to call code written in another language. The libffi library
really only provides the lowest, machine dependent layer of a fully
featured foreign function interface. A layer must exist above libffi
that handles type conversions for values passed between the two
languages.

successfully tested on seven arches by me. other arches are disabled for now as
they need more work (mips64) or haven't been tested yet.
2009-09-23 20:55:46 +00:00
jasper
8fdf733fdd - add libgdata 2009-09-23 19:37:18 +00:00
jasper
a19a7f475e import libgdata 0.4.0
libgdata is a GLib-based library for accessing online service APIs using
the GData protocol - most notably, Google's services. It provides
APIs to access the common Google services, and has full asynchronous
support.

this used to be part of evolution-data-server, but from e-d-s 2.28 onwards
it's split into it's own library. (nothing picks it up for now, tested in a
bulk build)

ok ajacoutot@
2009-09-23 19:35:14 +00:00
sthen
ce437b6681 +fossil 2009-09-23 19:09:59 +00:00
sthen
9c1631a8a5 I guess this wasn't such a good name for a temporary directory. Remove. 2009-09-23 19:09:28 +00:00
sthen
0ce3337109 Import devel/fossil, from James Turner with a couple of tweaks by me;
Fossil is a software configuration management system. Fossil is software
that is designed to control and track the development of a software project
and to record the history of the project. There are many such systems in
use today. Fossil strives to distinguish itself from the others by being
extremely simple to setup and operate.

In addition to distributed version control, it supports distributed bug
tracking and wiki, with a built-in web interface, in a single easy-to-use
integrated package.
2009-09-23 19:06:46 +00:00
jasper
dc2e7ada7d - revert previous commit. embedding variables in variables makes you lose a cookie, and break the build.
ok sthen@
2009-09-21 20:30:58 +00:00
ajacoutot
3097aeb6de Always remove mimeinfo.cache when deleting this package.
Regen PLIST while here.
2009-09-20 21:38:19 +00:00
benoit
557cc9ddae - update py-asn1 to 0.0.9a
ok ajacoutot@
2009-09-19 22:39:41 +00:00
fgsch
c3e2298371 Update to bzr 1.18.1. 2009-09-19 22:08:52 +00:00
martynas
2ef72aa792 fix packaging with python-2.6. ok jasper@, sthen@ 2009-09-18 20:37:46 +00:00
ajacoutot
2e0d73474c Fix build with newer libsigc++2
(reported by jasper@)
ok jasper@ landry@ wilfried@ (maintainer)
2009-09-18 10:24:50 +00:00
ajacoutot
0c32937d6f Major update to pangomm-2.24.0
(see HOMEPAGE for complete ChangeLog)

ok jasper@ landry@ wilfried@
2009-09-18 10:23:52 +00:00
ajacoutot
6e6fb39587 Major update to glib2mm-2.20.2
(see HOMEPAGE for complete ChangeLog)
Remove wilfried@ from maintainer per his request.

ok jasper@ landry@ wilfried@ (former maintainer) - on a former diff
2009-09-18 10:23:27 +00:00
ajacoutot
0c48adf8cf Major update to libsigc++-2.2.4
(see HOMEPAGE for complete ChangeLog)
Remove wilfried@ from maintainer per his request.

This and all upcoming *mm updates have been tested by jasper@ in a bulk,
thanks!

ok jasper@ landry@ wilfried@ (former maintainer)
2009-09-18 10:22:24 +00:00
ajacoutot
fa1e85ba3b Major update to pango-1.24.5 (needed for upcoming pangomm update)
ok jasper@ landry@ wilfried@
2009-09-18 10:21:53 +00:00
sturm
966e49413c openocd 2009-09-17 22:01:10 +00:00
sturm
46ddb49815 initial import of openocd 0.2.0
OpenOCD is a Free and Open On-Chip Debugging, In-System Programming 
and Boundary-Scan Testing.

from Sylvestre Gallon <ccna.syl@gmail.com>
help and ok bernd@
2009-09-17 21:59:46 +00:00
jasper
c63e551dc7 - update json-c to 0.9 2009-09-15 18:15:41 +00:00
jasper
20696471fe remove marc balmer as maintainer of all of his ports, to take away the
illusion marc still maintains them. as requested by himself.
2009-09-15 17:37:21 +00:00
jasper
965ed828cd add p5-File-Find-Rule-Perl and p5-Test-Script 2009-09-14 21:20:58 +00:00
jasper
d1dc05eeb2 import p5-File-Find-Rule-Perl 1.09
File::Find::Rule::Perl provides methods for finding various types of
Perl-related files, or replicating search queries run on a distribution
in various parts of the CPAN ecosystem.

based on a submission by Stephan A. Rickauer
2009-09-14 21:18:49 +00:00
jasper
1a0e225bbe import p5-Test-Script 1.03
The intent of this module is to provide a series of basic tests for
scripts in the bin directory of your Perl distribution.  Further, it
aims to provide them with perfect platform-compatibility and in a way
that is as unobtrusive as possible. That is, if the program works on a
platform, then Test::Script should also work on that platform.  In doing
so, it is hoped that Test::Script can become a module that you can
safely make a dependency of your module, without risking your module not
working on some platform because of the dependency.

based on a submission by Stephan A. Rickauer
2009-09-14 21:17:43 +00:00
bluhm
b2fb0e5cc3 Do not include benchmark.pl and perftest.pl in p5-Devel-NYTProf
package.  They are only usefull for testing and debugging.
2009-09-14 19:54:26 +00:00
landry
7958292cc8 Don't build nor install libevent compatibilty layer. the installed event.h
shadowed the systemwide one.
Prodded by & ok naddy@, also tested by sthen@
2009-09-14 15:53:09 +00:00
naddy
db789e7847 bump after maintainer address change 2009-09-11 18:13:06 +00:00
jasper
2e6da560dc - move distfiles to another site 2009-09-10 22:12:55 +00:00
jolan
604a48245c stop tests from running during build and rework do-regress 2009-09-10 20:23:18 +00:00
sthen
acd82886db - convert gnome-shared-keyring to a true FLAVOR rather than a
pseudo-flavour, it affects the -main package by building with pthread
(we don't want that by default, it affects e.g. svn diff | less).

- roll various PFRAG.shared-foo for the subpackages into PLIST-foo

- add a comment noting that autoconf should be 2.63

- bump PKGNAMEs

ok stsp (maintainer).
2009-09-10 15:35:04 +00:00
landry
2dc0befd53 Force the use of -pthread in FindThreads.cmake module. It was looking
for -lpthread first.
No fallouts in a bulk build done by jasper@, thanks!
ok jasper@
2009-09-10 13:54:47 +00:00
bluhm
8edc85edd7 change maintainer's e-mail address
sort variables according to template
2009-09-10 01:16:40 +00:00
jolan
04fc64aa0d deprecated in favor of luabitops (which is compatible) 2009-09-09 19:42:33 +00:00
jolan
4735304d35 luabitlib->luabitop 2009-09-09 19:42:04 +00:00
jolan
1fe3e0da60 luabitop-1.0.1, library for bitwise operations in lua 2009-09-09 19:39:47 +00:00
jolan
7780f045ac update to v12 2009-09-09 18:31:33 +00:00
jolan
db2624c95d update to 2.4.0 2009-09-09 18:02:01 +00:00
jasper
39e013e8a8 - add a note about not forgetting to update py-qt{3,4} when touching
this port...as py-qt3 broke again..
2009-09-09 14:11:27 +00:00
landry
a546d0987e Don't hardcode wxWidgets & gcc versions in the config filename.
Alien::wxWidgets public interface smartly uses Module::Pluggable to
find the config anyway. Tested to still work with p5-Wx.
spotted by jasper@
2009-09-08 21:46:17 +00:00
jasper
05bc8e0d62 - update py-gobject to 2.18.0 2009-09-08 17:51:32 +00:00
jolan
cb6f5b1a8c add missing RUN_DEPENDS on coxpcall 2009-09-06 19:35:40 +00:00
jolan
c23eaf14b6 update to 1.4.2 2009-09-06 19:25:22 +00:00
jolan
9327c11638 update to 1.1.5 2009-09-06 19:11:47 +00:00
ajacoutot
47549d7bd7 +codeblocks 2009-09-06 17:24:19 +00:00
ajacoutot
88b4d09817 Import codeblocks-8.02
Code::Blocks is cross platform, free C/C++ IDE built to meet the most
demanding needs of its users. It is designed to be very extensible and
fully configurable.

Built around a plugin framework, Code::Blocks can be extended with
plugins. Any kind of functionality can be added by installing/coding a
plugin.
2009-09-06 17:23:33 +00:00
jolan
32bbbb6bf3 update to 5.1.4 2009-09-06 15:39:21 +00:00
jolan
82399e2e92 fix REGRESS_DEPENDS; spotted by sqlports 2009-09-06 11:29:47 +00:00
ajacoutot
6058656d84 Make use of REGRESS_IS_INTERACTIVE=x11
ok jasper@ sthen@
2009-09-06 10:46:25 +00:00
kevlo
a37a87df67 update to 0.106
ok simon@
2009-09-06 07:13:55 +00:00
jasper
7dad90d085 - missing build dependency 2009-09-05 16:47:30 +00:00
sthen
e47a5fddd4 Update to 4.8.2; ok landry@, maintainer time out (not waiting
very long but this is needed to update py-qt4 which is currently broken).
2009-09-05 16:17:35 +00:00
stsp
66093b1ea6 Show the basename of the program in help output, not the full path.
Same patch already applied upstream.
ok sthen@
2009-09-04 20:54:11 +00:00
landry
f8adbbbfe0 +p5-Alien-wxWidgets & p5-ExtUtils-XSpp 2009-09-04 16:09:23 +00:00
landry
37f1fbedad Import p5-ExtUtils-XSpp, another prerequisite for p5-Wx.
XS++ is just a thin layer over plain XS, hence to use it you are
supposed to know, at the very least, C++ and XS.
2009-09-04 16:07:49 +00:00
landry
857d746261 Import p5-Alien-wxWidgets 0.44, a prerequisite for p5-Wx.
Alien::wxWidgets can be used to detect and get configuration settings
from an installed wxWidgets.
2009-09-04 16:05:55 +00:00