Last change
on this file was
140401,
checked in by sean@…, 3 years ago
|
fmscripts: update to new version and use github
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.2 KB
|
Line | |
---|
1 | # -*- 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 |
---|
2 | # $Id: Portfile 140401 2015-09-19 00:12:50Z sean@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup brunodefraine fmscripts 20150915 |
---|
8 | categories devel |
---|
9 | maintainers sean openmaintainer |
---|
10 | platforms darwin |
---|
11 | license public-domain |
---|
12 | supported_archs noarch |
---|
13 | |
---|
14 | description Wrapper Scripts for FileMerge |
---|
15 | long_description \ |
---|
16 | Apple's Developer Tools for Mac OS X include FileMerge, a graphical \ |
---|
17 | tool to compare and merge files. FileMerge can be much handier to use, unfortunately, \ |
---|
18 | it doesn't integrate with Subversion straightforwardly. It can be opened from the \ |
---|
19 | command line with the opendiff command, but its interface differs from that of diff \ |
---|
20 | and diff3. It returns immediately (i.e. it forks and does not block) and it expects \ |
---|
21 | different arguments. |
---|
22 | |
---|
23 | homepage http://www.defraine.net/~brunod/fmdiff/ |
---|
24 | |
---|
25 | checksums rmd160 a6b430a9889ea4e1090de9e60dae5ab80d40731b \ |
---|
26 | sha256 3dfc5a88d073ddca2fb884b974ee49d29a1ba0fc326d300117d4946c709b58af |
---|
27 | |
---|
28 | use_configure no |
---|
29 | destroot.destdir DESTDIR=${destroot}${prefix}/bin |
---|
30 | |
---|
31 | build {} |
---|
Note: See
TracBrowser
for help on using the repository browser.