Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

13,591

Downloads of v 3.4.13:

6

Last Update:

12 Mar 2024

Published Date:

12 Mar 2024

Package Maintainer(s):

Software Author(s):

  • Jim Pattee
  • Tal Dividson

Tags:

astyle beautifier command-only development

Artistic Style

(Waiting for Maintainer to take corrective action)

  • 1
  • 2
  • 3

3.4.13 | Updated: 12 Mar 2024

Downloads:

13,591

Downloads of v 3.4.13:

6

Published:

12 Mar 2024

Maintainer(s):

Software Author(s):

  • Jim Pattee
  • Tal Dividson

Artistic Style 3.4.13

(Waiting for Maintainer to take corrective action)
  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Failed


Verification Testing Pending


Scan Testing Pending

IMPORTANT

This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.

  • Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
  • This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
  • You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
  • There are also no guarantees that it will be approved.
WARNING

There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.

AdmiringWorm (maintainer) on 12 Mar 2024 07:33:15 +00:00:

User 'AdmiringWorm' (maintainer) submitted package.

chocolatey-ops (reviewer) on 12 Mar 2024 08:09:10 +00:00:

astyle has failed automated validation.

Requirements

Requirements represent the minimum quality of a package that is acceptable. When a package version has failed requirements, the package version requires fixing and/or response by the maintainer. Provided a Requirement has flagged correctly, it must be fixed before the package version can be approved. The exact same version should be uploaded during moderation review.

  • The LicenseUrl element in the nuspec file should be a valid Url. Please correct this More...
Guidelines

Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.

  • The iconUrl should be added if there is one. Please correct this in the nuspec, if applicable. More...
Notes

Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.

  • Binary files (.exe, .msi, .zip) have been included. The reviewer will ensure the maintainers have distribution rights. More...

chocolatey-ops (reviewer) on 22 Apr 2024 13:25:28 +00:00:

We've found astyle v3.4.13 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.

Take action:

  • Log in to the site and respond to the review comments.
  • Resubmit fixes for this version.
  • If the package version is failing automated checks, you can self-reject the package.

If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.

Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.

Description

Artistic Style is a source code indenter, formatter, and beautifier for the C, C++, C++/CLI, Objective-C, C# and Java programming languages.

When indenting source code, we as programmers have a tendency to use both spaces and tab characters to create the wanted indentation. Moreover, some editors by default insert spaces instead of tabs when pressing the tab key, and other editors (Emacs for example) have the ability to "pretty up" lines by automatically setting up the white space before the code on the line, possibly inserting spaces in a code that up to now used only tabs for indentation.

Since the NUMBER of space characters showed on screen for each tab character in the source code changes between editors (unless the user sets up the number to his liking...), one of the standard problems programmers are facing when moving from one editor to another is that code containing both spaces and tabs that was up to now perfectly indented, suddenly becomes a mess to look at when changing to another editor. Even if you as a programmer take care to ONLY use spaces or tabs, looking at other people's source code can still be problematic.

To address this problem, Artistic Style was created - a filter written in C++ that automatically re-indents and re-formats C / C++ / Objective-C / C++/CLI / C# / Java source files. It can be used from a command line, or it can be incorporated as classes in another C++ program.

Features

  • It's free and open source!
  • Cross-platform application works on Windows, Linux, Mac OS X, and others.
  • Supports 15 popular bracket styles.
  • Over 90 formatting options.
  • Detailed documentation for use and options
  • Available in over 20 languages with easy additions
  • Supports UTF8, UTF16, and most other character encodings.
  • Can process entire projects recursively.
  • Will not update unchanged files.
  • Checksum prevents dropped or duplicated data.
  • Seamless integration with many development environments and editors.
  • Can be included in C/C++ and Objective-C projects as a shared (DLL) or static library.
  • Can be included in Java projects as a Java Native Interface (KNI)
  • Can be included in C#, Python, Pascal, and other projects as a shared library (DLL).

Package Parameters

  • /KeepAllFiles - Don't remove any of the source/build files and other unneeded files.

Example
`choco install astyle --params '"/KeepAllFiles"'


legal\LICENSE.txt
### MIT License

Copyright (c) 2018 by Jim Pattee <[email protected]>.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
legal\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://sourceforge.net/projects/astyle/files/astyle/astyle%203.4/>
and can be verified by doing the following:

1. Download the following:
  32-Bit software: <https://sourceforge.net/projects/astyle/files/astyle/astyle%203.4/astyle-3.4.13.zip/download>
  64-Bit software: <https://sourceforge.net/projects/astyle/files/astyle/astyle%203.4/astyle-3.4.13-x64.zip/download>
2. Get the checksum using one of the following methods:
  - Using powershell function 'Get-FileHash'
  - Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

  checksum type: sha256
  checksum32: 99AB19BC58525A191EA5B7630BEB11E7E25B1DB22602DD1595A1A3FA07A8A975
  checksum64: 3686C73F772096EE78C6E7E898CF9FB96CBEC695FC71D3B43F8B4CEB833007F5

The file 'LICENSE.txt' has been obtained from <https://sourceforge.net/p/astyle/code/HEAD/tree/trunk/AStyle/LICENSE.md?format=raw>
tools\astyle-3.4.13-x64.zip
md5: 5A1AD26D5294EE2911257AC5CBE32C76 | sha1: 338FC7DE663B53383DA51465579C8C8503CEE2F1 | sha256: 3686C73F772096EE78C6E7E898CF9FB96CBEC695FC71D3B43F8B4CEB833007F5 | sha512: 6D0397194ED46A9BA84CA6D0293985861B9126067F77AF2628990E92DE2234A747C701149B9F6A6E1C22DF2F8CEB3B7688EB0A61C02603D8EA4685A30921C864
tools\astyle-3.4.13.zip
md5: D512C752A4293D06BF461058BF413D98 | sha1: 89481EF0E015F105748957B25A151424797C141D | sha256: 99AB19BC58525A191EA5B7630BEB11E7E25B1DB22602DD1595A1A3FA07A8A975 | sha512: FA4DBD2B21586E942E9F6C578F599C0CDBBF80DAD70F7A4A3305351B5FCFF7A195C4E8A547A6CB6AE4091D3C3CF7999BB3C57C309DB2B119D29D0879F2E43F05
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'

$toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
  packageName = $env:ChocolateyPackageName
  file        = "$toolsPath\astyle-3.4.13.zip"
  file64      = "$toolsPath\astyle-3.4.13-x64.zip"
  destination = $toolsPath
}

Get-ChocolateyUnzip @packageArgs
Remove-Item $toolsPath\*.zip -ea 0

$pp = Get-PackageParameters
if (!($pp.KeepAllFiles)) {
  $pathsToRemove = @(
    "$toolsPath\AStyle\build"
    "$toolsPath\AStyle\doc\install.html"
    "$toolsPath\AStyle\file"
    "$toolsPath\AStyle\src"
    "$toolsPath\AStyle\README.md"
    "$toolsPath\AStyle\CMakeLists.txt"
  )

  Remove-Item $pathsToRemove -Force -Recurse -ea 0
}

No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.

Add to Builder Version Downloads Last Updated Status
Artistic Style 3.4.13 6 Tuesday, March 12, 2024
Waiting for Maintainer
Artistic Style 3.4.12 295 Tuesday, February 6, 2024 Approved
Artistic Style 3.4.11 318 Wednesday, January 10, 2024 Approved
Artistic Style 3.4.10 589 Saturday, October 21, 2023 Approved
Artistic Style 3.4.9 367 Wednesday, October 18, 2023 Approved
Artistic Style 3.4.8 363 Saturday, September 23, 2023 Approved
Artistic Style 3.4.6 525 Tuesday, August 29, 2023 Approved
Artistic Style 3.4.0 532 Saturday, June 17, 2023 Approved
Artistic Style 3.3 259 Friday, May 19, 2023 Approved
Artistic Style 3.2.1 443 Saturday, April 29, 2023 Approved
Artistic Style 3.1 8402 Monday, February 5, 2018 Approved
Artistic Style 2.05.1 1461 Monday, January 19, 2015 Approved
Discussion for the Artistic Style Package

Ground Rules:

  • This discussion is only about Artistic Style and the Artistic Style package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Artistic Style, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus