Commit Graph

2275 Commits

Author SHA1 Message Date
avsm
209c2a1a59 initial import of haddock-0.4, from Don Stewart <dons at cse.unsw.edu.au>
--

Haddock is a tool for automatically generating documentation from
annotated Haskell source code. It is primary intended for documenting
libraries, but it should be useful for any kind of Haskell code.

Like other systems, Haddock lets you write documentation annotations
next to the definitions of functions and types in the source code, in
a syntax that is easy on the eye when writing the source code (no
heavyweight mark-up). The documentation generated by Haddock is fully
hyperlinked.
2003-07-25 00:26:13 +00:00
avsm
f3119f35a6 +hmake 2003-07-25 00:09:16 +00:00
avsm
99cef624cf initial import of hmake-3.08, from Don Stewart <dons at cse.unsw.edu.au>
--

Hmake is an intelligent compilation management tool for Haskell
programs. It automatically extracts dependencies between source
modules, and issues the appropriate compiler commands to rebuild
only those that have changed, given just the name of the program
or module that you want to build.

Hmake interactive, or hi for short, is an interpreter-like
environment that you can wrap over any common Haskell compiler to
achieve an interactive development style. It deliberately looks
and feels a lot like the Hugs interpreter. The difference is that
you get real compiled code, compiled by your favorite compiler -
you can even change compiler on the fly, to check your code's
portability!
2003-07-25 00:08:45 +00:00
naddy
bb53f247f0 Use more sensible permissions for config file.
From: Okan Demirmen <okan@demirmen.com>
2003-07-24 01:30:51 +00:00
avsm
8b526f2d6b +happy 2003-07-23 19:16:21 +00:00
avsm
a184708e4f initial import of happy-1.13, from Don Stewart <dons at cse.unsw.edu.au>
with minor tweaks by me.

--
Happy - The LALR(1) Parser Generator for Haskell

Happy is a parser generator system for Haskell, similar to the
tool `yacc' for C. Like `yacc', it takes a file containing an
annotated BNF specification of a grammar and produces a Haskell
module containing a parser for the grammar.

Happy is flexible: you can have several Happy parsers in the same
program, and several entry points to a single grammar. Happy can
work in conjunction with a lexical analyser supplied by the user
(either hand-written or generated by another program), or it can
parse a stream of characters directly.
2003-07-23 19:09:34 +00:00
avsm
19c0578583 use the ghc module, which cleans up the various depends 2003-07-23 18:27:53 +00:00
naddy
7bd8162335 Work around a compiler bug on sparc64 that shows up with -O2 without
-pipe (!) on gcc 2.95 and with -O2 on gcc 3.2.
2003-07-22 22:44:45 +00:00
brad
e7c4e7d9f1 These Perl modules come with OpenBSD as of 3.3. 2003-07-22 21:43:07 +00:00
kevlo
b5e926a554 update to 5.0.0; ok brad@ 2003-07-21 07:02:24 +00:00
avsm
6ab1d0626a +darcs 2003-07-20 03:56:34 +00:00
avsm
fbf1382d09 initial import of darcs-0.9.11
any rcs with a formal theory of patches is worth looking at :)
http://abridgegame.org/darcs/manual/node7.html

--
Darcs is a revision control system, along the lines of CVS or arch.
That means that it keeps track of various revisions and branches
of your project, allows for changes to propogate from one branch
to another.  Darcs is intended to be an ``advanced'' revision control
system.

Darcs has two particularly distinctive features which differ from
other revision control systems: 1) each copy of the source is a
fully functional branch, and 2) underlying darcs is a consistent
and powerful theory of patches.
2003-07-20 03:55:46 +00:00
naddy
8a2423261c +cvslock 2003-07-20 00:27:18 +00:00
naddy
323f5b12ef Import cvslock 0.2.
Submitted by Manuel Rodrigo Rabade Garcia <mig@mig-29.net>.

