aboutsummaryrefslogtreecommitdiffstats
path: root/math/gracetmpl/pkg-descr
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-10-28 18:07:02 +0800
committerijliao <ijliao@FreeBSD.org>2003-10-28 18:07:02 +0800
commitb2ae82ff690bb4d51d2f91f321280b5989478683 (patch)
treeaf02cea1b02e9701205298afa1cccf59fccbd939 /math/gracetmpl/pkg-descr
parent877638e3a3f4730ecdaef38983fe828684fdee60 (diff)
downloadfreebsd-ports-gnome-b2ae82ff690bb4d51d2f91f321280b5989478683.tar.gz
freebsd-ports-gnome-b2ae82ff690bb4d51d2f91f321280b5989478683.tar.zst
freebsd-ports-gnome-b2ae82ff690bb4d51d2f91f321280b5989478683.zip
add gracetmpl 0.3.1
Provide an easy way to use existing grace-files as a template
Diffstat (limited to 'math/gracetmpl/pkg-descr')
-rw-r--r--math/gracetmpl/pkg-descr22
1 files changed, 22 insertions, 0 deletions
diff --git a/math/gracetmpl/pkg-descr b/math/gracetmpl/pkg-descr
new file mode 100644
index 000000000000..c905000491a1
--- /dev/null
+++ b/math/gracetmpl/pkg-descr
@@ -0,0 +1,22 @@
+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/