pkgsrc.git
16 years agoInitial import of PythonDaap 0.7 as py-daap into the Packages Collection.
agc [Fri, 4 May 2007 20:23:41 +0000 (20:23 +0000)]
Initial import of PythonDaap 0.7 as py-daap into the Packages Collection.

PythonDaap is a (under development) DAAP client implemented in Python,
and based on PyTunes by Davyd Madeley.  The authentication stuff
(needed by recent copies of iTunes) has been added, and a primitive
object model that can download individual tracks, and has playlist
support.

This distribution also includes an implementation of Apple's custom
MD5 hasher as a python module.  This hasher is used in the DAAP
authentication protocol, documented by David Hammerton.

16 years agoInitial import of libgmail version 0.1.5.1, a python API to access
agc [Fri, 4 May 2007 20:08:54 +0000 (20:08 +0000)]
Initial import of libgmail version 0.1.5.1, a python API to access
Google mail, into the Packages Collection.

The libgmail project is a pure Python binding to provide access to
Google's Gmail web-mail service.

The library allows the user to log into an account, retrieve a list of
threads, display information about them and display the source of the
individual messages.

In addition, the library allows the user to:
Archive Gmail messages to mbox format

Use your Gmail account as a SMTP server

Use your Gmail account as a POP server

Use your Gmail account as a FTP server!

16 years agoInitial import of python bindings (version 0.2pre1) for fuse and
agc [Fri, 4 May 2007 19:51:52 +0000 (19:51 +0000)]
Initial import of python bindings (version 0.2pre1) for fuse and
refuse into the Packages Collection.

Python bindings for the FUSE and refuse interfaces.

FUSE allows file sytsem operations to take place at user level, rather
than in the kernel.  Refuse is a BSD-licensed re-implementation of
fuse, running on top of the puffs functionality.  This package
provides a python language interface to the FUSE interface.

To achieve backwards compatibility with previous versions of the fuse
bindings for python, set the environment variable

FUSE_PYTHON_COMPAT=0.1

16 years agoImport alpine-0.99 into pkgsrc:
abs [Thu, 3 May 2007 12:11:37 +0000 (12:11 +0000)]
Import alpine-0.99 into pkgsrc:

Alpine is the replacement for the Pine email and news client.

Alpine is a screen-oriented message-handling tool. In its default
configuration, Alpine offers an intentionally limited set of
functions geared toward the novice user, but it also has a large
list of optional "power-user" and personal-preference features.

This package currently only installs the alpine binary, excluding
the pilot and pico binaries which would cause it to conflict with
the pine package.

16 years agoGPhotoFS is a filesystem client based on libgphoto2 that exposes
sborrill [Wed, 2 May 2007 19:43:40 +0000 (19:43 +0000)]
GPhotoFS is a filesystem client based on libgphoto2 that exposes
supported cameras as filesystems; while some cameras implement the
USB Mass Storage class and already appear as filesystems (making
this program redundant), many use the Picture Transfer Protocol (PTP)
or some other custom protocol. But as long as the camera is supported
by libgphoto2, it can be mounted as a filesystem using this program.

N.B. This requires revision 1.50 or later of lib/librefuse/refuse.c
on NetBSD

16 years agoInitial import of p5-Contextual-Return version 0.2.1 into The NetBSD
seb [Tue, 1 May 2007 22:00:17 +0000 (22:00 +0000)]
Initial import of p5-Contextual-Return version 0.2.1 into The NetBSD
Packages Collection.

The Perl 5 module Contextual::Return provides a collection of named
blocks that allow a return statement to return different values
depending on the context in which it's called.

16 years agoInitial import of p5-XML-Feed 0.12.
heinz [Mon, 30 Apr 2007 22:57:59 +0000 (22:57 +0000)]
Initial import of p5-XML-Feed 0.12.

XML::Feed is a syndication feed parser for both RSS and Atom feeds. It
also implements feed auto-discovery for finding feeds, given a URI.

The goal of XML::Feed is to provide a unified API for parsing and using
the various syndication formats. The different flavors of RSS and Atom
handle data in different ways: date handling; summaries and content;
escaping and quoting; etc. This module attempts to remove those differ-
ences by providing a wrapper around the formats and the classes imple-
menting those formats (XML::RSS and XML::Atom::Feed).

16 years agoInitial import of Perl module Feed-Find 0.06
heinz [Mon, 30 Apr 2007 21:53:16 +0000 (21:53 +0000)]
Initial import of Perl module Feed-Find 0.06

The Perl module Feed::Find implements feed auto-discovery for finding
syndication feeds, given a URI. It (currently) passes all of the
auto-discovery tests at http://diveintomark.org/tests/client/autodiscovery/.
Feed::Find will discover the following feed formats:
* RSS 0.91
* RSS 1.0
* RSS 2.0
* Atom

16 years agoInitial import of monit 4.9.
heinz [Mon, 30 Apr 2007 20:53:54 +0000 (20:53 +0000)]
Initial import of monit 4.9.

Monit is a utility for managing and monitoring, processes, files,
directories and devices on a UNIX system. Monit conducts automatic
maintenance and repair and can execute meaningful causal actions in
error situations.

16 years agoImport teamspeak-server-2.0.23.15 into pkgsrc:
abs [Mon, 30 Apr 2007 15:33:27 +0000 (15:33 +0000)]
Import teamspeak-server-2.0.23.15 into pkgsrc:

