aboutsummaryrefslogtreecommitdiff
path: root/textproc/latte
Commit message (Collapse)AuthorAgeFilesLines
* Drop dead master site.Erwin Lansing2006-05-011-2/+1
| | | | | | | | PR: 96594 Submitted by: Ion-Mihai IOnut Tetcu <itetcu@people.tecnik93.com> Notes: svn path=/head/; revision=161071
* Attempt to fix build on 6-ia64. This still builds on 6-i386,amd64.Ade Lovett2006-03-051-2/+2
| | | | | | | | | | I'm not entirely convinced this is a libtool issue. Submitted by: pointyhat Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156969
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149459
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-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. Notes: svn path=/head/; revision=148323
* - addINSTALLS_SHLIB=yesYen-Ming Lee2004-11-021-2/+2
| | | | | | | - add USE_GCC=3.3 when default gcc is 3.4 Notes: svn path=/head/; revision=120622
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-181-1/+8
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118258
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-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 Notes: svn path=/head/; revision=113296
* - Fix buildKirill Ponomarev2004-03-221-0/+1
| | | | | | | Noticed by: bento via kris Notes: svn path=/head/; revision=104898
* - Add WWW:Kirill Ponomarev2004-03-201-0/+2
| | | | | | | | PR: ports/64484 Submitted by: Linh Pham <question+freebsdpr@closedsrc.org> Notes: svn path=/head/; revision=104701
* - Update to version 2.1Kirill Ponomarev2004-03-1939-126/+1133
| | | | | | | | PR: ports/64473 Submitted by: Ports Fury Notes: svn path=/head/; revision=104658
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* BROKEN on 5.x: configure failsKris Kennaway2004-02-231-1/+7
| | | | Notes: svn path=/head/; revision=101810
* Unbreak by preventing install from putting latte.el into root directory;Mark 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> Notes: svn path=/head/; revision=101716
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* BROKEN: Installs latte.el in /Kris Kennaway2003-02-221-0/+2
| | | | Notes: svn path=/head/; revision=76084
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76042
* Update Dominik Rothert's (MAINTAINER) email address.Bill Fenner2002-10-221-1/+1
| | | | | | | Submitted by: Dr. Jurgen K. Lang <jkl@astorit.de> Notes: svn path=/head/; revision=68600
* Remove USE_NEWGCC, which is no longer supported or required.Kris Kennaway2002-08-311-1/+0
| | | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571 Notes: svn path=/head/; revision=65347
* More style fixes for ports/textproc.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37996
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27429
* PLIST related fixes.Jeremy Lea2000-02-271-0/+1
| | | | Notes: svn path=/head/; revision=26345
* For some reason with the latest libtool this port no longer builds itsSteve Price1999-09-201-0/+1
| | | | | | | shared libraries, so explicitly tell configure to '--enable-shared'. Notes: svn path=/head/; revision=21780
* Enforce random pkg/COMMENT rules, including the one that states EmacsTim Vanderhoek1999-09-181-1/+1
| | | | | | | should be spelled corrcetly, although I rather liked "Emasc". Notes: svn path=/head/; revision=21709
* Fix categories after repo-copy (I could have sworn I had done this...)Chris Piazza1999-09-171-1/+1
| | | | Notes: svn path=/head/; revision=21686
* Import of latte.Chris Piazza1999-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> Notes: svn path=/head/; revision=21542