Commit Graph

43697 Commits

Author SHA1 Message Date
simon
8ea1503fb1 update to version 2.0.4 and enable tests
help by Sergey Skvortsov
confirmed by maintainer
2008-05-05 21:21:43 +00:00
rui
f48ef5e2af - maintenance update to sleuthkit 2.52. 2008-05-05 19:50:17 +00:00
rui
1846205506 - maintenance update to libmagic 4.24. 2008-05-05 19:41:16 +00:00
rui
535d142365 - maintenance update to freeciv 2.1.4.
ok mbalmer@
2008-05-05 19:38:01 +00:00
rui
b345a7b05d - maintenance update to freeradius 2.04. Check the Changelog for more information.
ok mbalmer@, jolan@
2008-05-05 19:32:02 +00:00
sthen
68c5ab9a64 upstream rerolled the distfile to fix the setup script for mysql;
bump package and recalculate checksums.
2008-05-05 19:19:16 +00:00
robert
e6ee9472c5 use textproc/icu4c instead of the bundled one; bump PKGNAMEs 2008-05-05 15:18:29 +00:00
jasper
cb84e7bab6 - add gtkaml 2008-05-05 09:34:03 +00:00
ajacoutot
8155af7a23 - GNUstep core is now (L)GPLv3 2008-05-05 09:32:59 +00:00
ajacoutot
3d3515f5c8 - update to version 1.14.3 2008-05-05 09:32:02 +00:00
ajacoutot
ccfc99d8af - update to version 2.0.5 2008-05-05 09:31:30 +00:00
jasper
da139f8f7c import gtkaml 0.2.0.2
gtkaml is an XML parser that extends the Vala.Parser (literally) and
transforms all your tags into a valid Gtk+ UI class described in the
Vala language.

ok ajacoutot@
2008-05-05 09:31:16 +00:00
jasper
94b4983ec4 - add vala 2008-05-05 09:28:50 +00:00
jasper
63e0f5b5e8 import vala 0.3.1
Vala is a new programming language that aims to bring modern programming
language features to GNOME developers without imposing any additional
runtime requirements and without using a different ABI compared to
applications and libraries written in C.

valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala source
code. It's also planned to generate GIDL files when gobject-
introspection is ready.

ok ajacoutot@
2008-05-05 09:27:40 +00:00
ajacoutot
e4bf20cda2 - don't install the dbus service file
this should fix authentication to network shares under Nautilus; it's a
temporary workaround until the Nautilus issue is found and fixed

"go for it!" jasper@
2008-05-05 08:47:04 +00:00
kurt
92ac5f7392 Add support for 1.6 and 1.7 level ports. okay nikolay@ ian@ 2008-05-05 02:53:15 +00:00
kurt
4bb9dd36b1 - Remove -Werror from CFLAGS in hotspot so the build works with user
specified CFLAGS - noticed by steven@
- Fix comment typo in Makefile - reported by Joachim Schipper
No change in packages so no package bump
2008-05-05 02:51:20 +00:00
okan
d344b51008 ht conflict now only exists for older ht ports.
feedback and ok merdely@
2008-05-04 20:45:30 +00:00
okan
54d00433f0 - update to 2.0.13
- install ht as hte to remove conflict with print/texlive/base
  (note in pkg/MESSAGE)
- respect CFLAGS and X11BASE
- add OpenBSD target

based on patches from Paul Irofti and Genadijus Paleckis

feedback and ok merdely@
2008-05-04 20:43:55 +00:00
naddy
f9780a38fb update through patch #39 2008-05-04 19:56:25 +00:00
jasper
1342250fe9 - update speex to 1.2beta3
- switch CONFIGURE_STYLE back to gnu, suggested by naddy.

tested in bulk build and ok naddy@ (MAINTAINER)
2008-05-04 15:16:43 +00:00
jasper
e577c491a3 - update gmime to 2.2.19
- better license marker
- tweak WANTLIB
2008-05-04 15:11:48 +00:00
ajacoutot
6a425a3014 * gnome-vfs2 cleanups and fixes:
- fix webdav(s) browsing
- don't hardcode /usr/local
- fix some XDG conflicting symbols (from FreeBSD)
- enable gssapi

ok jasper@
2008-05-04 14:36:44 +00:00
espie
7ede32a06c use a trap to remove the tmp file, thus helping making sure it does not
stay around
2008-05-04 12:58:03 +00:00
espie
58b1418be0 make the lock on distfile more useful. In case we got stuck in the
SIMPLE_LOCK for a while, this means something else is fetching
the same distfile, so first check whether our target actually exists
before we try to fetch it all over again.
2008-05-04 12:53:14 +00:00
robert
d8f5d8b8b3 make the setBreakType function public. the diff has been extracted
from openoffice's diff, so we can switch to our icu4c;

