You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
7f81326047
In preparation for changing the default.
32 lines
1.3 KiB
Tcl
32 lines
1.3 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup brunodefraine fmscripts 20150915
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
categories devel
|
|
maintainers nomaintainer
|
|
license public-domain
|
|
supported_archs noarch
|
|
|
|
description Wrapper Scripts for FileMerge
|
|
long_description \
|
|
Apple's Developer Tools for Mac OS X include FileMerge, a graphical \
|
|
tool to compare and merge files. FileMerge can be much handier to use, unfortunately, \
|
|
it doesn't integrate with Subversion straightforwardly. It can be opened from the \
|
|
command line with the opendiff command, but its interface differs from that of diff \
|
|
and diff3. It returns immediately (i.e. it forks and does not block) and it expects \
|
|
different arguments.
|
|
|
|
homepage http://www.defraine.net/~brunod/fmdiff/
|
|
|
|
checksums rmd160 a6b430a9889ea4e1090de9e60dae5ab80d40731b \
|
|
sha256 3dfc5a88d073ddca2fb884b974ee49d29a1ba0fc326d300117d4946c709b58af
|
|
|
|
use_configure no
|
|
destroot.destdir DESTDIR=${destroot}${prefix}/bin
|
|
|
|
build {}
|