Commit Graph

2065 Commits

Author SHA1 Message Date
avsm
d4e85c350b initial import of cvsutils-0.2.0
--

CVS Utilities is a collection of scripts, mostly in the Perl language,
that allow you to manage the files in the CVS working directory.
You can tell which files are under version control and which are
not without even being online. You can erase or move away all derived
files in seconds.
2003-05-13 10:41:50 +00:00
naddy
698067a9ab Make ports with autoconf macros from gettext 0.11.1 actually detect
our gettext.  libintl is still linked in statically, though.

Also some related clean-up.
2003-05-13 00:12:37 +00:00
jolan
b9bdff2d77 build w/mikmod support, no longer a flavor. ok pvalchev@ 2003-05-12 22:36:32 +00:00
naddy
88d2012902 Maintenance update to 1.6.5; from Jim Geovedi <jim@corebsd.or.id>. 2003-05-12 17:36:33 +00:00
jolan
67e58ed296 update e-mail address, ok brad@ 2003-05-12 08:23:45 +00:00
wcobb
f22abb3746 +sfio 2003-05-12 07:26:41 +00:00
wcobb
261f04f2d5 Import sfio-2002, a safe/fast I/O library. 2003-05-12 07:25:32 +00:00
brad
910639f369 update DESCR, no more libleak.
--
MAINTAINER ok
2003-05-10 21:06:15 +00:00
marcm
33c163d5dc Security fix: addresses remote buffer overflow referenced here:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2001-0928

from MAINTAINER
2003-05-10 02:46:54 +00:00
avsm
04394e94e5 update to pear-Log-1.6.5 2003-05-07 14:04:46 +00:00
margarida
081ccaaf16 Remove cruft 2003-05-04 17:30:55 +00:00
avsm
4f4f1caa40 update to horde-2.2.3 2003-05-03 09:38:21 +00:00
avsm
9255ed073e chroot friendly message 2003-05-02 23:02:28 +00:00
avsm
cdbbb03c44 installs into the new pear layout 2003-05-02 19:51:12 +00:00
wilfried
bfa274fa1c update to 1.11; from maintainer Jim Geovedi <jim@corebsd.or.id> 2003-04-30 19:19:16 +00:00
wilfried
e9b1910f8b update to 0.58; from maintainer Jim Geovedi <jim@corebsd.or.id> 2003-04-30 19:18:07 +00:00
wilfried
2a60222936 update to 0.09; from maintainer Jim Geovedi <jim@corebsd.or.id> 2003-04-30 19:14:43 +00:00
wilfried
a848091fc6 update to 1.12; from maintainer Jim Geovedi <jim@corebsd.or.id> 2003-04-30 19:13:50 +00:00
wilfried
09a5d590ef update to 1.03; from maintainer Jim Geovedi <jim@corebsd.or.id> 2003-04-30 19:12:58 +00:00
wilfried
c06a08f817 update to 0.10; from maintainer Jim Geovedi <jim@corebsd.or.id> 2003-04-30 19:12:06 +00:00
wilfried
49fae918b5 update to 1.02; from maintainer Jim Geovedi <jim@corebsd.or.id> 2003-04-30 19:10:52 +00:00
avsm
9c0b38f448 upgrade to p5-Net-Server-0.85, our local patches have been merged 2003-04-30 13:28:21 +00:00
margarida
7d3158b20d Update to version 1.3.0
--
Check the changes at http://cvs.ossp.org/pkg/lib/mm/ChangeLog

