summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-10-18Add an OSVERSION_SPECIFIC=yes flag to these packages. The flag at this timegarbled4-4/+8
doesn't enable any functionality. It is here as a marker, so people building binary packages know that these packages have version-specific features that would make them incompatible with other point releases.. (such as LKM's)
2000-10-18Add an extra padding u_short to the sockaddr_m structure to meet thebriggs4-2/+30
stricter requirements now present in sys/net/rtsock.c in a -current kernel. This change is sufficient for i386, but may still not be correct for LP64 systems or systems with different alignment constraints. Thanks to wrstuden for identifying the kernel change that affected this.
2000-10-18Update to lynx-2.8.4dev10. Numerous bug fixes. To name but a few:fredb2-7/+7
* fix: the recently added code to enable external programs to replace normal lynx handling of individual URL types was not refreshing the screen after the external program finished (EXTERNAL set TRUE:TRUE) -DK * add %s substitution to mailcap_substitute(), overlooked when implementing the logic to read from stdin when %s is omitted (reported by IC) -TD * implement %s, %t, %{charset} and %{encoding} substitutions for mailcap commands in HTFWriter.c (addresses Debian #21096) -TD Full change log available online at http://lynx.isc.org/current/CHANGES
2000-10-18Add a note to appendix B noting the changes to how binary packages are to begarbled1-1/+10
uploaded to ftp.netbsd.org. If you are building binary packages for 1.5, you should read this change.
2000-10-18Update to 1.11. Changes since 1.10:hubertf26-2989/+219
* The new "cvs version" command gives a short version message. If the repository is remote, both the client and server versions are reported. * "cvs admin -t" now works correctly in client/server mode. * The "cvs history" command output format has changed -- the date now includes the year and is given is ISO 8601 format (yyyy-mm-dd). Also, the new LogHistory option in CVSROOT/config can be used to control what information gets recorded in the log file and code has been added to record file removals. * The buggy PreservePermissions code has been disabled. * Anonymous read-only access can now be done without requiring a password. On the server side, simply give that user (presumably `anonymous') an empty password in the CVSROOT/passwd file, and then any received password will authenticate successfully. * There is a new access method :fork: which is similar to :local: except that it is implemented via the CVS remote protocol, and thus has a somewhat different set of quirks and bugs. * The -d command line option no longer updates the CVS/Root file. For one thing, the CVS 1.9/1.10 behavior never had updated CVS/Root in subdirectories, and for another, it didn't seem that popular in general. So this change restores the CVS 1.8 behavior (which is also the CVS 1.9/1.10 behavior if the environment variable CVS_IGNORE_REMOTE_ROOT is set; with this change, CVS_IGNORE_REMOTE_ROOT no longer has any effect). * It is now possible for a single CVS command to recurse into several CVS roots. This includes roots which are located on several servers, or which are both remote and local. CVS will make connections to as many servers as necessary. * It is now possible to put the CVS lock files in a directory set by the new LockDir option in CVSROOT/config. The default continues to be to put the lock files in the repository itself.
2000-10-18Add and enable xmountains.fredb1-1/+2
2000-10-18Initial import of XMountains, a fractal terrain generatorfredb5-0/+34
-- that is to say, a screensaver.
2000-10-18Update gnome-applets to 1.2.2. Changes from version 1.2.1 are mostlyjlam3-80/+247
documentation changes and additional translations, plus a few minor bugfixes in the applet code, and one new stock ticker applet.
2000-10-18Update gnome-core to 1.2.2.1. Changes from version 1.2.1 are mostly cosmeticjlam7-260/+276
for the UI, and several new translations.
2000-10-18Update control-center to 1.2.2. Changes from version 1.2.0 appear to bejlam7-35/+41
largely bugfixes, with a new feature: embossed logos. Add dependency on gdk-pixbuf. Make me the maintainer.
2000-10-17Update gdk-pixbuf to 0.9.0. Changes from version 0.8.0:jlam8-59/+64
* Integrated John Harper's patch to provide an Xlib-only version of gdk-pixbuf. Now plain Xlib apps such as Sawfish can use gdk-pixbuf (John Harper, Federico). * Animation bounding box fixes (Larry). * Important error-handling fixes to the JPEG and PNG loaders (Michael, Larry). * Miscellaneous build fixes (Darin, Frank, Mathieu). * New flashy demo program of the scaling and compositing functions (Federico). * New appendix in the programmer's documentation describing how to port applications from Imlib to gdk-pixbuf (Federico).
2000-10-17Update libxml to 0.8.10. Changes from 0.8.9 fix some GNOME-related bugs:jlam3-6/+6
* entities.c: added missing tests for doc == NULL as pointed by Michael. * tree.c : return content from CDATA sections when asking for node content
2000-10-17Update gnome-libs to 1.2.5. Changes from version 1.2.3 are misc. bugfixes andjlam16-331/+337
documentation improvements.
2000-10-17Quiet perl invocations in bsd.pkg.mk when the locale isn't properly set injlam1-5/+5
the environment.
2000-10-17Update ORBit to 0.5.4. I couldn't find a list of changes from version,jlam12-112/+119
0.5.3 -- only that 0.5.4 is the latest stable version of ORBit. The pkgsrc-related changes are: * Compile and link libpopt statically into ORBit. This is really a small library, and there are more recent versions available if we with to add it to pkgsrc. Also don't install this library. * Compile the tcpd-specific code in libIIOP.
2000-10-17Update gtk-engines to 0.10, the latest stable sources from GNOME. There isjlam3-9/+10
no list of changes from version 0.8.
2000-10-17Remove unnecessary LIBS=-lintl line. libintl gets passed in correctlyjlam1-2/+1
by gnome-config.
2000-10-17Add and enable "nap".tron1-1/+2
2000-10-17Import of new "nap" package:tron5-0/+38
Terminal based Napster client similar to ircII
2000-10-17Update ap-ssl to 2.7.1 using mod_ssl-2.7.1-1.3.14. Also update apache tojlam4-11/+11
1.3.14.1, adding a superminor version number to indicate possible EAPI update. *) Fixed the parsing of SSLSessionCache directives. The prefixes were incorrectly skipped and leaded to "unable to open semaphore file" errors.
2000-10-17Fix finding gettext libraries in a better way. Remove CPP definition whichjlam4-22/+21
was breaking compilation on my machine -- not sure why it was set in the first place, and the reason wasn't logged in CVS.
2000-10-17Update gnumeric to 0.57. Changes include:rh10-708/+604
* New features * Initial support for guppi graphs via Bonobo * Auto-format dialog. * Sheet copy * Full complement of paste special operations. * Improve internationalisation of keyboard and formats * Implement DateDif. * Checkbox support with stubs for other widgets. * Improved RATE's and IRR's root searching. * Rewrote SUMPRODUCT * More number theory functions * Applix importer is usable * COUPNUM, COUPNCD, TRUE, FALSE, COUPDAYBS and COUPDAYS * Correctly handle strings used as numeric arguments * Improve the colour combo box. * Implementation of `Anova: Two-Factor With Replication' and `Histogram' data analysis tools mostly * Bug fixes, Polishing & Optimisations * Updated and improved documentation. * Improve MS excel conformance of 'MATCH' * STF bug fixes and format recognition. * Save cells in row/col sequence. * Improve support for named expressions. * Fix chitest. * Printing bug fixes * Fix sheet functions * Formating bugs. * Handle sorting hidden rows/cols the same as MS excel * Resizing lots of rows/cols is smarter * Fixes for RATE, SLD, SYD. * More correct expression relocation for ins/del row/col * Xbase plugin should now work rather than core. Lots of bug fixed. * Translations * Updated: da (Kenneth and Keld), de (Karl), en_GB (Robert), ko (Sung-Hyun Nam), no (Kjartan), ru (Valek), uk (Yuri), maybe more. * Update not new, but not mentioned the last time: pl (Zbigniew). * Updated: nl (Almer). Not all done yet. * Work to support translation of strings in xml files (Kenneth and Morten)
2000-10-17Add and enable gbrh1-1/+2
2000-10-17Initial import of gb-0.0.12, the Gnome Basic for office applicationsrh5-0/+57
2000-10-17Add and enable galrh1-1/+2
2000-10-17Initial import of gal-0.1, the Gnome Application Librariesrh7-0/+141
2000-10-17Update gnome-print to 0.24. Changes include:rh5-51/+14
* profiles/pdf.profile (driver): rename to "Gnome Print PDF Writer" * profiles/PostscriptOptimized.profile: enable ps2 as the default postscript profile * profiles: move profiles that should not get installed by default to the development directory * profiles/Postscript.profile: split into 3. Normal Optimized and No-alpha * README: Write a short summary of features * configure.in: Remove libunicode dependency * tests/testprint4.c (latin_to_utf8): Remove libunicode stuff * configure.in: Add an additional check for libunicode, to work around libunicode-0.4 not working properly with gnome-config. * doc/Makefile.am: Update the gtk-doc 'scan' target. * doc/gnome-print.sgml: added * libgnomeprint/*.[ch]: various small typo fixes and gtk-doc cleanups in the comments.
2000-10-17Update libglade to 0.14. Changes include:rh3-7/+7
- radio menu item support (from patch by Mitch Chapman) - make accelerators visible in GtkPixmapMenuitems. - Added a glade_set_custom_handler to allow better control over creation of `Custom' widgets. This can be used by language bindings or other applications that want more control over custom widget handling. - add tearoff menu items to menus if gnome settings say that they should be shown. - a few other bug fixes.
2000-10-17Add fix4SA110rev2abs1-1/+2
2000-10-17fix4SA110rev2 modifies arm32 binaries in an attempt to work aroundabs5-0/+41
StrongARM rev2 problems It attempts to identify the instructions that will cause problems and moves them to a safe location. The "safe" location is final page of the text (code) segment of the executable, which normally has some spare bytes before the start of the data segment. Having moved the instruction, it then puts a branch to the new location where the old instruction used to be so that things will continue to work.
2000-10-17 * Move section 4.7 (Importing to CVS), and merge with section 10 (Submitting)hubertf1-50/+34
* Remove stray TOC for FAQs * Some polishing up
2000-10-17Remove some clutter (obviously some vi user wanted to save... :-)hubertf1-2/+2
2000-10-17Put documentation on print-PLIST in one place.hubertf1-4/+15
2000-10-17Make description of X11BASE line up with the rest of the describedhubertf1-7/+7
variables.
2000-10-17capitalize properlyhubertf1-2/+2
2000-10-17Update to 1.1abs3-34/+89
Rework inline notes into POD format and use pod2man to generate manpage
2000-10-17Correct instruction on what to put into the mail alias file.wennmach1-1/+1
Pointed out to me by Hubert Feyrer in private e-mail.
2000-10-17Cleanup: remove commented-out parts of the Makefile, remove dependency onrh1-10/+1
automake
2000-10-17Make this work with xpkgwedge.jlam1-1/+2
2000-10-17We have USE_MESA=yes, so we don't need a separate dependency on Mesa-*.jlam1-2/+1
2000-10-17add & enable diahubertf1-1/+2
2000-10-17Dia is a program for creating diagrams of all kinds. The current versionhubertf6-0/+353
can do UML class diagrams, Entity-Relationship modeling, network diagrams, and much more. The engine is very flexible and dynamically loads diagram-types from disk. It can currently export to postscript and load/save in an xml format. Found on Jared D. McNeill's Unofficial NetBSD Package Collection page (http://pkgsrc.invisible.yi.org/)
2000-10-17add & enable cs4235hubertf1-1/+2
2000-10-17Program to enable and modify the 3D mode on Crystal CS4235 sound cards.hubertf5-0/+26
It's working quite well for me; it seems to work just as well as the 3D control in Windows. Unfortunately the code only works on i386, but if anybody wants to fix that they're more than welcome :-)
2000-10-17Ooops, this is already gone again.hubertf1-10/+0
2000-10-17 * ? => 'hubertf1-0/+10
* make a bit more readable
2000-10-17mention PKGNAME in IGNOREwiz1-2/+2
2000-10-17mention PKGNAME in IGNORE messagewiz1-2/+2
2000-10-17IGNORE package if it's in the base systemwiz2-2/+10
2000-10-161.06 is very old and doesn't compile on NetBSD. Update to 1.12, which usestv6-8/+45
autoconf for its build.