Commit graph

2019 commits

Author SHA1 Message Date
Yen-Ming Lee
fbeb272692 - add p5-accessors-0.02
The accessors pragma lets you create simple accessors at compile-time.
2005-09-17 02:20:35 +00:00
Pav Lucistnik
da79b9d376 PHP - Replace, rename, and remove user defined functions and classes.
Define customized superglobal variables for general purpose use.
Execute code in restricted environment (sandboxing).

PR:		ports/84545
Submitted by:	Elias Mandouvalos <ocean@mail.gr>
2005-09-16 22:31:01 +00:00
Pav Lucistnik
92b67b5ed4 Adime is a portable add-on library for Allegro with functions for generating
Allegro dialogs in a very simple way. Its main purpose is to give as easy an
API as possible to people who want dialogs for editing many kinds of input
data.

PR:		ports/85165
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
2005-09-16 20:41:59 +00:00
Max Khon
a6e7ef2ffb New port: p5-Term-Animation 2.1
This module provides a framework to produce sprite animations using
ASCII art. Each ASCII 'sprite' is given one or more frames, and placed
into the animation as an 'animation object'. An animation object can
have a callback routine that controls the position and frame of the
object.

If the constructor is passed no arguments, it assumes that it is
running full screen, and behaves accordingly. Alternatively, it can
accept a curses window (created with the Curses newwin call) as an
argument, and will draw into that window.

WWW: http://search.cpan.org/dist/Term-Animation/
2005-09-16 05:55:55 +00:00
Michael Johnson
cb21d71df6 - Add configgen
Simple script that makes life a little easier with gnu-autotools
on FreeBSD. Configgen takes all the guess work out of figuring out
paths, gnu-autotools versions, and more. Configgen can simply be
run in a source directory and it will figure out which versions of
autotools to use and the best way to auto-generate a configure script
or you can specify a command below.

 -gnu       Create generic gnu configure script
 -gnome     Create gnome specific configure script
 -bsd       Use FreeBSD auto-tools
              (versions: libtool15, automake15, autoconf253)
 -bsd14     Use FreeBSD auto-tools
              (versions: libtool13, automake14, autoconf213)
 -bsd19     Use FreeBSD auto-tools
              (versions: libtool15, automake19, autoconf259)
 <config>   Specify a auto-gen configure script
2005-09-15 07:09:38 +00:00
Lars Thegler
3d639f4dfb Add p5-Algorithm-LCS 1.04, fast (XS) implementation of the Longest
Common Subsequence Algorithm.

PR:		ports/84151
Submitted by:	tiger@whitetigersd.com
2005-09-14 20:14:43 +00:00
Pav Lucistnik
d6e523c707 PHPDoc is an attemt to adopt Javadoc to the PHP world.
PR:		ports/84643
Submitted by:	Gerrit Beine <tux@pinguru.net>
2005-09-14 14:04:29 +00:00
Mark Linimon
d64af14f80 Finish removing p5-Perl-Tidy.
Pointy hat to:		tobez
2005-09-13 14:09:25 +00:00
Lars Thegler
c509e5b55e Add p5-IO-Prompt 0.99.2, interactively prompt for user input. 2005-09-13 12:51:07 +00:00
Yen-Ming Lee
c31d0a7d13 - add beautifyphp-0.5.0
This program tries to reformat and beautify PHP source code files automatically.
The program is Open Source and distributed under the terms of GNU GPL.
It is written in PHP and has a web frontend.

Note: devel/pear-PHP_Beautifier is for PHP5 only, and this one for PHP4.
2005-09-13 06:49:45 +00:00
Lars Thegler
316ce6a427 Add p5-Module-Starter-PBP 0.0.2, create a module as recommended in "Perl
Best Practices".
2005-09-12 09:35:49 +00:00
Pav Lucistnik
6b1eb12fe4 Pymacs is a powerful tool which, once started from Emacs, allows both-way
communication between Emacs Lisp and Python.  Pymacs aims Python as an
extension language for Emacs rather than the other way around, and this
assymetry is reflected in some design choices.  Within Emacs Lisp code, one
may load and use Python modules.  Python functions may themselves use Emacs
services, and handle Emacs Lisp objects kept in Emacs Lisp space.