The cvslock program is used to safely manipulate and inspect CVS
repositories; to this end, it properly uses CVS' lock file mechanism.
2003-07-20 00:26:21 +00:00
brad
d652e1234b - ensure consistent LIB_PATH on all OpenBSD ELF systems
- move WxorX setup into separate OpenBSD arch targets
--
"I have not found any problems with the binutils patch" drahn@
2003-07-16 19:17:21 +00:00
naddy
2c236c5e73 MANPREFIX is deprecated 2003-07-16 17:37:46 +00:00
jolan
ecf7103ee4 1.7 update
"Care to OK it? Or if you want to commit it you can have my OK" marcm@
2003-07-15 16:50:22 +00:00
kevlo
f594b0fae5 upgrade to 3.4.10 2003-07-14 07:16:32 +00:00
marcm
ed8916e9a3 Don't try to use the custom scrollkeeper catalog anymore. It's gone :).
Update *_DEPENDS version accordingly.
2003-07-12 06:27:12 +00:00
brad
321c543e6a ensure consistent LIB_PATH 2003-07-11 00:27:51 +00:00
marcm
dc9cae07e1 Stop ORBit and ORBit2 from argueing over share/idl.
ok brad@
2003-07-10 20:43:32 +00:00
brad
401a1ef9bd - add empty openbsd section
- don't bother inserting a bogus search dir path
2003-07-09 20:47:11 +00:00
pvalchev
3a45c068f4 Mark as broken on m68k: "mmap configure test causes system hang"
while bug is under investigation
2003-07-06 22:46:14 +00:00
marcm
bdea1f7e5b charset.alias accidentally slipped in.
Pointed out by jolan@
2003-07-05 07:16:08 +00:00
avsm
361b434369 NO_CONFIGURE is obsolete
from naddy@, Xavier Santolaria <xavier@santolaria.net>
2003-07-04 23:35:25 +00:00
kevlo
e482c8f724 upgrade to 0.99 2003-07-04 05:33:46 +00:00
pvalchev
b6da47950b - remove a stupid NOT_FOR_ARCHS=sparc64, if you guys don't want to fix
something, it's better to leave it broken, otherwise it gets forgotten
- fix sparc64 asm syntax, insight from Toby
XXX regress fails, but it appears to fail on at least 2 other 'supported'
architectures, this needs to be looked at
2003-07-02 21:28:07 +00:00
espie
8bc41423db fix PKGNAME, so that cross-binutils have real different names.
Install files correctly, so that SEPARATE_BUILD gets possible.
2003-06-30 21:01:14 +00:00
brad
600b21854a Remove this ARM support crap. It was not given the ok because it had mistakes
and obviously was not tested.
2003-06-30 18:24:16 +00:00
espie
68b7bbdbb1 fix manpage generation for building outside of srcdir without gnu-make. 2003-06-30 13:07:32 +00:00
marcm
b6d9508f45 Update to 1.2.3. Various bug fixes, a large speedup to layout with the
Xft and FT2 backends, and new shapers.
2003-06-30 03:57:38 +00:00
marcm
3c9efb47b5 Update to 2.2.2, a bugfix release. This also fixes regression tests. 2003-06-30 03:55:29 +00:00
brad
aa3bb77e6b simplify this a bit by using the upstream config and overriding certain
variables.
2003-06-27 16:54:57 +00:00
brad
4a68ace46e sync with update-patches 2003-06-27 13:33:17 +00:00
kevlo
526cd6c7d3 add ARM support 2003-06-27 02:47:08 +00:00
wilfried
919faa7a34 use correct version number 2003-06-25 08:04:25 +00:00
espie
a630b663ca +2.54
+2.56
2003-06-24 23:04:49 +00:00
espie
460f043af8 autoconf 2.56, for checking gnu configure scripts. 2003-06-24 23:03:54 +00:00
espie
fc50ada19f autoconf 2.54, for checking configure scripts. 2003-06-24 23:03:23 +00:00
espie
0083e2b892 patch from autoconf 2.52 that got lost thx to the change of name. 2003-06-24 15:57:33 +00:00
sturm
68acf6813f update to sun jdk 1.3.1_08
ok'ed some moons ago by Christian Gruber
2003-06-23 18:54:21 +00:00
pvalchev
dab2b4b20c Fix gettext configure test on static architectures
Allows it to properly build/package there (tested on vaxski!)
2003-06-22 20:05:06 +00:00
jolan
cc153090a1 re-enable the installation of playmus/playwave utilities 2003-06-18 09:24:42 +00:00
marcm
bf01431cb7 Completly remove the python-expat dependency and register the local dtd
in the xmlcatalog.
2003-06-17 16:13:32 +00:00
brad
b17d8bf344 add AMD64 support.
--
From: art@
2003-06-15 04:43:31 +00:00
sturm
847eaf2174 update to ectags 5.5
from Jesper Louis Andersen <jlouis@mongers.org>
2003-06-14 21:13:40 +00:00
marcm
9ba2c76c3a Leftover debugging stuff 2003-06-14 05:59:20 +00:00
brad
2a879062fa Actually use the obsd target environment, fgsch@ thinks this is a better
direction to go in for possible future changes which would afford us greater
flexibility.
2003-06-13 04:17:12 +00:00
todd
43876760f7 oops, as pointed out a long time ago, regress is broken.
Until today, I did not realize how badly.
The entire tests/ subdir is missing from the release, but is available if
you wish to checkout their repository. hmm...
2003-06-12 21:33:36 +00:00
marcm
cb69ca07f6 +startup-notification
+vte
+gtk-thinice-engine
+icon-theme
+themes
2003-06-12 20:41:46 +00:00
todd
ace32cb723 Mark this as broken.
This should have been done a while ago.
Fixing this is beyond me, and until this works, w3m and gcj are pointless as
well (opencm will be free of boehm-gc soon enough).
2003-06-12 20:33:12 +00:00
marcm
911b151d9e VTE is an terminal emulator widget for use with GTK+ 2.
ok jolan@
2003-06-12 19:45:35 +00:00
marcm
5afb6b6f12 Startup-notification is a library which implements a startup notification
protocol that's used by Gnome 2.2.  Using this protocol a desktop
environment can track the launch of an application and provide
feedback such as a busy cursor, among other features.

