Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

New Formula: websockify 0.6.0 #36643

Closed
wants to merge 1 commit into from

Conversation

raphaelcohn
Copy link
Contributor

Websockify is a suite of programs to bridge WebSockets to TCP
implemented in different languages. It also includes support
resources to simplify WebSocket programming for some older
browsers.

@@ -0,0 +1,70 @@
require "FileUtils"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is done automatically. Can cut this line.


# mv this so it is not installed with the other docs
mv "docs/websockify.1", "websockify.1"
man1.install "websockify.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just use man1.install "docs/websockify.1" and you can remove the mv

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does man1.install "docs/websockify.1 also remove docs/websockify.1? If it does, we can remove the mv. If it doesn't, then the man page will also be installed in the docs in share.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeh, it does. It's a mv rather than a cp.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, done.


Dir.chdir("other") do
system "make"
end
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

system "make", "-C", "other"

@raphaelcohn
Copy link
Contributor Author

Sorry for the delay - implemented changes as requested on 8 Feb.

@bfontaine
Copy link
Contributor

@BrewTestBot test this please.

@MikeMcQuaid
Copy link
Member

Websockify is a suite of programs to bridge WebSockets to TCP
implemented in different languages. It also includes support
resources to simplify WebSocket programming for some older
browsers.
@DomT4
Copy link
Member

DomT4 commented Jun 17, 2015

@BrewTestBot test this please

@DomT4
Copy link
Member

DomT4 commented Jun 17, 2015

The test-bot seems to be ignoring me on this.


(share+"websockify"+"ruby").install "other/websocket.rb", "other/websockify.rb"

(share+"websockify"+"clojure").install "other/project.clj", "other/websockify.clj"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the spacing between all the .installs that don't have comments above them, thanks!

@DomT4
Copy link
Member

DomT4 commented Jul 3, 2015

Ping.

@DomT4
Copy link
Member

DomT4 commented Jul 24, 2015

Presuming dead from lack of response. Please feel free to fix-up various comments and resubmit the PR if you're still interested, but closing here for now. Thanks for the submission!

@DomT4 DomT4 closed this Jul 24, 2015
@Homebrew Homebrew locked and limited conversation to collaborators Jul 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants