This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
pkgsrc /
| name | age | message | |
|---|---|---|---|
| |
README | Sun Nov 08 06:38:29 -0800 2009 | |
| |
discount/ | Sun Nov 08 05:55:19 -0800 2009 | |
| |
redis/ | Sun Nov 08 06:18:51 -0800 2009 |
README
These are my pkgsrc packages. If you run pkgsrc, you should be able to use
them with:
cd /usr/pkgsrc
git clone git://github.com/rtomayko/pkgsrc.git rtomayko
Then update with:
cd /usr/pkgsrc/rtomayko
git pull
INSTALLING pkgsrc ON MACOS X
----------------------------
NOTE: If you're running a case-insensitive file system, just stop now; or,
see this for instructions on installing:
http://www.netbsd.org/docs/pkgsrc/platforms.html#darwin
This is mostly an experiment. I started running pkgsrc on MacOS 10.5 after
ditching MacPorts. It's going well -- better than I expected. There's a
bunch of packages (see: http://pkgsrc.se/) and I'm a long-time FreeBSD user
so the basic workflow makes sense to me.
I used the experimental git repository instead of CVS or tarballs:
cd /usr
sudo git clone http://ftp.netbsd.org/pub/NetBSD/misc/repositories/git/pkgsrc
cd /usr/pkgsrc/bootstrap
./bootstrap
That's it. Now install packages with, e.g.:
cd /usr/pkgsrc/sysutils/coreutils
bmake install clean clean-depends
Or, for the packages in this repository:
cd /usr/pkgsrc/textproc/discount
bmake install clean clean-depends
LICENSE
-------
Anything I've done here is licensed MIT.







