summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-07-30the wi_ieee.h file is in dev/ic/wi_ieee.h in -currentlukem2-1/+88
2001-07-30Move -a from XMKMF_FLAGS to XMKMF. Thus, if a package wants to runjlam1-3/+3
xmkmf without building all the Makefiles too, then it can set XMKKF=${XMKMF_CMD} ${XMKMF_FLAGS} (same as default but without the -a).
2001-07-30Skip "makewhatis" step during installation.jlam2-5/+15
2001-07-29Remove obsolete variables "SQUID_HTTP_PORT" or "SQUID_ICTP_PORT".tron1-13/+1
2001-07-29Work arround build problem under Solaris. Fixes PR pkg/13021 bytron1-1/+8
Jeff Rizzo.
2001-07-29Remove commands to create data directories which could break existingtron1-3/+1
squid installations. These directories should be created by the administrator after selecting the proper directory.
2001-07-29- Apply some of the changes suggested by Greg A. Woods in PR 13427 andtron6-69/+111
include his improved "rc.d" script. - Use the same directory structure as in the Apache package. The configuration files are now in "${PREFIX}/etc/squid" and won't be removed during deinstallation. - Remove unnecessary configuration variables "SQUID_HTTP_PORT" and "SQUID_ICP_PORT". These values can perfectly be adjusted by editing the configuration file and supporting all these variables would make the package too complex. - Bump the version number to 2.4.1nb1.
2001-07-29Update to 5.1.4, inspired by Wolfgang Rupprecht via pkg/13586.wiz2-15/+22
Changes since 5.1.2 * set icon's title = project name * when switching to log scale, set major/minor tick settings to 10/9 respectively * added "HELP url" and "HELP" to the parser * added "AUTOSCALE ONREAD NONE|XAXES|YAXES|XYAXES" to the parser * produce MIF files with a textflow in which the graph is included, so it can be included in another FrameMaker document * list used fonts in %%DocumentNeededResources in the PS output and bugfixes.
2001-07-29Remove duplicate dependence on "mpeg" package which is now added by thetron1-2/+1
buildlink glue file.
2001-07-29Change MAINTAINER to me, since taca@kyoto.jepro.co.jp is authortaca1-2/+2
not maintainer.
2001-07-29Update to 358. Lots of new features since last pkgsrc version.wiz2-9/+7
[Note: removed SunOS-only limitation, since perhaps some NetBSD users want the latest less without upgrading to -current.]
2001-07-29Change maintainer to myself, per discussion with Johnny C. Lam.bouyer2-4/+4
2001-07-29Update to 1.2.6. Change since 1.2.5 is security fixes, possibly allowing remotebouyer6-19/+41
shell.
2001-07-29Don't try to remove locale directories because they are shared.tron1-28/+1
2001-07-29Include buildlink glue for "mpeg-lib" so that detection of MPEG Librarytron1-1/+2
works on system where "kdemultimedia" version 2.x is installed.
2001-07-29Update ja-less to ja-less-358.taca5-82/+88
It based on less-358 and iso254 patch.
2001-07-29Enable speedtouch (now BT is back)abs1-1/+2
2001-07-29Use the library naming scheme under Solaris as under NetBSD. While it'stron3-18/+951
not really necessary to strip dots from library names under Solaris it makes the packages more compatible which should ease maintenance.
2001-07-29Update "fetchmail" and "fetchmailconf" package to version 5.8.14. Changestron4-11/+8
since version 5.8.10: - Corrected Rob Braun's remote-build change, it broke the build with NLS. - Found (and killed) a subtle SMTP protocol error that was probably lurking behind a lot of the bug reports related to bounce mail, thanks to Quoc Luu. (Only manifested when the MTA rejected mail due to a bad RCPT TO address.) - Correction for backslash-handling patch in rfc822.c. - Fix for Debian bug Bug#1038222: fetchmail conf fails to write file after configuration; move .fetchmailrc to .fetchmailrc.bak before overwriting. - Discard Return-Path headers consisting of a single @. - Make fetchmailconf dump plugin and plugout options properly. - Rob Braun's changes for building fetchmail outside its source directory - Don't depend on having snprintf available. - Bug fix for envskip. - ODMR finally seems to be working. - Handle multiple backslashes within RFC822 address strings correctly. - Don't exit on a failure to DNS-resolve a mailserver name, just make it inactive. Exit only if all lookups fail. - Restore code to deal with SMTP error responses at RCPT TO time, but without issuing an RSET. This is intended to fix obscure bugs that show up in recent Postfix releases and sendmail configurations that delay antispam checks on the MAIL FROM line until RCPT TO time. - Signal-processing fix for Debian bug #102711. - More ODMR patches from Matt Armstrong.
2001-07-29Use the library naming scheme under Solaris as under NetBSD. While it'stron3-14/+255
not really necessary to strip dots from library names under Solaris it makes the packages more compatible which should ease maintenance.
2001-07-29Add buildlink.mk file for use by other package Makefiles.jlam1-0/+36
2001-07-29Update Xbae to 4.9.1. Changes from the development release 4.8.4 include:jlam6-35/+85
* Row height and true-color (aka 24-bit color) support. * Support for bold columns in XbaeMatrix. * Bugfixes.
2001-07-29Only enable APM support on NetBSD ports which support it. Fixestron3-5/+11
PR pkg/13585 by Jim Bernard.
2001-07-29Add wrapper for pdflib-config.jlam1-1/+11
2001-07-29Don't mirror distfile which is already on "ftp.netbsd.org".tron1-1/+3
2001-07-29Update pdflib to 4.0.1. Changes from version 3.03 include somejlam6-52/+73
optimizations, bug fixes in image-handling for JPEG, TIFF and PNG files, support for TrueType fonts, and pluggin some memory leaks. The API changed slightly and a major number bump on the shared library occurred. Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Add a buildlink.mk file for use by other package Makefiles. Also install the license info and PDFlib manual.
2001-07-29Fix example configuration line for "lkm.con": the aperature module can'ttron1-2/+2
(and shouldn't) be loaded before networking because it might be located on a NFS mounted "/usr/pkg" filesystem.
2001-07-29Put real package installation prefix into install script instead oftron1-9/+14
letting the user figure out where the files got installed.
2001-07-29- Don't mirror distfile which is already on "ftp.netbsd.org".tron1-2/+4
- pkglint: remove whitespace and end of line.
2001-07-29Redirect standard output to "/dev/null" when starting "rc.news" to avoidtron1-2/+7
flooding of the console with unimportant INN log messages.
2001-07-29Add buildlink.mk file for use by other package Makefiles.jlam1-0/+38
2001-07-29Mark as USE_BUILDLINK_ONLY.jlam1-5/+6
2001-07-29Update gimp to 1.2.2:hubertf3-41/+163
This release fixes a large number of bugs, adds a couple of new translations, and features a complete rewrite of the help pages
2001-07-29Import speedtouch-21062001:abs9-0/+196
Driver for the ALCATEL SpeedTouch USB ADSL modem. It currently only supports PPPoA encapsulation.
2001-07-29add & enable agqthubertf1-1/+2
2001-07-29Add agqt-0.5:hubertf4-0/+51
This package consists of two programs, collectively termed "6's Spiffy AudioGalaxy Query Tool." AudioGalaxy is a Napster-like music sharing server accessible at http://www.audiogalaxy.com. The core program is the query tool itself, "ag." ag accepts an AudioGalaxy search query (that is, anything that you might type into AudioGalaxy's search engine), runs the query for you, selects the first couple of results returned by the search (the exact number of results selected per search is configurable) and queues them for download, using the "Choose Versions" feature of AudioGalaxy to try to get a minimum (also configurable) bitrate for your downloads.
2001-07-29Update to 0.12, provided by Eric Gillespie Jr. in pkg/13584.wiz3-8/+18
Changes: Bugfixes, and new Raleigh theme (default gtk+-2.0 look).
2001-07-28Don't explicitly set CC=gcc and honor CFLAGS passed in from environmentjlam2-6/+17
during build.
2001-07-28Mark this package as *BSD specific.tron1-1/+3
2001-07-28Remove fvwm2-current. fvwm2 is at the same version, and the PLIST is brokenwiz7-573/+1
anyway.
2001-07-28Update to 4150. Old one vanished, new one will probably contain lots morewiz2-5/+5
virus signatures.
2001-07-28Note addition of databases/java-db3.jlam1-1/+2
2001-07-28Make COMMENT reflect package.jlam1-2/+2
2001-07-28java-db3: Java interface to the Sleepcat DB3 library.jlam7-0/+383
Idea provided in pkg/13512 and pkg/13518 by Martti Kuparinen <martti.kuparinen@iki.fi>.
2001-07-28Add "MANCOMPRESSED_IF_MANZ" because the BSD style "Makefile" handlestron1-4/+5
manual page compression automatically.
2001-07-28Forgot RCS ID.thorpej2-2/+4
2001-07-27Add netpipe.thorpej1-1/+2
2001-07-27A package for the NetPIPE performance measuring tool.thorpej5-0/+48
2001-07-27Note update of wmx, the addition of wmx-gnome,and the removal ofjlam1-3/+2
wmx-current and wmx-gnome-current.
2001-07-27This package is obsoleted by wmx-gnome.jlam3-29/+0