Commit Graph

33008 Commits

Author SHA1 Message Date
steven
2ae76833d8 sync, 3514 2006-05-13 19:12:03 +00:00
steven
61cc795411 remove incorrect strcpy/strcat patches, pointed out by deraadt@
ok naddy@
2006-05-13 16:19:36 +00:00
bernd
0875288c2e We compile png with -DPNG_NO_ASSEMBLER_CODE. Unfortunately, the libpng build
system doesn't install a pngconf.h appropriate to the options passed to the
build.
So we have to put a PNG_NO_ASSEMBLER_CODE define into pngconf.h manually.
This unbreaks (at least) ImageMagick on amd64.

Some more information about this problem can be found here:

http://sourceforge.net/mailarchive/forum.php?thread_id=10314069&forum_id=43850

Since we don't want to compile pentium specific code,
remove -DPNG_USE_PNGGCCRD.

Bump major lib version and PKGNAME.

with help & ok steven@, naddy@
2006-05-13 13:52:48 +00:00
bernd
80ff99b551 Add _mpd for audio/mpd. 2006-05-13 09:54:27 +00:00
bernd
cadfafc16a add mpd 2006-05-13 09:53:26 +00:00
bernd
6dbd1f0915 Initial import of mpd-0.11.5.
Music Player Daemon allows remote access for playing music (mp3,
ogg, flac, aac, mod and wav files) and managing playlists. MPD is
designed for integrating a computer into a stereo system that
provides control for music playback over a local network. It is
also makes a great desktop music player and has serveral frontend
options.

Submitted and maintained by Tobias Ulmer <tobiasu at tmux.org>.
(Sorry for the delay Tobias!)

tested by naddy@
2006-05-13 09:52:49 +00:00
brad
c9991a50b3 CVS missed this, checksums for beta8 2006-05-12 20:26:51 +00:00
brad
bb4af7ccc4 upgrade to Dovecot 1.0beta8 2006-05-12 19:10:11 +00:00
steven
f7fefbde70 fix master site paths 2006-05-12 16:08:36 +00:00
steven
f8e04119c1 - update to leafpad 0.8.9
- depend on gnomeprintui which got picked up when installed
  (pointed out by canacar@)

from Antoine Jacoutot (maintainer)
2006-05-12 15:50:02 +00:00
steven
1b12307b21 set USE_X11 2006-05-12 13:52:17 +00:00
steven
c5653acc0a +plplot 2006-05-12 13:36:51 +00:00
steven
8d41b59cd3 import plplot 5.6.0
PLplot is a library of functions that are useful for making scientific
plots. PLplot can be used from within compiled languages such as C, C++,
Fortran and Java, and interactively from interpreted languages such as
Octave, Python, Perl and Tcl.

The PLplot library can be used to create standard x-y plots, semilog
plots, log-log plots, contour plots, 3D surface plots, mesh plots,
bar charts and pie charts. Multiple graphs (of the same or different
sizes) may be placed on a single page with multiple lines in each
graph.

some initial work by Matthias Kilian.
thanks to the people who tested this.
2006-05-12 13:35:38 +00:00
bernd
db79a7313d Add missing dependecy. (textproc/p5-XML-Parser)
ok wilfried@
2006-05-12 08:20:23 +00:00
kurt
562f3f86f6 - add amd64 support
- add build depend on pkgconfig->=0.19p0

in collaboration with and ok ian@
2006-05-12 03:01:04 +00:00
jolan
c5f4fe1b86 +fobbit 2006-05-12 01:32:59 +00:00
jolan
9d3cad9eb5 $ cvs -d jolan@cvs.openbsd.org:/cvs import ports/telephony/fobbit jolan
jolan_20060511
I ports/telephony/fobbit/Makefile
<snip>

not sure why cvs would choose to ignore the Makefile...
2006-05-12 01:31:43 +00:00
jolan
ee0295effd fobbit-0.61, creative voip blaster driver/software 2006-05-12 01:29:41 +00:00
jolan
577c3dc20d update to 20060507 which fixes 64-bit/alignment problems 2006-05-12 01:27:42 +00:00
msf
dc8867c56b add a missing dependency as pointed out by bernd@ 2006-05-11 18:53:18 +00:00
bernd
f40a23de8b +p5-Net-Whois-RIPE 2006-05-11 14:55:12 +00:00
bernd
c60c028a7f Initial import of Net::Whois::RIPE.
The Net::Whois::RIPE class implements a RIPE whois client.

