summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2002-11-24Update nxtvepg to 2.4.0:magick7-96/+75
Changes since 2.3.0 are too numerous to mention all here. Refer to the homepage for details. The most important changes: * Project page was moved to sourceforge * Implemented user-defined columns in TV schedule output, which allow to define the column content depending on matches against a number of filter shortcuts; the content can consist of static text, pre-defined images or a standard attribute. See the manual or this screenshot for details. * Implemented inverted filters, i.e. you can now search for all programmes which do not match one or more of given filter criteria or simply invert the outcome of a complete filter setting. * Added a new filter type: "VPS/PDC" which allows to search for programmes with a VPS/PDC timestamp attached, and/or whose VPS/PDC start time differs from the actual start time (i.e. shifted or newly added programmes) * Enhanced start time filter: added an option "ignore date" which allows to search for programmes in a daily time window (e.g. restrict a search for German new magazine "Tagesschau" to 20:00-20:10) * Added database export in XML format (according to xmltv.dtd), provided by Massis Sirapian. * Bugfix for Power-PC architecture in pioutput.c; Thanks to Gerhard Tonn * Internal changes: split Tcl/Tk script for GUI into modules (the * daemon only loads the script which manages the rcfile - saves * apx. 400 kB RAM) Plus many bug fixes.
2002-11-14buildlink1 -> buildlink2jlam2-13/+15
2002-11-14USE_GMAKE instead of build-dependency on gmake; drop some whitespace.wiz1-4/+4
2002-11-14Fix depends on apel, and add an empty line for pkglint.wiz1-2/+3
2002-11-10fix MAINTAINER= Name <email> to only include email address.grant1-2/+2
2002-11-09Update to 5.4. Changes:wiz7-73/+35
5.4: * L and l can be used to set/go to a default bookmark. * You can scroll past the end of the file (into blank space). This is important because... * :o will look for a filename on the current top line and try to open it, going to the bookmark if you're in your bookmarks file. * :l will give you a list of buffers. * Of course, bug fixes and code cleanups. 5.3: * Filenames are reverse truncated in the status bar if they're too long. * Updated the build system. * Breed supports -w to word wrap files, if possible/desirable. * Typos fixed. 5.2: * ,, ., and r work as documented. * :r reloads a file if it was on disk (and not a stream). * Naming the buffer based on the manual page name is now more accurate. * URLs load in breed again. * Breed doesn't make a file named '-' anymore when reading postscript. 5.1: This release no longer segfaults if the configuration file is missing. 'H' brings up a short help file in the program. Bookmarks are more aesthetically displayed. Some other, minor bugs were fixed. 5.0: Reed has been completely rewritten. Searching (and highlighting) is now file-specific. Invoking an editor now goes to the current line within that editor. The bookmark file format has changed and is incompatible with previous versions. The included script fix_bookmarks.pl can update your bookmarks for you. Bookmarks can now all be viewed with the 'B' command. 'Fake' filenames can be changed using the 'R' command. Reed now automatically reads from stdin if no filename is given and data is waiting. Greater 'less' compatibility was added to the (the old j is now J). Older changes ignored since reed was completely rewritten in 5.0.
2002-11-05- make this work with apache2martti2-4/+4
- buildlink2
2002-11-04Update screen to 3.9.13. Changes:hubertf4-21/+17
* 29.08.2002 3.09.12 Port to POSIX 1003.1-2001 hosts (Paul Eggert). * Fixed encoding for reattach password test. * Fixed NUL characters when encodings are active. * Fixed silly encodings bugs. Fixed bogus * oldflayer when a window gets freed. * Altscreen support by Gurusamy Sarathy. * Reuse old password in builtin_screenlock. * -- DISTRIBUTED * 05.09.2002 3.09.13 added missing break statement that broke * the eval command. * -- DISTRIBUTED Upgrade requested by dolemite@wuli.nu in private mail.
2002-11-02s|${X11PREFIX}/var/lib|${SCROLLKEEPER_DATADIR}|rh1-2/+3
Include missing scrollkeeper buildlink2.mk where necessary
2002-10-27Update "bidwatcher" to version 1.3.6. Changes since version 1.3.5:tron6-554/+5
- Added Comment field. - Fixed ebay time sync'ing. - Fix bad "Host:" entity-header if a proxy server was used. It used to send "Host: proxy.do.main" instead of "Host: whatever.ebay.com". - It now sends an "User-Agent" string which looks like Mozilla 1.1 including the real operating system and machine. - It support using "POST" for the actual bid. I've succesfully tested this by bidding on an auction. - Fixed stupid bug introduced in 1.3.5 for certain ebay motors auctions - Fixed handling bad DNS responses.
2002-10-27Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-10-26Update to less-378.grant2-7/+8
Changes since less-376: * Bug fixes: Default buffer space is now 64K as documented. Search highlighting works properly when used with -R. Windows version works properly when input file contains carriage returns. Clean up some compiler warnings. See the NEWS file for the full list of changes. Update MASTER_SITES and HOMEPAGE.
2002-10-26from the koffice site:drochner2-1/+57
21th October 2002 - Fix available for KSpread's crash A fix is available for kspread's crashes when working with long text which overlaps several cells or when working with merged cells.
2002-10-26Solaris's yacc doesn't work too well here, use bison on SunOS.bouyer4-12/+24
Solaris doesn't have yy_size_t, use int instead on SunOS.
2002-10-25buildlink1 -> buildlink2.wiz1-4/+3
2002-10-25buildlink1 -> buildlink2.wiz3-11/+11
2002-10-22* Use java.mk for proper Java handling.jlam1-13/+27
* Don't use Makefile.gcc, which is going away. Just add the contents of that file into the openoffice Makefile. * Use pth/buildlink.mk instead of pthread.buildlink.mk, which is going away. * Minor whitespace changes.
2002-10-21Convert to buildlink2.wiz1-4/+5
2002-10-21Convert to buildlink2. Fix do-configure step (not good using INSTALL_* here,wiz1-6/+7
since we should not have to be root at this point).
2002-10-21Convert to buildlink2.wiz1-4/+4
2002-10-20Add BUILDLINK_CPPFLAGS for packages that need to find rpm headers.jlam1-1/+3
2002-10-20I'm not sure why this file was missed by the "cvs commit".jlam1-8/+8
2002-10-20The default value for RPM_DB_PREFIX comes from bsd.pkg.default.mk.jlam1-2/+1
2002-10-20* Use bsd.pkg.install.mk instead of homegrown INSTALL/DEINSTALL scriptjlam3-42/+43
creation. * Enhance INSTALL/DEINSTALL scripts so that they may remove the RPM databases on deinstallation if RPM was never used. * Allow new knob RPM_DB_PREFIX that defaults to "/var/pkg" that is the prefix for the path to the RPM databases. The databases are kept in ${RPM_DB_PREFIX}/lib/rpm.
2002-10-20Use buildlink2. Use perl5/module.mk.seb2-12/+6
2002-10-20USE_GMAKE unneeded. Noted by Hauke Fath in PR 18504.wiz1-2/+1
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh2-4/+4
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-18This package does not compile on XEmacs...minoura1-1/+2
2002-10-18Do not overwrite DEPENDS.minoura1-3/+3
2002-10-14remove build dependency on autoconf, it's not neededdillo1-3/+1
2002-10-14Update to KDE 3.0.4. Changes are as follows (note the security fixes)skrll12-31/+30
arts * Compile fix for IRIX64 kdelibs * KHTML : Fixed progress bar. * KHTML : Fixed several crashes and misrenderings. * KHTML : Fixed "HTML source displayed in text viewer" after viewing text. * KHTML : Only ask "download plugins?" once per requested mimetype in the same page. * Javascript : several fixes (row.cells(), tablecaption.*, heading.*, event.x/y) . * libkscreensaver : Fixed bug that in rare cases prevented the screensaver from showing anything. * kio_file : Proper "disk full" error message in mkdir * KIO : Dropping links to webpages onto the desktop works in all cases now * Drag-and-drop of URLs : Improved compatibility with non-KDE apps * KToolBar : fix for oversized comboboxes in toolbars, e.g. in KOffice kdebase * NSPlugins : Compatibility with gcc-3.x * Konqueror configuration : fixed default font size value * KDesktop : better determination of icon heights, for "lineup Icons" * KDesktop : Don't rearrange all icons when changing the font size * KControl : Fixed proxy configuration dialog layout * Fix a lot of mem leak * Kaddressbook : fix crash when we export CSV list * KDM * Security: proper temp dir creation for QT and disabled crash dialog * Made chooser work at all * Fixed compilation with older glibc * Fixed bad lilo interaction wrt. warnings kdegraphics * Kamera: Fixed crash when we didn't select camera in kcmkamera * KGhostview: Security related fixes kdemultimedia * KMix : Fixed compilation on Solaris * Kaboodle : fixed when it was embedded in konqueror * Fix a lot of memory leak kdenetwork * kpf: Security related fixes kdepim * KAlarm: Fix right-to-left character sets not being displayed in message edit control * KAlarm: Make "Help -> Report Bug" use the KDE bug system (bug #43250) * KNotes: Fixed session management (bug #22844) * KNotes: Fixed mouse behaviour to be like kwin's (raise and lower already on mouse press) * KNotes: Fixed (in)famous bug that caused the big black windows and lost data (bugs #22062, #44870, #45084, #45386, #45451, #46570, #47352) * KNotes: Fixed drag'n drop of links and plain text kdesdk * Disabled kbugbuster compilation because bug system changed. Use CVS version if you need it.
2002-10-14Updated php to 4.2.3martti2-6/+6
* lots of bug fixes * experimental apache2 support * added IPv6 support to gethostbyaddr() ATTENTION!! register_globals defaults to 'off' now
2002-10-13buildlink1 -> buildlink2.wiz1-2/+3
2002-10-13buildlink1 -> buildlink2.wiz3-10/+8
2002-10-12Fix bugs in HTTP protocol handling:tron5-3/+203
1.) Send correct "Host:" entity-header if a proxy is used. 2.) Supply a more appropriate User Agent intetification. 3.) Use a "POST" for request for the actual bid like the eBay form would. Bump package revision to 2.
2002-10-12Add changes from the "bidwatcher" CVS repository which fixes the problemtron3-2/+346
with the time synchronization. Bump package revision to 1.
2002-10-09buildlink1 -> buildlink2.wiz1-5/+5
2002-10-08buildlink1 -> buildlink2.wiz1-2/+4
2002-10-08Note conflicts with older koffice3 package.jlam1-3/+5
2002-10-08Combine Makefile.common and Makefile into one file again since the koffice3jlam2-39/+33
package is no more.
2002-10-08* You can't mix buildlink1 and buildlink2, so remove USE_BUILDLINK_ONLY.jlam1-3/+4
* x11.buildlink2.mk is not meant to be included by package Makefiles. * Note conflict with older koffice3 package.
2002-10-08Note that this package can't use buildlink2 yet.jlam1-1/+2
2002-10-08Updated koffice to 1.2martti12-904/+809
* bug fixes * better filters * ... See http://www.koffice.org/announcements/changelog-1.2.phtml for a complete list of changes...
2002-10-08Add koffice11, remove koffice3martti1-2/+2
2002-10-08Remove koffice3 (KDE 3.x users can now use koffice-1.2)martti20-2166/+0
2002-10-08Import KOffice 1.1.1 as pkgsrc/misc/koffice11 (for KDE 2.x users).martti12-0/+2083
2002-10-08buildlink1 -> buildlink2jlam1-3/+5
2002-10-08Remove dictd.uebayasi1-2/+1
2002-10-08Remove misc/dictd, which already exists as textproc/dict-{server,client}, whichuebayasi8-150/+0
I'll update them later. Pointed out by David W. Talmage and Michael Santos.
2002-10-07Convert to buildlink2. Use perl5/module.mk.seb4-24/+12