pkgsrc.git
19 years agocawf 4.10 - from DESCR:
tv [Thu, 20 Jan 2005 17:59:13 +0000 (17:59 +0000)]
cawf 4.10 - from DESCR:

Cawf is a C version of awf, Henry Spencer's Amazingly Workable (text)
Formatter.  (Awf is written in awk and appears in comp.sources.unix,
Volume 23, Issue 27.)  Cawf and awf provide a usable subset of raw nroff
capabilities and the styles of the man(7), me(7) (only cawf supports
me(7)), and ms(7) macro sets.

Like awf, cawf is completely independent of any licensed Unix source
code.  In comparison to awf, cawf supports more nroff functions and one
more macro set, me(7).

19 years agoGnome DOM (Document Object Model) engine
adam [Wed, 19 Jan 2005 09:32:40 +0000 (09:32 +0000)]
Gnome DOM (Document Object Model) engine

19 years agoInitial import of tcllib-1.7 into the NetBSD Packages Collection.
peter [Tue, 18 Jan 2005 17:53:18 +0000 (17:53 +0000)]
Initial import of tcllib-1.7 into the NetBSD Packages Collection.

Tcllib is a collection of utility modules for Tcl. The intent is to
collect commonly used function into a single library, which users can
rely on to be available and stable.

19 years agoInitial import of qstat-2.6 into the NetBSD Packages Collection.
peter [Tue, 18 Jan 2005 17:51:19 +0000 (17:51 +0000)]
Initial import of qstat-2.6 into the NetBSD Packages Collection.

QStat is a command-line program that gathers real-time statistics from
Internet game servers.

A summary of its features:

 * Supports Windows 95, NT, Linux, and most Unixes.
 * Comes with C source code and a binary for Windows.
 * Supports old Quake (NetQuake), QuakeWorld, Hexen II, HexenWorld, Quake II,
   Unreal/UT, Turok2, Sin, Half-Life, Shogo, Tribes, Tribes 2, Quake III,
   BFRIS, Kingpin, Heretic II servers, Soldier of Fortune, and lots more.
 * Can display all available statistics, including player info & server rules.
 * Output templates for automatic HTML generation.
 * Raw display mode for integration with custom server browsers.
 * Built-in host name cache.
 * Sort by ping time, game, or both.
 * More options than you can wiggle a mouse at.

19 years agoInitial import of cube-20040522 into the NetBSD Packages Collection.
peter [Tue, 18 Jan 2005 17:48:53 +0000 (17:48 +0000)]
Initial import of cube-20040522 into the NetBSD Packages Collection.

Cube is an open source multiplayer and singleplayer first person shooter
game built on an entirely new and very unconventional engine. Cube is
a landscape-style engine that pretends to be an indoor FPS engine, which
combines very high precision dynamic occlusion culling with a form of
geometric mipmapping on the whole world for dynamic LOD for configurable
fps & graphic detail on most machines. Uses OpenGL & SDL.

Allows in-engine editing of geometry in full 3D (you fly around the map,
point / drag stuff to select it / modify it), which can even be done
simultaneously with others in multiplayer (a first!). Has simplistic but
effective fine grain vertex lighting that looks like lightmapping and can
do dynamic lights & shadows. Doesn't need any kind of map precompilation,
even lighting is done on the fly. Has very simplistic quad-tree world
structure that can do slopes (heightfields with caps) and slants, water,
does decent collision detection & physics, has client/server networking that
goes a long way in giving a lag-free game experience, and features a
Doom/Quake-style singleplayer (2 game modes, savegames) and multiplayer
(12 game modes, master server / server browser, demo recording) game with
some uncompromising brutal oldskool gameplay.

19 years agoInitial import of crawl-0.4 into the NetBSD Packages Collection.
peter [Tue, 18 Jan 2005 17:46:31 +0000 (17:46 +0000)]
Initial import of crawl-0.4 into the NetBSD Packages Collection.

The crawl utility starts a depth-first traversal of the web at the specified
URLs. It stores all JPEG images that match the configured constraints.
Crawl is fairly fast and allows for graceful termination. After terminating
crawl, it is possible to restart it at exactly the same spot where it was
terminated. Crawl keeps a persistent database that allows multiple crawls
without revisiting sites.

The main features of crawl are:

 * Saves encountered images or other media types
 * Media selection based on regular expressions and size contraints
 * Resume previous crawl after graceful termination
 * Persistent database of visited URLs
 * Very small and efficient code
 * Asynchronous DNS lookups
 * Supports robots.txt

19 years agoInitial import of amsn-0.94 into the NetBSD Packages Collection.
peter [Tue, 18 Jan 2005 17:44:04 +0000 (17:44 +0000)]
Initial import of amsn-0.94 into the NetBSD Packages Collection.

Alvaro's Messenger, or Another MSN messenger clone is a modified and
multilanguage version of Compu's Messenger (CCMSN). It's a Tcl/Tk script
as was CCMSN and Tcl/Tk must be installed to run it. This means it is
multiplatform and can run on any OS having Tcl/Tk installed (Linux, Windows,
Macintosh).

It's a clone of the original MSN Messenger, having the same look and feel.
Some of it features are:

* Sound for Events
* Look and Feel similar to original MSN Messenger
* Multilanguage (Around 40 languages currently supported)
* Running multiple instances of AMSN at once for multiple logins
* File Transfers
* Group Support
* Normal and Animated Emoticons with sounds
* Chat History

19 years agoOpenEXR is a high dynamic-range (HDR) image file format developed by
adam [Mon, 17 Jan 2005 13:20:11 +0000 (13:20 +0000)]
OpenEXR is a high dynamic-range (HDR) image file format developed by
Industrial Light & Magic for use in computer imaging applications.

OpenEXR is used by ILM on all motion pictures currently in production.
The first movies to employ OpenEXR were Harry Potter and the Sorcerers Stone,
Men in Black II, Gangs of New York, and Signs. Since then, OpenEXR has become
ILM's main image file format.

OpenEXR's features include:
* Higher dynamic range and color precision than existing 8- and 10-bit image
  file formats.
* Support for 16-bit floating-point, 32-bit floating-point, and 32-bit integer
  pixels. The 16-bit floating-point format, called "half", is compatible with
  the half data type in NVIDIA's Cg graphics language and is supported
  natively on their new GeForce FX and Quadro FX 3D graphics solutions.
* Multiple lossless image compression algorithms. Some of the included codecs
  can achieve 2:1 lossless compression ratios on images with film grain.
