Commit Graph

303 Commits

Author SHA1 Message Date
sebastia
78b9673985 Update libobjc1 to 1.7.2
make it honour CFLAGS and friends
rename library from gobjc to libobjc1

its still not linked to the build
2012-01-05 15:16:18 +00:00
sebastia
1e0d5f5eb9 Update FisicaLab to 0.2.1
Mostly code cleanups and some bug fixing

OK aja@
2012-01-05 14:42:57 +00:00
sebastia
c69132bb7c cleanup cdplayer, remove some cruft that was intended for a dependent port
which will not go in that way.

OK aja@
2012-01-04 17:32:21 +00:00
sebastia
413830b510 Update to 0.4, now with select identifier for queries, and allow to choose between http/https connections to salesforce.
OK ajacoutot@
2011-12-22 18:44:01 +00:00
sebastia
14d9e19c1c Update to 0.3.2, now introducing GSFIFO, which makes it a minor bump.
OK ajacoutot@
2011-12-22 18:41:49 +00:00
sebastia
3393892792 update to 1.4.6
minor bump due to new method allowing loggin raw IO

OK jasper@, ajacoutot@
2011-12-21 17:55: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
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
sebastia
4be0a62b62 Whenever I added Batmon, forgot to enable it to the build.
OK jasper@ sthen@
2011-11-16 11:18:40 +00:00
sebastia
a24374e86f update GWorkspace to 0.9.0
Changes in version 0.9.0
=========================

Enhancements / new features
* Customized icons for special folders (Desktop, Images, Music, Documents, System, Library)
* default font size instead of fixed 12 points
* re-enabled sound playing in content inspector
* webloc file handling

Fixes
* Extensive drag-operation fixes
* volume mounting ported to NetBSD, FreeBSD and generally a more robust FSNodeRep
* portability issues fixed (SPARC crashes, HURD constants)
* security fixes
* crash fixes
* updated to work with changes in recent base and gui packages and obj-c runtimes
* draw fixes for recent gui rounding
* build system fixed (GWMetadata)

OK jasper@
2011-10-15 08:10:47 +00:00
sebastia
7d00bab4d7 update gnustep-webserver to 1.4.5
just one change that introduced a major library bump:
allow to define the IP address where the server should bind to.

OK jasper@
2011-10-15 08:04:45 +00:00
sebastia
ce28b02e9a update gnustep-sqlclient to 1.5.3
most important change is a fix:
Postgres.m: Fix to handle new bytea with \x format

OK jasper@
2011-10-15 08:02:23 +00:00
sebastia
d4fc7a52e2 unbreak pdfkit after xpdf update, still some fonts may not be found, but
better than not working at all. upgrading the bundled version or other options
will be discussed with upstream.
while there, remove two empty patches

OK kili@
2011-10-04 12:53:38 +00:00
sebastia
6bd658f9df hook up sqlclient and webserver 2011-09-17 07:28:18 +00:00
sebastia
0c948960ba import GNUstep SQLClient framework:
The SQLClient library is designed to provide a simple interface to SQL
databases for GNUstep applications. It does not attempt the sort of
abstraction provided by the much more sophisticated GDL2 library but
rather allows applications to directly execute SQL queries and
statements.

SQLClient provides for the Objective-C programmer much the same thing
that JDBC provides for the Java programmer.

OK landry@
2011-09-17 07:26:08 +00:00
sebastia
a91de2d5f6 import GNUstep WebServer framework:
GNUstep WebServer is a framework for GNUstep programs to act as HTTP or
HTTPS server.

OK landry@
2011-09-17 07:23:58 +00:00
espie
346b5bc6dc normalize pkgpath 2011-09-16 12:29:12 +00:00
espie
ca952f2d57 DESCR change -> pkg bump 2011-08-26 08:09:01 +00:00
espie
26d3db4cfc webserver ? obviously not imported yet.
unbreak tree
2011-08-22 20:09:43 +00:00
sebastia
dc25f86096 enable databasin 2011-08-22 08:09:35 +00:00
sebastia
0095d939f9 import DataBasin:
DataBasin is a data access tool for Salesforce.com, it allows querying,
deleting and inserting records. It accesses the APIs through the usage
of web services.

OK landry@
2011-08-22 08:03:26 +00:00
sebastia
00236b2478 import GNUstep WebServices:
Framework for GNUstep programs to interact with web services.  GNUstep
WebServices provides an easy/simple ObjectiveC API for
parsing/generating XML documents, XMLRPC and SOAP remote procedure call
support, and WSDL support.

OK landry@
2011-08-22 08:01:48 +00:00
sebastia
7b3b2313f1 Remove two obsolete patches. I missed them with the update 'cause of my
tests with pre-releases...
no bump, since it prevented the port to build.
Pointed out by Nigel Taylor. njtailor AT asterisk daemon co uk
2011-07-28 06:21:10 +00:00
sebastia
64d1b45cb4 Minor update to pdfkit 0.9 -> 0.9.1
OK jasper@
2011-07-27 19:55:40 +00:00
sebastia
d6c1be58eb Import batmon: a GNUstep battery monitor
Battery Monitor is a battery monitor for laptops. It displays the
current status of the battery (charge/discharge and energy level) as
well as some information about the general health of the cell.

OK landry@
2011-07-19 16:25:42 +00:00
sebastia
916835fd69 enable Jigsaw, Renaissance and Zipper 2011-07-19 14:00:18 +00:00
sebastia
91ec19533d Import Zipper: Zipper is a tool for inspecting compressed archvies. It integrates with the GWorkspace desktop.
Zipper consists only of a single window, displaying the contents of the
selected archive. Currently, you can view and extract .tar, .tar.gz,
.tar.bz2, .rar, .lha, .lhz, .zip and .7z archives. Further it allows to
create .tar.gz archives.

OK landry@
2011-07-19 13:58:02 +00:00
sebastia
a174b633f7 Import Renaissance: GNUstep layer to write portable GUIs
GNUstep Renaissance allows you to describe your user interfaces (that
is, the windows in your application, and the buttons, boxes, textfields,
etc in the windows) in simple and intuitive XML files, using an open,
standard format describing the logic of the interface. GNUstep
Renaissance can then, at run time, generate the user interfaces (using
the native host OpenStep-like libraries) by reading the XML files.

OK landry@
2011-07-19 13:52:40 +00:00
sebastia
8e99a38db7 import Jigsaw: GNUstep jigsaw puzzle game
OK landry@
2011-07-19 13:50:39 +00:00
sebastia
184727a1a5 enable cdplayer 2011-07-19 06:31:34 +00:00
sebastia
7e56c4b406 import cdplayer:
a GNUstep based CD player with CDDB support.

OK landry@
2011-07-19 06:30:42 +00:00
sebastia
f36edb6962 update gnustep-base to 1.22.1.
getting rid of two patches that made it into upstream.
Add a patch that disables the generation of backtraces, when trying to
handle exceptions, which caused hangs and 100% CPU hogging.
This makes many GNUstep applications happy, hopefully finding a better
way soon.

OK landry@
2011-07-19 06:29:09 +00:00
sebastia
97f9125b33 Update gnustep-make to 2.6.1. While there, do not disable native-objective-c
exceptions. They are not used by any port, but maybe someone wants to do it
in the future, or a port may need it.
Further, zap the stripping of binaries that gets propagated into the gnusteps
config.make to be more inline with upstream. This is now properly handled via
the gnustep.port.mk.

OK landry@
2011-07-19 06:23:28 +00:00
sebastia
d7cafe63de Allow all dependent ports to build with(out) debugging symbols, depending on
a defined DEBUG in /etc/mk.conf

OK landry@
2011-07-19 06:19:49 +00:00
sebastia
302c121b3d Enable gmastermind and sudoku 2011-07-16 15:23:41 +00:00
sebastia
29299451e4 Import Sudoku:
GNUstep Sudoku allows you to create and solve sudoku puzzles. Store
sudokus for in-depth study. Solvability guaranteed.

OK sthen@
2011-07-16 15:21:43 +00:00
sebastia
9982fe2db5 Import GMastermind:
GMastermind is an implementation of the well-known Mastermind game. The
object of the game is to determine the hidden combination of four
colors.

OK sthen@
2011-07-16 15:17:57 +00:00
sebastia
c7fd33e5f5 Update LapisPuzzle to 1.2.
This is a bugfix release, just mostly getting rid of the patches directory.

OK sthen@
2011-07-16 15:08:21 +00:00
sebastia
be0770d6c6 enable gmines 2011-07-12 07:15:01 +00:00
sebastia
e5080ddb1c Import GMines:
This is an implementation of the well-known minesweeper game.

