pkgsrc-WIP-changes archive

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

boinc-lib, boinc-client: Remove, based on nonexistent dependency (wxgtk26)



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jun 11 17:22:44 2016 +0200
Changeset:	83724fba77fbcc4486abe0c8faa130c61a89ada2

Removed Files:
	boinc-client/DESCR
	boinc-client/MESSAGE
	boinc-client/Makefile
	boinc-client/PLIST
	boinc-client/TODO
	boinc-client/buildlink3.mk
	boinc-client/files/boinc.sh
	boinc-lib/DESCR
	boinc-lib/Makefile
	boinc-lib/Makefile.common
	boinc-lib/PLIST
	boinc-lib/TODO
	boinc-lib/buildlink3.mk

Log Message:
boinc-lib, boinc-client: Remove, based on nonexistent dependency (wxgtk26)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=83724fba77fbcc4486abe0c8faa130c61a89ada2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 boinc-client/DESCR          |  1 -
 boinc-client/MESSAGE        |  7 ------
 boinc-client/Makefile       | 52 --------------------------------------
 boinc-client/PLIST          |  5 ----
 boinc-client/TODO           |  3 ---
 boinc-client/buildlink3.mk  | 20 ---------------
 boinc-client/files/boinc.sh | 61 ---------------------------------------------
 boinc-lib/DESCR             |  1 -
 boinc-lib/Makefile          | 35 --------------------------
 boinc-lib/Makefile.common   | 38 ----------------------------
 boinc-lib/PLIST             | 34 -------------------------
 boinc-lib/TODO              |  3 ---
 boinc-lib/buildlink3.mk     | 23 -----------------
 13 files changed, 283 deletions(-)

