forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated packate to the latest version, 5.0.0. Changes include:
===== 5.0 (2016-01-28) ===== * Add Eliom_shared and server-side Eliom_content.{Html5,Svg}.R modules * Add PPX syntax extension * Clean-up form APIs, now available under Eliom_content.Html5.{D,F}.Form * Patches to significantly reduce the size of request data * Compatibility with TyXML 3.6, Js_of_ocaml 2.7, and reactiveData 0.2 * Various bugfixes and enhancements ===== 4.2 (2015-07-21) ===== * Add Manip.children, to get the html children of an element. * Simplify Html5 and Svg signatures using tyxml's signature functors. * Various logging improvements, in particular in Eliom_client. * Fix eliomdep's exit code when calling option "-sort". * Fix #168: call_ocaml_service always sends boolean true. * Makes server function return types covariant. * Restore compatibility with ocsigenserver 2.6 and lwt 2.4.7. * Various bugfixes and wiki updates.
- Loading branch information
jaapb
committed
Feb 6, 2016
1 parent
27c90fa
commit 3d24ec0
Showing
4 changed files
with
80 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
# $NetBSD: Makefile,v 1.10 2015/08/07 11:20:35 jaapb Exp $ | ||
# $NetBSD: Makefile,v 1.11 2016/02/06 14:50:22 jaapb Exp $ | ||
# | ||
|
||
VERSION= 4.1.0 | ||
PKGNAME= eliom-${VERSION} | ||
PKGREVISION= 2 | ||
DISTNAME= ${VERSION} | ||
DIST_SUBDIR= eliom | ||
GITHUB_PROJECT= eliom | ||
DISTNAME= ${GITHUB_PROJECT}-5.0.0 | ||
CATEGORIES= www | ||
MASTER_SITES= http://github.com/ocsigen/eliom/archive/ | ||
MASTER_SITES= ${MASTER_SITE_GITHUB:=ocsigen/} | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://ocsigen.org/download/ | ||
|
@@ -16,7 +13,6 @@ LICENSE= gnu-lgpl-v2.1 | |
|
||
USE_TOOLS+= gmake | ||
USE_LANGUAGES= c | ||
WRKSRC= ${WRKDIR}/eliom-${VERSION} | ||
|
||
DEPENDS+= ocaml-findlib-[0-9]*:../../devel/ocaml-findlib | ||
DEPENDS+= js_of_ocaml>=2.2:../../devel/js_of_ocaml # with ocaml-tyxml option | ||
|
@@ -37,7 +33,10 @@ BUILD_TARGET= byte | |
do-install: | ||
cd ${WRKSRC} && opam-installer --install --prefix ${DESTDIR}${PREFIX} --libdir ${DESTDIR}${PREFIX}/${OCAML_SITELIBDIR} --docdir ${DESTDIR}${PREFIX}/share/doc eliom.install | ||
|
||
.include "../../devel/ocaml-reactiveData/buildlink3.mk" | ||
BUILDLINK_API_DEPENDS.ocaml-reactiveData+= ocaml-reactiveData>=0.2 | ||
.include "../../devel/ocaml-optcomp/buildlink3.mk" | ||
.include "../../devel/ocaml-ppx_tools/buildlink3.mk" | ||
.include "../../misc/ocaml-opam/buildlink3.mk" | ||
BUILDLINK_DEPMETHOD.ocaml-opam?= build | ||
.include "../../net/ocaml-ipaddr/buildlink3.mk" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
$NetBSD: distinfo,v 1.4 2015/11/04 02:46:52 agc Exp $ | ||
$NetBSD: distinfo,v 1.5 2016/02/06 14:50:22 jaapb Exp $ | ||
|
||
SHA1 (eliom/4.1.0.tar.gz) = 7b457fa25b53d196e1ba74f4344c307c88f37581 | ||
RMD160 (eliom/4.1.0.tar.gz) = b83e776cae84e60ecb469cb44859c6a41f9463a4 | ||
SHA512 (eliom/4.1.0.tar.gz) = 6dac3f2d26a3730df48270c62e16abec935656022a2cbb1c221ce040ff574b79e82d7da977d58fbd67ca884b64611e6a97a4144a5a142f8aa6c887897cf230f5 | ||
Size (eliom/4.1.0.tar.gz) = 699262 bytes | ||
SHA1 (patch-pkg_build.ml) = d4d9e70d034da0d57f0b9857693134644f82e918 | ||
SHA1 (eliom-5.0.0.tar.gz) = bc9163f433466f7e1ca4b75c04b34775ddefd7ec | ||
RMD160 (eliom-5.0.0.tar.gz) = 04ebd9c7698eec73faaf1daf314b36a153ad15e7 | ||
SHA512 (eliom-5.0.0.tar.gz) = 1c5297e376c3a46935de369b418638a772304246b73756f8bc052301b48d62a37af527274bf1a05064f33b60ff9dcde057a0030f083136fa4e1c0cfa07f01887 | ||
Size (eliom-5.0.0.tar.gz) = 728278 bytes | ||
SHA1 (patch-pkg_build.ml) = 8597e17fc869b7a8e93ee30f551a92c694617dbc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters