Remove fah and meshmixer packages that now exist in the community repo

This commit is contained in:
Adam Goldsmith 2020-10-29 15:59:16 -04:00
parent 1964b11c46
commit 7b3ae85e50
4 changed files with 0 additions and 124 deletions

View File

@ -1,60 +0,0 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>autodesk-meshmixer</id>
<version>3.5</version>
<title>Autodesk Meshmixer</title>
<authors>Autodesk, Inc.</authors>
<owners>Vaquero</owners>
<licenseUrl>http://download.autodesk.com/us/FY16/Suites/LSA/en-US/lsa.html</licenseUrl>
<projectUrl>http://www.123dapp.com/meshmixer</projectUrl>
<iconUrl>https://cdn.rawgit.com/TomOne/various/05103fe90f844ffe2349b108382c886d715d8ab7/meshmixer.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>##Mesh and Mix
Design your own creations by combining two or more models with a few simple steps. Its as easy as “cut-and-paste”.
##Pattern
Create beautiful overlay textures using a variety of simple grid and pattern options.
##Sculpt
Mold and refine surfaces real-time like virtual clay.
#3D printing with Meshmixer
Printing your 3D model has never been easier with the latest release of Meshmixer.
##Seamless digital-to-physical experience
Starting from any 123D software, 3D model in the Gallery, or any major 3D model file Format*, you can preview, refine and prepare your models to print with confidence.
*.stl, .obj, .amf, .ply, .wrl
##Supports any desktop 3D printer
Print directly from Meshmixer to your [Makerbot](http://www.makerbot.com/)
** or [Type A Machines](http://www.typeamachines.com/). Meshmixer is also compatible with Stratasys, and has the option to configure your own desktop printer.
** Windows 8.1 only
##Hassle-free 3D printing services
You dont need to own a 3D printer to create amazing 3D-printed objects. Leave the 3D printing to our trusted partners: [i.materialise](http://i.materialise.com/), [Sculpteo](http://www.sculpteo.com/) and [Shapeways](http://www.shapeways.com/). Pick from dozens of different materials, colors and finishes, and preview your shopping cart right in Meshmixer.
Tune in to [Meshmixer 101](https://tinyurl.com/nkfm84a), a series of YouTube instructional videos, to learn the basics.
Autodesk Meshmixer is licenced under the 2016 Platform and Design Suites License and Services Agreement (including Autodesk Android Mobile Apps) (Platform and Design Suites LSA).
Meshmixer will install to its default installation folder (e.g. C:\Program Files\Autodesk\Meshmixer).
#### Package Parameters
The following package parameter can be set:
* `-ia /D=` - this is for the installation path. (e.g. with cmd: `choco install autodesk-meshmixer -ia /D="E:\Some Directory\somebody\Meshmixer"`)
**Please Note**: This is an automatically updated package. 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>
<summary>Meshmixer is the ultimate tool for 3D mashups and remixes. Mash, mix, sculpt, stamp or paint your own 3D designs, or start from over 10,000 models in the Gallery. Now includes direct 3D print support.</summary>
<releaseNotes />
<copyright>© Autodesk, Inc. All Rights Reserved.</copyright>
<tags>123D meshmixer autodesk modeling 3d surface solid print admin</tags>
<packageSourceUrl>https://github.com/Vaquero84/chocolatey-packages/tree/master/automatic/autodesk-meshmixer</packageSourceUrl>
</metadata>
</package>

View File

@ -1,14 +0,0 @@
$packageName = 'autodesk-meshmixer'
$installerType = 'exe'
$silentArgs = '/S'
$url64 = '\\ucs\software\Autodesk_Meshmixer_v3p5_Win64.exe'
$checksum64 = '5d08cb6254e4d4280137d6d37ec689fc3f0c61dad08bbc978a451ac16b7f271c'
$checksumType64 = 'sha256'
$validExitCodes = @(0,1223)
Install-ChocolateyPackage -PackageName $packageName `
-FileType $installerType `
-SilentArgs $silentArgs `
-Url64bit $url64 `
-ValidExitCodes $validExitCodes `
-Checksum64 $checksum64 `
-ChecksumType64 $checksumType64

View File

@ -1,40 +0,0 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>fah</id>
<version>7.5.1</version>
<title>Folding@home</title>
<authors>Pande Lab</authors>
<owners>dtgm</owners>
<licenseUrl>http://folding.stanford.edu/home/faq/faq-opensource#ntoc4</licenseUrl>
<projectUrl>http://folding.stanford.edu/</projectUrl>
<iconUrl>https://cdn.rawgit.com/dtgm/chocolatey-packages/e145d13e7f7bc677a6a22da74d0ff1441a554289/icons/fah.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Help Stanford University scientists studying Alzheimer's, Huntington's, Parkinson's, and many cancers by simply running a piece of software on your computer. The program does this by building simulations of how proteins, RNA, and nanoscale synthetic polymers fold.
This program does not slow your computer down and only uses unused computer power.
### Post-install notes
1. Execute `FAHClient.exe`
2. Enter a [name](http://folding.stanford.edu/home/fah-user-name/) and/or team #, and [Passkey](http://folding.stanford.edu/home/faq/faq-passkey/)
### Documentation
* [FAQs](http://folding.stanford.edu/home/community-support/#faqs)
* [Configuration guide](http://folding.stanford.edu/home/guide/configuration-guide/)
### Community
* [Forum](https://foldingforum.org/)
* [Teams and Stats](https://folding.stanford.edu/home/teams-stats/)</description>
<summary>Distributed computing project to understand protein folding</summary>
<releaseNotes>#### Program
* [News](http://folding.stanford.edu/home/blog)
#### Package
* Automatically built and uploaded by [dtgm](https://chocolatey.org/profiles/dtgm)</releaseNotes>
<copyright>© Pande Lab, Stanford University</copyright>
<language>en-us</language>
<tags>distributed-computing protein-folding biology science</tags>
<dependencies> </dependencies>
</metadata>
</package>

View File

@ -1,10 +0,0 @@
$packageArgs = @{
PackageName = 'fah'
FileType = 'exe'
SilentArgs = '/S'
Url = '\\ucs\software\fah-installer_7.5.1_x86.exe'
Checksum = 'e97aeccbf3692001dafe16612b1cae6a90cb6c22dbf57e947d9c13ff4e1b5715'
ChecksumType = 'sha256'
}
Install-ChocolateyPackage @packageArgs