Skip to content

Instantly share code, notes, and snippets.

@emcrisostomo
Created August 19, 2014 17:08
Show Gist options
  • Save emcrisostomo/8b2c600accedb20a933b to your computer and use it in GitHub Desktop.
Save emcrisostomo/8b2c600accedb20a933b to your computer and use it in GitHub Desktop.
Basic MacPorts Portfile
# -*- 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
name fswatch
version 1.3.9
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/
master_sites https://github.com/emcrisostomo/fswatch/releases/download/${version}/
distfiles ${name}-${version}.zip
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