Date: Thu, 20 Dec 2012 05:53:01 +0000 (UTC) From: Marcelo Araujo <araujo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309295 - head/devel/ocaml-xstr Message-ID: <201212200553.qBK5r1CU082447@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: araujo Date: Thu Dec 20 05:53:00 2012 New Revision: 309295 URL: http://svnweb.freebsd.org/changeset/ports/309295 Log: - Update MASTER_SITES and WWW line. - Add LICENSE. - Support USE_OCAMLFINDLIB_PLIST. PR: ports/172235 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Deleted: head/devel/ocaml-xstr/pkg-plist Modified: head/devel/ocaml-xstr/Makefile (contents, props changed) head/devel/ocaml-xstr/pkg-descr (contents, props changed) Modified: head/devel/ocaml-xstr/Makefile ============================================================================== --- head/devel/ocaml-xstr/Makefile Thu Dec 20 05:51:59 2012 (r309294) +++ head/devel/ocaml-xstr/Makefile Thu Dec 20 05:53:00 2012 (r309295) @@ -1,8 +1,4 @@ -# New ports collection makefile for: ocaml-xstr -# Date created: 2006-07-29 -# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> -# -# $MBSDlabs$ +# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru> # $FreeBSD$ # @@ -10,15 +6,22 @@ PORTNAME= xstr PORTVERSION= 0.2.1 PORTREVISION= 2 CATEGORIES= devel -MASTER_SITES= http://www.ocaml-programming.de/packages/ +MASTER_SITES= http://download.camlcity.org/download/ PKGNAMEPREFIX= ocaml- MAINTAINER= ports@FreeBSD.org COMMENT= Thread-safe implementation of string searching/matching +LICENSE= MIT + + WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GMAKE= yes + USE_OCAML= yes USE_OCAML_FINDLIB=yes +USE_OCAMLFIND_PLIST=yes + +USE_GMAKE= yes +ALL_TARGET= all opt .include <bsd.port.mk> Modified: head/devel/ocaml-xstr/pkg-descr ============================================================================== --- head/devel/ocaml-xstr/pkg-descr Thu Dec 20 05:51:59 2012 (r309294) +++ head/devel/ocaml-xstr/pkg-descr Thu Dec 20 05:53:00 2012 (r309295) @@ -7,4 +7,4 @@ to be processed is small, xstr is often big, xstr is up to half as fast than Str. Author: Gerd Stolpmann <gerd@gerd-stolpmann.de> -WWW: http://www.ocaml-programming.de/packages/ +WWW: http://projects.camlcity.org/projects/xstr.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212200553.qBK5r1CU082447>