summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-05-07Disable vfghostscript. It's been superseded by print/ghostscript-x11.jlam1-2/+2
2000-05-07One more patch...mycroft2-1/+19
2000-05-07Correct dependencies to find all applicable versions of ghostscript.jlam8-16/+16
If ghostscript isn't installed, then install ghostscript-x11 as it will always work.
2000-05-07Add and enable ghostscript, ghostscript-fonts, ghostscript-nox11, andjlam1-3/+7
ghostscript-x11. Disable ghostscript5 and ghostscript5-x11.
2000-05-07ghostscript-x11-6.01: this package is a superset of the ghostscript-nox11jlam3-0/+23
package and includes support for outputting to X11 display devices.
2000-05-07ghostscript-nox11-6.01: Changes from 5.50 include many bug fixes, andjlam32-0/+2057
better support for several color printers. Incorporates the "bonk" color HP printer drivers. Also includes support for the Japanese Vector Font library for JPDF display and for various Japanese printers. Many thanks to itohy@netbsd.org for providing the VFlib patches. Closes PR#9998.
2000-05-07ghostscript-fonts-6.0: Postscript fonts for 6.x series of ghostscript.jlam5-0/+217
2000-05-07ghostscript-6.01: this package is an alias for ghostscript-x11 tojlam4-0/+31
facilitate correct dependencies involving older versions of ghostscript for binary packages.
2000-05-07Add $PKG_ADMIN, "just in case this is used somewhere" :-)hubertf1-1/+3
2000-05-07Fix path oddness.mycroft2-5/+5
2000-05-07Regen.mycroft1-0/+5
2000-05-07size_t is unsigned long, not unsigned int.mycroft1-0/+17
2000-05-05Sync with change of "${DIST_SUBDIR}".tron2-26/+26
2000-05-05fix ELF linking (for X libs)hubertf3-1/+27
2000-05-05upgrade to 1.06.itojun2-5/+4
no changelog available in the tar.gz file. IIRC, the change was about MX search order.
2000-05-05This works fine on NetBSD.hubertf1-2/+1
2000-05-05use X11BASE properly, fix for ELF, and move to LOCALBASEhubertf3-16/+19
2000-05-05Update kdevelop to 1.2wulf9-248/+339
2000-05-05Upgrade to V0.12. Changes:hubertf2-4/+4
- All C++ style comments have been replaced by C style comments - Incoming connections are now accepted again (lame bug created in 0.11 fixed) - Slashes are replaced by backslashes in downloaded files names - Downloaded files are no more created before we actually receive data for them - Queued downloads can now be reordered by drag and drop - Queued downloads can now be started at any time (using right mouse button on them) - Active downloads can now be forced to push mode, moved back to the queue, or killed (with the output file removed) using right mouse button on them - Preferences and configuration are now saved in a directory instead of a single file. You can choose the path of the directory to be used by setting the GTA_GNUTELLA_DIR environment variable before running gtk-gnutella. By default it will be ~/.gtk-gnutella/ - Estimated TR (Time Remaining) is displayed while downloading files - Catched hosts are now saved in clear text in a separate file: GTA_GNUTELLA_DIR/hosts - Catched hosts can be imported from and exported to any text file (using right mouse button on the gnutella host catcher) - Gtk-Gnutella should now compile (using gcc) and run on more processors - A few memory leaks removed, but some remain (I don't know where yet) - Serious bug that made Gtk-Gnutella send garbage when the sendqueue for slow nodes excedeed 1024 bytes has been fixed - Completed download files are now moved to a different directory, that can be choosen in the config screen - Gtk-Gnutella now remembers the position and the size of the window - Automatic sorting of search results can be stopped by right clicking in the search results list (GTK doesn't seem to handle well auto sorting)
2000-05-05Add support to build it on Solaris.veego1-5/+13
2000-05-05Add missing trailing slash to entry in master site list.tron1-2/+2
2000-05-05Add and enable ocamlgroo1-1/+2
2000-05-05Objective Caml is the latest implementation of the Caml dialect of ML. The maingroo5-0/+285
novelties compared with its ancestor, Caml Light, are: * Full support for objects and classes -- here combined for the first time with ML-style type reconstruction. * A powerful module calculus in the style of Standard ML (but retaining separate compilation). * A high-performance native code compiler (in addition to a Caml Light-style bytecode compiler). TO BE DONE: install emacs mode, get native compiler working on ARCHs that support it.
2000-05-05Bump to 20000505. Changes:hubertf4-5/+39
* Add note on how to update distfile, mostly taken from pkg_install pkg. * Move 1.4 patches from src/usr.sbin/user/user.c to pkgsrc (I didn't want to add it to doc/HACKS :)
2000-05-04Rename package from "xview-all" to "xview" now that our package toolstron1-2/+2
can handle this without conflicts.
2000-05-04Add me as second maintainerhubertf1-2/+2
2000-05-04add & enable nmapfehubertf1-1/+2
2000-05-04GTK-based frontend for nmap (portscanner)hubertf5-0/+40
Submitted in PR 10024 by Reinoud Koornstra <mipam@ibb0021.ibb.uu.nl>
2000-05-04s/ldap30/ldap${LDAP_VERS}/sakamoto1-2/+2
suggested by Pierre Bourgin <Pierre.Bourgin@lip6.fr>.
2000-05-04oops, restore `benchmark:' and `results:'pooka1-1/+8
2000-05-04defuzzrh1-6/+8
2000-05-04DEPENDS -> BUILD_DEPENDS for autoconf.itojun1-2/+2
From: matthew green <mrg@cygnus.com>
2000-05-04Don't use curses internal functions.hubertf2-1/+51
Code submitted by Brett Lymn <blymn@baesystems.com.au> (via Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>)
2000-05-04 * splithubertf10-210/+180
* don't change the name of cbreak to crmode if sun is not defined Hint by Brett Lymn <blymn@baesystems.com.au>, sent to me by Thomas Klausner.
2000-05-03Prevent the automatic shlib handling mechanism from getting confused andrh2-4/+3
overwriting the shared socks library with circular symbolic links. Remove automatically generated symbolic link 'lib/libsocks5_sh.so' from PLIST. Fixes PR 8969 by Claus Andersen.
2000-05-03Set linker runtime library path. Fixes PR 8972 by Steven M. Bellovin.rh2-5/+5
2000-05-03Depend on suse_linux>=6.1. This fixes PR 9013 by John A. Maier.rh2-8/+5
Adapt fetching script to new website layout.
2000-05-03Updated to mod_fastcgi 2.2.2. Changes include:mjl3-8/+8
*) Added support for blocking connect()s by setting appConnTimeout to 0. Non-blocking connect()s (the default) can be troublesome on some platforms. *) Wrap the SIGPIPE handler manipulation code such that it is only applicable to Apache releases prior to 1.3.6. *) Minor tweaks for RUSSIAN_APACHE. *) Dynamic updates: Always restart a failed dynamic application if it is the last instance. This means there once started there will always be at least one process instance of a dynamic application. Send PLEASE_START to the PM when a connect() results in an ECONNREFUSED. ECONNREFUSED means the listen queue is full (or there isn't one). Asking the PM to start (another) application instance may help empty it faster. Change two sleep() calls to select() based snoozes because alarm() is in effect and sleep() and alarm() don't always play nice together. *) Fix -listen-queue-depth arg on FastCgiConfig (dynamic). Previously it was ignored and the default was always used. *) Allow the -initial-env argument to be used to pass variables from the Apache process environment to the FastCGI server (by specifying a variable name without the "=" or a value). *) Improved script stderr handling. *) Changed the default listen-queue-depth (FCGI_DEFAULT_LISTEN_Q) from 5 to 100. Its still configurable with the -listen-queue-depth option. *) Fix a bug in FastCgiExternalServer that broke support for external servers on other hosts.
2000-05-03Replace hard coded 'i386-netbsd' by ${MACHINE_ARCH}-${LOWER_OPSYS}. Fixesrh3-7/+7
PR 9774 by Michael Wolfson. Adapt for new installation directory structure of postgresql package.
2000-05-03Remove shared library links (this is handled automatically during install).rh1-9/+1
Fixes PR 9795 by Michael Wolfson.
2000-05-03Fix checksum. This closes PR 9799 by Michael Wolfson.rh1-2/+2
2000-05-03Update md5 checksum and remove PATCH_DIST_ARGS which is now superfluousrh2-10/+9
due to fixed patches. Fixes PR 10026 by David Rankin.
2000-05-03Update md5 checksum. Fixes PR 9893 by Dean Huxley.rh1-2/+2
2000-05-03Updated homepagewiz1-2/+2
2000-05-03Rebuild checksum. Fixes PR 9828 by Michael Wolfson.rh1-2/+2
2000-05-03Install ps documentation also.pooka2-2/+6
2000-05-02Be more informative when we create the private smbpasswd file. I got tiredjlam1-1/+3
of guessing whether or not a samba upgrade was overwriting my current smbpasswd.
2000-05-02Update abiword-personal to 0.7.9. Remove several patches which werejlam15-384/+69
incorporated into the AbiWord main source tree. Changes from 0.7.8: User Interface + Insert Symbol dialog (msevior@mccubbin.ph.unimelb.edu.au) + Word Count dialog (Sam Tobin-Hochstadt) + Overwrite Mode added (Alexey Sinutin) + Set Page Margins from ruler (Bruce Pearson) + Insert Field dialog (Henrik Berg)-- not fully enabled due to pending changes in the underlying fields implementation. Bug Fixes + The infamous libpng bug (Justin Bradford and Sam Tobin-Hochstadt) + Underline/superscript fix (Martin Sevior) + View Ruler consistency (Kevin Vajk) + RTF CR/LF handing (Harald Fernengel) + Various Other Bugs: #522 (sterwill@sourcegear.com), #10 and #811 (Sam Tobin-Hochstadt), #302 (Aaron Lehmann), #352 (Henrik Berg), #432 and #776 (Martin Sevior), #637 (Andy Richardson), #651 (Matt Kraai), #770 (Matthew Allen), #782 (Danny Faught), #788 and #789 (Joaquin Cuenca Abela) Other + Various localizations + Updated XML parser to version 1.1 (Sam Tobin-Hochstadt) + Mac port beginning (Bryan Prusha) + Lots of Gnome dialogs (John Tunison) -- no Gnome binaries for 0.7.9 but will be available in the next release + Command line conversions (Joaquin Cuenca Abela) -- for a complete list, type AbiWord -help from a command prompt
2000-05-02Remove patches to deal with two bugs involving configure's handling ofdanw43-483/+63
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-05-02When calling configure, set ac_given_INSTALL as well as INSTALL, todanw1-1/+2
work around a bug in how autoconf 2.13-generated scripts pass INSTALL to sub-configures.