Commit Graph

11149 Commits

Author SHA1 Message Date
ajacoutot
6dcb55953b Adapt after gtk+2,-guic split. 2011-12-03 18:35:11 +00:00
ajacoutot
7d9c438584 Add MODXFCE_ICON_CACHE for gtk+2,-guic. 2011-12-03 18:33:03 +00:00
ajacoutot
36fd6e17e7 Add MODGNOME_ICON_CACHE for gtk+2,-guic. 2011-12-03 18:32:06 +00:00
ajacoutot
ea6ed8fe38 Adapt after x11/gtk+2,-guic addition. 2011-12-03 18:31:18 +00:00
ajacoutot
f8813c40bc Add a -guic subpackage for gtk-update-icon-cache.
This allows for gtk+3 to not depends on gtk+2. We will now also be able to
properly set a dependency on gtk-update-icon-cache for apps installing
icons.
2011-12-03 18:30:41 +00:00
ajacoutot
cdc570f075 Fix MSG_NOSIGNAL detection. 2011-12-03 14:27:40 +00:00
dcoppa
9db4a18991 Major update to i3-4.1 2011-12-01 16:00:01 +00:00
ajacoutot
dab57ab114 sync patch. 2011-12-01 11:15:02 +00:00
dcoppa
8161c89872 Update to awesome v3.4.11 (Pickapart)
ChangeLog at http://awesome.naquadah.org/changelogs/short/v3.4.11
2011-11-30 11:50:58 +00:00
ajacoutot
0764d62851 Sync with what I'm about to commit upstream. 2011-11-30 11:13:47 +00:00
jasper
c72f7d470a - update to 1.20.1 2011-11-29 13:14:11 +00:00
ajacoutot
e9cf11c77f Update to meta-tracker-0.12.8. 2011-11-25 18:13:25 +00:00
ajacoutot
13c77ccceb Move xdg-user-dirs-gtk from gnome-session to meta/gnome. 2011-11-25 15:08:25 +00:00
ajacoutot
dfc1deb67e alacarte was removed some time ago. 2011-11-24 10:22:33 +00:00
ajacoutot
e0234e0fec Update to wxsvg-1.1.4, from Brad. 2011-11-24 08:08:18 +00:00
jasper
25f003cf8a USE_LIBTOOL is already set by kde.port.mk 2011-11-22 19:38:10 +00:00
jasper
60e7b98493 builds fine with ports libtool 2011-11-22 16:12:19 +00:00
jasper
19cee4f680 USE_LIBTOOL is already set by gnome.port.mk. 2011-11-22 15:03:23 +00:00
jasper
716defe456 switch to ports libtool now that giscanner has been fixed. 2011-11-22 15:01:57 +00:00
jasper
620aca6685 - apply a patch from debian brining several fixes and improvments, including
support for -north/-south
- take maintainership

ok todd@ (previous maintainer)
2011-11-22 09:33:09 +00:00
stu
dd9c26f23e Update to tk-8.5.11, use bsd.port.arch.mk.
Ok sebastia@, sthen@.
2011-11-21 18:31:02 +00:00
ajacoutot
ec252b76c2 Forgot this part in previous as noted by jasper@ 2011-11-21 15:49:41 +00:00
ajacoutot
f81f9eb545 Build the symbol-db plugin using a patch from FreeBSD.
missing functionnality reported by John Tate.
2011-11-21 15:21:33 +00:00
jasper
e1e0ac1e28 - update to 1.20.0 2011-11-21 14:13:02 +00:00
jasper
ec748ff852 - fix dependencies 2011-11-21 13:43:54 +00:00
jasper
e19d0c3d0f - update to 3.2.2 2011-11-21 10:37:24 +00:00
ajacoutot
c807be726a Update to libgdamm-4.99.6. 2011-11-21 07:44:59 +00:00
ajacoutot
22704a2e94 Bugfix update to libgda-5.0.2. 2011-11-21 07:38:23 +00:00
ajacoutot
d6fcc80a07 Small update to gnome-tweak-tool-3.2.2. 2011-11-19 09:38:51 +00:00
jasper
b8e89d7541 - switch to mandoc to slightly improve the usage line; unbreaks the port
after USE_GROFF was removed.
2011-11-18 13:09:17 +00:00
nigel
4b6412f9bf regen WANTLIB, add missing LIB_DEPENDS, stop creating no-arch packages.
Ok sthen@
2011-11-18 12:20:33 +00:00
sebastia
0aff9c565b fix stupid typo 2011-11-18 00:29:58 +00:00
sebastia
b4a85f4f2e enable regression test in webservices
OK rpointel@
2011-11-18 00:13:45 +00:00
sebastia
259b7aafea allow overriding of NO_REGRESS in the ports Makefiles
OK rpointel@
2011-11-18 00:10:06 +00:00
sebastia
f90a33f05d enable aclock, gomoku, matharray and netclasses 2011-11-17 23:55:48 +00:00
sebastia
eb2475d067 fix what I messed up here. 2011-11-17 23:54:40 +00:00
sebastia
7b2ff51e72 remove this wrong import 2011-11-17 23:48:06 +00:00
sebastia
c05b6c66d8 import netclasses:
Netclasses is an easy to use, unbloated API for handling asynchronous
connections in Objective-C under GNUstep as well as OS X. It can also be
used for synchronous connections but this is not its primary use.

