summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam98-98/+196
installation directory in case the package isn't installed.
2001-07-27work around HAVE_BUILTIN_MESA not set when USE_GLX is set.hubertf1-2/+2
2001-07-27Unwildcard non-dewey dependency.wiz1-2/+2
2001-07-27Fix typo in category.wiz2-4/+4
2001-07-27add and enable openacswiz1-1/+2
2001-07-27Work with xpkgwedgeabs3-7/+8
2001-07-27regen (no more patch-aa)wiz1-2/+1
2001-07-27Fix dewey number in wildcard.wiz1-2/+2
2001-07-27Fix dependency lines.wiz1-5/+5
2001-07-27Wildcard dependency on icon.wiz1-2/+2
2001-07-27Wildcard dependency on python.wiz1-2/+2
2001-07-27Wildcard dependency on bzip2.wiz1-2/+2
2001-07-27Change postgresql-lib dependency for lintpkgsrc's sake.wiz1-2/+2
2001-07-27add & enable GUIlibzuntum1-1/+2
2001-07-27Initial import of GUIlib-1.1.0zuntum5-0/+83
GUIlib is a very simple GUI framework library. This isn't a full GUI interface library - it's just something quickly whipped up for some demos.
2001-07-26update to 1.23: bug fixesdillo2-5/+5
2001-07-26update for new patch-aahubertf1-1/+2
2001-07-26Try building slrn with a LOCALBASE!=/usr/pkg -> *boom*hubertf1-0/+22
slrn looks for libslang in /usr/pkg by default, and doesn't know about looking in other locations. Use $PREFIX instead of /usr/pkg now. Found while compiling this on Solaris (w/o Zoularis, of course :)
2001-07-26ZOULARISBASE: If there's no $LOCALBASE/bsd, try $LOCALBASEhubertf1-1/+5
2001-07-26Note also deletion of apop.auth file.taca1-2/+4
2001-07-26Some style clean up as qpopper package.taca2-11/+15
2001-07-26- Utilize bulidlink frame work for openssl dependency.taca4-30/+86
- Use INSTALL/DEINSTALL script rather than post-intall/pre-install work.
2001-07-26Add buildlink.mk file for use by other packages (at the moment only apla ↵zuntum1-0/+45
requires this)
2001-07-26Update avifile-devel to 0.6.20010726zuntum6-48/+22
Thanks for Zdenek Kabelac <kabi@i.am> for playing with avifile on my NetBSD box and making it compile after recent changes in the avifile code! Now audio/video should be in sync again. Several new tools are available: avicat, avimake, avitype. You need to build avifile-devel with WITH_QT=YES if you want to build those. aviplay still does not work, please use pkgsrc/graphics/apla instead. apla has been switched to use avifile-devel (it required avifile in the past). Changes: 2001/07/22 * TrueType Font Rendering (using Xft extension - with the help of Lukas Hejtmanek) * smarter DirectRendering mode - should work all the time with necessary conversions 2001/07/21 * very extensive cleanup of conversion modes of images * cleaned some hacks in Win32 VideoDecoder class * added some hack for correct playing of several not very used codecs like huffyuv, asv1, asv2, vcr2 * large speedup of C-version routines for conversion RGB 24b->16b 2001/07/18 * fixed bug in Subviewer reader * fixed two memory leaks discovered by mprotector * added support for few more codecs 2001/07/17 * lots of code cleanup * started to cleanup some types - transformation to uint32... * some fixies in DirectShow code * fixed several MAJOR bugs in qtrecompressor - now it even works - though it's still rather a toy application and I would not advice to use it for any serious thing yet * ffmpeg 0.4.4 * autoconf2.50 compatible - anyone dissagree ??? 2001/07/14 * another speedup of resumpling code - should be now very efficient * -ljpeg for avimake 2001/07/11 * added libmp3lamebin plugin which as able to load libmp3lame at runtime 2001/07/10 * 4 times faster resampling - using just interger arithmetic * scanning WIN32_PATH, /usr/lib/win32, /usr/local/lib/win32 paths for dll 2001/07/09 * able to use ffmpeg library - version 0.4.3 is now in avifile CVS - original CVS seems to be now the tree of the mplayer. for now we could use it to play OpenDivX - it could also play DivX :-) * minor redesing of videodecoder API - now we have Start/StopInternal * cleaned mjpeg_plugin * started to clean DirectShow directory to make it C-compilable (so it could be used by mplayer and others...) * also made quite a few cleanups in other places * fixed WIN32_PATH support * added AVIPLUGIN_PATH shell variable * fixed AVIPLAY_MUTE_VIDEO, AVIPLAY_MUTE_AUDIO * few fixes for debian 2001/06/28 * another change in constants in scheduler * interface change! - GetHeader(void* header, size_t n) 2001/06/26 * Locker.h and VideoDPMS.h are now public * fixed few problems in frame elimination in video decoder class 2001/06/23 * complete rewrite of players' thread - is it now FreeBSD safe ?? - also we are no longer using avi_usleep for audio synchronization and instead we use timed condition which has adwantage that we have immediate hangup when thread is sleeping * added NextFrame aviplay method - usable with 'Return' key in aviplayer * implemented initial 'hacked' support for better priority handling - if you set uid.gid to root.root together with 'suid' bit, that video thread will use -10 priority for better timing - however BIG WARNING is here - you are using closed-source windows binary dll codecs - during their execution aviplayer is using user uid & gid - however you never know what could happen! * for this reason it looks like the best is to lower the priority if audio & video decoding threads so video thread gets its needed CPU when necessery. 2001/06/21 * complex GUI update for configuration of aviplayer (some of buttons now even works in runtime so you don't have to restart player - ok I know - still not perfect...) * resampling is now more usable as it could do far more things then just pure 44kHz resampling - so why not making it fully usable - its even nice feature * version-info - library has now number 0.0.6 (level 0 version 0.6) * another streaming bug fixed - so we play more asf stream over the net 2001/06/20 * fixed & tuned resampling to remove clics for unsigned char audio stream (but some check for the overflow would help us too) * extended stream info added (check movie property) 2001/06/18 * some deadlocks in audio renderer - SDL_LockAudio now works somehow better but it is still not usable * no longer processing keyboard events which belongs to other applications * fixed resampling - that was really stupid bug and not that easy to fix but the result is very good 2001/06/18 * minor updates in network asf - it just works - but it's still crashing a lot * staying compatible with qt2.X * added hack for NVidia cards - autodetected by looking for NVIDIA-GLX extension - could be forced on by setting export AVIPLAY_NVIDIA_ENABLE=1 or off with this shell command executed before aviplayer gets started export AVIPLAY_NVIDIA_DISABLE=1
2001-07-26Document USE_OPENSSL_VERSION when using openssl/buildlink.mk.jlam1-7/+13
2001-07-26Switch to avifile-devel, so it is used in the build step instead avifilezuntum1-3/+3
2001-07-26Don't workaround broken LDFLAGS setting in configure -- just fix itjlam3-4/+16
directly by patching the script. This causes LDFLAGS to be reset properly before checking for gettext(), which now succeeds and causes the locale files to be built. Remove USE_LIBINTL as unnecessary. Tested on NetBSD-1.5W/i386 and NetBSD-1.5.1/mac68k.
2001-07-26Add missing file "share/kde/locale/de/LC_MESSAGES/koncd.mo" to packagetron1-1/+2
list.
2001-07-26add & enable ketmzuntum1-1/+2
2001-07-26Initial import of ketm-0.0.4 -- old-school 2d-scrolling shooterzuntum5-0/+127
ketm is (or will be someday) an old-school 2d-scrolling shooter. Because it is based on SDL, it is no problem to port it to different plattforms. For the moment it runs on Linux (i386/PPC), FreeBSD, Win32 and BeOS.
2001-07-26add & enable prboom and xscorchzuntum1-1/+3
2001-07-26Initial import of xscorch-0.1.13a - Multiplayer tank shoot-em-upzuntum4-0/+47
XScorch is a clone of the olden-days DOS game "Scorch". It is an extremely addictive war game where any mixture of humans an computer AIs control separate tanks (teams are possible) and attempt to blow up or arrange to blow up the other tanks on the field (which can vary from rugged, mountainous terrain to flat plains). The last tank on the field is the winner.
2001-07-26Initial import of prboom-2.2.1zuntum7-0/+89
Prboom is a modified version of the ID Software's classic game Doom. It runs on several platforms (include Win32 and Unixes) and features many additions to the original game. It also supports multiplayer games. Note: this package lacks audio support for now, because we don't have SDL_mixer yet. I hope to enable it in the future.
2001-07-26Remove useless garbage.taca1-3/+1
Noted by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>. (Thanks!)
2001-07-26Add build time dependence on "perl" package because manual page won'ttron1-1/+3
be build otherwise.
2001-07-26Make text at EOF (or rather, after EOF :-) a bit more readable.hubertf1-2/+2
Noted by Tomasz Luchowski.
2001-07-26Allow tcl greater than 8.3.2nb1, too.zuntum1-2/+2
2001-07-26Don't @dirdm include/SDL as this directory belongs to devel/SDLzuntum1-2/+1
2001-07-26Update galeon to 0.11.3abs2-5/+5
Changes: - fix crashes clicking on XUL windows and on some pages
2001-07-26Update txt2man to 1.42 (hi folks! I'm back)zuntum2-5/+5
Changes: Fixes of long C function definitions, better handling of blank lines, removal of unused options and shorter doc.
2001-07-26Force move new file over old one in REPLACE_PERL (at least one packagewiz1-2/+2
needs that).
2001-07-26Close a quote.hubertf1-2/+2
Noted by Will Andrews <will@physics.purdue.edu> in private mail.
2001-07-26Update mew to 2.0 stablejun2-6/+6
Mew 2.0 stable (2001/07/26) mew-release release * info updates. * Defining mew-set-language-environment-coding-systems to avoid the side effect of set-language-environment-coding-systems. * A bug fix form mew-mime-text/html. * A bug fix for mew-summary-auto-refile. * Rescue the SMTP sentinel. * mew-thread-only for "to". * the -man style of bin/{mewencode,mewls}.1. Shun-ichi GOTO <gotoh@taiyo.co.jp>
2001-07-26Use new USE_OPENSSL_VERSION setting to force at least OpenSSL-0.9.6.jlam1-2/+2
2001-07-26move .include "../../mk/bsd.prefs.mk" to before check for XLOCK_LIGHTlukem1-3/+3
but after CHECK_MESA setting. this change makes setting XLOCK_LIGHT actually DTRT if it is set in /etc/mk.conf (and seems to DTRT if XLOCK_LIGHT isn't set). i.e, on a machine without Mesa, by default it will attempt to install Mesa (et al), unless XLOCK_LIGHT is set where it won't attempt to.
2001-07-25Create a wrapper for f2c-f77 that substitutes for -I and -L references tojlam1-1/+23
${LOCALBASE} directories. Also set PKG_FC to the buildlink'ed f2c-f77 wrapper script.
2001-07-25If USE_BUILDLINK_ONLY is defined, then use f2c/buildlink.mk instead ofjlam1-1/+5
directly adding a dependency on f2c.
2001-07-25Add cook subdir.groo1-1/+2
2001-07-25Import cook-2.17.groo4-0/+106
Cook is a tool for constructing files. It is given a set of files to create, and recipes of how to create them. In any non-trivial program there will be prerequisites to performing the actions necessary to creating any file, such as include files. Cook provides a mechanism to define these.
2001-07-25Force no optimization (-O0) on NetBSD-1.5.x/m68k machines as there appearsjlam4-28/+62
to be an optimization bug that causes the build to fail (pkg/13395). The problem appeared in the original PR on an Amiga running NetBSD 1.5.1 and also on a mac68k running NetBSD 1.5.1. This workaround was tested on the mac68k system (kindly provided by Jon Lindgren).