Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 May 2016 14:44:07 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414999 - in head: . lang lang/moscow_ml lang/mosml lang/mosml/files
Message-ID:  <201605111444.u4BEi7C9095898@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Wed May 11 14:44:06 2016
New Revision: 414999
URL: https://svnweb.freebsd.org/changeset/ports/414999

Log:
  Moscow_ml has been renamed mosml
  Update to version 2.10.1, now hosted on Github
  See changelog on the new project website http://mosml.org/

Added:
  head/lang/mosml/
     - copied from r414998, head/lang/moscow_ml/
Deleted:
  head/lang/moscow_ml/
  head/lang/mosml/files/
Modified:
  head/MOVED
  head/lang/Makefile
  head/lang/mosml/Makefile
  head/lang/mosml/distinfo
  head/lang/mosml/pkg-descr
  head/lang/mosml/pkg-plist

Modified: head/MOVED
==============================================================================
--- head/MOVED	Wed May 11 14:36:55 2016	(r414998)
+++ head/MOVED	Wed May 11 14:44:06 2016	(r414999)
@@ -8314,3 +8314,4 @@ graphics/py-opengl|graphics/py-PyOpenGL|
 graphics/py-opengl-accelerate|graphics/py-PyOpenGL-accelerate|2016-05-09|Use correct upstream PyPI name
 java/linux-sun-jre17||2016-05-09|Has expired: Unsupported and known for multiple security vulnerabilities
 deskutils/gnustep-notebook||2016-05-09|Has expired: Does not fetch
+lang/moscow_ml|lang/mosml|2016-05-11|Project renamed

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Wed May 11 14:36:55 2016	(r414998)
+++ head/lang/Makefile	Wed May 11 14:44:06 2016	(r414999)
@@ -176,8 +176,8 @@
     SUBDIR += modula3
     SUBDIR += mono
     SUBDIR += mono-basic
-    SUBDIR += moscow_ml
     SUBDIR += mosh
+    SUBDIR += mosml
     SUBDIR += mtasc
     SUBDIR += munger
     SUBDIR += nawk

Modified: head/lang/mosml/Makefile
==============================================================================
--- head/lang/moscow_ml/Makefile	Wed May 11 14:36:55 2016	(r414998)
+++ head/lang/mosml/Makefile	Wed May 11 14:44:06 2016	(r414999)
@@ -1,75 +1,50 @@
-# Created by: Chuck Robey <chuckr@FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	moscow_ml
-PORTVERSION=	2.01
-PORTREVISION=	7
+PORTNAME=	mosml
+PORTVERSION=	2.10.1
 CATEGORIES=	lang
-MASTER_SITES=	http://www.itu.dk/~sestoft/mosml/
-DISTNAME=	mos201src
 
 MAINTAINER=	johans@FreeBSD.org
 COMMENT=	Lightweight implementation of Standard ML
 
-BROKEN_powerpc64=	Does not build
-
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libgdbm.so:databases/gdbm
 
-RESTRICTED=	Restrictions on for-profit distribution
+GH_ACCOUNT=	kfl
+GH_TAGNAME=	ver-${PORTVERSION}
+USE_GITHUB=	yes
 
-USES=		compiler:features perl5
-ALL_TARGET=	world
-MAKE_ARGS=	MOSMLHOME="${MOSMLHOME}" DOCSDIR="${DOCSDIR}" \
-		LD_RUN_PATH="${PREFIX}/lib/mosml"
-WRKSRC=		${WRKDIR}/mosml/src
+BROKEN_powerpc64=	Does not build
 
-LDFLAGS+=	-L${LOCALBASE}/lib
+RESTRICTED=	Restrictions on for-profit distribution
 