OK rpointel@
2011-11-17 23:44:04 +00:00
sebastia
bff6ff0cb9 import matharray: a library to manipulate matrices
MathArray is a general library of classes for performing mathematical
operations on arrays (vectors, matrices, etc) of values. It can operate
on any standard 'C' number type plus numbers of complex type. MathArray
knows implicitly what types of operations can be performed on what types
of numbers and will automatically cast itself to the correct number type
representation to handle the specific operation. Standard operations
include addition, scalar and matrix multiplication and logical
operations. Mathematical operations in the standard C math library are
also supported, as well as user-defined functions.

OK rpointel@, who also OKed aclock and gomoku, forgot there, sorry
2011-11-17 23:42:51 +00:00
sebastia
d7ec7e9ba1 import matharray: GNUstep library to manipulate matrices
MathArray is a general library of classes for performing mathematical
operations on arrays (vectors, matrices, etc) of values. It can operate
on any standard 'C' number type plus numbers of complex type. MathArray
knows implicitly what types of operations can be performed on what types
of numbers and will automatically cast itself to the correct number type
representation to handle the specific operation. Standard operations
include addition, scalar and matrix multiplication and logical
operations. Mathematical operations in the standard C math library are
also supported, as well as user-defined functions.

OK rpointel@ same for aclock and gomoku, where I forgot, sorry
2011-11-17 23:38:02 +00:00
sebastia
bd3386f270 import aclock: analog clock for the GNUstep desktop
AClock is an analog clock for the GNUstep desktop which stays in the
dock. The display is customizable in many details.
2011-11-17 23:32:33 +00:00
sebastia
b506af6b93 import gomoku: extended TicTacToe game for GNUstep
Gomoku is an extended TicTacToe game for GNUstep. You win the game if
you are able to put 5 of your pieces in a row, column or diagonal. You
lose if the computer does it before you. Unlike most other engines, this
engine is not designed to play very well, but rather to give you fun
when you play against it.
2011-11-17 23:28:59 +00:00
ajacoutot
53d43cccd0 Modernize this port a bit and make DESCR readable. 2011-11-17 18:33:13 +00:00
ajacoutot
d7825fc1c9 Minor tweak: Gnome -> GNOME 2011-11-17 15:57:32 +00:00
dcoppa
e0421e94ad +faenza-icon-theme 2011-11-17 15:49:27 +00:00
dcoppa
de79d9a095 Import Faenza icon theme, a complete colourful suite of squared
icons

grudgingly ok ajacoutot@
2011-11-17 15:47:50 +00:00
sebastia
d6647b94d3 minor update to webservices to 0.5.5
adds ability to check/generate digest user authentication

OK aja@
2011-11-17 14:37:21 +00:00
jasper
ff23654173 - move away from gnu libtool now that gobject-introspection has been fixed. 2011-11-17 11:42:31 +00:00
ajacoutot
3d08c654cd Remove this patch; it's wrong and introduced a segfault at logout. 2011-11-16 19:25:51 +00:00
phessler
7ccc4d7c1c Update to VLC 1.1.12
Most of the bits from Brad, a minor runtime fix by me.

Tested on amd64, i386, macppc

OK dhill@, rpointel@, sthen@, jasper@
2011-11-16 13:33:15 +00:00