From: Alexander Barton Date: Sun, 1 Jan 2023 19:14:03 +0000 (+0100) Subject: Remove "identd" X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=homebrew-alex.git;a=commitdiff_plain;h=refs%2Fremotes%2Fgithub%2Fmaster Remove "identd" No longer builds on current macOS and the homepage is gone ... so remove it. --- diff --git a/Formula/identd.rb b/Formula/identd.rb deleted file mode 100644 index ad98557..0000000 --- a/Formula/identd.rb +++ /dev/null @@ -1,79 +0,0 @@ -class Identd < Formula - desc "Simple IDENT daemon" - homepage "http://www.shaunrowland.com/fsync/2011/05/15/identd-for-mac-os-x/" - url "http://rc.shaunrowland.com/git/identd.git" - version "0.20120228" - - # manual page: remove "manual uninstall" description - patch :DATA - - def install - inreplace "identd.xcodeproj/project.pbxproj", - /CODE_SIGN_IDENTITY = \".*\"/, 'CODE_SIGN_IDENTITY=""' - inreplace "identd.xcodeproj/project.pbxproj", - /ARCHS_STANDARD_32_64_BIT/, 'ARCHS_STANDARD_64_BIT' - inreplace "identd/identd.8", - %r{/usr/local}, "#{HOMEBREW_PREFIX}" - xcodebuild "SYMROOT=build", "-target", "identd", "-configuration", "Release" - sbin.install("build/Release/identd") - man8.install("identd/identd.8") - end -end - -__END__ -diff --git a/identd/identd.8 b/identd/identd.8 -index fdd43b0..954e9ee 100644 ---- a/identd/identd.8 -+++ b/identd/identd.8 -@@ -32,15 +32,6 @@ if found. This is a basic implementation of an - .Nm - server. - .Pp --The --.Nm --utility can be uninstalled by unloading the launchd job with: --.Bd -literal --sudo launchctl unload /Library/LaunchDaemons/com.shaunrowland.identd.plist --.Ed --.Pp --and removing all of the files in the FILES section below. --.Pp - If you create a /usr/local/etc/identd.user file containing a username on a - single line, that username will be returned if no user would be found otherwise. - This is useful if you are behind a NAT router that causes the source and -diff --git a/identd.xcodeproj/project.pbxproj b/identd.xcodeproj/project.pbxproj -index 8339234..1fef724 100644 ---- a/identd.xcodeproj/project.pbxproj -+++ b/identd.xcodeproj/project.pbxproj -@@ -190,7 +190,6 @@ - MACOSX_DEPLOYMENT_TARGET = 10.6; - ONLY_ACTIVE_ARCH = YES; - PROVISIONING_PROFILE = ""; -- SDKROOT = macosx10.7; - }; - name = Debug; - }; -@@ -207,7 +206,6 @@ - MACOSX_DEPLOYMENT_TARGET = 10.6; - ONLY_ACTIVE_ARCH = NO; - PROVISIONING_PROFILE = ""; -- SDKROOT = macosx10.7; - }; - name = Release; - }; -@@ -225,7 +223,6 @@ - INSTALL_PATH = /usr/local/sbin; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE = ""; -- SDKROOT = macosx10.7; - }; - name = Debug; - }; -@@ -246,7 +243,6 @@ - ONLY_ACTIVE_ARCH = NO; - PRODUCT_NAME = "$(TARGET_NAME)"; - PROVISIONING_PROFILE = ""; -- SDKROOT = macosx10.7; - }; - name = Release; - };