aboutsummaryrefslogtreecommitdiffstats
path: root/patch_cmds/patch_cmds.plist
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-09 14:20:58 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-09 14:20:58 -0400
commit5fd83771641d15c418f747bd343ba6738d3875f7 (patch)
tree5abf0f78f680d9837dbd93d4d4c3933bb7509599 /patch_cmds/patch_cmds.plist
downloadapple_cmds-5fd83771641d15c418f747bd343ba6738d3875f7.tar.gz
apple_cmds-5fd83771641d15c418f747bd343ba6738d3875f7.tar.zst
apple_cmds-5fd83771641d15c418f747bd343ba6738d3875f7.zip
Import macOS userland
adv_cmds-176 basic_cmds-55 bootstrap_cmds-116.100.1 developer_cmds-66 diskdev_cmds-667.40.1 doc_cmds-53.60.1 file_cmds-321.40.3 mail_cmds-35 misc_cmds-34 network_cmds-606.40.1 patch_cmds-17 remote_cmds-63 shell_cmds-216.60.1 system_cmds-880.60.2 text_cmds-106
Diffstat (limited to 'patch_cmds/patch_cmds.plist')
-rw-r--r--patch_cmds/patch_cmds.plist54
1 files changed, 54 insertions, 0 deletions
diff --git a/patch_cmds/patch_cmds.plist b/patch_cmds/patch_cmds.plist
new file mode 100644
index 0000000..a6df14c
--- /dev/null
+++ b/patch_cmds/patch_cmds.plist
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<array>
+ <dict>
+ <key>OpenSourceProject</key>
+ <string>diffstat</string>
+ <key>OpenSourceVersion</key>
+ <string>1.55</string>
+ <key>OpenSourceWebsiteURL</key>
+ <string>http://invisible-island.net/diffstat/</string>
+ <key>OpenSourceURL</key>
+ <string>ftp://invisible-island.net/diffstat/diffstat-1.55.tgz</string>
+ <key>OpenSourceSHA1</key>
+ <string>625650a9f1a27edbb98316adb3013e57c8e2e23a</string>
+ <key>OpenSourceImportDate</key>
+ <string>2012-11-29</string>
+ <key>OpenSourceModifications</key>
+ <array>
+ <string>Added manually-generated config.h file.</string>
+ <string>Build with -D_DARWIN_C_SOURCE to fix a warning.</string>
+ </array>
+ <key>OpenSourceLicense</key>
+ <string>MIT</string>
+ <key>OpenSourceLicenseFile</key>
+ <string>patch_cmds.txt</string>
+ </dict>
+ <dict>
+ <key>OpenSourceProject</key>
+ <string>patch</string>
+ <key>OpenSourceVersion</key>
+ <string>2009-10-27</string>
+ <key>OpenSourceWebsiteURL</key>
+ <string>http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/patch/</string>
+ <key>OpenSourceCVS</key>
+ <string>cvs -d anoncvs@anoncvs1.usa.openbsd.org:/cvs co src/usr.bin/patch</string>
+ <key>OpenSourceImportDate</key>
+ <string>2009-11-05</string>
+ <key>OpenSourceModifications</key>
+ <array>
+ <string>Correctly cast some arguments to basename/dirname.</string>
+ <string>Disable verbose mode by default, add --verbose option.</string>
+ <string>Print &quot;patching file&quot; message when not in verbose mode.</string>
+ <string>Change version output to Apple.</string>
+ <string>Add --binary option (ignored).</string>
+ <string>Add --dry-run option as an alias for -C/--check.</string>
+ </array>
+ <key>OpenSourceLicense</key>
+ <string>BSD</string>
+ <key>OpenSourceLicenseFile</key>
+ <string>patch_cmds.txt</string>
+ </dict>
+</array>
+</plist>