* Extensibility. New compression codecs and image types can easily be added by
  extending the C++ classes included in the OpenEXR software distribution.
  New image attributes (strings, vectors, integers, etc.) can be added to
  OpenEXR image headers without affecting backward compatibility with existing
  OpenEXR applications.

19 years agoSession manager for XFce4.
martti [Mon, 17 Jan 2005 12:52:48 +0000 (12:52 +0000)]
Session manager for XFce4.

19 years agoCalendar for XFce4.
martti [Mon, 17 Jan 2005 12:51:16 +0000 (12:51 +0000)]
Calendar for XFce4.

19 years agoApplication finder for XFce4.
martti [Mon, 17 Jan 2005 12:48:36 +0000 (12:48 +0000)]
Application finder for XFce4.

19 years agoIcon themes for XFce4.
martti [Mon, 17 Jan 2005 12:47:07 +0000 (12:47 +0000)]
Icon themes for XFce4.

19 years agoInitial addition of amarok version 1.1.1 into the NetBSD Packages Collection.
seb [Mon, 17 Jan 2005 09:45:45 +0000 (09:45 +0000)]
Initial addition of amarok version 1.1.1 into the NetBSD Packages Collection.

AmaroK is a media player for KDE.  There are many media players
around these days, true. What's missing from most players is a user
interface, that doesn't get in the way of the user. How many buttons
do you have to press for simply adding some new tracks to the
playlist? amaroK tries to be a little different, providing a simple
drag and drop interface, that really makes playlist handling easy.

XXX Too much dependencies are thrown in there: create "plugins" packages
or use PKG_OPTIONS framework?

19 years agoIMP is a set of PHP scripts that implement an IMAP/POP based webmail system.
adrianp [Sun, 16 Jan 2005 21:36:28 +0000 (21:36 +0000)]
IMP is a set of PHP scripts that implement an IMAP/POP based webmail system.
Assuming you have an account on a server that supports IMAP/POP, you can use
an installation of IMP to check your mail from anywhere that you have web
access.

This is the 4.x branch of IMP designed to work with Horde 3.x.

19 years agoThe Horde Application Framework is a modular, general-purpose web application
adrianp [Sun, 16 Jan 2005 21:10:17 +0000 (21:10 +0000)]
The Horde Application Framework is a modular, general-purpose web application
framework written in PHP.  It provides an extensive array of classes that are
targeted at the common problems and tasks involved in developing modern web
applications.

This is the 3.x branch of the framework.

19 years agoInitial import of rubber, version 0.99.8, into the NetBSD Packages
cube [Sun, 16 Jan 2005 17:58:02 +0000 (17:58 +0000)]
Initial import of rubber, version 0.99.8, into the NetBSD Packages
Collection, from PR#28920 by Antoine Reilles, with a few minor changes by
myself.

Rubber is a building system for LaTeX documents.

It is based on a routine that runs just as many compilations as necessary.  The
module system provides a great flexibility that virtually allows support for
any package with no user intervention, as well as pre- and post-processing of
the document.  The standard modules currently provide support for bibtex,
dvips, dvipdfm, pdftex, makeindex.  A good number of standard packages are
supported, including graphics/graphicx (with automatic conversion between
various formats and Metapost compilation).

19 years agocommandline version of the GIMP plugin
drochner [Sun, 16 Jan 2005 11:52:44 +0000 (11:52 +0000)]
commandline version of the GIMP plugin

19 years agoimport the "refocus-it" gimp2 plugin which is much better than
drochner [Sun, 16 Jan 2005 11:51:52 +0000 (11:51 +0000)]
import the "refocus-it" gimp2 plugin which is much better than
the "sharpen" which comes with the base packet

