summaryrefslogtreecommitdiff
path: root/net/unison-devel
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:28 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:28 +0000
commitf124555536ce4b815ff160312c094545c36ec440 (patch)
tree702199d3b5e34c9ba151483313d8c26565451c75 /net/unison-devel
parentAdd pd-0.35.23 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_2'.release/4.6.2
Diffstat (limited to 'net/unison-devel')
-rw-r--r--net/unison-devel/Makefile27
-rw-r--r--net/unison-devel/distinfo1
-rw-r--r--net/unison-devel/files/patch-aa27
-rw-r--r--net/unison-devel/pkg-comment1
-rw-r--r--net/unison-devel/pkg-descr15
-rw-r--r--net/unison-devel/pkg-plist1
6 files changed, 0 insertions, 72 deletions
diff --git a/net/unison-devel/Makefile b/net/unison-devel/Makefile
deleted file mode 100644
index c582c920ab25..000000000000
--- a/net/unison-devel/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: unison
-# Date created: 4 October 2000
-# Whom: Dan Pelleg <dpelleg+unison@cs.cmu.edu>
-#
-# $FreeBSD$
-#
-
-PORTNAME= unison
-PORTVERSION= 2.9.1
-CATEGORIES= net
-MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-${PORTVERSION}/
-DISTNAME= src
-DIST_SUBDIR= unison-${PORTVERSION}
-
-MAINTAINER= dpelleg+unison@cs.cmu.edu
-
-BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
-USE_GMAKE= yes
-MAKE_ARGS= UISTYLE=text CFLAGS=""
-
-post-install:
- strip ${PREFIX}/bin/unison
-
-.include <bsd.port.mk>
diff --git a/net/unison-devel/distinfo b/net/unison-devel/distinfo
deleted file mode 100644
index 00ffc7e3dfaf..000000000000
--- a/net/unison-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (unison-2.9.1/src.tar.gz) = d8084fa87c13671de21ec1b701a4606c
diff --git a/net/unison-devel/files/patch-aa b/net/unison-devel/files/patch-aa
deleted file mode 100644
index a14c18bfa972..000000000000
--- a/net/unison-devel/files/patch-aa
+++ /dev/null
@@ -1,27 +0,0 @@
---- Makefile.orig Tue Aug 28 16:27:01 2001
-+++ Makefile Wed Aug 29 09:15:09 2001
-@@ -62,12 +62,12 @@
- ######################################################################
- # Installation
-
--INSTALLDIR = $(HOME)/bin/
-+INSTALLDIR = ${PREFIX}/bin/
-
- install: $(NAME)$(EXEC_EXT)
-- -mv $(INSTALLDIR)/$(NAME)$(EXEC_EXT) /tmp/$(NAME)-$(shell echo $$$$)
-+# -mv $(INSTALLDIR)/$(NAME)$(EXEC_EXT) /tmp/$(NAME)-$(shell echo $$$$)
- cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)
-- cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)$(NAME)-$(VERSION)$(EXEC_EXT)
-+# cp $(NAME)$(EXEC_EXT) $(INSTALLDIR)$(NAME)-$(VERSION)$(EXEC_EXT)
- @# If we're running at Penn, install a public version too
- if [ -d /plclub/bin ]; then cp $(NAME)$(EXEC_EXT) /plclub/bin/$(NAME)-$(VERSION)$(EXEC_EXT); fi
-
-@@ -231,7 +231,7 @@
- tags:
- -$(ETAGS) *.ml *.mli *.txt
-
--all:: TAGS
-+#all:: TAGS
-
- TAGS:
- $(MAKE) tags
diff --git a/net/unison-devel/pkg-comment b/net/unison-devel/pkg-comment
deleted file mode 100644
index 140bbf544904..000000000000
--- a/net/unison-devel/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A user-level file synchronization tool
diff --git a/net/unison-devel/pkg-descr b/net/unison-devel/pkg-descr
deleted file mode 100644
index 5ae58aebb642..000000000000
--- a/net/unison-devel/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-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.
-
-Unison shares a number of features with tools such as configuration
-management packages (CVS, PRCS, etc.) distributed filesystems (Coda, etc.)
-uni-directional mirroring utilities (rsync, etc.) and other synchronizers
-(Intellisync, Reconcile, etc).
-
-WWW: http://www.cis.upenn.edu/~bcpierce/unison/
-
-- Dan Pelleg
-
-dpelleg+unison@cs.cmu.edu
diff --git a/net/unison-devel/pkg-plist b/net/unison-devel/pkg-plist
deleted file mode 100644
index 31b7bedb59e4..000000000000
--- a/net/unison-devel/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/unison