PR:		ports/85995
Submitted by:	Mike Meyer <mwm@mired.org>
2005-09-12 07:28:45 +00:00
Vsevolod Stakhov
11b7792aec Add py-zconfig - a general use python configuration file library.
PR:		85887
Submitted by:	Landon Fuller <landonf@opendarwin.org>
Approved by:	perky (mentor)
2005-09-11 19:32:47 +00:00
Kris Kennaway
b5897c3bf5 Add cscout-devel.
Pointy hat to:  grog
2005-09-07 00:54:49 +00:00
Ade Lovett
1c6166bcd9 A few more cleanups after recent events with bison
* lose the bison175 port, it's not needed for now and will
  only confuse matters
* clean up devel/Makefile, modules, and MOVED appropriately
* take maintainership of the bison* ports

Approved by:	portmgr
2005-09-04 18:33:15 +00:00
Pav Lucistnik
24aa3e3720 Ice language mapping for Python.
Internet Communications Engine (Ice) is a modern alternative to object
middleware such as CORBA(TM) or COM/DCOM/COM+.

PR:		ports/85546
Submitted by:	Boris B. Samorodov <bsam@ipt.ru>
2005-09-04 14:23:55 +00:00
Sergey Matveychuk
54faefdf26 The API takes advantage of the server's opaque flag support and sets its
"complex" flag whenever the object being stored or retrieved isn't a plain
scalar. In that case, the Storable module is used to freeze and thaw the
value automatically going in and out of the memcached.

PR:		ports/84739
Submitted by:	Jacques Marneweck <jacques@powertrip.co.za>
2005-09-04 13:44:57 +00:00
Pav Lucistnik
983ae7c2d9 RGL is a framework for graph data structures and algorithms.
The design of the library is much influenced by the Boost Graph
Library (BGL) which is written in C++ heavily using its template
mechanism. Refer to http://www.boost.org/libs/graph/doc for further
links and documentation on graph data structures and algorithms and
the design rationales of BGL.

PR:		ports/84587
Submitted by:	Ulrich Spoerlein <q@galgenberg.net>
2005-09-04 12:38:38 +00:00
Pav Lucistnik
5fd45e2523 rubygem-stream, an interface for external iterators.
PR:		ports/84586
Submitted by:	Ulrich Spoerlein <q@galgenberg.net>
2005-09-04 12:36:23 +00:00
Pav Lucistnik
d13144546a - Copy existing bison 1.75 port as devel/bison175
Repocopy by:	marcus
2005-09-02 07:58:45 +00:00
Jean-Yves Lefort
18f1cdaf86 Add bisongen.
BisonGen is a general-purpose parser generator that converts a grammar
description for an LALR(1) context-free grammar into a program to
parse that grammar.

WWW: http://www.4suite.org

PR:		ports/84546
Submitted by:	Frerich Raabe <frerich@hex.athame.co.uk>
2005-09-02 02:22:12 +00:00
Sam Lawrance
120f822c79 Add p5-Bundle-Perl6 0.07, a bundle to install Perl6-related modules.
PR:		ports/73487
Submitted by:	Yuan-Chung Hsiao <ychsiao@ychsiao.org>
2005-09-01 14:33:59 +00:00
Anton Berezin
4ce719cf7c Add p5-Perl-Tidy, a parse and beautifier of perl code. 2005-09-01 09:39:07 +00:00
Herve Quiroz
f0e2ba1853 JavaSVN is a pure Java Subversion client library.
You would like to use JavaSVN when you need to access or modify Subversion
repository from your Java application, be it a standalone program, plugin or
web application. Being a pure Java program, JavaSVN doesn't need any
additional configuration or native binaries to work on any OS that runs Java.

JavaSVN Features:

* No external binaries or libraries are needed.
* JavaSVN supports http, https, svn and svn+ssh connection protocols.
* Low level API allows effective direct Subversion repository access.
* Compatible with applications that already use native javahl bindings.

WWW: http://tmate.org/svn/

PR:		84613
Submitted by:	Gerrit Beine <tux@pinguru.net>
2005-08-31 17:15:12 +00:00
Sergey Skvortsov
69ef7dcc8d Add p5-Readonly 1.03, facility for creating read-only scalars, arrays,
hashes.
2005-08-31 11:57:23 +00:00
Jun Kuriyama
a4edf70af5 Add p5-Term-ReadPassword 0.06, perl module for asking the user for a
password.
2005-08-29 14:16:12 +00:00
Dmitry Sivachenko
abc6b5a42a New port: p5-capitalization.
Perl module which allows you to use familiar style on method naming.
2005-08-29 07:12:27 +00:00
Mario Sergio Fujikawa Ferreira
f59e87c550 New port ocaml-event version 0.5.0: An ocaml wrapper for the libevent API 2005-08-28 18:16:09 +00:00
Joe Marcus Clarke
5a1dd9dd18 Add libnotify, a library for desktop applications to send and receive
D-BUS notifications.