ok jolan@
2003-06-12 19:42:44 +00:00
marcm
8aa263135f Update to 2.0.1 in support of Gnome 2.2.1
ok jolan@
2003-06-12 19:39:57 +00:00
marcm
dac5bec5a1 Update to 2.2.1 in support of Gnome 2.2.1
ok jolan@
2003-06-12 19:38:55 +00:00
marcm
0e3aefc6b6 Update to 2.2.0 in support of Gnome 2.2.1
ok jolan@
2003-06-12 19:37:27 +00:00
marcm
30197c674d Update to 2.6.1 in support if Gnome 2.2.1.
ok jolan@
2003-06-12 19:35:55 +00:00
marcm
672ff4de92 Update to 1.0.1 in support of Gnome 2.2.1.
ok jolan@
2003-06-12 19:34:48 +00:00
brad
9d53b5f802 instead of using double square brackets to escape the inner set, use
the changequote macro.
2003-06-12 14:26:20 +00:00
brad
00ec567e26 - remove empty post-extract target
- add license comment
2003-06-10 15:41:04 +00:00
brad
81b60ddc11 fix 2003-06-09 19:11:29 +00:00
espie
021cdcad2c add 2.57 2003-06-09 12:05:20 +00:00
espie
3ebff96b5f autoconf 2.57. Requires m4-current to work.
kde happy with it, at least.
2003-06-09 12:04:15 +00:00
brad
298a0e21d6 - don't need a separate OpenBSD target environment
- simplify hppa case
2003-06-08 19:02:58 +00:00
brad
68bfa56d72 RCS ids 2003-06-08 03:04:50 +00:00
brad
479933f0b5 old... and didn't make any sense since it wasn't a development version. 2003-06-07 23:38:01 +00:00
brad
7f39955acd - some stuff for i386/a.out (only matches up to 3.2 for now)
- sparc* -> sparc and a few other fixes
2003-06-07 23:35:49 +00:00
brad
e653c8d5b0 - put back a a.out related patch I removed on upgrade
- don't like new files being patched into existence
2003-06-05 23:39:47 +00:00
brad
f7d5ee55d7 simplify case statement for sparc here too 2003-06-05 23:28:39 +00:00
brad
77233bcc34 simplify case statement for sparc after fgsch@ made this pretty obvious 2003-06-05 23:10:06 +00:00
fgsch
195725f399 better treatment for sparc. 2003-06-05 22:37:46 +00:00
pvalchev
05d6b7c6ac remove mentioning of palmos-sdk from here.
this port has been broken for a long time, and never really made use of it
2003-06-05 19:17:06 +00:00
brad
a6c9968875 - gprof is not built with cross-binutils so add another PLIST without it
- fix syntax of gas configure.in stuff for sparc
- add missing change for the sparc ELF transition to bfd
--
Hasn't actually been tested on a real sparc system but it at least allows
me to build a cross-binutils without bombing durring build or the PLIST issue
2003-06-05 18:28:24 +00:00
brad
cee5555f3a and 2 more missing patches. 2003-06-05 04:29:16 +00:00
brad
80f80f70ec cvs sucks. 2003-06-05 04:25:58 +00:00
brad
0d3d4c7a82 upgrade to binutils 2.13.2.1
This is work in progress. It is being commited as a starting point so other
people can look at it/fix issues/and maybe Art can add Hammer support? :)
It has been lightly tested on macppc/sparc64/i386 and compile tested by
mickey@ on hppa.

