aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-res
Commit message (Collapse)AuthorAgeFilesLines
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Bump portrevisions on all ocaml libraries, as it appears that compiledStanislav Sedov2011-04-051-1/+1
| | | | | | | | | | | interface files (.cmi) are not backward compatible with a newer ocaml version. PR: ports/156195 Suggested by: mandree Notes: svn path=/head/; revision=272267
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-201-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244567
* - Update to 3.2.0.Stanislav Sedov2009-09-232-6/+8
| | | | | | | | | - Fix the build. Feature safe: yes Notes: svn path=/head/; revision=241997
* - Update to 2.2.6.Stanislav Sedov2008-08-212-5/+5
| | | | Notes: svn path=/head/; revision=218950
* Large round of typo fixes in ports/devel (pkg-descr).Jimmy Olgeni2008-06-011-1/+1
| | | | Notes: svn path=/head/; revision=214100
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-041-7/+7
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - COPYTREE_* are now part of bsd.port.mkPav Lucistnik2007-03-241-7/+0
| | | | | | | | PR: ports/100996 Submitted by: stass Notes: svn path=/head/; revision=188171
* Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].Mark Linimon2007-03-141-1/+0
| | | | | | | | | PR: 101029 [1], 108862 [2] Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2] Notes: svn path=/head/; revision=187350
* - Update to 2.2.5Stanislav Sedov2006-12-092-5/+5
| | | | | | | - Change my email Notes: svn path=/head/; revision=179284
* This OCaml-library consists of a set of modules which implementIon-Mihai Tetcu2006-08-203-0/+82
automatically resizing (= reallocating) datastructures that consume a contiguous part of memory. This allows appending and removing of elements to/from arrays (both boxed and unboxed), strings (-> buffers), bit strings and weak arrays while still maintaining fast constant-time access to elements. There are also functors that allow the generation of similar modules which use different reallocation strategies. Author: Markus Mottl <markus.mottl@gmail.com> WWW: http://www.ocaml.info/home/ocaml_sources.html PR: ports/102107 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Notes: svn path=/head/; revision=171006