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 plus build and install scripts.
This is es. Spanish package for the construction of native language translations of Octave funcitons. WWW: http://octave.sourceforge.net/ PR: ports/147600 Submitted by: Stephen Montgomey-Smith <stephen@missouri.edu> Feature safe: yes
This commit is contained in:
parent
d0b4b366a5
commit
73565302ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257152
5 changed files with 38 additions and 0 deletions
|
@ -221,6 +221,7 @@
|
|||
SUBDIR += octave-forge-data-smoothing
|
||||
SUBDIR += octave-forge-econometrics
|
||||
SUBDIR += octave-forge-engine
|
||||
SUBDIR += octave-forge-es
|
||||
SUBDIR += octave-forge-financial
|
||||
SUBDIR += octave-forge-fpl
|
||||
SUBDIR += octave-forge-ga
|
||||
|
|
22
math/octave-forge-es/Makefile
Normal file
22
math/octave-forge-es/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: octave-forge-es
|
||||
# Date created: 6 June 2010
|
||||
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= octave-forge-es
|
||||
PORTVERSION= 0.0.4
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= stephen@missouri.edu
|
||||
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${OCTAVE_PKGNAME}/src
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/Mk/bsd.octave.mk"
|
||||
post-build:
|
||||
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME}
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
math/octave-forge-es/distinfo
Normal file
3
math/octave-forge-es/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (octave-forge/es-0.0.4.tar.gz) = 7f7d992bfda43a2689b690e6018355e9
|
||||
SHA256 (octave-forge/es-0.0.4.tar.gz) = 5f34492607bf434b9abed14aed7e54d8ae552bc268516ed453161acfa68d73d0
|
||||
SIZE (octave-forge/es-0.0.4.tar.gz) = 262939
|
11
math/octave-forge-es/pkg-descr
Normal file
11
math/octave-forge-es/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
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 es.
|
||||
|
||||
Spanish package for the construction of native language translations of
|
||||
Octave functions.
|
||||
|
||||
WWW: http://octave.sourceforge.net/
|
1
math/octave-forge-es/pkg-plist
Normal file
1
math/octave-forge-es/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
@comment This file intentionally left empty
|
Loading…
Reference in a new issue