PR:		84719
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
2005-08-28 06:53:44 +00:00
Kris Kennaway
a581758232 This port was committed without a maintainer, and in the suceeding 3
weeks noone has volunteered to take it, so it is being removed.  It also
fails to build on pointyhat.

Approved by:	portmgr
2005-08-18 01:07:18 +00:00
Sergey Matveychuk
5548a087b0 This module implements a memory-efficient node type (for trees, skip lists
and similar data structures) for Perl.

PR:		ports/82885
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2005-07-31 17:11:43 +00:00
Thierry Thomas
9819147600 Add pear-HTML_Template_Sigma 1.1.2, a PEAR template API.
PR:		83866
Submitted by:	Franz Klammer <klammer (at) webonaut.com>
2005-07-31 14:03:44 +00:00
Oliver Lehmann
3d65d9d860 add physfs 1.1.0
PR:             ports/83994
Submitted by:   oliver
Repocopy by:    marcus
2005-07-29 16:17:22 +00:00
Lars Thegler
057318f32b Add p5-Class-ErrorHandler 0.01, base class for error handling. 2005-07-28 15:36:51 +00:00
Renato Botelho
ce5e56bc7e Add p5-Encode 2.10, provides interfaces between strings and the rest of
the system.

PR:		ports/84005
Submitted by:	Rong-En Fan <rafan@infor.org>
2005-07-28 14:35:41 +00:00
Jean-Yves Lefort
43e51e96fc Add p5-User-Identity.
User::Identity is a Perl module for abstracting information about a
physical person.

WWW: http://search.cpan.org/search?dist=User-Identity

PR:		ports/83837
Submitted by:	Max Campos <mcampos@bpsw.biz>
2005-07-24 20:01:59 +00:00
Vsevolod Stakhov
5914c4bf80 Add devel/drpython - highly customizable cross-platform ide to aid
programming in Python.

Approved by:	perky (mentor)
2005-07-23 12:31:53 +00:00
Erwin Lansing
fbf7bc4864 Add p5-File-Random 0.17, perl module for random selecting of a file.
PR:		ports/82864
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2005-07-22 11:04:36 +00:00
Pav Lucistnik
d1cec844a6 OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented,
flexible 3D engine written in C++ designed to make it easier and more
intuitive for developers to produce games and demos utilising 3D
hardware. The class library abstracts all the details of using the
underlying system libraries like Direct3D and OpenGL and provides an
interface based on world objects and other intuitive classes.

PR:		ports/83781
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2005-07-21 13:10:05 +00:00
Pav Lucistnik
1b34e4852e Rake is a Ruby make-like utility using standard Ruby syntax for the
build specification file.

PR:		ports/82397
Submitted by:	Jonathan Weiss <jw@innerewut.de>
2005-07-20 13:51:12 +00:00
Pav Lucistnik
323dfee5e9 Active Support
Utility classes and extension to the standard library that
were required by Rails, but found of general use.

PR:		ports/82397
Submitted by:	Jonathan Weiss <jw@innerewut.de>
2005-07-20 13:50:25 +00:00
Mark Linimon
a335efdd3f As previously announced, remove these files due to their having passed
their expiration dates.  See individual Makefiles (or MOVED) for reasons.

Hat:	portmgr
2005-07-19 02:30:05 +00:00
Pav Lucistnik
5e015f9e53 PyProtocols extends the PEP 246 adapt() function with a new "declaration API"
that lets you easily define your own protocols and adapters, and declare what
adapters should be used to adapt what types, objects, or protocols.
In addition to its own Interface type, PyProtocols can also use Twisted and
Zope's Interface types too.

PR:		ports/83626
Submitted by:	Nicola Vitale <nivit@email.it>
2005-07-18 21:08:05 +00:00
Herve Quiroz
8cd0598c7c Maven is a software project management and comprehension tool. Based on the
concept of a project object model (POM), Maven can manage a project's build,
reporting and documentation from a central piece of information.

