summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-11-08Define "MANCOMPRESSED_IF_MANZ" because the BSD-style makefiles compresstron1-1/+2
manual pages automatically.
2000-11-081.1.2 distfiles have moved - s:pub/kde/stable/:pub/kde/Attic/old/abs9-27/+27
2000-11-08Make sure that locale files go into the correct directory.tron2-0/+16
2000-11-08Backout unintended change.tron1-2/+1
2000-11-08Make sure that locale files go into the correct directory.tron3-2/+17
2000-11-08Make this build with NetBSD's "libintl".tron2-1/+16
2000-11-08Work around gcc codegen bug that results in infinite loop compiling mhz.c -Oabs3-5/+21
on arm32
2000-11-08Make perl work on NetBSD/sparc64.martin5-8/+81
The patch against regcomp.c (uninitialized variable) has been fed back to the perl maintainers. The others are more like workarounds for known toolchain problems and not fed back (for now). The hints/netbsd.sh file has an additional change: the perl buildin malloc (which is disabled in pkgsrc builds via configure arguments anyway) is now disabled in the hints file as well. This makes it possible to build a working perl outside of pkgsrc with this hints file. Wheter this hints file should be fed back is subject to further discussion. Make perl not build against a dynamic libperl.so. There are two reasons: (a) the dynamic libperl.so version does not work at all on sparc64, and (b) the static linked version is said to have a significant performance improvement on some platforms (i.e. sparc). I think the libperl.so was enabled by accident when switching from perl 5.0.4 to 5.6.0. Other packages using libperl.so should not depend on perl5-base but on ../libperl.
2000-11-08add & enable backgammonhubertf1-1/+2
2000-11-08bacKgammon is a backgammon program specifically written with thehubertf5-0/+76
KDE in mind. It offers the opportunity to play backgammon games by using a convenient and intuitive graphical user interface. bacKgammon is the direct successor of KFibs. the latter was a program for playing backgammon games on the first internet backgammon server (FIBS). bacKgammon is an almost complete rewrite of KFibs to fix some of the most obvious problems: * improved visual appearance of the board * improved user interface design: fewer dialog boxes and improved appearance of the main window * better code design for easier maintainability and extensibility * better extensibility by separating the board from the driving backgammon engine - include * your backgammon server or use the GNU backgammon engine gnubg to play Usage of bacKgammon does not require a connection to the Internet, nor does it require an account on FIBS. You can use the program to play backgammon against yourself (which might become boring after a while) or against friends by using the offline engine. (Free) fips.com login required.
2000-11-07Use pkgsrc libtool.skrll1-1/+4
2000-11-07Use pkgsrc libtool.skrll2-2/+6
2000-11-07- On second thought, put config files in ${PREFIX}/etc/ppp.ad6-15/+47
- Update man page references to match file locations.
2000-11-07Add and enable userppp.ad1-1/+2
2000-11-07Initial import of userppp-001107, the userland PPP package as found inad11-0/+112
FreeBSD and OpenBSD.
2000-11-07Checksum of vnc-doc-latest changed.mjl1-2/+2
2000-11-07use more recent KAME patch. euc-jp/sjis keyboard input is repaired.itojun2-5/+4
2000-11-07Add and enable glibwwwrh1-1/+2
2000-11-07Initial import of glibwww-0.2, a set of event register/unregister wwwrh5-0/+37
functions that use the glib event loop.
2000-11-07Update gnome-core to 1.2.3. Changes are bugfixes only.rh3-6/+6
2000-11-07Update gnome-libs to 1.2.8. Changes are enhancements to libgnomeui andrh3-7/+10
bugfixes.
2000-11-06Update gal to 0.2.1. Changes are bugfixes only.rh3-11/+11
2000-11-06Add and enable ftnchek.wennmach1-1/+2
2000-11-06Initial import of ftnchek-3.0.0, a static analyzer for Fortran programs.wennmach5-0/+125
Submitted by Jason Beegan <jasontd@indigo.ie> in PR 11396.
2000-11-06Add and enable blas.wennmach1-1/+2
2000-11-06Initial import of blas-1.0, Basic Linear Algebra Subroutines for Fortran.wennmach6-0/+83
Submitted by Jason Beegan <jasontd@indigo.ie> in PR 11384.
2000-11-06Do not core dump if a deadlock can be avoided. Also, improvewennmach3-7/+36
modload message.
2000-11-06upgrade to 20001106a.itojun4-24/+5
- validate initial contact better. - more fine-grained control over pre-shared key configuration. - cert fixes.
2000-11-06do not return negative value from internal random() function.itojun2-1/+20
from shigeru@iij.ad.jp. sync with KAME.
2000-11-06Comment on headers from NetBSD.minoura1-1/+7
2000-11-06Re-enabel i386-cygwin32.minoura1-1/+2
This package exists for cross-compilation, independently from PEACE. Thanks to tv@wasabi.
2000-11-06Make this package work.minoura6-8/+305
From i386-netbsdpe.
2000-11-06Fix RCS Id.minoura4-4/+8
2000-11-06Descend to i386-netbsdpe, and remove i386-cygwin32.minoura1-2/+2
2000-11-06Import cross-i386-netbsdpe, cross compile environment for PEACE/i386.minoura16-0/+870
This package obsoletes broken cross-i386-cygwin32. From the PEACE repository, http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/cross/i386-netbsdpe/
2000-11-05Update to 2.3.4, requested by phone. Changes since 2.2.6:wiz5-5/+42
* new setting ftp:bind-data-socket (bool) to disable binding of local end of data connection in passive mode. * https and ftps protocols support (openssl library is needed for that). * completion now appends a slash to remote directories (finally!). * new mirror option --parallel=[N] to download several files in parallel. * ask for password for ftp:proxy if not supplied. * now if you set ftp:proxy to http://proxy.host:port, hftp will be used automatically instead of ftp, but pwd will still show ftp://. * large file (>2G) support added. * full http keep-alive support. * new settings http:put-method (PUT or POST), http:put-content-type, http:post-content-type. * new setting xfer:max-redirections for http redirections following. * automatic cookie accepting (off by default). New setting http:set-cookies. * two http specific quote commands: `quote set-cookie' and `quote post'. (e.g. `quote set-cookie var=value' or `quote post /cgi-bin/script.cgi var=value > output'. * send encoded path in http protocol as it was entered by user in URL. (e.g. `get http://www.server.net/abc.cgi?arg=cba -o cba') * new settings http:accept, http:accept-charset, http:accept-language. * new setting cmd:move-background to disable automatic moving to background; `exit bg' forces moving to background. * `wait all' waits for termination of all jobs. * show QUIT reply in debug output. * new setting ftp:use-quit. * new setting net:persist-retries (ignore this number of hard errors). * new setting ftp:auto-sync-mode (extended regex) to match first server reply. * try to connect to original IP when PASV returns address from private network and original IP is not in private network. * add workarounds for hftp over apache proxy. * use getipnodebyname or getaddrinfo when gethostbyname2 is unavailable. and a lot of bugfixes.
2000-11-05Update to 0.7.2. Changes:hubertf5-19/+29
Major changes since 0.6.0: * A new diff frontend based on -u instead of --side-by-side. Now this works even for people who have 150 characters per line ;-) There is also a change bar a la tkdiff. * The log tree now shows the tags attached to each revision, thanks to a patch by Florent Pillet. * It compiles and works again with KDE pre2.0 * Arrow keys work in the diff dialog * Support for cvs watch / cvs edit (the latter based on an idea by Steffen Dettmer * Less flicker in diff, annotate and resolve view when using Qt2/KDE2 * Bug fixes Changes since 0.5.0: * repositories dialog * Implemented "Open recent" * Implemented "History" * Added a button in the checkout dialog to obtain a list of modules * Show sandbox in caption * Much more detailed pseudo session management. Please delete your cervisiarc file! * Implemented "Merge" * Implemented "Prune empty directories" * Implemented "Select by tag" in log dialog
2000-11-05Fix the scotty mips path.veego1-2/+2
Should we add a depends line for scotty?
2000-11-05Jeff Rizzopdate to 1.10.2, per PR 11423 by Jeff Rizzo <riz@boogers.sf.ca.us>hubertf2-6/+6
Changes: 10/04/2000 - 1.10.2 It is now possible to clear a tag in interactive mode. (Eugene Paskevich) (See NOTES in manpage for more info.) 09/06/2000 - 1.10.1 Fixed -NAYCKG options selecting wrong/multiple things. (Laurent Alacoque) 02/22/2000 - 1.10 Added -m/M mp3 rename options. alpha-ish. Added readline completion for genres Fixed default genre type with no readline (Glenn Maynard)
2000-11-05For now, add a hack to explicitly compile libgklayout.so with -xgot on MIPSmycroft2-6/+24
platforms. This needs a more comprehensive toolchain fix, but this is not the time to do it.
2000-11-05Update for 0.37b6.1.mycroft5-37/+42
2000-11-04Add BUILD_DEPENDS for msgfmt, USE_LIBINTL=yes and LIBS="-lintl" to theveego1-2/+4
CONFIGURE_ENV line so it builds again after the gettext changes.
2000-11-04use USE_LIBINTL.itojun1-2/+4
2000-11-04if using pkgsrc libintl, needlukem1-2/+2
LIBINTL=-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lintl not LIBINTL=-L${LOCALBASE} -lintl cVS: ----------------------------------------------------------------------
2000-11-03Add -I${PREFIX}/include for xpkgwedge.veego2-4/+4
2000-11-03Make it work with xpkwedge.veego3-5/+7
2000-11-03Pass X11PREFIX=${X11PREFIX} to the make subproccess.veego1-1/+2
2000-11-03Use X11PREFIX and not X11BASE for XFORMINCDIR. Now works with xpkwedge.veego2-4/+4
2000-11-03Correct the checksum of the distfile.agc1-2/+2
2000-11-03Add and enable ap-php4agc1-1/+2