public
Description: rtomayko's custom pkgsrc packages
Homepage:
Clone URL: git://github.com/rtomayko/pkgsrc.git
pkgsrc /
name age message
file README Sun Nov 08 06:38:29 -0800 2009 notes on installing pkgsrc on macos [rtomayko]
directory discount/ Sun Nov 08 05:55:19 -0800 2009 discount (Markdown) pkgsrc package [rtomayko]
directory redis/ Sun Nov 08 06:18:51 -0800 2009 install redis.conf.example to /etc this probab... [rtomayko]
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.