Skip to content

Instantly share code, notes, and snippets.

@emcrisostomo
Created August 19, 2014 17:30
Show Gist options
  • Save emcrisostomo/854dd2c3fed0d34fa582 to your computer and use it in GitHub Desktop.
Save emcrisostomo/854dd2c3fed0d34fa582 to your computer and use it in GitHub Desktop.
GitHub Portfile Example
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem 1.0
PortGroup github 1.0
github.setup emcrisostomo fswatch 1.3.9
github.tarball_from releases
categories sysutils
platforms darwin
license GPL-3
maintainers gmail.com:enrico.m.crisostomo \
openmaintainer
description File change monitor
long_description A cross-platform file change monitor with multiple \
backends: Apple OS X File System Events API, *BSD kqueue, \
Linux inotify and a stat-based backend.
homepage http://emcrisostomo.github.io/fswatch/
checksums rmd160 929cf38c072ed3c5843bc08fd125d0697fecf6f9 \
sha256 f3e37317155dac122ebc4efef9236f273d03e85051bb2e63198ab5453b0a8c34
use_zip yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment