diff options
-rw-r--r-- | net/unison/Makefile | 21 | ||||
-rw-r--r-- | net/unison/files/md5 | 3 | ||||
-rw-r--r-- | net/unison/files/patch-sum | 3 | ||||
-rw-r--r-- | net/unison/patches/patch-aa | 27 | ||||
-rw-r--r-- | net/unison/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/unison/pkg/DESCR | 5 | ||||
-rw-r--r-- | net/unison/pkg/PLIST | 2 |
7 files changed, 62 insertions, 0 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile new file mode 100644 index 00000000000..c439f4d76cf --- /dev/null +++ b/net/unison/Makefile @@ -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" diff --git a/net/unison/files/md5 b/net/unison/files/md5 new file mode 100644 index 00000000000..5da8d7d7d0e --- /dev/null +++ b/net/unison/files/md5 @@ -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 diff --git a/net/unison/files/patch-sum b/net/unison/files/patch-sum new file mode 100644 index 00000000000..6b761cf531a --- /dev/null +++ b/net/unison/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2001/01/11 01:45:36 mjl Exp $ + +MD5 (patch-aa) = dbadb39228146b68d745e598b96205f1 diff --git a/net/unison/patches/patch-aa b/net/unison/patches/patch-aa new file mode 100644 index 00000000000..3633cf65a51 --- /dev/null +++ b/net/unison/patches/patch-aa @@ -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 diff --git a/net/unison/pkg/COMMENT b/net/unison/pkg/COMMENT new file mode 100644 index 00000000000..96cbc5a24ee --- /dev/null +++ b/net/unison/pkg/COMMENT @@ -0,0 +1 @@ +file-synchronization tool diff --git a/net/unison/pkg/DESCR b/net/unison/pkg/DESCR new file mode 100644 index 00000000000..a1fcb2e5944 --- /dev/null +++ b/net/unison/pkg/DESCR @@ -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. diff --git a/net/unison/pkg/PLIST b/net/unison/pkg/PLIST new file mode 100644 index 00000000000..76cb5d9761e --- /dev/null +++ b/net/unison/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/01/11 01:45:36 mjl Exp $ +bin/unison |