pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net unison-snapshot: Remove (moved to wip)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c55d54d872f6
branches:  trunk
changeset: 375387:c55d54d872f6
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Mar 13 15:12:12 2022 +0000

description:
unison-snapshot: Remove (moved to wip)

diffstat:

 net/Makefile                   |   3 +-
 net/unison-snapshot/DESCR      |  10 --------
 net/unison-snapshot/Makefile   |  52 ------------------------------------------
 net/unison-snapshot/PLIST      |   8 ------
 net/unison-snapshot/distinfo   |   5 ----
 net/unison-snapshot/options.mk |  17 -------------
 6 files changed, 1 insertions(+), 94 deletions(-)

diffs (129 lines):

diff -r 4efe5f27f613 -r c55d54d872f6 net/Makefile
--- a/net/Makefile      Sun Mar 13 15:11:50 2022 +0000
+++ b/net/Makefile      Sun Mar 13 15:12:12 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1446 2022/03/13 15:07:13 gdt Exp $
+# $NetBSD: Makefile,v 1.1447 2022/03/13 15:12:12 gdt Exp $
 #
 
 COMMENT=       Networking tools
@@ -980,7 +980,6 @@
 SUBDIR+=       unfs3
 SUBDIR+=       unifi
 SUBDIR+=       unison
-SUBDIR+=       unison-snapshot
 SUBDIR+=       unworkable
 SUBDIR+=       upclient
 SUBDIR+=       upnpinspector
diff -r 4efe5f27f613 -r c55d54d872f6 net/unison-snapshot/DESCR
--- a/net/unison-snapshot/DESCR Sun Mar 13 15:11:50 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +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.
-
-This package contains a snapshot of the git repository to get
-bugfixes not in the latest release.
-
-This version interoperates with net/unison2.51.
diff -r 4efe5f27f613 -r c55d54d872f6 net/unison-snapshot/Makefile
--- a/net/unison-snapshot/Makefile      Sun Mar 13 15:11:50 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,52 +0,0 @@
-# $NetBSD: Makefile,v 1.32 2022/03/08 22:32:15 gdt Exp $
-
-# faux version to let me increment the last digit along the branch
-DISTNAME=      unison-2.51.91
-#PKGREVISION=  0
-CATEGORIES=    net
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=bcpierce00/}
-GITHUB_TAG=     a94c7916ff0b63bd8e01e11d6bb78441dc16b43c
-
-MAINTAINER=    gdt%NetBSD.org@localhost
-HOMEPAGE=      https://www.cis.upenn.edu/~bcpierce/unison/
-COMMENT=       File-synchronization tool
-LICENSE=       gnu-gpl-v3
-
-USE_TOOLS+=    gmake bash
-MAKE_FLAGS+=   CFLAGS=""
-MAKE_ENV+=     HOME=${WRKDIR:Q}
-
-.include "../../mk/ocaml.mk"
-
-.if (${OCAML_USE_OPT_COMPILER} == "yes")
-MAKE_FLAGS+=   NATIVE=true
-.else
-MAKE_FLAGS+=   NATIVE=false
-.endif
-
-# bsd.prefs.mk, included also by options, must be after ocaml to get
-# _PKGSRC_MKPIE set correctly.
-.include "options.mk"
-.include "../../mk/bsd.prefs.mk"
-
-TEST_TARGET=           test
-
-INSTALLATION_DIRS=     bin
-INSTALLATION_DIRS+=    share/doc/unison
-
-do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/src/unison ${DESTDIR}${PREFIX}/bin
-       ${INSTALL_MAN} ${WRKSRC}/src/CONTRIB ${DESTDIR}${PREFIX}/share/doc/unison
-       ${INSTALL_MAN} ${WRKSRC}/src/COPYING ${DESTDIR}${PREFIX}/share/doc/unison
-       ${INSTALL_MAN} ${WRKSRC}/NEWS.md ${DESTDIR}${PREFIX}/share/doc/unison
-       ${INSTALL_MAN} ${WRKSRC}/src/README ${DESTDIR}${PREFIX}/share/doc/unison
-       ${INSTALL_MAN} ${WRKSRC}/src/ROADMAP.txt ${DESTDIR}${PREFIX}/share/doc/unison
-       ${INSTALL_MAN} ${WRKSRC}/src/TODO.txt ${DESTDIR}${PREFIX}/share/doc/unison
-
-.include "../../mk/pthread.buildlink3.mk"
-.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} != "none")
-MAKE_FLAGS+=   THREADS=true
-.endif
-
-.include "../../lang/ocaml/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 4efe5f27f613 -r c55d54d872f6 net/unison-snapshot/PLIST
--- a/net/unison-snapshot/PLIST Sun Mar 13 15:11:50 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2022/02/19 16:27:03 gdt Exp $
-bin/unison
-share/doc/unison/CONTRIB
-share/doc/unison/COPYING
-share/doc/unison/NEWS.md
-share/doc/unison/README
-share/doc/unison/ROADMAP.txt
-share/doc/unison/TODO.txt
diff -r 4efe5f27f613 -r c55d54d872f6 net/unison-snapshot/distinfo
--- a/net/unison-snapshot/distinfo      Sun Mar 13 15:11:50 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.24 2022/03/08 22:32:15 gdt Exp $
-
-BLAKE2s (unison-2.51.91-a94c7916ff0b63bd8e01e11d6bb78441dc16b43c.tar.gz) = 8e09dd793add429c32320c2f20f7db6fffe236e9f752da27d2d10712f42c5c74
-SHA512 (unison-2.51.91-a94c7916ff0b63bd8e01e11d6bb78441dc16b43c.tar.gz) = 
1754c378fce9fa240963510ee4f779a5f6051c08b04a63c4581f0dd5507d0cd1d8c4e3b3f6be4d25eb2e41ec23e39c6a5c24cc3dd83dbe2e43826e305af56d39
-Size (unison-2.51.91-a94c7916ff0b63bd8e01e11d6bb78441dc16b43c.tar.gz) = 1354897 bytes
diff -r 4efe5f27f613 -r c55d54d872f6 net/unison-snapshot/options.mk
--- a/net/unison-snapshot/options.mk    Sun Mar 13 15:11:50 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2020/04/21 11:34:01 wiz Exp $
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.unison
-PKG_SUPPORTED_OPTIONS= lablgtk
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mlablgtk)
-MAKE_FLAGS+=   UISTYLE=gtk2
-
-DEPENDS+=      font-schumacher-misc>=1.0:../../fonts/font-schumacher-misc
-
-BUILDLINK_API_DEPENDS.ocaml-lablgtk+= ocaml-lablgtk>=2.16.0
-.include "../../x11/ocaml-lablgtk/buildlink3.mk"
-.else
-MAKE_FLAGS+=   UISTYLE=text
-.endif



Home | Main Index | Thread Index | Old Index