From cc8a942de80f0847c515fb67d46998006741be02 Mon Sep 17 00:00:00 2001 From: Philip Miess Date: Sat, 4 Jan 2020 18:58:10 -0500 Subject: [PATCH 1/3] Add gnuwin32 package of gri. This is somewhat supported project with 45 packages in 43 repos. This is part of https://github.com/0install/0install.de-feeds/issues/3 --- utils/gri.ico | Bin 0 -> 766 bytes utils/gri.png | Bin 0 -> 680 bytes utils/gri.xml | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 62 insertions(+) create mode 100755 utils/gri.ico create mode 100755 utils/gri.png create mode 100644 utils/gri.xml diff --git a/utils/gri.ico b/utils/gri.ico new file mode 100755 index 0000000000000000000000000000000000000000..7325664bef962cd7fba6e203791f9be8dc5125c8 GIT binary patch literal 766 zcmc(cJ#vFE5Ju%pW}qWg+EC^gIT9VXvN}l>rBTIII8I7ZSyY?1(hP$W7wNKMf1bWw z#2{l%thRkIYM)QWyprGX7XQFc=9y@WMSE-(5yje)h?KZB%d#LyevF7#I7_z(H^N0E zjUryl4*g)&>hG+1#C<<_*L$K@-3~mi)|}a}RV(u*bgDbHe_$r6zAN+E@4Xu;SJ+i# zj>@Lz)8~#%L#Le2*TA=`>3pqxu$uX!HD86oRC04JMTleGn77R1HAOhZX^n|un`OHS z__l5X9Qd^%#!;G8bYOx7R1UcvPB?s<{aNK~u*8(xcizIKh(y&>-0?U6yidJv&fV|( JaM%A*egm)!KcD~r literal 0 HcmV?d00001 diff --git a/utils/gri.png b/utils/gri.png new file mode 100755 index 0000000000000000000000000000000000000000..d3c2e6cb30327ab4873cc0e7334f0678cf39330b GIT binary patch literal 680 zcmV;Z0$2TsP)cwz%F=i>F8TN!y~RZKiFfzy$v?mR592iM0(D6#bP z&>1!}@R&?@RlQd~nV(+FX0yS)`F!5DXMNBYClQGX3%A>?K)xLFzm#%bE?s{qa5_Rj zf1SE6X98Yca{l{~zvyTbaJ}BM-+sRf*ls5iAX}tLPlsV6MoXph>5DSvHZEJ*n=3N zY(AY;R#j>Oloq1zHP{c^qU6>PN`hSgd5B>{^f$^dB|_S--mqxoNn>;7F=@PY&Hx9@^azj zB(GL0&vJW%0@$aNoJY+7BILapARiVGNsJsqrKVolYk_yW-N^no2v{r@1Vr{ty;d + + + Gri + Gri: language for scientific graphics applications + Gri is an open-source language for scientific graphics programming. It is command-driven, as opposed to point/click, and its output is a PostScript file. Some users consider Gri similar to LaTeX, since both provide extensive power as a reward for tolerating a learning curve. Gri can make x-y graphs, contour graphs, and image graphs. Fine control is provided over all aspects of drawing, e.g. line widths, colors, and fonts. A TeX-like syntax provides the ability to use common Mathematical symbols. + + + Science + http://gnuwin32.sourceforge.net/packages/gri.htm + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + gri_merge + Strings Gri PostScript files together. + USAGE (style 1): + gri_merge [OPTIONS] CxR a.ps b.ps ... > merged_file.ps + Merges the files onto one page, in 'C' columns and 'R' rows. The C*R + files are given in the order of words on a page. The page is + presumed to be 8.5x11 in size, as are all the input files, and the + input files are sized to fit, and kept in natural scale. + +USAGE (style 2): + gri_merge [OPTIONS] xcm ycm enlarge a.ps [b.ps ...] > merged_file.ps + Where `enlarge' is a scale factor applied after offsetting `xcm' to + the right and `ycm' upward. + + + + gri_unpage + + + From 5f86f9c37e6cfc039fd14d6930e8a2a273d57f43 Mon Sep 17 00:00:00 2001 From: Philip Miess Date: Sun, 5 Jan 2020 08:36:54 -0500 Subject: [PATCH 2/3] fix popt url --- utils/gri.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/gri.xml b/utils/gri.xml index 8342b5951..737b28919 100644 --- a/utils/gri.xml +++ b/utils/gri.xml @@ -21,7 +21,7 @@ - + From 74c429079e8c78eb23d97c34b2928506a0562541 Mon Sep 17 00:00:00 2001 From: Philip Miess Date: Tue, 19 May 2020 20:35:03 -0400 Subject: [PATCH 3/3] gri fix icon urls --- utils/gri.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/gri.xml b/utils/gri.xml index 737b28919..3f691d932 100644 --- a/utils/gri.xml +++ b/utils/gri.xml @@ -4,8 +4,8 @@ Gri Gri: language for scientific graphics applications Gri is an open-source language for scientific graphics programming. It is command-driven, as opposed to point/click, and its output is a PostScript file. Some users consider Gri similar to LaTeX, since both provide extensive power as a reward for tolerating a learning curve. Gri can make x-y graphs, contour graphs, and image graphs. Fine control is provided over all aspects of drawing, e.g. line widths, colors, and fonts. A TeX-like syntax provides the ability to use common Mathematical symbols. - - + + Science http://gnuwin32.sourceforge.net/packages/gri.htm