aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-09-27 21:35:41 -0700
committerAdam Vandenberg2013-09-27 21:35:41 -0700
commit0e7bb11561a6638599d448aaac88c4c9a195643f (patch)
treebc6c24bd5ee50afef109b06bb8827c09543dc952 /Library/Formula
parent0b4f47d99d91cd8c53926ae74d6380fb06a808e5 (diff)
downloadhomebrew-0e7bb11561a6638599d448aaac88c4c9a195643f.tar.bz2
Redact pos
Download is no longer available. Also, this looks like a binary-only install, so it should move to homebrew-binary or possibly homebrew-science. And it should move to a source install if possible.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pos.rb22
1 files changed, 0 insertions, 22 deletions
diff --git a/Library/Formula/pos.rb b/Library/Formula/pos.rb
deleted file mode 100644
index ee2875a29..000000000
--- a/Library/Formula/pos.rb
+++ /dev/null
@@ -1,22 +0,0 @@
-require 'formula'
-
-class Pos < Formula
- homepage "http://sage.ucsc.edu/~wgscott/xtal/wiki/index.php/Unix_and_OS_X:_The_Absolute_Essentials"
- url 'http://www.finkproject.org/bindist/dists/fink-0.9.0/main/source/utils/pos-1.2.tgz'
- sha1 '320dc42b80508338f2f5f4e330d0c39462e3bba8'
-
- def install
- bin.install %w[bin/fdc bin/posd]
- share.install %w[Finder_Toolbar_Applications.dmg.gz iTerm.webloc]
- end
-
- def caveats; <<-EOS.undent
- cdf (change terminal window to current finder window)
- needs to be installed as an alias in your shell init.
- For example, add the following to your .bash_profile:
- if [ -f `brew --prefix`/bin/posd ]; then
- alias cdf='cd "`posd`"'
- fi
- EOS
- end
-end