summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-10-19Initial import of chimera-2.0a19, a WWW browser for X Windows.fredb11-0/+222
2000-10-19Add vidc-toolsabs1-1/+2
2000-10-19Add vidc-tools-1.0abs10-0/+93
Tools for the VIDC console used by NetBSD/arm32 on RiscPC - blanktime Screen blank control for arm32 virtual consoles - mkbeep Generates a waveform for the beep device - setdisplay Set display resolutiion and depth for arm32 virtual consoles - setkbd Set and report the keyboard autorepeat rate
2000-10-19Add sysgenabs1-1/+2
2000-10-19Add sysgen-1.0abs5-0/+34
sysgen reads DEC Qbus or UNIBUS device names from standard input, assigns CSR addresses and interrupt vectors to the devices according to the DEC standard algorithm for auto-configuration, and prints the resulting list of allocations to standard output. The program attempts to conform to the CONFIG command of the VMS SYSGEN program, but has simplified output. Specifically, it does not print information about VMS device naming and support.
2000-10-19regenwiz1-2/+2
2000-10-19Update to use new qt-2.2.1 libraries.skrll2-7/+7
2000-10-19Use the new qt-2.2.1 libraries.skrll5-45/+54
Update to version 2.1. Changes are XML File Formats XML is used for all files formats. The previous file format is still loaded. However, only XML is saved. The previous format may be dropped in a latter release. Code Generation The following code generation changes were made: * Special character values, like new lines and tabs, are escaped in the generated code. Widgets The following widgets were added: * QHGroupBox * QIconView * QVGroupBox As usual the properties for all the widgets were updated. Properties which were marked as obsolete were removed. In a future release, qtarch will support compiling with the QT_NO_COMPAT flag.
2000-10-19Updates as follows:skrll4-26/+15
1) New version: 0.56d 2) Homepage has moved 3) Use new qt-2.2.1 libraries
2000-10-19Import new qt-2.2.1 package.skrll4-0/+36
This is the meta package.
2000-10-19Import new qt-2.2.1 package.skrll6-0/+48
This is the qt GUI designer.
2000-10-19Import new qt-2.2.1 package.skrll5-0/+710
This is the documentation for the qt library and the qt designer.
2000-10-19Import new qt-2.2.1 package.skrll17-0/+708
This is the base package that includes only the qt library.
2000-10-19Update to 1.03o,hubertf5-18/+17
submitted in PR 11260 by Nobuhiro Yasutomi <nobu@tech.isac.co.jp> I've discussed with the submitter that it's explicitly OK for us to not set NO_BINARY_ON_{FTP,CDROM}. Changes: Ver. 1.03o fix floppy drive extention area mis recognize. (10/12/00) fix mistake handling archive that include directry. enhance to get floppy drive information. fix to fail file copy (for MS-DOS version). Ver. 1.03n support OpenBSD. (09/30/00) allow key interrupt when get floppy drive size. QUIT_SYSTEM to allow in defined function. fix character code setting. fix can't input duplicat '/' in command line. Ver. 1.03m fix to relative path makes normalize in PATH env. (09/15/00) fix to fail chdir when follow symbolic link. support symbolic link in Japanese. Linux ReiserFS support. support change floppy when using. fix redraw problem at tree view. support tree view in case cyclic directory. fix tree view at top directory. fix can't assign internal command to key with argument. fix Mata key assign display. fix copy file timestamp at recursive directory (for MS-DOS). fix mistake handling archive that include directry (for MS-DOS). fix sence free space that copy distination (for MS-DOS).
2000-10-19wrstuden mentioned that the nbX version should be bumped for my patchbriggs2-4/+4
to atalkd. Those patches have now been tested and are working on /alpha-1.4.2, /alpha-current, and /x86-current.
2000-10-19Make print-PLIST output the install-info lines only when it findsjlam1-2/+2
files ending in ".info", not for any file that ends in "info".
2000-10-19At least in 1.4Q, there was a login_cap.h, but it didn't define LOGIN_SETENV.hubertf2-6/+6
Make sure that is defined before using it!
2000-10-19Remove unnecessary comment about being able to compile librep onjlam1-6/+3
Solaris and Linux.
2000-10-18Fix typo.jwise1-1/+1
2000-10-18Updated to 2.01.06. Changes include:mjl8-100/+44
o Fixed possible segfault condition in MangleAgent code on some malformed user agent names. o Fixed DNS to prevent hangs on blank and malformed hostnames. o Fixed problem calculating visits. o Fixed hostname lowercase problem (wasn't) when using DNS lookups. o Fixed problem with incremental datafile which could cause a read error under certain circumstances o Fixed problem with hash table node creation o Fixed problem where country graph could be produced incorrectly o Found and fixed a problem with a possible 32-bit wrap around o Added DailyGraph and DailyStats configuration options o Improved visit calculation logic to reduce 'false' counts o Added reverse DNS lookup capability. o Added ability to dump Sites, URL's, Referrers, User Agents, Usernames and Search Strings to tab delimited files o Added username analysis, based on usernames found in the log, o Added the ability to display ALL sites, URL's, Referrers, User Agents and Search Strings on a seperate HTML page o Added support for squid proxy logs o Completely modified the way the various TOP tables are handled and sorted o Added the ability to group domains automatically o Added user configurable search engine specification o Changed code to use the latest version of GD which supports PNG o Added ability to override log file to STDIN by use of '-' o Added gzipped logfile support. o Minor changes to search string code to increase accuracy. o Minor changes to URL parse code to allow additional characters. o Major changes to hash table node format for reduced memory usage.
2000-10-18Update arla to 0.34.5.wennmach13-455/+127
This version of arla has improved BSD support, so that patches (patch-ao, patch-ap, patch-aq, and patch-ar) are no longer necessary. It has improved deadlock detection and many other bug fixes.
2000-10-18Expand URL for PATCH_SITES.fredb1-2/+2
2000-10-18install documentationwiz2-2/+6
2000-10-18update libgetopt dependencywiz1-2/+2
2000-10-18Update to 1.3:wiz2-5/+5
1.2 wasn't working because _DIAGASSERT isn't defined on 1.4.x; worked around it by defining it in the getopt_long.c distfile.
2000-10-18fix typo in IGNORE and move it some lines lower (for pkglint)wiz1-3/+3
2000-10-18add IGNORE, since devel/cvs is newerwiz1-1/+3
2000-10-18Update xamp to 0.8.10 (from PR 11250 by Rui-Xiang Guorh20-436/+643
<rxg@ms25.url.com.tw>, the maintainer of this package). Changes are bugfixes, and use of the native NetBSD sound API instead of OSS emulation.
2000-10-18Update libgetopt to what's in -current right now (includes awiz6-27/+649
much-improved getopt_long). Bump to 1.2.
2000-10-18add textproc/detexitojun1-1/+2
2000-10-18detex 2.7, removes latex commands from textitojun7-0/+55
2000-10-18enable textproc/untexitojun1-1/+2
2000-10-18untex 1.3, removes tex control sequence from textitojun7-0/+47
2000-10-18Update cdrdao to 1.1.4. Closes PR 11245 by Wolfgang Rupprechtrh3-18/+20
<wolfgang@wsrcc.com>. Changes include: o Created new 'toshiba' driver for 'read-toc'/'read-cd' with Toshiba CD-ROM drives. o Added full multi session support to the 'cdd2600' driver. o CD-TEXT is written without any copy protection flags now. o Added CDDB access to add title and artist data as CD-TEXT to an existing toc-file. The direct cddbp and the http encapsulated protocol is supported. o Added support to better handle disks written in track-at-once mode with 'read-cd' and 'read-toc' (see options --tao-source and --tao-source-adjust). o Fixed bug that prevented recording of pure data CDs with the recent HP and Sony recorder models in single session mode. For multi session mode the restrictions mentioned in the README are still valid. o Fixed 'unit not ready' problems after writing with the 'generic-mmc' and 'generic-mmc-raw' driver. o Toc-files with tracks that are shorter than 4 seconds will be recorded if option '--force' is given. o Some of the command line options are now saved to a settings file "$HOME/.cdrdao" if option '--save' is given. o The driver database is now kept in an external file so it is possible to update the database between the cdrdao releases. Actual driver database files will be available from http://cdrdao.sourceforge.net/drives.html#dt o Added new option '--keepimage' which keeps the created image file after the command 'copy' finishes. o Fixed bug in CD-TEXT reading code: CD-TEXT fields with empty strings were only read for the first track. o Driver 'generic-mmc': If the power calibration fails the recording process will be aborted now. o Driver 'generic-mmc-raw': Added explicit power calibration.
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.