1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

liborigin and opj2dat - library and tool for reading

OriginLab OPJ project files

Usage :
	$ ./opj2dat <project.opj>

FEATURES :
	* reads any worksheets with all columns
	* supports 4.1, 5.0, 6.0, 6.1, 7.0, 7.5 projects

WWW: http://sourceforge.net/projects/liborigin/

PR:		ports/102619
Submitted by:	Max Brazhnikov <makc@issp.ac.ru>
This commit is contained in:
Pav Lucistnik 2006-08-31 18:50:03 +00:00
parent 81799e350f
commit 8f0aefc201
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171749
4 changed files with 43 additions and 0 deletions

View File

@ -121,6 +121,7 @@
SUBDIR += libjbigi
SUBDIR += libmath++
SUBDIR += libneural
SUBDIR += liborigin
SUBDIR += libqalculate
SUBDIR += libranlib
SUBDIR += libtommath

28
math/liborigin/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: liborigin
# Date created: 2006-08-26
# Whom: Max Brazhnikov <makc@issp.ac.ru>
#
# $FreeBSD$
#
PORTNAME= liborigin
PORTVERSION= 20060616
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= makc@issp.ac.ru
COMMENT= Tools for importing OriginLab .OPJ files
PLIST_FILES= bin/opj2dat \
lib/liborigin.so \
lib/liborigin.so.0
USE_LDCONFIG= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/opj2dat ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/liborigin.so ${PREFIX}/lib/liborigin.so.0
${LN} -fs ${PREFIX}/lib/liborigin.so.0 ${PREFIX}/lib/liborigin.so
.include <bsd.port.mk>

3
math/liborigin/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (liborigin-20060616.tar.gz) = 37cddf26175fb335c77ff448170770c2
SHA256 (liborigin-20060616.tar.gz) = 9daad51b7bda61ae9acc17eaa3b98761c7a0225eb1822bebe75b54154c03aaf0
SIZE (liborigin-20060616.tar.gz) = 17643

11
math/liborigin/pkg-descr Normal file
View File

@ -0,0 +1,11 @@
liborigin and opj2dat - library and tool for reading
OriginLab OPJ project files
Usage :
$ ./opj2dat <project.opj>
FEATURES :
* reads any worksheets with all columns
* supports 4.1, 5.0, 6.0, 6.1, 7.0, 7.5 projects
WWW: http://sourceforge.net/projects/liborigin/