Maven 2.0 is a rewrite of the popular Maven application to achieve a number of
goals, and to provide a stable basis to take it into the future.

WWW: http://maven.apache.org/maven2/index.html
2005-07-18 18:26:24 +00:00
Erwin Lansing
78b2efa7c7 Add p5-Text-LevenshteinXS 0.03, text::LevenshteinXS - CPAN Levenshtein
edit distance.

PR:		ports/82396
Submitted by:	christian
2005-07-16 15:29:53 +00:00
Herve Quiroz
5a0f39ebd8 Fujaba Tool Suite 4
The primary topic of the Fujaba Tool Suite project is to provide an easy to
extend UML and Java development platform with the ability to add plug-ins.

* Fujaba Tool Suite combines UML class diagrams and UML behaviour diagrams to
  a powerful, easy to use, yet formal system design and specification language.
* Furthermore the Fujaba Tool Suite supports the generation of Java sourcecode
  out of the whole design which results in an executable prototype, ideally.
* Moreover the way back is provided, too (to some extend so far), so that Java
  sourcecode can be parsed and represented within UML.

WWW: http://wwwcs.uni-paderborn.de/cs/fujaba/index.html

PR:		83471
Submitted by:	Gerrit Beine <tux@pinguru.net>
2005-07-15 12:48:11 +00:00
Pav Lucistnik
2881484ded Mercurial is a fast, lightweight source control management system designed for
efficient handling of very large distributed projects.

PR:		ports/83298
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
2005-07-13 19:05:23 +00:00
Jean-Yves Lefort
4ee8a70f7a Add p5-Algorithm-Bucketizer.
Algorithm::Bucketizer distributes items of a defined size into a number of
dynamically created buckets, each of them capable of holding items of a defined
total size.

WWW: http://search.cpan.org/search?dist=Algorithm-Bucketizer

PR:		ports/83064
Submitted by:	Christopher Boumenot <boumenot@gmail.com>
2005-07-11 08:09:44 +00:00
Jean-Yves Lefort
852c9a9497 Add p5-Sort-Array.
This extended sorting algorithm allows you to

  a) sort an array by ANY field number, not only the first
  b) find duplicates in your data-set and sort them out.

WWW: http://search.cpan.org/dist/Sort-Array/

PR:		ports/82968
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-07-11 07:55:31 +00:00
Jeremy Messenger
3dc58baf24 What is it?
-----------
NAnt is a .NET based build tool. In theory it is kind of like make without
make's wrinkles. In practice it's a lot like Ant.