OK landry@
2011-07-12 07:11:47 +00:00
ajacoutot
94ccb4c91a Use the libiconv|gettext MODULE. 2011-07-06 23:56:08 +00:00
sebastia
3156205189 Import the "traditional" GNUstep Objective-C runtime:
The GNUstep Objective-C runtime is designed as a drop-in replacement for the
GCC runtime.

This version of the runtime is needed to get GNUstep ports working fine on sparc.
Not yet hooked up to the build. To make use of it, it needs an update for gnustep-make, and a bump on all dependent ports.
Waiting for gnustep-base update, which should arrive soon, to do all those things at the same time.

OK landry@
2011-06-28 16:06:20 +00:00
sebastia
f40c64a167 hook up performance and webservices 2011-06-28 16:00:55 +00:00
sebastia
3743a2648b import GNUstep WebServices:
The WebServices library contains a collection of classes to be used for
creating client and server 'web service' applications. It is also useful
for general XML work as the API that is particularly simple and
efficient.

OK landry@
2011-06-28 15:51:18 +00:00
sebastia
3a4707d09b Import GNUstep Performance:
GNUstep Performance is a collection of classes to help improve/tune
performance of your software.

OK landry@
2011-06-28 15:49:56 +00:00
sebastia
01a3602c96 Fix to be build with gcc-2.95
OK landry@
2011-06-27 06:34:55 +00:00
sebastia
5acfd868bd Fix to build with gcc-2.95
feedback from landry@, jasper@, sthen@
OK sthen@
2011-06-24 10:51:48 +00:00
sebastia
781f6727f1 remove spurious .orig file from the tarball to not confuse update-packatges
OK jasper@
2011-06-22 17:39:46 +00:00
ajacoutot
f982995f2b Add a consistent header that substitutes FULLPKGNAME for the READMEs.
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
sebastia
5f88f37a58 Enable EdenMath 2011-05-24 14:04:17 +00:00
sebastia
67b60fccb5 Import EdenMath, the GNUstep port of the scientific calculator, originally written for Mac OS X.
OK landry@, jasper@
2011-05-24 14:01:48 +00:00
sebastia
a97f833c81 Fix lookup of Application bundles when apps are started with full path, bump and regen patches.
OK jasper@, landry@
2011-05-24 13:58:28 +00:00
sebastia
2039324476 Update Gemas to 0.2, some improvements to the indentation.
OK landry@
2011-05-20 07:33:45 +00:00
sebastia
1f530cb5e4 Update highlighterkit to 0.1.1, minor improvements about how highlighting is done.
Added patch to build with gcc-2.95

OK landry@
2011-05-20 07:29:49 +00:00
sebastia
9a3c792c08 Fix LIB_DEPENDS to sqlite3 due to changes in libxslt
OK landry@, yes please sthen@
2011-05-18 13:08:25 +00:00
sebastia
dda38efe9d enable affiche 2011-05-15 13:06:47 +00:00
sebastia
bc40b6794a Import Affiche: GNUstep sticky notes
Affiche is a little application that allows people to "stick" little
notes on their computer desktop.

OK sthen@
2011-05-15 13:05:54 +00:00
sebastia
7731a20298 use PKGNAME ?= ${DISTNAME:L} in Makefile.inc, and remove it from the gnustep ports that use it.
OK sthen@
2011-05-15 13:03:26 +00:00
sebastia
f8cfa51cc9 Update simpleagenda to 0.42, now supporting alarms, and making use of the dbuskit
OK landry@
2011-05-14 08:35:30 +00:00
sebastia
aa3e6e1684 Enable dbuskit 2011-05-14 08:33:52 +00:00
sebastia
cd3938e3c3 import DBusKit: GNUstep dbus interface
DBusKit is the GNUstep D-Bus bindings framework. The framework allows
Objective-C applications to access the D-Bus inter-process communication
system.

OK landry@
2011-05-14 08:32:30 +00:00
sebastia
0223b109f9 Enable lapispuzzle 2011-05-13 11:37:10 +00:00
sebastia
1392312c96 Import LapisPuzzle, a tetris like game.
LapisPuzzle is a tetris-like game which challenges the player by making
the opposing team's victories count doubly against the player and vice
versa.

