Commit Graph

263 Commits

Author SHA1 Message Date
espie
4ed7caa04f first pass at handling sqlite3 move 2012-04-23 17:15:17 +00:00
sebastia
4eff87ea0f updates Gemas to version 0.3. New is that its now possible to select themes via HighlighterKit, and it supports creating files for new GNUstep Apps and Tools. Further getting rid of a lot of patches.
OK aja@
2012-04-09 17:54:57 +00:00
sebastia
b9b3ae7506 updates HighlighterKit from 0.1.1 to 0.1.2. Getting rid of a bunch of patches, and now the new version allows to use themes for the highlighting.
Added a LIBDIR variable to the SUBST_VARS to not have a large bunch of changes in the PLIST when the SHLIB_VERSION changes the next time.

OK aja@
2012-04-09 17:54:20 +00:00
sebastia
d2ecb80355 bugfix update to version 0.3 of GNUstep FTP client.
OK aja@
2012-04-09 10:56:52 +00:00
sebastia
14fce28952 Update Gorm to 1.2.16. Most notably change besides some bug fixes is the ability
to load Apple XIB files (which still needs an update of gnustep-base/gui to work)

OK ajacoutot@
2012-03-31 16:37:06 +00:00
sebastia
3027ee47cd Minor bugfix update to 1.6.2.
OK aja@
2012-03-31 11:43:04 +00:00
sebastia
697dfbe704 Its REVISION not REVISI=N as pointed out by sthen@ 2012-03-31 10:16:52 +00:00
sebastia
aa021ab59d Minor bugfix update to 0.42.2
OK aja@
2012-03-31 10:15:16 +00:00
sebastia
2965c63c93 minor bugfix update, upstream mixed up the tarballs on the server, the old
version was 0.5.4, the actual version now is 0.5.5, therefore no version
bump but a revision bump.

OK aja@
2012-03-31 10:07:00 +00:00
sebastia
68ee74b124 Use MASTER_SITE_SAVANNAH where appropriate
pointed out by sthen@
2012-01-08 12:03:09 +00:00
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