Commit Diff


commit - 70fc1955fbbbb39a48c3305a86cba6925477992e
commit + 3f753e3da5421b8a412d608546a52f2e4feffc59
blob - /dev/null
blob + b8d300fa3f10b4ded0aff1ee1946774d194634df (mode 644)
--- /dev/null
+++ Formula/packetdrill.rb
@@ -0,0 +1,11 @@
+class Testres < Formula
+	desc "packetdrill with UDPLite and SCTP support and bug fixes for FreeBSD
+	homepage "https://github.com/nplab/packetdrill"
+	url "https://github.com/nplab/packetdrill"
+	sha256 "282c08206d075777c22e8ffddf179a5a17aa89a555e6ff69a8aba4b55845cc"
+	def install
+		system "make", "install"
+		system "cd packetdrill/gtests/net/packetdrill/; ./configure"
+		system "make"
+	end
+end
blob - c35d7419877573d58f6cdaf4870a0459c9aa79cb
blob + dc97c52c0ae59cf4407ddfcfd4badc1c968598c0
--- README.md
+++ README.md
@@ -16,4 +16,5 @@ brew uninstall testres
 The following formulae are available:
 
 - [testres](https://github.com/ligurio/testres): hyperfast web frontend for software testing results
-- [postgrespro](https://github.com/postgrespro/postgrespro): PostgrePro (feature-rich PostgreSQL fork)
+- [postgrespro](https://github.com/postgrespro/postgrespro): PostgresPro (feature-rich PostgreSQL fork)
+- [packetdrill](https://github.com/nplab/packetdrill): feature-rich [packetdrill](https://github.com/google/packetdrill) fork