diff options
author | pav <pav@FreeBSD.org> | 2006-07-31 03:20:53 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-07-31 03:20:53 +0800 |
commit | ec6d3d946ed8bf4c3dd434f3e038a91aeea6a314 (patch) | |
tree | 8ec67c44a872d791896a38ecc3806dc511f62de2 /astro/boinc-setiathome-enhanced/files | |
parent | 75008f64597dd6e54b29e80bc952e530ea0a4ccd (diff) | |
download | freebsd-ports-gnome-ec6d3d946ed8bf4c3dd434f3e038a91aeea6a314.tar.gz freebsd-ports-gnome-ec6d3d946ed8bf4c3dd434f3e038a91aeea6a314.tar.zst freebsd-ports-gnome-ec6d3d946ed8bf4c3dd434f3e038a91aeea6a314.zip |
- Update to 5.13
- Compile from source
PR: ports/101022
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
Diffstat (limited to 'astro/boinc-setiathome-enhanced/files')
-rw-r--r-- | astro/boinc-setiathome-enhanced/files/app_info.xml.in | 17 | ||||
-rw-r--r-- | astro/boinc-setiathome-enhanced/files/pkg-message.in | 22 |
2 files changed, 17 insertions, 22 deletions
diff --git a/astro/boinc-setiathome-enhanced/files/app_info.xml.in b/astro/boinc-setiathome-enhanced/files/app_info.xml.in new file mode 100644 index 000000000000..cdcbc0a953ee --- /dev/null +++ b/astro/boinc-setiathome-enhanced/files/app_info.xml.in @@ -0,0 +1,17 @@ +<app_info> + <app> + <name>setiathome_enhanced</name> + </app> + <file_info> + <name>%%SETI_BINARY%%</name> + <executable/> + </file_info> + <app_version> + <app_name>setiathome_enhanced</app_name> + <version_num>%%STRIPPED_PORTVERSION%%</version_num> + <file_ref> + <file_name>%%SETI_BINARY%%</file_name> + <main_program/> + </file_ref> + </app_version> +</app_info> diff --git a/astro/boinc-setiathome-enhanced/files/pkg-message.in b/astro/boinc-setiathome-enhanced/files/pkg-message.in deleted file mode 100644 index ec1fba67304e..000000000000 --- a/astro/boinc-setiathome-enhanced/files/pkg-message.in +++ /dev/null @@ -1,22 +0,0 @@ -***************************************************************************** -ATTACHING PROJECT - -Just run boinc_gui, choose Attach, and follow instructions. -Project URL is setiathome.berkeley.edu - -MANUAL INSTALLATION - *) If this is your first time in any BOINC project, create a new account at - http://setiathome.berkeley.edu/create_account_form.php - - *) Or get your account key at http://setiathome.berkeley.edu/get_passwd.php - - *) Attach to the project: - cd /var/db/boinc - boinc_cmd --project_attach setiathome.berkeley.edu <account key> -***************************************************************************** -%%AMD64%% IMPORTANT NOTICE FOR AMD64 USERS RUNNING 6.X: -%%AMD64%% -%%AMD64%% You have to have this line in /etc/libmap32.conf: -%%AMD64%% libpthread.so.1 libc_r.so.5 -%%AMD64%% before you attach the project. Otherwise it will not work. -%%AMD64%%***************************************************************************** |