TeamSpeak is a quality, scalable application which enables people
to speak with one another over the Internet. TeamSpeak consists of
both client and server software. The server acts as a host to
multiple client connections, capable of handling literally thousands
of simultaneous users. This results in an Internet based teleconferencing
solution that works in a variety of applications such as team mates
speaking with one another while playing their favorite online game,
small businesses cutting costs on long distance charges, or for
personal communication with friends and family.

This package contains the TeamSpeak server for Linux/i386

16 years agoImport perltidy 20070424 into pkgsrc, based on virtus@wanadoo.nl's wip package:
abs [Mon, 30 Apr 2007 15:16:12 +0000 (15:16 +0000)]
Import perltidy 20070424 into pkgsrc, based on virtus@wanadoo.nl's wip package:
Perltidy reads a Perl script and writes an indented, reformatted
script. The default formatting closely follows the recommendations
in perlstyle(1).  Perltidy can also display perl code in syntax-
colored HTML output.

16 years agoImport p5-HTML-Strip from pkgsrc-wip, packaged by Roman Kulik.
obache [Mon, 30 Apr 2007 05:14:31 +0000 (05:14 +0000)]
Import p5-HTML-Strip from pkgsrc-wip, packaged by Roman Kulik.
(also close PR 30724)

This module strips HTML-like markup from text.
It is written in XS, and thus about five times quicker than using
regular expressions for the same task.

16 years agoImport p5-JSON version 1.11.
obache [Mon, 30 Apr 2007 01:41:31 +0000 (01:41 +0000)]
Import p5-JSON version 1.11.

This module converts between JSON (JavaScript Object Notation) and Perl
data structure into each other.
For JSON, See to http://www.JSON.org/.

  JSON-RPC http://json-rpc.org/

16 years agoAdd orpie 1.4.3.
tnn [Sun, 29 Apr 2007 20:01:45 +0000 (20:01 +0000)]
Add orpie 1.4.3.
-
Orpie is a fullscreen RPN calculator for the console.
Its operation is similar to that of modern HP calculators, but data entry has
been optimized for efficiency on a PC keyboard.  Features include extensive
scientific calculator functionality, command completion, and a visible
interactive stack.

16 years agoInitial import of p5-Sort-Maker version 0.06 into The NetBSD
seb [Sat, 28 Apr 2007 10:58:56 +0000 (10:58 +0000)]
Initial import of p5-Sort-Maker version 0.06 into The NetBSD
Packages Collection.

The Perl 5 module Sort::Maker has two main goals: to make it easy
to create correct sort functions, and to make it simple to select
the optimum sorting algorithm for the number of items to be sorted.
Sort::Maker generates complete sort subroutines in one of four
styles, plain, orcish maneuver, Schwartzian Transform and the
Guttman-Rosler Transform. You can also get the source for a sort
sub you create via the sorter_source call.

16 years agoInitial import of p5-Sub-Installer version 0.0.3 into The NetBSD
seb [Sat, 28 Apr 2007 10:13:26 +0000 (10:13 +0000)]
Initial import of p5-Sub-Installer version 0.0.3 into The NetBSD
Packages Collection.

The Perl 5 module Sub::Installer provides two universal methods
that any package/class can use to install subroutines in its own
namespace.

16 years agoAdded some Xfce plugins.
martti [Fri, 27 Apr 2007 10:48:06 +0000 (10:48 +0000)]
Added some Xfce plugins.

16 years agoAdd pkgtools/posix_headers version 0.4:
tnn [Tue, 24 Apr 2007 19:35:46 +0000 (19:35 +0000)]
Add pkgtools/posix_headers version 0.4:
This package attempts to resolve deficiencies in system headers.
These deficiencies are commonly found on older operating system releases.
When use of posix_headers has been enabled on a platform, this package will
become a compile-time dependency for every package. It will provide customized
header files that take preference over some system provided ones (that may
not even exist). This happens transparently through use of buildlink3.

16 years agoInitial import of u9fs-2.0.3 to the Packages Collection.
agc [Tue, 24 Apr 2007 19:06:03 +0000 (19:06 +0000)]
Initial import of u9fs-2.0.3 to the Packages Collection.

U9fs is a program that serves Unix files to Plan 9 machines
using the 9P protocol.  It is typically invoked on a Unix
machine by inetd with its standard input and output connected
to a network connection, typically TCP on an Ethernet.  It
typically runs as user root and multiplexes access to multiple
Plan 9 clients over the single wire.  It assumes Plan 9 uids
match Unix login names, and changes to the corresponding Unix
effective uid when processing requests.  U9fs serves both 9P1
(the 9P protocol as used by the second and third editions of
Plan 9) and 9P2000.

16 years agoimport get-fvcs-1.5.0.3 from pkgsrc-wip with additions from me to get it
dmcmahill [Tue, 24 Apr 2007 16:34:02 +0000 (16:34 +0000)]
import get-fvcs-1.5.0.3 from pkgsrc-wip with additions from me to get it
to build and run on NetBSD-2.0/alpha and SunOS-5.9/sparc.

Git is popular version control system designed to handle very large projects
with speed and efficiency; it is used mainly for various open source projects,
most notably the Linux kernel.

