Bug 179462 - New port: devel/ocaml-opam - package manager for OCaml
Summary: New port: devel/ocaml-opam - package manager for OCaml
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-10 22:30 UTC by Joris Giovannangeli
Modified: 2013-07-01 21:10 UTC (History)
0 users

See Also:


Attachments
file.shar (2.03 KB, text/plain)
2013-06-10 22:30 UTC, Joris Giovannangeli
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joris Giovannangeli 2013-06-10 22:30:00 UTC
This port was tested on redports, 6x pass by John Marino

OPAM is a source-based package manager for OCaml. It supports multiple
simultaneous compiler installations, flexible package constraints, and
a Git-friendly development workflow.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-10 22:30:07 UTC
Class Changed
From-To: sw-bug->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 John Marino 2013-07-01 17:11:28 UTC
redports logs:

FreeBSD 8 and 9
https://redports.org/buildarchive/20130610181001-58269/

FreeBSD 10
https://redports.org/buildarchive/20130610184529-65107/
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-07-01 20:18:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 4 William Grzybowski freebsd_committer freebsd_triage 2013-07-01 21:06:08 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-07-01 21:07:33 UTC
Author: wg
Date: Mon Jul  1 20:07:20 2013
New Revision: 322144
URL: http://svnweb.freebsd.org/changeset/ports/322144

Log:
  devel/ocaml-opam: Source-based package manager for OCaml
  
  OPAM is a source-based package manager for OCaml. It supports multiple
  simultaneous compiler installations, flexible package constraints, and
  a Git-friendly development workflow.
  
  WWW: http://opam.ocamlpro.com/index.html
  
  PR:		ports/179462
  Submitted by:	Joris Giovannangeli <joris.gio@gmail.com>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Jul  1 20:04:49 2013	(r322143)
+++ head/devel/Makefile	Mon Jul  1 20:07:20 2013	(r322144)
@@ -1314,6 +1314,7 @@
     SUBDIR += ocaml-lacaml
     SUBDIR += ocaml-lwt
     SUBDIR += ocaml-magic
+    SUBDIR += ocaml-opam
     SUBDIR += ocaml-ounit
     SUBDIR += ocaml-pcre
     SUBDIR += ocaml-pomap

Added: head/devel/ocaml-opam/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ocaml-opam/Makefile	Mon Jul  1 20:07:20 2013	(r322144)
@@ -0,0 +1,44 @@
+# Created by: J. Giovannangeli
+# $FreeBSD$
+
+PORTNAME=	opam
+PORTVERSION=	1.0.0
+CATEGORIES=	devel
+MASTER_SITES=	http://www.ocamlpro.com/pub/
+PKGNAMEPREFIX=	ocaml-
+DISTNAME=	opam-full-${PORTVERSION}
+
+MAINTAINER=	joris.gio@gmail.com
+COMMENT=	Source-based package manager for OCaml
+
+LICENSE=	GPLv3
+
+BUILD_DEPENDS=	curl:${PORTSDIR}/ftp/curl
+
+USE_GMAKE=	yes
+USE_OCAML=	yes
+GNU_CONFIGURE=	yes
+
+PLIST_FILES=	bin/opam bin/opam-mk-repo
+
+MAN1=	opam-check.1 \
+	opam-remote.1 \
+	opam-config.1 \
+	opam-remove.1 \
+	opam-help.1 \
+	opam-repository.1 \
+	opam-info.1 \
+	opam-search.1 \
+	opam-init.1 \
+	opam-switch.1 \
+	opam-install.1 \
+	opam-update.1 \
+	opam-list.1 \
+	opam-upgrade.1 \
+	opam-mk-repo.1 \
+	opam-upload.1 \
+	opam-pin.1 \
+	opam.1 \
+	opam-reinstall.1
+
+.include <bsd.port.mk>

Added: head/devel/ocaml-opam/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ocaml-opam/distinfo	Mon Jul  1 20:07:20 2013	(r322144)
@@ -0,0 +1,2 @@
+SHA256 (opam-full-1.0.0.tar.gz) = e2504c044fb730451f2d728e2b24810798b1f1b0153917b21524ad807fbf8709
+SIZE (opam-full-1.0.0.tar.gz) = 2304000

Added: head/devel/ocaml-opam/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/ocaml-opam/pkg-descr	Mon Jul  1 20:07:20 2013	(r322144)
@@ -0,0 +1,5 @@
+OPAM is a source-based package manager for OCaml. It supports multiple
+simultaneous compiler installations, flexible package constraints, and
+a Git-friendly development workflow.
+
+WWW: http://opam.ocamlpro.com/index.html
_______________________________________________
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"