-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'stable-1.3.0' into gnat-fsf-14.1
- Loading branch information
Showing
8 changed files
with
86 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name = "optional" | ||
description = "Optional values a la java.lang.Optional" | ||
version = "0.2.0" | ||
|
||
tags = ["optional", "functional"] | ||
licenses = "LGPL-3.0-only" | ||
website = "https://github.com/mosteo/optional/" | ||
|
||
authors = ["Alejandro R. Mosteo"] | ||
maintainers = ["Alejandro R. Mosteo <[email protected]>"] | ||
maintainers-logins = ["mosteo"] | ||
|
||
[origin] | ||
commit = "3b6d741c320608579419db9871fe3fd02356d9b6" | ||
url = "git+https://github.com/mosteo/optional.git" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 = ["[email protected]"] | ||
maintainers-logins = ["zertovitch"] | ||
website = "https://texcad.sourceforge.io/" | ||
licenses = "GPL-2.0-or-later" | ||
tags = ["texcad", "tex", "latex", "cad", "picture", "draw", "drawing", "graphics", "vector-graphics"] | ||
long-description = """ | ||
<a target="_blank" href="https://texcad.sourceforge.io/tc/tca018.png"><img src="https://texcad.sourceforge.io/tc/tca018m.png" alt="texcad screenshot" width="auto" height="200"></a> | ||
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"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters