[Lunar-commits] CVS: moonbase/net/unison BUILD, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1

Terry Chan tchan at lunar-linux.org
Tue Jan 11 18:50:12 UTC 2005


Update of /var/cvs/lunar/moonbase/net/unison
In directory espresso.foo-projects.org:/tmp/cvs-serv12967

Added Files:
	BUILD DEPENDS DETAILS 
Log Message:
Added unison-2.9.1 to the moonbase.  Another file synchronization tool.
Cross platform too.  Works on windows and unix boxes. GTK+ gui or text
mode char app.  GTK+2 version does not work.


--- NEW FILE: BUILD ---
(

  unset CFLAGS CXXFLAGS &&
  patch_it $SOURCE_CACHE/$SOURCE2 1 &&
  if module_installed lablgtk ; then
    make UISTYLE=gtk
  else
    make UISTYLE=text
  fi &&
  prepare_install &&
  strip unison &&
  cp unison /usr/bin/

) > $C_FIFO 2>&1

--- NEW FILE: DEPENDS ---
depends  ocaml &&
optional_depends lablgtk "" "" "For a gtk+-2 gui interface"

--- NEW FILE: DETAILS ---
          MODULE=unison
         VERSION=2.9.1
          SOURCE=$MODULE-$VERSION.tar.gz
         SOURCE2=$MODULE-$VERSION-extnames.patch
      SOURCE_URL=http://lunar-linux.org/lunar/mirrors/
      SOURCE_VFY=sha1:d355639b8191f5c74e652fe257fd98dcf76d4cc0
     SOURCE2_URL=$PATCH_URL/
     SOURCE2_VFY=sha1:92eb4e481ebc717a7b2cf87b6ef5620f7e719196
        WEB_SITE=http://www.cis.upenn.edu/~bcpierce/unison/
         ENTERED=20050109
         UPDATED=20050109
           SHORT="unison file-synchronization tool for Unix and Windows"
           PSAFE=no
cat << EOF
It allows two replicas of a collection of files and directories to be stored
on different hosts (or different disks on the same host), modified separately,
and then brought up to date by propagating the changes in each replica to the
other.
EOF



More information about the Lunar-commits mailing list