diff options
| author | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 05:03:08 +0000 |
|---|---|---|
| committer | Maho Nakata <maho@FreeBSD.org> | 2008-09-08 05:03:08 +0000 |
| commit | 52a276fe46db753e9887d91c5ea32694f6e1db87 (patch) | |
| tree | 248c2f9e63b2cae44a335f16475c1168565bccf8 /math | |
| parent | 6dde1c4607b54378d617e716605754e665170278 (diff) | |
Notes
Diffstat (limited to 'math')
| -rw-r--r-- | math/Makefile | 1 | ||||
| -rw-r--r-- | math/octave-forge-ftp/Makefile | 20 | ||||
| -rw-r--r-- | math/octave-forge-ftp/distinfo | 3 | ||||
| -rw-r--r-- | math/octave-forge-ftp/pkg-descr | 10 | ||||
| -rw-r--r-- | math/octave-forge-ftp/pkg-plist | 1 |
5 files changed, 35 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index fa55bc69059b..d8bb1e7c7025 100644 --- a/math/Makefile +++ b/math/Makefile @@ -192,6 +192,7 @@ SUBDIR += octave-forge-engine SUBDIR += octave-forge-fixed SUBDIR += octave-forge-fpl + SUBDIR += octave-forge-ftp SUBDIR += octave-forge-general SUBDIR += octave-forge-gsl SUBDIR += octave-forge-ident diff --git a/math/octave-forge-ftp/Makefile b/math/octave-forge-ftp/Makefile new file mode 100644 index 000000000000..84ac587d2341 --- /dev/null +++ b/math/octave-forge-ftp/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: octave-forge +# Date created: 5 May 2004 +# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> +# +# $FreeBSD$ +# + +PORTNAME= octave-forge-ftp +PORTVERSION= 1.0.1 +CATEGORIES= math + +MAINTAINER= stephen@math.missouri.edu +COMMENT= Octave-forge package ${OCTAVE_PKGNAME} + +LIB_DEPENDS+= ftp:${PORTSDIR}/ftp/ftplib +RUN_DEPENDS+= swig:${PORTSDIR}/devel/swig13 + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/Mk/bsd.octave.mk" +.include <bsd.port.post.mk> diff --git a/math/octave-forge-ftp/distinfo b/math/octave-forge-ftp/distinfo new file mode 100644 index 000000000000..3b2884b71c89 --- /dev/null +++ b/math/octave-forge-ftp/distinfo @@ -0,0 +1,3 @@ +MD5 (octave-forge/ftp-1.0.1.tar.gz) = 7cf0791603c262f9522e79589e8d0a97 +SHA256 (octave-forge/ftp-1.0.1.tar.gz) = e896b2f13eb9d98a2d355017046d5badafbdda322557ed3df3407eb065a334f5 +SIZE (octave-forge/ftp-1.0.1.tar.gz) = 63311 diff --git a/math/octave-forge-ftp/pkg-descr b/math/octave-forge-ftp/pkg-descr new file mode 100644 index 000000000000..b65fcf4d4beb --- /dev/null +++ b/math/octave-forge-ftp/pkg-descr @@ -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 ftp. + + These are bindings for ftplib, and MATLAB compatible APIs. + +WWW: http://octave.sourceforge.net/ diff --git a/math/octave-forge-ftp/pkg-plist b/math/octave-forge-ftp/pkg-plist new file mode 100644 index 000000000000..a999ec86c07e --- /dev/null +++ b/math/octave-forge-ftp/pkg-plist @@ -0,0 +1 @@ +@comment This file intentionally left empty |
