summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-02-18Initial import of nagios-plugin-mysql 1.4.2, based on nagios-plugin-mysqlbouyer5-0/+137
from pkgsrc-wip. This is a package for a mysql monitoring plug-in for nagios. For more information about nagios, see the 'nagios-base' package.
2006-02-18Initial import of nagios-plugin-ldap 1.4.2, based on nagios-plugin-ldapbouyer5-0/+135
from pkgsrc-wip. This is a package for a ldap monitoring plug-in for nagios. For more information about nagios, see the 'nagios-base' package.
2006-02-18Initial import of nagios-plugins 1.4.2, based on nagios-plugins from pkgsrc-wip.bouyer15-0/+483
This package contains the basic monitoring plugins for nagios. For more information about nagios, see the 'nagios-base' package.
2006-02-18regen.rillig2-85/+391
2006-02-18Correct description, should exit all editors before import.bouyer1-1/+1
2006-02-18Mention mayavi PKGREVISION bump.wiz1-1/+2
2006-02-18Add missing file to PLIST. Bump PKGREVISION.wiz2-4/+5
2006-02-18Initial import of nagios-imagepak-base version 20030219bouyer4-0/+190
This package provides some extra icons for the nagios web pages.
2006-02-18Initial import of nagios-nsca 2.0, based on the 1.3.x package in pkgsrc-wip.bouyer7-0/+116
nsca and send_nsca are remote/passive network service daemons for nagios. These are orignally from the NetSaint package (NSCA = NetSaint Check Acceptor)
2006-02-18Initial import of nagios-base 2.0, based on the 1.3.x package in pkgsrc-wip.bouyer16-0/+860
Nagios is a program that will monitor hosts and services on your network. It has the ability to email or page you when a problem arises and when it gets resolved. Nagios is written in C and is designed to run under Linux, although it should work under most other *NIX variants. It can run either as a normal process or as a daemon, intermittently running checks on various services that you specify. The actual service checks are performed by external "plugins" which return service information to Nagios. Several CGI programs are included with Nagios in order to allow you to view the current service status, history, etc. via a web browser. This package provides the core nagios infrastructure and web pages.
2006-02-18After the 2006Q1 branch, SITES_${file} should be replaced withrillig2-3/+13
SITES.${file}.
2006-02-18Documented the variable ALLOW_VULNERABLE_PACKAGES to be useful for bulkrillig1-1/+10
builds.
2006-02-18Recognize amd64 as equivalent of x86_64 as shown by bulk build.joerg2-1/+15
2006-02-18- Installing documentation to share/doc/html is deprecated. By default, norillig3-108/+96
warnings are shown for this, as this would produce more than 20000 new warnings for the current pkgsrc tree. You need to specify -Wplist-depr (new) to see them. Of course, -Wall will work, too. - Updated the documentation and cleaned it up.
2006-02-18Do not move ${PREFIX}/bin/pstoedit (unnecessarily). Found by CHECK_PLIST build.wiz3-20/+22
2006-02-18Added EGDIR.rillig1-1/+4
2006-02-18Added SITES.${foo} as an alias for SITES_${foo}. The latter will berillig1-3/+6
deprecated after the 2006Q1 branch.
2006-02-18Removed a double {.rillig1-2/+2
2006-02-18The :Q operator should only be used in lists or shell commands.rillig1-2/+2
2006-02-18- The checkline_mk_vartype_basic routine needs to know whether the valuerillig1-10/+14
it is checking is used in list context or in scalar context -- just like in Perl. - The :Q operator should only be used in list context or in shell commands.
2006-02-18Don't use hard-coded -lpthread for pthread detection, but PTHREAD_*.joerg2-1/+32
Ride on last revision bump.
2006-02-18Fixed all pkglint warnings, based on the previous revision, since martti'srillig1-19/+20
changes have been incorrect in some places.
2006-02-18- Disabled the warning that all substiution commands should be enclosed inrillig1-2/+2
quotes. -- I've changed my mind.
2006-02-18Distinguish between Pathnames and Pathlists. The latter are lists ofrillig1-5/+16
pathnames, separated by a colon.
2006-02-18Added some variables.rillig1-1/+8
2006-02-18libtoolification of efltk.joerg1-1/+2
2006-02-18Convert to libtool. Shared theme modules are named foo.theme.so byjoerg9-29/+311
default, but foo.theme is tried afterwards as fallback. Bump revision. Discussed with jlam@
2006-02-18Include sys/types.h before other sys/ headers for DragonFly.joerg2-6/+10
2006-02-18Fixed pkglint warnings.rillig1-13/+10
2006-02-18Fixed pkglint warnings. Among others, removed the quotes around "-lnslrillig1-5/+5
-lsocket" in LDFLAGS. The wrapper framework should have passed this verbatimly to the compiler, but didn't, hiding a bug. (Hi jlam!)
2006-02-18Updated pkglint to 4.57.rillig1-1/+2
2006-02-18Updated pkglint to 4.57.rillig1-2/+2
Changes since 4.56: - Added warnings for variables that are defined, but not used. This is a simple spell-checker. - Variables that appear as a single shell word should be quoted unless they have the type "List of something". - Many small enhancements.
2006-02-18- Guess the data type of *PATH variables to be Pathname, of *PATHS to berillig1-1/+3
List of Pathname.
2006-02-18Updated graphics/pngcrush to 1.6.2adam1-1/+2
2006-02-18Changes 1.6.2:adam4-21/+17
* Fixed bug with "PNG_ROWBYTES" usage, introduced in version 1.6.1. The bug could cause a crash and only affects the "nolib" builds. * Converted C++ style (// ...) comments to C style (/* ... */). * Defined TOO_FAR == 32767 in deflate.c (again). The definition was omitted from version 1.6.0 when zlib was upgraded to version 1.2.3. Changes 1.6.1: * Copied non-exported libpng functions from libpng into pngcrush, to make pngcrush play more nicely with shared libpng. These are ifdef'ed out when a static library is being built with the bundled libpng and pngcrush.h is included. Changes 1.6.0: * Moved ChangeLog out of pngcrush.c comments and into a separate file. * Filtered pngcrush.c through "indent -kr" and "expand" for readability. * Moved 550 lines of usage/help/copyright/license/version info to separate function(s) and cleaned up significantly. * Added some comments for ease of navigation and readability. * Stripped out a bunch of ancient-libpng compatibility stuff. * Defined PNG_UINT_* macros (pngcrush.h for now). * Fixed unknown-chunk handling ("-rem alla" and "-rem gifx" now work). * Created modified version of makefile that supports external zlib. * Added support for methods using Z_RLE zlib strategy (zlib 1.2.x only). * Documented -huffman option in usage screen. * Added IDAT statistics to final per-file summary. * Added utime() support to give output files same timestamps as input files.
2006-02-18The patches have been applied upstream.rillig9-17/+33
2006-02-18Remove deprecated and now unused file.wiz1-18/+0
2006-02-18Mention flphoto PKGREVISION bump.wiz1-1/+2
2006-02-18Add missing files to PLIST. Bump PKGREVISION.wiz2-3/+5
2006-02-18Mention f4l PKGREVISION bump.wiz1-1/+2
2006-02-18Add missing libtool dependency.wiz2-3/+5
Fill in PLIST (hi xtraeme!). Bump PKGREVISION.
2006-02-18Set correct HOMEPAGE.heinz1-2/+2
2006-02-18Added a new chapter to the developer's guide that explains how to portrillig3-3/+87
pkgsrc to new operating systems, how to add support for a compiler, and maybe more.
2006-02-18+ xmame-0.104, xmess-0.104.wiz1-1/+3
2006-02-17Fixed pkglint warnings. If no kernel image can be found, try to build therillig1-27/+30
package without.
2006-02-17Updated misc/celestia to 1.4.1adam1-1/+7
2006-02-17Removed celestia{-gtk,-gnome,-kde}; use celestia/options.mk to select a guiadam10-217/+1
2006-02-17Changes 1.4.0adam15-238/+342
* New stars.dat format with HD catalog numbers and parallax errors omitted * Added catalog cross indexes for HD and SAO catalogs * Fixed bugs in parsing catalog numbers * Added white dwarf temperatures and spectral types DA, DB, DC, DO, DQ, and DZ * Added handling for partial spectral types where one or both of the subclass and luminosity class are unknown * Permit extended star attributes in .stc files: mesh, texture, rotation elements, semiaxes * Support multiple star systems of any complexity with orbits and barycenters * Changed .stc loader so that a star definition with a duplicate catalog number replaces the previous definition * Made catalog numbers optional in .stc files; stars can be defined without having to create fake catalog numbers * Star colors now chosen based on temperature; either 'classic' and black body colors may be selected * Bound % key to toggle between star color tables * Fixed black holes: infinite radius bug gone, rendered just as a plain black sphere * Added comprehensive catalog of all knows stars within 25 light years of the Sun, including orbits for multiple star systems [More] Changes 1.4.1 * Changed maximum number of eclipse shadows in OpenGL 2.0 path from two to three; if max is exceeded, clamp to three rather than not rendering the shadows at all. * Corrected a bad calculation in ring shadow shaders that caused ring shadows to be drawn in the wrong place. * Windows: Fixed the minimum feature size slider in the locations dialog so it updates in response to all the standard controls. * Added a correct InfoURL for the Moon * Windows: added splash screen with a progress indicator * Corrected a local flashing of the Milky Way brightness. * Now the distance to the galaxy center is displayed, if the observer is located inside the galaxy (Milky Way...). * Eliminated various incorrect Hubble type acronyms in deepsky.dsc that had penetrated the PERL filter. * Updated Titan and Iapetus textures in lores directory * Added lunar elevation map, using Clementine laser altimeter data, merged in the polar regions, with topographic data from Clementine 750 nm oblique and nadir images. * Updated/added Tethys textures in lores, medres and hires directories. * Added locations on Phoebe in satmoons2.ssc, as extracted from USGS/IAU official data. * Added Mesh for Phoebe texture. * Updated Iapetus texture. * Moved locations files from extras into data directory for inclusion in standard package. * Fixed bug where displayed time scale differed from actual time scale after clicking a cel URL. [More] Pkgsrc: * Use options.mk framework to build GLUT, GTK, GNOME, or KDE user interface.
2006-02-17Add missing fltk buildlink3.mk file. Fixes build.wiz1-1/+2
2006-02-17Mention xracer PKGREVISION bump.wiz1-1/+2