Git falls in the category of distributed source code management tools, similar
to e.g. GNU Arch or Monotone (or BitKeeper in the proprietary world). Every Git
working directory is a full-fledged repository with full revision tracking
capabilities, not dependent on network access or a central server.

17 years agoImport xdelta3 3.0q. This is an enhancement of devel/xdelta, but not yet
tnn [Mon, 23 Apr 2007 10:17:42 +0000 (10:17 +0000)]
Import xdelta3 3.0q. This is an enhancement of devel/xdelta, but not yet
compatible with 1.x so it gets it's own package. Based on patch from "BK"
received in PR 36191.
-
Given two binary files, create a compressed binary diff of them.  Also
provides the ability to patch the diff back to the original file to create
the new file.

17 years agoInitial import of p5-Test-Perl-Critic version 1.01 into The NetBSD
seb [Sun, 22 Apr 2007 21:04:53 +0000 (21:04 +0000)]
Initial import of p5-Test-Perl-Critic version 1.01 into The NetBSD
Packages Collection.

The Perl 5 module Test::Perl::Critic wraps the Perl::Critic engine
in a convenient subroutine suitable for test programs written using
the Test::More framework.  This makes it easy to integrate
coding-standards enforcement into the build process.

17 years agoInitial import of p5-Perl-Critic version 1.051 into The NetBSD
seb [Sun, 22 Apr 2007 21:04:36 +0000 (21:04 +0000)]
Initial import of p5-Perl-Critic version 1.051 into The NetBSD
Packages Collection.

The Perl 5 module Perl::Critic is an extensible framework for
creating and applying coding standards to Perl source code.

Essentially, it is a static source code analysis engine. Perl::Critic
is distributed with a number of Perl::Critic::Policy modules that
attempt to enforce various coding guidelines. Most Policy modules
are based on Damian Conway's book Perl Best Practices. However,
Perl::Critic is not limited to PBP and will even support Policies
that contradict Conway. You can enable, disable, and customize
those Polices through the Perl::Critic interface. You can also
create new Policy modules that suit your own tastes.
A front-end script, perlcritic, is provided.

17 years agoInitial import of p5-PPI version 1.118 into The NetBSD
seb [Sun, 22 Apr 2007 21:04:13 +0000 (21:04 +0000)]
Initial import of p5-PPI version 1.118 into The NetBSD
Packages Collection.

The purpose of the Perl 5 module PPI is to parse Perl code or more
accurately Perl Documents. Among the things that people might want
a "Perl parser" for you will find taks like documentation, structural
and quality analysis, refactoring, layout and presentation

17 years agoInitial import of p5-Test-Object version 0.0.7 into The NetBSD
seb [Sun, 22 Apr 2007 21:03:49 +0000 (21:03 +0000)]
Initial import of p5-Test-Object version 0.0.7 into The NetBSD
Packages Collection.

The Perl 5 module Test::Object is a testing package designed to
allow you to easily test what you believe is a valid object against
the expected behaviour of all of the classes in its inheritance
tree in one single call.

17 years agoInitial import of p5-Task-Weaken version 0.99 into The NetBSD
seb [Sun, 22 Apr 2007 21:03:27 +0000 (21:03 +0000)]
Initial import of p5-Task-Weaken version 0.99 into The NetBSD
Packages Collection.

One recurring problem in Perl modules that use Scalar::Util's
"weaken" function is that it is not present in the pure-perl variant.
So if your module uses "weaken", you can just add the following to
your Module::Install-based Makefile.PL (or equivalent):
  requires 'Task::Weaken';

17 years agoInitial import of p5-B-Keywords version 1.06 into The NetBSD
seb [Sun, 22 Apr 2007 21:03:05 +0000 (21:03 +0000)]
Initial import of p5-B-Keywords version 1.06 into The NetBSD
Packages Collection.

The Perl 5 module B::Keywords supplies seven arrays of keywords holding
Perl's barewords and symbol names.

17 years agoInitial import of p5-Module-Starter-PBP version 0.0.3 into The NetBSD
seb [Sun, 22 Apr 2007 21:02:25 +0000 (21:02 +0000)]
Initial import of p5-Module-Starter-PBP version 0.0.3 into The NetBSD
Packages Collection.

The Perl 5 module Module::Starter::PBP implements a simple approach
to creating modules and their support files, based on the
Module::Starter module.

When used as a Module::Starter plugin, this module allows you to
specify a simple directory of templates which are filled in with
module-specific information, and thereafter form the basis of your
new module.

The default templates that this module initially provides are based
on the recommendations in the book "Perl Best Practices" (O'Reilly,
2005).

17 years agoInitial import of p5-Module-Starter version 1.42 into The NetBSD
seb [Sun, 22 Apr 2007 21:01:59 +0000 (21:01 +0000)]
Initial import of p5-Module-Starter version 1.42 into The NetBSD
Packages Collection.

The Perl 5 module Module::Starter is a simple starter kit for any
module. Module::Starter is used to create a skeletal CPAN distribution
including basic builder scripts, tests, documentation, and module
code.  This module is used via the provided front-end script
module-starter.

17 years agoInitial import of p5-Email-MIME 1.859.
heinz [Sat, 21 Apr 2007 15:03:52 +0000 (15:03 +0000)]
Initial import of p5-Email-MIME 1.859.

