diff options
author | andreas <andreas@FreeBSD.org> | 2001-03-14 05:10:34 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-03-14 05:10:34 +0800 |
commit | e8e20769a5180e5c362ab71d996cde1c27f2c872 (patch) | |
tree | aed19e8f9348055b29c93bef3142d17f178084ef /converters/Makefile | |
parent | 1679dfa460909131207bc182c7876c1b85b9ada3 (diff) | |
download | freebsd-ports-gnome-e8e20769a5180e5c362ab71d996cde1c27f2c872.tar.gz freebsd-ports-gnome-e8e20769a5180e5c362ab71d996cde1c27f2c872.tar.zst freebsd-ports-gnome-e8e20769a5180e5c362ab71d996cde1c27f2c872.zip |
new port p5-Boulder
Boulder IO is a simple TAG=VALUE data format designed for sharing
data between programs connected via a pipe. It is also simple
enough to use as a common data exchange format between databases,
Web pages, and other data representations.
The basic data format is very simple. It consists of a series of
TAG=VALUE pairs separated by newlines. It is record-oriented.
The end of a record is indicated by an empty delimiter alone on a
line. The delimiter is "=" by default, but can be adjusted by the
user.
WWW: http://search.cpan.org/search?dist=Boulder
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 82e2e0ff15cb..6b51cd575590 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -22,6 +22,7 @@ SUBDIR += mmencode SUBDIR += mpack SUBDIR += mule-ucs-emacs20 + SUBDIR += p5-Boulder SUBDIR += p5-Convert-ASN1 SUBDIR += p5-Convert-BER SUBDIR += p5-Convert-Morse |