1878 Commits

Author SHA1 Message Date
sturm
c4d07290dd use {RUN,REGRESS}_DEPENDS instead of BUILD_DEPENDS
maintainer agreed
2003-01-30 13:51:35 +00:00
pvalchev
0f9f4167dd fix build on vax, seems to work too (at least passes regress) 2003-01-28 07:51:22 +00:00
margarida
de24b57bb9 Add p5-Term-Screen and p5-Term-ScreenColor 2003-01-28 00:06:46 +00:00
margarida
e6b234b3b5 Import p5-Term-ScreenColor
--
Term::ScreenColor adds ANSI coloring support, along with
a few other useful methods, to the objects provided in
Term::Screen.

WWW: http://p-f-m.sourceforge.net/

brad@ ok
2003-01-27 23:55:05 +00:00
margarida
9ff7afb0f9 hrmph.. 2003-01-27 23:41:53 +00:00
margarida
789b325b54 Import p5-Term-Screen-1.02
--
Term::Screen is a very simple screen positioning module
that should work wherever "Term::Cap" does. It is set up
for Unix using stty's but these dependences are isolated
by evals in the "new" constructor.

brad@ ok
2003-01-27 23:34:37 +00:00
sturm
5da443f4b0 mark broken
symptom: eats all cpu and gets nowhere, seems stuck in rt_sigsuspend

niklas@ speculated about our Posix RT signalling not being perfectly
emulated, no quick fix expected

MAINTAINER agreed
2003-01-22 16:37:45 +00:00
pvalchev
439b34130d Update to gengameng-4.1 2003-01-21 09:35:50 +00:00
naddy
ab629d3623 Replace 8-bit characters. 2003-01-20 19:10:00 +00:00
pvalchev
5f9b9c45f8 Update to ccache-2.1.1; bug fixes and minor improvements over last
from Brian Poole <raj@cerias.purdue.edu>
2003-01-19 09:27:25 +00:00
pvalchev
c6d43893ca Update to jdk-1.3.1_06 which is the latest and greatest from Sun
from santana@openbsd.org.mx, ok'ed by maintainer
2003-01-19 09:13:56 +00:00
brad
96dedafc43 - Use Qt3-MT
- Add png header path
2003-01-19 02:27:30 +00:00
avsm
d52c90e2f3 +check 2003-01-19 00:16:49 +00:00
avsm
758578c90c initial import of check-0.8.4
--

Check is a unit test framework for C. It features a simple interface
for defining unit tests, putting little in the way of the developer.
Tests are run in a separate address space, so Check can catch both
assertion failures and code errors that cause segmentation faults
or other signals. The output from unit tests can be used within
source code editors and IDEs.
2003-01-19 00:10:16 +00:00
brad
7759955ddc bump PKGNAME, the recent commit from drahn@ is really important for
ELF-based archs as having an old boehm-gc can cause programs to stop working
after the WorX addition. Noticed after trying to build w3m and it failed
miserably.
2003-01-18 23:29:52 +00:00
pvalchev
c855cfa5ba make bison use libc getopt_long instead of building its own 2003-01-18 20:34:35 +00:00
pvalchev
345f1a3f3c missing RCSId; Jose Nazario 2003-01-18 19:12:09 +00:00
drahn
f5ecdc2e7a Instead of using a data symbol to find the last mapped section of the
executable, use _end. This is done other places in the file, and works
with latest ELF linker changes, (This only affects OpenBSD/ELF). ok todd@
2003-01-17 21:00:45 +00:00
jcs
9748be61fb remove brian as maintainer at his request 2003-01-17 04:02:26 +00:00
marc
1dc00db33e sparc/sparc64 elf config. drahn@ says it works on sparc64. OK todd@ 2003-01-15 22:48:09 +00:00
marcm
4fb7a21594 Don't even try to configure the included glib. We don't use it
and it doesn't even configure right anyway.
2003-01-11 05:53:03 +00:00
pvalchev
a52e564325 fix config.guess for proper macppc->powerpc recognition 2003-01-09 22:36:01 +00:00
todd
d98ae95e82 +tcllib 2003-01-09 17:08:18 +00:00
todd
602f7171ab initial import of devel/tcllib 1.3:
--
Submitted by Jose Nazario <jose@monkey.org>
Modified by todd@

This is the core development home for the tcllib standardized Tcl
library. This is a set of pure-Tcl extensions that you can use to
become even more productive with Tcl.

WWW: http://tcllib.sourcforge.net/doc/
2003-01-09 16:59:37 +00:00
kevlo
5d54e462e8 upgrade to 1.1.3 2003-01-07 06:18:57 +00:00
pvalchev
3c41d4a091 recognise macppc as a host (proper config.guess) 2003-01-06 00:42:09 +00:00
lebel
34e4cbc3a3 build astyle with gcc3 on sparc64 2003-01-04 17:54:07 +00:00
brad
06ae6d0357 use MASTER_SITE_BACKUP for now 2003-01-04 00:05:46 +00:00
marcm
dc1b70af61 Update to 0.22
ok todd@
2003-01-03 21:39:28 +00:00
marcm
f9395e5162 Update to 0.7.10
ok todd@
2003-01-03 21:38:43 +00:00
marcm
da3d6964a0 No, no, no. Just because we're using an installed glib now doesn't mean
you can go linking to strange libraries that you may think we need.

Noticed somewhat painfully by Orpheus <orpheus metempsychosis com>
2003-01-03 05:28:59 +00:00
marcm
c5da3d7383 Move the primary "local include directories" (usually -I/usr/local/include
and -I/usr/X11R6/include) to the end of any lists generated by pkg-config.

This helps to avoid conflicts from packages with different includes using
the same names in matching include paths, like gdk-pixbuf (whose headers
are in ${LOCALBASE}/include/gdk-pixbuf) and gtk+2 (whose headers live
in ${LOCALBASE}/include/gtk-2.0/gdk-pixbuf).

Bump package version accordingly.

ok pvalchev@
2003-01-02 19:23:05 +00:00
pvalchev
d41281ff90 pull string.h for needed prototypes, get rid of unused variables
no response from maintainer shell@
2003-01-02 06:40:55 +00:00
brad
53922a4fde upgrade libusb to 0.1.7
--
MAINTAINER ok
2003-01-01 21:34:44 +00:00
pvalchev
4d9627f908 final round:
cast NULL sentinel to void * so it is 64bit on alpha & sparc64, use
NULL instead of '0' where appropriate.
2002-12-30 09:15:26 +00:00
fgsch
7530f51518 these are actually not arch dependant; problem reported by marc@. 2002-12-30 07:37:55 +00:00
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