This is a merge of wip/p5-Email-MIME by Roman Kulik and the
package submitted by Edgar Fuss to tech-pkg@. Some small changes by me.

Email::MIME is an extension of the Email::Simple module, to handle MIME
encoded messages. It takes a message as a string, splits it up into its
constituent parts, and allows access to various parts of the message.
Headers are decoded from MIME encoding.

17 years agoInitial import of p5-Email-MIME-Encodings 1.311.
heinz [Sat, 21 Apr 2007 15:00:52 +0000 (15:00 +0000)]
Initial import of p5-Email-MIME-Encodings 1.311.

This is a merge of wip/p5-Email-MIME-Encodings by Roman Kulik and the
package submitted by Edgar Fuss to tech-pkg@. Some small changes by me.

The Email::MIME::Encodings module simply wraps "MIME::Base64" and
"MIME::QuotedPrint" so that you can throw the contents of a
"Content-Transfer-Encoding" header at some text and have the
right thing happen.

17 years agoInitial import of p5-Email-MIME-ContentType.
heinz [Sat, 21 Apr 2007 14:42:45 +0000 (14:42 +0000)]
Initial import of p5-Email-MIME-ContentType.

This is a merge of wip/p5-Email-MIME-ContentType by Roman Kulik and the
package submitted by Edgar Fuss to tech-pkg@. Some small changes by me.

This module is responsible for parsing email content type headers
according to section 5.1 of RFC 2045. It returns a hash with entries
for the discrete type, the composite type, and a hash of attributes.

17 years agooops, forgot to import dbus-qt3-0.70 - qt3 bindings for dbus
drochner [Sat, 21 Apr 2007 14:31:18 +0000 (14:31 +0000)]
oops, forgot to import dbus-qt3-0.70 - qt3 bindings for dbus
(optionally needed by compiz)
thanks wiz for the hint

17 years agoInitial import of fromcvs-0.0.0.20070314:
wiz [Sat, 21 Apr 2007 10:38:06 +0000 (10:38 +0000)]
Initial import of fromcvs-0.0.0.20070314:

Conversion tool for CVS repositories.
Currently supports Git and Mercurial as targets.

17 years agoInitial import of ruby-rcsparse-0.0.0.20070218:
wiz [Sat, 21 Apr 2007 10:35:04 +0000 (10:35 +0000)]
Initial import of ruby-rcsparse-0.0.0.20070218:

A Ruby library for parsing RCS files.

17 years agoInitial import of ruby-rbtree-0.2.0:
wiz [Sat, 21 Apr 2007 10:20:05 +0000 (10:20 +0000)]
Initial import of ruby-rbtree-0.2.0:

RBTree is a sorted associative collection using Red-Black Tree as
the internal data structure. The elements of RBTree are ordered
and the interface is the almost same as Hash, so simply you can
consider RBTree sorted Hash.

Red-Black Tree is a kind of binary tree that automatically balances
by itself when a node is inserted or deleted. Thus the complexity
for insert, search and delete is O(log N) in expected and worst
case. On the other hand the complexity of Hash is O(1). Because
Hash is unordered the data structure is more effective than Red-Black
Tree as an associative collection.

The interface of RBTree is the almost same as Hash although there
are some limitations.

17 years agoImported gtklp.
rillig [Fri, 20 Apr 2007 05:50:44 +0000 (05:50 +0000)]
Imported gtklp.

GtkLP and GtkLPQ are two tools to use and administrate CUPS a better
way.

17 years agoInitial import of p5-Regexp-MatchContext version 0.0.2 into The NetBSD
seb [Thu, 19 Apr 2007 20:53:31 +0000 (20:53 +0000)]
Initial import of p5-Regexp-MatchContext version 0.0.2 into The NetBSD
Packages Collection.

The Perl 5 module Regexp::MatchContext provides replacements for
the regexp related variables $PREMATCH, $MATCH, and $POSTMATCH in
a way that only impacts the performance of matches that you specify.
These three variables are only set if the most recently matched
regex contained the special (non-standard) meta- flag: (?p).

17 years agomore eye candy for the xcomposite desktop: import MacSlow's Cairo-Clock
drochner [Wed, 18 Apr 2007 22:28:01 +0000 (22:28 +0000)]
more eye candy for the xcomposite desktop: import MacSlow's Cairo-Clock
rev. 0.3.2

17 years agoimport gnome-compiz-manager-0.10.4, a utility to configure compiz
drochner [Tue, 17 Apr 2007 21:44:41 +0000 (21:44 +0000)]
import gnome-compiz-manager-0.10.4, a utility to configure compiz
properties and to switch between metacity and compiz window managers

17 years agoRename of current sendmail package to sendmail813 to make way for
jnemeth [Tue, 17 Apr 2007 10:16:53 +0000 (10:16 +0000)]
Rename of current sendmail package to sendmail813 to make way for
new sendmail 8.14.x tree in pkgsrc.

Changes to the original package include:
- Path changes in Makefile and Makefile.common to reflect new location under
  mail/ of this package
- Fix a bunch of issues found by pkg_lint

17 years agoReimport gtkhtml-3.14.1 as gtkhtml314, since some packages still need
wiz [Tue, 17 Apr 2007 06:24:38 +0000 (06:24 +0000)]
Reimport gtkhtml-3.14.1 as gtkhtml314, since some packages still need
the 3.8 branch.

