summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-25Update mjpegtools/mplex to 1.8.0.xtraeme27-1136/+87
Some changes: * Modularised input handling for MPEG compression tools. * movtar read/write support * MJPEG playback in software, and experimental MJPEG hardware overlay playback (see mjpeg/) * mpeg2enc _much_ improved!
2006-01-25Note lang/coq-8.0pl3tonio1-1/+2
2006-01-25Updated pkgtools/url2pkg to 1.33xtraeme1-1/+2
2006-01-25Fix false positives about the test that checks for pkg-config filesxtraeme2-4/+4
in WRKSRC. Now it works properly. Bump to 1.33.
2006-01-25Note update navi2ch to 1.7.5nb1; renew BBS menu URI. pkg/32585uebayasi1-1/+2
from Takanori Ishihara.
2006-01-25Update navi2ch to 1.7.5nb1; renew BBS menu URI. pkg/32585 fromuebayasi2-2/+4
Takanori Ishihara.
2006-01-25Force Heimdal to compile its own compile_et by telling the configurejlam1-1/+4
script not to find any system-installed compile_et. (This should really be done by using our own PATH that doesn't include any system paths, but we're not quite ready to do that yet.)
2006-01-25Fix errno.joerg4-24/+44
2006-01-25note gEDA suite update to 20060123dmcmahill1-2/+11
2006-01-25Update to 20060123. Changes since the last version includedmcmahill25-200/+61
- added autobackup (saves to backup files every <n> seconds) - added "L" drawing support - added embedded picture support - added a few new symbols - added support for spice netlisting of Josephson junction devices - added pcbpins netlist backend for forward annotating schematic pin names to PCB layouts. - several odd bug fixes
2006-01-25- In --debug mode, all variable assignments that occur when the packagerillig1-8/+9
Makefile is read in are logged to give further aid in debugging. - Warnings about PKGNAME and DISTNAME are anchored at line numbers instead of the package Makefile.
2006-01-25Add conditional code to ignore the non-numeric part of an OS versionjoerg5-4/+36
for the sake of compatibility tests in pkg_add. E.g. DragonFly versions like 1.4.0-RELEASE are reduced to 1.4.0 This code is currently enabled for DragonFly only.
2006-01-25Note initial commit of the net/kiax version 0.8.4 package.reinoud1-1/+3
"In the process of the development of Asterisk a new protocol has gathered the attention among the VoIP users - the Inter-Asterisk eXchange, or IAX (TM), Protocol, used as a the native communication protocol between Asterisk PBX Servers. What is particularly good in it is that it requires only one UDP port per endpoint to create a successful communication channel for VoIP calls. This makes it much friendlier for users behind NAT, which is not the case with SIP and H.323 - they required specific router configurations for their channel establishment, thus hindering faster spread of VoIP on the home and corporate desktop."
2006-01-25Initial import of kiax 0.8.4reinoud13-0/+315
In the process of the development of Asterisk a new protocol has gathered the attention among the VoIP users - the Inter-Asterisk eXchange, or IAX (TM), Protocol, used as a the native communication protocol between Asterisk PBX Servers. What is particularly good in it is that it requires only one UDP port per endpoint to create a successful communication channel for VoIP calls. This makes it much friendlier for users behind NAT, which is not the case with SIP and H.323 - they required specific router configurations for their channel establishment, thus hindering faster spread of VoIP on the home and corporate desktop.
2006-01-24Use PTHREAD_AUTO_VARS for thread linkage.joerg1-1/+2
2006-01-24Bump net/pure-ftpd for PLIST update.ghen1-1/+2
2006-01-24Remove LIBC hack, shouldn't be needed anymore.joerg7-8/+133
Express interest in nroff via USE_TOOLS. Expect sys/types.h to provide size_t. Fix errno. Don't define prototypes for ISO C / POSIX functions. short gets promoted to int, float to double, so use va_arg with the promoted types.
2006-01-24Install the README files for the LDAP, MySQL and PgSQL options.ghen2-3/+7
Bump PKGREVISION. Ok for wiz.
2006-01-24Updated devel/ode to 0.5.rillig1-1/+2
2006-01-24Updated ode to 0.5.rillig3-16/+13
I don't know what has changed since 0.039, since the project's ChangeLog does not contain any release information. At least, the old version didn't work for me.
2006-01-24Add DragonFly support. Fix an ambigious statement.joerg13-21/+359
2006-01-24Updated databases/rrdtool to 1.2.12adam1-1/+2
2006-01-24Changes 1.2.12:adam9-120/+118
* Bug fixes
2006-01-24SWIG comes with plenty of documentation, which is not installed by default.rillig2-2/+2139
Now it is installed.
2006-01-24Updated net/net-snmp to 5.3.0.1adam2-3/+3
2006-01-24The CHECK_INTERPRETER_SKIP patterns may be either for absolute pathnames orrillig1-3/+5
for pathnames relative to ${PREFIX}.
2006-01-24Changes 5.3.0.1:adam17-380/+123
*** Security Fix *** Changes 5.3: *** Important Notes *** Several very significant changes have been made in Net-SNMP for this release that warrant special attention. - shared library version number no longer matches the release number. We now follow the versioning scheme recommended by libtool. For the 5.3 release this means that the libraries now have a SONAME ending with ".so.10", e.g. libnetsnmp.so.10. - snmpd has not been truncating log files at startup, as documented in the man pages, for a while now. This default behaviour has been restored. Please use the '-A' flag if you want to continue appending to your log files at startup. - snmptrapd will no longer accept all traps by default. It must be configured with authorized SNMPv1/v2c community strings and/or SNMPv3 users. Non-authorized traps/informs will be dropped. - Due to a copyright statement that didn't allow modifications, snmpnetstat has been completely rewritten. The new version now accepts the same command-line options as the other tools, which has introduced a number of incompatible changes. However, it does now finally support SNMPv3.
2006-01-24Note update of "teTeX3-bin" package to version 3.0nb6.tron1-1/+2
2006-01-24Incorporate fixes for vulnerabilities reported in SA17916 and SA18329,tron6-3/+262
bump package revision.
2006-01-24When checking for CLOCK_REALTIME and friends, include sys/time.h forjoerg2-1/+9
DragonFly as well.
2006-01-24Fixed pkglint warnings, including a bugfix where ${IFS} had been usedrillig1-12/+13
instead of $${IFS}.
2006-01-24- As "set -- $i" is often used for splitting variables, don't warn if shellrillig1-5/+11
variables appear unquoted here.
2006-01-24- In shell variable assignments, no quoting is needed.rillig1-2/+4
2006-01-24Added emulators/e-uae 0.8.28adam2-2/+4
2006-01-24Add patch so MANDIR is not hard-coded.reed3-2/+19
And set it in the make environment. This fixes installation of man page as seen on DragonFly bulk build. Revision not bumped since no change for systems where this worked before.
2006-01-24Has BROKEN_GETTEXT_DETECTION.joerg1-1/+2
2006-01-24This is a fork of UAE, the Ubiquitous Amiga Emulator, with an emulation coreadam6-0/+108
based on WinUAE. It attempts to bring many of the great features of WinUAE to non-Windows platforms. This version now finally has a name, E-UAE, since that's what everybody was calling it anyway. The 'E' can stand for anything you fancy. Experimental, extreme, exciting, egalitarian, eggplant...
2006-01-24- Accept "\"...\"" as valid CPP macro, as some old configure scripts needrillig1-1/+4
it that way. In --debug mode, a warning is printed.
2006-01-24Updated databases/lbdb to 0.31.1tonio2-3/+3
2006-01-24Update databases/lbdb to 0.31.1tonio2-6/+6
Minor update, containing mainly fixes to the evolution addressbook plugin
2006-01-24Fix errno.joerg3-1/+29
2006-01-24Note evilwm-0.99.21tonio1-2/+2
2006-01-24Remove a blank line from a .po file that is breaking the build according tojmmv2-1/+14
the bulk build results. I hope that this fixes it (the patch was removed during the update...).
2006-01-24This needs msgfmt plurals.jmmv1-1/+2
2006-01-24In the FTPHOST compatibility mode, there was a slash missing whenrillig1-2/+2
constructing REPORTS_DIR out of FTPHOST and FTPURL.
2006-01-24This is a GNU configure.joerg1-3/+3
2006-01-24Use DT_REG / DT_DIR directly if available and fall back to DTTOIFjoerg2-6/+47
if not. Bail out with an explicit error if none is present.
2006-01-24Fix errno. Honour CFLAGS.joerg55-6/+769
2006-01-24security/heimdal and net/openafs conflict because of:wiz2-3/+5
bin/compile_et bin/kpasswd bin/pagsh Addresses PR 32610 and PR 32612 by Ola Eriksson.
2006-01-24security/heimdal and arla conflict with each other because of:wiz2-3/+5
bin/mk_cmds lib/libroken.la lib/libsl.la lib/libss.la man/man3/arg_printusage.3 man/man3/getarg.3 Addresses PR 32610 and PR 32611 by Ola Eriksson.