Commit Graph

247 Commits

Author SHA1 Message Date
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