Skip site navigation (1)Skip section navigation (2)

CVS log for ports/astro/setiathome/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / astro / setiathome

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.47
Thu Dec 15 01:34:04 2005 UTC (6 years, 1 month ago) by edwin
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.46: +1 -1 lines
The SETI@home project moves to a new software client based on BOINC.
Please install astro/boinc-setiathome.

See http://setiathome.ssl.berkeley.edu/, November 15, 2005 for more
information.

PR:		ports/89525
Submitted by:	Edwin Groothuis <edwin@mavetju.org>

Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Dec 2 02:16:52 2005 UTC (6 years, 2 months ago) by linimon
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +4 -1 lines
Mark setiathome (both versions) and dependent ports for deprecation.
The project has now migrated to astro/boinc-setiathome.

PR:		ports/89525
Submitted by:	edwin
Approved by:	maintainer request to return these to ports@

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Jan 11 02:13:43 2004 UTC (8 years, 1 month ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +4 -0 lines
- Add missed dependency on compat4x when running on 5.x system

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sat Nov 22 04:23:36 2003 UTC (8 years, 2 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
Change BROKEN to IGNORE in the case of configurations that will never
be made to work.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Oct 26 23:17:36 2003 UTC (8 years, 3 months ago) by kris
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +1 -1 lines
portlint (whitespace)

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Jun 15 11:38:27 2003 UTC (8 years, 7 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +1 -1 lines
bump PORTREVISION
Submitted by:	cyrille.lefevre@laposte.net

Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Jun 11 20:58:34 2003 UTC (8 years, 8 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -7 lines
- backout lastest fixes
Submitted by:	cyrille.lefevre@laposte.net

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Jun 6 03:54:29 2003 UTC (8 years, 8 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +8 -2 lines
- Fix handling if "local_startup" is not default
maintainer contacted 2003-06-01

- Fix handling of ps in startup script
maintainer contacted 2003-06-03
Submitted by: jonc@mobiledatanow.com

- Drop alpha for now, only new alpha binary is for OpenBSD.
ELF 64-bit LSB executable, Alpha (unofficial), version 1 (SYSV),
for OpenBSD, dynamically linked (uses shared libs), stripped
tested on beast: ELF binary type "0" not known.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Jun 1 05:45:34 2003 UTC (8 years, 8 months ago) by dinoex
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +21 -24 lines
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 1.38: download - view: text, markup, annotated - select for diffs
Sat Apr 12 17:07:42 2003 UTC (8 years, 10 months ago) by cjc
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1 lines
Maintainer update: Do not assume the user running setiathome has a
Borne-ish shell.

Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Apr 9 05:02:42 2003 UTC (8 years, 10 months ago) by cjc
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -1 lines
Maintainer update: Don't misuse the 'nobody' account.

PR:		50739, 30701
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Apr 8 11:52:53 2003 UTC (8 years, 10 months ago) by nectar
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -0 lines
Mark FORBIDDEN.  Remotely exploitable buffer overflow.
http://spoor12.edup.tudelft.nl/
A new version is not yet available.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Feb 21 10:44:59 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
De-pkg-comment.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Feb 10 09:03:56 2003 UTC (9 years ago) by kris
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
Convert COMMENT to COMMENTFILE until these ports can be converted.

Submitted by:	lioux

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Dec 28 01:40:54 2002 UTC (9 years, 1 month ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -3 lines
Remove old master_sites.
Informed maintainer.
Noticed by: portsurvey

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Dec 20 13:20:38 2002 UTC (9 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +1 -1 lines
note added about i386 a.out support under FreeBSD 5.x.

PR:		ports/46340
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Nov 13 13:02:56 2002 UTC (9 years, 3 months ago) by naddy
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
A "patch-message" target is already used by bsd.port.mk.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Jul 28 22:13:45 2002 UTC (9 years, 6 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +82 -24 lines
Add alpha and Linux (i686) support.

PR:		40022
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Jan 17 23:13:35 2002 UTC (10 years ago) by dwcjr
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Update maintainer's email address
Update a few MASTER_SITES

PR:		34012
Submitted by:	maintainer

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Aug 24 13:39:27 2001 UTC (10 years, 5 months ago) by dwcjr
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +50 -34 lines
Update Maintainer's Email
Add pkg-message
Add rc.setiathome.conf
Make messages go through syslog
PACKAGE_BUILDING replaced by BATCH
PKGMESSAGE and PKGDEINSTALL added

PR:		29943
Submitted by:	maintainer

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Jun 9 12:59:29 2001 UTC (10 years, 8 months ago) by roam
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Change maintainer's email address: clefevre@poboxes.com -> clefevre@redirect.to

PR:		27867
Submitted by:	maintainer

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Feb 15 17:01:03 2001 UTC (10 years, 11 months ago) by sf
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
change maintainer's e-mail address.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Jan 28 19:48:30 2001 UTC (11 years ago) by jeh
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -11 lines
Fix 1 typo in pkg-install and chang Makefile to actually do the
subistution of SUBDIR and not BINDIR.
But PORTREVISION

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Jan 28 08:54:41 2001 UTC (11 years ago) by kris
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1 lines
Bump PORTREVISION corresponding to setiathome.sh fix.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Jan 27 04:40:32 2001 UTC (11 years ago) by kris
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +108 -43 lines
Update to setiathome 3.03 and replace inactive maintainer.

Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
PR:		24520

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Oct 8 10:19:12 2000 UTC (11 years, 4 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Change PKGDIR from pkg/ to .  Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jun 1 17:29:38 2000 UTC (11 years, 8 months ago) by will
Branches: MAIN
CVS tags: RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
To clarify, the previous commit message was in error : the problem was
actually that MAN1 was defined twice.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Jun 1 17:27:59 2000 UTC (11 years, 8 months ago) by will
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -4 lines
Apparently, Seti@Home does not ship a manpage with their distribution
anymore.

PR:		18766
Submitted by:	Mike Barcroft <mike@q9media.com>

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue May 30 10:49:29 2000 UTC (11 years, 8 months ago) by asami
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Add missing manpage.

Submitted by:	obento obento

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Apr 17 01:08:30 2000 UTC (11 years, 9 months ago) by kris
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +18 -34 lines
Upgrade to Setiathome v2.4. This is an important upgrade, as old (v1)
client data stopped being accepted some time ago. Please let me know if
there's a change I've missed.

PR:	16699, 17569, 17807

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Apr 13 06:46:14 2000 UTC (11 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -3 lines
Oops, missed an extra PKGNAME hiding down there.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Apr 13 06:22:01 2000 UTC (11 years, 10 months ago) by asami
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -2 lines
Convert this to PORTNAME/PORTVERSION.  Don't know why it wasn't converted
along with the rest of (Houston) astro's.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Feb 8 09:25:46 2000 UTC (12 years ago) by peter
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Jan 3 01:58:10 2000 UTC (12 years, 1 month ago) by steve
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Use a logical OR (||) instead.

Noticed by:	Dirk Meyer <dirk.meyer@dinoex.sub.org>

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Dec 27 00:33:35 1999 UTC (12 years, 1 month ago) by steve
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -3 lines
Mark as NO_CDROM until we can find a better fix for sysinstall hanging
on ports that have interactive install scripts.

PR:		14744

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Aug 25 04:22:42 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_3_4_0, RELEASE_3_3_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
	Id->FreeBSD rename try 2.

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jun 7 11:14:59 1999 UTC (12 years, 8 months ago) by stb
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +20 -15 lines
Update to v 1.2 (Apparently, setitahome now calls /usr/sbin/sendmail, so you
can remove the symling from /usr/lib).

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue May 18 22:40:32 1999 UTC (12 years, 8 months ago) by stb
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -1 lines
- Added support for SMP systems to etc/rc.d/setiathome.sh
- Added etc/setiathome.conf with options to set the nice level, the max.
  number of processes to run, the working directory, and the the user id
  to run as.
- setiathome.1 was missing from Makefile (and +CONTENTS subsequently)
- Updated the man page to reflect the changes.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon May 17 10:58:07 1999 UTC (12 years, 8 months ago) by stb
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
- Add ftp.cdrom.com to MASTER_SITES
- Add new options to man page

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon May 17 08:18:01 1999 UTC (12 years, 8 months ago) by stb
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +18 -18 lines
Update to 1.1

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu May 6 22:50:03 1999 UTC (12 years, 9 months ago) by stb
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +22 -19 lines
- Update to version 0.47
- PCify pkg/COMMENT
- clarify automatic setup and startup
- re-allow binary redistribution:
  From a private mail from David Anderson, responsible for the software:

    It's fine with me if you continue to do this.
    It's also fine to put it on a CD-ROM;
    if there's a newer version,
    the program will detect this and notify the user.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Apr 23 18:27:31 1999 UTC (12 years, 9 months ago) by stb
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -1 lines
From a mail by Dan Werthimer <danw@ssl.Berkeley.EDU>:
> david is away till may 3rd.  please don't distribute
> any seti@home software until you get an OK from him.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Apr 22 12:24:23 1999 UTC (12 years, 9 months ago) by stb
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +11 -2 lines
Allow for automatich package building
Reinstate the EXTRACT_ variables. They are needed.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Apr 22 10:35:25 1999 UTC (12 years, 9 months ago) by stb
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +17 -22 lines
Better check for OS version, cleanup.

PR:		ports/11272
Submitted by:	Chris Piazza <cpiazza@home.net>

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Apr 22 02:00:16 1999 UTC (12 years, 9 months ago) by stb
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Grrr, last-second changes...

Also, portlint complains about verbatim use of 'sed', and suggest ${SED}
instead, but it isn't defined...

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Apr 22 01:48:34 1999 UTC (12 years, 9 months ago) by stb
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
*** empty log message ***

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Apr 22 01:44:26 1999 UTC (12 years, 9 months ago) by stb
Branches: SETI_AT_HOME
CVS tags: setiathome_0_46
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
SETI@home - donate idle cycles to the search for aliens

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Apr 22 01:44:26 1999 UTC (12 years, 9 months ago) by stb
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options