19 years agoImport sqlite3-3.0.8, the next major release of sqlite. Resides in parallel
tv [Sun, 16 Jan 2005 02:00:33 +0000 (02:00 +0000)]
Import sqlite3-3.0.8, the next major release of sqlite.  Resides in parallel
with sqlite version 2 (everything in this package ends in `3').  DESCR:

SQLite is a C library that implements an SQL database engine. Programs
that link with the SQLite library can have SQL database access without
running a separate RDBMS process. The distribution comes with a standalone
command-line access program (sqlite) that can be used to administer an
SQLite database and which serves as an example of how to use the SQLite
library.

SQLite is not a client library used to connect to a big database server.
SQLite is the server. The SQLite library reads and writes directly to and
from the database files on disk.

19 years agoImport instiki-0.9.2.
minskim [Sat, 15 Jan 2005 16:18:39 +0000 (16:18 +0000)]
Import instiki-0.9.2.

Instiki is a wiki clone with a strong focus on simplicity of
installation and running.  Instiki lowers the barriers of interest for
when you might consider using a wiki.  It is so simple to get running
that you'll find yourself using it for anything -- taking notes,
brainstorming, organizing a gathering, etc.

19 years agoInitial import of kajaani-kombat:
wiz [Fri, 14 Jan 2005 22:17:29 +0000 (22:17 +0000)]
Initial import of kajaani-kombat:

Kajaani Kombat is a funny multiplayer game... and much more! It is
a Rampart-like game (old arcade classic) set in space.

Every player has a castle demarked by walls, and cannons to shoot
at other player's castles. After the shooting phase there is a
repair phase where one has to rebuild the walls such that one there
is an area completely encased by walls (without holes). If one
doesn't succeed with this, one loses.

Kajaani Kombat is playable with two to four players, over the
internet or alternatively two players sharing one computer. It is
also possible to play over the internet with, for example, 4 players
of which two are sharing the same computer. Enjoy it with your
friends!

19 years agoInitial import of CRWInfo, version 0.2:
jmmv [Fri, 14 Jan 2005 16:02:09 +0000 (16:02 +0000)]
Initial import of CRWInfo, version 0.2:

CRW Info is a program to extract exposure information and thumbnails from
Canon RAW files.  It has been tested so far only with the CRW files from
the Canon D60 camera.  Owners of other camera models are encouraged to try
the program and give feedback to the original authors.

From pkgsrc-wip, packaged by kirtai at users.sourceforge.net.

19 years agoMove afterstep 1.x from pkgsrc/wm/afterstep to pkgsrc/wm/afterstep1.
jmmv [Fri, 14 Jan 2005 13:36:36 +0000 (13:36 +0000)]
Move afterstep 1.x from pkgsrc/wm/afterstep to pkgsrc/wm/afterstep1.
This is version 1.8.11.

19 years agoInitial import of openpam-20040210 as security/openpam.
jlam [Thu, 13 Jan 2005 21:51:08 +0000 (21:51 +0000)]
Initial import of openpam-20040210 as security/openpam.

OpenPAM is an open source PAM library that focuses on simplicity,
correctness, and cleanliness.

OpenPAM aims to gather the best features of Solaris PAM, XSSO and
Linux-PAM, plus some innovations of its own.  In areas where these
implementations disagree, OpenPAM tries to remain compatible with
Solaris, at the expense of XSSO conformance and Linux-PAM
compatibility.

These are some of OpenPAM's features:

   - Implements the complete PAM API as described in the original PAM
     paper and in OSF-RFC 86.0; this corresponds to the full XSSO API
     except for mappings and secondary authentication.  Also
     implements some extensions found in Solaris 9.

   - Extends the API with several useful and time-saving functions.

   - Performs strict checking of return values from service modules.

19 years agoInitial import of gst-plugins-opengl, version 0.8.7:
jmmv [Thu, 13 Jan 2005 12:58:27 +0000 (12:58 +0000)]
Initial import of gst-plugins-opengl, version 0.8.7:

GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 playback to complex
audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently.  Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

This package provides the OpenGL plugin for GStreamer, which allows graphics
rendering through this library.

19 years agore-import kenosis as py-kenosis for consistency,
drochner [Thu, 13 Jan 2005 12:55:32 +0000 (12:55 +0000)]
re-import kenosis as py-kenosis for consistency,
add a dependency on py-xml to fix build error noted by Min Sik Kim

19 years agoHobbitmon is a big brother like network monitoring tool
manu [Thu, 13 Jan 2005 09:27:06 +0000 (09:27 +0000)]
Hobbitmon is a big brother like network monitoring tool

19 years agonet/mDNSResponder, part of apple rendezvous technology
itojun [Thu, 13 Jan 2005 08:22:58 +0000 (08:22 +0000)]
net/mDNSResponder, part of apple rendezvous technology

19 years agoImport of xvidcap-gtk2 package. Previously GTK2 support for xvidcap
reed [Wed, 12 Jan 2005 19:52:38 +0000 (19:52 +0000)]
Import of xvidcap-gtk2 package. Previously GTK2 support for xvidcap
was done by setting make variable XVIDCAP_GTK2_GUI=YES and building
x11/xvidcap.

This uses new x11/xvidcap/Makefile.common. It doesn't share patches
directory because some are different.

The developer told me that later the gtk2 will be extended to add GNOME
bloat, so this may become xvidcap-gnome later.

The DESCRiption:

gvidcap is a tool (like Lotus ScreenCam and Camtasia) that captures
movement on a selected area of an X11 screen to files. Frame output
formats include: XWD, PPM, PNG, MNG, JPEG and MPEG.

This is the GTK2 version of xvidcap.

19 years agoRenamed marbles to lmarbles
adam [Wed, 12 Jan 2005 15:50:18 +0000 (15:50 +0000)]
Renamed marbles to lmarbles

Changes 1.0.7:
- configure option --with-profile-path has been replaced with
  autoconf option --localstatedir (04/06/14 M.S.)
- data files will be installed to $datadir/lmarbles instead
  of $datadir/games/lmarbles (04/06/14 M.S.)
- replaced strlen with sizeof when building config path (04/06/09 M.S.)
- renamed marbles.prfs to lmarbles.prfs in the Makefile (04/06/09 M.S.)
- included header for NetBSD (03/09/30 H.F.)

Changes 1.0.6:
- renamed project to LMarbles (02/11/24 M.S.)
- fixed security holes created by improper use of sprintf
  (02/11/24 M.S.)

Changes 1.0.5:
- switched to SDL_mixer (02/08/10 L.R.)
- bunch of memory leaks fixed (02/08/10 L.R.)
- for Win32: (02/08/10 L.R.)
  - edit bug fixed
  - installation details added to README
  - much improved installation system
  - files are always opened in binary mode
  - transparency bug fix

Changes 1.0.4:
- fixed a bug in the sound server that caused Marbles to crash
  when exiting too fast (01/07/02 M.S.)
- fixed a bug that caused Marbles to forget the last used profile
  (01/07/02 M.S.)
- fixed a bug in autoswitch which restarted the level when
  the figure was completed with the last move (01/07/02 M.S.)
- fixed a bug in restart routine that allowed selection of
  a ghost marble (01/07/02 M.S.)

Changes 1.0.3:
- score is now properly modified (02/06/24 M.S.)
- fixed a bug that caused an infinite loop when left-clicking
  an empty tile directly after deselecting a marble (02/06/22 M.S.)
- added a missing include at top of timer.c

19 years agoInitial import of terminatorx-3.82 from pkgsrc-wip.
xtraeme [Wed, 12 Jan 2005 13:59:43 +0000 (13:59 +0000)]
Initial import of terminatorx-3.82 from pkgsrc-wip.

terminatorX is a realtime audio synthesizer that allows you to "scratch"
on digitally sampled audio data (*.wav, *.au, *.ogg, *.mp3, etc.) the way
hiphop-DJs scratch on vinyl records. It features multiple turntables,
realtime effects (buit-in as well as LADSPA plugin effects), a sequencer
and MIDI interface - all accessible through an easy-to-use gtk+ GUI.

19 years agoInitial import of ladspa-1.12 from pkgsrc-wip.
xtraeme [Wed, 12 Jan 2005 13:57:51 +0000 (13:57 +0000)]
Initial import of ladspa-1.12 from pkgsrc-wip.

Many audio synthesis and recording packages are in use or in
development. These work in many different ways. LADSPA
provides a standard way for `plugin' audio processors to be used with
a wide range of these packages.

For instance, this allows a developer to make a reverb program and
bundle it into a LADSPA `plugin library.' Ordinary users can then use
this reverb within any LADSPA-friendly audio application.

19 years agoInitial import of pbzip2:
wiz [Wed, 12 Jan 2005 13:45:27 +0000 (13:45 +0000)]
Initial import of pbzip2:

The pbzip2 program is a parallel version of bzip2 for use on shared
memory machines.  It provides near-linear speedup when used on true
multi-processor machines and 5-10% speedup on Hyperthreaded machines.
The output is fully compatible with the regular bzip2 data so any
files created with pbzip2 can be uncompressed by bzip2 and vice-versa.

19 years agoInitial import of skippy-0.5.0.
xtraeme [Wed, 12 Jan 2005 13:39:46 +0000 (13:39 +0000)]
Initial import of skippy-0.5.0.

Skippy is what is best described as a full-screen task-switcher for X11. It
tries to provide an alternative when taskbars or regular task-switchers
aren't the most efficient way of switching tasks (like when you have a lot
of applications open). When activated (currently only through a hotkey), it
will arrange and scale snapshots of all windows on the current desktop and
it'll let you pick a window using a mouse or a keyboard.

It is pretty similar to a tool made by Apple, called Expose -
http://www.apple.com/macosx/features/expose/

Skippy depends on a NetWM compliant window-manager.

19 years agoInitial import of monotone-server, version 0.16 (number matches the
jmmv [Wed, 12 Jan 2005 12:52:50 +0000 (12:52 +0000)]
Initial import of monotone-server, version 0.16 (number matches the
devel/monotone package it depends on):

Monotone is a free distributed version control system.  It provides a
simple, single-file transactional version store, with fully disconnected
operation and an efficient peer-to-peer synchronization protocol.  It
understands history-sensitive merging, lightweight branches, integrated
code review and 3rd party testing.  It uses cryptographic version naming
and client-side RSA certificates.  It has good internationalization
support, has no external dependencies, runs on NetBSD, Linux, Solaris,
OSX and Windows (among others), and is licensed under the GNU GPL.

This package provides all the necessary stuff to easily configure a
dedicated Monotone server.  Of special interest are the included rc.d
script and the monotone-server-init script, which will greatly simplify
the whole process.

19 years agoInitial import of wmSMPmon-2.3 into the Packages Collection, provided by
agc [Wed, 12 Jan 2005 11:52:10 +0000 (11:52 +0000)]
Initial import of wmSMPmon-2.3 into the Packages Collection, provided by
Joel CARNAT in PR 28939, minor modifications by myself.

wmSMPmon is a CPU monitoring applet for SMP systems running Window Maker.
(it displays SMP CPU load just fine, despite what it says in the PR).

19 years agoImport dmidecode-2.5: Print out DMI (SMBIOS) table in human-readable format
hubertf [Wed, 12 Jan 2005 00:00:36 +0000 (00:00 +0000)]
Import dmidecode-2.5: Print out DMI (SMBIOS) table in human-readable format

Dmidecode is a tool for dumping a computer's DMI (some say SMBIOS)
table contents in a human-readable format. This table contains a
description of the system's hardware components, as well as other
useful pieces of information such as serial numbers and BIOS
revision.

19 years agoFirmware binary images for use with the iwi(4) driver.
skrll [Tue, 11 Jan 2005 18:07:53 +0000 (18:07 +0000)]
Firmware binary images for use with the iwi(4) driver.
Original archive is available from Intel at:
http://ipw2200.sourceforge.net/firmware.php?fid=4

19 years agoThe Digest::CRC module calculates CRC sums of all sorts. It contains
tv [Tue, 11 Jan 2005 16:48:38 +0000 (16:48 +0000)]
The Digest::CRC module calculates CRC sums of all sorts.  It contains
wrapper functions with the correct parameters for CRC-CCITT, CRC-16 and
CRC-32.

[tv: This differs from p5-String-CRC32 in that it is a generic Digest.pm
module plugin.]

19 years agoap-auth-radius is a RADIUS authentication module for Apache
manu [Tue, 11 Jan 2005 15:44:30 +0000 (15:44 +0000)]
ap-auth-radius is a RADIUS authentication module for Apache

19 years agoImport pgpemvelope from the pkgsrc-wip project. From DESCR:
tv [Mon, 10 Jan 2005 18:24:31 +0000 (18:24 +0000)]
Import pgpemvelope from the pkgsrc-wip project.  From DESCR:

The purpose of pgpenvelope is to allow easy use of GnuPG
to encrypt/sign/decrypt/verify messages using Pine's send-
ing/displaying filters.

Simply make the appropriate filter entries in one's Pine
configuration, and run Pine as normal.  When sending mail,
choose the pgpenvelope_encrypt filter.  Additionally, one
can use it as a procmail filter.

19 years agoGnuPG::Interface and its associated modules are designed to provide an
tv [Mon, 10 Jan 2005 18:22:23 +0000 (18:22 +0000)]
GnuPG::Interface and its associated modules are designed to provide an
object-oriented method for interacting with GnuPG, being able to perform
functions such as but not limited to encrypting, signing, decryption,
verification, and key-listing parsing.

19 years agoimport kenosis-0.92, a P2P RPC library for Python
drochner [Mon, 10 Jan 2005 10:20:12 +0000 (10:20 +0000)]
import kenosis-0.92, a P2P RPC library for Python

19 years agoInitial addition of digikamimageplugins version 0.7.1 into the NetBSD
seb [Sun, 9 Jan 2005 11:19:56 +0000 (11:19 +0000)]
Initial addition of digikamimageplugins version 0.7.1 into the NetBSD
Packages Collection.

This package provides plugins for additional functionality in Digikam's
ImageEditor.

19 years agoInitial addition of kipi-plugins version 0.1beta1 into the NetBSD Packages
seb [Sun, 9 Jan 2005 10:42:21 +0000 (10:42 +0000)]
Initial addition of kipi-plugins version 0.1beta1 into the NetBSD Packages
Collection.

This package provides Kipi (KDE Image Plugin Interface) plugins:
RawConverter, SlideShow, MpegEncoder, ImagesGallery, PrintWizard,
JpegLossLess, CdArchiving, AcquireImages, Calendar, SendImages,
BatchProcessImages, TimeAdjust, WallPaper, FindImages, HelloWorld.

19 years agoInitial addition of libkipi version 0.1 into the NetBSD Packages Collection.
seb [Sun, 9 Jan 2005 10:37:57 +0000 (10:37 +0000)]
Initial addition of libkipi version 0.1 into the NetBSD Packages Collection.

Kipi (KDE Image Plugin Interface) is an effort to develop a common plugin
structure for Digikam, KimDaBa, Showimg and Gwenview. Its aim is to
share image plugins among graphic applications.

19 years agoInitial addition of libkexif version 0.2.1 into the NetBSD Packages Collection.
seb [Sun, 9 Jan 2005 10:33:37 +0000 (10:33 +0000)]
Initial addition of libkexif version 0.2.1 into the NetBSD Packages Collection.

Libkexif is a library for manipulating EXIF information embedded in
images.  It currently supports viewing of all EXIF information via
libexif. It also supports the modification of a few attributes in a safe
way that preserves all other EXIF information in the file.

19 years agoInitial import of dbmail-2.0.1.
schmonz [Sun, 9 Jan 2005 03:21:07 +0000 (03:21 +0000)]
Initial import of dbmail-2.0.1.

Dbmail is the name of a group of programs that enable the possiblilty
of storing and retrieving mail messages from a database. Currently
MySQL and PostgreSQL can be used as database backends.

DBMail is made up of several components. A normal MTA (Postfix,
SendMail, QMail, Exim) is used for accepting messages. The MTA
hands the messages over to dbmail-smtp, using a pipe interface, or
dbmail-lmtpd, using LMTP (Local Mail Transport Protocol). These
programs take care of delivering the message into the database.
Messages can be retreived from the database using dbmail-pop3d,
using the POP3 protocol, and dbmail-imapd, using the IMAP4Rev1
protocol.

The whole email is stored in the database. That includes attachments.
The DBMail programs do not have to touch the filesystem to retreive
or insert emails. User information is also stored in the database,
so users do not need an account on the machines DBMail is running
on.

19 years agoImport p5-Tree-DAG_Node-1.05. Based on 1.04 in pkgsrc-wip, packaged by
minskim [Sat, 8 Jan 2005 13:40:17 +0000 (13:40 +0000)]
Import p5-Tree-DAG_Node-1.05.  Based on 1.04 in pkgsrc-wip, packaged by
David Price.

Tree::DAG_Node is a (super)class for representing nodes in a tree.

This class encapsulates/makes/manipulates objects that represent nodes
in a tree structure.  The tree structure is not an object itself, but
is emergent from the linkages you create between nodes.  This class
provides the methods for making linkages that can be used to build up
a tree, while preventing you from ever making any kinds of linkages
which are not allowed in a tree (such as having a node be its own
mother or ancestor, or having a node have two mothers).

19 years agoImport p5-WWW-Curl from pkgsrc-wip. Packaged by imil at gcu dot info.
minskim [Sat, 8 Jan 2005 13:18:55 +0000 (13:18 +0000)]
Import p5-WWW-Curl from pkgsrc-wip.  Packaged by imil at gcu dot info.

This module is a namespace placeholder for a future high level perl-oriented
interface to libcurl. Currently, you need to use the direct libcurl 'easy'
interface, by using the 'WWW::Curl::easy' module.

The perl module WWW::Curl::easy provides an interface to the cURL library
"libcurl".

See http://curl.haxx.se/ for more information on cURL and libcurl.

19 years agoImport p5-Text-Shellwords from pkgsrc-wip. Packaged by David Price.
minskim [Sat, 8 Jan 2005 12:52:35 +0000 (12:52 +0000)]
Import p5-Text-Shellwords from pkgsrc-wip.  Packaged by David Price.

Shellwords is a thin wrapper around the shellwords.pl package, which
comes preinstalled with Perl.  This module imports a single subroutine,
shellwords().  The shellwords() routine parses lines of text and
returns a set of tokens using the same rules that the Unix shell does
for its command-line arguments.  Tokens are separated by whitespace,
and can be delimited by single or double quotes.  The module also
respects backslash escapes.

19 years agoInitial import of qnetwalk from pkgsrc-wip, packaged by Ian Zagorskih.
wiz [Fri, 7 Jan 2005 11:14:10 +0000 (11:14 +0000)]
Initial import of qnetwalk from pkgsrc-wip, packaged by Ian Zagorskih.

QNetwalk is a Qt-version of the popular NetWalk game
for system administrators :)

Rules of play:
* You are the system administrator and your goal is
  to connect each computer to the central server.
* Click the right mouse's button for turning the cable
  in a clockwise direction, and left mouse's button for
  turning the cable in a counter-clockwise direction.
* Start the LAN with as few turns as possible!

19 years agonet/ntop renamed to net/ntop1
adam [Thu, 6 Jan 2005 11:44:17 +0000 (11:44 +0000)]
net/ntop renamed to net/ntop1

19 years agoInitial import of kgeography-0.3:
wiz [Wed, 5 Jan 2005 12:31:57 +0000 (12:31 +0000)]
Initial import of kgeography-0.3:

KGeography is a geography learning tool.  Right now it has six
usage modes:

    * Browse the maps clicking in a map division to see it's name
    * The game tells you a map division name and you have to click
      on it
    * The game tells you a capital and you have to guess the division
      it belongs to
    * The game tells you a division and you have to guess its
      capital
    * The game shows you a map division flag and you have to guess
      its name
    * The game tells you a map division name and you have to guess
      its flag

Thanks to markd for review.

19 years agoInitial import of revbump-0.1:
wiz [Wed, 5 Jan 2005 00:31:39 +0000 (00:31 +0000)]
Initial import of revbump-0.1:

Tools for bumping PKGREVISIONs and adapting BUILDLINK_RECOMMENDED
versions to the latest version automatically.

This tool is mostly intended for pkgsrc developers with commit
access.

Originally written by Julio M. Merino Vidal with some improvements
by me. Comments for the package from Jeremy C. Reed -- thanks!

19 years agoInitial import of vino, version 2.8.1:
jmmv [Tue, 4 Jan 2005 23:47:27 +0000 (23:47 +0000)]
Initial import of vino, version 2.8.1:

VNC (Virtual Network Computing) software makes it possible to view and
fully-interact with one computer from any other computer or mobile device
anywhere on the Internet.  VNC software is cross-platform, allowing remote
control between different types of computer.

VNC has a wide range of applications including system administration, IT
support and helpdesks.  It can also be used to support the mobile user, both
for hot desking within the enterprise and also to provide remote access at
home, or on the road.  The system allows several connections to the same
desktop, providing an invaluable tool for collaborative or shared working in
the workplace or classroom.  Computer support within the geographically spread
family is an ever popular use.

Vino is an VNC server that integrates cleanly within the GNOME Desktop.

19 years agosqlite manager is a web tool for managing SQLite databases
manu [Tue, 4 Jan 2005 13:53:31 +0000 (13:53 +0000)]
sqlite manager is a web tool for managing SQLite databases

19 years agoInitial import of xsc-1.5:
wiz [Mon, 3 Jan 2005 14:27:07 +0000 (14:27 +0000)]
Initial import of xsc-1.5:

XSC is a clone of the old Star Castle video game by Cinematronics.
Most of the details are from memory and a few old video game books
I have kicking around from the golden days.  This is just a fun
hack that I've been working on off and on for quite a long time.
I don't have any grand plans for it, except to hack on it when I
feel like it.  It's always good to have something like this available
when you feel like flying around and blasting the crap out of some
alien bad guy for a few minutes.

19 years agoBugzilla is a "Defect Tracking System" or "Bug-Tracking System". Defect
adrianp [Sun, 2 Jan 2005 13:39:55 +0000 (13:39 +0000)]
Bugzilla is a "Defect Tracking System" or "Bug-Tracking System". Defect
Tracking Systems allow individual or groups of developers to keep track of
outstanding bugs in their product effectively. Most commercial defect-tracking
software vendors charge enormous licensing fees. Despite being "free", Bugzilla
has many features its expensive counterparts lack. Consequently, Bugzilla has
quickly become a favorite of hundreds of organizations across the globe.

What Does Bugzilla Do?

- Track bugs and code changes
- Communicate with teammates
- Submit and review patches
- Manage quality assurance (QA)

Bugzilla can help you get a handle on the software development process.
Successful projects often are the result of successful organization and
communication. Bugzilla is a powerful tool that will help your team get
organized and communicate effectively.

19 years agoInitial import of mppe-lkm, version 0.0.4, into the NetBSD Packages
cube [Sun, 2 Jan 2005 02:52:57 +0000 (02:52 +0000)]
Initial import of mppe-lkm, version 0.0.4, into the NetBSD Packages
Collection.

To get encryption over a PPTP connection, you need the kernel to support the
MPPE algorithm.  It is used as a PPP compression module, and the mppe-lkm
package provides a LKM (Loadable Kernel Module) that will install the
functionality into your NetBSD kernel.

19 years agoInitial import of pppd, version 2.4.3, into the NetBSD Package Collection.
cube [Sun, 2 Jan 2005 02:51:44 +0000 (02:51 +0000)]
Initial import of pppd, version 2.4.3, into the NetBSD Package Collection.

The PPP Daemon is the userland part of the Point-to-Point Protocol.  It works
in combination with a dedicated kernel network interface usually named ppp.
PPP is a very extensible protocol and pppd supports a large number of options,
including compression (through various algorithms), cryptography (Microsoft's
MPPE) and authentication (PAP, CHAP, Microsoft CHAP), provided the kernel has
the relevant back-ends in some cases.

19 years agoAdd mailgraph 1.10
kim [Fri, 31 Dec 2004 21:36:59 +0000 (21:36 +0000)]
Add mailgraph 1.10

Mailgraph is a very simple mail statistics RRDtool frontend for Postfix
and Sendmail that produces daily, weekly, monthly and yearly graphs of
received/sent and bounced/rejected mail.

19 years agoAdd p5-File-Tail 0.99.1
kim [Fri, 31 Dec 2004 21:35:05 +0000 (21:35 +0000)]
Add p5-File-Tail 0.99.1

The primary purpose of File::Tail is reading and analysing log files while
they are being written.

19 years agoInitial import of easymenu-0.7.2, contributed by Ola Eriksson in
kristerw [Fri, 31 Dec 2004 16:38:49 +0000 (16:38 +0000)]
Initial import of easymenu-0.7.2, contributed by Ola Eriksson in
PR pkg/26091.

Easymenu is a shell script used to generate menu systems.

It can be used to generate anything from easy one-level menus to
advanced multi-level menusystems. It has a set of internal commands,
and can execute external applications and scripts, all to be as flexible
as possible.

19 years agoInitial import of Pyro from pkgsrc-wip.
darcy [Fri, 31 Dec 2004 10:13:57 +0000 (10:13 +0000)]
Initial import of Pyro from pkgsrc-wip.

Pyro is an acronym for PYthon Remote Objects. It is an advanced and powerful
Distributed Object Technology system written entirely in Python, that is
designed to be very easy to use. It resembles Java's Remote Method
Invocation (RMI). It is less similar to CORBA - which is a system- and
language independent Distributed Object Technology and has much more to
offer than Pyro or RMI. But Pyro is small, simple and free (MIT software
license).

Get the manual from

http://pyro.sourceforge.net/pyro-manual/PyroManual.html

Check quite impressive success stories on

http://pyro.sourceforge.net/projects.html

19 years agoInitial import of simulavr, contributed by Ola Eriksson in
kristerw [Thu, 30 Dec 2004 19:49:08 +0000 (19:49 +0000)]
Initial import of simulavr, contributed by Ola Eriksson in
PR pkg/27596.

The Simulavr program is a simulator for the Atmel AVR family of
microcontrollers. Simulavr can be used either standalone or as a
remote target for gdb. When used in gdbserver mode, the simulator
is used as a backend so that gdb can be used as a source level
debugger for AVR programs.

19 years agoImport pdbar-0.5.1.
minskim [Thu, 30 Dec 2004 13:04:56 +0000 (13:04 +0000)]
Import pdbar-0.5.1.

The Palm database archiver (pdbar) creates and manipulates PalmOS
database (.pdb) and resource (.prc) files.  Pdbar is designed to be a
Swiss army knife for managing these files.  It's a command line tool,
and not for the faint of heart, but it's very handy and replaces a
bunch of little utilities that you might otherwise use.

19 years agoInitial import of edcommon-32, a set of Foundation and AppKit extensions
rh [Thu, 30 Dec 2004 11:56:01 +0000 (11:56 +0000)]
Initial import of edcommon-32, a set of Foundation and AppKit extensions
for GNUstep.

19 years agoimport ec-fonts-mftraced-1.0.8
dmcmahill [Thu, 30 Dec 2004 04:59:48 +0000 (04:59 +0000)]
import ec-fonts-mftraced-1.0.8

EC PostScript Type1 fonts with TFMs for TeX

These are PostScript Type1 renderings and TFMs of the EC variant of
the standard TeX CMR font family.  These fonts include characters with
European accents.

GNU LilyPond depends on this.

Authors:  Han-Wen Nienhuys <hanwen@cs.uu.nl>
  Jan Nieuwenhuizen <janneke@gnu.org>

19 years agoInitial import of glade2-gnome, a package providing Glade built with GNOME
jmmv [Wed, 29 Dec 2004 12:58:26 +0000 (12:58 +0000)]
Initial import of glade2-gnome, a package providing Glade built with GNOME
support.  This is version 2.6.5.

Addresses PR pkg/25030.

19 years agoImport py24-html-docs.
minskim [Wed, 29 Dec 2004 06:32:10 +0000 (06:32 +0000)]
Import py24-html-docs.

This is HTML documentation for Python 2.4.

19 years agoInitial import of p5-Math-Random-0.67 from pkgsrc-wip, packaged by imil.
wiz [Wed, 29 Dec 2004 01:19:13 +0000 (01:19 +0000)]
Initial import of p5-Math-Random-0.67 from pkgsrc-wip, packaged by imil.

This module generates a variety of random numbers. Capabilities of wide
interest include the generation of:
. uniform numbers between 0 and 1 (or user chosen boundaries)
. random integers between user specified bounds
. random permutations of a list (shuffle a deck of cards)

19 years agoInitial import of epeg-0.9.0 from pkgsrc-wip, packaged by Peter Bex.
xtraeme [Tue, 28 Dec 2004 21:54:35 +0000 (21:54 +0000)]
Initial import of epeg-0.9.0 from pkgsrc-wip, packaged by Peter Bex.

Epeg is a library which provides facilities for scaling JPEG images
very quickly.

19 years agoInitial import of uim-0.4.5, provided by Ei Ohno in PR 28650.
wiz [Tue, 28 Dec 2004 17:10:17 +0000 (17:10 +0000)]
Initial import of uim-0.4.5, provided by Ei Ohno in PR 28650.
I added a message recommending the installation of inputmethod/anthy
if one is interested in Japanese input.

Uim is a lightweight and full featured multilingual input method library
and is simple, secure and flexible.

19 years agoInitial import of pfqueue-0.1.4.
xtraeme [Tue, 28 Dec 2004 15:51:16 +0000 (15:51 +0000)]
Initial import of pfqueue-0.1.4.

pfqueue is an effort to give postqueue/mailq/postsuper a console
(ncurses) interface: it won't add any particular functionality to
those provided with postfix itself, but will hopefully make them to
use.

It's a real-time queue scanner, that show per-queue lists of existing
messages; the messages can be deleted, put on hold or released

Just for example, it may be useful to inspect a traffic jam at a given
time, to see what is falling into and unexpectedly crowding you deferred
queue

19 years agoInitial import of radmind-1.3.2, packaged by Michael Santos and Hauke Fath
wiz [Tue, 28 Dec 2004 14:04:39 +0000 (14:04 +0000)]
Initial import of radmind-1.3.2, packaged by Michael Santos and Hauke Fath
in pkgsrc-wip.

radmind is a suite of Unix command-line tools and a server designed
to remotely administer the file systems of multiple Unix machines.
At its core, radmind operates as a tripwire. It is able to detect
changes to any managed filesystem object, e.g. files, directories,
links, etc. However, radmind goes further than just integrity
checking: once a change is detected, radmind can optionally reverse
the change.

19 years agoInitial import of inputmethod/anthy-elisp.
taya [Tue, 28 Dec 2004 05:38:47 +0000 (05:38 +0000)]
Initial import of inputmethod/anthy-elisp.
This is a elisp frontend of inputmethod/anthy.

19 years agoImport gtk2-chtheme from pkgsrc-wip. Packaged by Douglas Brebner.
minskim [Tue, 28 Dec 2004 03:26:19 +0000 (03:26 +0000)]
Import gtk2-chtheme from pkgsrc-wip.  Packaged by Douglas Brebner.

As the name suggests, this little program lets you change your Gtk+
2.0 theme.  The aim is to make theme preview and selection as slick as
possible.  Themes installed on the system are presented for selection
and previewed on the fly.  For a comprehensive demonstration there's a
large variety of widgets.

19 years agoInitial import of pkg_notify-0.3 from pkgsrc-wip, packaged/coded
xtraeme [Tue, 28 Dec 2004 00:26:21 +0000 (00:26 +0000)]
Initial import of pkg_notify-0.3 from pkgsrc-wip, packaged/coded
by Imil <imil@gcu.info>.

pkg_notify notifies package maintainer when a new version of the
software is available.

19 years agoInitial import of xenvstart-20041127 from pkgsrc-wip, packaged/coded by
xtraeme [Tue, 28 Dec 2004 00:01:09 +0000 (00:01 +0000)]
Initial import of xenvstart-20041127 from pkgsrc-wip, packaged/coded by
Rui-Xiang Guo <rxg@NetBSD.org>.

xenvstat displays sensor readings from any device which supports the
envsys(4) API in X11-based GUI.

19 years agoImport urwid-0.8.4.
minskim [Tue, 28 Dec 2004 00:00:51 +0000 (00:00 +0000)]
Import urwid-0.8.4.

Urwid is a curses-based user interface library.  It includes many
features useful for text console application developers including,
fluid interface resizing (xterm window resizing / fbset on Linux
console), support for 8-bit and CJK encodings, multiple text alignment
and wrapping modes built-in, ability to register user-defined text
alignment and wrapping modes, simple markup for setting text
attributes, powerful list box that handles scrolling between different
widget types, list box contents may be managed with a user-defined
class, flexible edit box for editing many different types of text, and
easy interface for creating HTML screen shots.

19 years agoImport ap-rivet from pkgsrc-wip.
minskim [Mon, 27 Dec 2004 23:49:49 +0000 (23:49 +0000)]
Import ap-rivet from pkgsrc-wip.

Apache Rivet is a system for creating dynamic web content via a
programming language integrated with Apache Web Server.  It is
designed to be fast, powerful and extensible, consume few system
resources, be easy to learn, and to provide the user with a platform
that can also be used for other programming tasks outside the web
(GUI's, system administration tasks, text processing, database
manipulation, XML, and so on).  In order to meet these goals, the Tcl
programming language has been chosen to combine with the Apache Web
Server.

19 years agoInitial import of mixminion-0.0.7.1, provided by Peter Hendrickson
wiz [Mon, 27 Dec 2004 22:58:57 +0000 (22:58 +0000)]
Initial import of mixminion-0.0.7.1, provided by Peter Hendrickson
in PR 25573, with some cleanup by me.

Mixminion is a communication security application for electronic mail
messages.  Its purpose is to deny an adversary the ability to
determine who is communicating with whom and to provide the closely
related service of anonymous communication.

It does this by sending messages through a series of servers.
Messages going into and out of each server are encrypted.  Each server
keeps a pool of messages.  When a message comes in it is placed in the
pool.  Messages sent out from the pool are difficult to correlate with
the messages going in.  This process is called "mixing."

Each server reduces the ability of the adversary to determine the
origin of a message.  Chaining the servers further reduces this
ability and contains the damage caused by compromised servers.  The
chain of servers is chosen by the Mixminion software running on the
user's machine.

See http://mixminion.net for a complete description.

19 years agoImport p5-Kwiki-PreformattedBlocks-0.11 as www/p5-Kwiki-PreformattedBlocks,
jlam [Mon, 27 Dec 2004 15:24:11 +0000 (15:24 +0000)]
Import p5-Kwiki-PreformattedBlocks-0.11 as www/p5-Kwiki-PreformattedBlocks,
a Kwiki plugin to mark blocks of preformatted text without indenting.

19 years agoImport p5-Kwiki-ParagraphBlocks-0.12 as www/p5-Kwiki-ParagraphBlocks,
jlam [Mon, 27 Dec 2004 15:23:19 +0000 (15:23 +0000)]
Import p5-Kwiki-ParagraphBlocks-0.12 as www/p5-Kwiki-ParagraphBlocks,
a Kwiki plugin to display paragraphs with embedded line breaks and
whitespace.

19 years agoImport p5-Kwiki-NewPage-0.12 as www/p5-Kwiki-NewPage, a Kwiki plugin to
jlam [Mon, 27 Dec 2004 15:18:57 +0000 (15:18 +0000)]
Import p5-Kwiki-NewPage-0.12 as www/p5-Kwiki-NewPage, a Kwiki plugin to
create a new, orphaned Wiki page.

19 years agoImport p5-Kwiki-HtmlBlocks-0.11 as www/p5-Kwiki-HtmlBlocks, a Kwiki
jlam [Mon, 27 Dec 2004 15:18:02 +0000 (15:18 +0000)]
Import p5-Kwiki-HtmlBlocks-0.11 as www/p5-Kwiki-HtmlBlocks, a Kwiki
plugin to display blocks of HTML markup.

19 years agoImport p5-Kwiki-Favorites-0.12 as www/p5-Kwiki-Favorites, a Kwiki plugin
jlam [Mon, 27 Dec 2004 15:17:15 +0000 (15:17 +0000)]
Import p5-Kwiki-Favorites-0.12 as www/p5-Kwiki-Favorites, a Kwiki plugin
to bookmark favorite Wiki pages.

19 years agoA documentation package for The Gimp image manipulation software
wulf [Mon, 27 Dec 2004 11:20:48 +0000 (11:20 +0000)]
A documentation package for The Gimp image manipulation software

19 years agoNew package QBrew: A homebrewer's recipe calculator
wulf [Mon, 27 Dec 2004 09:11:05 +0000 (09:11 +0000)]
New package QBrew: A homebrewer's recipe calculator

19 years agoImport p5-Kwiki-Scode-0.02 as www/p5-Kwiki-Scode, a Kwiki Scode plugin
jlam [Sun, 26 Dec 2004 23:55:52 +0000 (23:55 +0000)]
Import p5-Kwiki-Scode-0.02 as www/p5-Kwiki-Scode, a Kwiki Scode plugin
to protect against wiki spammers.

Scode (or Captcha) is a facility to prevent web spammers from posting
abusive content to your website.  Anyone who wants to edit a wiki page
is now required to input a verification code from an image.

19 years agoImport p5-Kwiki-Icons-Gnome-0.14 as www/p5-Kwiki-Icons-Gnome, a Kwiki
jlam [Sun, 26 Dec 2004 22:34:33 +0000 (22:34 +0000)]
Import p5-Kwiki-Icons-Gnome-0.14 as www/p5-Kwiki-Icons-Gnome, a Kwiki
icons package that includes icons from GNOME.

19 years agoInitial import of pcre++-0.9.5
zuntum [Sun, 26 Dec 2004 22:09:50 +0000 (22:09 +0000)]
Initial import of pcre++-0.9.5

pcre++ is a wrapper class around the pcre library.

19 years agoImport p5-Kwiki-UserPreferences-0.12 as www/p5-Kwiki-UserPreferences,
jlam [Sun, 26 Dec 2004 21:51:59 +0000 (21:51 +0000)]
Import p5-Kwiki-UserPreferences-0.12 as www/p5-Kwiki-UserPreferences,
a Kwiki plugin to load and save Wiki user preferences.

19 years agoImport p5-Kwiki-UserName-0.13 as www/p5-Kwiki-UserName, a Kwiki plugin
jlam [Sun, 26 Dec 2004 21:51:19 +0000 (21:51 +0000)]
Import p5-Kwiki-UserName-0.13 as www/p5-Kwiki-UserName, a Kwiki plugin
to create logins for Wiki users.

19 years agoImport p5-Kwiki-Search-0.12 as www/p5-Kwiki-Search, a Kwiki plugin to
jlam [Sun, 26 Dec 2004 21:50:26 +0000 (21:50 +0000)]
Import p5-Kwiki-Search-0.12 as www/p5-Kwiki-Search, a Kwiki plugin to
perform a keyword search of the Wiki.

19 years agoImport p5-Kwiki-Revisions-0.13 as www/p5-Kwiki-Revisions, a Kwiki plugin
jlam [Sun, 26 Dec 2004 21:49:17 +0000 (21:49 +0000)]
Import p5-Kwiki-Revisions-0.13 as www/p5-Kwiki-Revisions, a Kwiki plugin
to display revisions of Wiki pages.

19 years agoImport p5-Kwiki-RecentChanges-0.12 as www/p5-Kwiki-RecentChanges, a
jlam [Sun, 26 Dec 2004 21:48:34 +0000 (21:48 +0000)]
Import p5-Kwiki-RecentChanges-0.12 as www/p5-Kwiki-RecentChanges, a
Kwiki plugin to display recent changes to Wiki pages.

19 years agoImport p5-Kwiki-BreadCrumbs-0.11 as www/p5-Kwiki-BreadCrumbs, a Kwiki
jlam [Sun, 26 Dec 2004 21:47:42 +0000 (21:47 +0000)]
Import p5-Kwiki-BreadCrumbs-0.11 as www/p5-Kwiki-BreadCrumbs, a Kwiki
plugin to show a trail of the last 5 pages viewed.

19 years agoImport p5-Kwiki-Archive-Rcs-0.13 as www/p5-Kwiki-Archive-Rcs, a Kwiki
jlam [Sun, 26 Dec 2004 21:46:37 +0000 (21:46 +0000)]
Import p5-Kwiki-Archive-Rcs-0.13 as www/p5-Kwiki-Archive-Rcs, a Kwiki
plugin to archive pages using RCS.