Initial import of unison, a file synchronisation tool.

This commit is contained in:
mjl 2001-01-11 01:45:36 +00:00
parent 9bfff556af
commit 59fcada031
7 changed files with 62 additions and 0 deletions

21
net/unison/Makefile Normal file
View file

@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.1.1.1 2001/01/11 01:45:36 mjl Exp $
#
DISTNAME= src
PKGNAME= unison-2.6.11
CATEGORIES= net
MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/stable/latest/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.cis.upenn.edu/~bcpierce/unison/
BUILD_DEPENDS= ocamlc:../../lang/ocaml
DIST_SUBDIR= unison
# docs: unison-manual.pdf/html/ps/dvi
WRKSRC= ${WRKDIR}/${PKGNAME}
USE_GMAKE= yes
MAKE_FLAGS= CFLAGS="" UISTYLE=text
.include "../../mk/bsd.pkg.mk"

3
net/unison/files/md5 Normal file
View file

@ -0,0 +1,3 @@
$NetBSD: md5,v 1.1.1.1 2001/01/11 01:45:36 mjl Exp $
MD5 (unison/src.tar.gz) = 045024fa458088611b5f41e18dc8e667

View file

@ -0,0 +1,3 @@
$NetBSD: patch-sum,v 1.1.1.1 2001/01/11 01:45:36 mjl Exp $
MD5 (patch-aa) = dbadb39228146b68d745e598b96205f1

View file

@ -0,0 +1,27 @@
$NetBSD: patch-aa,v 1.1.1.1 2001/01/11 01:45:36 mjl Exp $
--- Makefile.orig Thu Jan 11 01:32:58 2001
+++ Makefile Thu Jan 11 01:33:46 2001
@@ -62,12 +62,10 @@
######################################################################
# Installation
-INSTALLDIR = $(HOME)/bin/
+INSTALLDIR = $(PREFIX)/bin/
install: $(NAME)$(EXEC_EXT)
- -mv $(INSTALLDIR)/$(NAME)$(EXEC_EXT) /tmp/$(NAME)-$(shell echo $$$$)
cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)
- cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)$(NAME)-$(VERSION)$(EXEC_EXT)
######################################################################
# Demo
@@ -216,7 +214,7 @@
tags:
-$(ETAGS) *.ml *.mli
-all:: TAGS
+# all:: TAGS
TAGS:
$(MAKE) tags

1
net/unison/pkg/COMMENT Normal file
View file

@ -0,0 +1 @@
file-synchronization tool

5
net/unison/pkg/DESCR Normal file
View file

@ -0,0 +1,5 @@
Unison is a file-synchronization tool for Unix and Windows. 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.

2
net/unison/pkg/PLIST Normal file
View file

@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2001/01/11 01:45:36 mjl Exp $
bin/unison