Difference between revisions of "Gsrc"

From Free Software Directory
Jump to: navigation, search
(Updated version number)
(Wikidata entry)
 
(16 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=GSRC
+
|Name=GNU SRC
|Short description=GNU Source Release Collection
+
|Short description=GNU Source Release Collection.
|Full description=GSRC is a BSD Ports-like system for easily fetching, building and installing the latest GNU packages from source. Installing a package is as easy as "make -C gnu/<packagename> install" and it can be configured to install to your home directory, bypassing the need for administrator privileges. The quarterly releases of GSRC represent a periodic resease of all GNU packages together. It is also possible to stay up-to-date by checking out its Bazaar repository.
+
|Full description='''GSRC''' (''GNU Source Release Collection'') is a BSD Ports-like system for easily fetching, building and installing the latest GNU packages from source. Installing a package is as easy as "make -C gnu/<packagename> install" and it can be configured to install to your home directory, bypassing the need for administrator privileges. The quarterly releases of GSRC represent a periodic resease of all GNU packages together. It is also possible to stay up-to-date by checking out its Bazaar repository.
|Homepage URL=http://www.gnu.org/software/gsrc
+
|Homepage URL=https://www.gnu.org/software/gsrc/
|User level=intermediate
+
|Version download=https://ftpmirror.gnu.org/gsrc/gsrc-2021.11.19.tar.gz
 +
|Is High Priority Project=No
 
|VCS checkout command=bzr checkout bzr://bzr.savannah.gnu.org/gsrc/trunk/ gsrc
 
|VCS checkout command=bzr checkout bzr://bzr.savannah.gnu.org/gsrc/trunk/ gsrc
|Computer languages=GNU Make
+
|Documentation note=https://www.gnu.org/software/gsrc/manual/
|Documentation note=[https://www.gnu.org/software/gsrc/manual/ User's manual]
+
|Decommissioned or Obsolete=No
|Version identifier=2013.10.06
+
|Donate=https://my.fsf.org/donate/
|Version date=2013/10/06
+
|Related projects=gnustandards,packaging,guix,sourceinstall,gsrc
 +
|Version identifier=2014.10.11
 +
|Version date=2015/04/19
 
|Version status=stable
 
|Version status=stable
|Version download=ftp://ftp.gnu.org/gnu/gsrc/gsrc-2013.10.06.tar.gz
+
|Last review by=Bendikker
|Version comment=GSRC has a rolling-release schedule with periodic "snapshot" releases. To stay up-to-date, one may also checkout the source repository and update it regularly:
+
|Last review date=2019/01/19
$ bzr checkout bzr://bzr.savannah.gnu.org/gsrc/trunk/ gsrc
 
$ bzr update
 
|Last review by=Invergo
 
|Last review date=2013/10/06
 
 
|Submitted by=Invergo
 
|Submitted by=Invergo
|Submitted date=2012/09/08
+
|Submitted date=2012/09/07
|Status=
+
|User level=intermediate
 +
|Paid support=https://www.fsf.org/resources/service/
 +
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/gsrc/gsrc-2014.10.11.tar.gz.sig
 +
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=gsrc
 
|GNU package identifier=gsrc
Line 25: Line 28:
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
 +
|License copyright=Copyright (C) Free Software Foundation
 
|License verified by=invergo
 
|License verified by=invergo
|License verified date=2012/09/08
+
|License verified date=2012-09-08
|License note=Files specific to GSRC are Copyright (C) Free Software Foundation and
 
licensed under the GNU General Public License, Version 3, or (at your
 
option) any later version.
 
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=SimplePermissiveNonWarranty
 
|License=SimplePermissiveNonWarranty
 +
|License copyright=Copyright (C) 2001 Nick Moffitt
 +
  Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Adam Sampson
 
|License verified by=invergo
 
|License verified by=invergo
|License verified date=2012/09/08
+
|License verified date=2012-09-08
|License note=GSRC is based on the GAR build system by Nick Moffitt and GARstow
 
enhancements by Adam Sampson.
 
 
 
Files from GAR and GARstow are under the following license:
 
 
 
  Copyright (C) 2001 Nick Moffitt
 
  Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Adam Sampson
 
 
 
  Redistribution and/or use, with or without modification, is
 
  permitted.  This software is without warranty of any kind.  The
 
  author(s) shall not be liable in the event that use of the
 
  software causes damage.
 
}}
 
