Index: head/math/octave-forge-strings/Makefile =================================================================== --- head/math/octave-forge-strings/Makefile (nonexistent) +++ head/math/octave-forge-strings/Makefile (revision 566252) @@ -0,0 +1,26 @@ +# Created by: Stephen Montgomery-Smith +# $FreeBSD$ + +PORTNAME= octave-forge-strings +PORTVERSION= 1.2.0 +PORTREVISION= 13 +CATEGORIES= math + +MAINTAINER= stephen@FreeBSD.org +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +# OCTSRC is the name of the directory of the package. +# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. +OCTSRC= ${DISTNAME} + +WRKSRC= ${WRKDIR}/${OCTSRC}/src + +.include "${.CURDIR}/../../Mk/bsd.octave.mk" + +ALL_TARGET= # Intentionally left empty + +post-build: + ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} + +.include Property changes on: head/math/octave-forge-strings/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/math/octave-forge-strings/files/patch-pcregexp.cc =================================================================== --- head/math/octave-forge-strings/files/patch-pcregexp.cc (nonexistent) +++ head/math/octave-forge-strings/files/patch-pcregexp.cc (revision 566252) @@ -0,0 +1,11 @@ +--- pcregexp.cc.orig 2021-02-21 23:21:29 UTC ++++ pcregexp.cc +@@ -49,7 +49,7 @@ Check your system's @code{pcre} man page.\n\ + std::string pattern = args(0).string_value(); + std::string input = args(1).string_value(); + if (error_state) { +- gripe_wrong_type_arg("pcregexp", args(0)); ++ err_wrong_type_arg("pcregexp", args(0)); + return retval; + } + Property changes on: head/math/octave-forge-strings/files/patch-pcregexp.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/math/octave-forge-strings/distinfo =================================================================== --- head/math/octave-forge-strings/distinfo (nonexistent) +++ head/math/octave-forge-strings/distinfo (revision 566252) @@ -0,0 +1,2 @@ +SHA256 (octave-forge/strings-1.2.0.tar.gz) = cfe2702d9e1b69e1fc6bee9a8fab8bb3d63a42d74e763538687d0dbcdd5619ac +SIZE (octave-forge/strings-1.2.0.tar.gz) = 8816 Property changes on: head/math/octave-forge-strings/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/math/octave-forge-strings/pkg-descr =================================================================== --- head/math/octave-forge-strings/pkg-descr (nonexistent) +++ head/math/octave-forge-strings/pkg-descr (revision 566252) @@ -0,0 +1,10 @@ +The octave-forge package is the result of The GNU Octave Repositry project, +which is intended to be a central location for custom scripts, functions and +extensions for GNU Octave. contains the source for all the functions plus +build and install scripts. + +This is strings. + + Additional manipulation functions + +WWW: http://octave.sourceforge.net/ Property changes on: head/math/octave-forge-strings/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property