Commit Graph

1692 Commits

Author SHA1 Message Date
fgsch
6256399a40 and more.. 2002-12-29 20:19:09 +00:00
pvalchev
4f22812321 cast NULL sentinel to void * so it is 64bit on alpha & sparc64 2002-12-29 00:10:47 +00:00
wcobb
10503b6c27 Document the smpeg API.
ok pvalchev@
2002-12-25 02:09:03 +00:00
marcm
64a19369b6 Update to 1.0.5, fix LIB_DEPENDS, take MAINTAINER.
ok sturm@
2002-12-23 04:57:56 +00:00
marcm
3129327515 Fix LIB_DEPENDS, take MAINTAINER. 2002-12-23 04:56:05 +00:00
marcm
6e4c9b8358 Update to 2.0.7, fix LIB_DEPENDS, take MAINTAINER and get libtool to
add -pthread to .la files where needed.

ok sturm@
2002-12-23 04:54:59 +00:00
pvalchev
3101b76380 Remove Angelos from maintainer per his request 2002-12-23 00:37:49 +00:00
margarida
b1e61c5384 Add libunicode 2002-12-19 01:21:53 +00:00
margarida
2f3ebc1d3c Import of libunicode-0.4
--
libunicode is a library for manipulating Unicode characters and
strings. It understands both the UTF-8 and UCS-2 encodings, and
has a framework for adding support for new encodings.

brad@ ok
2002-12-19 01:19:52 +00:00
grange
5f3f6cdb57 add libdsk lib765 libspectrum 2002-12-16 14:31:06 +00:00
grange
5637ae5220 libspectrum is a fairly simple library designed to make the handling
of various ZX Spectrum emulator-related file formats easy. So far it
handles .sna and .z80 snapshots (.sna read only), .tap and .tzx tape
images and .rzx input recording files.

WWW: http://www.srcf.ucam.org/~pak21/spectrum/libspectrum.html

ok naddy@
2002-12-16 14:29:55 +00:00
grange
fb1635291e lib765 is an emulation of the uPD765a (aka Intel 8272)
Floppy Disc Controller (FDC) as used in Amstrad computers
such as the PCW, CPC and Spectrum +3. At  present it is not
a ``full'' 765; features not used in the PCW BIOS (such as:
DMA, multisector reads/writes, multitrack mode) are either
left unimplemented  or incomplete.

WWW: http://www.seasip.demon.co.uk/Unix/LibDsk/

ok naddy@
2002-12-16 14:28:54 +00:00
grange
1fb9c230b1 libdsk is a library intended to give transparent access to
floppy drives and to the disk image files used by emulators
to represent floppy drives.

WWW: http://www.seasip.demon.co.uk/Unix/LibDsk/