17 years agoInitial import of rscode-1.0 into the Packages Collection.
agc [Sun, 15 Apr 2007 21:39:52 +0000 (21:39 +0000)]
Initial import of rscode-1.0 into the Packages Collection.

The Reed-Solomon Code is an algebraic code belonging to the class of
BCH (Bose-Chaudry-Hocquehen) multiple burst correcting cyclic codes.
The Reed Solomon code operates on bytes of fixed length.

Given m parity bytes, a Reed-Solomon code can correct up to m byte
errors in known positions (erasures), or detect and correct up to m/2
byte errors in unknown positions.

This is an implementation of a Reed-Solomon code with 8 bit bytes, and
a configurable number of parity bytes.  The maximum sequence length
(codeword) that can be generated is 255 bytes, including parity bytes.
In practice, shorter sequences are used.

The more general error-location algorithm is the Berlekamp-Massey
algorithm, which will locate up to four errors, by iteratively solving
for the error-locator polynomial.  The Modified Berlekamp Massey
algorithm takes as initial conditions any known suspicious bytes
(erasure flags) which you may have (such as might be flagged by a
laser demodulator, or deduced from a failure in a cross-interleaved
block code row or column).

Once the location of errors is known, error correction is done using
the error-evaluator polynomial.

17 years agoInitial import of gflib-20030604 into the Packages Collection.
agc [Sun, 15 Apr 2007 21:35:06 +0000 (21:35 +0000)]
Initial import of gflib-20030604 into the Packages Collection.

This package contains C procedures for limited Galois Field
arithmetic and Reed-Solomon coding.

Reed-Solomon coding is the error correction coding used in diverse
fields from CDs, DVDs and DAT tapes, to the communications used by
NASA for such missions as Voyager, Voyager II and Cassini Huygens.

17 years agoInitial import of mail/t-prot-2.4 to the packages collection.
agc [Sun, 15 Apr 2007 21:18:46 +0000 (21:18 +0000)]
Initial import of mail/t-prot-2.4 to the packages collection.

t-prot is a TOFU enhancement for the mutt MUA.  It condenses quoted
text into a single line, hides overlong signatures, and other email
sins.

TOFU is an abbreviation which mixes German and English words; it
expands to "text oben, full-quote unten" which means "text above -
full quote below" and describes the style of so many users who let
their mailer or newsreader quote everything of the previous message
and just add some text at the top; obviously they think that quoted
text must not be changed at all.  This is quite annoying as it
needlessly sends a lot of data even when it is not required.  Some
editing of messages is desired.  Please point these people to the page
http://www.river.com/users/share/etiquette/edit.html

t-prot detects, and when demanded hides annoying parts in rfc2822
messages:  TOFU, huge quoted blocks, signatures (especially when they
are too long), excessive punktuation, blocks of empty lines, trailing
spaces and tabs.  For use inside of MTAs or MDAs it exits with
appropriate libc exit codes, so annoying messages may be bounced
easily.

17 years agoImport p5-Getopt-Mixed-1.10 into the packages collection.
agc [Sun, 15 Apr 2007 21:11:16 +0000 (21:11 +0000)]
Import p5-Getopt-Mixed-1.10 into the packages collection.

This package is obsolete, but is needed for the forthcoming t-prot package.

Getopt::Mixed provides GNU-style option processing for Perl 5 scripts,
with both long and short options.  Please see the documentation at the
end of the module for instructions on its use and licensing
restrictions.

17 years agoInitial import of p5-Text-vCard-2.00 into the Packages Collection.
kleink [Sat, 14 Apr 2007 19:10:18 +0000 (19:10 +0000)]
Initial import of p5-Text-vCard-2.00 into the Packages Collection.

  A vCard is an electronic business card.

  This package is for a single vCard (person / record / set of address
  information). It provides an API to editing and creating vCards,
  or supplied a specific piece of the Text::vFile::asData results it
  generates a vCard with that content.

  You should really use Text::vCard::Addressbook as this handles
  creating vCards from an existing file for you.

17 years agoInitial import of p5-Text-vFile-asData-0.05 into the Packages Collection.
kleink [Sat, 14 Apr 2007 19:06:04 +0000 (19:06 +0000)]
Initial import of p5-Text-vFile-asData-0.05 into the Packages Collection.

  Text::vFile::asData reads vFile format files, such as vCard (RFC 2426)
  and vCalendar (RFC 2445).

17 years agoInitial import of p5-Class-Accessor-Chained-0.01 into the Packages Collection.
kleink [Sat, 14 Apr 2007 19:01:05 +0000 (19:01 +0000)]
Initial import of p5-Class-Accessor-Chained-0.01 into the Packages Collection.

  A chained accessor is one that always returns the object when called
  with parameters (to set), and the value of the field when called
  with no arguments.

  This module subclasses Class::Accessor in order to provide the same
  mk_accessors interface.

17 years agoImport tea. This is partially based on pkgsrc-wip's tea by pancake.
reed [Sat, 14 Apr 2007 04:49:08 +0000 (04:49 +0000)]
Import tea. This is partially based on pkgsrc-wip's tea by pancake.

TEA is a powerful and simple-in-use GTK-based text editor that
provides hundreds of functions.

