From owner-cvs-ports@FreeBSD.ORG Sat May 31 22:45:36 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5B2337B401; Sat, 31 May 2003 22:45:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A23A43F75; Sat, 31 May 2003 22:45:35 -0700 (PDT) (envelope-from dinoex@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h515jZ0U094770; Sat, 31 May 2003 22:45:35 -0700 (PDT) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h515jZgo094769; Sat, 31 May 2003 22:45:35 -0700 (PDT) Message-Id: <200306010545.h515jZgo094769@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 31 May 2003 22:45:34 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/astro/setiathome Makefile distinfo pkg-install pkg-message pkg-plist ports/astro/setiathome/files rc.setiathome.conf setiathome.1 setiathome.bin setiathome.sh X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2003 05:45:36 -0000 dinoex 2003/05/31 22:45:34 PDT FreeBSD ports repository Modified files: astro/setiathome Makefile distinfo pkg-install pkg-message pkg-plist astro/setiathome/files rc.setiathome.conf setiathome.1 setiathome.sh Added files: astro/setiathome/files setiathome.bin Log: version bump to 3.08 w/ the following enhancements : - only one master shell to monitor multiple setiathome instances - wait some time for setiathome server to come up between restarts - xsetiathome comes back - -graphics is now the default (so xsetiathome may be launched) - registration heuristic changed (see comments below) - take care, some variable names have changed (see comments below) - manual page reviewed The setiathome manual page refer to setiathome.conf while it is now named rc.setiathome.conf. also, the manual page has been completed (variables, start/stop scripts, etc.) - gracefull startup script option added Makefile PORTVERSION bumped PORTREVISION deleted FORBIDDEN deleted BROKEN bumped to 4.0 NO_XBIN deleted except for linux_base-6 wrapper added pkg-install registration heuristic changed (don't register if already registered, then automatically start setiathome in either case) pkg-list $FreeBSD$ added libexec/setiathome.bin added pkg-message FreeBSD 5.x a.out comment changed to FreeBSD 4.x comment files/rc.setiathome.conf seti_std_args defaulted to "-email -graphics" seti_proxy_args changed to seti_proxy_server seti_socks_server, seti_socks_user, seti_socks_passwd added seti_sleep changed to seti_sleep_time files/setiathome.1 /usr/local changed to %%PREFIX%% above and below changes described files/setiathome.sh same changes as files/rc.setiathome.conf don't start setiathome if already started su heuristic changed to call an external wrapper gracefull (aka apachectl :) option added using stop_after_send.txt PR: 50723,51759,52297,52709 Submitted by: cyrille.lefevre@laposte.net Revision Changes Path 1.39 +21 -24 ports/astro/setiathome/Makefile 1.7 +1 -1 ports/astro/setiathome/distinfo 1.6 +10 -7 ports/astro/setiathome/files/rc.setiathome.conf 1.11 +44 -11 ports/astro/setiathome/files/setiathome.1 1.1 +426 -0 ports/astro/setiathome/files/setiathome.bin (new) 1.12 +59 -29 ports/astro/setiathome/files/setiathome.sh 1.11 +31 -14 ports/astro/setiathome/pkg-install 1.6 +4 -5 ports/astro/setiathome/pkg-message 1.7 +2 -0 ports/astro/setiathome/pkg-plist