Ticket #490: unison.shar

File unison.shar, 1.7 KB (added by patrick@…, 21 years ago)

shell archive of net/unison directory containing Portfile and patch

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