ok brad@
2003-04-29 02:03:53 +00:00
margarida
634b48d2db Update to version 1.94.
- Sync PLIST
- Take MAINTAINER.
2003-04-27 19:44:28 +00:00
margarida
c68d368a1e Update to version 0.10
- Add HOMEPAGE.
2003-04-27 19:42:55 +00:00
todd
f2545dd6f5 - bump version to 6.5.9 from 6.5.1
- fix pkg/*INSTALL (dont hardcode /etc, use ${SYSCONFDIR}) (prompted by nikolay)
- misc tweaks noticed while I was here
- remove upstream accepted patch
2003-04-24 23:48:48 +00:00
todd
1710239724 at least allow alpha to link against libgc.a 2003-04-23 20:56:08 +00:00
margarida
4a446d7069 Update to version 2.2
--
- Added a test suite,
- Added CCACHE_PREFIX option,
- Disabled hard links by default,
- Recognise some more gcc options,
- Added --cache-skip option.
Take MAINTAINER.
2003-04-22 03:15:49 +00:00
wcobb
81d7e08156 Deal with the different modelines of similar resolution introduced by
XFree 4.3 by picking up the modes with the highest refresh rates
(set SDL_VIDEO_X11_USE_ALL_MODES=1 to disable this behavior).
From SDL-current (patch by Stephen Anthony).
ok pvalchev@, jolan@
2003-04-22 00:16:53 +00:00
sturm
a73eb37773 +libdvdplay 2003-04-21 15:01:33 +00:00
sturm
30aa175dd7 Initial import of libdvdplay 1.0.1
libdvdplay is a simple library designed for DVD navigation.

WWW: http://developers.videolan.org/libdvdplay/

from Jolan Luff <jolan@cryptonomicon.org>
2003-04-21 15:00:41 +00:00
espie
338b4b5036 move freetype1 includes in a separate subdirectory. 2003-04-19 13:30:47 +00:00
pvalchev
d2aab96ffc nasm -f elf; pt. out by naddy 2003-04-18 02:37:06 +00:00
naddy
ca59d1087f fix for i386/ELF 2003-04-18 01:22:53 +00:00
sturm
434ce8e5ba +libio 2003-04-17 11:00:50 +00:00
sturm
63d1e41aa5 Initial import of libio 0.1
libio provides an abstraction for general data transport. It creates
data sources and data sinks. The sources and sinks can be connected with
multiple filters. As a result encryption and authentication can happen
completely transparent to the main core of an application. Mutliplex
nodes can be used to deal with N-fan in and M-fan out.

WWW: http://monkey.org/~provos/libio/

from Jolan Luff <jolan@cryptonomicon.org>
2003-04-17 10:59:48 +00:00
wilfried
b7dd22c506 Fix from maintainer; moved files from ${LOCALBASE}/share/ddd-3.3.1
to ${LOCALBASE}/share/ddd
2003-04-17 10:45:23 +00:00
marcm
e47fd1698f Update to 1.2.2.
This is the last update required for GTK+2.2, however, since GTK+2.2 itself
conflicts with GNOME 2.0, I will be holding off on GTK+2.2 itself until
GNOME 2.2 is ready.
2003-04-17 06:05:45 +00:00
marcm
10f6ab5b41 Update to 1.2.1. The old version didn't work with XFree 4.3.0, this one does
and is fully backward compatible (or so they say).
2003-04-17 05:58:47 +00:00
marcm
978fc0bb59 Update to 2.2.1, the latest stable version in the 2.2 series. 2003-04-17 05:55:42 +00:00
sturm
e33d7ec86c update to cvsplot 1.6.4
* Made the cvs log parser more flexible.
* Added the -linestyle argument, which generates plots using lines,
  rather than discrete points.

from maintainer Jim Geovedi <jim@corebsd.or.id>
2003-04-16 12:48:29 +00:00
wilfried
745620cce4 POSIX chown, ok espie@ 2003-04-14 15:02:08 +00:00
sturm
84af9e1cce +p5-Carp-Datum
+p5-Getargs-Long
+p5-Log-Agent
2003-04-13 16:58:18 +00:00
sturm
78ffcc683e Initial import of Carp-Datum 0.1.3
Debugging And Tracing Ultimate Module

Carp::Datum implements the following features:

* Programming by contract: pre-conditions, post-conditions, assertions.
* Flow control tracing: routine entry, arguments, returned values
* Dynamic (i.e. runtime) configuration via mini language to tailor
  debugging and/or tracing at the routine / file / package / type level.
* Ability to statically remove all assertions and flow control tracing
  hooks in modules making use of Carp::Datum.
* Cooperation with Log::Agent for tracing.

from Andrew Dalgleish <openbsd@andrewdalgleish.dyndns.org>
minor cleanup by me
2003-04-13 16:54:28 +00:00
sturm
7627ee9907 Initial import of Getargs-Long 0.1.3
The "Getargs::Long" module allows usage of named parameters in function
calls, along with optional argument type-checking. It provides an easy
way to get at the parameters within the routine, and yields concise
descriptions for the common cases of all-mandatory and all-optional
parameter lists.

From Andrew Dalgleish <openbsd@andrewdalgleish.dyndns.org>
little cleanup and DESCR from me
2003-04-13 16:32:22 +00:00
sturm
cf60af4b67 Initial import of Log-Agent 0.304
Log::Agent is a general logging framework aimed at reusable modules.

Instead of having modules insist on using their own logging reporting
(by hardwiring calls to warn() or syslog()) which can conflict with
the final application's choice, one may use logwarn() for instance to
emit a warning.

From Andrew Dalgleish <openbsd@andrewdalgleish.dyndns.org>
2003-04-13 16:20:20 +00:00
david
ff5820ad96 update to Parallel::ForkManager 0.7.5
- Documentation fixes
- Fix bug if you specify max_procs = 0
ok pvalchev@
2003-04-12 20:30:02 +00:00
jsyn
43d7195899 quote COMMENTs; ok naddy@ 2003-04-10 18:08:56 +00:00
sturm
b3e214febb update to ddd 3.3.1
- minor bug fixes
- improved temp file handling

from Andrew Dalgleish <openbsd@andrewdalgleish.dyndns.org>
2003-04-10 16:51:21 +00:00
marcm
a127d54ca7 Update to 0.7.11, minor bugfixes. 2003-04-10 15:53:54 +00:00
marcm
dd14861094 Update to 0.24, a bugfix release. 2003-04-10 15:52:33 +00:00
wilfried
7f1329aa24 don't try to remove this dir, noticed by naddy@ 2003-04-10 13:26:50 +00:00
jsyn
1ca382027a in COMMENT: add proper quoting, improve grammar, capitalize 'CVS' 2003-04-10 09:52:45 +00:00
jsyn
88b867eed7 update to flawfinder-1.22; PACKETSTORM distsite sync'd 2003-04-10 04:53:02 +00:00
wilfried
4df9415736 + p5-AppConfig 2003-04-09 10:44:27 +00:00
wilfried
5efac6349e Import p5-AppConfig 1.52; submitted by Morten Liebach <m@mongers.org>
Module bundle for reading and parsing config files
2003-04-09 10:43:56 +00:00
margarida
17cc8d2718 Update to version 1.09
Changed MASTER_SITES
2003-04-06 00:46:17 +00:00
margarida
4b6fc24513 Update to version 2.0.6
- Cosmetic cleanup;
- Showfont example program no longer installed.

From MAINTAINER: Jolan Luff <jolan@cryptonomicon.org>
2003-04-05 22:24:36 +00:00
margarida
8f11c8711a Update to version 1.2.5.
Changes:
- Cosmetic fixes.
- Port no longer depends on guilib, which was only required to build
an example chat code that was never installed in the first place.
- Sync DESCR with reality.

From MAINTAINER: Jolan Luff <jolan@cryptonomicon.org>

brad@ ok
2003-04-04 02:18:00 +00:00
margarida
accc89bca2 Missed dependency. 2003-04-04 00:22:20 +00:00
margarida
5f977a87c4 Update to version 1.2.5.
--
From MAINTAINER with some tweaks from me.
2003-04-03 23:46:17 +00:00
margarida
739224393c Update to version 1.2.3
Some minor tweaks.
From MAINTAINER.
2003-04-03 23:40:05 +00:00
avsm
0b466d4c8e update to chora-1.2 2003-04-03 11:30:53 +00:00
avsm
52661716a9 + pear-Date 2003-04-03 10:57:28 +00:00
avsm
9220677fe2 initial import of pear-Date-1.3
--

Generic classes for representation and manipulation of
dates, times and time zones without the need of timestamps, which
is a huge limitation for php programs. Includes time zone data,
time zone conversions and many date/time conversions.  It does not
rely on 32-bit system date stamps, so you can display calendars
and compare dates that date pre 1970 and post 2038. This package
also provides a class to convert date strings between Gregorian
and Human calendar formats.
2003-04-03 10:56:50 +00:00
avsm
42ff84287e + pear-Log 2003-04-03 10:43:51 +00:00
avsm
3e60b60fff update to horde-2.2.1 with the new pear dependencies 2003-04-03 10:37:40 +00:00
avsm
ea5bfdbbb9 initial import of pear-Log-1.5.3
--
The Log framework provides an abstracted logging system for PHP
scripts. It supports logging to console, file, syslog, SQL, mail,
and mcal targets. It also provides a subject - observer mechanism.
2003-04-03 10:31:14 +00:00
wilfried
4b63fdf5e3 update to p5-Term-ReadLine-Gnu-1.14
- kludge not to cause segmentation fault on Perl 5.8.0 w/PerlIO and
  FileHandle (ex. CPAN.pm)
2003-04-02 09:19:06 +00:00
margarida
0210869f4f Fix conflict with net/nsd.
ok pvalchev@
2003-03-31 00:53:58 +00:00
naddy
430f3bac60 Maintenance update to 4.1.2. 2003-03-29 00:30:59 +00:00
margarida
8283019a59 Change MAINTAINER address.
pvalchev@ ok
2003-03-09 18:08:06 +00:00
naddy
74b5768f17 fix UTF-8 encoding errors; prompted by and ok pvalchev@ 2003-03-08 20:39:07 +00:00
brad
81701a8255 fill in dependencies. 2003-03-06 05:44:22 +00:00
brad
cd54315ec0 don't need autoconf. 2003-03-06 04:30:25 +00:00
sturm
4690548b5e remove version number from tetex dependency, I missed this one when
updating tetex

reported by wilfried@ ok pvalchev@
2003-03-04 21:41:00 +00:00
pvalchev
03df7eaff7 use NULL instead of 0 as a sentinel because 0 is not a pointer in varargs
context, cast to void * to make sure it's 64-bit
2003-03-03 00:56:32 +00:00
pvalchev
168a3b02ef - Use common Makefile for all architectures, thus allowing this to build
on non-i386 platforms - there is no need to be MD
- Don't patch files into existence, use files/ for that
- Change wrong LIB_DEPENDS to BUILD_DEPENDS because these libraries
are all static.
- Add appropriate regress targets with REGRESS_DEPENDS or set
NO_REGRESS where such tests are not available.
- Do not link with -g
2003-03-03 00:51:37 +00:00
pvalchev
893484bf10 - Use common Makefile for all architectures, thus allowing this to build
on non-i386 platforms - there is no need to be MD
- Change wrong LIB_DEPENDS to BUILD_DEPENDS because these libraries
are all static.
- Add 'test' target and turn it into a regress target for the port, using
the provided test.
- Add appropriate REGRESS_DEPENDS

XXX regress currently fails on at least powerpc.
2003-03-02 21:38:18 +00:00
pvalchev
f4eaeec379 do not compile -g 2003-03-02 19:33:17 +00:00
pvalchev
3e0f336e88 - Fix build on non-i386 arches by using a common Makefile, there is no need
to it to be MD.
- Do not patch file into existance, place it in files/ instead
- There are no regression tests, so mark it as such
2003-03-02 18:26:41 +00:00
david
e74e4a4773 fix more spelling errors/typos
ok pvalchev@
2003-03-02 05:35:10 +00:00
pvalchev
0588c38bd7 - update HOMEPAGE
- install 'showfont' example program as 'sdl-showfont' isntead, to avoid
conflict showfont(1) part of XF4.
from maintainer Jolan Luff
2003-03-02 05:25:39 +00:00
pvalchev
8fea5d3dac sync linenumbers 2003-03-02 05:23:27 +00:00
wcobb
5c15707861 Don't try obtain full-screen modelines on sparc64; ok pvalchev@ 2003-03-02 02:57:16 +00:00
david
388a53f2fc fix some more spelling errors
ok pvalchev@
2003-03-01 09:22:50 +00:00
pvalchev
56ec76778e switch to using qt-mt
fixes linking issues on ELF as a bonus
2003-03-01 07:08:34 +00:00
david
a84552fb15 change my email to @openbsd.org
ok pvalchev@
2003-02-28 00:26:59 +00:00
espie
c138118a37 MODULES=gnu can be used to access MODGNU_AUTOCONF_DEPENDS without entering
into CONFIGURE_STYLE issues.
ok naddy, pval
2003-02-27 19:27:00 +00:00
david
32bf3deee8 necessary is spelled necessary.
similar is spelled similar.
functionality is spelled functionality.
ok brad@ jmc@
2003-02-26 15:13:04 +00:00
david
31718ea64f spelling typos
ok pvalchev@ brad@
2003-02-26 03:10:46 +00:00
espie
bbaf5c58ae while rereading the changelog, noticed that separate build ought to work,
and it does !
2003-02-25 00:58:53 +00:00
espie
b43dade7cb libdvdread 0.9.4, bookmark support. 2003-02-24 22:54:03 +00:00
pvalchev
2bcf688652 New maintainer: Jolan Luff <jolan@cryptonomicon.org> 2003-02-23 18:30:20 +00:00
pvalchev
1fd2af048d set default to our libGL library name correctly (the whole way this
works is braindamaged but that is to be fixed later)
fixes "cannot find OpenGL library" errors
2003-02-23 07:58:25 +00:00
kevlo
deaf9054e2 upgrade to version 1.1.5 2003-02-21 07:07:56 +00:00
kevlo
06b1c95853 upgrade to version 1.10 2003-02-21 07:03:40 +00:00
markus
ced251ea3a add libbio, libfmt, libregexp9, libutf, mk 2003-02-16 16:44:59 +00:00
espie
0068549d35 use MODGNU_AUTOCONF_DEPENDS 2003-02-16 15:17:58 +00:00
markus
37c44e71cf move mk.pdf to share/doc/mk 2003-02-16 15:13:14 +00:00
markus
c4a7c09477 Streamlined replacement for make; ok lebel@ 2003-02-16 15:00:31 +00:00
markus
304edd494c Simple regular expression library from Plan 9; ok lebel@ 2003-02-16 14:59:42 +00:00
markus
700b443168 Simple buffered I/O library from Plan 9; ok lebel@ 2003-02-16 14:58:49 +00:00
markus
d0af769740 Extensible formatted print C library; ok lebel@
CVS ----------------------------------------------------------------------
2003-02-16 14:58:14 +00:00
markus
479a1ec91a UTF8 support library from Plan 9; ok lebel@ 2003-02-16 14:57:07 +00:00
brad
e912e29cf0 unnecessary patch 2003-02-16 09:10:29 +00:00
brad
67147965c2 argh! this multiple patches per file is annoying. 2003-02-16 00:17:29 +00:00
brad
c7007e8a55 - sync with make update-patches
- add missing RCS ids
2003-02-16 00:04:52 +00:00
brad
679aeb905b rename patches 2003-02-15 23:58:57 +00:00
espie
ef61b689c4 +autoreconf 2003-02-15 17:08:25 +00:00
espie
794a1b9b47 metaauto is in the mix... 2003-02-15 14:27:04 +00:00
espie
eafae04710 explicit check for autoconf version 2003-02-15 14:26:03 +00:00
espie
85a1459fde Say goodbye to old stuff 2003-02-15 14:07:51 +00:00
espie
7de32aba9d switch to metaauto framework: the autoconf ports are now not quite usable,
and need the metaauto wrappers to work.

The metaauto wrapper does not run depend on any autoconf version, to allow
partial installations.

Tested and approved by naddy@
2003-02-15 14:06:58 +00:00
espie
538444df85 move autoconf-new -> autoconf/2.52, to deal with metaauto. 2003-02-15 14:03:28 +00:00
espie
95b0f37db7 slightly changed version of the autoconf-2.13 port, that does NOT install
itself as autoconf to be able to coexist with autoconf-2.52.
2003-02-15 14:02:54 +00:00
espie
626ce59fbf metaauto is a simple framework to deal with varying autoconf/automake
versions, developed by me internally for OpenBSD.
2003-02-15 14:01:18 +00:00
naddy
8b5232220c +jam 2003-02-13 14:52:36 +00:00
naddy
b10883fded Import jam 2.4; submitted by Jonathan Auer <jda@auerfamily.org>.
Jam is a make(1) replacement that makes building simple things simple and
building complicated things manageable.
2003-02-13 14:51:43 +00:00
brad
0f9e370721 convert to using kde module 2003-02-11 05:37:18 +00:00
lebel
2b75437cb9 build with gcc3 on sparc64 2003-02-09 22:15:45 +00:00
reinhard
fb6508244a update to ant v1.5.1;
*) take MAINTAINER
2003-02-08 15:38:34 +00:00
pvalchev
0085cdcddf bump PKGNAME to distinguish last change just in case 2003-02-04 07:43:38 +00:00
reinhard
cfab7e2e57 update to linux jdk 1.3.1_07; ok maintainer 2003-02-03 09:31:19 +00:00
pvalchev
ffbd9ac131 cvs fucked up, and the rest of the cvs2cl commit went stealthy
(cvs hates cvs2cl?)
2003-02-03 08:14:52 +00:00
pvalchev
c571ac4c0d Beat into shape, use FreeBSD's tarball since no other mirror carries this
version anymore
2003-02-03 08:04:23 +00:00
sturm
20d15b44b1 update to tmake 1.10
make use of qt-mt

from MAINTAINER
2003-02-02 16:34:02 +00:00
todd
f513e879e5 +gnome2; thanks to marcm and nino for getting us this far 2003-01-31 19:20:44 +00:00
todd
f068cdf4f3 Import libzvt-2.0.1
--
The libzvt package contains a terminal widget for GTK+2 and Gnome2.

From marcm for gnome2
2003-01-31 18:38:37 +00:00
todd
9f19aef72e Import libwnck-0.18
--
libwnck is Window Navigator Construction Kit, i.e. a library to use
for writing pagers and tasklists and similar applications.

From marcm for gnome2
2003-01-31 18:37:35 +00:00
todd
1cfb9c8af0 Import libgtop2-2.0.0
--
LibGTop is a library for obtaining information about processes and the system.
This includes information about the following areas:

* General System Information
* SYS V IPC Limits:
* Network:
* Process List:
* Process information:
* Process maps:
* File system usage:

From marcm for gnome2
2003-01-31 18:35:57 +00:00
todd
312bb938a1 Import libglade2-2.0.1
--
This library allows you to load glade interface files in a program at runtime.
It doesn't require GLADE to be used, but GLADE is by far the easiest way to
create the interface files.

From marcm for gnome2
2003-01-31 18:27:45 +00:00
todd
ce2fd6972d Import gconf2-1.2.1
--
GConf is a configuration database system, functionally similar to the
Windows registry but lots better.

For more information about GConf and the GNOME project, visit:

WWW: http://www.gnome.org/projects/gconf/

From marcm for gnome2
2003-01-31 18:26:49 +00:00
todd
8c4b10bce1 Import ORBit2-2.4.4
--
ORBit is a high-performance CORBA (Common Object Request Broker
Architecture) ORB (object request broker). It allows programs to
send requests and receive replies from other programs, regardless
of the locations of the two programs. CORBA is an architecture that
enables communication between program objects, regardless of the
programming language they're written in or the operating system they
run on.

WWW: http://www.labs.redhat.com/orbit/

From marcm for gnome2
2003-01-31 18:25:37 +00:00
todd
8d84fe6db0 resolve conflict when importing a prior removed port 2003-01-31 18:19:29 +00:00
todd
9d36ce569e Import libIDL-0.8.0
--
libIDL is a small library for creating parse trees of CORBA v2.2
compliant Interface Definition Language (IDL) files, which is a
specification for defining interfaces which can be used between
different CORBA implementations.

From marcm for gnome2
2003-01-31 17:57:11 +00:00
todd
d30c8a4116 Import linc-0.5.5
--
linc is a library that eases the task of writing networked servers and
clients. It takes care of connection initiation and maintainance, and
the details of varioustransports. It is used by the new ORBit to
handle message transmission/receipt.

From marcm for gnome2
2003-01-31 17:53:59 +00:00
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
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
espie
8e34998817 Update distsite/homepage.
Reminded by Maurice Nonnekes <maurice@amaze.nl>
2002-11-28 18:54:33 +00:00
pvalchev
c305be8657 remove cruft... 2002-11-28 16:36:55 +00:00
margarida
c7d0f08ce4 Add p5-Parallel-ForkManager 2002-11-28 16:16:42 +00:00
margarida
08807b2ed6 Add p5-Parallel-ForkManager
--
This module is intended for use in operations that can
be done in parallel where the number of processes to be
forked off should be limited.

From: David Krause <openbsd@davidkrause.com>

brad@ ok
2002-11-28 16:14:56 +00:00
pvalchev
3f15ffdf31 devel/p5-Storable comes with perl-5.8.0 2002-11-27 21:36:43 +00:00
ish
5ff5e2885b update my email 2002-11-27 07:50:28 +00:00
margarida
6b0670f758 Add p5-Time-Period 2002-11-24 14:33:45 +00:00
margarida
d7e7c452b1 Add p5-Time-Period;
--
Perl module that deals with time periods.

brad@ ok
2002-11-24 14:30:05 +00:00
brad
788f85520f more stubs. 2002-11-24 01:04:22 +00:00
brad
19d8d0bf8e comes with OpenBSD as of 3.2 2002-11-23 23:16:35 +00:00
sturm
c539ea8fde set MAINTAINER to sturm@openbsd.org
naddy@ OK
2002-11-22 16:43:44 +00:00
naddy
092d258af2 update to 0.98.35; from cjeker@diehard.n-r-g.com via angelos@ 2002-11-21 17:38:39 +00:00
margarida
430d1ef599 MASTER_SITE_GNOME was reorganized, fix URLs.
Add missing licensing.

brad@ ok
2002-11-21 02:33:59 +00:00
naddy
471c2b4e88 Update to 0.30; from Peter Galbavy <peter.galbavy@knowtion.net>. 2002-11-21 01:11:15 +00:00
naddy
f34bcd353c return to ports@; requested by (former) maintainer 2002-11-18 23:29:56 +00:00
drahn
1143a16d40 Vararg parameters are promoted to int if char. ok pvalchev@ 2002-11-17 21:14:59 +00:00
pvalchev
43c390b54f p5-I18N-LangTags comes with perl-5.8.0 as well; Nikolay Sturm 2002-11-17 18:59:31 +00:00
pvalchev
0e79215a07 Use MODULES=gcc3 on sparc64 to build this to avoid evil internal compiler
errors deep in STL land
2002-11-17 09:02:19 +00:00
brad
6f456b6ddd remove info page. 2002-11-16 05:33:51 +00:00
marcm
6c2a0fc20b Update to 0.21. Several hops up the bugfix chain. Required for most
newer builds of dependent applications.

ok todd@
2002-11-14 20:56:46 +00:00
naddy
bfcac99c7e Update to 1.29.
From: Jim Geovedi <jim@corebsd.or.id>
2002-11-13 19:04:53 +00:00
naddy
d2fd4cb1c6 Update to 1.07.
From: Jim Geovedi <jim@corebsd.or.id>
2002-11-13 18:47:15 +00:00
naddy
ca03040533 Update to 1.02.
From: Jim Geovedi <jim@corebsd.or.id>
2002-11-13 18:46:00 +00:00
naddy
f98b2e8ac2 Update to 0.08.
From: Jim Geovedi <jim@corebsd.or.id>.
2002-11-13 18:39:40 +00:00
brad
87ecbc6138 more URL fixes. 2002-11-13 16:46:39 +00:00
pvalchev
a1850e47b0 Remove GTL which turned almost completely 'non-free' a while ago, I myself
have lost access to its new releases source code and no longer have interest
in supporting it... removal discussed w/ naddy & a couple of other ppl
2002-11-12 09:07:40 +00:00
todd
cc9f2babf2 - much improved/cleaned 'logmail' log messages (prompted by art)
- ignore vim .*.swp files, from Alexander Yurchenko <grange@rt.mipt.ru>
2002-11-04 16:01:32 +00:00