summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-10-01+ flac-1.1.1, fvwm-2.4.19, libntlm-0.3.6, lwm-1.2.1, source-highlight-1.11.wiz1-2/+6
- sun-jdk-1.5.
2004-10-01Improved DESCRiption (as discussed with maintainer).reed1-2/+2
2004-10-01Update the wording a bit when a license is not accepted, to betterhubertf1-4/+4
indicate the proper process: first read the license, then accept, and indicate so in /etc/mk.conf: yui% make ===> graphviz-1.12 has an unacceptable license: graphviz-license. ===> To view the license, enter "/usr/bin/make show-license". ===> To indicate acceptance, add this line to your /etc/mk.conf: ===> ACCEPTABLE_LICENSES+=graphviz-license *** Error code 1
2004-10-01Update emulators/dosbox to 0.62.xtraeme5-9/+13
Changes: # Improved x86 dynamic core, more stable. # The usual cpu/fpu emulation fixes and speedups. # Soundblaster 16 and opl3 emulation added. # Internal mixer updated with interpolation and volume support. # Intelligent MPU-401 emulation added. # ISO/Disk image mounting support. # Custom chipset emulation for cga,tandy hercules modes. # Improved pc-speaker emulation. # Improved GUS emulation. # Added a keymapper. # VGA/VESA Bios fixes. # IPX networking support. # A zillion internal dos fixes/updates. # New ddraw rendering output and new render functions. # Raw adlib/midi capturing.
2004-09-30Add and enable {jdk,jre}15rh1-8/+22
2004-09-30Note addition of sun-jdk15-5.0rh1-2/+3
2004-09-30Add and enable sun-jdk15rh1-1/+2
2004-09-30Initial import of sun-jdk15-5.0, Sun's Java SDK, Standard Edition 1.5.0rh7-0/+1605
2004-09-30Update emulators/pearpc to 0.3.1, patch provided by zul in PR pkg/27092,xtraeme5-10/+50
thanks! Changes: version 0.3.1 (released 5. September 2004): - JITC_X86: increased translation cache size - (Win32) fixed: '`'/'~' key wasn't mapped - (SDL) fixed: right-alt was mapped to left-alt - fixed: German '<>|' key wasn't mapped - JITC_X86: corrected tw/twi instructions (should fix java native IO calls fail) - fixed: rfi instruction (should also fix java native IO calls fail) - fixed: some mysterious partition mappings in src/io/prom/fs/hfsplus/partition.c - (BEOS) updated - disabled unused keyboard shortcuts version 0.3 (released 13. August 2004): - clean up everything on exit - (experimental) idle sleep for the JITC CPU - asynchronous keyboard and mouse events - implemented IDE Flush - Win32: implemented fullscreen mode proposed by Matt Jobson - short cut keys are configurable - correct clock/timing (Win32 + Posix) by Keith Rothman, Kimball Thurston and Stefan Weyergraf - SDL support - SDL: implemented fullscreen mode - source tree reorganisation - display functions moved to src/system/ui directory - src/system/arch created - system/posix,win32 and beos moved to system/osapi/ - host keyboard support separated from SystemDisplay - host mouse support separated from SystemDisplay - architecture-specific video acceleration functions (x86) - configure-system: choose "jitc_x86" on x86s when no --enable-cpu given - JITC: srawix, subfcx, divwx, divuwx, mulhwx, mulwx, subfex, extshx implemented - JITC: align entrypoints
2004-09-30Added cppunit-1.10.2: CppUnit is a C++ unit testing frameworkwulf1-1/+2
2004-09-30s/jre14/jre15/grh1-10/+10
2004-09-30Added and enabled cppunit-1.10.2: CppUnit is a C++ unit testing frameworkwulf1-1/+2
2004-09-30Added cppunit-1.10.2: CppUnit is a C++ unit testing frameworkwulf5-0/+1488
2004-09-30Note addition of sun-jre15-5.0rh1-1/+2
2004-09-30Add and enable sun-jre15rh1-1/+2
2004-09-30Initial import of sun-jre15-5.0, Sun's Java(tm) 2 Runtime Environment 1.5.0rh8-0/+929
2004-09-30s/replacemenet/replacement/, pointed out by Tomasz Marciniak.snj1-2/+2
Also, "particularily" is not a word.
2004-09-30Make this compile on NetBSD 2.0 too.kristerw3-14/+16
Thanks to Douglas Wade Needham for providing patches (on pkgsrc-bulk@).
2004-09-30G/C _WRAPPER_SH.LIBTOOL which isn't needed (it's value was beingjlam1-13/+2
overwritten within bsd.wrapper.mk anyway). Also fix up the documentation surrounding that section. From Stoned Elipot in private email.
2004-09-30Make APR_USE_DB4 default to NO everywhere, now that subversion-baseepg1-8/+4
can build without it.
2004-09-30Only set "BUILDLINK_LDADD.bind" if we are really using the "bind9" ortron2-3/+6
"bind9-current" package.
2004-09-30Note subversion-1.1.0 update.epg2-3/+3
2004-09-30Version 1.1.0epg10-92/+71
(29 September 2004, from /branches/1.1.x) http://svn.collab.net/repos/svn/tags/1.1.0 See the 1.1 release notes for a more verbose overview of the changes since 1.0.x: http://subversion.tigris.org/svn_1.1_releasenotes.html User-visible-changes: * new non-database repository back-end (libsvn_fs_fs) * symlinks can now be placed under version control (unix systems only) * cmdline client now supports psuedo-IRIs and autoescapes chars (issue #1910) * 'svnadmin recover' no longer waits forever for a lock (new '--wait' option) * new $Revision$ synonym for $Rev$ and $LastChangedRevision$ * new runtime option 'store-passwords = ' gives finer control (r10794)x * fixed: working copies now shareable by multiple users (issue #1509) * fixed: diff and other subcommands correctly follow renames (issue #1093) - new 'peg' syntax for diff/merge: 'svn diff -r X:Y TARGET@REV' - now able to compare working copy with URL: 'svn diff --old WC --new URL' * new framework for localized error/info/help messages, initial translations: - German, Polish, Swedish, Norwegian Bokmål, Traditional Chinese, Japanese, Brazilian Portuguese. * speed improvements: - faster 'svn up' on complex working copies -- no more repos txns (r8840) - faster 'svn status' -- fewer stat() calls (r9182) - faster 'svn checkout' -- fewer sleep() calls (r9123) - faster 'svn blame' -- new RA->get_file_revs() func (issue #1715) * new switches added: - 'svn blame --verbose' - show extra annotation info - 'svn export --native-eol TYPE' - export using TYPE line-endings - 'svn add --force' - recurse into version-controlled dirs - 'svnadmin dump --deltas' - include binary diffs in dumpfile - 'svnadmin create --fs-type fsfs' - create fs_fs repos (default is bdb) - 'svnserve --tunnel-user=NAME' - assume authenticated NAME over tunnel - 'svndumpfilter [cmd] --quiet' - less chatty dumpfiltering - 'svnserve --version' - show program's version 'svnversion --version' 'svndumpfilter --version' * svnadmin dump/deltify now understand -r{DATE} (r9805) * allow update of non-existent target entry (partial issue #1902 fix) * 'svnadmin create' now sets sgid bit on repos/db/ (unix systems only) * increase default neon (ra_dav) timeout from 120 to 3600 seconds (r9568) * print verbose BDB error messages (r10557, r10566) * fixed: don't bail when 'svn up' refuses to delete local mods (issue #1806) * fixed: process svn:externals in defined order (issue #1788) * fixed: pass new propval to stdin of pre-revprop-change hook (issue #952) * fixed: svndumpfilter logic/memory/display bugs (r8691, 8831, 9061) * fixed: 'svnadmin hotcopy PATH .' (r8659) * fixed: copy crash bug (r8863) * fixed: 'svn st -u' crash bug (r10841) * fixed: 'svn commit' segfault (r10676) * fixed: allow cleanup on .svn/ dirs containing KILLME file (r8891) * fixed: 'svn revert' detects corrupted text-base (r8897) * fixed: 'svn status -N' no longer locks entire tree (r8906) * fixed: several different 'svn switch' bugs (r9192, 9203, 9238, 9698) * fixed: some 'svn copy' bugs (r9193, 9274) * fixed: obscure update-deletion bug (r8976) * fixed: utf8 conversion 'hang' (r9233) * fixed: missing UTF8->native recoding in 'svn log' output (r10652, 10673) * fixed: 'svn blame' now defaults to rev (r9440) * fixed: 'svn blame' closing files before deleting them (issue #1969) * fixed: 'svn diff' shows truncated paths (r9693) * fixed: 'svn diff --notice-ancestry' bug (r9699) * fixed: 'svn subcommand -r{DATE} URL' works if URL not in HEAD (issue #1840) * fixed: 'svn blame' on non-ascii path truncation (issue #1770) * fixed: svn:external 'wc not locked' bug (issue #1897) * fixed: proper mod_dav_svn html/xml escaping (issue #1209) * fixed: memleak in 'svn propset -R URL' (issue #1928) * fixed: potential repos corruption; ensure stdin/out/err always open (r10819) * fixed: stop 'svn up' from deleting schedule-add target dir (issue #1793) * fixed: 'svn merge' adding a directory already 'deleted' (issue #1769) * fixed: excessive memory use when fs deltifies revision 2^N (r10070) * fixed: disallow non-recursive directory commit (issue #1797) * fixed: allow propget of props with colon in name (issue #1807) * fixed: 'svnadmin load' computation of copyfrom-rev (issue #1795) * fixed: runtime config files created with proper line-endings (issue #1803) * fixed: make svnserve's authn work on usernames with spaces (r10385) * fixed: have svnserve use repos UUID as default authn realm (r10394) * fixed: segfault when history-following hits 'empty' revision (r10368) * fixed: overzealous out-of-dateness checks in 'svn cp wc URL' (issue 1994) * fixed: don't URI-encode path in mod_dav_svn XML listings (r10461) * fixed: 'svn info' should refuse URL targets (r10760) * fixed: incomplete-directory handling bug (r10956) * fixed: allow cancellation between files during recursive dir add (r10894) * general improvement and normalization of error messages * many improvements to contributed tools: mailer.py, psvn.el, etc. Developer-visible changes: * libsvn_fs now loads either bdb (libsvn_fs_base) or fsfs (libsvn_fs_fs) * new console-printing API: svn_cmdline_printf() family checks for errors. * new library-version querying API: - new svn_[libname]_version() in each library - svn_ver_*() family of functions * 2nd generation APIs, from svn_foo() --> svn_foo2(). old APIs deprecated. - svn_wc_adm_open2() & friends, svn_wc_export2(), svn_client_add2() svn_wc_parse_externals_description2(), svn_hash_read/write2(), svn_repos_dump/load_fs2() & friends, svn_wc_diff2(), svn_subst_copy_and_translate2() * other new APIs: - svn_stream_copy(), svn_txdelta_target_push(), svn_opt_parse_path(), svn_io_file_flush_to_disk, svn_repos_trace_node_locations(), svn_repos_get_file_revs(), RA->get_locations(), RA->get_file_revs, RA->get_version(), svn_sort_compare_paths(), svn_utf_initialize() * SVN_REVNUM_FMT_T usage replaced with %ld (r9691) * cache mod_authz_svn authz file per connection (r8867) * validate hex digits in % escape (issue #1947) * hashes now written to disk in sorted order (r9910) * do cancellation checks before loops, not after (r8918) * fixed: bug in svn_repos_dir_delta replacement logic (r8078) * fixed: tiny memory access bugs (r8229, 8230, 8313) * fixed: several commit buglets (r8955, 9658, 9757, 9855) * fixed: don't recursively lock all prop commands (r9172) * fixed: svnserve memory usage on many-file commits (r9185) * fixed: close svnserve child's listen-socket after forking (r10050) * fixed: 'svnadmin hotcopy' integrity improvements (issues #1817, #1818) * fixed: only verify media type of svn:mime-type, not encoding (r10126) * fixed: handle '//' and '..' in svn_path_canonicalize (issue #1779) * fixed: double URI escaping (issue #1814) * fixed: editor-driver bug (don't delete before every copy) (r10851) * fixed: potential mod_dav_svn crashes/memleaks (r10478) * fixed: better 'svnadmin verify verification (r10508, r10509) * fixed: encoding of get_repos_url_result (r10353, 10375) * fixed: prevent canonicalized URIs from ending in '/' (r10317) * stop using -std=c89 gcc flag (r11054) * sync with apr 1.0's find_apr.m4 and find_apu.m4 files (r10560) * win32 installer improvements (r10978) * huge improvements to python, perl, java bindings * huge changes to win32 build system pkgsrc changes: * subversion-base no longer requires db4. If APR_USE_DB4 is NO, subversion-base will only build the new native filesystem back-end; if it is YES subversion-base will build both back-ends. The APR_USE_DB4 variable is used for this purpose because when Subversion uses db4 it uses it through APR; it can't use db4 if APR doesn't. * Resurrect a tiny part of patch-aa so that subpackages (p5-subversion, etc.) don't try to install the libraries in subversion-base. * patch-ae is no longer needed.
2004-09-30This bends over backwards to remove the .a file, so how about not compilingtv1-1/+2
it at all to do it the right way.... Add SHLIBTOOL_OVERRIDE.
2004-09-30Remove superfluous whitespace, capitalize NetBSD.org.salo1-3/+3
2004-09-30Add flodo (hi mrg!).salo1-1/+2
2004-09-30Fix flodo entry.wiz1-2/+2
2004-09-30This seems to need perl for building; add USE_PERL5=build.wiz1-1/+2
Noted by bulk build.
2004-09-30Update of socat to 1.4.0.2adrianp2-3/+3
2004-09-30Mention new Xcomposite package.wiz1-1/+2
2004-09-30Add and enable Xcomposite.wiz1-1/+2
2004-09-30Capitalize first letter of COMMENT.wiz1-2/+2
2004-09-30Update socat to 1.4.0.2adrianp3-14/+14
- Change to my NetBSD email address ####################### V 1.4.0.2: corrections: exec'd write-only addresses get a chance to flush before being killed error handler: print notice on error-exit filan printed wrong file type information ####################### V 1.4.0.1: corrections: socks4a constructed invalid header. Problem found, reported, and fixed by Thomas Themel, by Peter Palfrader, and by rik with nofork, don't forget to apply some process related options (chroot, setsid, setpgid, ...) ####################### V 1.4.0.0: new features: simple openssl server (ssl-l), experimental openssl trust new options "cafile", "capath", "key", "cert", "egd", and "pseudo" for openssl new options "retry", "forever", and "intervall" option "fork" for address TCP improves `gender changer´ options "sigint", "sigquit", and "sighup" control passing of signals to sub process (thanks to David Shea who contributed to this issue) readline takes respect to the prompt issued by the peer address options "prompt" and "noprompt" allow to override readline's new default behaviour readline supports invisible password with option "noecho" socat option -lp allows to set hostname in log output socat option -lu turns on microsecond resolution in log output corrections: before reading available data, check if writing on other channel is possible tcp6, udp6: support hostname specification (not only IP address), and map IP4 names to IP6 addresses openssl client checks server certificate per default support unidirectional communication with exec/system subprocess try to restore original terminal settings when terminating test.sh uses tmp dir /tmp/$USER/$$ instead of /tmp/$$ socks4 failed on platforms where long does not have 32 bits (thanks to Peter Palfrader and Thomas Seyrat) hstrerror substitute wrote wrong messages (HP-UX, Solaris) proxy error message was truncated when answer contained multiple spaces porting: compiles with AIX xlc, HP-UX cc, Tru64 cc (but might not link)
2004-09-30Import of libXcomposite package from pkgsrc-wip as Xcompositewiz4-0/+34
(to match Xfixes renaming). Originally package by xtraeme. This package contains the Xcomposite extension library.
2004-09-30Note new compositeext package.wiz1-1/+2
2004-09-30Add and enable compositeext.wiz1-1/+2
2004-09-30Import of compositeext X11 extension from pkgsrc-wip, packaged bywiz5-0/+61
xtraeme. This package contains header files and documentation for the X composite extension. Library and server implementations are separate. This is part of the freedesktop.org X Libraries and Protocol Headers Project.
2004-09-30Note games/fillets-ng{,data{,-cs}} addition.salo1-1/+4
2004-09-30Add fillets-ng{,-data{,-cs}}.salo1-1/+4
2004-09-30Update the matchbox window manager to version 0.8.4.agc1-1/+2
The old distfile had gone, and there have been many enhancements and bug fixes. matchbox now takes advantage of a separate libmatchbox package.
2004-09-30Initial import of fillets-ng-0.5.0: Puzzle game about witty fish saving thesalo4-0/+42
world sokoban style. Fish Fillets NG is strictly a puzzle game. The goal in every of the seventy levels is always the same: find a safe way out. The fish utter witty remarks about their surroundings, the various inhabitants of their underwater realm quarrel among themselves or comment on the efforts of your fish. The whole game is accompanied by quiet, comforting music.
2004-09-30Initial import of fillets-ng-data-cs-0.5.0: Fish Fillets NG data files (Czechsalo4-0/+1124
audio). Fish Fillets NG is strictly a puzzle game. The goal in every of the seventy levels is always the same: find a safe way out. The fish utter witty remarks about their surroundings, the various inhabitants of their underwater realm quarrel among themselves or comment on the efforts of your fish. The whole game is accompanied by quiet, comforting music. This package contains optional Czech audio files.
2004-09-30Update the matchbox window manager to version 0.8.4.agc6-135/+68
The old distfile had gone, and there have been many enhancements and bug fixes. matchbox now takes advantage of a separate libmatchbox package.
2004-09-30Initial import of fillets-ng-data-0.5.1: Fish Fillets NG data files.salo4-0/+2464
Fish Fillets NG is strictly a puzzle game. The goal in every of the seventy levels is always the same: find a safe way out. The fish utter witty remarks about their surroundings, the various inhabitants of their underwater realm quarrel among themselves or comment on the efforts of your fish. The whole game is accompanied by quiet, comforting music. This package contains the data files and documentation.
2004-09-30Initial import of libmatchbox-1.4 into the Packages Collection.agc1-1/+2
This is package is necessary for later versions of the matchbox window manager. A small basic library that provides a large amount of shared functionality to the various matchbox librarys. Provides image processing, font abstraction, a tray app toolkit and more. It is licensed under LGPL.
2004-09-30Add and enable libmatchboxagc1-1/+2
2004-09-30Initial import of libmatchbox-1.4 into the Packages Collection.agc5-0/+62
This is package is necessary for later versions of the matchbox window manager. A small basic library that provides a large amount of shared functionality to the various matchbox librarys. Provides image processing, font abstraction, a tray app toolkit and more. It is licensed under LGPL.
2004-09-30Update the dylan-interpreter to version 2.3.11agc1-1/+2
Fixes build problems shown up on bulk builds. 2.3.11 has support for NetBSD/i386 as standard, so I've brought the sparc and ppc support forward from previous patches. 2.3.11 no longer includes its own version of the Boehm GC malloc package, so add the boehm-gc buildlink3.mk file to the package Makefile.
2004-09-30Update the dylan-interpreter to version 2.3.11 from 2.3.6agc10-263/+130
Fixes build problems shown up on various bulk builds. 2.3.11 has support for NetBSD/i386 as standard, so I've brought the sparc and ppc support forward from previous pkgsrc patches. 2.3.11 no longer includes its own version of the Boehm GC malloc package, so add the boehm-gc buildlink3.mk file to the package Makefile.
2004-09-30+ afterstep-2.00.00, biew-5.6.2, centericq-4.12.0, dosbox-0.62,wiz1-6/+15
gimageview-0.2.26, libxml-2.6.14, libxslt-1.1.11, pureftpd-1.0.20 [pkg/27083], snownews-1.5.4, subversion-1.1.0, sun-jdk-1.5. - gtklife-4.1. Add Sphinx-4 to suggested packages.