summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-05-25Initial import of mencoder-0.90rc4nb1 which uses the mplayer-share package.veego4-0/+37
mencoder (MPlayer's Movie Encoder) is a simple movie encoder, designed to encode MPlayer-playable movies (AVI/ASF/OGG/DVD/VCD/VOB/MPG/MOV/VIV/FLI/ RM/NUV/NET) to other MPlayer-playable formats. It encodes to DivX4 (1, 2 or 3 passes), XviD, codecs of libavcodec, PCM/MP3/VBRMP3 audio. Also has stream copying abilities, a powerfull plugin system (crop, expand, flip, postprocess, rotate, scale, rgb/yuv conversion) and more.
2002-05-25Adapt to use the mplayer-share package.veego8-880/+596
2002-05-25Documentation and fonts used by mplayer and gmplayer.veego6-0/+229
Based on the mplayer package, which will be changed to use this. Same for the gmplayer package. The documentations are not longer installed twice if you install mplayer and gmplayer at the same time. The share package also adds the fonts to display the subtitles and timer. Fixes pkg/17004, by using one DIST_SUBDIR for both mplayer and gmplayer (this was allready added in my copy before the pr come in).
2002-05-25Ups, no need to use "'s for the MPLAYER_FONT.veego1-3/+3
2002-05-25Add an entry for MPLAYER_FONT, which will be used by the mplayer-shareveego1-1/+6
package.
2002-05-25Remove debugging statement committed by accident.tron1-2/+1
2002-05-25Wrap unnecessary long line.tron1-2/+4
2002-05-25Add and enable mpg123-nasrh1-1/+2
2002-05-25Add conflict with mpg123-nas-[0-9]*rh1-2/+4
While at it, move PKGNAME line one up to make pkglint happy. Bump PKGREVISION.
2002-05-25Initial import of mpg123-nas-0.59.18, an mpg123 (mp3 player) variant withrh16-0/+1380
an NAS backend. This closes PR pkg/14317.
2002-05-25Add and enable "cxunzip".fredb1-1/+2
2002-05-25Initial import of cxunzip-0.96, a.k.a "Cloned Xunzip", a GNOME zip archivefredb5-0/+43
viewer and uncompressor, submitted by Jeremy C. Reed in PR pkg/17009.
2002-05-24Backward compat with NetBSD <1.6: some rc.subr variables were renamed.hubertf3-12/+30
Make sure the new ones get defined from the old ones.
2002-05-24Update silc-server to version 0.9.1. Changes:hubertf4-16/+19
* Fixed CUMODE_CHANGE notify handling in server. * Fixed USERS command to support empty channels. * Check the watcher list before sending signoff notifys when closing client connection. * Added better CMODE command rights checking. * Fixed watcher list checking during server signoff. It crashed the server. * The JOIN command reply returns now the founder's public key. * Announce the channel mode, and the mode properties with CMODE_CHANGE notify. * Mark new channels by default disabled, untill at least one user joins the channel. * The nickname argument to watch notify can be optional. Fixes a crash in server. * Check the watcher list before and after changing nickname when the NICK_CHANGE notify is received. * Added the founder's public key delivery to the CUMODE_CHANGE notify type as well. Updated the protocol specs and the code. * Added support for sending the founder's public key in the CMODE_CHANGE notify packet in the server. * Changed the FOUNDER_AUTH authentication to use only public key authentication as defined by new protocol specs. Passphrase authentication with that mode cannot be used anymore. It is now possible to reclaim founder mode from any server in the network. * Added permanent channels support by making the channel permanent when FOUNDER_AUTH mode is set on the channel. The channel will not be destroyed even if channel is empty when that mode is set. Protocol TODO #17. * Added BLOCK_INVITE user mode to be able to block incoming invite notifications. Protoocol TODO #26. * Disconnect Payload includes now the status type. Updated the protocol specs and the code. Protocol TODO #25. * Defined that the nickname hash in Client ID MUST be from lowercase nickname. This effectively changes nicknames in SILC to case-insensitive. Updated the protocol specs and the code. * Added new channel user modes BLOCK_MESSAGES_USERS and BLOCK_MESSAGES_ROBOTS. Updated the protocol specs and the code. * Added support for watch list. It is possible to add nicknames to be watched, and when they come to network, leave network or user mode changes the watcher will be notified of this change. Added SILC_COMMAND_WATCH command, added new notify type SILC_NOTIFY_TYPE_WATCH to deliver the watch notifications. Updated the protocol specs and implemented this to library, client and server. Protocol TODO #21. * Fixed a bug in the pid writing function, which couldn't be written in a root-owned directory. * Added detach_disabled and detach_timeout server config options to the server. * Defined that server receives WHOIS command reply for private and secret channels too. Updated protocol specs and the code in server. * Defined <channel user mode list> argument to WHOIS command reply for returning user modes on the channels. The channel list now doesn't include the user mode anymore but the actual channel mode. Updated protocol specs and the code in client and server. * Save the channels list in WHOIS command reply in normal server so that WHOIS always shows joined channels also in normal server and not just on router. * Defined that server receives USERS command reply for private and secret channels too. Updated protocol specs and the code in server. * Changed the UMODE's mode mask argument to be optional. If not provided then the command merely returns the current mode mask to the client. * Added SILC session detachment/resuming support. It is possible to detach by closing the network connection and then re-connect and resume to the old client session. Added DETACHED user mode that server will set for detached client. Added new packet RESUME_CLIENT which is used to perform the resuming process. Added DETACH command. Updated the protocol specs, core library, client and server. Protocol TODO #22. * Changed the CMODE's mode mask argument to be optional. If not provided then the command merely returns the current mode mask to the client. Updated protocol specs and the server. * Added new user modes ANONYMOUS for special anonymous servers that may set the mode for client, and BLOCK_PRIVMSG which client may set to block incoming private messages unless the Private Message Key flag is set (using private keys to protect private messages). Updated protocol specs and code in client and server and core library. Protocol TODO #23. * Added new channel user mode BLOCK_MESSAGES which the client may set to itself to tell server not send channel messages. Other packets such as channel key packets are still sent. Protocol TODO #23. Updated the protocol specs, client and server. * Fixed a bug in the fetch_logging() config callback. * Drop root privileges when started in foreground. Don't drop them if debugging also. * Added STATS command to the protocol after all, to return various statistical information about the network. It can be used by clients to retrieve statistical information, and servers may use it to to fetch cell and network wide statistics from router. Updated the protocol specs and implemented it to the server. Protocol TODO #16. * Rewrote the version SKE version checking in client libary and in server to use the silc_parse_version_string. * Added two new channel modes: SILC_CMODE_SILENCE_USERS and SILC_CMODE_SILENCE_OPERS which can be used to moderate the channel. Updated protocol specs and impelemented this to client and server. Protocol TODO #6. * Deprecated all administrative commands from SILC protocol since they are highly implementation specific commands. Updated protocol specs. Moved the old commands in implementations to private range of command types. * Fixed a bug in server where sending unknown command crashes the server. * Fixed the rekey protocol with PFS, which was totally broken. * Merged version 1.1.4 of zlib. Even if it not currently in use, it's good not to have security holes here. * Fixed a negative refcount situtuation for the config context. Affected file is silcd/serverconfig.c. changes in silc-server package: =============================== - removed INSTALL file, don't generate server keys during installation, if missing, generate them on server startup Patch contributed by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 16981
2002-05-24Update silc-client to version 0.9.1. Changes:hubertf3-6/+9
* Call the completion for resolving client information only after all resolvers has finished. This fixes a crash in the client. Added support for checking when the resolvers are finished. * Wait by default 3 seconds before reconnecting to the server after being disconnected. Makes the /detach command a bit more usable. * Remove the client entry from cache if the WATCH notify type is KILLED, SERVER_SIGNOFF or SIGNOFF. * Fixed a crash in OPER and SILCOPER command sending. Empty passphrase caused the crash. * Merged with Irssi CVS for Irssi SILC client. * Added permanent channels support by making the channel permanent when FOUNDER_AUTH mode is set on the channel. The channel will not be destroyed even if channel is empty when that mode is set. Protocol TODO #17. * Fixed rekey protocol with PFS in the client library. * Fixed client info resolving on LEAVE command in client library to not crash. * Defined that the NICK command replies with thew changed nickname too, to make the nickname changing simpler at the client's end. Updated protocol specs and the code in client and server. * Remove pending command callbacks also if the connection to the server is destroyed. * Added new channel user modes BLOCK_MESSAGES_USERS and BLOCK_MESSAGES_ROBOTS. Updated the protocol specs and the code. * Added support for watch list. It is possible to add nicknames to be watched, and when they come to network, leave network or user mode changes the watcher will be notified of this change. Added SILC_COMMAND_WATCH command, added new notify type SILC_NOTIFY_TYPE_WATCH to deliver the watch notifications. Updated the protocol specs and implemented this to library, client and server. Protocol TODO #21. * Added user mode SILC_UMODE_REJECT_WATCHING to reject somebody watching you. Updated the protocol specs and the code. * Added MIME header parsing in Irssi SILC Client. It displays all textual MIME objects, others it ignores. * Defined <channel user mode list> argument to WHOIS command reply for returning user modes on the channels. The channel list now doesn't include the user mode anymore but the actual channel mode. Updated protocol specs and the code in client and server. * Added SILC session detachment/resuming support. It is possible to detach by closing the network connection and then re-connect and resume to the old client session. Added DETACHED user mode that server will set for detached client. Added new packet RESUME_CLIENT which is used to perform the resuming process. Added DETACH command. Updated the protocol specs, core library, client and server. Protocol TODO #22. * Added new user modes ANONYMOUS for special anonymous servers that may set the mode for client, and BLOCK_PRIVMSG which client may set to block incoming private messages unless the Private Message Key flag is set (using private keys to protect private messages). Updated protocol specs and code in client and server and core library. Protocol TODO #23. * Added new channel user mode BLOCK_MESSAGES which the client may set to itself to tell server not send channel messages. Other packets such as channel key packets are still sent. Protocol TODO #23. Updated the protocol specs, client and server. * Added more IM-like features by introducing new user modes for setting various presence information. Added new modes: INDISPOSED, BUSY, PAGE, HYPER and ROBOT. Updated protocol specs and code. Protocol TODO #19. * The LIST command reply in client libary now adds new channel entry if the returned channel doesn't exist yet in cache, and returns the channel entry to the application in the command_reply client operation. * Rewrote the version SKE version checking in client libary and in server to use the silc_parse_version_string. * Added two new channel modes: SILC_CMODE_SILENCE_USERS and SILC_CMODE_SILENCE_OPERS which can be used to moderate the channel. Updated protocol specs and impelemented this to client and server. Protocol TODO #6. Added new options m and M to CMODE command in Irssi SILC client to set these modes. * Deprecated all administrative commands from SILC protocol since they are highly implementation specific commands. Updated protocol specs. Moved the old commands in implementations to private range of command types. * Some client implementations quit network by doing first LEAVE and then immediately SIGNOFF (like Bombyx). We now do check after a short time after LEAVE notify and check whether the client is still valid after LEAVE, and if not we remove it from cache. Patch submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 16980.
2002-05-24Use the SIOCGIFDATA ioctl if available to make the tool usefull formartin2-12/+34
any kind of interface, not just PPP interfaces.
2002-05-24If the SIOCGIFDATA ioctl is available, use that instead of the PPPmartin2-6/+31
specific one. This makes the tool useable on any network interface.
2002-05-24The drivers don't have to msync() the shared, mmap()-ed file afterfredb2-8/+11
every write, but only once after it's fully initialized, before it's renamed and declared open for business. Analysis by Martin Husemann.
2002-05-24Revert previous change - Martin already made a much cleaner fix for this.agc2-12/+3
2002-05-24Add and enable seahorseagc1-1/+2
2002-05-24Initial import of seahorse-0.5.0, a GnuPG front end and bonoboagc4-0/+58
component for Gnome. Provided in PR 16341 by Julio Merino (jmmv@hispabsd.org). Seahorse is a GNOME front-end for GnuGP. It can be used for signing, encrypting, verifying and decrypting text and files. The text can be taken from the clipboard, or written directly in the little editor it has. Seahorse is also a keymanager, which can be used to edit almost all the properties of the keys stored in your keyrings. Seahorse currently consists of two projects. Along with Seahorse itself, a bonobo component called Seahorse-bonobo is being developed. This bonobo component will serve as a backend to Seahorse, as the most gnupg common functions are being implemented in it.
2002-05-24Apply fix from Lloyd Parkes <lloyd@must-have-coffee.gen.nz> in PRagc2-3/+12
16421 which recognises properly that sparc64 is a 64-bit architecture.
2002-05-24Reorder PLIST so pkg_delete works cleanlymarkd1-3/+3
2002-05-24Add dependency on scrollkeeper to reliably have .omf files created andmarkd2-2/+5
so add share/omf/gnumeric/gnumeric-C.omf back to the PLIST
2002-05-24Fix path in distinfo.wiz1-3/+3
2002-05-24upgrade to 3.2.3p1.itojun2-6/+6
- a defect in the BSD_AUTH access control handling for OpenBSD and BSD/OS systems: Under certain conditions, on systems using YP with netgroups in the password database, it is possible that sshd does ACL checks for the requested user name but uses the password database entry of a different user for authentication. This means that denied users might authenticate successfully while permitted users could be locked out (OpenBSD PR 2659). - login/tty problems on Solaris (bug #245) - build problems on Cygwin systems
2002-05-24unlimit datasize. fixes build problem on sparcdmcmahill1-1/+3
2002-05-24Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE: no-op for NetBSD,seb1-2/+2
fix libvi shared library version for Solaris.
2002-05-23Depend on the proper PKGREVISION of libtool-base and libtool-info.schmonz1-3/+3
Fix from fredb, approved by skrll.
2002-05-23Add support for "${PKG_SYSCONFDIR}". The changes were contributed bytron2-6/+12
Julio Merino in PR pkg/16956.
2002-05-23move @exec down so %D is definedhubertf1-2/+2
2002-05-23Add a 'flush' option to the rc.d script. Bump version to jakarta-tomcat-3.2.4nb1abs2-3/+8
If you've used tomcat this probably comes under the category of bugfix :)
2002-05-23Update from 1.1 to 1.2-beta2.lukem2-5/+6
User visible changes include: - enable case insensitive fnmatch(3)ing for hostname globs in ftpusers(5) - add 'denyquick' ftpd.conf(5) keyword - add 'private' ftpd.conf(5) keyword - use "advertise" in docco User visible fixes: - reject SIZE requests for ASCII files > 10KB long - fixes for mlsd/mlst standards conformance - fix passive transfers for various web browsers - various glob(3) fixes - don't log xferlog-style entries if the transfer didn't start - fix skey password challenge - don't try and use the motd directive if it's not set
2002-05-23comment; rationale for --with-md5-passwordsitojun1-1/+2
2002-05-23Update MASTER_SITES. "wee-eck" is going away soon.scw1-2/+2
2002-05-22Document config file handling.hubertf1-1/+64
Contributed by Julio Merino <jmmv@hispabsd.org> in PR 16971, with minor editing by myself.
2002-05-22Move description of variables used for config file handling tohubertf1-25/+2
Packages.txt. Supplements PR 16971 by Julio Merino <jmmv@hispabsd.org>
2002-05-22update to cdpack-1.4.1.dmcmahill3-8/+54
This update adds a prominant message at the end of the run explicitly stating which class of NO_BIN_ON_{FTP,CDROM} pkgs have been included or excluded from the set. This should help prevent accidental license violations. Suggested by Hubert Feyrer in private email.
2002-05-22Add and enable libart2agc1-1/+2
2002-05-22Initial import of libart2-2.3.8, a high-performance 2D graphics library,agc5-0/+125
into the NetBSD packages collection. Provided in PR 16932 by jmmv@hispabsd.org (Julio Merino). Libart is a library for high-performance 2D graphics. It is currently being used as the antialiased rendering engine for the Gnome Canvas. It is also the rendering engine for Gill, the Gnome Illustration app. Libart supports a very powerful imaging model, basically the same as SVG and the Java 2D API. It includes all PostScript imaging operations, and adds antialiasing and alpha-transparency. Libart is also highly tuned for incremental rendering. It contains data structures and algorithms suited to rapid, precise computation of Region of Interest, as well as a two-phase rendering pipeline optimized for interactive display.
2002-05-22Correct checksum; the distfile has been fixed (had trailing garbage in therewiz1-3/+3
previously, no other change). Closes pkg/16969 by Julio Merino.
2002-05-22On NetBSD, the drivers need to call msync() after writing to the memoryfredb3-2/+16
mmap()-ed shared with "upsd", so that "upsd" an read it back reliably. This keeps "upsd" from complaining about stale data. Bump PKGREVISION.
2002-05-22Get rid of all traces of the buildlink config wrapperagc1-4/+1
2002-05-22Correct two typos.agc1-2/+2
2002-05-22Fix PKGNAME (forgot to include 'ttf' part)zuntum1-2/+2
2002-05-22Add and enable GConf2agc1-1/+2
2002-05-22Initial import of GConf-1.1.10 as GConf2-1.1.10, the configuration databaseagc5-0/+148
system used by GNOME 2, into the NetBSD Packages Collection. GConf is a configuration database system, functionally similar to the Windows registry but lots better. It was written for the GNOME desktop but does not require GNOME; configure should notice if GNOME is not installed and compile the basic GConf library anyway. Provided in PR 16909 by juli@darkstar.local (Julio Merino) [The buildlink.mk file was put together by me]
2002-05-22Use the correct basename for this package in the EVAL_PREFIX statementagc1-2/+2
2002-05-22USE_LIBINTL and USE_SSL are evidently made obsolete by buildlink.fredb1-3/+2
Remove them, to take advantage of buildlink and not include anything from ${LOCALBASE}/include, to prevent lynx from tripping over the similarites between NetBSD curses and ncurses. This allows the NetBSD "curses" build to succeed while "ncurses" is installed, and may close PR pkg 16949. I still haven't checked all possible combinations.
2002-05-22add & enable dbz-ttfzuntum1-1/+2