From 8caa2881270dca22757bec20c7ca48e0a7b17b49 Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Fri, 10 Sep 1999 06:34:30 +0000 Subject: Import of latte. Latte is a simple language for marking up text in a very expressive way. Includes the Latte library, which allows you to build translators from Latte to any other text format you choose, and a demonstration application that converts Latte text into HTML. PR: 13151 Submitted by: Dominik Rothert --- textproc/latte/Makefile | 25 ++++++++++ textproc/latte/distinfo | 1 + textproc/latte/pkg-comment | 1 + textproc/latte/pkg-descr | 5 ++ textproc/latte/pkg-plist | 111 +++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 143 insertions(+) create mode 100644 textproc/latte/Makefile create mode 100644 textproc/latte/distinfo create mode 100644 textproc/latte/pkg-comment create mode 100644 textproc/latte/pkg-descr create mode 100644 textproc/latte/pkg-plist (limited to 'textproc') diff --git a/textproc/latte/Makefile b/textproc/latte/Makefile new file mode 100644 index 000000000000..ab9ec1479464 --- /dev/null +++ b/textproc/latte/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: latte +# Version required: 1.1 +# Date created: 15 August 1999 +# Whom: Dominik Rothert +# +# $FreeBSD$ +# + +DISTNAME= latte-1.1 +CATEGORIES= www +MASTER_SITES= http://www.latte.org/ \ + ftp://ftp.brasslantern.com/pub/zanshin/latte/ + +MAINTAINER= dr@domix.de + +USE_NEWGCC= yes +USE_LIBTOOL= yes +MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX}" + +post-install: + strip ${PREFIX}/bin/latte-html + ${LN} -sf ${PREFIX}/bin/latte-html ${PREFIX}/bin/latte + ${CP} -Rp ${WRKSRC}/tests ${PREFIX}/share/latte/ + +.include diff --git a/textproc/latte/distinfo b/textproc/latte/distinfo new file mode 100644 index 000000000000..950a0695efb5 --- /dev/null +++ b/textproc/latte/distinfo @@ -0,0 +1 @@ +MD5 (latte-1.1.tar.gz) = 44679ea2b9a2a168cf281095b0ad0aaf diff --git a/textproc/latte/pkg-comment b/textproc/latte/pkg-comment new file mode 100644 index 000000000000..3997d68d5686 --- /dev/null +++ b/textproc/latte/pkg-comment @@ -0,0 +1 @@ +A simple language for marking up text in a very expressive way. diff --git a/textproc/latte/pkg-descr b/textproc/latte/pkg-descr new file mode 100644 index 000000000000..3f473192c75a --- /dev/null +++ b/textproc/latte/pkg-descr @@ -0,0 +1,5 @@ +Latte is a simple language for marking up text in a very expressive +way. This distribution includes the Latte library, which allows you +to build translators from Latte to any other text format you choose, +and a demonstration application that converts Latte text into HTML, +allowing you to write web pages in a much saner language than HTML. diff --git a/textproc/latte/pkg-plist b/textproc/latte/pkg-plist new file mode 100644 index 000000000000..d6928faa0fb2 --- /dev/null +++ b/textproc/latte/pkg-plist @@ -0,0 +1,111 @@ +bin/latte-html +bin/latte +info/latte.info +info/liblatte.info +lib/liblatte.a +lib/liblatte.so.4 +include/latte/FlexLexer.h +include/latte/latte-conf.h +include/latte/latte-deque.h +include/latte/latte-fstream.h +include/latte/latte-html.h +include/latte/latte-iosfwd.h +include/latte/latte-log.h +include/latte/latte-stack.h +include/latte/latte-string.h +include/latte/latte-vector.h +include/latte/latte.h +include/latte/mutable.h +include/latte/refcount.h +include/latte/restorer.h +include/latte/shstring.h +share/latte/html.latte +share/latte/standard.latte +share/latte/tests/Makefile +share/latte/tests/Makefile.am +share/latte/tests/Makefile.in +share/latte/tests/a.exp +share/latte/tests/a.latte +share/latte/tests/add.exp +share/latte/tests/add.latte +share/latte/tests/and.exp +share/latte/tests/and.latte +share/latte/tests/append.exp +share/latte/tests/append.latte +share/latte/tests/apply.exp +share/latte/tests/apply.latte +share/latte/tests/car.exp +share/latte/tests/car.latte +share/latte/tests/case.exp +share/latte/tests/case.latte +share/latte/tests/concat.exp +share/latte/tests/concat.latte +share/latte/tests/cons.exp +share/latte/tests/cons.latte +share/latte/tests/def.exp +share/latte/tests/def.latte +share/latte/tests/divide.exp +share/latte/tests/divide.latte +share/latte/tests/empty.exp +share/latte/tests/empty.latte +share/latte/tests/equal.exp +share/latte/tests/equal.latte +share/latte/tests/explode.exp +share/latte/tests/explode.latte +share/latte/tests/file-contents.exp +share/latte/tests/file-contents.latte +share/latte/tests/greater.exp +share/latte/tests/greater.latte +share/latte/tests/group.exp +share/latte/tests/group.latte +share/latte/tests/if.exp +share/latte/tests/if.latte +share/latte/tests/img.exp +share/latte/tests/img.latte +share/latte/tests/include.exp +share/latte/tests/include.latte +share/latte/tests/include2.latte +share/latte/tests/lambda.exp +share/latte/tests/lambda.latte +share/latte/tests/length.exp +share/latte/tests/length.latte +share/latte/tests/let.exp +share/latte/tests/let.latte +share/latte/tests/lmap.exp +share/latte/tests/lmap.latte +share/latte/tests/load-file.exp +share/latte/tests/load-file.latte +share/latte/tests/load-library.exp +share/latte/tests/load-library.latte +share/latte/tests/member.exp +share/latte/tests/member.latte +share/latte/tests/modulo.exp +share/latte/tests/modulo.latte +share/latte/tests/multiply.exp +share/latte/tests/multiply.latte +share/latte/tests/not.exp +share/latte/tests/not.latte +share/latte/tests/nth.exp +share/latte/tests/nth.latte +share/latte/tests/operator.exp +share/latte/tests/operator.latte +share/latte/tests/reverse.exp +share/latte/tests/reverse.latte +share/latte/tests/runtest.sh +share/latte/tests/set.exp +share/latte/tests/set.latte +share/latte/tests/string.exp +share/latte/tests/string.latte +share/latte/tests/subseq.exp +share/latte/tests/subseq.latte +share/latte/tests/substr.exp +share/latte/tests/substr.latte +share/latte/tests/undefined-x.exp +share/latte/tests/undefined-x.latte +share/latte/tests/varref.exp +share/latte/tests/varref.latte +share/latte/tests/while.exp +share/latte/tests/while.latte +@dirrm include/latte +@dirrm share/latte/tests +@dirrm share/latte -- cgit v1.2.3