Skip to content

Commit

Permalink
(gh-181) Initial package import from the anthonymastreon repository
Browse files Browse the repository at this point in the history
Initial package import from the anthonymastreon repository in preparation for the transition
of package maintenance.  All package history for the packages has bee migrated with the
merge.

Merge pull request #188 from dgalbraith/feature/anthonymastreon-repository-package-migration/gh-181
  • Loading branch information
dgalbraith authored Sep 6, 2020
2 parents 0393e8f + 99aebac commit 53619ae
Show file tree
Hide file tree
Showing 71 changed files with 1,229 additions and 0 deletions.
25 changes: 25 additions & 0 deletions automatic/ant/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# [<img src="https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@94f5f2f8b70ba6ef43ce4f978218f5733afcd3b6/icons/ant.png" width="48" height="48" />Apache Ant](https://chocolatey.org/packages/ant)

[![Software license](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://gitbox.apache.org/repos/asf?p=ant.git;a=blob;f=LICENSE)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-v1.10.7-blue.svg)](https://ant.apache.org/bindownload.cgi)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/ant?label=Chocolatey)](https://chocolatey.org/packages/ant)

[Apache Ant](https://ant.apache.org/index.html) is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks.

Ant is written in Java. Users of Ant can develop their own "antlibs" containing Ant tasks and types, and are offered a large number of ready-made commercial or open-source "antlibs".

Ant is extremely flexible and does not impose coding conventions or directory layouts to the Java projects which adopt it as a build tool.

Software development projects looking for a solution combining build tool and dependency management can use Ant in combination with [Apache Ivy](https://ant.apache.org/ivy/).

The Apache Ant project is part of the [Apache Software Foundation](https://www.apache.org/).

![screenshot](https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@824f1c860214ef2b12885731deeff348b16e391b/automatic/ant/screenshot.png)

## Notes

* Ant requires a Java Development Kit to be installed and available on the path. A minimum of Java 8 is required.
* This package is automatically updated using the [Chocolatey Automatic Package Update Model (AU)](https://github.com/majkinetor/au/blob/master/README.md).
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
49 changes: 49 additions & 0 deletions automatic/ant/ant.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ant</id>
<version>1.10.7</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/ant</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Apache Ant</title>
<authors>Apache</authors>
<projectUrl>https://ant.apache.org</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@94f5f2f8b70ba6ef43ce4f978218f5733afcd3b6/icons/ant.png</iconUrl>
<copyright>Copyright 1999-2020 The Apache Software Foundation</copyright>
<licenseUrl>https://www.apache.org/licenses/LICENSE-2.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://gitbox.apache.org/repos/asf/ant.git</projectSourceUrl>
<docsUrl>https://ant.apache.org/manual/index.html</docsUrl>
<mailingListUrl>http://ant.apache.org/mail.html</mailingListUrl>
<bugTrackerUrl>http://issues.apache.org/bugzilla/buglist.cgi?product=Ant</bugTrackerUrl>
<tags>ant build build-management script build-script java xml apache</tags>
<summary>Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other</summary>
<description><![CDATA[
Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. The main known usage of Ant is the build of Java applications. Ant supplies a number of built-in tasks allowing to compile, assemble, test and run Java applications. Ant can also be used effectively to build non Java applications, for instance C or C++ applications. More generally, Ant can be used to pilot any type of process which can be described in terms of targets and tasks.
Ant is written in Java. Users of Ant can develop their own "antlibs" containing Ant tasks and types, and are offered a large number of ready-made commercial or open-source "antlibs".
Ant is extremely flexible and does not impose coding conventions or directory layouts to the Java projects which adopt it as a build tool.
Software development projects looking for a solution combining build tool and dependency management can use Ant in combination with Apache Ivy.
The Apache Ant project is part of the [Apache Software Foundation](https://www.apache.org/).
![screenshot](https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@824f1c860214ef2b12885731deeff348b16e391b/automatic/ant/screenshot.png)
## Notes
* Ant requires a supported version of Java to be installed and available on the path at runtime. A minimum of Java 8 is required.
* This package is automatically updated using the [Chocolatey Automatic Package Update Model (AU)](https://github.com/majkinetor/au/blob/master/README.md).
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
]]></description>
<releaseNotes>https://ant.apache.org/antnews.html</releaseNotes>
</metadata>
<files>
<file src="legal\**" target="legal" />
<file src="tools\**" target="tools" />
</files>
</package>
Loading

0 comments on commit 53619ae

Please sign in to comment.