-SUB_FILES=	pkg-message
+USES=		compiler:features gmake perl5
+ALL_TARGET=	world
+MAKE_ARGS=	ADDRUNLIBS= \
+		CPP="${CPP} -P -traditional -Dunix -Umsdos" \
+		DOCSDIR="${DOCSDIR}" \
+		DYNLD="${CC} -shared" \
+		LD="${CC}" \
+		LD_RUN_PATH="${PREFIX}/lib/mosml" \
+		MOSMLHOME="${MOSMLHOME}" \
+		STRIP="${STRIP_CMD}"
+WRKSRC_SUBDIR=	src
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 .include <bsd.port.pre.mk>
 
-post-patch: .SILENT
-.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 36
-	${FIND} ${WRKSRC} -name Makefile | ${XARGS} \
-		${REINPLACE_CMD} -e "s,-fno-defer-pop,,"
-.endif
-	${FIND} ${WRKSRC} -name Makefile | ${XARGS} \
-		${REINPLACE_CMD} -e "s,-O2,${CFLAGS} -I${LOCALBASE}/include,"
-	${FIND} ${WRKDIR}/mosml/examples -name Makefile -o \
-		-name Makefile.stub | ${XARGS} ${REINPLACE_CMD} \
-		-e "s,^MOSMLHOME=.*,,"
-	${FIND} ${WRKDIR}/mosml/examples -name Makefile -o \
-		-name Makefile.stub | ${XARGS} ${REINPLACE_CMD} -e \
-		"s,^MOSMLTOOLS=.*,MOSMLTOOLS=camlrunm ${PREFIX}/libexec/mosml,"
-	@${MKDIR} ${WRKDIR}/mosml/examples/ffi
-	${LN} -s ${WRKSRC}/dynlibs/crypt ${WRKDIR}/mosml/examples/ffi
-	${LN} -s ${WRKSRC}/dynlibs/interface ${WRKDIR}/mosml/examples/ffi
-	${REINPLACE_CMD} -e "s,/usr/local,${PREFIX}," \
-		${WRKSRC}/dynlibs/crypt/Makefile \
-		${WRKSRC}/dynlibs/interface/Makefile
-	${REINPLACE_CMD} -e '/ln -s/s|$$(BINDIR)|../../bin|' \
-		${WRKSRC}/mosmllib/Makefile
-# Fix inner makefiles and configure script to make port jobs (-jX) safe
-	${REINPLACE_CMD} -e '2s,^,cd "$$1" || exit 1 ; shift,' \
-		${WRKSRC}/config/autoconf
-	${REINPLACE_CMD} -E 's,cd( config); sh (autoconf),sh\1/\2\1,' \
-		${WRKSRC}/Makefile
-	${FIND} ${WRKSRC} -type f -name Makefile -print0 | ${XARGS} -0 \
-		${REINPLACE_CMD} -E 's|cd (.+); make|$$(MAKE) -C \1|'
+post-patch:
+	${REINPLACE_CMD} 's/make /$$(MAKE) /' ${WRKSRC}/doc/Makefile \
+		${WRKSRC}/doc/helpsigs/Makefile
 
 post-install:
-	${INSTALL_DATA} ${WRKDIR}/mosml/copyrght/copyrght.att \
-		${WRKDIR}/mosml/copyrght/copyrght.cl \
-		${WRKDIR}/mosml/copyrght/gpl2 \
-		${WRKDIR}/mosml/README ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${PKGMESSAGE} ${STAGEDIR}${DOCSDIR}/README.FreeBSD
+	${INSTALL_DATA} ${WRKSRC}/../copyrght/copyrght.att \
+		${WRKSRC}/../copyrght/copyrght.cl \
+		${WRKSRC}/../copyrght/gpl2 \
+		${WRKSRC}/../README ${STAGEDIR}${DOCSDIR}
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	${INSTALL_DATA} ${WRKDIR}/mosml/tools/Makefile.stub ${STAGEDIR}${EXAMPLESDIR}
-	cd ${WRKDIR}/mosml/examples && ${TAR} -cf - --dereference \
+	cd ${WRKSRC}/../examples && ${TAR} -cf - --dereference \
 		--exclude=\*.orig --exclude=\*.bak --exclude=\*.w32 * | \
 		${TAR} -xf - -C "${STAGEDIR}${EXAMPLESDIR}"
 	@${FIND} ${STAGEDIR}${EXAMPLESDIR} -type f -exec ${CHMOD} ${SHAREMODE} {} \;