It has many features including syntax highlighting, string handling
functions, open various formats, hotkeys, built-in file manager,
localizations and encodings, built-in image viewer, and a lot more.

This package has two options not enabled: aspell and gtksourceview.

17 years agoInitial import of p5-cairo-1.023.
xtraeme [Fri, 13 Apr 2007 23:17:22 +0000 (23:17 +0000)]
Initial import of p5-cairo-1.023.

Perl bindings to the cairo graphics library (http://www.cairographics.org).

17 years agoimport nagios-plugin-radius, a package for the nagios radius plugin from
bouyer [Fri, 13 Apr 2007 20:06:21 +0000 (20:06 +0000)]
import nagios-plugin-radius, a package for the nagios radius plugin from
nagios-plugins-1.4.3.

17 years agoImport radiusclient-ng 0.5.5.1.
bouyer [Fri, 13 Apr 2007 19:58:56 +0000 (19:58 +0000)]
Import radiusclient-ng 0.5.5.1.

This client library and basic utilities for performing logins authenticated
by a Radiusd server. All these programs are based on a library which lets
you develop a RADIUS-aware application in less than 50 lines of C code.
It is highly portable and runs on Linux, many BSD variants and Solaris.

17 years agoInitial import of dwm-3.9 from pkgsrc-wip.
xtraeme [Fri, 13 Apr 2007 09:08:07 +0000 (09:08 +0000)]
Initial import of dwm-3.9 from pkgsrc-wip.

dwm is a dynamic window manager for X. It manages windows in tiling
and floating modes. Either mode can be applied dynamically, optimizing
the environment for the application in use and the task performed. It
is the little brother of wmii.

dwm contains a small status bar which displays all available tags, the
mode, the title of the focused window, and the text read from standard
input. The selected tags are highlighted with a different color, the
tags of the focused window are highlighted with a small point.

17 years agoCoda distributed filesystem. This package contains the client and
gdt [Thu, 12 Apr 2007 18:13:05 +0000 (18:13 +0000)]
Coda distributed filesystem.  This package contains the client and
server.  The package omits the rc.vice script.

17 years agoImport xwininfo-1.0.2.
joerg [Thu, 12 Apr 2007 18:04:20 +0000 (18:04 +0000)]
Import xwininfo-1.0.2.

This package provides xwininfo, a program to query the X server for
information about windows.

This is from the modular X.org X11 project.

17 years agoImport xvinfo-1.0.1.
joerg [Thu, 12 Apr 2007 18:04:07 +0000 (18:04 +0000)]
Import xvinfo-1.0.1.

This package provides xvinfo, a program to query the capability of the
video adaptor accessbible through the X-Video extension.

This is from the modular X.org X11 project.

17 years agoImport xlogo-1.0.1.
joerg [Thu, 12 Apr 2007 18:03:57 +0000 (18:03 +0000)]
Import xlogo-1.0.1.

This package provides xlogo, a program to display the X Window System logo.

This is from the modular X.org X11 project.

17 years agoImport xkill-1.0.1.
joerg [Thu, 12 Apr 2007 18:03:43 +0000 (18:03 +0000)]
Import xkill-1.0.1.

This package provides xkill, a program to kill the X11 clients by
resources.

This is from the modular X.org X11 project.

17 years agoImport xgamma-1.0.1.
joerg [Thu, 12 Apr 2007 18:03:35 +0000 (18:03 +0000)]
Import xgamma-1.0.1.

This package provides xgamma, a program to alter the gamma correction of
the monitor.

This is from the modular X.org X11 project.

17 years agoImport xfontsel-1.0.2.
joerg [Thu, 12 Apr 2007 18:03:25 +0000 (18:03 +0000)]
Import xfontsel-1.0.2.

This package provides xfontsel, a program to query and display X11
fonts.

This is from the modular X.org X11 project.

17 years agoImport xcalc-1.0.1.
joerg [Thu, 12 Apr 2007 18:03:17 +0000 (18:03 +0000)]
Import xcalc-1.0.1.

This package provides xcalc, a simple scientific calculator for X11.

This is from the modular X.org X11 project.

17 years agoImport x11perf-1.4.1.
joerg [Thu, 12 Apr 2007 18:03:08 +0000 (18:03 +0000)]
Import x11perf-1.4.1.

This package provides x11perf performance test suite.

This is from the modular X.org X11 project.

17 years agoImport xbiff-1.0.1.
joerg [Thu, 12 Apr 2007 15:14:52 +0000 (15:14 +0000)]
Import xbiff-1.0.1.

The xbiff programs displays a little image of a mailbox. A flag is used
to notify the user of the arrival new mail.

This is from the modular X.org X11 project.

17 years agoImport xprehashprinterlist-1.0.1.
joerg [Thu, 12 Apr 2007 15:08:22 +0000 (15:08 +0000)]
Import xprehashprinterlist-1.0.1.

This package contains xprehashprinterlint, a program to recomputer the
list of available Xprint servers.

This is from the modular X.org project.

17 years agoImport xplsprinters-1.0.1.
joerg [Thu, 12 Apr 2007 15:06:23 +0000 (15:06 +0000)]
Import xplsprinters-1.0.1.

This package contains xplsprinters, a program to query the list of Xprint
servers and their attributes.

This is from the modular X.org project.

17 years agoImport libXprintUtil-1.0.1.
joerg [Thu, 12 Apr 2007 15:05:24 +0000 (15:05 +0000)]
Import libXprintUtil-1.0.1.

The X Print Utilitity Library assists clients when dealing with the X
Print extension.

This is from the modular X.org.

17 years agoImport xrefresh-1.0.2.
joerg [Thu, 12 Apr 2007 14:59:37 +0000 (14:59 +0000)]
Import xrefresh-1.0.2.

This package contains xrefresh, a program to repaint all or part off a
screen.

This is from the modular X.org project.

17 years agoImport rgb-1.0.1. This package contains the RGB color database for X11. This is...
joerg [Thu, 12 Apr 2007 14:50:20 +0000 (14:50 +0000)]
Import rgb-1.0.1.  This package contains the RGB color database for X11.  This is from the modular X.org X11 project.

17 years agoImport xsm-1.0.1. This package contains the X Session Manager. It allows to restart...
joerg [Thu, 12 Apr 2007 14:47:28 +0000 (14:47 +0000)]
Import xsm-1.0.1.  This package contains the X Session Manager. It allows to restart active programs and continue where the session was left.  This is from the modular X.org project.

17 years agoThis is the Terminal emulator application. Terminal is a lightweight and
martti [Thu, 12 Apr 2007 09:51:20 +0000 (09:51 +0000)]
This is the Terminal emulator application. Terminal is a lightweight and
easy to use terminal emulator for the X windowing system, with some new
ideas and features that makes it unique among X terminal emulators.

17 years agoThe Xfce extension library is targeted at application development.
martti [Thu, 12 Apr 2007 09:50:50 +0000 (09:50 +0000)]
The Xfce extension library is targeted at application development.

17 years agoTime-managing application for the Xfce desktop environment.
martti [Thu, 12 Apr 2007 09:49:16 +0000 (09:49 +0000)]
Time-managing application for the Xfce desktop environment.

Orage 4.3 uses new ical interface instead of old dbh to store and
utilize calender appointments.

17 years agoXfce archive handler.
martti [Thu, 12 Apr 2007 09:47:14 +0000 (09:47 +0000)]
Xfce archive handler.

17 years agoThe Xfce file manager.
martti [Thu, 12 Apr 2007 09:46:29 +0000 (09:46 +0000)]
The Xfce file manager.

17 years agoMousepad is a text editor for Xfce based on Leafpad. The initial
martti [Thu, 12 Apr 2007 09:45:01 +0000 (09:45 +0000)]
Mousepad is a text editor for Xfce based on Leafpad. The initial
reason for Mousepad was to provide printing support, which would
have been difficult for Leafpad for various reasons.

17 years agoXfce development tools.
martti [Thu, 12 Apr 2007 09:43:12 +0000 (09:43 +0000)]
Xfce development tools.

17 years agoImport xorg-util-macros-1.1.5.
joerg [Tue, 10 Apr 2007 23:33:13 +0000 (23:33 +0000)]
Import xorg-util-macros-1.1.5.

This package contains the autoconf/automake macros shared by the various
modular Xorg components.

17 years agoAdded www/ocsigen from PR 36103 by Jaap Boender
tonio [Tue, 10 Apr 2007 20:24:43 +0000 (20:24 +0000)]
Added www/ocsigen from PR 36103 by Jaap Boender

Ocsigen is a web programming framework for OCaml. It can be used as a web
server, serving static pages, but it is also possible to implement entire
web sites as OCaml modules.

WWW: http://www.ocsigen.org/

17 years agoimport libgnomekbd-2.18.1 which is part of gnome-2.18
drochner [Tue, 10 Apr 2007 19:20:37 +0000 (19:20 +0000)]
import libgnomekbd-2.18.1 which is part of gnome-2.18

17 years agoimport gnome-vfs-monikers-2.15.3 which is part of gnome-2.18
drochner [Tue, 10 Apr 2007 19:04:16 +0000 (19:04 +0000)]
import gnome-vfs-monikers-2.15.3 which is part of gnome-2.18

17 years agoImport xsetpointer-1.0.1.
joerg [Tue, 10 Apr 2007 13:47:16 +0000 (13:47 +0000)]
Import xsetpointer-1.0.1.

The xsetroot program is used to select an XInput device as the main
pointer. This is from the modular X.org X11 project.

17 years agoImport xsetmode-1.0.0.
joerg [Tue, 10 Apr 2007 13:47:12 +0000 (13:47 +0000)]
Import xsetmode-1.0.0.

The xsetroot program is used to switch XInput devices between absolute
and relative positioning. This is from the modular X.org X11 project.

17 years agoImport xproxymanagementprotocol-1.0.2.
joerg [Tue, 10 Apr 2007 13:47:08 +0000 (13:47 +0000)]
Import xproxymanagementprotocol-1.0.2.

X Proxy Management extension headers from modular X.org X11 project.

17 years agoImport xmore-1.0.1.
joerg [Tue, 10 Apr 2007 13:47:04 +0000 (13:47 +0000)]
Import xmore-1.0.1.

This package provides xmore, a program to display plain text.

This is from the modular X.org X11 project.

17 years agoImport xman-1.0.2.
joerg [Tue, 10 Apr 2007 13:46:59 +0000 (13:46 +0000)]
Import xman-1.0.2.

This package provides xman, a program to display manual pages
graphically.

This is from the modular X.org X11 project.

17 years agoImport xmag-1.0.1.
joerg [Tue, 10 Apr 2007 13:46:55 +0000 (13:46 +0000)]
Import xmag-1.0.1.

This package provides xmag, a program to magnify portions of an X
screnn.

This is from the modular X.org X11 project.

17 years agoImport xeyes-1.0.1.
joerg [Tue, 10 Apr 2007 13:46:51 +0000 (13:46 +0000)]
Import xeyes-1.0.1.

The xeyes program is a simple demo of how to follow the mouse cursor.

This is from the modular X.org X11 project.

17 years agoImport luit-1.0.2.
joerg [Tue, 10 Apr 2007 13:46:47 +0000 (13:46 +0000)]
Import luit-1.0.2.

This package provides luit, a filter to convert the output of arbitrary
applications from a given locale's encoding into UTF-8 and terminal
input from UTF-8 into the given locale's encoding.

This is from the modular X.org X11 project.

17 years agoImport listres-1.0.1.
joerg [Tue, 10 Apr 2007 13:46:42 +0000 (13:46 +0000)]
Import listres-1.0.1.

This package provides listres, a program to generate a list of a widgets
resource database.

This is from the modular X.org X11 project.

17 years agoImport lbxproxy-1.0.1.
joerg [Tue, 10 Apr 2007 13:46:38 +0000 (13:46 +0000)]
Import lbxproxy-1.0.1.

This package provides lbxproxy, the proxy for the Low Bandwidth
extension to X (LBX). Clients connect to lbxproxy, which multiplexes
them over a single connection to the X server, performing various
optimisation to reduce bandwidth usage and/or latency.

This is from the modular X.org X11 project.

17 years agoImport ico-1.0.1.
joerg [Tue, 10 Apr 2007 13:46:34 +0000 (13:46 +0000)]
Import ico-1.0.1.

This package provides ico, a program to display an animated icosahedron
or other polhedrons.

This is from the modular X.org X11 project.

17 years agoImport editres-1.0.3.
joerg [Tue, 10 Apr 2007 13:46:29 +0000 (13:46 +0000)]
Import editres-1.0.3.

This package provides editres, a program to display the widget tree of
applications with Editres protocol support and dynamically alter the
resource specification for those.

This is from the modular X.org X11 project.

17 years agoInitial import of xf86-video-nvxbox-20070409.
xtraeme [Mon, 9 Apr 2007 14:58:34 +0000 (14:58 +0000)]
Initial import of xf86-video-nvxbox-20070409.

This is the Xbox (nvidia) video driver for the modular Xorg server,
from the xbox-linux project.

Requested by jmcneill@ for NetBSD/Xbox.

17 years agoOCamlDuce is an enhancement to OCaml that allows one to use XML features,
tonio [Sun, 8 Apr 2007 23:04:53 +0000 (23:04 +0000)]
OCamlDuce is an enhancement to OCaml that allows one to use XML features,
such as types and values, natively in OCaml programs.

The goal of the OCamlDuce project is to extend the OCaml language with features
to make it easier to write safe and efficient complex applications that need to
deal with XML documents. In particular, it relies on a notion of types and
patterns to guarantee statically that all the possible input documents are
correctly processed, and that only valid output documents are produced.

WWW: http://www.cduce.org/ocaml

17 years agoRoundCube Webmail is a browser-based multilingual IMAP client with an
adrianp [Sun, 8 Apr 2007 17:04:08 +0000 (17:04 +0000)]
RoundCube Webmail is a browser-based multilingual IMAP client with an
application-like user interface. It provides full functionality you expect
from an e-mail client, including MIME support, address book, folder
manipulation, message searching and spell checking. RoundCube Webmail is
written in PHP and requires the MySQL database. The user interface is fully
skinnable using XHTML and CSS 2.

This is roundcube-0.1-20070314 (SVN build 508)
Suggested by schmonz@

17 years agoOpenGrok is a fast and usable source code search and cross reference engine.
adrianp [Sun, 8 Apr 2007 16:59:41 +0000 (16:59 +0000)]
OpenGrok is a fast and usable source code search and cross reference engine.
It helps you search, cross-reference and navigate your source tree. It can
understand various program file formats and version control histories like
SCCS, RCS, CVS and Subversion. In other words it lets you grok (profoundly
understand) the open source, hence the name OpenGrok. It is written in Java.

This is opengrok 0.4

17 years agoReimport optCalc-0.96 under its PKGNAME (from otpcalc before).
wiz [Sun, 25 Mar 2007 06:12:29 +0000 (06:12 +0000)]
Reimport optCalc-0.96 under its PKGNAME (from otpcalc before).

17 years agoAdd a meta package for the modular Xorg input and video drivers.
joerg [Sat, 24 Mar 2007 22:55:51 +0000 (22:55 +0000)]
Add a meta package for the modular Xorg input and video drivers.

17 years agoAdd a meta package for modular Xorg fonts. This includes Vera for
joerg [Sat, 24 Mar 2007 22:42:50 +0000 (22:42 +0000)]
Add a meta package for modular Xorg fonts. This includes Vera for
historic reasons.