summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-11-05Add php5-dom 5.0.2 - PHP extension to access XML documents using DOM API.jdolecek2-2/+4
This is PHP5 replacement of PHP4 DOM XML extension.
2004-11-05Add libvisual, libvisual-bmp, and libvisual-plugins.wiz1-1/+4
2004-11-05Fix path to bl3 file.wiz1-2/+2
2004-11-05Add bl3 file for libvisual-bmp.wiz1-0/+29
2004-11-05Add php5-dom 5.0.2 - PHP extension to access XML documents using DOM API.jdolecek2-0/+22
This is PHP5 replacement of PHP4 DOM XML extension.
2004-11-05Initial import libvisual-bmp-0.1.0:wiz5-0/+60
Libvisual plugin for the Beep Media Player.
2004-11-05Fix typo, from Cesar Catrian C. in PR 28018.wiz1-2/+2
2004-11-05Add php-dbx package - PHP database abstraction layer extension. This isjdolecek6-4/+33
for both PHP 4.x and 5.x.
2004-11-05Initial import of libvisual-plugins-0.1.7:wiz4-0/+55
Some plugins for libvisual.
2004-11-05Fix path.wiz1-2/+2
2004-11-05Initial import of libvisual-0.1.7:wiz8-0/+145
Libvisual is an abstraction library that comes between applications and audio visualisation plugins. Often when it comes to audio visualisation plugins or programs that create visuals, they depend on a player or something else; basically, there is no general framework that enabled application developers to easily access cool audio visualisation plugins. Libvisual wants to change this by providing an interface towards plugins and applications; through this easy to use interface applications can easily access plugins and, since the drawing is done by the application, it also enables the developer to draw the visual anywhere he wants. The framework also allows you to morph to different plugins and mix two at once; all kinds of neat tricks are possible using this method.
2004-11-05Note update of pkg_tarup to 1.6.5.erh1-1/+2
2004-11-05Fix the sed command that processes the +CONTENTS file so packages thaterh2-6/+18
don't contain "@comment $NetBSD" lines still work correctly. Also fix handling of magic "@comment Symlink:" lines. Bump version to 1.6.5
2004-11-05Import p5-Apache-AuthCookieDBI version 1.19.he4-0/+31
Apache::AuthCookieDBI is a module that subclasses Apache::AuthCookie and is designed to be directly used for authentication in a mod_perl server. It is a ticket-issuing system that looks up username/passwords in a DBI database using generic SQL and issues MD5-checksummed tickets valid for a configurable time period. Incoming requests with tickets are checksummed and expire-time checked.
2004-11-05Note addition of p5-Apache-AuthCookie-3.05.he1-1/+2
2004-11-05Import p5-Apache-AuthCookie, version 3.05.he4-0/+27
Apache::AuthCookie allows you to intercept a user's first unauthenticated access to a protected document. The user will be presented with a custom form where they can enter authentication credentials. The credentials are posted to the server where AuthCookie verifies them and returns a session key.
2004-11-05Add bl3 file.tv1-0/+18
2004-11-05+libextractor-0.3.10tv1-1/+2
2004-11-05+libextractortv1-1/+2
2004-11-05libextractor-0.3.10, a metadata generator for arbitrary files:tv7-0/+121
libextractor is a simple library for keyword extraction. libextractor does not support all formats but supports a simple plugging mechanism such that you can quickly add extractors for additional formats, even without recompiling libextractor. libextractor typically ships with a dozen helper-libraries that can be used to obtain keywords from common file-types.
2004-11-05Added visitors.wiz1-1/+2
2004-11-05Add visitors, and sort.wiz1-2/+3
2004-11-05Initial import of visitors-0.4a:wiz4-0/+56
Visitors is a very fast web log analyzer for Linux, Windows, and other Unix-like operating systems. It takes as input a web server log file, and outputs statistics in form of different reports. The design principles are very different compared to other software of the same type: * No installation required, can process up to 150,000 lines of log entries per second in fast computers (20MB/s with my log files average length). * Designed to be executed by the command line, output html and text reports. The text report can be used in pipe to less to check web stats from ssh. * Support for real time statistics with the Visitors Stream Mode introduced with version 0.3. * To specify the log format is not needed at all. Works out of box with apache and most other web servers with a standard log format (see the documentation for more information on the format). * It's a portable C program, can be compiled on many different systems. * The produced html report doesn't contain images or external CSS, is self-contained, you can send it by email to users. * Visitors is free software (and of course, freeware), under the terms of the GPL license. You don't need to pay to use it.
2004-11-05In fact, GNU make is required, but only when the QT frontend in enabled.jmmv1-1/+2
Pointed out by shannonjr@.
2004-11-05url2pkg -> 1.26tv1-1/+2
2004-11-051.26: Automatically detect if a package is using libltdl, and if so, includetv2-3/+7
../../devel/libltdl/convenience.mk to make it more cross-platform happy.
2004-11-05Add do-nothing "clean" target to fake libltdl Makefile.tv1-3/+3
2004-11-05Note revision bump for pinentry to 1.jmmv1-1/+2
2004-11-05Multiple cleanups:jmmv3-24/+30
- Move PKG_INSTALLATION_TYPES where it belongs. - No need to use GNU make. - No locales provided, so remove USE_PKGLOCALEDIR definition. - Add a note telling that the usage of bsd.options.mk in this package is a hack and should be fixed (i.e., splitting the package in different ones). - Get rid of the ugly PLIST handling. (Anyway, the 'new' solution, based on PLIST_SUBST as usual, has to go away when the previous point is fixed.) - Reword DESCR, based on the included README. - Install info file correctly and bump PKGREVISION to 1 because of this.
2004-11-05now that PHP 5.x Makefile.common doesn't pollute CONFIGURE_ARGS, it safejdolecek31-92/+62
to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS setting; successful build confirmed with both PHP 4.x and PHP 5.x
2004-11-05Note revision bump for libassuan to 1.jmmv1-1/+2
2004-11-05Multiple cleanups:jmmv2-7/+9
- Move PKG_INSTALLATION_TYPES to where it belongs. - Sort USE_* section alphabetically. - No need to use GNU make. - No need to define USE_PKGLOCALEDIR. - Add blank line before inclusion of buildlink3.mk files. - Handle installation of info file propertly and bump PKGREVISION to 1 because of this.
2004-11-05Bring gensolpkg into line with 21st century pkgsrc:agc1-1/+2
+ ZOULARISBASE is gone - just use PREFIX to find bmake + WRKDIR contains the name of the work directory, so find this out from pkgsrc + remove getcwd() calls, and use WRKDIR to find the place where the various informational files are placed + retain the ability to set the working directory from the command-line, but it is almost useless these days Bump pkg revision to 2.
2004-11-05Bring this package into line with 21st century pkgsrc:agc3-11/+71
+ ZOULARISBASE is gone - just use PREFIX to find bmake + WRKDIR contains the name of the work directory, so find this out from pkgsrc + remove getcwd() calls, and use WRKDIR to find the place where the various informational files are placed + retain the ability to set the working directory from the command-line, but it is almost useless these days Bump pkg revision to 2.
2004-11-05Note update of p5-Apache-Session to 1.60.he1-1/+2
2004-11-05Update p5-Apache-Session from 1.54 to 1.60.he2-6/+7
The distribution file actually has 1.6 as the release number, but it *is* an upgrade over 1.54. Obviously someone needs a lesson in dewey-decimal ordering. Work around this by cheesily adding a `0' to the PKGNAME setting. The current developer version number is 1.70_01, so there is some hope that this will not repeat.
2004-11-05Note ap-php5 "renaming" to ap-php, for the changes script.wiz1-1/+2
2004-11-05- PLIST fix spotted by wiz@adrianp2-2/+20
2004-11-05This doesn't really need perl to build.jmmv1-2/+1
2004-11-05typoxtraeme1-2/+2
2004-11-05Add pfstat and pftop.peter1-1/+3
2004-11-05Add pflkm.peter1-1/+2
2004-11-05Note addition of pflkm-20041025, pfstat-1.7 and pftop-0.4.peter1-1/+4
2004-11-05Initial import of pftop-0.4 into the NetBSD Packages Collection.peter6-0/+465
Pftop is a small, curses-based utility for real-time display of active states and rule statistics for PF, the packet filter from OpenBSD.
2004-11-05Initial import of pfstat-1.7 into the NetBSD Packages Collection.peter5-0/+77
Pfstat is a small utility that collects statistics for the OpenBSD Packer Filter and produces graphs like mrtg, rrdtool or alike.
2004-11-05Added entry for updating librfuncs to 1.0.3shannonjr1-1/+2
2004-11-05Initial import of pflkm-20041025 into the NetBSD Packages Collection.peter9-0/+289
Packet Filter (from here on referred to as PF) is OpenBSD's system for filtering TCP/IP traffic and doing Network Address Translation. PF is also capable of normalizing and conditioning TCP/IP traffic. PF was originally developed by Daniel Hartmeier and is now maintained and developed by Daniel and the rest of the OpenBSD team. This package includes a complete port (LKM and userland utilities) from OpenBSD 3.6 to NetBSD 2.0.
2004-11-05pkg/28001: devel/librfuncs dies on configureshannonjr2-5/+5
Update to revision 1.0.3 to correct mistake where config subdirectory contained symbolic links: config.guess -> /usr/pkgsrc/mk/gnu-config/config.guess config.sub -> /usr/pkgsrc/mk/gnu-config/config.sub that were a consequence of the tarball being created after a build inm pkgsrc (files were replaced with symbolic links).
2004-11-05Updated gnustep-base to 1.10.1adam2-3/+3
2004-11-05Changes 1.10.1:adam5-16/+32
* Runtime discovery of the library version is possible. * NSXMLParser class added. Not completely implemented. * NSArrays makeObjectsPerformSelector iterates in same order as MacOSX. * Designated initializers for NSArray, NSDictionary, NSSet, and NSString have been changed for MacOSX compatibility.