# HG changeset patch # User John Donoghue # Date 1388621192 18000 # Node ID d7a1542fa3b04cc66d380ee46daa12ccd7bda866 # Parent 0de28586712aee957d7645e3c627f1cc494ed998 Add of-actuarial package * Makefile.am: add of-actuarial package to OCTAVE_FORGE_PACKAGES * build_packages.m: add load of of-actuarial-1.1.0.tar.gz * dist-files.mk: added of-actuarial package. * index.html: add of-actuarial-package. * src/of-actuarial.mk: New file. diff -r 0de28586712a -r d7a1542fa3b0 Makefile.in --- a/Makefile.in Wed Jan 01 17:45:54 2014 -0500 +++ b/Makefile.in Wed Jan 01 19:06:32 2014 -0500 @@ -350,7 +350,7 @@ endif OCTAVE_FORGE_BASE_URL := 'http://sourceforge.net/projects/octave/files/Octave Forge Packages/Individual Package Releases' -OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows odepkg linear-algebra sockets zenity) +OCTAVE_FORGE_PACKAGES := $(addprefix of-,miscellaneous struct optim specfun general signal communications image io statistics control geometry windows odepkg linear-algebra sockets zenity actuarial) MAKE_SHARED_FROM_STATIC := \ $(TOP_DIR)/tools/make-shared-from-static $(MAKE_SHARED_FROM_STATIC_OPTIONS) diff -r 0de28586712a -r d7a1542fa3b0 build_packages.m --- a/build_packages.m Wed Jan 01 17:45:54 2014 -0500 +++ b/build_packages.m Wed Jan 01 19:06:32 2014 -0500 @@ -17,4 +17,5 @@ pkg install -global -auto linear-algebra-2.2.0.tar.gz pkg install -global -auto sockets-1.0.8.tar.gz pkg install -global -auto zenity-0.5.7.tar.gz +pkg install -global -auto actuarial-1.1.0.tar.gz diff -r 0de28586712a -r d7a1542fa3b0 index.html --- a/index.html Wed Jan 01 17:45:54 2014 -0500 +++ b/index.html Wed Jan 01 19:06:32 2014 -0500 @@ -1943,6 +1943,11 @@ Octave + of-actuarial + 1.1.0 + Octave Forge actuarial package + + of-communications 1.2.0 Octave Forge communications package diff -r 0de28586712a -r d7a1542fa3b0 src/of-actuarial.mk --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/of-actuarial.mk Wed Jan 01 19:06:32 2014 -0500 @@ -0,0 +1,20 @@ +# This file is part of MXE. +# See index.html for further information. + +PKG := of-actuarial +$(PKG)_IGNORE := +$(PKG)_CHECKSUM := 89cc7a697f347329a107676afcf09575faa2f386 +$(PKG)_REMOTE_SUBDIR := +$(PKG)_SUBDIR := actuarial +$(PKG)_FILE := actuarial-$($(PKG)_VERSION).tar.gz +$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/octave/$($(PKG)_FILE)?download +$(PKG)_DEPS := + +define $(PKG)_UPDATE + echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2; + echo $($(PKG)_VERSION) +endef + +define $(PKG)_BUILD + $(OCTAVE_FORGE_PKG_BUILD) +endef