help & ok msf@
2006-05-11 14:52:40 +00:00
bernd
3d0074caf2 Add femail,static.
discussed with sturm@
2006-05-11 14:47:22 +00:00
bernd
810244a625 Add static FLAVOR. Useful in a chroot environment.
requested by Aiko Barz and henning@
2006-05-11 14:45:42 +00:00
msf
f641de2807 update to 0.18 2006-05-11 14:40:57 +00:00
msf
d1e4c7bd44 update to 0.58 submitted by Deanna Phillips 2006-05-11 12:03:44 +00:00
msf
5e46ad0a83 update to 0.28 2006-05-11 12:01:34 +00:00
msf
6595dafcac +p5-Algorithm-C3
+p5-Class-Accessor-Chained
+p5-Class-C3
+p5-Class-Data-Accessor
+p5-Class-Inspector
+p5-Module-Find
+p5-Sub-Name
2006-05-11 11:59:42 +00:00
msf
6df2cd9a41 initial import of Class::Data::Accessor 0.02 from submitter Sean Comeau
Class::Data::Accessor is the marriage of Class::Accessor and
Class::Data::Inheritable into a single module. It is used for creating
accessors to class data that overridable in subclasses as well as in
class instances.
2006-05-11 11:52:41 +00:00
msf
97ab081976 initial import of Class::Accessor::Chained from submitter Sean Comeau
A chained accessor is one that always returns the object when called
with parameters (to set), and the value of the field when called with no
arguments.

This module subclasses Class::Accessor in order to provide the same
mk_accessors interface.
2006-05-11 11:43:59 +00:00
msf
07b99d2c11 initial import of Class::C3 from submitter Sean Comeau
This is pragma to change Perl 5's standard method resolution order from
depth-first left-to-right (a.k.a - pre-order) to the more sophisticated
C3 method resolution order.
2006-05-11 11:39:51 +00:00
msf
85e919eaa5 initial import of Sub::Name 0.02
This module can be used to assign a new name to a referenced subroutine.
2006-05-11 11:37:45 +00:00
msf
cfb03c21c5 initial import of Algorithm::C3 from submitter Sean Comeau
C3 is an algorithm which aims to provide a sane method resolution order
under multiple inheritence.
2006-05-11 11:27:39 +00:00
msf
56039ae6e7 initial import of Class::Inspector 1.16 from submitter Sean Comeau
Class::Inspector allows you to get information about a loaded class.
Most or all of this information can be found in other ways, but they
arn't always very friendly, and usually involve a relatively high level
of Perl wizardry, or strange and unusual looking code. Class::Inspector
attempts to provide an easier, more friendly interface to this
information.
2006-05-11 11:20:11 +00:00
msf
845fe252ae initial import of Module::Find 0.05 from submitter Sean Comeau
Module::Find lets you find and use modules in categories. This can be
very useful for auto-detecting driver or plugin modules. You can
differentiate between looking in the category itself or in all
subcategories.
2006-05-11 11:14:29 +00:00
brad
39be40edec update to 1.0.4
also adds a simple workaround to support PseudoColor
and StaticColor modes on X11.

From: maintainer
2006-05-10 21:34:17 +00:00
mbalmer
8edf4d5c22 Update to wmwlmon 0.9.
from maintainer/developer, marcus@nazgul.ch
2006-05-10 21:03:40 +00:00
brad
bb482326d6 second revision of the kqueue diff that should resolve an issue with
Dovecot imap processes' spinning and taking up all the available CPU time.

From Vaclav Haisman on the Dovecot list.
2006-05-10 19:51:03 +00:00
bernd
63b1790f76 Update to png-1.2.10 and better DESCR.
ok naddy@
2006-05-10 13:50:01 +00:00
wilfried
60b2eff919 add OpenBSD tag 2006-05-10 13:48:01 +00:00
espie
67f79cfa1c use installed SQLite, okay robert@ 2006-05-10 11:38:08 +00:00
steven
34802d8471 allow build on sparc 2006-05-10 07:35:40 +00:00
brad
d5a5a6309f upgrade to MySQL 5.0.21 2006-05-10 03:21:30 +00:00
brad
e1c552749f add a diff to fix the crashing issues exhibited when using kqueue() and
re-enable kqueue().

From Vaclav Haisman on the Dovecot list.
2006-05-10 00:30:04 +00:00
brad
b0cf5680ec Postfix 2.3 20060430 snapshot 2006-05-09 22:31:08 +00:00
pedro
758c883eef Pace with inode/dinode changes by updating to version 4.77, fixes crash
reported by some people, okay jolan@ and pval@
2006-05-09 19:13:32 +00:00
naddy
4574d492b7 add pflogx and sort 2006-05-09 18:24:08 +00:00
naddy
1b52d9aa54 Import pflogx 0.86.
Submitted by Jasper Lievisse Adriaanse <jasper@nedbsd.nl>.

pflogx is a simple tool to export pf(4)'s logs to XML files. It reads a
binary logfile generated by pflogd to generate a human-readable XML
file.
2006-05-09 18:22:47 +00:00
espie
883266ff4c +sqlitebrowser 2006-05-09 15:19:38 +00:00
espie
8f4643b15f qt-based graphical browser for sqlite3 databases 2006-05-09 15:18:28 +00:00