summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-11-28Use the mpg123 Makefile.common to build mpg123-nas.markd3-61/+91
Based on PR 18532 from Greg A. Woods.
2002-11-28Install manual page and tidy up DESCR. From PR 18532 by Greg A. Woods.markd3-6/+10
2002-11-28Placate pkglintagc1-3/+3
2002-11-28List the simulations explicitlyagc1-1/+24
2002-11-28Note update of nas to 1.6markd2-4/+3
2002-11-28Update of nas to 1.6.markd8-56/+75
pkgsrc changes: PKG_SYSCONFised. changes: bug fixes and ... 1.5h 10/12/2002 - Added SoundFileGetProc() to get access to the toSound and fromSound Procs in _SoundFileInfo[]. Needed for xemacs. - Added AudioLibraryVersionMajor, AudioLibraryVersionMinor, and AudioLibraryVersionTeeny to audiolib.h. Somewhat more informative than just the old AudioLibraryVersion which was set a '2'. The older AudioLibraryVersion define is still there however. 1.5g 10/7/2002 - changed inputsection defaults in nasd.conf.eg to 44.1Khz, 2 channel 16b sound. outputsection also defaults to 44.1Khz now, instead of 33Khz. - began some CC ANSI'fication of libaudio. 1.5f 8/26/2002 7/20/2002 - added cygwinArchitecture to the server Imakefile so auvoxware will be built on cygwin systems. - Removed the SoundFileInfo[] array in sound.h so cygwin would be happy. Apps should not have been accessing that array directly anyways. Added the following new functions to sound.c (that used to be macros in sound.h): SoundFileFormatString, SoundValidDataFormat, SoundFileFormatToString, SoundFileFormatToAbbrev, SoundFileFormatToSuffixes Assuming your code did not attempt to directly access SoundFileInfo[], no changes should be required. libaudio.so revision bumped to 2.3 - re-added back the Xtutils stuff, as some of the demos did in fact require it. cygwin has a problem with implicitly defined functions anyway. 7/9/2002 - rename dia/nasconfig.* to dia/nasconf.* to avoid name collision with NasConfig.h on windows systems. 1.5e 7/7/2002 - added patch from Nicolas Escuder that adds support for Windows operating systems using Cygwin. Even the NAS server is now supported. There are still issues with building regarding Imake, but once I can get more information, I'll fix those up. Read the README.CYGWIN file in the nas/ directory for instructions. I will provide a link on the nas-links page to precompiled windows binaries for libaudio.dll, nasd, and some clients - provided by Nicolas. - based on idea from Nicolas, added background (-b) mode to nasd, to force it to run in the background. Actually, he supplied a patch, but I just redid it to work properly with unix systems. - added NAS_AUDIOMSGFILE in config/NasConfig.h to specify where audio messages are stored (ADMPATH in os/osinit.c). 1.5d 6/1/2002 - added .ps -> .pdf conversions in doc/pdf/ - added html versions of man pages in doc/html/ 1.5c 3/27/2002 - removed Xtutil[hc] from libaudio and removed references to Xtutil.h in the clients. Suggestion by Paul Fox. 1.5b 3/16/2002 - added patch from Marco Molteni to add a '-local' option to nasd. Specifying this option allows only local clients to connect. - moved allow_any_host into the NasConfig struct. Along with the new '-local' option. 1.5a 2/23/2002 - more STARTSERVER fixes - there was still one case where when STARTSERVER was defined, nasd could be called with the wrong display number due to a bug in _AuConnectServer. - changed LEX/YACC DEBUG token to CDEBUG to avoid conflicts when building nas with '-DDEBUG' - DEFAULT_AUSERVER is now ":0" rather than "tcp/localhost:8000". A local socket connection will startup faster than a tcp connection. - mutex.h - corrected unixware 7.x build problem (XMUTEX_INITIALIZER) in mutex.h - added same check for sun/solaris boxes - got rid of XUSE_MTSAFE_API - now controlled by NAS_USEMTSAFEAPI defined in config/NasConfig.h If you think you are having mutex problems, you can edit config/NasConfig.h and '#undef' NAS_USEMTSAFEAPI, then rebuild everthing. This will turn off threadsafety in libaudio. - added new option, 'gain', to config file in the input/output sections. This sets the default gains when nasd starts up (if MixerInit is enabled). Only in voxware for now.
2002-11-28Note update of "gphoto" package to version 0.4.3nb2.tron1-1/+2
2002-11-28Buildlinkify this package to stop it from using the packaged version oftron1-6/+6
"libintl" even if it is not necessary. Bump package revision.
2002-11-28Fix typo: USE_BUILLDINK2 -> USE_BUILDLINK2tron1-2/+2
2002-11-28Note update of "fly" package to version 1.6.5nb2.tron1-1/+2
2002-11-28Buildlinkify this package to stop it from using the packaged version oftron1-7/+6
"libintl" even if it is not necessary. Bump package revision.
2002-11-28Buildlinkify this package to stop it from using packaged version oftron1-2/+4
"libintl" even if it is not necessary. Bump package revision.
2002-11-28Note update of "a2ps" package to version 4.13.0.2nb2.tron1-1/+2
2002-11-28Note update of "mrtg" package to version 2.9.26.2nb2.tron1-1/+2
2002-11-28Bump package revision after last bugfix.tron1-2/+2
2002-11-28Remove accidently committed "--without-libiconv-prefix" from configurationtron1-2/+2
arguments.
2002-11-28Include "libconv" buildlink2 glue code to fix a build problem.tron1-2/+3
2002-11-28Buildlinkify this package to stop it from using packaged version oftron1-2/+3
"libintl" even if it is not necessary.
2002-11-28Bump PKGREVISION of shells/pdksh to 1: rename installed shell to "pdksh",jlam3-8/+15
as this isn't really the real Korn shell, and "pdksh" is a more accurate name for it. Also don't use buildlink2 so that this shell may be used to bootstrap buildlink2.
2002-11-28Add and enable pdksh.schmonz1-1/+2
2002-11-28Note addition of shells/pdksh.schmonz1-1/+2
2002-11-28Import pdksh-5.2.14 into the NetBSD Packages Collection.schmonz5-0/+48
PD-ksh is a mostly complete AT&T ksh look-alike. Work is mostly finished to make it fully compatible with both POSIX and AT&T ksh (when the two don't conflict). Since pdksh is free and compiles and runs on most common unix systems, it is very useful in creating a consistent user interface across multiple machines.
2002-11-28www/w3mitojun1-1/+2
2002-11-28update to 0.3.2.1 (w3m-0.3.2.1-m17n-20021127).itojun3-12/+14
full changelog is too long to be included here. most important fix is below: > From: Fumitoshi UKAI <ukai@debian.or.jp> > w3m 0.3.2.1 is stable update of w3m 0.3.2. > Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> found a security vulnerability > in w3m 0.3.2 that w3m will miss to escape html tag in frame contents, > so malicious frame html will deceive you to access your local files, cookies > and so on.
2002-11-28Try to use ${PAX} in place of ${GTAR}.uebayasi1-8/+10
This should fix an installation problem where ${GTAR} is "pax-as-tar".
2002-11-28ioctl APM_IOC_GETPOWER has changed between 1.5 and 1.6, somarkd2-6/+9
we need to set batteryid (or clear apm_power_info structure) before calling it. From PR 18447 by Takeshi Nakayama.
2002-11-27current work packages are icu 2.2 and xerces-c 2.1.0heinz1-1/+3
2002-11-27The module RRDs.so depends on libraries from X11. $X11BSE/lib is in LD_RUN_PATH,bouyer2-4/+4
but it seems the linker ignores it when there are explicit -Wl,-R on the command line. So add a -Wl,-R@X11BASE/lib to OTHERLDFLAGS.
2002-11-27Note mutt update to 1.4nb2jmmv1-1/+2
2002-11-27Change location of mutt examples, so they are installed under thejmmv5-39/+92
standard directory share/examples/mutt instead of beeing in share/doc/mutt/samples. Provide a compatibility symlink. Also avoid direct installation of files under PKG_SYSCONFDIR. Instead force mutt to install them inside the examples directory and let bsd.pkg.install.mk copy them to the right place. Bump PKGREVISION to 2. Approved by tron (the maintainer) and wiz.
2002-11-27-gettext, -gimp-print -- thanks, Matthias!wiz1-3/+1
2002-11-27humbly mention today's featsdrochner1-1/+9
2002-11-27oops, forgot thatdrochner1-0/+13
2002-11-27According to a mail from Alan Post on tech-pkg on 2002/11/27,wiz1-1/+2
this package needs a newer makeinfo to compile, so let it demand 4.2.
2002-11-27bite the bullet and upgrade to 0.11.5drochner21-393/+289
There are too many changes to list in a sensible way. The most visible change for me is that libintl requires libiconv now. Also untangled the 3 sub-pkgs -- a common patch dir makes it too complex. This pkg used to expose buildlink2 problems - the pkg libintl was pulled in in cases where USE_GNU_GETTEXT was not set. There were some improvements to libtool filtering, and x11/gtk builds now, so I hope this is settled.
2002-11-27update to 0.12.0a3drochner4-72/+249
didn't find a changelog; akaik this release is supposed to fix interoperability problems with new pyxml versions
2002-11-27Add version number to an "addition" entry.agc1-2/+2
2002-11-27Remove a duplicate entry, correct a typo, and format another entryagc1-4/+3
according to standards
2002-11-27update to 1.2.1drochner6-22/+15
changes: -preparation for zope-2.6 -look-&-feel changes -bugfixes
2002-11-27update to 1.5.0drochner3-8/+10
changes: -New feature: standard_object_list = the AbracadabraObjectBox will be filled with the returned object-ids; -standard_object_list can be a python-script which returns id dependent on the context; VERY, VERY USEFUL FEATURE! -refactored CharacterMapping into own file for easier custom modifications -redesigned the code for auto_id; added a auto_id-feature for all non integer and string-type-properties as current timestamp -refactored code for AbracadabraObjectBox; you can call insert the AbracadabraObjectBox with into your manage_methods.
2002-11-27update gimp-print to 2.4.2drochner17-61/+133
changes: -support for HP DesignJet large-format plotters -support fot Epson multi-function devices and MJ-930C -manpage improvements -support for transverse versions of the US CAD standard paper sizes -bugfixes
2002-11-27update to 1.3.0drochner3-7/+18
changes: -XML serialization of forms added -bugfixes
2002-11-27update to 0.6drochner3-10/+11
changes: -comment management added -bugfixes
2002-11-27Make the colour syntax highlighting recognise a lot more of BSD makefilesagc2-1/+14
than it used to.
2002-11-27Note postgresql_autodoc 1.01mjl1-1/+2
2002-11-27Note splint-3.0.1.6mjl1-1/+2
2002-11-27Enable splintmjl1-1/+2
2002-11-27Initial import of splint 3.0.1.6.mjl4-0/+91
Splint is a tool for statically checking C programs for security vulnerabilities and coding mistakes. With minimal effort, Splint can be used as a better lint. If additional effort is invested adding annotations to programs, Splint can perform stronger checking than can be done by any standard lint. Splint 3.0 is the successor to LCLint 2.5.
2002-11-27+gimp-print-4.2.4, mozilla-1.2.wiz1-1/+3
2002-11-27Update the xvile package from version 9.0 to 9.3. A large number ofagc6-40/+86
bugs have been fixed over the 3 years since 9.0 was released, and some major portability improvements have been made.