OK sthen@
2011-05-13 11:35:18 +00:00
sebastia
5d92a80042 Minor update, fixing a large speed penalty with regard to font handling in the cairo backend.
OK landry@, sthen@
2011-05-09 11:15:13 +00:00
sebastia
f4c9042f4a Enable gnustep on macppc. Thanks to Joel Carnat for testing www/sogo and some of the applications.
OK landry@
2011-05-05 22:56:16 +00:00
sebastia
bbd64e7512 enable mpdcon, rsskit and grr 2011-04-24 14:06:51 +00:00
sebastia
4acbce0cfd Import Grr:
Grr (Günther's RSS reader) is a RSS reader for GNUstep.

OK landry@
2011-04-24 14:05:55 +00:00
sebastia
54acbde72f import RSSKit:
RSSKit is a framework for GNUstep applications for reading different
types of RSS file formats.

OK landry@
2011-04-24 14:04:54 +00:00
sebastia
fc43f63afe MPDCon is a GNUstep base client for the Music Player Daemon (MPD).
OK landry@
2011-04-24 14:02:36 +00:00
sebastia
e8cec53100 I had a hand rolled distfile in my tree when testing before the release, which I forgot to clean up when making the release.
Update distinfo to the real distfile.

OK ajacoutot@, sthen@
2011-04-20 09:25:37 +00:00
sebastia
a13e14a82c bump, plist changes due to framework chagnes
OK landry@, ajacoutot@
2011-04-18 12:44:14 +00:00
sebastia
e7154119b2 bump, get rid of some patches, PLIst changes due to framework
OK landry@, ajacoutot@
2011-04-18 12:41:18 +00:00
sebastia
d66a945ca7 bump, fix compilation warning
OK ajacoutot@, landry@
2011-04-18 12:40:08 +00:00
sebastia
6df7e60919 bump, fix compilation warning
OK landry@, ajacoutot@
2011-04-18 12:39:03 +00:00
sebastia
066ed3b4b3 bump, PLIst changes due to framework
OK landry@, ajacoutot@
2011-04-18 12:38:17 +00:00
sebastia
8213b07ad0 bump, get rid of some patches, and add some, PLIst changes due to framework
OK landry@, ajacoutot@
2011-04-18 12:37:17 +00:00
sebastia
0f95f34341 bump, use full path to find mount in patch, PLIst changes due to framework
OK landry@, ajacoutot@
2011-04-18 12:33:04 +00:00
sebastia
694bdc59cc bump, got rid of some patches due to frameworks changes
OK landry@, ajacoutot@
2011-04-18 12:22:41 +00:00
sebastia
e29c7e5aec bump, cleanup makefile, get rid of some patches, new files in PLIST because of
framework

OK landry@, ajacoutot@
2011-04-18 12:21:25 +00:00
sebastia
93ad513f41 bump, cleanup makefile, get rid of some patches, new files in PLIST because of
framework changes

OK ajacoutot@, landry@
2011-04-18 12:20:50 +00:00
sebastia
e217238ca0 bump due to gnustep-make
OK ajacoutot@, landry@
2011-04-18 12:17:46 +00:00
sebastia
b965fb605b bump due to gnustep-base
OK landry@, ajacoutot@
2011-04-18 11:58:45 +00:00
sebastia
fb0997e91f make new gnustep-make to build and run depends
OK landry@, ajacoutot@
2011-04-18 11:57:51 +00:00
sebastia
0611073093 update gnustep-back to 0.20.0
ok landry@, ajacoutot@
2011-04-18 11:56:41 +00:00
sebastia
131822014b update gnustep-gui to 0.20.0 2011-04-18 11:56:01 +00:00
sebastia
b62786dfb8 update gnustep-base to 1.22.0, major bump needed
OK landry@, ajacoutot@
2011-04-18 11:54:49 +00:00
sebastia
f82c6a9c5c Update gnustep-make to 2.6.0, enable strict v2 mode, since v1 is ancient.
Further change the way how frameworks are installed, create a couple of more symlinks,
to get rid of a lot of patches for other dependent ports.

OK landry@, ajacoutot@
2011-04-18 11:30:47 +00:00
ajacoutot
96d502a25f Fix DEPENDS after gnutls update.
ok landry@ jasper@
2011-04-15 16:10:37 +00:00
sebastia
072f18e178 small update to simpleagenda, 0.41 -> 0.41.1
fixes groupdav connection to opengroupware.

OK landry@
2011-03-05 11:25:24 +00:00
sebastia
fd174e2ac5 Add missing include paths to fix building, as found by ajacoutot@
Add missing dependency to automake, as found by landry@
While there, add patch to make it work that the user can u/mount drives via desktop icon

OK landry@
2011-01-14 13:07:13 +00:00