FreeBSD Bugzilla – Attachment 21296 Details for
Bug 37354
New port: Perl-compatible regexp for Ocaml
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 3.77 KB, created by
Henrik Motakef
on 2002-04-22 22:00:01 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
Henrik Motakef
Created:
2002-04-22 22:00:01 UTC
Size:
3.77 KB
patch
obsolete
># 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: ># ># /usr/ports/devel/ocaml-pcre ># /usr/ports/devel/ocaml-pcre/files ># /usr/ports/devel/ocaml-pcre/files/patch-ocamlmakefile ># /usr/ports/devel/ocaml-pcre/pkg-plist ># /usr/ports/devel/ocaml-pcre/pkg-descr ># /usr/ports/devel/ocaml-pcre/pkg-comment ># /usr/ports/devel/ocaml-pcre/distinfo ># /usr/ports/devel/ocaml-pcre/Makefile ># >echo c - /usr/ports/devel/ocaml-pcre >mkdir -p /usr/ports/devel/ocaml-pcre > /dev/null 2>&1 >echo c - /usr/ports/devel/ocaml-pcre/files >mkdir -p /usr/ports/devel/ocaml-pcre/files > /dev/null 2>&1 >echo x - /usr/ports/devel/ocaml-pcre/files/patch-ocamlmakefile >sed 's/^X//' >/usr/ports/devel/ocaml-pcre/files/patch-ocamlmakefile << 'END-of-/usr/ports/devel/ocaml-pcre/files/patch-ocamlmakefile' >X--- OcamlMakefile.orig Wed Apr 17 19:45:17 2002 >X+++ OcamlMakefile Wed Apr 17 19:46:04 2002 >X@@ -743,13 +743,6 @@ >X >X .PHONY: libinstall >X libinstall: all >X- @printf "\nInstalling library to: $(OCAML_LIB_INSTALL)\n" >X- @printf "Is this ok? (y/[n]) - " >X- @\ >X- read ans; \ >X- if [ "$$ans" != "y" ]; then \ >X- echo Installation aborted.; exit 1; fi >X- @echo >X -install -d $(OCAML_LIB_INSTALL) >X for i in $(LIBINSTALL_FILES); do \ >X if [ -f $$i ]; then \ >END-of-/usr/ports/devel/ocaml-pcre/files/patch-ocamlmakefile >echo x - /usr/ports/devel/ocaml-pcre/pkg-plist >sed 's/^X//' >/usr/ports/devel/ocaml-pcre/pkg-plist << 'END-of-/usr/ports/devel/ocaml-pcre/pkg-plist' >Xlib/ocaml/site-lib/pcre/dllpcre.so >Xlib/ocaml/site-lib/pcre/libpcre.a >Xlib/ocaml/site-lib/pcre/libpcre.so.0 >Xlib/ocaml/site-lib/pcre/pcre.a >Xlib/ocaml/site-lib/pcre/pcre.cma >Xlib/ocaml/site-lib/pcre/pcre.cmi >Xlib/ocaml/site-lib/pcre/pcre.cmxa >Xlib/ocaml/site-lib/pcre/pcre.mli >Xlib/ocaml/site-lib/pcre/META >X@dirrm lib/ocaml/site-lib/pcre >END-of-/usr/ports/devel/ocaml-pcre/pkg-plist >echo x - /usr/ports/devel/ocaml-pcre/pkg-descr >sed 's/^X//' >/usr/ports/devel/ocaml-pcre/pkg-descr << 'END-of-/usr/ports/devel/ocaml-pcre/pkg-descr' >XPerl compatible regular expressions for Objective Caml. >X >XWWW: http://www.ai.univie.ac.at/~markus/home/ocaml_sources.html >X >X- Henrik Motakef >X <henrik.motakef@web.de> >END-of-/usr/ports/devel/ocaml-pcre/pkg-descr >echo x - /usr/ports/devel/ocaml-pcre/pkg-comment >sed 's/^X//' >/usr/ports/devel/ocaml-pcre/pkg-comment << 'END-of-/usr/ports/devel/ocaml-pcre/pkg-comment' >XPerl compatible regular expressions for Objective Caml >END-of-/usr/ports/devel/ocaml-pcre/pkg-comment >echo x - /usr/ports/devel/ocaml-pcre/distinfo >sed 's/^X//' >/usr/ports/devel/ocaml-pcre/distinfo << 'END-of-/usr/ports/devel/ocaml-pcre/distinfo' >XMD5 (pcre_ocaml-4.22-0.tar.gz) = 5782bd645e7257e6db0cb5ffc29d9f72 >END-of-/usr/ports/devel/ocaml-pcre/distinfo >echo x - /usr/ports/devel/ocaml-pcre/Makefile >sed 's/^X//' >/usr/ports/devel/ocaml-pcre/Makefile << 'END-of-/usr/ports/devel/ocaml-pcre/Makefile' >X# New ports collection makefile for: ocaml-pcre >X# Date created: 21 April 2002 >X# Whom: Henrik Motakef <henrik.motakef@web.de> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= pcre >XPORTVERSION= 4.22.0 >XCATEGORIES= devel >XMASTER_SITES= http://www.ai.univie.ac.at/~markus/ocaml_sources/ >XPKGNAMEPREFIX= ocaml- >XDISTNAME= pcre_ocaml-4.22-0 >X >XMAINTAINER= henrik.motakef@web.de >X >XBUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ >X ocamlopt:${PORTSDIR}/lang/ocaml >X >XUSE_GMAKE= yes >XMAKE_ENV= OCAML_LIB_INSTALL=${PREFIX}/lib/ocaml/site-lib/pcre >X >Xpost-install: >X ${INSTALL_DATA} ${WRKSRC}/META ${PREFIX}/lib/ocaml/site-lib/pcre; \ >X ${ECHO} "${PREFIX}/lib/ocaml/site-lib/pcre" >> ${PREFIX}/lib/ocaml/ld.conf >X >X.include <bsd.port.mk> >END-of-/usr/ports/devel/ocaml-pcre/Makefile >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 37354
: 21296