DO NOT try to build ld.so on sparc/sparc64/macppc and install the resulting
binary unless you like having a hosed system. A known "misfeature" in ld.so
that is being worked on.
--
MAINTAINER ok
2003-06-05 04:03:55 +00:00
avsm
0c72e25526 -autobook 2003-06-04 23:26:20 +00:00
avsm
ec4d44ccb9 bye bye, moved to books/autobook 2003-06-04 23:25:53 +00:00
avsm
84904a4529 delete a pointless message 2003-06-04 23:21:26 +00:00
sturm
c11a3045f2 typo 2003-06-04 14:14:06 +00:00
avsm
6fb3f1648f correct dependency, reported by Samiuela Taufa <samt@cafe.afe.to> 2003-06-02 23:28:17 +00:00
todd
5c0db2cb1c manual.html changed; ok maint 2003-05-31 06:24:17 +00:00
todd
776b70bc18 more malloc -> calloc; fixes a 'cm add' fault 2003-05-28 13:27:48 +00:00
todd
dad1d51d85 note to self x2: fully test, and look at other examples first next time
builds fully now
2003-05-28 12:54:48 +00:00
miod
abbf322352 Do not explicitely disable threads on vax anymore.
ok brad@ marcm@ (maintainers)
2003-05-27 23:00:50 +00:00
todd
d9a4c7594e build opencm,nogc for people to test.
on most archs it runs longer than the default flavor
2003-05-27 22:10:07 +00:00
todd
80bf02ca80 from naddy@:
- '=' vs '+=' can cause grief wrt depends
- BUILD_DEPENDS is not needed if it only contains LIB_DEPENDS
from nikolay@
- teTeX is no longer v1.x*, depend accordingly
Thanks guys!
2003-05-27 22:08:42 +00:00
kevlo
bee287ecc6 fix PLIST 2003-05-26 03:38:34 +00:00
fgsch
dbe8aa80b5 fix info name so install/deinstall works correctly. 2003-05-26 02:07:22 +00:00
avsm
f050c355fa +pear-Config 2003-05-24 18:47:52 +00:00
avsm
e6ce2e2259 initial import of pear-Config-1.6
--
The Pear-Config package provides methods for manipulation configuration
information needed by PHP applications.  Features include:

