summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-11-07This module retrieves the 1 minute, 5 minute, and 15 minute load averagemartti4-0/+25
of a machine.
2005-11-07This module is an event-driven SNMP interface for POE.martti5-0/+41
POE::Component::SNMP uses the Net::SNMP module.
2005-11-07This perl package uses perl5 objects to make it easy for manipulatingmartti4-0/+30
spreadsheet data among disk files, database, and Web publishing. A table object contains a header and a two-dimensional array of scalars. Three class methods Data::Table::fromCSV, Data::Table::fromTSV, and Data::Table::fromSQL allow users to create a table object from a CSV/TSV file or a database SQL selection in a snap.
2005-11-07This is a subclass for Curses::UI that enables it to work with POE.martti4-0/+27
It is designed to simply slide over Curses::UI.
2005-11-07Object-Oriented UI framework based on the curses library.martti4-0/+30
Curses::UI contains widgets and dialog windows which can be used to build a user interface.
2005-11-07Removed the buildlink3.mkmartti4-72/+0
I got few private comments that one should not use buildlink3.mk but the standard DEPENDS statement because we do not link against libraries in this case.
2005-11-07Add a USE_LANGUAGES variable. Noted by Georg Schwarz in private e-mailcjep1-1/+2
2005-11-07Use the hard-coded ${PKG_TOOLS_BIN} variable as the correct location ofjlam2-3/+5
the pkg_admin binary.
2005-11-07INSTALL_SCRIPT_ENV wasn't being defined to include a definition forjlam1-1/+2
PKG_PREFIX, which was causing the INSTALL script to fail when run from the post-install-script target.
2005-11-07Revive hpn-patch distfile.taca1-1/+4
2005-11-07Pre-format the tbl in the faucet and hose man pages so they're properlyjlam1-1/+7
displayed by man(1).
2005-11-07note addition of lprofgdt1-1/+2
2005-11-07Updated pkglint to 4.38.rillig4-172/+158
- PKGNAME is checked for being a valid package name. - PLIST files should not contain filenames that match */CVS/*. - Completely rewrote the check for variable ordering. The new code operates on a data structure that's easily understandable and extendable (see the source for an example). It also generates greatly improved diagnostics. As the old code had been enabled only when checking with -Wvague or -Wall, it has been seldom used anyway.
2005-11-07Added missing empty line between the DISTFILES and the MAINTAINER section.rillig1-1/+2
Found by pkglint.
2005-11-07PLIST fix for audio/xmix.joerg1-1/+2
2005-11-07Pre-emptively try to support building on Solaris.jlam1-1/+3
2005-11-06Add and enable netpipes.jlam1-1/+2
2005-11-06Import netpipes-4.2-export as net/netpipes.jlam7-1/+126
The netpipes package is a collection of utilities that makes TCP/IP streams usable in shell scripts.
2005-11-06Use imake variables to correctly select the man page in the PLIST.joerg2-3/+4
Bump revision.
2005-11-06gcc-2.* does not understand the -Wno-unused-parameter option, so tellrillig1-1/+6
buildlink to filter it out. Fixes the bulk build on NetBSD 1.6.2/i386.
2005-11-06-lossaudio ==> $(LIBOSSAUDIO)joerg2-4/+4
2005-11-06+ check for magic numbers like 0755, 755, 644rillig1-0/+1
2005-11-06In the "update" target, use "${UPDATE_TARGET}" to install the newjlam1-2/+2
pkg_install tools. This allows customizing UPDATE_TARGET=package to produce a binary package instead of just installing the package.
2005-11-06Remove @exec from PLIST and put the action into an INSTALL script instead.jlam3-40/+65
Also, simplify the package by making use of the PKGMANDIR-handling in pkgsrc to remove the custom MANDIR code from the package Makefile and the PLIST. Technically, this type of a change would require a PKGREVISION bump, but as this is the pkg_* tools package and there were no changes to the binaries, we refrain from doing so.
2005-11-06Change "../p5-I18N-LangTags" to "../../misc/p5-I18N-LangTags" to silencekristerw1-2/+2
warnings from "make show-depends-dirs".
2005-11-06Change ../ns-plugger-common to ../../www/ns-plugger-common to silencekristerw2-4/+4
warnings from "make show-depends-dirs"
2005-11-06Bless FreeBSD with the usergroup functions used by DragonFly.joerg2-1/+60
2005-11-06Use O_FSYNC instead of O_SYNC on DragonFly. Disable extattr_get_filejoerg3-7/+25
on DragonFly, the semantic is different and it isn't very useful in the current form.
2005-11-06Use INSTALL_GAME instead of INSTALL -m gametonio3-8/+10
Honor VARBASE, instead of hardcoded /var
2005-11-06FreeBSD build fix from FreeBSD CVS treeadrianp3-3/+19
Minor pkglintification of Makefile
2005-11-06Fixed grammar in a comment.rillig1-2/+2
2005-11-06Added basic checks to make sure the values from the configuration file arerillig2-17/+126
somewhat sane. If a check fails, the bulk build is terminated. Removed the conditional under which MAKECONF is exported, as it is not needed anymore.
2005-11-06lighttpd update to 1.4.7.joerg1-1/+2
2005-11-06Update lighttpd to version 1.4.7, changes from NEWS:joerg3-7/+8
* added FD_CLOEXEC to fds which are kept open for a longer time * added smaller, moving mmaped windows to network_writev * added madvise() to instruct the kernel the do proper read-ahead in network_writev * added support for %I in mod_accesslog * added better compat to Apache for ?auto in mod_status * added support for userdirs without a entry in /etc/passwd in mod_userdir * added startup-time selectable network-backend * added location of upload-files to config as array * added webdav.log-xml for logging xml-content in mod_webdav * added Cache-Control: max-age to mod_expire * workaround missing client-bug by assuming we received a close-notify on non-keep-alive requests in SSL request * disabled kerberos5 support by default to fix compilation on RHEL * fixed order of library checks to fix compilation on Solaris 9 * fixed open file-descriptors on read-error * fixed crash if /var/tmp is not writable
2005-11-06PLIST fix for nsd.joerg1-1/+2
2005-11-06Don't advertise RC script and forget it in the PLIST. Bump revision.joerg2-3/+4
2005-11-06* check Makefile directivesrillig1-0/+3
* check _every_ line of the Makefiles * warn about the use of ${SED} in {pre,do,post}-install
2005-11-06+ include "../../mk/bsd.prefs.mk" before any .if.rillig1-0/+1
2005-11-06Added a note that SUBST_SED might be changed to a List instead of arillig1-1/+2
List* later.
2005-11-06Update devel/cpuflags to 0.96:abs1-1/+2
Handle "AMD Athlon(tm) 64" on Linux - from Clayton Smith
2005-11-06Update cpuflags to 0.96:abs3-5/+6
Handle "AMD Athlon(tm) 64" on Linux - from Clayton Smith
2005-11-06Sync SuSE 9.1 packages with latest updates.salo16-92/+90
2005-11-06Use config.h and add appropriate #if HAVE_FOO_H.wiz2-4/+36
2005-11-06+ gauche-0.8.6, gimp24-2.3.5, lighttpd-1.4.7, mimedefang-2.54.wiz1-3/+5
2005-11-06Add geos.minskim2-2/+4
2005-11-06Import geos from pkgsrc-wip. Packaged by David Price.minskim8-0/+143
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS). It contain the complete functionality of JTS in C++. It includes all the OpenGIS "Simple Features for SQL" spatial predicate functions and spatial operators,and JTS topology functions like IsValid().
2005-11-06Only export MAKECONF if it is not null, <bsd.own.mk> does not really likeseb1-2/+3
an empty MAKECONF... $ echo ".include <bsd.own.mk>" > Makefile $ env MAKECONF= make make: "/usr/share/mk/" line 1: Need an operator make: "/usr/share/mk/" line 2: Need an operator ...
2005-11-06Remove extra ${pkgsrc_dir} that slipped in.seb1-2/+2
2005-11-06Make this compile on Darwin 8.2.0/powerpc. Patch from Krister Walfridsson.martti2-1/+15
2005-11-06${QTDIR}, not {$QTDIR} (tnx pkglint).gdt1-2/+2