From e37caf826bc35be93d8ae77ce7cb608bd0f70871 Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Sat, 1 Jun 2024 11:58:27 +0200 Subject: [PATCH 1/3] Create texcad-4.5.2.toml First presence of TeXCAD on Alire! --- index/te/texcad/texcad-4.5.2.toml | 45 +++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 index/te/texcad/texcad-4.5.2.toml diff --git a/index/te/texcad/texcad-4.5.2.toml b/index/te/texcad/texcad-4.5.2.toml new file mode 100644 index 000000000..93773b81c --- /dev/null +++ b/index/te/texcad/texcad-4.5.2.toml @@ -0,0 +1,45 @@ +description = "TeXCAD is a program for drawing or retouching {picture}s in LaTeX" +name = "texcad" +version = "4.5.2" + +authors = ["Gautier de Montmollin"] +maintainers = ["gdemont@hotmail.com"] +maintainers-logins = ["zertovitch"] +website = "https://texcad.sourceforge.io/" +licenses = "GPL" +tags = ["texcad", "tex", "latex", "cad"] +long-description = """ +  texcad screenshot + +TeXCAD is a program for drawing or retouching {picture}s in LaTeX. +It extends the original {picture} capabilities, even without any obligatory LaTeX package, class or style sheet. +The core of TeXCAD is totally portable. + +Features: + +* Supports plain LaTeX +* Extends LaTeX picture objects through emulation or use of special styles +* Special styles are only optional +* Parametric curves +* **Free**, Open-Source +""" + +project-files = ["tc_gwin/texcad_gw_project_tree.gpr"] +executables = ["texcad"] + +[available.'case(os)'] +windows = true +'...' = false + +[gpr-externals] +TeXCAD_Build_Mode = ["Debug", "Optimize"] + +[gpr-set-externals] +TeXCAD_Build_Mode = "Debug" + +[[depends-on]] +gwindows = ">=1.4.3" + +[origin] +url = "https://sourceforge.net/projects/texcad/files/texcad/source_snapshots/texcad-svn_code-r105.zip" +hashes = ["sha512:efd993bff2838127f94d079a4bc90d8923354acdd796d3431324b7873817d1d217d3383eb879b739f01b0486260f89455b450f5e1fafe5ccfdf542adb91160a3"] From a868e0b027db6cc08873e6701a5205cacb4e9d64 Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Sat, 1 Jun 2024 12:01:31 +0200 Subject: [PATCH 2/3] Update texcad-4.5.2.toml Correct license naming. --- index/te/texcad/texcad-4.5.2.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/te/texcad/texcad-4.5.2.toml b/index/te/texcad/texcad-4.5.2.toml index 93773b81c..be2d5b1e3 100644 --- a/index/te/texcad/texcad-4.5.2.toml +++ b/index/te/texcad/texcad-4.5.2.toml @@ -6,7 +6,7 @@ authors = ["Gautier de Montmollin"] maintainers = ["gdemont@hotmail.com"] maintainers-logins = ["zertovitch"] website = "https://texcad.sourceforge.io/" -licenses = "GPL" +licenses = "GPL-2.0-or-later" tags = ["texcad", "tex", "latex", "cad"] long-description = """   texcad screenshot From 33daf08d092708e8787ed3fd28b317d93128e2c7 Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Sat, 1 Jun 2024 12:13:33 +0200 Subject: [PATCH 3/3] Update texcad-4.5.2.toml Enriched the tag list. --- index/te/texcad/texcad-4.5.2.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/te/texcad/texcad-4.5.2.toml b/index/te/texcad/texcad-4.5.2.toml index be2d5b1e3..f5cd89507 100644 --- a/index/te/texcad/texcad-4.5.2.toml +++ b/index/te/texcad/texcad-4.5.2.toml @@ -7,7 +7,7 @@ maintainers = ["gdemont@hotmail.com"] maintainers-logins = ["zertovitch"] website = "https://texcad.sourceforge.io/" licenses = "GPL-2.0-or-later" -tags = ["texcad", "tex", "latex", "cad"] +tags = ["texcad", "tex", "latex", "cad", "picture", "draw", "drawing", "graphics", "vector-graphics"] long-description = """   texcad screenshot