]> arthur.barton.de Git - homebrew-alex.git/commitdiff
Remove "identd" github/master
authorAlexander Barton <alex@barton.de>
Sun, 1 Jan 2023 19:14:03 +0000 (20:14 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 1 Jan 2023 19:14:03 +0000 (20:14 +0100)
No longer builds on current macOS and the homepage is gone ... so remove it.

Formula/identd.rb [deleted file]

diff --git a/Formula/identd.rb b/Formula/identd.rb
deleted file mode 100644 (file)
index ad98557..0000000
+++ /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\r
- server.\r
- .Pp\r
--The\r
--.Nm\r
--utility can be uninstalled by unloading the launchd job with:\r
--.Bd -literal\r
--sudo launchctl unload /Library/LaunchDaemons/com.shaunrowland.identd.plist\r
--.Ed\r
--.Pp\r
--and removing all of the files in the FILES section below.\r
--.Pp\r
- If you create a /usr/local/etc/identd.user file containing a username on a\r
- single line, that username will be returned if no user would be found otherwise.\r
- This is useful if you are behind a NAT router that causes the source and\r
-diff --git a/identd.xcodeproj/project.pbxproj b/identd.xcodeproj/project.pbxproj\r
-index 8339234..1fef724 100644\r
---- a/identd.xcodeproj/project.pbxproj\r
-+++ b/identd.xcodeproj/project.pbxproj\r
-@@ -190,7 +190,6 @@\r
-                               MACOSX_DEPLOYMENT_TARGET = 10.6;\r
-                               ONLY_ACTIVE_ARCH = YES;\r
-                               PROVISIONING_PROFILE = "";\r
--                              SDKROOT = macosx10.7;\r
-                       };\r
-                       name = Debug;\r
-               };\r
-@@ -207,7 +206,6 @@\r
-                               MACOSX_DEPLOYMENT_TARGET = 10.6;\r
-                               ONLY_ACTIVE_ARCH = NO;\r
-                               PROVISIONING_PROFILE = "";\r
--                              SDKROOT = macosx10.7;\r
-                       };\r
-                       name = Release;\r
-               };\r
-@@ -225,7 +223,6 @@\r
-                               INSTALL_PATH = /usr/local/sbin;\r
-                               PRODUCT_NAME = "$(TARGET_NAME)";\r
-                               PROVISIONING_PROFILE = "";\r
--                              SDKROOT = macosx10.7;\r
-                       };\r
-                       name = Debug;\r
-               };\r
-@@ -246,7 +243,6 @@\r
-                               ONLY_ACTIVE_ARCH = NO;\r
-                               PRODUCT_NAME = "$(TARGET_NAME)";\r
-                               PROVISIONING_PROFILE = "";\r
--                              SDKROOT = macosx10.7;\r
-                       };\r
-                       name = Release;\r
-               };\r