summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-04-23Make it compile with XEMACS_WIDGETS=gtk.martin3-1/+85
2003-04-23Update for new xemacs versionsjmc1-23/+23
2003-04-23naim-0.11.5.7 update.wiz1-1/+2
2003-04-23Update to 0.11.5.7:wiz3-6/+7
Major feature additions: /save now saves /alias'd commands. New /filter command to manipulate internal filter tables. New /namebuddy command. If you use /namebuddy, or attempt to /addbuddy someone already in your list, naim will allow you to modify their "real name". Auto-messages (for /away) are only sent if you are actually idle, so people using /away as a kind of "blurb" won't send auto-responses. If you mark /away and actually leave, auto-responses are sent immediately. If you send any IM's after marking /away, you won't send auto-responses until you are idle for at least 10 minutes. Support for channel keys improved. /save will now record channel keys in .naimrc, and will rejoin keyed channels properly. New distinction between "permanent" buddies, those manually added with /addbuddy or stored in your server profile, and "auto-added" buddies, those added because they contacted you while $autobuddy was set. ^ New $autoclose. If set, naim will /close and /delbuddy non-permanent buddies $autoclose minutes after they sign off. If their window has unread messages, autoclose will be delayed until they have been read. If the buddy has queued messages pending, autoclose is cancelled altogether. New /names (/buddylist) behaviour to show much more relevant information about your buddy list. New /resize command to change the length of the scrollback buffers. Major bug fixes: --enable-detached was not fixed in 0.11.5.6. Fixed. For real this time. [TOC] /sync was broken in 0.11.5.6-2003-03-02-1423. FireTalk's TOC quoting mechanism will now only strip space characters, rather than all forms of whitespace. On disconnect, your buddy list would be re-added by naim. This has caused some problems during signon, and had the side-effect of marking all non-permanent buddies as permanent. Fixed.
2003-04-23update to 4.2.5drochner14-40/+57
changes: -bugfixes -If Foomatic 2.9.x is installed, the Foomatic data will be generated with additional features -automatic paper cutter is now functional on the Epson Stylus Photo 925, 950/960, and 2100/2200 -Quality Improvements on Epson Stylus Photo 950/960/PM-950C and 2100/2200 -i18n
2003-04-23Require texinfo 4.5 or greaterjmc1-1/+2
2003-04-23dnstop-20021224nb1 update.wiz1-1/+2
2003-04-23Man page got updated:wiz2-4/+5
1c1 < .\" $Id: dnstop.8,v 1.2 2002/12/24 19:20:28 wessels Exp $ --- > .\" $Id: dnstop.8,v 1.3 2003/01/24 17:44:23 wessels Exp $ 53c53 < display the desitination address table --- > display the destination address table Noted by Jeremy C. Reed in PR 21286.
2003-04-23change the default installation method to "short path" since mostdrochner3-4/+7
packages do it that way now
2003-04-23update to 1.5.0drochner3-7/+14
changes: -- Added the ability to edit the date of posting on the posting edit form. -- Update the posting's 'modified' attribute when postings are editted. -- Use BTrees.IIBTree.IISet instead of the deprecated intSet.intSet. -- Fixed problems with indexes and metadata for Zope 2.6.0. -- Added 'date' as metadata by default. -- Fixed handling of reply counts and moderated counts when un-approving postings. -- Moved to Strip-o-Gram 1.4. -- Better documentation and some renaming in updaters.
2003-04-23update to 1.51drochner3-13/+8
changes: -getStationHeight is now called getStationAltitude -installation improvements
2003-04-23update to 0.17.0drochner3-14/+20
changes: -bugfixes, cleanups -mail support more or less rewritten -CMF skin updates -enhancements to comment behaviour -Simpler page ids, faster performance and better memory efficiency -new general-purpose page type including tracker and fit support -preliminary stylesheet support
2003-04-23update to 1.1drochner3-7/+87
changes: Send online post cards with photos Support for LocalFS 1.1 and LocalFS 1.0 Choose between small,medium,large and full size for thumbnails creation Statistics about visits of photos and albums User can order his ZPhotoSlides as he want Parse EXIF informations in JPEG coming from digital camera Correct troubles with upgrade between different versions Add photos from the browser
2003-04-23update to 1.0.1drochner3-441/+97
-cleanup, bug fixes... a long ChangeLog with little structure -needs Zope-2.6.* now (ActivePak issue) -i18n stuff not yet installed - need some framework first to avoid conflicts
2003-04-23Rip out 'mmencode', so that we can now DEPEND on metamail rather than CONFLICTjschauma5-13/+147
with it. This has the benefit that one can now install elm on systems that have metamail installed (which, for example, is required by exmh). Tested by jdolecek. Bump PKGREVISION.
2003-04-23update to 1.3.1drochner3-32/+10
changes: - Implemented PUT and GET support to CMFCalendar.Event for editing via FTP/WebDAV (thanks to Sidnei da Silva). - bugfixes
2003-04-23allow to override the required zope versiondrochner1-2/+3
2003-04-23Note cvsync-0.19.6gehenna1-1/+2
2003-04-23cvsync 0.19.6 is released.gehenna2-5/+5
ChangeLog: * Fix a bug that the 'loose' feature doesn't work properly. * Fix a bug that both server/client tried to traverse wrong paths if a relative path calculated by the 'super' keyword is more than 2 levels.
2003-04-23+ fftw-3.0uebayasi1-1/+2
2003-04-23+ guile-1.6.4uebayasi1-1/+2
2003-04-23Multitail 2.0mjl2-3/+3
2003-04-23Update multitail to 2.0mjl4-35/+32
- you can now also tail external commands with MultiTail. - negating regular expressions did not work.
2003-04-23Note update of pkgtools/pkg_install to version 20030423 [pkg_add fix]seb1-1/+2
2003-04-23Update to version 20030423 via patch from src/usr.sbin/pkg_install.seb2-4/+9
>Log Message: >pkg_add fix: >When doing quick pre-check if any conflicting dependencies are installed >and a dependency is not found installed do not try to search for a wildcarded >(-[0-9]* suffix) package if the dependency was already wildcarded. > >This prevent something like 'p5-Net-DNS-0.33' reported as an already >installed version of 'p5-Net-[0-9]*' as a dependency. >Before this fix 'p5-Net-[0-[0-9]*' would have been incorrectly searched for. > >Reviewed by hubertf@. > >Bump PKGTOOLS_VERSION to 20030423. > > >To generate a diff of this commit: >cvs rdiff -r1.81 -r1.82 src/usr.sbin/pkg_install/add/perform.c >cvs rdiff -r1.26 -r1.27 src/usr.sbin/pkg_install/lib/version.h
2003-04-23Add a buildlink2.mkrh1-0/+31
2003-04-23Note addition of openquicktime-1.0rh1-1/+2
2003-04-23Add and enable openquicktimerh1-1/+2
2003-04-23Initial import of openquicktime-1.0, a portable library for handlingrh4-0/+64
QuickTime(TM) media files.
2003-04-23Note update of url2pkg to 1.23rh1-1/+2
2003-04-23Update url2pkg to 1.23. In this version, the SourceForge magic now worksrh2-5/+5
with or without the '?use_mirror=.*' suffix.
2003-04-23Note that this package is the gnet-1.x series in COMMENT/DESCR.wiz2-2/+4
2003-04-23Note addition of swfdec-0.2.1rh1-1/+2
2003-04-23Add and enable swfdecrh1-1/+2
2003-04-23Initial import of swfdec-0.2.1, a library for rendering Flash(R) animationsrh7-0/+143
and games.
2003-04-23jhead-2.0 update.wiz1-1/+2
2003-04-23Update to 2.0, requested in PR 21272.wiz3-6/+9
Changes since 1.9: Minor changes where newlines are printed. Added check to warn about wiping out the originals with the -st option. Fixed display of "flash used=no" for exif headers generated by photoshop. Added -ci and -cs options. Limit directory recursion depth to avoid crashing on circularly linked directories within the Exif header. Added automatic rottion (-autorotate) to right-up images that contain a rotation tag from the camera. *Finally* wrote a nice MAN page for jhead.
2003-04-23Don't do CHECK_SHLIBS if this isn't a native buildjmc1-4/+2
2003-04-23Clean up ONLY_FOR_PLATFORM to read a little nicer and include all applicablejmc4-8/+14
NetBSD versions as appropriate
2003-04-23This includes the wrong PLIST. Include the one from this dir, not the main gaimjmc1-2/+2
one.
2003-04-22Use ${LN} -sf to create symlinks.wiz4-8/+8
Closes PR 21263 by Jeremy C. Reed.
2003-04-22Need USE_X11 so buildlink will fix the X11BASE includes. Also need pthread'sjmc1-1/+3
buildlink.mk file
2003-04-22-xosd-2.2.1jmmv1-2/+1
2003-04-22Note updates of xosd and xmms-osd to 2.2.1.jmmv1-1/+3
2003-04-22Update to 2.2.1:jmmv7-38/+28
* Made the underscores disappear correctly (James Roberts-Thomson) * xmms plugin breakdown and breakup (Philipp Matthias Hahn) * configure.in xinerama patch (Julio Merino) * configure.in -> configure.ac conversion (Philipp Matthias Hahn)
2003-04-22Whitespace policecjep1-2/+1
2003-04-22always use the package directory name rather than the package name ingrant1-6/+6
recent gnome{1,2} additions. using 'gnome-blah' when the directory is 'gnome2-blah' creates a link in pkg-changes.html that (incorrectly) points to 'gnome-blah'. hi Rene!
2003-04-22note netbsd-www additiongrant1-1/+2
2003-04-22add netbsd-wwwgrant1-1/+2
2003-04-22Initial import of netbsd-www into the NetBSD packages collection.grant3-0/+26
Meta-package that includes all packages needed for converting DocBook/XML to HTML, primarily used for the NetBSD web site.