diffs:
diff --git a/boinc-client/DESCR b/boinc-client/DESCR
deleted file mode 100644
index 150c0a8..0000000
--- a/boinc-client/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-The BOINC distributed computing application client.
diff --git a/boinc-client/MESSAGE b/boinc-client/MESSAGE
deleted file mode 100644
index 954ac9d..0000000
--- a/boinc-client/MESSAGE
+++ /dev/null
@@ -1,7 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2006/10/29 11:23:06 shattered Exp $
-
-To set the password of the client so you can access it with BOINC manager,
-run:
-	echo "new_password" > /path/to/boinc/data/dir/gui_rpc_auth.cfg
-===========================================================================
diff --git a/boinc-client/Makefile b/boinc-client/Makefile
deleted file mode 100644
index bb7fb85..0000000
--- a/boinc-client/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2012/11/13 20:26:27 othyro Exp $
-
-DISTNAME=		boinc
-PKGNAME=		boinc-client-1
-PKGREVISION=		1
-CATEGORIES=		net
-
-COMMENT=		The BOINC distributed computing application
-
-
-GNU_CONFIGURE=		yes
-USE_LIBTOOL=		yes
-USE_TOOLS+=		aclocal autoheader autoconf automake m4 pkg-config gmake
-USE_LANGUAGES=		c c++
-
-CONFIGURE_ARGS+=	--disable-server
-BUILD_DIRS=		client
-SHLIBTOOL_OVERRIDE=	m4/libtool.m4
-
-.include "../../wip/boinc-lib/Makefile.common"
-
-CVS_REPOSITORIES=	boinc
-
-FILESDIR=		files
-FILES_SUBST+=		BOINC_USER=${BOINC_USER:Q}
-FILES_SUBST+=		BOINC_GROUP=${BOINC_GROUP:Q}
-FILES_SUBST+=		BOINC_DIR=${BOINC_DIR:Q}
-PKG_GROUPS=		${BOINC_GROUP}
-PKG_USERS=		${BOINC_USER}:${BOINC_GROUP}
-PKG_HOME.${BOINC_USER}=	${BOINC_DIR}
-PKG_SHELL.${BOINC_USER}= ${SH}
-RCD_SCRIPTS=		boinc
-
-pre-configure:
-	cd ${WRKSRC} &&			\
-	aclocal -I m4 && autoheader &&	\
-	automake && autoconf
-
-post-install:
-	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/rc.d
-	${INSTALL_DATA} ${FILESDIR}/boinc.sh ${PREFIX}/share/examples/rc.d/boinc
-
-.include "../../www/curl/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-
-.if !empty(PKG_OPTIONS:Mgui)
-BUILD_DIRS+=		clientgui
-.endif
-
-.include "../../wip/boinc-lib/buildlink3.mk"
-.include "../../wip/mk/cvs-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/boinc-client/PLIST b/boinc-client/PLIST
deleted file mode 100644
index 228a6b5..0000000
--- a/boinc-client/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2007/04/14 16:45:21 cetrox Exp $
-bin/boinc_client
-bin/boinc_gui
-bin/switcher
-share/examples/rc.d/boinc
diff --git a/boinc-client/TODO b/boinc-client/TODO
deleted file mode 100644
index 3937ea4..0000000
--- a/boinc-client/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
-	- fix the buildlink3.mk file
-	- make the package actually install the rc.d script, have no idea why it doesn't
-	- clean it up
diff --git a/boinc-client/buildlink3.mk b/boinc-client/buildlink3.mk
deleted file mode 100644
index 00be878..0000000
--- a/boinc-client/buildlink3.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.3 2010/01/17 12:03:23 thomasklausner Exp $
-
-BUILDLINK_TREE+=	boinc-client
-
-BUILDLINK_API_DEPENDS.boinc-client+=	boinc-client>=1
-BUILDLINK_ABI_DEPENDS.boinc-client?=	boinc-client>=1nb1
-BUILDLINK_PKGSRCDIR.boinc-client?=	../../wip/boinc-client
-
-# XXX
-# XXX Uncomment and keep only the buildlink3 lines below which are directly
-# XXX needed for dependencies to compile, link, and run.  If this package
-# XXX provides a wrappered API or otherwise does not expose the APIs of the
-# XXX buildlink3 lines below to dependencies, remove them.
-# XXX
-#.include "../../www/curl/buildlink3.mk"
-#.include "../../security/openssl/buildlink3.mk"
-#.include "../../net/boinc-lib/buildlink3.mk"
-.endif # BOINC_CLIENT_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-boinc-client
diff --git a/boinc-client/files/boinc.sh b/boinc-client/files/boinc.sh
deleted file mode 100644
index 3180979..0000000
--- a/boinc-client/files/boinc.sh
+++ /dev/null
@@ -1,61 +0,0 @@
-#!@RCD_SCRIPTS_SHELL@
-#
-# PROVIDE: boinc
-# REQUIRE: LOGIN
-
-. /etc/rc.subr
-
-name="boinc"
-rcvar=$name
-boinc_user="@BOINC_USER@"
-boinc_group="@BOINC_GROUP@"
-boinc_flags="-daemon"
-boinc_command="/usr/pkg/bin/boinc_client"
-start_precmd="boinc_precmd"
-start_cmd="boinc_start"
-stop_cmd="boinc_stop"
-required_dirs="@BOINC_DIR@"
-pidfile="/var/run/$name.pid"
-
-boinc_precmd()
-{
-	mkdir -p $required_dirs
-	chgrp $boinc_group $required_dirs
-	chmod 775 $required_dirs
-}
-
-boinc_start()
-{
-	if [ ! -d "$required_dirs" ]; then
-		warn "$required_dirs is not a directory."
-		if [ -z $rc_force ]; then
-			return 1
-		fi
-	fi
-	if [ ! -r "$required_dirs" ]; then
-		warn "$required_dirs is not readable."
-		if [ -z $rc_force ]; then
-			return 1
-		fi
-	fi
-	pid=`cat $pidfile`
-  	if test -n "`ps ax | awk '/$pid/ { if ($1 == $pid) print $0 }'`"
-	then
-		return 3
-	fi
-	#daemon -p $pidfile chroot -u $boinc_user -g $boinc_group $required_dirs ${boinc_command} ${rc_flags}
-	su - $boinc_user -c "cd $required_dirs && ${boinc_command} ${rc_flags} &"
-	echo $! > $pidfile
-}
-
-boinc_stop()
-{
-	killall boinc_client
-	return 0
-	if [ -r "$pidfile" ]; then
-		kill `cat $pidfile`
-	fi
-}
-
-load_rc_config $name
-run_rc_command "$1"
diff --git a/boinc-lib/DESCR b/boinc-lib/DESCR
deleted file mode 100644
index 02f3d87..0000000
--- a/boinc-lib/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-Libraries for the BOINC distributed computing application.
diff --git a/boinc-lib/Makefile b/boinc-lib/Makefile
deleted file mode 100644
index d79957c..0000000
--- a/boinc-lib/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2012/11/13 20:26:27 othyro Exp $
-
-DISTNAME=		boinc
-PKGNAME=		boinc-lib-1
-PKGREVISION=		2
-CATEGORIES=		net
-
-COMMENT=		Libraries for the BOINC distributed computing application
-
-
-GNU_CONFIGURE=		yes
-USE_LIBTOOL=		yes
-USE_TOOLS+=		aclocal autoheader autoconf automake m4 pkg-config gmake
-USE_LANGUAGES=		c c++
-
-#LIBTOOL_OVERRIDE=	m4/libtool.m4
-SHLIBTOOL_OVERRIDE=	m4/libtool.m4
-
-CONFIGURE_ARGS+=	--disable-server	\
-			--disable-client
-
-.include "../../wip/boinc-lib/Makefile.common"
-
-CVS_REPOSITORIES=	boinc
-
-pre-configure:
-	cd ${WRKSRC} &&			\
-	aclocal -I m4 && autoheader &&	\
-	automake && autoconf
-
-.include "../../www/curl/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-
-.include "../../wip/mk/cvs-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/boinc-lib/Makefile.common b/boinc-lib/Makefile.common
deleted file mode 100644
index f03feb3..0000000
--- a/boinc-lib/Makefile.common
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD: Makefile.common,v 1.6 2010/12/26 05:01:21 davesainty Exp $
-# used by wip/boinc-client/Makefile
-# used by wip/boinc-lib/Makefile
-
-MAINTAINER=		rumcic%gmail.com@localhost
-HOMEPAGE=		http://boinc.berkeley.edu/
-
-BOINC_USER?=		boinc
-BOINC_GROUP?=		boinc
-BOINC_DIR?=		/var/db/boinc
-
-NO_CHECKSUM=		yes
-
-CVS_ROOT.boinc=		:pserver:anonymous:@alien.ssl.berkeley.edu:/home/cvs/cvsroot
-CVS_MODULE.boinc=	boinc
-CVS_TAG.boinc=		stable
-
-CVS_ROOT.boinc-seti=	:pserver:anonymous:@alien.ssl.berkeley.edu:/home/cvs/cvsroot
-CVS_MODULE.boinc-seti=	seti_boinc_public
-#CVS_MODULE.boinc-seti=	seti_boinc
-CVS_TAG.boinc-seti=	HEAD
-#CVS_TAG.boinc-seti=	setiathome_enhanced
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.boinc
-PKG_SUPPORTED_OPTIONS=	gui
-PKG_SUGGESTED_OPTIONS=	gui
-
-.include "../../mk/bsd.prefs.mk"
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mgui)
-.	include "../../mk/jpeg.buildlink3.mk"
-.	include "../../graphics/MesaLib/buildlink3.mk"
-.	include "../../graphics/glu/buildlink3.mk"
-.	include "../../graphics/glut/buildlink3.mk"
-.	include "../../x11/wxGTK26/buildlink3.mk"
-.	include "../../mk/x11.buildlink3.mk"
-.endif
diff --git a/boinc-lib/PLIST b/boinc-lib/PLIST
deleted file mode 100644
index 308bdd5..0000000
--- a/boinc-lib/PLIST
+++ /dev/null
@@ -1,34 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2009/10/11 10:44:30 thomasklausner Exp $
-bin/boinc_cmd
-bin/crypt_prog
-include/BOINC/app_ipc.h
-include/BOINC/boinc_api.h
-include/BOINC/boinc_win.h
-include/BOINC/boinc_zip.h
-include/BOINC/common_defs.h
-include/BOINC/config.h
-include/BOINC/crypt.h
-include/BOINC/diagnostics.h
-include/BOINC/error_numbers.h
-include/BOINC/filesys.h
-include/BOINC/graphics_api.h
-include/BOINC/graphics_impl.h
-include/BOINC/graphics_lib.h
-include/BOINC/gui_rpc_client.h
-include/BOINC/gutil.h
-include/BOINC/hostinfo.h
-include/BOINC/mfile.h
-include/BOINC/miofile.h
-include/BOINC/msg_log.h
-include/BOINC/parse.h
-include/BOINC/prefs.h
-include/BOINC/proxy_info.h
-include/BOINC/std_fixes.h
-include/BOINC/util.h
-include/BOINC/version.h
-lib/libboinc.a
-lib/libboinc_api.a
-lib/libboinc_graphics_api.a
-lib/libboinc_graphics_impl.a
-lib/libboinc_graphics_lib.a
-lib/libboinc_zip.a
diff --git a/boinc-lib/TODO b/boinc-lib/TODO
deleted file mode 100644
index 39c1e8b..0000000
--- a/boinc-lib/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
- - make a proper buildlink3.mk
- - make the package compile shared libraries
- - perhaps fix a few errors that occur during configure (something about eval and a syntax error)
diff --git a/boinc-lib/buildlink3.mk b/boinc-lib/buildlink3.mk
deleted file mode 100644
index 14a2d17..0000000
--- a/boinc-lib/buildlink3.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.5 2010/01/17 12:03:23 thomasklausner Exp $
-
-BUILDLINK_TREE+=	boinc-lib
-
-.if !defined(BOINC_LIB_BUILDLINK3_MK)
-BOINC_LIB_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.boinc-lib+=	boinc-lib>=1
-BUILDLINK_ABI_DEPENDS.boinc-lib?=	boinc-lib>=1nb1
-BUILDLINK_PKGSRCDIR.boinc-lib?=	../../wip/boinc-lib
-
-# XXX
-# XXX Uncomment and keep only the buildlink3 lines below which are directly
-# XXX needed for dependencies to compile, link, and run.  If this package
-# XXX provides a wrappered API or otherwise does not expose the APIs of the
-# XXX buildlink3 lines below to dependencies, remove them.
-# XXX
-#.include "../../www/curl/buildlink3.mk"
-#.include "../../security/openssl/buildlink3.mk"
-
-.endif # BOINC_LIB_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-boinc-lib


Home | Main Index | Thread Index | Old Index