Age | Commit message (Collapse) | Author | Files | Lines |
|
This is PHP5 replacement of PHP4 DOM XML extension.
|
|
|
|
|
|
|
|
This is PHP5 replacement of PHP4 DOM XML extension.
|
|
Libvisual plugin for the Beep Media Player.
|
|
|
|
for both PHP 4.x and 5.x.
|
|
Some plugins for libvisual.
|
|
|
|
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.
|
|
|
|
don't contain "@comment $NetBSD" lines still work correctly. Also fix
handling of magic "@comment Symlink:" lines. Bump version to 1.6.5
|
|
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.
|
|
|
|
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.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
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.
|
|
Pointed out by shannonjr@.
|
|
|
|
../../devel/libltdl/convenience.mk to make it more cross-platform happy.
|
|
|
|
|
|
- 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.
|
|
to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS
setting; successful build confirmed with both PHP 4.x and PHP 5.x
|
|
|
|
- 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.
|
|
+ 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.
|
|
+ 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.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Pftop is a small, curses-based utility for real-time display of
active states and rule statistics for PF, the packet filter from OpenBSD.
|
|
Pfstat is a small utility that collects statistics for the OpenBSD
Packer Filter and produces graphs like mrtg, rrdtool or alike.
|
|
|
|
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.
|
|
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).
|
|
|
|
* 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.
|