Port details |
- liborigin Library and utility for reading OriginLab project files
- 3.0.3,1 math =2 3.0.2,1Version of this port present on the latest quarterly branch.
- Maintainer: makc@FreeBSD.org
- Port Added: 2006-08-31 18:53:17
- Last Update: 2024-07-11 13:27:56
- Commit Hash: fb8f1c4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- https://sourceforge.net/projects/liborigin/
- Description:
- Library and cli utility for reading data from OriginLab OPJ project files.
Supported OPJ versions: 6.0 - 8.1
Usage:
opj2dat <project.opj>
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- liborigin>0:math/liborigin
- To install the port:
- cd /usr/ports/math/liborigin/ && make install clean
- To add the package, run one of these commands:
- pkg install math/liborigin
- pkg install liborigin
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: liborigin
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1720704169
SHA256 (liborigin-3.0.3.tar.gz) = b394e3bf633888f9f4a3e1449d7c7eb39b778a2e657424177a04cde4afe6965a
SIZE (liborigin-3.0.3.tar.gz) = 160804
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Libraries
-
- math/labplot
- science/scidavis
Configuration Options:
- ===> The following configuration options are available for liborigin-3.0.3,1:
DOCS=on: Build and/or install documentation
DOXYGEN=off: Build documentation with Doxygen
===> Use 'make config' to modify these settings
- Options name:
- math_liborigin
- USES:
- compiler:c++11-lang cmake pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.3,1 11 Jul 2024 13:27:56 |
Max Brazhnikov (makc) |
math/liborigin: update to 3.0.3 |
3.0.2,1 04 Nov 2023 19:41:18 |
Max Brazhnikov (makc) |
math/liborigin: update to 3.0.2 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.0.1,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.0.1,1 12 May 2021 15:26:58 |
Max Brazhnikov (makc) |
math/liborigin: update to 3.0.1
- Don't install static library. |
3.0.0_2,1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.0.0_2,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.0_2,1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.0.0_1,1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
3.0.0_1,1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.0.0,1 28 Nov 2018 12:46:46 |
makc |
math/liborigin:
- Update to 3.0.0
- Remove stale CONFLICTS with math/labplot
- Take maintainership |
2.0.0_8,1 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
2.0.0_8,1 09 Aug 2018 06:58:31 |
jbeich |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
2.0.0_7,1 18 Apr 2018 13:57:43 |
jbeich |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
2.0.0_6,1 18 Jan 2018 04:11:03 |
jbeich |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
2.0.0_5,1 25 Sep 2017 00:08:17 |
jbeich |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
2.0.0_4,1 25 Sep 2017 00:05:06 |
jbeich |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
2.0.0_3,1 05 Jul 2017 10:32:14 |
amdmi3 |
- Add LICENSE |
2.0.0_3,1 02 May 2017 06:48:11 |
jbeich |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
2.0.0_2,1 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
2.0.0_2,1 06 Jan 2017 08:45:04 |
jbeich |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
2.0.0_1,1 23 Nov 2016 12:45:47 |
jbeich |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
2.0.0,1 20 Oct 2016 15:58:13 |
rakuco |
Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far. |
2.0.0,1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.0.0,1 25 Aug 2015 10:03:09 |
makc |
Convert my ports to new options helpers |
2.0.0,1 15 Nov 2014 12:20:54 |
antoine |
Cleanup plist |
2.0.0,1 23 Oct 2013 13:08:42 |
makc |
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes |
2.0.0,1 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
2.0.0 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.0.0,1 19 Jul 2013 16:32:15 |
makc |
- Update to 2.0.0 (and bump PORTEPOCH)
- Add DOXYGEN option
- Switch to cmake build
- Strip Makefile header
- Update description
- Convert to plist |
20070926_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
20070926_1 20 Nov 2009 22:53:09 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
20070926_1 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
20070926_1 21 Feb 2009 11:31:28 |
makc |
Use my @FreeBSD.org email for the rest of my ports |
20070926_1 19 Jun 2008 00:29:09 |
miwi |
- Preparing for upcoming LabPlot update:
* Move headers to liborigin subdir
* Mark conflict with LabPlot < 1.6
PR: 124608
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) |
20070926 14 Dec 2007 23:28:04 |
pav |
- Update to 20070926
PR: ports/117600
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) |
20070821 23 Sep 2007 23:21:46 |
edwin |
maintainer update: math/liborigin
update to 20070821:
1. add conflict to math/labplot (see also ports/116321)
2. remove files/patch-Makefile.LINUX
PR: ports/116576
Submitted by: Max Brazhnikov <makc@issp.ac.ru> |
20070529 15 Jun 2007 09:36:38 |
miwi |
- Update to 20070529
PR: 113252
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer) |
20070115 28 Jan 2007 17:42:36 |
miwi |
- Update to 20070115
PR: 108477
Submitted by: Max Brazhnikov<makc@issp.ac.ru> (maintainer) |
20060616_1 05 Sep 2006 07:23:02 |
barner |
- Install missing header
- Respect CXX and CXXFLAGS
- Bump port revision
Submitted by: Max Brazhnikov <makc@issp.ac.ru> (maintainer)
PR: ports/102814 |
20060616 31 Aug 2006 18:50:03 |
pav |
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> |