If you are not familiar with Jakarta Ant you can get more information at the
Ant project web site (http://ant.apache.org/).

Why NAnt?
---------
Because Ant was too Java specific.
Because Ant needed the Java runtime.  NAnt only needs the .NET
or Mono runtime.

WWW: http://nant.sourceforge.net/

Submitted by:		apeiron (Christopher Nehren <apeiron@comcast.net>)
Maitnainer:		""
BSD# - Project by:	http://www.mono-project.com/Mono:FreeBSD
2005-07-10 22:41:56 +00:00
Jeremy Messenger
18ce996f23 The mono-tools package contains the documentation browser for the Mono
class libraries.

WWW: http://www.mono-project.com

BSD# - Project by:	http://www.mono-project.com/Mono:FreeBSD
2005-07-10 21:43:47 +00:00
Pav Lucistnik
f15cceafbb dotconf++ is a dotconf like configuration file parser written in C++.
It supports macro substitution from the environment or from the file
itself, config file inclusion, easy handling of XML like tags,
checking for required tags, and more.

PR:		ports/83090
Submitted by:	Mark Starovoytov <mark_sf@kikg.ifmo.ru>
2005-07-08 22:47:00 +00:00
Lars Thegler
e3a53582c7 Add p5-Params-Util 0.05, utility functions to aid in parameter checking. 2005-07-05 10:59:35 +00:00
Jean-Yves Lefort
16e1276001 Add p5-Algorithm-LUHN.
This module calculates the Modulus 10 Double Add Double checksum, also known
as the LUHN Formula. This algorithm is used to verify credit card numbers and
Standard & Poor's security identifiers such as CUSIP and CSIN.

You can find plenty of information about the algorithm by searching the web
for "modulus 10 double add double".

WWW: http://search.cpan.org/dist/Algorithm-LUHN/

PR:		ports/82650
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2005-06-29 22:14:25 +00:00
Jean-Yves Lefort
a998c6e8da Add p5-Data-Taxonomy-Tags.
Data::Taxonomy::Tags will basically take care of easily managing tags for an
item. You provide it with a string of tags and it will allow you to call
methods to get all the tags and categories as well as add and delete tags
from the list.

WWW: http://search.cpan.org/dist/Data-Taxonomy-Tags/

PR:		ports/82669
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2005-06-28 14:35:28 +00:00
Jean-Yves Lefort
61bb11016d Add google-sparsehash.
An extremely memory-efficient hash_map implementation. 2 bits/entry overhead!
The Google SparseHash project contains several hash-map implementations in use
at Google, with different performance characteristics, including an
implementation that optimizes for space and one that optimizes for speed.

WWW: http://goog-sparsehash.sf.net

PR:		ports/82696
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-06-28 01:17:21 +00:00
Michael Johnson
440676eb15 Add py-ll-url 0.15.1, RFC2396 implementation of URLs and file like
classes for URLs.

PR:		ports/82580
Submitted by:	Choe, Cheng-Dae
2005-06-24 06:43:45 +00:00
Michael Johnson
1aa0b006c7 Add py-ll-core 0.3, utility functions and classes used by the other
LivingLogic packages.

PR:		ports/82578
Submitted by:	Choe, Cheng-Dae
2005-06-24 06:28:28 +00:00
Michael Johnson
fc5bc98d9c Add p5-Test-Warn 0.08, perl extension to test methods for warnings.
PR:		ports/82400
Submitted by:	Brian Minard <bminard@flatfoot.ca>
2005-06-22 06:53:39 +00:00
Sam Lawrance
f70fe3a405 Add p5-Tie-iCal 0.13, tie iCal files to Perl hashes.
PR:		ports/82216
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org>
2005-06-20 08:20:38 +00:00
Michael Johnson
4cb240652f - Add devel/libopensync
OpenSync is a synchronization framework that is platform and distribution
 independent. It consists of several plugins that can be used to connect to
 devices, a powerfull sync-engine and the framework itself. The synchronization
 framework is kept very flexible and is capable of synchronizing any type of
 data, including contacts, calendar, tasks, notes and files.

Note: You may want to avoid extra dependencies from devel/swig13 by building with
      the following SWIG_LANGUAGES="perl python"
2005-06-19 05:54:13 +00:00
Mario Sergio Fujikawa Ferreira
43886434ac New port alleyoop version 0.8.3: A graphical front-end to Valgrind
memory checker
2005-06-18 19:58:28 +00:00
Thierry Thomas
d9cfd0c5a5 Add BOUML 2.2.2, a free UML tool box allowing you to specify and
generate code in C++, Java and Idl.

BOUML is extensible, and the external tools (named plug-outs) may
be developed in C++ or Java, using BOUML for their definition as
any other program. The code generators and reverses are ones of
the pre-defined plug-outs  included in the BOUML distribution.
2005-06-15 22:41:31 +00:00
Thierry Thomas
3117c61541 Add ireport 0.5.0, a visual report builder/designer for
JasperReports.

Reviewed by:	hq
2005-06-12 19:21:53 +00:00
Thierry Thomas
414a0782bc Add tinylaf 1.2.1, a pluggable Look and Feel for Java. 2005-06-12 19:19:06 +00:00
Thierry Thomas
e36c8ed234 Add looks 1.3.1: the JGoodies Looks improve the appearance of your
Java applications.
2005-06-12 19:18:10 +00:00
Thierry Thomas
30ff38e70f Add jcmdline 1.0.3, a Java command line processor. 2005-06-12 19:16:37 +00:00
Sergey Skvortsov
54a1630d6e * reflect renaming on CPAN File-Spec to PathTools
+ add devel/p5-PathTools, remove devel/p5-File-Spec
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
   + add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
   + update dependencies for all affected ports (make them unconditional),
     bump PORTREVISION for these ports

* for all changed ports make dependencies on File::Temp, Digest::MD5,
  Storable unconditional

* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
  (this variable is forced by bsd.port.mk now)

* update Class-Autouse to 1.17

* update POE-API-Hooks to 1.05

* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
2005-06-11 16:13:12 +00:00
Alexey Dokuchaev
f048ecd2d8 Add ROTE, a simple library for VT102 terminal emulation.
WWW: http://rote.sourceforge.net/
2005-06-10 05:07:21 +00:00
Tilman Keskinoz
f5bd648d81 Add an experimental port of ice, the Internet Communications Engine, a
modern alternative to object middleware such as CORBA.

PR:			64136
Submitted by:		Stefan Ehmann <shoesoft@gmx.net>
Original submission by:	Sergey Matveychuk <sem@ciam.ru>
Thanks to:		flz for reviving the PR
2005-06-08 15:10:56 +00:00
Sam Lawrance
877d5ac090 Add gwenhywfar 1.13.2, multi-platform helper library for networking and
security applications.

PR:		ports/80795 (based on)
Submitted by:	Peter Cornelius <pcc.at.gmx.net>
2005-06-08 14:45:19 +00:00
Volker Stolz
be797c2492 Remove ports which expired on 2005-06-01 (no pending PRs, either) 2005-06-03 13:43:16 +00:00
Dmitry Sivachenko
2c3aeffa11 New port: Xfce Foundation Classes.
The Xfce Foundation Classes (XFC) is a set of well integrated C++ classes
for developing Xfce applications on UNIX-like operating systems.

XFC combines the power of GTK+ and the power of C++ into a state-of-the-art
application development framework for the Xfce Desktop Environment.  XFC
judiciously uses C++ language features to avoid layering on too much extra
C++ complexity.  Its API is easy to understand and use, and should feel
immediately familiar to most GTK+ programmers.
2005-06-01 17:10:24 +00:00
Simon L. B. Nielsen
8659810756 Add cogito 0.10, cogito, GIT - the content tracker.
The GIT itself is merely an extremely fast and flexible filesystem-based
database designed to store directory trees with regard to their history.
The top layer is a SCM-like tool Cogito which enables human beings to work
with the database in a manner to a degree similar to other SCM tools (like
CVS, BitKeeper or Monotone).

PR:		ports/81698
Submitted by:	Michael Seyfert <michaels@sdf.lonestar.org>
Approved by:	erwin (mentor)
2005-06-01 08:42:58 +00:00
Sergey Skvortsov
19453f9038 Add ncnf 3.0.1, generic configuration management library. 2005-05-29 14:01:16 +00:00
Patrick Li
e269fe19df Clean up the ports tree some by removing my junk... more to come... 2005-05-27 23:14:26 +00:00
Jean-Yves Lefort
343f60a740 Add p5-Smart-Comments.
Smart comments provide an easy way to insert debugging and tracking code into
a program. They can report the value of a variable, track the progress of a
loop, and verify that particular assertions are true.

Best of all, when you're finished debugging, you don't have to remove them.
Simply commenting out the use Smart::Comments line turns them back into
regular comments. Leaving smart comments in your code is smart because if you
needed them once, you'll almost certainly need them again later.

Author: Damian Conway <DCONWAY@cpan.org>

WWW: http://search.cpan.org/dist/Smart-Comments/

PR:		ports/81476
Submitted by:	Aaron Dalton <aaron@daltons.ca>
2005-05-26 18:44:26 +00:00
Pav Lucistnik
7ae5836912 New port: devel/pear-PEAR_PackageFileManager PEAR class to maintain PEAR packages
PEAR::PEAR_PackageFileManager revolutionizes the maintenance of PEAR packages.

PR:		ports/81398
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-05-24 21:18:56 +00:00
Pav Lucistnik
c4989a9595 New port: devel/pear-HTML_CSS PEAR class for generating CSS declarations
PEAR::HTML_CSS provides a simple interface for generating
a stylesheet declaration.

PR:		ports/81132
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net>
2005-05-20 15:13:16 +00:00
Pav Lucistnik
b9133e7fcb najitool generates and/or makes altered copies of files in the patterns you
specify or shows to the screen. najitool is being developed in the ANSI C
standard so it should work and compile on any system that supports ANSI C,
which should be every system.

PR:		ports/81204
Submitted by:	<cokyazici@yahoo.co.uk>
2005-05-19 14:50:15 +00:00
Kevin Lo
c5652e1971 Initial import of icalendar 0.9.3.
The iCalender package is a parser/generator of iCalender files for
use with Python
2005-05-17 03:09:29 +00:00
Roman Bogorodskiy
b775014ff5 Add devel/libslang2 - a multi-platform programmer's library designed to
allow a developer to create robust multi-platform software.

PR:		81110
Submitted by:	Renato Botelho <freebsd@galle.com.br>
2005-05-16 17:13:02 +00:00
Jeremy Messenger
4e4a68fecc C# interface to the D-BUS messaging system.
WWW: http://www.freedesktop.org/Software/dbus

BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
2005-05-16 06:01:39 +00:00
Jean-Yves Lefort
d7bd1e915d Move p5-POE-Component-EasyDBI from devel to databases.
PR:		ports/80779
Submitted by:	maintainer
2005-05-15 01:36:56 +00:00
Sergey Skvortsov
6f496ef140 Add p5-Devel-Arena 0.04,
perl extension for inspecting the core's
arena structures.
2005-05-13 07:38:31 +00:00
Erwin Lansing
95dd8a70c1 libuta is now known as wtfk
Forgotten by:	oliver
PR:		80928
Submitted by:	Vasil Dimov <vd@datamax.bg>
2005-05-12 13:22:46 +00:00
Jean-Yves Lefort
dfc8eb9877 The binary I/O stream class library presents a platform-independent way to
access binary data streams in C++.

The library is hardware independent in the form that it transparently
converts between the different forms of machine-internal binary data
representation.

It further employs no special I/O protocol and can be used on arbitrary
binary data sources.

WWW: http://libbinio.sourceforge.net/

PR:		ports/80727
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-05-09 20:13:31 +00:00
Dmitry Sivachenko
53c417e3fd New port: cgilib.
This is quite a simple library that provides an easy interface to the common
gateway interface, known as CGI.  The purpose is to provide an easy to use
interface to CGI if you need to write your program in C instead of perl.

It is needed for modern rrdtool.
2005-05-08 18:59:20 +00:00
Mario Sergio Fujikawa Ferreira
7a053116d1 New port py-dateutil version 0.9: Provides powerful extensions to the standard datetime module 2005-05-08 06:50:07 +00:00
Oliver Lehmann
77e118e1ec import atlas-devel (repocopy of atlas)
PR:		77059
Submitted by:	Jan Rochel <jannisan@t-online.de>
2005-05-07 11:25:52 +00:00
Jun Kuriyama
f7eb0351c6 Add p5-iCal-Parser 1.10, parse iCalendar files into a data structure. 2005-04-24 22:24:27 +00:00
Jun Kuriyama
dfcee1cffb Add p5-Text-vFile-asData 0.02, parse vFile formatted files into data
structures.
2005-04-24 04:39:47 +00:00
Pav Lucistnik
a22f63ba68 OCaml library implementing an interface to FreeBSD's POSIX semaphores.
PR:		ports/80108
Submitted by:	Paul Argentoff <argentoff@gmail.com>
2005-04-23 12:35:36 +00:00
Kirill Ponomarev
6c92aef956 Add cvschk 1.12, quick offline checker for CVS modifications.
cvschk is a Perl program which allows you to see the status of your
own CVS directories, without access to the CVS repository.  It shows
which files you changed, made locally, and which ones were deleted.

PR:		ports/80279
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2005-04-23 12:00:14 +00:00
Tilman Keskinoz
fa6f144326 Add libccid, a USB CCID (Chip/Smart Card Interface Device) driver.
This was tested with a Gemplus GemPC Twin and an SCM Micro SPR 532
2005-04-20 13:33:39 +00:00
Tilman Keskinoz
7a08a4a0ed Add libmusclecard, the MUSCLE Card Framework.
This library was part of the pcsc-lite package, but is a seperate package
since the last update.
2005-04-20 13:08:54 +00:00
Florent Thoumie
a8d3b871cb - Add py-twistedXish, "Xish is XML-ish".
PR:		ports/79933
Submitted by:	Neal Nelson <neal@nelson.name>
2005-04-15 04:52:20 +00:00
Florent Thoumie
a3cff96ba4 - Add py-twistedFlow, Generator based asynchronous result flows.
PR:		ports/79928
Submitted by:	Neal Nelson <neal@nelson.name>
2005-04-15 04:51:05 +00:00
Florent Thoumie
3bb6d83b8e - Add py-twistedRunner, process management framework including an inetd
replacement.

PR:		ports/79931
Submitted by:	Neal Nelson <neal@nelson.name>
2005-04-15 04:50:23 +00:00
Florent Thoumie
2af6f4b7b0 - Add py-twistedCore, Twisted Asynchronous networking framework.
PR:		ports/79920
Submitted by:	Neal Nelson <neal@nelson.name>
2005-04-15 04:49:12 +00:00