aboutsummaryrefslogtreecommitdiff
path: root/science/szip
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 2.1.1Sunpoet Po-Chuan Hsieh2019-02-242-7/+7
| | | | | | | | | - Changed version to 2.1.1 - CMake support added, which allows for shared or static builds - CMake dual-binary code added to build both static and shared Notes: svn path=/head/; revision=493780
* Update WWWSunpoet Po-Chuan Hsieh2019-02-171-1/+1
| | | | Notes: svn path=/head/; revision=493190
* Remove outdated documentSunpoet Po-Chuan Hsieh2019-01-132-17/+5
| | | | | | | - Bump PORTREVISION for package change Notes: svn path=/head/; revision=490210
* Auto-accept SZIP license, otherwise hundreds of ports are skippedAntoine Brodin2018-06-061-1/+1
| | | | Notes: svn path=/head/; revision=471837
* Add LICENSESunpoet Po-Chuan Hsieh2018-06-051-1/+6
| | | | | | | | PR: 228743 Submitted by: amdmi3 Notes: svn path=/head/; revision=471800
* Fix CONFLICTS_INSTALLSunpoet Po-Chuan Hsieh2017-05-271-1/+1
| | | | | | | | PR: 219388 Submitted by: pawel Notes: svn path=/head/; revision=441868
* Add libaec 1.0.0Sunpoet Po-Chuan Hsieh2017-01-011-0/+2
| | | | | | | | | | | | | | | | | | | | | | | Libaec provides fast lossless compression of 1 up to 32 bit wide signed or unsigned integers (samples). The library achieves best results for low entropy data as often encountered in space imaging instrument data or numerical model output from weather or climate simulations. While floating point representations are not directly supported, they can also be efficiently coded by grouping exponents and mantissa. Libaec implements Golomb-Rice coding as defined in the Space Data System Standard documents 121.0-B-2 and 120.0-G-2. Libaec includes a free drop-in replacement for the SZIP library. Just replace SZIP's shared library libsz.so* with libaec.so* and libsz.so* from libaec. Code which is dynamically linked with SZIP such as HDF5 should continue to work with libaec. No re-compilation required. HDF5 files which contain SZIP encoded data can be decoded by HDF5 using libaec and vice versa. WWW: https://gitlab.dkrz.de/k202009/libaec Notes: svn path=/head/; revision=430225
* Convert to options target helperSunpoet Po-Chuan Hsieh2016-12-311-1/+1
| | | | Notes: svn path=/head/; revision=430160
* - Convert to new test frameworkSunpoet Po-Chuan Hsieh2015-10-011-3/+1
| | | | Notes: svn path=/head/; revision=398304
* - Use LIBSSunpoet Po-Chuan Hsieh2015-02-182-8/+8
| | | | | | | - Use PLIST Notes: svn path=/head/; revision=379237
* - Use INSTALL_TARGET=install-strip instead of STRIP_CMDSunpoet Po-Chuan Hsieh2015-01-181-1/+1
| | | | Notes: svn path=/head/; revision=377315
* - Add my LOCAL to MASTER_SITESSunpoet Po-Chuan Hsieh2014-04-291-12/+22
| | | | | | | | | | | | | - Add OPTIONS_DEFINE - Remove unnecessary CONFIGURE_ARGS - Use USES=libtool - Strip shared library - Add regression-test: - Bump PORTREVISION for package change - Take maintainership Notes: svn path=/head/; revision=352618
* - Support stagingDmitry Marakasov2014-03-281-7/+2
| | | | Notes: svn path=/head/; revision=349413
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | science) Notes: svn path=/head/; revision=327767
* . NOPORTDOCS -> PORT_OPTIONS:MDOCS;Boris Samorodov2013-06-202-18/+11
| | | | | | | | | . use PLIST_FILES and PORTDOCS at Makefile; . get rid of pkg-plist; . trim Makefile headers. Notes: svn path=/head/; revision=321376
* - Update distinfo because distfile was rerolled upstream [1]Wen Heping2012-02-042-3/+3
| | | | | | | | | | - Reset maintainer PR: ports/163599 [1] Submitted by: Rob Farmer <rfarmer@predatorlabs.net> [1] Notes: svn path=/head/; revision=290378
* - remove MD5Olli Hauer2011-07-031-2/+0
| | | | Notes: svn path=/head/; revision=276984
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Distfile rerolled with minor change to configure scriptPav Lucistnik2009-01-303-5/+5
| | | | | | | | | - Update download location Reported by: -fetch-original pointyhat run Notes: svn path=/head/; revision=227211
* - Fix buildMartin Wilke2008-12-241-0/+3
| | | | | | | | | PR: 129788 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Reported by: pointyhat Notes: svn path=/head/; revision=224705
* - Update to 2.1Martin Wilke2008-06-013-19/+6
| | | | | | | | | | - Pass maintainership to submitter PR: 124178 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=214121
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* . Drop maintainership of these ports. Its glaringly obvious that I don'tGreg Lewis2007-04-041-1/+1
| | | | | | | | have time to maintain them since I'm not even keeping up with the ports that are most important to me. Notes: svn path=/head/; revision=189144
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* . Add SHA256.Greg Lewis2005-11-161-0/+2
| | | | Notes: svn path=/head/; revision=148433
* . Fix the build for gcc 3.4 (and hence FreeBSD 5.x). For some reason -lmGreg Lewis2005-03-181-0/+13
| | | | | | | | is added when we're using gcc 2.95.4, but not using gcc 3.4. Since its required, add it explicitly. Notes: svn path=/head/; revision=131568
* . Install some documentation.Greg Lewis2005-03-173-1/+16
| | | | Notes: svn path=/head/; revision=131526
* . Add a port of the Szip scientific compression library, used by currentGreg Lewis2005-03-174-0/+32
versions of HDF: "Szip is an implementation of the extended-Rice lossless compression algorithm. WWW: http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/" Notes: svn path=/head/; revision=131521