1 | # This is a shell archive. Save it in a file, remove anything before |
---|
2 | # this line, and then unpack it by entering "sh file". Note, it may |
---|
3 | # create directories; files and directories will be owned by you and |
---|
4 | # have default permissions. |
---|
5 | # |
---|
6 | # This archive contains: |
---|
7 | # |
---|
8 | # ./unison/Portfile |
---|
9 | # ./unison/files |
---|
10 | # |
---|
11 | echo x - ./unison/Portfile |
---|
12 | sed 's/^X//' >./unison/Portfile << 'END-of-./unison/Portfile' |
---|
13 | X# $Id: $ |
---|
14 | XPortSystem 1.0 |
---|
15 | Xname unison |
---|
16 | Xversion 2.9.20 |
---|
17 | Xcategories net |
---|
18 | Xhomepage http://www.cis.upenn.edu/~bcpierce/unison/ |
---|
19 | Xmaintainers patrick@ginx.com |
---|
20 | Xdescription A user-level file synchronization tool |
---|
21 | Xmaster_sites http://www.cis.upenn.edu/~bcpierce/unison/download/beta-test/${name}-${version}/ |
---|
22 | Xdistfiles src.tar.gz |
---|
23 | Xchecksums src.tar.gz md5 a0a1b734e11212623bc6ea996aace960 |
---|
24 | Xpatchfiles patch-aa |
---|
25 | Xbuild.type gnu |
---|
26 | Xinstall.type gnu |
---|
27 | Xbuild.args UISTYLE=text CFLAGS="" |
---|
28 | Xdepends_build bin:ocamlc:ocaml |
---|
29 | X |
---|
30 | Xinstall.destroot mandir=${destroot}${prefix}/man prefix=${destroot}${prefix} |
---|
31 | X |
---|
32 | Xconfigure {} |
---|
33 | X |
---|
34 | Xlong_description Unison is a file-synchronization tool for Unix and Windows. It allows two \ |
---|
35 | Xreplicas of a collection of files and directories to be stored on different \ |
---|
36 | Xhosts (or different disks on the same host), modified separately, and then \ |
---|
37 | Xbrought up to date by propagating the changes in each replica to the other. \ |
---|
38 | X\ |
---|
39 | XUnison shares a number of features with tools such as configuration \ |
---|
40 | Xmanagement packages (CVS, PRCS, etc.) distributed filesystems (Coda, etc.) \ |
---|
41 | Xuni-directional mirroring utilities (rsync, etc.) and other synchronizers \ |
---|
42 | X(Intellisync, Reconcile, etc). \ |
---|
43 | X\ |
---|
44 | XWWW: http://www.cis.upenn.edu/~bcpierce/unison/ \ |
---|
45 | X\ |
---|
46 | X- Dan Pelleg \ |
---|
47 | X |
---|
48 | END-of-./unison/Portfile |
---|
49 | echo c - ./unison/files |
---|
50 | mkdir -p ./unison/files > /dev/null 2>&1 |
---|
51 | exit |
---|
52 | |
---|