From nobody@FreeBSD.org  Mon Apr 18 12:59:19 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E71B5106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 Apr 2011 12:59:18 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id C8DFF8FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 Apr 2011 12:59:18 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p3ICxITP026771
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 Apr 2011 12:59:18 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p3ICxIeQ026769;
	Mon, 18 Apr 2011 12:59:18 GMT
	(envelope-from nobody)
Message-Id: <201104181259.p3ICxIeQ026769@red.freebsd.org>
Date: Mon, 18 Apr 2011 12:59:18 GMT
From: Jaap Boender <jaapb@kerguelen.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [new port] textproc/ocaml-text - OCaml library to deal with text
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         156473
>Category:       ports
>Synopsis:       [new port] textproc/ocaml-text - OCaml library to deal with text
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 18 13:00:31 UTC 2011
>Closed-Date:    Wed Jun 01 08:50:04 UTC 2011
>Last-Modified:  Wed Jun  1 08:50:08 UTC 2011
>Originator:     Jaap Boender
>Release:        8.2-STABLE
>Organization:
>Environment:
FreeBSD vanrossum.irill.org 8.2-STABLE FreeBSD 8.2-STABLE #1: Thu Apr  7 14:20:38 CEST 2011     root@vanrossum.irill.org:/usr/obj/usr/src/sys/VANROSSUM  amd64

>Description:
OCaml-Text is a library for dealing with ``text'', i.e. a sequence of Unicode
characters, in a convenient way.

WWW: http://forge.ocamlcore.org/projects/ocaml-text/
>How-To-Repeat:
n/a
>Fix:
shar included.

Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ocaml-text
#	ocaml-text/pkg-plist
#	ocaml-text/Makefile
#	ocaml-text/pkg-descr
#	ocaml-text/distinfo
#
echo c - ocaml-text
mkdir -p ocaml-text > /dev/null 2>&1
echo x - ocaml-text/pkg-plist
sed 's/^X//' >ocaml-text/pkg-plist << 'deac6ce64fe85ca47d9ecf2d9e93cbfb'
X%%DOCSDIR%%/api/Encoding.html
X%%DOCSDIR%%/api/Text.html
X%%DOCSDIR%%/api/index.html
X%%DOCSDIR%%/api/index_attributes.html
X%%DOCSDIR%%/api/index_class_types.html
X%%DOCSDIR%%/api/index_classes.html
X%%DOCSDIR%%/api/index_exceptions.html
X%%DOCSDIR%%/api/index_methods.html
X%%DOCSDIR%%/api/index_module_types.html
X%%DOCSDIR%%/api/index_modules.html
X%%DOCSDIR%%/api/index_types.html
X%%DOCSDIR%%/api/index_values.html
X%%DOCSDIR%%/api/style.css
X%%DOCSDIR%%/api/type_Encoding.html
X%%DOCSDIR%%/api/type_Text.html
X@dirrm %%DOCSDIR%%/api
X%%DOCSDIR%%/manual.pdf
X@dirrm %%DOCSDIR%%
deac6ce64fe85ca47d9ecf2d9e93cbfb
echo x - ocaml-text/Makefile
sed 's/^X//' >ocaml-text/Makefile << '06abc06ea2f3f3269cb8528745f8485a'
X# New ports collection makefile for: ocaml-text
X# Date created: April 18, 2011
X# Whom: Jaap Boender <jaapb@kerguelen.org>
X#
X# $FreeBSD$
X
XPORTNAME=	text
XPORTVERSION=	0.4
XCATEGORIES=	devel
XMASTER_SITES=	http://forge.ocamlcore.org/frs/download.php/537/
XPKGNAMEPREFIX=	ocaml-
XDISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	jaapb@kerguelen.org
XCOMMENT=	OCaml library for dealing with text
X
XDOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
X
XHAS_CONFIGURE=		yes
XCONFIGURE_ARGS=		--docdir ${DOCSDIR} --prefix ${PREFIX} --mandir ${PREFIX}/man
XUSE_GMAKE=		yes
X
XUSE_OCAML=		yes
XUSE_OCAML_FINDLIB=	yes
XUSE_OCAML_LDCONFIG=	yes
XUSE_OCAMLFIND_PLIST=	yes
X
XOPTIONS=	PCRE "Compile with PCRE support" ON
X
XSA_DIR=			${LOCALBASE}/${OCAML_SITELIBDIR}
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITHOUT_PCRE)
XCONFIGURE_ARGS+=	--disable-pcre
X.else
XCONFIGURE_ARGS+=	--enable-pcre
XBUILD_DEPENDS+=		${SA_DIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre
XRUN_DEPENDS+=		${SA_DIR}/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre
X.endif
X
Xpost-extract:
X# For nonstandard prefixes
X.if !exists(${OCAMLFIND_DESTDIR})
X	${MKDIR} ${OCAMLFIND_DESTDIR}
X.endif
X.if !exists(${OCAMLFIND_LDCONF})
X	${TOUCH} ${OCAMLFIND_LDCONF}
X.endif
X
X.include <bsd.port.post.mk>
06abc06ea2f3f3269cb8528745f8485a
echo x - ocaml-text/pkg-descr
sed 's/^X//' >ocaml-text/pkg-descr << '914291d4f71190eb1c4d131111989ad6'
XOCaml-Text is a library for dealing with ``text'', i.e. a sequence of Unicode
Xcharacters, in a convenient way.
X
XWWW: http://forge.ocamlcore.org/projects/ocaml-text/
914291d4f71190eb1c4d131111989ad6
echo x - ocaml-text/distinfo
sed 's/^X//' >ocaml-text/distinfo << '4a00b9846bff900e63e6b54dda92a992'
XSHA256 (ocaml-text-0.4.tar.gz) = 1837f3eb4e823e0c332ff96c6873795c804bd6c5e9604262d1510ca8999e0f31
XSIZE (ocaml-text-0.4.tar.gz) = 240358
4a00b9846bff900e63e6b54dda92a992
exit



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: wen 
State-Changed-When: Wed Jun 1 08:50:03 UTC 2011 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156473 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/156473: commit references a PR
Date: Wed,  1 Jun 2011 08:48:32 +0000 (UTC)

 wen         2011-06-01 08:48:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc             Makefile 
   Added files:
     textproc/ocaml-text  Makefile distinfo pkg-descr pkg-plist 
   Log:
   OCaml-Text is a library for dealing with ``text'', i.e. a sequence of Unicode
   characters, in a convenient way.
   
   WWW: http://forge.ocamlcore.org/projects/ocaml-text/
   
   PR:             ports/156473
   Submitted by:   Jaap Boender <jaapb@kerguelen.org>
   
   Revision  Changes    Path
   1.1547    +1 -0      ports/textproc/Makefile
   1.1       +51 -0     ports/textproc/ocaml-text/Makefile (new)
   1.1       +2 -0      ports/textproc/ocaml-text/distinfo (new)
   1.1       +4 -0      ports/textproc/ocaml-text/pkg-descr (new)
   1.1       +18 -0     ports/textproc/ocaml-text/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
