Port details |
- gracetmpl Provide an easy way to use existing grace-files as a template
- 0.3.2_7 math
=0 0.3.2_7Version of this port present on the latest quarterly branch.
- DEPRECATED: Long unmaintained abandonware; depends on stale numarray
This port expired on: 2019-05-30
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2003-10-28 10:13:48
- Last Update: 2019-05-30 21:39:16
- SVN Revision: 503088
- Also Listed In: print
- License: GPLv2
- WWW:
- http://gracetmpl.sourceforge.net/
- Description:
- The GraceTMPL classes provide an easy way to use existing grace-files as a
template to format any number of graphs in a predefined way and save them as
grace-files. This way you can apply the same graphical appearance to all of
your data. In case your preferences change, you just alter the template and
reformat your complete set of data within the shortest amount of time.
The capabilities of GraceTMPL include:
* The application using the GraceTMPL classes can define environment
variables for the sheet, each graph and each dataset. The variables can
be used in the template for dynamic string replacement. Even output
filenames can be templated using variable substitution.
* Datasets in the template file can be marked to be included in the
destination files for easy reference.
* Datasets can be tagged with arbitrary information strings to be
interpreted by the application using GraceTMPL. This way information can
be passed to the application on how to create the datasets and what kind
of information is intended by the template author.
* In case no template file is loaded by the application, GraceTMPL::Save
will output plain sets of data tables which can easily be imported by
XmGrace or other applications.
WWW: http://gracetmpl.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- gracetmpl>0:math/gracetmpl
- No installation instructions:
- This port has been deleted.
- PKGNAME: gracetmpl
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (gracetmpl-0.3.2.tar.bz2) = 2a9cfee048a6d7bce545d9499047b2d9aa7b5fefd0e7d09f1518d7049c5b6bae
SIZE (gracetmpl-0.3.2.tar.bz2) = 898445
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- __init__.py : math/py-numarray@py27
- gmake : devel/gmake
- python2.7 : lang/python27
- gcc8 : lang/gcc8
- as : devel/binutils
- Runtime dependencies:
-
- __init__.py : math/py-numarray@py27
- python2.7 : lang/python27
- gcc8 : lang/gcc8
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gracetmpl-0.3.2_7:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- gmake python:2.7 tar:bzip2
- 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 |
0.3.2_7 30 May 2019 21:39:16 |
rene |
Remove expired ports:
2019-05-30 math/gracetmpl: Long unmaintained abandonware; depends on stale
numarray
2019-05-30 math/py-numarray: Obsoleted upstream in favor of NumPy
2019-05-30 net/neubot: neubot client has been retired upstream |
0.3.2_7 29 Apr 2019 22:14:00 |
rm |
math/gracetmpl: mark deprecated
Last release of this long unmaintained port was done 15 years ago and it
has no dependent ports. In the same time it depends upon Numarray, that
is long deprecated upstream itself - it was replaced with Numeric, then
with NumPy. Set to expire in at 2019-04-30. |
0.3.2_7 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 |
0.3.2_6 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 |
0.3.2_6 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
0.3.2_5 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.3.2_5 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
0.3.2_4 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.3.2_4 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
0.3.2_3 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
0.3.2_2 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
0.3.2_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.3.2_1 16 Apr 2015 06:17:59 |
amdmi3 |
- Add LICENSE
- Fix install wrt PREFIX/LOCALBASE
- Fix build on >= 10.0
- Strip library |
0.3.2 15 Nov 2014 12:20:54 |
antoine |
Cleanup plist |
0.3.2 08 Sep 2014 16:23:56 |
adamw |
Fix python detection.
This port still does not build on 10+. |
0.3.2 16 Aug 2014 17:27:02 |
mva |
- Enable stagedir support
- Convert USE_PYTHON -> USES=python |
0.3.2 26 May 2014 12:28:34 |
miwi |
- Convert gmake,bzip2 to USES
Approved by: portmgr |
0.3.2 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
0.3.2 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.3.2 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
0.3.2 20 Mar 2008 09:51:43 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
0.3.2 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
0.3.2 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
0.3.2 25 Nov 2005 15:48:16 |
pav |
- Add SHA256 |
0.3.2 17 Jun 2005 17:38:37 |
pav |
- Update to 0.3.2
PR: ports/82277
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
0.3.1_3 05 Dec 2004 03:38:19 |
perky |
Fix build on Python 2.4. |
0.3.1_3 16 Aug 2004 16:36:20 |
arved |
Unbreak with gcc 3.4.2 |
0.3.1_3 16 Aug 2004 02:33:05 |
kris |
BROKEN on 5.x: Does not compile with gcc 3.4.2 |
0.3.1_3 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.3.1_2 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
0.3.1_2 14 Nov 2003 16:16:56 |
ijliao |
fix build on -current
fix dependency (typo) |
0.3.1_1 31 Oct 2003 01:40:53 |
ijliao |
fix build on -stable (by utilize USE_GETOPT_LONG)
add missing dependency
respect CFLAGS/CPPFLAGS |
0.3.1 28 Oct 2003 10:07:02 |
ijliao |
add gracetmpl 0.3.1
Provide an easy way to use existing grace-files as a template |