gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r4428: edited


From: Carl Hansen
Subject: [Gsrc-commit] trunk r4428: edited
Date: Tue, 4 Apr 2017 22:54:23 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 4428
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Tue 2017-04-04 19:54:18 -0700
message:
  edited
modified:
  README                         readme-20100621145959-h5hhpkopvuhportn-2
=== modified file 'README'
--- a/README    2012-12-16 19:35:45 +0000
+++ b/README    2017-04-05 02:54:18 +0000
@@ -5,7 +5,27 @@
 ------------
 
 The GNU Source Release Collection provides a simple way to install the
-latest GNU packages in their own directory (on an existing system).
+latest GNU packages (and more) in their own directory (on an existing system).
+
+This is particularly useful when you want to install them on
+a system for which you do not have administrative rights, such as a
+shared cluster.  It simplifies the process of maintaining a collection
+of locally installed software by cleanly separating the files of each
+package (and each package version), and installing symbolic links to
+the files in the directory of your choice.
+
+Bioinformatics Source Release Collection is
+now part of GNU Source Release Collection GSRC.
+
+### Getting started
+
+First, get it. 
+
+bzr checkout bzr://bzr.savannah.gnu.org/gsrc/trunk/ gsrc
+
+( or download a tar file from ftp://ftp.gnu.org/gnu, but
+bzr method will bring up-to-date files, which change daily.)
+ 
 
 To get started, you must first configure it. From a shell, type:
 
@@ -16,20 +36,23 @@
 setting the `--prefix' argument (they will be installed to ~/gnu in
 the above example).
 
+To update, in the gsrc directory, just do:
+
+bzr update
+
 You will find the available GNU packages under the `gnu'
 sub-directory. Since they encompass a large number of packages in
 their own right, the GNUstep and GNOME projects have their own
 sub-directories: `gnustep' and `gnome', respectively.
-
-To get started, type "make help".
-
+Also 'bio' for bioinformatics, and 'other' for whatever else.
+
+To get help on getting started, type "make help".
 
 Status
 ------
 
 For a complete listing of packages and their current status in GSRC,
-see the file `TODO' (note: this file is best viewed with Emacs
-Org-Mode). 
+see https://www.gnu.org/software/gsrc/package-list.html
 
 
 Bugs and build failures
@@ -42,6 +65,42 @@
 outdated packages, please report them. All problems can be sent to the
 GSRC bug mailing list <address@hidden>.
 
+## Featured software
+
+If a program is missing from GSRC or BioSRC, please send a message to the
+mailing list address@hidden  to request its addition.
+Similarly, if you notice that a program version is out-of-date, please
+send a message.
+
+Only software that is licensed under an accepted free software license
+will be included in GSRC/BioSRC.  Lamentably, many bioinformatics programs
+are released in binary format only, under proprietary licenses, under
+otherwise restrictive licenses ("...for academic use only...") or,
+just as bad, with no explicit license at all (which effectively makes
+the software proprietary).  Distributing binary-only files is
+tantamount to hiding your scientific methods, while restrictive,
+proprietary licenses undermine the principles of open and
+collaborative science.  Thus, the use of such programs should not be
+encouraged.  Finally, anyone installing software with BioSRC should be
+confident that they have full permission to use the software in any
+way they like.  We don't want to provide software that not everyone
+can use!  If you wish to have a program added to BioSRC that is
+proprietary or under a restrictive license, please contact the
+software's author(s) to encourage them to re-release the software
+under an appropriate license.
+
+## Supported systems
+
+GSCR/BioSRC is geared towards installing software on GNU/Linux systems.
+It may be possible to use it on other Unix-oid operating systems,
+however note that you might need to modify some files to make them work.
+Patches to support building on other systems will only be accepted if
+they do not disrupt building on GNU/Linux systems.
+
+Windows?  You might have some luck with CygWin, but no support can be
+given in that regard.
+
+
 
 Copying
 -------
@@ -65,3 +124,33 @@
 License, Version 3, or (at your option) any later version. Please see
 the file `COPYING' for more information.
  
+
+<!-- Copyright (C) 2014 Brandon Invergo <address@hidden> -->
+
+<!-- Author: Brandon Invergo <address@hidden> -->
+
+<!-- This program is free software; you can redistribute it and/or -->
+<!-- modify it under the terms of the GNU General Public License -->
+<!-- as published by the Free Software Foundation; either version 3 -->
+<!-- of the License, or (at your option) any later version. -->
+
+<!-- This program is distributed in the hope that it will be useful, -->
+<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
+<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -->
+<!-- GNU General Public License for more details. -->
+
+<!-- You should have received a copy of the GNU General Public License -->
+<!-- along with this program. If not, see <http://www.gnu.org/licenses/>. -->
+
+
+## Copying
+
+BioSRC is based on the GNU Source Release Collection (GSRC), which is
+in turn based on the GAR build system by Nick Moffitt and GARstow
+enhancements by Adam Sampson.
+
+Files specific to BioSRC, including the build recipes, are Copyright
+(C) Brandon Invergo and licensed under the GNU General Public License,
+Version 3, or (at your option) any later version. Please see the file
+`COPYING` for more information.
+ 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]