Bug 176162 - [new port] devel/ocaml-deriving-ocsigen (function derivation library)
Summary: [new port] devel/ocaml-deriving-ocsigen (function derivation library)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-15 10:30 UTC by jaapb
Modified: 2013-02-19 16:30 UTC (History)
0 users

See Also:


Attachments
file.shar (1.87 KB, text/plain)
2013-02-15 10:30 UTC, jaapb
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jaapb 2013-02-15 10:30:01 UTC
This is a new port for devel/ocaml-deriving-ocsigen, a library for deriving functions (pretty printers for examples) from types. It will be needed as a dependency for new packages down the line.

Fix: shar of new port directory included.

Patch attached with submission follows:
How-To-Repeat: n/a
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-15 10:30:21 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-02-15 12:15:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-02-19 16:26:57 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-02-19 16:27:26 UTC
Author: miwi
Date: Tue Feb 19 16:27:17 2013
New Revision: 312585
URL: http://svnweb.freebsd.org/changeset/ports/312585

Log:
  Extension to OCaml for deriving functions from type declarations. Includes
  derivers for pretty-printing, type-safe marshalling with structure-sharing,
  dynamic typing, equality, and more. This is a version of the deriving library
  adapted for use with Ocsigen.
  
  WWW: http://github.com/hnrgrgr/deriving
  
  PR:		ports/176162
  Submitted by:	Jaap Boender <jaapb@kerguelen.org>

Added:
  head/devel/ocaml-deriving-ocsigen/
  head/devel/ocaml-deriving-ocsigen/Makefile   (contents, props changed)
  head/devel/ocaml-deriving-ocsigen/distinfo   (contents, props changed)
  head/devel/ocaml-deriving-ocsigen/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Feb 19 16:26:03 2013	(r312584)
+++ head/devel/Makefile	Tue Feb 19 16:27:17 2013	(r312585)
@@ -1286,6 +1286,7 @@
     SUBDIR += ocaml-cfg
     SUBDIR += ocaml-classes
     SUBDIR += ocaml-cppo
+    SUBDIR += ocaml-deriving-ocsigen
     SUBDIR += ocaml-equeue
     SUBDIR += ocaml-event
     SUBDIR += ocaml-extlib

Added: head/devel/ocaml-deriving-ocsigen/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ocaml-deriving-ocsigen/Makefile	Tue Feb 19 16:27:17 2013	(r312585)
@@ -0,0 +1,20 @@
+# Created by: Jaap Boender <jaapb@kerguelen.org>
+# $FreeBSD$
+
+PORTNAME=	deriving-ocsigen
+PORTVERSION=	0.3c
+CATEGORIES=	devel www
+MASTER_SITES=	http://ocsigen.org/download/
+PKGNAMEPREFIX=	ocaml-
+
+MAINTAINER=	jaapb@kerguelen.org
+COMMENT=	Function derivation library
+
+USE_OCAML=		yes
+USE_OCAML_FINDLIB=	yes
+USE_OCAMLFIND_PLIST=	yes
+USE_OCAML_LDCONFIG=	yes
+
+USE_GMAKE=	yes
+
+.include <bsd.port.mk>

Added: head/devel/ocaml-deriving-ocsigen/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ocaml-deriving-ocsigen/distinfo	Tue Feb 19 16:27:17 2013	(r312585)
@@ -0,0 +1,2 @@
+SHA256 (deriving-ocsigen-0.3c.tar.gz) = eb6e7e647b6f2effcc65c9b32076fbc12e366e16035447a762a93e5e1cba94c7
+SIZE (deriving-ocsigen-0.3c.tar.gz) = 61242

Added: head/devel/ocaml-deriving-ocsigen/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ocaml-deriving-ocsigen/pkg-descr	Tue Feb 19 16:27:17 2013	(r312585)
@@ -0,0 +1,6 @@
+Extension to OCaml for deriving functions from type declarations. Includes
+derivers for pretty-printing, type-safe marshalling with structure-sharing,
+dynamic typing, equality, and more. This is a version of the deriving library
+adapted for use with Ocsigen.
+
+WWW: http://github.com/hnrgrgr/deriving
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"