[Midnightbsd-cvs] mports [17383] trunk/math/calc/pkg-plist: calc 2.12.4.13
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Sep 19 19:31:51 EDT 2014
Revision: 17383
http://svnweb.midnightbsd.org/mports/?rev=17383
Author: laffer1
Date: 2014-09-19 19:31:50 -0400 (Fri, 19 Sep 2014)
Log Message:
-----------
calc 2.12.4.13
Modified Paths:
--------------
trunk/math/calc/Makefile
trunk/math/calc/distinfo
trunk/math/calc/files/patch-Makefile
trunk/math/calc/pkg-plist
Property Changed:
----------------
trunk/math/calc/files/patch-Makefile
Modified: trunk/math/calc/Makefile
===================================================================
--- trunk/math/calc/Makefile 2014-09-19 23:30:29 UTC (rev 17382)
+++ trunk/math/calc/Makefile 2014-09-19 23:31:50 UTC (rev 17383)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= calc
-PORTVERSION= 2.12.4.8
+PORTVERSION= 2.12.4.13
CATEGORIES= math
MASTER_SITES= SF
@@ -10,22 +10,25 @@
LICENSE= lgpl
-USES= gmake tar:bzip2
+USES= gmake tar:bzip2 readline
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes
-MAN1= calc.1
-
CALCPAGER?= more
-MAKE_ENV+= CALCPAGER="${CALCPAGER}" CAT="${CAT}" CHMOD="${CHMOD}" CP="${CP}" \
- GMAKE="${GMAKE}" LN="${LN}" MKDIR="${MKDIR}" MV="${MV}" RM="${RM}" \
- SED="${SED}" TOUCH="${TOUCH}" TRUE="${TRUE}"
+MAKE_ENV+= CALCPAGER="${CALCPAGER}" CAT="${CAT}" CHMOD="${CHMOD}" \
+ CP="${CP}" GMAKE="${MAKE_CMD}" LN="${LN}" MKDIR="${MKDIR}" \
+ MV="${MV}" RM="${RM}" SED="${SED}" TOUCH="${TOUCH}" \
+ TRUE="${TRUE}"
+.if !exists(/usr/lib/libreadline.so)
+MAKE_ARGS= READLINE_INCLUDE="-I${LOCALBASE}/include" \
+ READLINE_LIB="-L${LOCALBASE}/lib -lreadline"
+.endif
PLIST_SUB+= VERSION=${PORTVERSION} VER1=${PORTVERSION:R} \
VER2=${PORTVERSION:R:R} VER3=${PORTVERSION:R:R:R}
regression-test: build
- ( cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} check )
+ ( cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check )
.include <bsd.port.mk>
Modified: trunk/math/calc/distinfo
===================================================================
--- trunk/math/calc/distinfo 2014-09-19 23:30:29 UTC (rev 17382)
+++ trunk/math/calc/distinfo 2014-09-19 23:31:50 UTC (rev 17383)
@@ -1,2 +1,2 @@
-SHA256 (calc-2.12.4.8.tar.bz2) = ed14a0e02585c1271ea2a51c6f9ec2e2faabb73fade2f8caa7b483c90d0f1fbd
-SIZE (calc-2.12.4.8.tar.bz2) = 910438
+SHA256 (calc-2.12.4.13.tar.bz2) = 1e6fd3256bd7bf738fcfe6e2d6a9d8a6bb0f37393aba6020b01d96274419a92c
+SIZE (calc-2.12.4.13.tar.bz2) = 970778
Modified: trunk/math/calc/files/patch-Makefile
===================================================================
--- trunk/math/calc/files/patch-Makefile 2014-09-19 23:30:29 UTC (rev 17382)
+++ trunk/math/calc/files/patch-Makefile 2014-09-19 23:31:50 UTC (rev 17383)
@@ -1,5 +1,5 @@
---- Makefile.orig 2008-05-10 07:58:05.000000000 -0400
-+++ Makefile 2008-08-06 08:53:08.992116860 -0400
+--- ./Makefile.orig 2013-09-27 08:55:28.000000000 +0000
++++ ./Makefile 2014-07-31 11:42:54.000000000 +0000
@@ -585,7 +585,7 @@
#INCDIR= /usr/local/include
@@ -7,9 +7,9 @@
-INCDIR= /usr/include
+INCDIR= ${PREFIX}/include
- # Where to install calc realted things
+ # Where to install calc related things
#
-@@ -612,15 +612,15 @@
+@@ -624,15 +624,15 @@
#
#BINDIR= /usr/local/bin
#BINDIR= /dev/env/DJDIR/bin
@@ -28,7 +28,16 @@
# NOTE: Do not set CALC_INCDIR to /usr/include or /usr/local/include!!!
# Always be sure that the CALC_INCDIR path ends in /calc to avoid
-@@ -698,7 +698,7 @@
+@@ -699,7 +699,7 @@
+ #
+ # If in doubt, use T=
+ #
+-T=
++T=${DESTDIR}
+
+ # where man pages are installed
+ #
+@@ -710,7 +710,7 @@
#MANDIR=
#MANDIR= /usr/local/man/man1
#MANDIR= /usr/man/man1
@@ -58,7 +67,7 @@
#
#READLINE_LIB= -L/usr/gnu/lib -lreadline
#READLINE_EXTRAS= -lhistory -lncurses
-@@ -857,7 +857,7 @@
+@@ -869,7 +869,7 @@
#CALCPAGER= more
#CALCPAGER= pg
#CALCPAGER= cat
@@ -67,7 +76,7 @@
#CALCPAGER= less.exe -ci
# Debug/Optimize options for ${CC} and ${LCC}
-@@ -966,8 +966,8 @@
+@@ -978,8 +978,8 @@
# MKDIR_ARG= -p # use mkdir -p when creating paths
# MKDIR_ARG= # use if system does not understand mkdir -p
#
@@ -76,9 +85,9 @@
+#MKDIR_ARG= -p
+MKDIR_ARG=
- # Some out of date operating systems require / want an executable to
- # end with a certain file extension. Some compile systems such as
-@@ -999,35 +999,36 @@
+ # Some out of date operating systems require/want an executable to
+ # end with a certain file extension. Some compiler systems such as
+@@ -1012,35 +1012,36 @@
# standard utilities used during make
#
@@ -128,7 +137,7 @@
# assume the X11 makedepend tool for the depend rule
MAKEDEPEND= makedepend
STRIP= strip
-@@ -1235,13 +1236,15 @@
+@@ -1248,13 +1249,15 @@
#
CCWARN= -Wall -W -Wno-comment
CCWERR=
@@ -148,7 +157,7 @@
#
endif
-@@ -1469,7 +1472,8 @@
+@@ -1516,7 +1519,8 @@
else
ICFLAGS= ${COMMON_CFLAGS} ${CC_SHARE}
endif
@@ -158,3 +167,39 @@
# Required flags to link files for calc
#
+@@ -1728,7 +1732,7 @@
+ PURIFY="${PURIFY}" \
+ Q="${Q}" \
+ RANLIB="${RANLIB}" \
+- RM=${RM} \
++ RM="${RM}" \
+ RMDIR=${RMDIR} \
+ SCRIPTDIR="${SCRIPTDIR}" \
+ SED=${SED} \
+@@ -1768,7 +1772,7 @@
+ MKDIR=${MKDIR} \
+ MV=${MV} \
+ Q="${Q}" \
+- RM=${RM} \
++ RM="${RM}" \
+ RMDIR=${RMDIR} \
+ SCRIPTDIR="${SCRIPTDIR}" \
+ SED=${SED} \
+@@ -1797,7 +1801,7 @@
+ MKDIR=${MKDIR} \
+ MV=${MV} \
+ Q="${Q}" \
+- RM=${RM} \
++ RM="${RM}" \
+ RMDIR=${RMDIR} \
+ SCRIPTDIR="${SCRIPTDIR}" \
+ T=${T} \
+@@ -1826,7 +1830,7 @@
+ MKDIR=${MKDIR} \
+ MV=${MV} \
+ Q="${Q}" \
+- RM=${RM} \
++ RM="${RM}" \
+ RMDIR=${RMDIR} \
+ SCRIPTDIR="${SCRIPTDIR}" \
+ SED=${SED} \
Property changes on: trunk/math/calc/files/patch-Makefile
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Modified: trunk/math/calc/pkg-plist
===================================================================
--- trunk/math/calc/pkg-plist 2014-09-19 23:30:29 UTC (rev 17382)
+++ trunk/math/calc/pkg-plist 2014-09-19 23:31:50 UTC (rev 17383)
@@ -75,14 +75,18 @@
lib/libcustcalc.so.%%VER1%%
lib/libcustcalc.so.%%VER2%%
lib/libcustcalc.so.%%VER3%%
+man/man1/calc.1.gz
%%DATADIR%%/README
%%DATADIR%%/alg_config.cal
%%DATADIR%%/beer.cal
%%DATADIR%%/bernoulli.cal
+%%DATADIR%%/bernpoly.cal
%%DATADIR%%/bigprime.cal
%%DATADIR%%/bindings
+%%DATADIR%%/brentsolve.cal
%%DATADIR%%/chi.cal
%%DATADIR%%/chrem.cal
+%%DATADIR%%/constants.cal
%%DATADIR%%/custhelp/argv
%%DATADIR%%/custhelp/devnull
%%DATADIR%%/custhelp/help
@@ -96,9 +100,11 @@
%%DATADIR%%/custom/pzasusb8.cal
%%DATADIR%%/custom/register.cal
%%DATADIR%%/deg.cal
+%%DATADIR%%/dms.cal
%%DATADIR%%/dotest.cal
-%%DATADIR%%/dms.cal
%%DATADIR%%/ellip.cal
+%%DATADIR%%/factorial.cal
+%%DATADIR%%/factorial2.cal
%%DATADIR%%/gvec.cal
%%DATADIR%%/hello.cal
%%DATADIR%%/help/COPYING
@@ -259,18 +265,24 @@
%%DATADIR%%/help/intro
%%DATADIR%%/help/inverse
%%DATADIR%%/help/iroot
+%%DATADIR%%/help/isalnum
+%%DATADIR%%/help/isalpha
%%DATADIR%%/help/isassoc
%%DATADIR%%/help/isatty
%%DATADIR%%/help/isblk
+%%DATADIR%%/help/iscntrl
%%DATADIR%%/help/isconfig
%%DATADIR%%/help/isdefined
+%%DATADIR%%/help/isdigit
%%DATADIR%%/help/iserror
%%DATADIR%%/help/iseven
%%DATADIR%%/help/isfile
+%%DATADIR%%/help/isgraph
%%DATADIR%%/help/ishash
%%DATADIR%%/help/isident
%%DATADIR%%/help/isint
%%DATADIR%%/help/islist
+%%DATADIR%%/help/islower
%%DATADIR%%/help/ismat
%%DATADIR%%/help/ismult
%%DATADIR%%/help/isnull
@@ -279,7 +291,9 @@
%%DATADIR%%/help/isobjtype
%%DATADIR%%/help/isodd
%%DATADIR%%/help/isprime
+%%DATADIR%%/help/isprint
%%DATADIR%%/help/isptr
+%%DATADIR%%/help/ispunct
%%DATADIR%%/help/isqrt
%%DATADIR%%/help/isrand
%%DATADIR%%/help/israndom
@@ -286,9 +300,12 @@
%%DATADIR%%/help/isreal
%%DATADIR%%/help/isrel
%%DATADIR%%/help/issimple
+%%DATADIR%%/help/isspace
%%DATADIR%%/help/issq
%%DATADIR%%/help/isstr
%%DATADIR%%/help/istype
+%%DATADIR%%/help/isupper
+%%DATADIR%%/help/isxdigit
%%DATADIR%%/help/jacobi
%%DATADIR%%/help/join
%%DATADIR%%/help/lcm
@@ -401,11 +418,13 @@
%%DATADIR%%/help/statement
%%DATADIR%%/help/stoponerror
%%DATADIR%%/help/str
+%%DATADIR%%/help/strcasecmp
%%DATADIR%%/help/strcat
%%DATADIR%%/help/strcmp
%%DATADIR%%/help/strcpy
%%DATADIR%%/help/strerror
%%DATADIR%%/help/strlen
+%%DATADIR%%/help/strncasecmp
%%DATADIR%%/help/strncmp
%%DATADIR%%/help/strncpy
%%DATADIR%%/help/strpos
@@ -412,6 +431,8 @@
%%DATADIR%%/help/strprintf
%%DATADIR%%/help/strscan
%%DATADIR%%/help/strscanf
+%%DATADIR%%/help/strtolower
+%%DATADIR%%/help/strtoupper
%%DATADIR%%/help/substr
%%DATADIR%%/help/sum
%%DATADIR%%/help/swap
@@ -434,8 +455,12 @@
%%DATADIR%%/help/wishlist
%%DATADIR%%/help/xor
%%DATADIR%%/hms.cal
+%%DATADIR%%/infinities.cal
%%DATADIR%%/intfile.cal
+%%DATADIR%%/intnum.cal
+%%DATADIR%%/lambertw.cal
%%DATADIR%%/linear.cal
+%%DATADIR%%/lnseries.cal
%%DATADIR%%/lucas.cal
%%DATADIR%%/lucas_chk.cal
%%DATADIR%%/lucas_tbl.cal
@@ -463,7 +488,11 @@
%%DATADIR%%/seedrandom.cal
%%DATADIR%%/set8700.cal
%%DATADIR%%/set8700.line
+%%DATADIR%%/smallfactors.cal
%%DATADIR%%/solve.cal
+%%DATADIR%%/specialfunctions.cal
+%%DATADIR%%/statistics.cal
+%%DATADIR%%/strings.cal
%%DATADIR%%/sumsq.cal
%%DATADIR%%/sumtimes.cal
%%DATADIR%%/surd.cal
@@ -483,11 +512,12 @@
%%DATADIR%%/test8400.cal
%%DATADIR%%/test8500.cal
%%DATADIR%%/test8600.cal
+%%DATADIR%%/test8900.cal
+%%DATADIR%%/toomcook.cal
%%DATADIR%%/unitfrac.cal
%%DATADIR%%/varargs.cal
%%DATADIR%%/xx_print.cal
- at dirrmtry man/man1
- at dirrmtry man
+%%DATADIR%%/zeta2.cal
@dirrm %%DATADIR%%/help
@dirrm %%DATADIR%%/custom
@dirrm %%DATADIR%%/custhelp
More information about the Midnightbsd-cvs
mailing list