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:

7,031

Downloads of v 7.2.181:

234

Last Update:

08 Aug 2020

Package Maintainer(s):

Software Author(s):

  • Terry Reese

Tags:

marcedit marc records oclc worldcat xslt library catalog embedded

MarcEdit

This is not the latest version of MarcEdit available.

  • 1
  • 2
  • 3

7.2.181 | Updated: 08 Aug 2020

Downloads:

7,031

Downloads of v 7.2.181:

234

Maintainer(s):

Software Author(s):

  • Terry Reese

MarcEdit 7.2.181

This is not the latest version of MarcEdit available.

  • 1
  • 2
  • 3

This Package Contains an Exempted Check

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Exemption:

Package has a depdendency on .NET 4.6.1 which requires a reboot.

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install MarcEdit, run the following command from the command line or from PowerShell:

>

To upgrade MarcEdit, run the following command from the command line or from PowerShell:

>

To uninstall MarcEdit, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade marcedit -y --source="'INTERNAL REPO URL'" --version="'7.2.181'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade marcedit -y --source="'INTERNAL REPO URL'" --version="'7.2.181'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install marcedit
  win_chocolatey:
    name: marcedit
    version: '7.2.181'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'marcedit' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '7.2.181'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller marcedit
{
    Name     = "marcedit"
    Version  = "7.2.181"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'marcedit':
  ensure   => '7.2.181',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 08 Aug 2020.

Description

MarcEdit is one of the more complete metadata edit suites available to librarians and is primarily used to create and manipulate MARC (MAchine-Readable Cataloging) records.

MarcEdit edits more than simply MARC records and includes a very rich feature set targeted at making metadata translation and editing easier for both the beginner and advanced users.

  • MARC Editing: MarcEdit includes a MARC Breaker and Maker to move MARC data into a more friendly mnemonic file format.
  • MarcEditor: The MarcEditor is MarcEdit’s built in metadata editor. It includes a number of global editing functions, full regular expression and UTF-8 support, the ability to edit MODS and MARCXML data (in a mnemonic format), as well as the ability to configure the editor to utilize any characterset supported by the operating system.
  • Clustering: MarcEdit supports the ability to cluster on fields or subfields and edit data in clusters.
  • RDA Helper: The RDA Helper is both a stand alone and integrated tool that allows users to take a set of MARC data and automatically generate RDA specific data. The RDA data is derived from the source recordset using available control data, variable field data, and RDA specific assumptions.
  • Delimited Text Translator: The Delimited Text Translator is a tool that allows users to translate data in Excel, Access, or any delimited format into MARC.
  • Export as Tab Delimited: A tool that allows users to export their MARC data as delimited text.
  • Harvest OAI Data: MarcEdit has the ability to harvest metadata from an OAI data provider and convert the data directly to MARC. Supported formats are MARCXML, oaimarc, oai_dc, and MODS, but any format can be accommodated as the user is allowed to provide their own translation rules.
  • XML Translations: MarcEdit supports the facilitation of metadata from XML and non-XML formats into various forms, including MARC.
  • Z39.50/SRU Client: MarcEdit includes a built in Z39.50 and SRU client for interaction with other library systems.
  • ILS and OCLC Integrations: The tool provides ways to integrate directly with a number of ILS providers, as well as OCLC.
  • MARC SQL Explorer: MarcEdit includes an SQL Explorer — a tool that allows users to export their data into either an SQLite or MySQL data and run SQL queries directly on the data to mine for information.
  • MARCValidator: MarcEdit includes a number of tools to help users validate data and identify incorrectly structured MARC record data.
  • Many more features: Like the ability to split, join, sort, etc. data in various formats.

tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$Installers = Get-ChildItem $toolsDir -filter '*.msi'

$packageArgs = @{
   packageName   = $env:chocolateyPackageName
   fileType      = 'msi'
   File           = ($Installers | Where-Object {$_.basename -match '32'}).FullName
   File64         = ($Installers | Where-Object {$_.basename -match '64'}).FullName
   silentArgs    = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
   validExitCodes= @(0, 3010, 1641)
}

Install-ChocolateyInstallPackage @packageArgs 

tools\LICENSE.txt
From:  https://marcedit.reeset.net/marcedit-end-user-license-agreement

MarcEdit End User License Agreement

Author:   Terry Reese
Version:  5.1+; August 2007 to Present
Homepage: http://marcedit.reeset.net
Contact:  [email protected]

END-USER LICENSE AGREEMENT FOR THIS SOFTWARE

Important – read carefully:

Redistribution and use in binary forms are permitted provided that the 
following conditions are met:

* FREEWARE.  Commercial as well as non-commercial (government, non-profit, 
    etc.) use is allowed, without charge.
* REDISTRIBUTION OF SOFTWARE. You may make copies of the Software as you 
    wish; give that these are exact copies of the original Software; and 
    distributed in its unmodified form.
* REDISTRIBUTIONS in binary form must reproduce the above copyright 
    notice, this list of conditions and the following disclaimer in the 
    documentation and/or other materials provided with the distribution.
* REDISTRIBUTION OF SOFTWARE:
    * The entire Software application except the yaz.dll (and supporting 
        packages), YazSharp.dll (and supporting packages), Saxon (and 
        supporting packages) and ICSharpCode.SharpZipLib.dll.  These 
        libraries are governed by their corresponding licenses, with 
        source code for these libraries made available on their official 
        project pages.
    * The officially supported installation found at: https://marcedit.reeset.net.
    * Other redistributions for use in derivative works may be allowed, 
        but are at the discretion of the Software author.
* Neither the name of TERRY REESE nor the names of its contributors may 
    be used to endorse or promote products derived from this software 
    without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS 
IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



REVISED
* 2016/12/28 — revised for clarity around acceptable use (particularly, 
    can the software be used for non-commercial use)
tools\MarcEdit_Setup32Admin.msi
md5: B4C7FEEBD7562376C56859BE3F731991 | sha1: 4CE05B319A89517AFDD2AE918A6EB059D61225DD | sha256: 6DF60B31FABE6470DD83BC584D6ED2FA3A0A1EA565D73EFDE1C91B4834DAA9F1 | sha512: 4B064E426C27E7DD212798F765E088C35E0B19B9EFE1B2E35D931D9D1316F357B73D0ACE52367E42407F75924637C84FC801C78A4CDCDAC563A90A95E32713FE
tools\MarcEdit_Setup64Admin.msi
md5: 75168A82605592F88673EB4A9BB0C74F | sha1: F175136B792C78A966E85F31F6E78C11175F33E4 | sha256: BF4E02E822A3633FB7457E4D9B62D5048F265747A02F238AD6F13AAFD295CB96 | sha512: 399B3572A1E0D16B4F0341B39C06D9ECC7966C29E9C656C94D140EC3D171C938F96D8FADFD06BA008B2239DCF458C94B3FA955664ED7F6D6991F8DFC84E4C887
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
All versions of MarcEdit can be downloaded from the official site:
   https://marcedit.reeset.net/downloads
by selecting the correct build for your operating system.

Direct download:
Version    : 7.2.181
x86 URL    : https://marcedit.reeset.net/software/marcedit7/MarcEdit_Setup32Admin.msi
x86 SHA256 : 6DF60B31FABE6470DD83BC584D6ED2FA3A0A1EA565D73EFDE1C91B4834DAA9F1
x64 URL    : https://marcedit.reeset.net/software/marcedit7/MarcEdit_Setup64Admin.msi
x64 SHA256 : BF4E02E822A3633FB7457E4D9B62D5048F265747A02F238AD6F13AAFD295CB96

Note the URLs for the latest version are always the same.  Previous versions
can be found in the archives by date, not version:
   https://marcedit.reeset.net/software/marcedit7/archive/

However, the dates on the folders correspond to the release date of the 
*next* version.  Thus, the folders contain the version released *before*
the date.  The dates of releases can be seen here:
   https://marcedit.reeset.net/software/update7.txt
   

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
MarcEdit 7.3.11 309 Sunday, February 14, 2021 Approved
MarcEdit 7.3.5 194 Friday, November 27, 2020 Approved
MarcEdit 7.3.1 203 Saturday, November 14, 2020 Approved
MarcEdit 7.2.230 285 Monday, September 28, 2020 Approved
MarcEdit 7.2.208 196 Saturday, September 12, 2020 Approved
MarcEdit 7.2.190 236 Sunday, August 30, 2020 Approved
MarcEdit 7.2.186 205 Friday, August 14, 2020 Approved
MarcEdit 7.2.181 234 Saturday, August 8, 2020 Approved
MarcEdit 7.2.180 188 Saturday, August 1, 2020 Approved
MarcEdit 7.2.172 270 Wednesday, July 1, 2020 Approved
MarcEdit 7.2.167 308 Thursday, May 14, 2020 Approved
MarcEdit 7.2.156 284 Tuesday, April 28, 2020 Approved
MarcEdit 7.2.110 322 Saturday, March 21, 2020 Approved
MarcEdit 7.2.105 294 Friday, February 28, 2020 Approved
MarcEdit 7.2.86 263 Wednesday, January 29, 2020 Approved
MarcEdit 7.2.75 197 Saturday, December 28, 2019 Approved
MarcEdit 7.2.54 193 Friday, December 20, 2019 Approved
MarcEdit 7.2.28 223 Thursday, November 21, 2019 Approved
MarcEdit 7.2.20 243 Saturday, October 26, 2019 Approved
MarcEdit 7.2.5 249 Monday, September 16, 2019 Approved
MarcEdit 7.2.2 270 Thursday, August 29, 2019 Approved
MarcEdit 7.1.180 300 Thursday, June 20, 2019 Approved
MarcEdit 7.1.170 266 Saturday, June 1, 2019 Approved
MarcEdit 7.1.150 219 Tuesday, April 30, 2019 Approved
MarcEdit 7.1.137 223 Sunday, April 7, 2019 Approved
MarcEdit 7.1.120 292 Tuesday, April 2, 2019 Approved
Discussion for the MarcEdit Package

Ground Rules:

  • This discussion is only about MarcEdit and the MarcEdit 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 MarcEdit, 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