summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-02-17Update net/tightvncviewer to 1.2.8. Changes from version 1.2.7 include:jlam1-1/+2
* Support for a separate view-only password has been implemented. Now the servers support two passwords -- one to allow full control, another to restrict remote keyboard and mouse input. * New "-x11cursor" option has been implemented in vncviewer. This option allows using a real X11 cursor with X11-style cursor shape updates, disables the dot cursor, and disables cursor position updates in non-fullscreen mode. * New "RunCommand" command to customize the X11 vncviewer popup menu has been implemented; a patch from Peter Astrand. * A problem with Xvnc eating all CPU time after xfs restarts has been fixed. * Other minor improvements and bugfixes.
2003-02-17Initial import of mod_bandwidth-2.0.5 into The NetBSD packagesgrant5-0/+44
collection. mod_bandwidth is an Apache module to provide bandwidth usage limitation either on the whole server or one a per connection basis based on the size of files, directory location or remote domain/IP.
2003-02-17Update net/tightvncviewer to 1.2.8. Changes from version 1.2.7 include:jlam2-6/+6
* Support for a separate view-only password has been implemented. Now the servers support two passwords -- one to allow full control, another to restrict remote keyboard and mouse input. * New "-x11cursor" option has been implemented in vncviewer. This option allows using a real X11 cursor with X11-style cursor shape updates, disables the dot cursor, and disables cursor position updates in non-fullscreen mode. * New "RunCommand" command to customize the X11 vncviewer popup menu has been implemented; a patch from Peter Astrand. * A problem with Xvnc eating all CPU time after xfs restarts has been fixed. * Other minor improvements and bugfixes.
2003-02-17the `AddModule' directive is not required, and results in a warninggrant1-2/+1
when starting apache.
2003-02-17use buildlink2 to satisfy the zlib dependency when zlib is notgrant1-3/+4
included in the base system.
2003-02-17use apache/module.mk.grant1-10/+5
2003-02-17workaround pax-as-tar problem in -current by using gnutar to extractgrant1-1/+7
the distfile.
2003-02-17use apache/module.mk.grant2-22/+13
2003-02-17Add dependence on lang/gcc. Pointed out by Tomasz Luchowski injtb1-2/+4
PR pkg/20398.
2003-02-17use buildlink2 and apache/module.mk.grant1-11/+8
2003-02-17also pass CPPFLAGS to apxs.grant1-3/+3
2003-02-17Add conditional support for cups. Closes PR pkg/20397 by Marc Recht.jmmv1-1/+11
2003-02-17Note import of fbdesk-1.1.3jschauma1-1/+2
2003-02-17Add/enable fbdeskjschauma1-1/+2
2003-02-17Initial import of x11/fbdesk into pkgsrc. This package was submitted byjschauma4-0/+39
Juan RP (juan at xtraeme dot dyndns dot org) in PR pkg/20174. DESCR: FbDesk is a fluxbox-util application that creates and manage icons on your Fluxbox desktop. Features: * XPM and PNG image loading * Antialias text * UTF-8 and multibyte support * Vertical text * Grid Snapping * GUI for editing command/label and add/remove icons * Fluxbox menu style
2003-02-17pass LDFLAGS to apxs.grant1-2/+2
2003-02-17- move LDFLAGS to Makefile, patch-aa no longer needed.grant4-21/+12
fixes runtime problem noted by zuntum. - add MESSAGE.
2003-02-17no need to specify *.c anymore.grant4-8/+4
2003-02-17use apache/module.mk.grant1-9/+5
2003-02-17set the default source files to *.c, as this is common in our apachegrant1-2/+4
modules.
2003-02-17avoid loss of hair using this module by using the *correct* symbolgrant1-2/+2
name in the example.
2003-02-17Require that we use a full dependency on perl when building/installingjlam1-1/+3
Perl modules.
2003-02-17Fix MASTER_SITES.jtb1-2/+2
2003-02-17Note addition of gpc-2.1.jtb1-1/+2
2003-02-17Add and enable gpc.jtb1-1/+2
2003-02-17Initial import of gpc.jtb10-0/+554
GNU Pascal is the free 32/64-bit Pascal compiler of the GNU Compiler Collection (GNU CC or GCC). It combines a Pascal front-end with the proven GCC back-end for code generation and optimization. Unlike utilities such as p2c, this is a true compiler, not just a converter. The purpose of the GNU Pascal project is to produce a Pascal compiler (called GNU Pascal or GPC) which * combines the clarity of Pascal with powerful tools suitable for real-life programming, * supports both the Pascal standard and the Extended Pascal standard as defined by ISO, ANSI and IEEE (ISO 7185:1990, ISO/IEC 10206:1991, ANSI/IEEE 770X3.160-1989), * supports other Pascal standards (UCSD Pascal, Borland Pascal, parts of Borland Delphi and Pascal-SC) in so far as this serves the goal of clarity and usability, * may be distributed under GNU license conditions, and * can generate code for and run on any computer for which the GNU C compiler can generate code and run on. The current release implements Standard Pascal (ISO 7185, levels 0 and 1), a large subset of Extended Pascal (ISO 10206, aiming for full compliance), is highly compatible to Borland Pascal (version 7.0) with some Delphi extensions, and provides a lot of useful GNU extensions.
2003-02-17use apache/module.mk.grant1-7/+6
2003-02-17use buildlink2 and apache/module.mk.grant1-7/+6
2003-02-17use apache/module.mk.grant1-11/+8
2003-02-17use buildlink2 to correctly register dependency on apache.grant3-5/+11
2003-02-17USE_PERL5 is already defined in apache/buildlink2.mk.grant1-3/+1
2003-02-17use apache/module.mk.grant3-38/+17
2003-02-17add makefile fragment for Apache modules.grant1-0/+47
This provides a build and install target to simplify the writing of Apache module Makefiles. ok'd by wiz.
2003-02-17Add http://www.sqlite.org/ as download site.taca1-2/+3
2003-02-17convert to use test target from bsd.pkg.mkdillo22-91/+46
addresses PR pkg/19416
2003-02-17Note pkgsrc/games/xvier addition (version 1.0)zuntum1-1/+2
xvier is a (not) simple game where you and the computer alternately throw stones into free columns. The stones pile up in the columns, and the goal is to get four stones in a row, column, or diagonally. The default grid is 7 columns by 6 rows. It can be sized from 4x4 to 13x13. It has 10 levels of difficulty. Provided by Jeremy C. Reed in PR#19100
2003-02-17Add & enable xvierzuntum1-1/+2
2003-02-17Initial import of games/xvier (version 1.0)zuntum5-0/+55
xvier is a (not) simple game where you and the computer alternately throw stones into free columns. The stones pile up in the columns, and the goal is to get four stones in a row, column, or diagonally. The default grid is 7 columns by 6 rows. It can be sized from 4x4 to 13x13. It has 10 levels of difficulty. Provided by Jeremy C. Reed in PR#19100
2003-02-17Update sqlite to version 2.8.0.agc4-8/+9
An update to 2.7.5 was provided in PR 19719 by Jarkko Torppa. Main changes are support for endian-neutral databases, and a huge number of bug fixes.
2003-02-17Note pkgsrc/databases/pxtools addition (version 0.0.19)zuntum1-1/+2
The pxTools are a collection of tools to work with a Paradox-database. It consists of pxinfo, pxcsvdump, pxxmldump and pxsqldump. Provided by collver1@attbi.com in PR#19394, slightly modified by me.
2003-02-17Add & enable pxtoolszuntum1-1/+2
2003-02-17Initial import of databases/pxtools (version 0.0.19)zuntum4-0/+31
The pxTools are a collection of tools to work with a Paradox-database. It consists of pxinfo, pxcsvdump, pxxmldump and pxsqldump. Provided by collver1@attbi.com in PR#19394, slightly modified by me.
2003-02-17generate PKGNAME from DISTNAME.grant1-2/+2
2003-02-17I forgot to rebuild distinfo after changing the patch file again. Sorrykei1-2/+2
for inconvenience.
2003-02-17note update galeon to 1.2.8taya1-1/+2
2003-02-17Update galeon to 1.2.8taya3-20/+9
Changes: 1.2.8 "Gettextize me captain!" - Compatible with 1.01, 1.1, 1.2.1, 1.3a, 1.3b - API Wrappers added from Mozilla for support for old plugins when compiled with gcc 3.x - *Finally* got new versions of gettext (0.11.x) working properly - Couple of bugfixes
2003-02-17Note revision bump for xchat2.jmmv1-1/+2
2003-02-17Disable XFT support, as requested in PR pkg/20387 by Marc Recht.jmmv1-3/+2
Quoting xchat 2.0.0 announcement: * By default, xchat will use Pango to render text. This is usually quite fast, if you have Pango 1.1 and Xft2 on your system. If you need to use Pango 1.0, or find text rendering slow, you can use the ./configure switch --enable-xft, which will bypass Pango. NB: --enable-xft will also remove some of Pango's nice i18n features, such as multiple fonts and bidi. If the text is still unbearably slow, disable font smoothing in Gnome2 Font Preferences. With the actual pango's buildlink2.mk, xchat2 will use, at least, pango 1.2.0, so XFT is useless. Bump PKGREVISION to 1.
2003-02-17Note addition of pkgsrc/mail/spamprobe (version 0.8b)zuntum1-1/+2
Spamprobe is a fast, intelligent, automatic spam detector using Bayesian analysis of terms contained in emails. Works with procmail, maildrop or a similar tool to produce a complete server or client side spam filtering system. Provided by Daniel Farrugia in PR#20286, buildlinkified by me.
2003-02-17Add & enable spamprobezuntum1-1/+2