tested by simon@, jasper@; ok jasper@
2008-05-04 12:01:42 +00:00
ajacoutot
68023efeed - bugfix update to sonata-1.5.1 2008-05-04 08:20:28 +00:00
eric
811225c378 missing quote.
noticed by Stephan Andre.
2008-05-03 20:44:54 +00:00
espie
716d4cec36 a few minor updates 2008-05-03 19:03:28 +00:00
espie
345b2e135a tweak MESSAGE a little 2008-05-03 18:16:25 +00:00
eric
eb1c28d37f +py-axiom 2008-05-03 12:41:49 +00:00
eric
0f93fe4464 Axiom is an object database, or alternatively, an object-relational
mapper.  Its primary goal is to provide an object-oriented layer with
what we consider to be the key aspects of OO, i.e. polymorphism and
message dispatch, without hindering the power of an RDBMS. It is
designed to "feel pythonic", without encouraging the typical ORM
behavior such as potato programming. 

Axiom provides a full interface to the database, which strongly
suggests that you do not write any SQL of your own. Metaprogramming is
difficult and dangerous (as many, many SQL injection attacks amply
demonstrate). Writing your own SQL is still possible, however, and
Axiom does have several methods which return fragments of generated
schema if you wish to use them in your own queries. 

ok martynas@
2008-05-03 12:40:49 +00:00
eric
c27cab254e The twisted-regen-dropin.cache script (which is now pure python)
interprets its arguments as python module names for which plugin
cache should be updated. This is useful for third-party packages
(such as axiom) which makes use of the twisted plugin
infrastructure.

ok martynas@
2008-05-03 12:35:27 +00:00
bernd
a550cffedd Disable the spell check option in git-gui. It doesn't work with
aspell-0.50.x. (git-gui hangs at startup)

Noticed and tested by deanna@. Thanks for the report!
2008-05-02 23:21:06 +00:00
sthen
6c76a69453 adding libwmf pulls in X libs; move it out of no_x11 flavor.
pointed out by Olivier Mehani - thanks!  ok okan@
2008-05-02 19:52:19 +00:00
bernd
3850e5b22b Adjust WANTLIB after net/neon switched from libxml2 to system expat.
Noticed by Markus Lude.
2008-05-02 17:32:53 +00:00
jasper
de8ac8dc1c - fix WANTLIB 2008-05-02 14:44:54 +00:00
bernd
2081e30a9c Add ssh-askpass. 2008-05-02 14:09:34 +00:00
bernd
5a16b70baf Initial import of gnome-ssh-askpass-5.0.
A simple GNOME SSH passphrase grabber.

ok jasper@
2008-05-02 14:07:46 +00:00
sthen
8602f6b9de fix LIB_DEPENDS; this caused a problem installing Tk 8.4 when
Tcl 8.5 was already installed.  ok steven@
2008-05-02 13:17:16 +00:00
fgsch
6ef5bed285 install some icons and use them for the desktop. bump package.
maintainer and ajacoutot@ ok.
2008-05-02 11:55:42 +00:00
jasper
a4a0e88a9b - remove a hidden dependency on curl
from giovanni bechis (MAINTAINER)
2008-05-02 11:18:59 +00:00
ajacoutot
1ffcea1d96 - bugfix update to pioneers-0.12.2 2008-05-02 10:28:12 +00:00
steven
1b2022c6ff fix autoconf version.
from brad@ (maintainer)
2008-05-02 10:17:32 +00:00
steven
925e007395 use libexpat, remove libxml2 dependency.
from brad@
2008-05-02 08:14:53 +00:00
steven
ee3b6d34fd +tcltutor 2008-05-02 06:44:25 +00:00
steven
72ffdfa674 import TclTutor 3.0b1
This is a package designed to teach the Tcl programming language in a
quick and easy manner.  The goal is to teach the minimal amount of Tcl
syntax, commands and options that are necessary to write useful
programs.

from Stuart Cassoff (aa72aa60 at sympatico.ca)
2008-05-02 06:43:46 +00:00
steven
276ab95894 say it's experimental. avoid it for regular ports building for now... 2008-05-01 22:02:32 +00:00
steven
dd1fcee3a3 update to 1.5
from maintainer Nicholas Marriott
2008-05-01 21:05:04 +00:00
sthen
206adb4748 fix the test for jack in configure, so that --disable-jack is
correctly honoured. unbreaks bulk build packages.

ok jakemsr
2008-05-01 13:52:19 +00:00