Modified: head/lang/mosml/distinfo
==============================================================================
--- head/lang/moscow_ml/distinfo	Wed May 11 14:36:55 2016	(r414998)
+++ head/lang/mosml/distinfo	Wed May 11 14:44:06 2016	(r414999)
@@ -1,2 +1,2 @@
-SHA256 (mos201src.tar.gz) = 9ec5695358a4aa4702d856c026f3cf0bce77275e8d1318fd90d455a44c46edff
-SIZE (mos201src.tar.gz) = 2314392
+SHA256 (kfl-mosml-2.10.1-ver-2.10.1_GH0.tar.gz) = fed5393668b88d69475b070999b1fd34e902591345de7f09b236824b92e4a78f
+SIZE (kfl-mosml-2.10.1-ver-2.10.1_GH0.tar.gz) = 2558644

Modified: head/lang/mosml/pkg-descr
==============================================================================
--- head/lang/moscow_ml/pkg-descr	Wed May 11 14:36:55 2016	(r414998)
+++ head/lang/mosml/pkg-descr	Wed May 11 14:44:06 2016	(r414999)
@@ -1,15 +1,13 @@
 This is Moscow ML, a lightweight implementation of Standard ML:
 
-The current version (v2.01) of Moscow ML
-    * implements Standard ML, as revised 1997 (value polymorphism, 
-      default overloading resolution, new types)
-    * implements most of the new Standard ML Basis Library, including
-      the most common input/output facilities in TextIO and BinIO.
-    * implements separate compilation
-    * can produce compact stand-alone executables (a la Caml Light)
-    * supports quotations and antiquotations, useful for metaprogramming
-    * includes several new libraries
-    * includes several new libraries (sockets, regex, unix)
-    * offers an easy-to-use foreign-function interface
+The current version of Moscow ML
+  * implements the full Standard ML language, as revised 1997,
+    including Modules and some extensions
+  * yet is backwards compatible with versions prior to 2.00
+  * implements large parts of the new SML Basis Library
+  * implements separate compilation
+  * can produce compact stand-alone executables (a la Caml Light)
+  * supports quotations and antiquotations, useful for metaprogramming
+  * supports dynamic linking of external functions
 
-WWW: http://www.itu.dk/~sestoft/mosml.html
+WWW: http://mosml.org/

Modified: head/lang/mosml/pkg-plist
==============================================================================
--- head/lang/moscow_ml/pkg-plist	Wed May 11 14:36:55 2016	(r414998)
+++ head/lang/mosml/pkg-plist	Wed May 11 14:44:06 2016	(r414999)
@@ -45,6 +45,9 @@ lib/mosml/Array.uo
 lib/mosml/Array2.sig
 lib/mosml/Array2.ui
 lib/mosml/Array2.uo
+lib/mosml/ArraySlice.sig
+lib/mosml/ArraySlice.ui
+lib/mosml/ArraySlice.uo
 lib/mosml/Arraysort.sig
 lib/mosml/Arraysort.ui
 lib/mosml/Arraysort.uo
@@ -63,6 +66,9 @@ lib/mosml/Binaryset.uo
 lib/mosml/Bool.sig
 lib/mosml/Bool.ui
 lib/mosml/Bool.uo
+lib/mosml/Buffer.sig
+lib/mosml/Buffer.ui
+lib/mosml/Buffer.uo
 lib/mosml/Byte.sig
 lib/mosml/Byte.ui
 lib/mosml/Byte.uo
@@ -75,9 +81,15 @@ lib/mosml/Char.uo
 lib/mosml/CharArray.sig
 lib/mosml/CharArray.ui
 lib/mosml/CharArray.uo
+lib/mosml/CharArraySlice.sig
+lib/mosml/CharArraySlice.ui
+lib/mosml/CharArraySlice.uo
 lib/mosml/CharVector.sig
 lib/mosml/CharVector.ui
 lib/mosml/CharVector.uo
+lib/mosml/CharVectorSlice.sig
+lib/mosml/CharVectorSlice.ui
+lib/mosml/CharVectorSlice.uo
 lib/mosml/CommandLine.sig
 lib/mosml/CommandLine.ui
 lib/mosml/CommandLine.uo
@@ -100,6 +112,9 @@ lib/mosml/Gdimage.sig
 lib/mosml/Gdimage.ui
 lib/mosml/Gdimage.uo
 lib/mosml/General.sig
+lib/mosml/Hashset.sig
+lib/mosml/Hashset.ui
+lib/mosml/Hashset.uo
 lib/mosml/Help.sig
 lib/mosml/Help.ui
 lib/mosml/Help.uo
@@ -193,9 +208,15 @@ lib/mosml/README
 lib/mosml/Random.sig
 lib/mosml/Random.ui
 lib/mosml/Random.uo
+lib/mosml/Rbset.sig
+lib/mosml/Rbset.ui
+lib/mosml/Rbset.uo
 lib/mosml/Real.sig
 lib/mosml/Real.ui
 lib/mosml/Real.uo
+lib/mosml/Redblackmap.sig
+lib/mosml/Redblackmap.ui
+lib/mosml/Redblackmap.uo
 lib/mosml/Regex.sig
 lib/mosml/Regex.ui
 lib/mosml/Regex.uo
@@ -247,6 +268,9 @@ lib/mosml/Unix.uo
 lib/mosml/Vector.sig
 lib/mosml/Vector.ui
 lib/mosml/Vector.uo
+lib/mosml/VectorSlice.sig
+lib/mosml/VectorSlice.ui
+lib/mosml/VectorSlice.uo
 lib/mosml/Weak.sig
 lib/mosml/Weak.ui
 lib/mosml/Weak.uo
@@ -259,25 +283,26 @@ lib/mosml/Word8.uo
 lib/mosml/Word8Array.sig
 lib/mosml/Word8Array.ui
 lib/mosml/Word8Array.uo
+lib/mosml/Word8ArraySlice.sig
+lib/mosml/Word8ArraySlice.ui
+lib/mosml/Word8ArraySlice.uo
 lib/mosml/Word8Vector.sig
 lib/mosml/Word8Vector.ui
 lib/mosml/Word8Vector.uo
+lib/mosml/Word8VectorSlice.sig
+lib/mosml/Word8VectorSlice.ui
+lib/mosml/Word8VectorSlice.uo
 lib/mosml/camlrunm
 lib/mosml/header
 lib/mosml/helpsigs.val
-lib/mosml/libmgdbm.so
 lib/mosml/libmgmp.so
-lib/mosml/libmregex.so
 lib/mosml/libmsocket.so
 lib/mosml/libmunix.so
 lib/mosml/mosmlcmp
 lib/mosml/mosmllex
 lib/mosml/mosmllnk
 lib/mosml/mosmltop
-libexec/mosml/cutdeps
-libexec/mosml/mosmldep
 %%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD
 %%PORTDOCS%%%%DOCSDIR%%/copyrght.att
 %%PORTDOCS%%%%DOCSDIR%%/copyrght.cl
 %%PORTDOCS%%%%DOCSDIR%%/gpl2
