summaryrefslogtreecommitdiffstats
path: root/textproc/latte
Commit message (Collapse)AuthorAgeFilesLines
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
| | | | | | | - these include security/ sysutils/ textproc/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Fix build.anray2006-06-091-0/+1
| | | | Reported by: krismail
* Add symbolic link from latte.el to xemacs site-lisp load dirrectory.anray2006-06-072-1/+6
|
* Drop dead master site.erwin2006-05-011-2/+1
| | | | | PR: 96594 Submitted by: Ion-Mihai IOnut Tetcu <itetcu@people.tecnik93.com>
* Attempt to fix build on 6-ia64. This still builds on 6-i386,amd64.ade2006-03-051-2/+2
| | | | | | | I'm not entirely convinced this is a libtool issue. Submitted by: pointyhat Approved by: portmgr (implicit)
* Conversion to a single libtool environment.ade2006-02-232-1/+3
| | | | Approved by: portmgr (kris)
* - Add SHA256pav2005-11-251-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-2/+1
| | | | | | | | | | | | | | | | | 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.
* - addINSTALLS_SHLIB=yesleeym2004-11-021-2/+2
| | | | - add USE_GCC=3.3 when default gcc is 3.4
* BROKEN on 5.x: Does not compilekris2004-09-181-1/+8
| | | | Approved by: portmgr (self)
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Fix buildkrion2004-03-221-0/+1
| | | | Noticed by: bento via kris
* - Add WWW:krion2004-03-201-0/+2
| | | | | PR: ports/64484 Submitted by: Linh Pham <question+freebsdpr@closedsrc.org>
* - Update to version 2.1krion2004-03-1939-126/+1133
| | | | | PR: ports/64473 Submitted by: Ports Fury
* SIZEify.trevor2004-03-171-0/+1
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | 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.
* BROKEN on 5.x: configure failskris2004-02-231-1/+7
|
* Unbreak by preventing install from putting latte.el into root directory;linimon2004-02-223-5/+23
| | | | | | | | | | 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>
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-1/+1
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* BROKEN: Installs latte.el in /kris2003-02-221-0/+2
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update Dominik Rothert's (MAINTAINER) email address.fenner2002-10-221-1/+1
| | | | Submitted by: Dr. Jurgen K. Lang <jkl@astorit.de>
* Remove USE_NEWGCC, which is no longer supported or required.kris2002-08-311-1/+0
| | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571
* More style fixes for ports/textproc.olgeni2001-02-051-1/+1
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-091-2/+2
|
* PLIST related fixes.reg2000-02-271-0/+1
|
* For some reason with the latest libtool this port no longer builds itssteve1999-09-201-0/+1
| | | | shared libraries, so explicitly tell configure to '--enable-shared'.
* Enforce random pkg/COMMENT rules, including the one that states Emacshoek1999-09-181-1/+1
| | | | should be spelled corrcetly, although I rather liked "Emasc".
* Fix categories after repo-copy (I could have sworn I had done this...)cpiazza1999-09-171-1/+1
|
* Import of latte.cpiazza1999-09-105-0/+143
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>
OpenPOWER on IntegriCloud