Bug 101219 - [NEW PORT] devel/ocaml-xstrp4: An OCaml extension to expands brace expansions
Summary: [NEW PORT] devel/ocaml-xstrp4: An OCaml extension to expands brace expansions
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: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-01 20:50 UTC by Stanislav Sedov
Modified: 2006-08-04 17:53 UTC (History)
0 users

See Also:


Attachments
ocaml-xstrp4-1.6.shar (2.42 KB, text/plain)
2006-08-01 20:50 UTC, Stanislav Sedov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Sedov 2006-08-01 20:50:20 UTC
This is a camlp4 extension that expands brace expansions like a shell           
does. See sample.ml for examples.

Author:	Gerd Stolpmann
WWW:	http://www.ocaml-programming.de/packages/

Note: this port depends on ports/101100
Comment 1 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-08-01 20:54:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 2 Stanislav Sedov 2006-08-01 21:17:19 UTC
Sorry, a little typo in Makefile:
----------------------------------------------------------------------------
--- Makefile.orig	Wed Aug  2 00:10:25 2006
+++ Makefile	Wed Aug  2 00:11:27 2006
@@ -20,7 +20,7 @@
 USE_OCAML_FINDLIB=3Dyes
=20
 MASTERPORT=3D	${PORTSDIR}/devel/ocaml-camlidl
-EXAMPLESDIR=3D	${PREFIX}/share/ocaml/examples/${PORTNAME}
+EXAMPLESDIR=3D	${PREFIX}/share/examples/ocaml/${PORTNAME}
=20
 .include <bsd.port.pre.mk>
 .include "${MASTERPORT}/bsd.ocaml.mk"
@@ -42,8 +42,8 @@
 		${SED} "s,^${PREFIX}/,," >> ${TMPPLIST}
 	@${FIND} ${EXAMPLESDIR} -type f | \
 		${SED} "s,^${PREFIX}/,," >> ${TMPPLIST}
-	@${ECHO_CMD} "@dirrm share/ocaml/examples/${PORTNAME}" >> ${TMPPLIST}
-	@${ECHO_CMD} "@unexec rmdir %D/share/ocaml/examples 2>/dev/null
||true"\
+	@${ECHO_CMD} "@dirrm share/examples/ocaml/${PORTNAME}" >> ${TMPPLIST}
+	@${ECHO_CMD} "@unexec rmdir %D/share/examples/ocaml 2>/dev/null
||true"\
 		>> ${TMPPLIST}
=20
 .include <bsd.port.post.mk>
----------------------------------------------------------------------------

--=20
Stanislav Sedov         MBSD labs, Inc.         <ssedov@mbsd.msk.ru>
=F2=CF=D3=D3=C9=D1, =ED=CF=D3=CB=D7=C1         http://mbsd.msk.ru

--------------------------------------------------------------------
If the facts don't fit the theory, change the facts.  -- A. Einstein
--------------------------------------------------------------------
PGP fingerprint:  F21E D6CC 5626 9609 6CE2  A385 2BF5 5993 EB26 9581
Comment 3 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2006-08-04 17:53:44 UTC
State Changed
From-To: open->closed

New port added. Thanks!