summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-09-10 06:34:30 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-09-10 06:34:30 +0000
commit8caa2881270dca22757bec20c7ca48e0a7b17b49 (patch)
tree76e14ce68db2a974f96763264a179857b17a9fbc /textproc
parentRemove latte to move to the textproc category (diff)
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 <dr@domix.de>
Notes
Notes: svn path=/head/; revision=21542
Diffstat (limited to 'textproc')
-rw-r--r--textproc/latte/Makefile25
-rw-r--r--textproc/latte/distinfo1
-rw-r--r--textproc/latte/pkg-comment1
-rw-r--r--textproc/latte/pkg-descr5
-rw-r--r--textproc/latte/pkg-plist111
5 files changed, 143 insertions, 0 deletions
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 <dr@domix.de>
+#
+# $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 <bsd.port.mk>
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