Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
41a7984b
Commit
41a7984b
authored
15 years ago
by
Max Howell
Browse files
Options
Downloads
Patches
Plain Diff
Minor corrections
parent
37dad126
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+10
-10
10 additions, 10 deletions
README
with
10 additions
and
10 deletions
README
+
10
−
10
View file @
41a7984b
...
...
@@ -5,9 +5,9 @@ individual, versioned kegs. For example:
/Brewery/Cellar/wget/1.14/bin/wget
Then symlinks are created to
giv
e a normal POSIX tree:
Then symlinks are created to
creat
e a normal POSIX tree:
bin/wget ->
..
/Cellar/wget/1.14/bin/wget
/Brewery/
bin/wget ->
/Brewery
/Cellar/wget/1.14/bin/wget
This way the filesystem is the package database. Everything else is now easy.
We are made of win.
...
...
@@ -79,7 +79,7 @@ NOTE you have to install git before you can update the package list. *shrug*
Why Not MacPorts?
=================
1. MacPorts installs its own libz, its own openssl, etc. It
i
s an autarky.
1. MacPorts installs its own libz, its own openssl, etc. It
'
s an autarky.
This makes no sense to me. OS X comes with all that shit.
2. MacPorts support Tiger, and PPC. We don't, so things are better optimised.
...
...
@@ -95,19 +95,19 @@ Homebrew Will Never Build:
Why Compile From Source?
========================
Since we only target Intel Leopard boxes, why not just distribute binaries?
Well, I can't afford to
o
:P And compiling from source gives more flexibility.
If you want to adapt the system and make it work with binaries
. F
ork away.
B
andwidth is on you though :P
Well, I can't afford to :P And compiling from source gives more flexibility.
If you want to adapt the system and make it work with binaries
; f
ork away.
The b
andwidth is on you though :P
How do I Notify Someone that a Package is
O
ut of Date?
How do I Notify Someone that a Package is
o
ut of Date?
======================================================
Chances are that if the package hasn't been updated for a few days, then the
previous maintainer has vanished. You have to do it. Don't worry, unlike every
other packaging system ever, it's easy with Homebrew:
1. Edit the relevant ruby file in
+/recipes
2. Fork Homebrew on github
1. Edit the relevant ruby file in
/Brewery/Formula
2. Fork Homebrew on github
(or generate a patch)
3. Send mxcl a pull request
Congratulations, you have contributed to an open source project!
...
...
@@ -134,4 +134,4 @@ Yes.
Was Homebrew devised under the influence of alchohol?
-----------------------------------------------------
Yes.
\ No newline at end of file
Yes.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment