| Commit message (Expand) | Author | Age |
* | guix-package: Report `--search' matches in recutils format.•••* guix/ui.scm (fill-paragraph, string->recutils, package->recutils): New
procedures.
* guix-package.in (guix-package)[process-query]: Use `package->recutils'
to display package meta-data.
* tests/guix-package.sh: Adjust test.
* tests/ui.scm: New file.
* Makefile.am (TESTS): Add it.
* doc/guix.texi (Invoking guix-package): Adjust `--search'
documentation, and give an example.
| Ludovic Courtès | 2013-02-01 |
* | gnu: Add flac.•••* gnu/packages/oggvorbis.scm (flac): New variable.
* gnu/packages/oggvorbis.scm (vorbis-tools): Add flac input.
* gnu/packages/patches/flac-fix-memcmp-not-declared.patch: New file.
| Andreas Enge | 2013-01-31 |
* | gnu: Add curl.•••* gnu/packages/curl.scm: New file.
* Makefile.am (MODULES): Add it.
| Andreas Enge | 2013-01-30 |
* | gnu: Add libssh2.•••* gnu/packages/ssh.scm: New file.
* Makefile.am (MODULES): Add it.
| Andreas Enge | 2013-01-29 |
* | gnu: Add openldap.•••* gnu/packages/openldap.scm: New file.
* Makefile.am (MODULE): Add it.
| Andreas Enge | 2013-01-29 |
* | gnu: Add irssi.•••* gnu/packages/irssi.scm: New file.
* Makefile.am (MODULES): Add it.
| Cyril Roelandt | 2013-01-26 |
* | gnu: Add zip, unzip and zziplib.•••* gnu/packages/zip.scm: New file.
* Makefile.am (MODULES): Add it.
| Andreas Enge | 2013-01-26 |
* | gnu: Add TECkit.•••* gnu/packages/freetype.scm (teckit): New variable.
* gnu/packages/patches/teckit-cstdio.patch: New file.
* Makefile.am (dist_patch_DATA): Add patch.
| Andreas Enge | 2013-01-26 |
* | gnu: Add Subversion.•••* gnu/packages/subversion.scm: New file.
* Makefile.am (MODULES): Add it.
| Cyril Roelandt | 2013-01-25 |
* | gnu: Add SQLite.•••* gnu/packages/sqlite.scm: New file.
* Makefile.am (MODULES): Add it.
| Ludovic Courtès | 2013-01-25 |
* | gnu: Add libapr.•••* gnu/packages/libapr.scm: New file.
* gnu/packages/patches/libapr-skip-getservbyname-test.patch: New file
* Makefile.am: Add them
| Cyril Roelandt | 2013-01-25 |
* | gnu: Add poppler.•••* gnu/packages/pdf.scm: New file.
* Makefile.am (MODULES): Add it.
| Andreas Enge | 2013-01-24 |
* | gnu: Add OCaml. licenses: Add QPL.•••* gnu/packages/ocaml.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/licenses.scm: New variable.
| Cyril Roelandt | 2013-01-24 |
* | gnu: automake: Adjust test suite to lack of /bin/sh.•••* gnu/packages/autotools.scm (autoconf-wrapper): New variable.
(automake): Use AUTOCONF-WRAPPER instead of AUTOCONF.
Add `automake-skip-amhello-tests.patch' as an input.
Add #:patches and #:phases arguments.
* gnu/packages/patches/automake-skip-amhello-tests.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
| Ludovic Courtès | 2013-01-22 |
* | gnu: Add groff.•••* gnu/packages/groff.scm: New file.
* Makefile.am (MODULES): Add it.
| Andreas Enge | 2013-01-21 |
* | gnu: Add netpbm.•••* gnu/packages/netpbm.scm: New file.
* Makefile.am (MODULES): Add it.
| Andreas Enge | 2013-01-21 |
* | gnu: Add missing libevent patch.•••* gnu/packages/patches/libevent-dns-tests.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
| Ludovic Courtès | 2013-01-21 |
* | gnu: Add Tor.•••* gnu/packages/tor.scm: New file.
* Makefile.am (MODULES): Add it.
| Ludovic Courtès | 2013-01-20 |
* | gnu: Add libevent.•••* gnu/packages/libevent.scm: New file.
* Makefile.am (MODULES): Add it.
| Ludovic Courtès | 2013-01-20 |
* | Add GNU Screen.•••* gnu/packages/screen.scm: New file.
* Makefile.am (MODULES): Add it.
| Cyril Roelandt | 2013-01-20 |
* | distro: glib: Run the test suite; add DBus.•••* distro/packages/glib.scm: Rename to...
* gnu/packages/glib.scm: ... this. Update module declaration
accordingly.
(dbus): New variable.
(glib): Change version number to 2.34.3, and adjust URL accordingly.
Add a "doc" output. Add #:configure-flags, #:patches, and #:phases
arguments. Add DBUS as an input, as well a three patches.
* Makefile.am (MODULES): Adjust to file renaming.
(dist_patch_DATA): Add `glib-tests-timezone.patch',
`glib-tests-homedir.patch', and `glib-tests-desktop.patch'.
| Ludovic Courtès | 2013-01-19 |
* | distro: Add GLib.•••* distro/packages/glib.scm: New file.
* Makefile.am (MODULES): Add it.
| Nikita Karetnikov | 2013-01-19 |
* | gnu: Add GNU Ghostscript and its dependencies libpaper and lcms.•••* gnu/packages/ghostscrip.scm: New file.
* Makefile.am (MODULES): Add it.
| Andreas Enge | 2013-01-19 |
* | gnu: Add Freetype.•••licenses: Add freetype license.
* gnu/packages/freetype.scm: New file.
* guix/licenses.scm (freetype): New variable.
* Makefile.am (MODULES): Add freetype.scm.
| Andreas Enge | 2013-01-19 |
* | gnu: Amended previous patch.•••* Makefile.am (MODULES): Add libpng.scm.
| Andreas Enge | 2013-01-18 |
* | gnu: Add libogg, libvorbis and vorbis-tools.•••* gnu/packages/oggvorbis.scm: New file.
* Makefile.am (MODULES): Add it.
| Andreas Enge | 2013-01-18 |
* | distro: Rename (distro) to (gnu packages).•••* distro.scm: Rename to...
* gnu/packages.scm: ... this. Update all users accordingly.
* Makefile.am (MODULES): Adjust accordingly.
* po/POTFILES.in: Likewise.
| Ludovic Courtès | 2013-01-18 |
* | distro: Change the module name space to (gnu ...).•••* distro: Rename to...
* gnu: ... this. Update module names accordingly.
* Makefile.am: Adjust accordingly.
* po/POTFILES.in: Likewise.
* distro.scm: Search for files under /gnu/packages instead of
/distro/packages.
* gnu/packages/base.scm (ld-wrapper-boot3): Likewise.
| Ludovic Courtès | 2013-01-18 |
* | distro: Add libtiff.•••* distro/packages/libtiff.scm: New file.
* Makefile.am (MODULES): Add it.
| Andreas Enge | 2013-01-18 |
* | distro: Add file.•••* distro/packages/file.scm: New file.
* Makefile.am (MODULES): Add it.
| Andreas Enge | 2013-01-17 |
* | distro: Add Libjpeg.•••* distro/packages/libjpeg.scm: New file.
* Makefile.am (MODULES): Add it.
| Andreas Enge | 2013-01-17 |
* | distro: Add Indent.•••* distro/packages/indent.scm: New file.
* Makefile.am (MODULES): Add it.
| Andreas Enge | 2013-01-17 |
* | distro: Add Expat.•••* distro/packages/xml.scm: New file.
* Makefile.am (MODULES): Add it.
| Ludovic Courtès | 2013-01-16 |
* | distro: Add icu4c (International Components for Unicode).•••* distro/packages/icu4c.scm: New file.
* Makefile.am (MODULES): Add it.
| Andreas Enge | 2013-01-16 |
* | distro: Add Python 2.7.3.•••* distro/packages/python.scm: New file.
* Makefile.am (MODULES): Add it.
| Nikita Karetnikov | 2013-01-16 |
* | distro: Add patches forgotten in previous commits.•••* distro/packages/patches/bigloo-gc-shebangs.patch,
distro/packages/patches/emacs-configure-sh.patch,
distro/packages/patches/procps-make-3.82.patch: New files.
* Makefile.am (dist_patch_DATA): Add them.
| Ludovic Courtès | 2013-01-15 |
* | distro: Add Cyrus SASL.•••* distro/packages/cyrus-sasl.scm: New file.
* Makefile.am (MODULES): Add it.
| Andreas Enge | 2013-01-15 |
* | Test commit.•••* Makefile.am: alphabetical ordering
| Andreas Enge | 2013-01-15 |
* | distro: Add MIT/GNU Scheme and Bigloo.•••* distro/packages/scheme.scm: New file.
* Makefile.am (MODULES): Add it.
| Ludovic Courtès | 2013-01-15 |
* | distro: Add GNU Emacs.•••* distro/packages/emacs.scm: New file.
* Makefile.am (MODULES): Add it.
| Ludovic Courtès | 2013-01-13 |
* | distro: Add GNU Mailutils.•••* distro/packages/mailutils.scm: New file.
* Makefile.am (MODULES): Add it.
| Ludovic Courtès | 2013-01-13 |
* | distro: Add GDB.•••* distro/packages/gdb.scm: New file.
* Makefile.am (MODULES): Add it.
| Ludovic Courtès | 2013-01-12 |
* | distro: Add MySQL.•••* distro/packages/mysql.scm: New file.
* Makefile.am (MODULES): Add it.
| Ludovic Courtès | 2013-01-12 |
* | Merge branch 'core-updates'•••Conflicts:
guix/build/union.scm
| Ludovic Courtès | 2013-01-11 |
|\ |
|
| * | Merge branch 'master' into core-updates•••Conflicts:
build-aux/download.scm
distro/packages/autotools.scm
distro/packages/base.scm
distro/packages/bootstrap.scm
distro/packages/lsh.scm
distro/packages/make-bootstrap.scm
distro/packages/ncurses.scm
distro/packages/perl.scm
tests/derivations.scm
tests/union.scm
| Ludovic Courtès | 2013-01-06 |
| |\ |
|
| * | | distro: Update bootstrap binaries to an nscd-less libc.•••Update bootstrap binaries following changes in commit d3b5972 ("Build
glibc without nscd, and with static NSS modules.")
* Makefile.am (distro/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
distro/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Update hashes.
* build-aux/download.scm (file-name->uri): Update URL.
* distro/packages/bootstrap.scm (%bootstrap-coreutils&co,
%bootstrap-binutils, %bootstrap-glibc, %bootstrap-gcc): Update URLs
and hashes.
| Ludovic Courtès | 2013-01-06 |
| * | | distro: Add OpenSSL.•••* distro/packages/openssl.scm: New file. `patch-tests' phase added by
Ludovic Courtès.
* Makefile.am (MODULES): Add it.
| Andreas Enge | 2013-01-02 |
| * | | distro: Update bootstrap binaries.•••Use bootstrap binaries that were generated with the `make-bootstrap'
changes introduced in previous commit.
* Makefile.am (nodist_bootstrap_x86_64_linux_DATA,
nodist_bootstrap_i686_linux_DATA): Change Guile tarball name.
(distro/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz,
distro/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): New targets.
(distro/packages/bootstrap/x86_64-linux/guile-bootstrap-2.0.6.tar.xz,
distro/packages/bootstrap/i686-linux/guile-bootstrap-2.0.6.tar.xz):
Remove.
* build-aux/download.scm (file-name->uri): Use "20121219" directory.
* distro/packages/bootstrap.scm (%bootstrap-guile): Update file name.
(%bootstrap-coreutils&co, %bootstrap-binutils, %bootstrap-glibc,
%bootstrap-gcc): Update directory name and hashes.
| Ludovic Courtès | 2012-12-20 |
| * | | distro: make-bootstrap: Have libc's functions search for `sh' in $PATH.•••* distro/packages/make-bootstrap.scm (%glibc-with-relocatable-system,
%standard-inputs-with-relocatable-glibc): New variables.
(%static-inputs)[gawk]: Apply `gawk-shell.patch'.
[finalize]: New procedure.
Build all the packages against %STANDARD-INPUTS-WITH-RELOCATABLE-GLIBC.
(%glibc-stripped): Inherit from %GLIBC-WITH-RELOCATABLE-SYSTEM.
(%gcc-static, %guile-static): Build against
%STANDARD-INPUTS-WITH-RELOCATABLE-GLIBC.
* distro/packages/patches/gawk-shell.patch,
distro/packages/patches/glibc-bootstrap-system.patch: New files.
* Makefile.am (dist_patch_DATA): Add them.
| Ludovic Courtès | 2012-12-20 |
* | | | distro: Add GNU Aspell.•••* distro/packages/aspell.scm: New file.
* Makefile.am (MODULES): Add it.
| Ludovic Courtès | 2013-01-07 |