* Creates configurations from scratch
* Parses and outputs different formats (XML, PHP, INI, Apache, etc)
* Edits existing configurations
* Converts configurations to other formats
* Allows manipulation of sections, comments, directives, etc
* Parses configurations into an XML tree structure
2003-05-24 18:47:18 +00:00
avsm
2b670b6d61 +pear-PHPUnit 2003-05-24 18:40:12 +00:00
avsm
627878e833 initial import of pear-PHPUnit-0.6.1
--
PHPUnit is a regression testing framework used for implementing the
unit tests in the PHP source.  It is based upon JUnit, which can
be found at http://www.junit.org/
2003-05-24 18:39:25 +00:00
avsm
7f86816dec woops, install the example programs as well 2003-05-24 18:13:18 +00:00
avsm
8ee036c449 +p5-Curses-UI 2003-05-24 18:07:10 +00:00
avsm
99f2c3c1fb initial import of p5-Curses-UI-0.74
--
Curses::UI can be used for the development of curses based user
interfaces.  It provides a range of common interface elements such
as dialogs, menus, text viewers, and windows.
2003-05-24 18:05:31 +00:00
todd
31057a08c0 update to 0.1.2alpha5pl2 from 0.1.0alpha18
see http://www.opencm.org/news.html for hilights of this update, major
noteworthy changes include:

- sxd has gone away, gzfs is 'interim' while 'sxd2' is almost ready
- if you have an old sxd repository, read the mailing list archives for
  how to update (use an interum version)
- an incompatible update to the server/client protocol requires that you
  update both at the same time

(as a reminder, this is 'alpha' and as such is subject to incompatible changes
 like the above.  expect more to come when sxd2 emerges)

Also, add a 'nogc' flavor that removes the dependency on boehm-gc, at the
cost of not free()'ing all memory allocated (read: at the moment, most).
2003-05-23 13:22:14 +00:00
kevlo
6aebb75f13 add p5-App-Info 2003-05-23 08:56:11 +00:00
kevlo
d162655d74 Initial import of p5-App-Info-0.23
App::Info provides a generalized interface for providing metadata about
software packages installed on a system.
2003-05-23 08:54:55 +00:00
kevlo
cb613298a9 update to version 1.1.6 2003-05-23 08:06:21 +00:00
jcs
83a2bc1568 use INSTALL_SCRIPT so we don't try to strip shell scripts
ok espie
2003-05-22 22:54:05 +00:00
naddy
810793f6f9 Remove jfc. Historic cruft, included in JDK >1.1. ok ian@ 2003-05-22 22:53:17 +00:00
naddy
68285f34b6 Remove historic JDK1.1. Ancient, unfriendly license, no longer useful.
ok ian@
2003-05-22 22:51:09 +00:00
marcm
9e33af3f53 Same Vax workaround that glib1 uses. 2003-05-21 15:52:31 +00:00
marcm
55a09b408e Add a workaround for dealing with threading (or lack thereof) on Vax.
ok brad@
2003-05-21 06:34:04 +00:00
jolan
2c6ad047b8 - remove MAINTAINER per his request
- mark not for sparc64
- update MASTER_SITES/HOMEPAGE

ok brad@
2003-05-21 00:05:52 +00:00
naddy
50416afbef update to 1.4.9; ok brad@ 2003-05-14 04:52:27 +00:00
sturm
e2d67d3319 don't change SYSCONFDIR, use CONFDIR instead 2003-05-13 22:53:58 +00:00
jolan
cde0e76e62 re-enable vorbis support. sdl-config stopped providing
-I${LOCALBASE}/include 5 months ago (since 1.2.5 upgrade), causing
sdl-mixer not to find the vorbis headers and thus not compile support.
ok brad@
2003-05-13 11:37:25 +00:00
avsm
eeb9748072 +cvsutils 2003-05-13 10:42:16 +00:00
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