Age | Commit message (Collapse) | Author | Files | Lines |
|
mserv_irman allows easy control of the 'mserv' mp3 jukebox program
using ordinary remote controls and irman receivers from evation.com.
mserv already allows rating of tracks to allow the system to pick
tracks appropriate to who is currently connected. mserv_irman works
with this to permit relatively peaceful sharing of an mp3 jukebox
in an office of widely disparate tastes.
|
|
|
|
|
|
server authentification files. Bump package revision once more.
|
|
$Revision: 0.81 $ $Date: 2002/09/18 13:45:32 $
! Jcode.pm
jfold() fix by SATOH Fumiyasu <fumiya@samba.gr.jp>
Message-Id: <878z1zv2l3.wl@sugar.net-thrust.com.net-thrust.com>
|
|
Changes in this version, compared to 0.8:
* Various bug fixes:
- tracing works now with pyexpat
- fix registry key for MSIE XBEL support
- correct ill-formedness of xmlproc.dtd2schema
- avoid adding comments and PIs in the internal subset as Document
children when building minidom trees
- properly close files in xml.dom.ext.reader.*
* XSLT is not installed anymore by default, specify --with-xslt
if desired
* Update Expat to 1.95.5
* Add features to xml.parsers.expat:
- new method "UseForeignDTD"
- new attribute "features"
* Update to 25 July 2002 LS spec for xml.dom.xmlbuilder. Use
expatbuilder if no parser is given to
xml.dom.minidom.parse[String].
* Fix many obscure DOM bugs
* Define and document the implementation-defined behaviors of
cloneNode() for xml.dom.minidom.
* Use urllib2 instead of urllib throughout.
|
|
0.6.1.5
add capability to specify "all" as slot for sending to force overwriting
starting from minimum slot
change in message on which slot is used
--info now stores the information in the file specified with --file; if non
was specified it prints them to stdout
do not hardcode the standard file descriptors
0.6.1.4 (was only available as patch)
add configure entry that looks for cfmakeraw() (not in cygwin)
make cfmakeraw() work-around available if cfmakeraw() is not present
fix slots min/max that may differ between readable and writable
make arguement to --vcard really optional
(in 0.6.1.3-3: fixed spec file for file and dir permissions)
|
|
Fixes ap-jk build breakage on Linux systems.
|
|
|
|
Provided in PR 18302 by Daniel Hagerty <hag@linnaean.org>
SableCC is a java based framework for compiler construction.
It generates LALR(1) parsers from an EBNF grammar syntax.
|
|
Drop setgid kmem privs before executing external programs.
Reported by: Christer Oberg <christer.oberg@gmx.net>
Bump the package revision to 3.
|
|
|
|
|
|
completely unnecessary. Bump package revision to 1.
|
|
the security manager to be on when using java in konqueror.
Found by Wolfgang Solfrank ws at tools dot de
|
|
|
|
|
|
|
|
change is to make the usage output and the manpage agree with each other
and with reality. Thanks to hubertf at netbsd for pointing out the problem.
|
|
exceed any maximum length on values stored in a variable.
|
|
future when pkgsrc's libintl.so depends on libiconv.so, libtool will be
confused and use the wrong libintl when we want the system one.
|
|
a system library so that we can prefer a system library to a pkgsrc one
when building with pkgsrc.
|
|
it may be used by buildlink2.
|
|
* The state of compose window is now changed automatically when the
account is selected.
* The option to only mark message as read when opened in new window has
been added.
* The receive progress dialog now shows detailed information in the
status list.
* The receive progress dialog can be kept open.
* The line-joining problem of auto-wrapping has been fixed.
* IMAP and News cache files/directores are now correctly purged if
they become unnecessary.
* The wrong news article number calculation has been fixed.
* The summary refresh problem has been fixed.
|
|
changes:
Added XML_UseForeignDTD() for improved SAX2 support.
Added XML_GetFeatureList().
Defined XML_Bool type and the values XML_TRUE and XML_FALSE.
Use an incomplete struct instead of a void* for the parser.
Fixed UTF-8 decoding bug that caused legal UTF-8 to be rejected.
Finally fixed bug where default handler would report DTD events that were
already handled by another handler. Initial patch
contributed by Darryl Miller.
Reduced line-length for all source code and headers to be no longer than 80
characters, to help with AS/400 support.
Reduced memory copying during parsing (SF patch #600964).
Fixed a variety of bugs.
|
|
|
|
ordering them and using += instead of an accidental = . This should fix
pkg/18324 by John Kohl <jtk@kolvir.arlington.ma.us>.
|
|
Nuke -nostdlib and play some define games to ensure we have a 'main'
instead of '_start', so the binary includes the NetBSD ELF note and
runs correctly.
|
|
preliminary support for sftp (requires ssh protocol version 2)
print estimated remaining time for down- and uploads
|
|
fixes to minor bugs and to one serious bug in reporting seek test results.
|
|
|
|
|
|
Liece has many advanced features, atractive user interface, and is being
actively developed.
|
|
|
|
appropriate. Pointed out by Yoshiyuki Haraoka.
|
|
|
|
bsd.buildlink2.mk. This allows packages that use buildlink2 to fix up
*-config and other shell scripts that hardcode wrong library names as a
side-effect of how buildlink2 works, e.g., the package thinks "-laa" works
because the wrapper silently converts it to "-laa-x11.
REPLACE_BUILDLINK files relative to ${WRKSRC}
REPLACE_BUIDLINK_PATTERNS shell glob
REPLACE_BUILDLINK_SED sed expression to run over the files named
above
|
|
support is activated in libsigc++.
|
|
|
|
on. Bump PKGREVISION.
|
|
On NetBSD include /usr/lib/crtbeginS.o to ensure binaries are recognised
as native.
|
|
* Added version and length sanity checks for incoming messages
* Fixed possible SEGV when logging DA traffic
* Added patch from Arun Barboza that makes attribute compares case insensitive
as per RFC 2608
* Added patch from Garth Bushell that fixes an SLP url parsing problem.
* Added patch from Arun Barboza to handle '==' SLPv1 predicates. This patch
allows better interoperability with Novell SLP networks.
* Added fix from Arun Barboza to make V1 DAAdverts use the same encoding as
the request
* Fixed a problem in SLPProcessMessage where errorcodes were not being returned
resulting in attempts to send non-allocated sendbufs (i.e. SEGV).
* Fixed a problem where SLPReg() would hang if used against a DA or SA that
prematurely dropped connections
* Force use of numeric IP addresses in all DAAdvert and SAAdvert messages.
* Fixed bug where idle connections to DAs were not being aged.
* Added code so that 'slptool -v' will return the path of the slp.conf file
libslp.so is configured to use.
|
|
buildlink2. We used to create a timestamp file in the .libs directory.
Now, we add a line to the *.la and *.lai file that directly notes that it
has been "modified by buildlink2". This makes it easier to debug problems
caused by using the wrong libtool during either a build or install by
checking if the *.la or *.lai files have the "modified by buildlink2" line.
|
|
catch arguments with symbols that are special to the shell.
|
|
_LP64 (which we use), rather than SIZEOF_SIZE_T==8 (which is only defined in
the Debian build goo). Really, the right answer is to add an autoconf test --
or fix the crappy language.
|
|
|
|
|
|
|
|
|
|
|