mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
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>
This commit is contained in:
parent
bf576cbfd8
commit
8caa288127
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21542
25
textproc/latte/Makefile
Normal file
25
textproc/latte/Makefile
Normal file
@ -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>
|
1
textproc/latte/distinfo
Normal file
1
textproc/latte/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (latte-1.1.tar.gz) = 44679ea2b9a2a168cf281095b0ad0aaf
|
1
textproc/latte/pkg-comment
Normal file
1
textproc/latte/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A simple language for marking up text in a very expressive way.
|
5
textproc/latte/pkg-descr
Normal file
5
textproc/latte/pkg-descr
Normal file
@ -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.
|
111
textproc/latte/pkg-plist
Normal file
111
textproc/latte/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user