From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- pkg/lists/lists.cl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pkg/lists/lists.cl (limited to 'pkg/lists/lists.cl') diff --git a/pkg/lists/lists.cl b/pkg/lists/lists.cl new file mode 100644 index 00000000..aec80ded --- /dev/null +++ b/pkg/lists/lists.cl @@ -0,0 +1,20 @@ +#{ Package script task for the LISTS package, a collection of routines +# for processing textual lists. + +package lists + +set lists = "pkg$lists/" + +task table, + tokens, + columns, + unique, + lintran, + $rgcursor, + rimcursor, + words = "lists$x_lists.e" + +task average = "lists$average.cl" +task raverage = "lists$raverage.cl" + +clbye() -- cgit