ok naddy@
2002-12-16 14:27:34 +00:00
fgsch
9843cf978e Update to dejagnu 1.4.3, copied from lang/egcs/dejagnu. 2002-12-14 09:02:02 +00:00
naddy
0fe9eb2ce8 Update to 4.1.1: bug fixes, support for *BSD/sparc64 has been integrated. 2002-12-13 23:56:58 +00:00
marcm
48806b6686 Update to 0.14.0 which now handles -pthread without patching (hmpf "patch
from FreeBSD guys" indeed).

The included glib-1.2.8 is no longer built, instead our in-tree glib is
linked statically.  This avoids a reported problem on macppc arches.

ok avsm@
2002-12-11 17:17:08 +00:00
couderc
1d8c66ce25 Add ruby-ncurses 2002-12-10 16:21:08 +00:00
couderc
2b197dae55 Initial import of ruby-ncurses from Jim Geovedi.
##

Ruby interface which provides access to the functions, macros, global
variables and constants of the ncurses library.  These are simply 
mapped to a Module named Ncurses.  Functions and external variables
are implemented as module functions of the Module Ncurses.
2002-12-10 16:01:02 +00:00
brad
13a7400a86 drop MAINTAINER. 2002-12-10 15:46:10 +00:00
brad
fb4ec1cc36 change e-mail address.
--
From: MAINTAINER
2002-12-09 15:37:23 +00:00
pvalchev
7331d3eb17 new maintainer: Jolan Luff 2002-12-08 20:23:55 +00:00
sturm
4dac6dd05d update to 1.6.2
from MAINTAINER

- improved error handling
- use of Shell-Quote module for improved filename handling
- new feature for combined plot of line and file statistics

naddy@ OK
2002-12-06 21:11:50 +00:00
sturm
2215e98243 add p5-Time-Piece 2002-12-06 20:46:37 +00:00
sturm
de23297452 initial import of p5-Time-Piece 1.07
submitted by Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>

This module replaces the standard localtime and gmtime functions with
implementations that return objects. It does so in a backwards compatible
manner, so that using localtime/gmtime in the way documented in perlfunc
will still return what you expect.

naddy@ OK
2002-12-06 20:44:37 +00:00
marcm
ecec413342 Pick up MAINTAINER
Kill NEED_VERSION

Bump version number.  This was patched to fix a bug dealing with -pthread
quite a while ago.  The version should have been updated then but wasn't.
2002-12-05 17:50:23 +00:00
shell
a7cb462b34 drop maintainership 2002-12-05 11:14:12 +00:00
naddy
22c8721029 +getxml 2002-12-04 14:32:04 +00:00
naddy
cf1f79d0c4 Import getxml 1.0.4.
Submitted by Jim Geovedi <jim@corebsd.or.id>.

getxml is an XML internationalization tool; it is comprised of 
getxml-extract (makes the header for the gettext tool) and 
getxml-merge (merges XML and po files).
2002-12-04 14:29:58 +00:00
naddy
b83c038294 Add gnuplot in RUN_DEPENDS, and mention License type.
From: Jim Geovedi <jim@corebsd.or.id>
2002-12-04 01:44:22 +00:00
pvalchev
482cfd82fa Update Jim's address in those as well 2002-12-03 22:45:32 +00:00
marcm
f39e43a417 +soup 2002-12-03 19:48:22 +00:00
marcm
04d8022c67 Soup is a SOAP (Simple Object Access Protocol) implementation in C.
It provides an queued asynchronous callback-based mechanism for sending
and servicing SOAP requests, and a WSDL (Web Service Definition Language)
to C compiler which generates client stubs and server skeletons for easily
calling and implementing SOAP methods.

ok todd@
2002-12-03 19:39:32 +00:00
nino
ddfd88f86e Transfer maintainership to Jim Geovedi <negative@magnesium.net>. 2002-12-03 19:26:34 +00:00
margarida
bd736a211d Add p5-String-Scanf. 2002-12-01 21:16:21 +00:00
margarida
e01485cc44 Add p5-String-Scanf
--
Perl module that emulates the sscanf() of the 
C stdio library.

From: Jim Geovedi <jim@corebsd.or.id>

brad@ ok
2002-12-01 21:14:49 +00:00
marcm
71a1534aac Sync DESCR with reality. 2002-12-01 20:09:02 +00:00
marcm
e2405b4d3d Take maintainership.
ok nino@
2002-12-01 19:59:31 +00:00
naddy
afea673243 - Fix PLIST now that file names >100 chars aren't truncated any longer.
- Some clean-up.
2002-12-01 02:20:18 +00:00
ian
67908bf66a Add missing VMEM_WARNING 2002-12-01 00:40:15 +00:00
margarida
431782d602 Update to version 1.14.
Add license.
Add myself as MAINTAINER.

pvalchev@ ok
2002-11-30 19:49:10 +00:00
margarida
03a96a6a4e Update to version 0.09.
Add license.
Add myself as MAINTAINER.

pvalchev@ ok
2002-11-30 19:46:37 +00:00
margarida
15838d90dc Update to version 1.997.
Remove NEED_VERSION, add license, sync PLIST with reality.
Add myself as MAINTAINER.

pvalchev@ ok
2002-11-30 19:39:13 +00:00
margarida
a0f44661f1 Remove p5-Test-Harness REGRESS_DEPENDS as it comes
with perl v5.8.0

pvalchev@ ok
2002-11-30 19:30:43 +00:00
naddy
78cea3036a fix dependency: devel/p5-Storable comes with perl-5.8.0 2002-11-30 12:40:48 +00:00
wcobb
c480039af9 Update to SDL-1.2.5.
- sdl-config no longer provides -I${LOCALBASE}/include.
- add an `aa' flavor (ASCII art display).
- GNU make is not needed.
- don't use nasm with gcc 3.
- don't install a SEGV handler.
- prevent the joystick driver from picking up usb keyboards.
ok pvalchev@
2002-11-30 11:17:26 +00:00
pvalchev
50309cb63a do not rely on sdl-config providing -I${LOCALBASE}/include for other
headers because it does not anymore with upcoming update
2002-11-30 08:12:18 +00:00
marcm
0782bbd373 Add -q flag to suppress warnings about XML validation, these apps don't
really use scrollkeeper anyway.

Also add support for local a XML catalog file so the new scrollkeeper
doesn't go off on the 'net to find the DTDs it needs.

ok nino@
2002-11-30 04:51:38 +00:00
pvalchev
70efb97788 make sure those can find SDL.h w/o relying ${LOCALBASE}/include is in search path 2002-11-29 05:27:57 +00:00
brad
b7d0dfbab4 do not include the WRKBUILD rooted libs dir in the installed copy of libintl.la 2002-11-29 05:07:01 +00:00
espie
42ef16f4bb cosmetic qt changes. 2002-11-28 19:19:09 +00:00