aboutsummaryrefslogtreecommitdiff
path: root/devel/libmaa
Commit message (Collapse)AuthorAgeFilesLines
* - Restore PORTEPOCHSunpoet Po-Chuan Hsieh2012-07-311-0/+1
| | | | | | | Reported by: erwin Notes: svn path=/head/; revision=301792
* - Update to 1.3.2Sunpoet Po-Chuan Hsieh2012-07-302-8/+14
| | | | | | | | | | | | - Add LICENSE - Convert to new options framework - Do not silence installation message - Remove license file from PLIST Changes: http://sourceforge.net/projects/dict/files/libmaa/libmaa-1.3.2/README/view Notes: svn path=/head/; revision=301733
* - Remove unrecognized optionsSunpoet Po-Chuan Hsieh2011-11-021-2/+0
| | | | Notes: svn path=/head/; revision=284904
* - Update to 1.3.1Sunpoet Po-Chuan Hsieh2011-10-262-6/+6
| | | | | | | | | - Sort PLIST_FILES Changes: http://sourceforge.net/projects/dict/files/libmaa/libmaa-1.3.1/README/view Notes: svn path=/head/; revision=284356
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update to 1.3.0Sunpoet Po-Chuan Hsieh2011-04-123-24/+17
| | | | | | | | | | | - CPPFLAGS is now added to CONFIGURE_ENV by Mk/bsd.port.Mk - Use PLIST_FILES and PORTDOCS instead of PLIST - Remove obsolete MD5 checksum Changes: http://sourceforge.net/projects/dict/files/libmaa/libmaa-1.3.0/README/view Notes: svn path=/head/; revision=272616
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Update MAINTAINER to my FreeBSD.org addressSunpoet Po-Chuan Hsieh2010-09-221-1/+1
| | | | | | | Approved by: pgollucci (mentor) Notes: svn path=/head/; revision=261634
* - Update to 1.2.0Wen Heping2009-12-143-6/+6
| | | | | | | | | | - Pass the maintainership to submitter PR: ports/141432 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=245735
* Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and noMark Linimon2009-08-281-1/+1
| | | | | | | | | response to email. Hat: portmgr Notes: svn path=/head/; revision=240460
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Update to 1.1.1Chin-San Huang2009-02-013-4/+5
| | | | | | | - Add Project's SF site. Notes: svn path=/head/; revision=227405
* - Update to 1.1.0 (libmaa was separated from dictd)Chin-San Huang2009-01-043-18/+6
| | | | | | | | | | - bump PORTEPOCH PR: ports/130152 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=225237
* - Update to 1.10.11.Chin-San Huang2008-05-012-4/+4
| | | | Notes: svn path=/head/; revision=212402
* The LIBMAA library provides many low-level data structures which areChin-San Huang2008-01-266-0/+85
helpful for writing compilers, including hash tables, sets, lists, debugging support, and memory management. Although LIBMAA was designed and implemented as a foundation for the Khepera Transformation System, the data structures are generally applicable to a wide range of programming problems. The memory management routines are especially helpful for improving the performance of memory-intensive applications. WWW: http://www.dict.org/ Notes: svn path=/head/; revision=206225