aboutsummaryrefslogtreecommitdiff
path: root/textproc/libtre
Commit message (Collapse)AuthorAgeFilesLines
* - Replace deprecated variable (INSTALLS_SHLIB)Rong-En Fan2006-08-152-1/+3
| | | | | | | | | | | | | - Remove directories that are not listed in mtree file Note that these directories are be removed by other dependency ports, so I do not bump PORTREVISION for them. PR: ports/101586 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Approved by: jkoshy (maintainer) Notes: svn path=/head/; revision=170719
* Add a local MASTER_SITE, note conflict with textproc/glimpse, and adoptJoseph Koshy2006-08-051-2/+6
| | | | | | | this port. Notes: svn path=/head/; revision=169756
* - update to 0.7.4Cheng-Lung Sung2006-05-222-4/+4
| | | | Notes: svn path=/head/; revision=163079
* - Update to 0.7.3Renato Botelho2006-04-102-16/+15
| | | | | | | | PR: ports/95596 Submitted by: Ports Fury Notes: svn path=/head/; revision=159295
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* BROKEN with WITHOUT_NLS: Does not build without gettextKris Kennaway2006-01-241-0/+1
| | | | Notes: svn path=/head/; revision=154311
* - 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-1/+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
* Drop maintainership, since I'm buried in the $REALLIFE stuff.Kirill Ponomarev2005-09-141-1/+1
| | | | Notes: svn path=/head/; revision=142683
* Update to 0.7.2Kirill Ponomarev2004-12-112-3/+3
| | | | Notes: svn path=/head/; revision=123746
* Update to 0.7.1Kirill Ponomarev2004-11-272-3/+5
| | | | Notes: svn path=/head/; revision=122596
* Update to 0.7.0Kirill Ponomarev2004-10-263-6/+5
| | | | Notes: svn path=/head/; revision=120240
* Install additional documentation.Kirill Ponomarev2004-07-232-0/+12
| | | | | | | Requested by: Nicolas Rachinsky <nicolas@rachinsky.de> Notes: svn path=/head/; revision=114476
* 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
* - Update to version 0.6.8Kirill Ponomarev2004-05-282-3/+3
| | | | Notes: svn path=/head/; revision=110235
* - Fix typoKirill Ponomarev2004-05-141-1/+1
| | | | | | | Submitted by: Nicolas Rachinsky <nicolas@rachinsky.de> Notes: svn path=/head/; revision=109157
* - Add WITH_OPTIMIZED_CFLAGSKirill Ponomarev2004-05-131-0/+12
| | | | | | | Requested by: Radim Kolar <hsn@netmag.cz> Notes: svn path=/head/; revision=109047
* - Update to version 0.6.7Kirill Ponomarev2004-05-103-4/+4
| | | | Notes: svn path=/head/; revision=108818
* - Support WITHOUT_NLSKirill Ponomarev2004-03-282-2/+9
| | | | Notes: svn path=/head/; revision=105513
* - Update to version 0.6.6Kirill Ponomarev2004-03-212-3/+3
| | | | Notes: svn path=/head/; revision=104852
* 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
* - Update to version 0.6.5Kirill Ponomarev2004-03-053-16/+4
| | | | Notes: svn path=/head/; revision=103057
* Add USE_GETTEXT and bump PORTREVISION.Joe Marcus Clarke2004-02-041-2/+2
| | | | | | | | Submitted by: trevor Tested by: bento Notes: svn path=/head/; revision=99914
* - SIZEifyKirill Ponomarev2004-01-302-0/+2
| | | | Notes: svn path=/head/; revision=99518
* Now gettext 0.12.1 is gettext-old.Trevor Johnson2004-01-231-1/+1
| | | | Notes: svn path=/head/; revision=98909
* - Update to version 0.6.4Kirill Ponomarev2004-01-022-2/+2
| | | | Notes: svn path=/head/; revision=97117
* - Update to version 0.6.3Kirill Ponomarev2003-12-224-7/+6
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=96444
* USE_REINPLACE must be defined before REINPLACE_CMD may be used.Trevor Johnson2003-11-171-0/+1
| | | | Notes: svn path=/head/; revision=94169
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.Joe Marcus Clarke2003-08-261-0/+1
| | | | | | | Prodded by: kris Notes: svn path=/head/; revision=87743
* Chase the libintl.so shared lib version.Joe Marcus Clarke2003-08-251-1/+1
| | | | Notes: svn path=/head/; revision=87644
* * Rearrange USE_GNOMEKirill Ponomarev2003-07-301-5/+1
| | | | | | | | | PR: 55065 Submitted by: Ports Fury Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=85937
* Update to 0.5.3Kevin Lo2003-05-152-2/+2
| | | | | | | | PR: 52248 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> Notes: svn path=/head/; revision=81000
* Update to version 0.5.2Christian Weisgerber2003-05-013-9/+24
| | | | | | | | PR: 51236 Submitted by: Ports Fury Notes: svn path=/head/; revision=79974
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75976
* URL updates.Christian Weisgerber2003-02-122-2/+2
| | | | | | | | PR: 48167 Submitted by: tadalunch@sources.redhat.com Notes: svn path=/head/; revision=75369
* - Do not install useless .la filesYing-Chieh Liao2002-11-203-1/+11
| | | | | | | | PR: 45447 Submitted by: Ports Fury Notes: svn path=/head/; revision=70589
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* add libtre 0.3.2Ying-Chieh Liao2002-10-145-0/+47
A lightweight fully POSIX compliant regexp matching library Notes: svn path=/head/; revision=68024