aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-pomap
Commit message (Collapse)AuthorAgeFilesLines
* Update OCaml to version 4.05.0 (this is the last version where stringsAlexey Dokuchaev2019-06-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | are unsafe by default, which is the main motivation why it was picked, but not the very latest one) and synchronize the rest of the stack and dependent ports with it, particularly: - Update `devel/ocaml-ocamlbuild' to version 0.14.0 and unbreak, register build dependency on all ports that require it (should be part of USE_OCAML, but we do not want to make any Mk-related changes the for time being) - Update `devel/ocaml-camlp4' to version 4.05+2 - Update `devel/ocaml-camlp5' to version 7.07 (the project had moved to GitHub) - Mark `devel/ocaml-deriving-ocsigen' as BROKEN for now, it is very outdated and requires quite a lot of work - Update `x11-toolkits/ocaml-labltk' to version 8.06.3 PR: 218333 Exp-run by: antoine Notes: svn path=/head/; revision=505020
* Update to upstream version 3.0.7Thomas Zander2017-03-302-4/+4
| | | | Notes: svn path=/head/; revision=437322
* Update ocaml-pomap to 3.0.6.Guido Falsi2016-11-182-3/+7
| | | | | | | | PR: 213914 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Notes: svn path=/head/; revision=426323
* - Clarify LICENSEDmitry Marakasov2016-06-161-3/+6
| | | | | | | | - Add LICENSE_FILE - Switch to options helpers Notes: svn path=/head/; revision=416953
* - Update to 3.0.5, fixing buildDmitry Marakasov2015-05-153-11/+8
| | | | | | | - Simplify docs and examples handling Notes: svn path=/head/; revision=386371
* Cleanup plistBaptiste Daroussin2014-12-201-8/+0
| | | | Notes: svn path=/head/; revision=375029
* devel/ocaml-pomap: Update version 3.0.1 => 3.0.3 to unbreak and stageJohn Marino2014-05-093-9/+8
| | | | | | | | | This port apparently broke when Ocaml was updated to 4.0.1. Add stage support as part of the upgrade which restores the build. Also remove author line from pkg-descr. Notes: svn path=/head/; revision=353458
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* - Update to 3.0.1.Marcelo Araujo2012-12-203-42/+37
| | | | | | | | | | | - Add LICENSE. - Add MAKE_JOBS_UNSAFE. PR: ports/172230 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=309289
* Deprecate a bunch of ports that are either abandonware and/or for which no moreBaptiste Daroussin2012-10-261-6/+4
| | | | | | | | | | public distfiles are available, or for which are -devel version with a more recent stable version for long Feature safe: yes Notes: svn path=/head/; revision=306447
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval). Notes: svn path=/head/; revision=284225
* -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-0/+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
* - 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.9.8Stanislav Sedov2006-12-092-5/+5
| | | | | | | - Change my email Notes: svn path=/head/; revision=179283
* The Pomap-library implements an ADT that maintains maps of partially orderedIon-Mihai Tetcu2006-08-203-0/+77
elements. Whereas a total order allows you to say whether some element is lower, equal or greater than another one, partial orders also allow for a "don-t know" case. Author: Markus Mottl <markus.mottl@gmail.com> WWW: http://www.ocaml.info/home/ocaml_sources.html PR: ports/102116 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Notes: svn path=/head/; revision=171002