Port details |
- latte Simple language for marking up text in a very expressive way
- 2.1_3 textproc
=1 2.1_3Version of this port present on the latest quarterly branch. DEPRECATED: unmaintained, does not work with current versions of GCC, needs gcc33 which fails to build
This port expired on: 2009-03-02
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: unknown
- Last Update: 2009-03-07 18:59:36
- SVN Revision: UNKNOWN
- People watching this port, also watch:: python-doc-html, mscompress, pdflib
- License: not specified in port
- WWW:
- http://www.latte.org/
- Description:
- 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.
WWW: http://www.latte.org/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: latte
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- gcc33 : lang/gcc33
- bison : devel/bison
- autoconf-2.13 : devel/autoconf213
- libtool : devel/libtool15
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1_3 07 Mar 2009 18:59:36
 |
gerald  |
Remove textproc/latte and textproc/nicetext per expiration note. |
2.1_3 01 Feb 2009 16:08:01
 |
gerald  |
Mark for depreciation, since unmaintained, failing to work with current
versions of GCC, dead upstream, and requiring gcc33 which fails to build
itself (and does not support current versionf of FreeBSD or non-i386).
EXPIRATION_DATE=2009-03-02. |
2.1_3 06 Jan 2009 17:43:44
 |
wxs  |
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav |
2.1_3 20 Mar 2008 10:03:51
 |
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
2.1_3 17 Oct 2007 10:13:01
 |
ade  |
Migration from bison 1.x to 2.x
PR: 117086
Tested by: -exp runs |
2.1_2 15 Aug 2006 01:04:55
 |
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
2.1_2 09 Jun 2006 07:42:08
 |
anray  |
- Fix build.
Reported by: krismail |
2.1_2 07 Jun 2006 14:45:29
 |
anray  |
Add symbolic link from latte.el to xemacs site-lisp load dirrectory. |
2.1_1 01 May 2006 14:45:05
 |
erwin  |
Drop dead master site.
PR: 96594
Submitted by: Ion-Mihai IOnut Tetcu <itetcu@people.tecnik93.com> |
2.1_1 05 Mar 2006 21:38:28
 |
ade  |
Attempt to fix build on 6-ia64. This still builds on 6-i386,amd64.
I'm not entirely convinced this is a libtool issue.
Submitted by: pointyhat
Approved by: portmgr (implicit) |
2.1_1 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.1 25 Nov 2005 18:40:57
 |
pav  |
- Add SHA256 |
2.1 15 Nov 2005 06:52:12
 |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
2.1 02 Nov 2004 01:13:31
 |
leeym  |
- addINSTALLS_SHLIB=yes
- add USE_GCC=3.3 when default gcc is 3.4 |
2.1 18 Sep 2004 18:41:10
 |
kris  |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
2.1 09 Jul 2004 17:43:11
 |
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
2.1 22 Mar 2004 05:55:52
 |
krion  |
- Fix build
Noticed by: bento via kris |
2.1 20 Mar 2004 06:21:46
 |
krion  |
- Add WWW:
PR: ports/64484
Submitted by: Linh Pham <question+freebsdpr@closedsrc.org> |
2.1 19 Mar 2004 19:50:53
 |
krion  |
- Update to version 2.1
PR: ports/64473
Submitted by: Ports Fury |
1.1 17 Mar 2004 18:29:46
 |
trevor  |
SIZEify. |
1.1 14 Mar 2004 06:17:56
 |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
1.1 23 Feb 2004 04:33:38
 |
kris  |
BROKEN on 5.x: configure fails |
1.1 22 Feb 2004 10:10:44
 |
linimon  |
Unbreak by preventing install from putting latte.el into root directory;
run strip; fix plist.
Also, reset maintainer. This port has been broken for quite some time,
and I've never gotten any response to multiple emails about it.
PR: ports/62781
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> |
1.1 24 Sep 2003 09:37:11
 |
osa  |
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998 |
1.1 08 Aug 2003 04:40:47
 |
kris  |
This port is scheduled for removal on Nov 7 2003 if it is still broken at
that time and no PRs have been submitted to fix it. If you are interested
in saving this port, please send your patches to the maintainer. If the
maintainer is unresponsive or the port has no maintainer, then please
submit them via send-pr. |
1.1 22 Feb 2003 03:11:21
 |
kris  |
BROKEN: Installs latte.el in / |
1.1 21 Feb 2003 13:42:50
 |
knu  |
De-pkg-comment. |
1.1 22 Oct 2002 17:55:52
 |
fenner  |
Update Dominik Rothert's (MAINTAINER) email address.
Submitted by: Dr. Jurgen K. Lang <jkl@astorit.de> |
1.1 31 Aug 2002 02:44:07
 |
kris  |
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571 |
05 Feb 2001 16:35:27
    |
olgeni  |
More style fixes for ports/textproc. |
08 Oct 2000 07:29:51
    |
asami  |
Convert category textproc to new layout. |