@@ -286,17 +311,21 @@ libexec/mosml/mosmldep
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/AppleScript.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Array.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Array2.html
+%%PORTDOCS%%%%DOCSDIR%%/mosmllib/ArraySlice.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Arraysort.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/BasicIO.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/BinIO.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Binarymap.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Binaryset.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Bool.html
+%%PORTDOCS%%%%DOCSDIR%%/mosmllib/Buffer.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Byte.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Callback.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Char.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/CharArray.html
+%%PORTDOCS%%%%DOCSDIR%%/mosmllib/CharArraySlice.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/CharVector.html
+%%PORTDOCS%%%%DOCSDIR%%/mosmllib/CharVectorSlice.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/CommandLine.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Date.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Dynarray.html
@@ -305,8 +334,10 @@ libexec/mosml/mosmldep
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Gdbm.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Gdimage.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/General.html
+%%PORTDOCS%%%%DOCSDIR%%/mosmllib/Hashset.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Help.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Int.html
+%%PORTDOCS%%%%DOCSDIR%%/mosmllib/IntInf.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Intmap.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Intset.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Lexing.html
@@ -333,7 +364,9 @@ libexec/mosml/mosmldep
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Postgres.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Process.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Random.html
+%%PORTDOCS%%%%DOCSDIR%%/mosmllib/Rbset.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Real.html
+%%PORTDOCS%%%%DOCSDIR%%/mosmllib/Redblackmap.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Regex.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/SML90.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Signal.html
@@ -349,17 +382,18 @@ libexec/mosml/mosmldep
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Timer.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Unix.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Vector.html
+%%PORTDOCS%%%%DOCSDIR%%/mosmllib/VectorSlice.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Weak.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Word.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Word8.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Word8Array.html
+%%PORTDOCS%%%%DOCSDIR%%/mosmllib/Word8ArraySlice.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/Word8Vector.html
+%%PORTDOCS%%%%DOCSDIR%%/mosmllib/Word8VectorSlice.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/idIndex.html
 %%PORTDOCS%%%%DOCSDIR%%/mosmllib/index.html
-%%PORTDOCS%%%%DOCSDIR%%/mosmllib2up.pdf
 %%PORTDOCS%%%%DOCSDIR%%/mosmlref.pdf
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.stub
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc/Lexer.lex
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/calc/Makefile
@@ -374,15 +408,6 @@ libexec/mosml/mosmldep
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi/cgitest.sml
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi/htmlform.html
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi/upload.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ffi/crypt/Makefile
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ffi/crypt/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ffi/crypt/crypt.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ffi/crypt/crypt.sml
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ffi/interface/Makefile
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ffi/interface/cside.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ffi/interface/result.mac
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ffi/interface/smlside.sml
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ffi/interface/smlside_mac.sml
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexyacc/Data.sml
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexyacc/Lexer.lex
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/lexyacc/Main.sml
@@ -420,10 +445,28 @@ libexec/mosml/mosmldep
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/modules/poly.sml
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/modules/recursion.sml
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/modules/sieve.sml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/msp/Makefile
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/msp/README.md
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/msp/calendar.msp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/msp/database.msp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/msp/dbquery.msp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/msp/dbrequestform.msp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/msp/fileindex.msp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/msp/getcookies.msp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/msp/hello.msp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/msp/index.msp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/msp/logtofile.msp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/msp/msp.conf
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/msp/mspcompile.sml
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/msp/script1.msp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/msp/script2.msp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/msp/script3.msp
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/msp/test.msp
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/parsercomb/Makefile
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/parsercomb/Parsercomb.sig
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/parsercomb/Parsercomb.sml
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/parsercomb/README
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parsercomb/exprparser.sml
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/paulson/README
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/paulson/sample.sml
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/paulson/sample10.sml
@@ -464,3 +507,5 @@ libexec/mosml/mosmldep
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/webserver/minimalserver.sml
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/webserver/mosmlserver.sml
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/webserver/useit.sml
+%%DATADIR%%/tools/cutdeps
+%%DATADIR%%/tools/mosmldep



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605111444.u4BEi7C9095898>