{{Person
 
|Real name=Brandon Invergo
 
|Role=Maintainer
 
|Email=brandon@gnu.org
 
|Resource URL=
 
}}
 
{{Resource
 
|Resource audience=Developer
 
|Resource kind=Mailing List
 
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-gsrc
 
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
 
|Program-build-automation=make-related
 
|Program-build-automation=make-related
 +
|Programming-language=perl, python, shell
 +
|Runs-on=BSD, GNU/Linux
 +
|Software-development=program-build-automation, version-control
 +
|System-administration=configuration
 
|Use=system-administration
 
|Use=system-administration
 +
}}
 +
{{EntryGNU
 +
|Is GNU=Yes
 +
|GNU package identifier=gsrc
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=GNU Make
+
|Prerequisite description=[[make | GNU Make]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=gcc
+
|Prerequisite description=[[gcc]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=binutils
+
|Prerequisite description=[[binutils]]
 +
}}
 +
{{Person
 +
|Real name=Brandon Invergo
 +
|Role=Maintainer
 +
|Email=brandon@gnu.org
 +
}}
 +
{{Person
 +
|Real name=Carl Hansen
 +
|Role=Maintainer
 +
|Email=carlhansen1234@gmail.com
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah
 +
|Resource kind=Developer
 +
|Resource URL=https://savannah.gnu.org/projects/gsrc/
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://bzr.savannah.gnu.org/lh/gsrc/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-gsrc/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gsrc-commit/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://alpha.gnu.org/gnu/gsrc/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/gsrc/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://www.gnu.org/software/gsrc/package-list.html
 +
}}
 +
{{Resource
 +
|Resource audience=Wikidata
 +
|Resource kind=General
 +
|Resource URL=https://www.wikidata.org/wiki/Q76182385
 +
}}
 +
{{EntryDetails
 +
|Is High Priority Project=No
 +
|VCS checkout command=bzr checkout bzr://bzr.savannah.gnu.org/gsrc/trunk/ gsrc
 +
|Decommissioned or Obsolete=No
 +
|Version identifier=2021.11.19
 +
|Version date=2021-11-19
 +
|Version status=stable
 +
|Last review by=Genium
 +
|Last review date=2022-01-05
 +
|Submitted by=Invergo
 +
|Submitted date=2012-09-08
 +
|User level=intermediate
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://ftpmirror.gnu.org/gsrc/gsrc-2021.11.19.tar.gz.sig
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 18:28, 5 January 2022


[edit]

GNU SRC

https://www.gnu.org/software/gsrc/
GNU Source Release Collection.

GSRC (GNU Source Release Collection) is a BSD Ports-like system for easily fetching, building and installing the latest GNU packages from source. Installing a package is as easy as "make -C gnu/<packagename> install" and it can be configured to install to your home directory, bypassing the need for administrator privileges. The quarterly releases of GSRC represent a periodic resease of all GNU packages together. It is also possible to stay up-to-date by checking out its Bazaar repository.





Licensing

License

Verified by

Verified on

Notes

Verified by

invergo

Verified on

8 September 2012

Verified by

invergo

Verified on

8 September 2012




Leaders and contributors

Contact(s)Role
Carl Hansen Maintainer
Brandon Invergo Maintainer


Resources and communication

AudienceResource typeURI
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
FTPDownloadhttps://ftp.gnu.org/gnu/gsrc/
WikidataGeneralhttps://www.wikidata.org/wiki/Q76182385
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-gsrc/
Generalhttps://www.gnu.org/software/gsrc/package-list.html
SavannahDeveloperhttps://savannah.gnu.org/projects/gsrc/
FTPDownloadhttps://alpha.gnu.org/gnu/gsrc/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gsrc-commit/
SavannahVCS Repository Webviewhttps://bzr.savannah.gnu.org/lh/gsrc/


Software prerequisites

KindDescription
Required to usegcc
Required to usebinutils
Required to use GNU Make

This entry (in part or in whole) was last reviewed on 5 January 2022.




Entry






















"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"FTP" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.













Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.