freebsd-ports/converters/Makefile
Andreas Klemm ea31f9c605 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
2001-03-13 21:10:34 +00:00

51 lines
1.1 KiB
Makefile

# $FreeBSD$
#
SUBDIR += aish
SUBDIR += base64
SUBDIR += btoa
SUBDIR += cn2jp
SUBDIR += dumpasn1
SUBDIR += fconv
SUBDIR += gb2jis
SUBDIR += i18ntools
SUBDIR += iconv
SUBDIR += iconv-extra
SUBDIR += iconv-rfc1345
SUBDIR += ish
SUBDIR += kdesupport11
SUBDIR += kdesupport2
SUBDIR += libiconv
SUBDIR += libutf-8
SUBDIR += mimelib
SUBDIR += mimepp
SUBDIR += mmencode
SUBDIR += mpack
SUBDIR += mule-ucs-emacs20
SUBDIR += p5-Boulder
SUBDIR += p5-Convert-ASN1
SUBDIR += p5-Convert-BER
SUBDIR += p5-Convert-Morse
SUBDIR += p5-Convert-Recode
SUBDIR += p5-Convert-TNEF
SUBDIR += p5-Convert-UU
SUBDIR += p5-Convert-UUlib
SUBDIR += p5-MIME-Base64
SUBDIR += p5-Text-Iconv
SUBDIR += p5-Unicode-Map8
SUBDIR += p5-Unicode-String
SUBDIR += recode
SUBDIR += ruby-iconv
SUBDIR += ruby-sha1
SUBDIR += tcs
SUBDIR += tnef
SUBDIR += trans
SUBDIR += tuc
SUBDIR += unix2dos
SUBDIR += uudeview
SUBDIR += uudx
SUBDIR += uulib
SUBDIR += xdeview
SUBDIR += xunicode
.include <bsd.port.subdir.mk>