Go to file
Juan RP 21deefd9d7 Merge branch 'autorundeps_from_shlibs'
* autorundeps_from_shlibs: (29 commits)
  Updated 95% pkgs to the new shlibs world order, not yet finished.
  xbps-src: simpler way to error in pkgs with only_for_archs.
  xbps-src: added missing SONAME for libmagick.
  gobject-introspection: run depend on libgirepository-devel, revbump.
  xbps-src: redo only_for_archs check.
  xbps-src: added arch specific shlibs support to verify_rundeps.
  xbps-src: sort krb5 SONAMEs to make mit-krb5 default pkg.
  xbps-src: return not exit in previous.
  xbps-src: don't error out on pkgs that set only_for_archs, exit gracefully.
  xbps-src: verify_rundeps: also overwrite pkgver on automatic revbumps.
  xbps-src: verify_rundeps: make sure that newrev is only incr once.
  xbps-src: verify_rundeps: if revision has been modified, export it.
  xbps-src: bump XBPS_SRC_BUILD_VERSION.
  xbps-src: verify_rundeps: do not revbump if soname_list is empty.
  xbps-src: verify_rundeps: set tmplf once.
  xbps-src: verify_rundeps: better regexp to remove Add_dependency run lines.
  nano: update for rshlibs
  xbps-src: revbump also when the rshlibs doesn't exist.
  xbps-src: revbump if shlibs differ in the rshlibs file.
  Update xfce4-related pkgs for new rshlib thing
  ...
2011-11-14 18:15:52 +01:00
srcpkgs Merge branch 'autorundeps_from_shlibs' 2011-11-14 18:15:52 +01:00
xbps-src xbps-src: simpler way to error in pkgs with only_for_archs. 2011-11-13 17:19:48 +01:00
.gitignore xbps-src: rename libexec helpers, they were too long. 2011-07-14 13:24:00 +02:00
.hgignore Moved .gitignore to .hgignore and make it work. 2010-05-02 11:53:29 +02:00
README README: update for systemd and pkg number. 2011-10-12 22:18:32 +02:00

Void GNU/Linux is a new distribution that uses XBPS as its package system,
The X Binary Package System has been designed from scratch, please visit
http://code.google.com/p/xbps for more information.

Void GNU/Linux is a simple and minimal distribution that can be customized
in many ways, through the use of virtual packages. Currently there are
1600 packages in the current repository that you can build and install.
There is support for i686 and x86_64 architectures, more may be added in
a future (i.e. ARM) but it's not a high priority.

Some features:
 - It's not a fork or customized version of any distro, it has been created
   from scratch making it an extremely lightweight distro. Base install is
   approximately 150MB.
 - Rolling release.
 - Uses the latest stable Linux kernel. The development snapshot from kernel.org
   can also be installed in parallel.
 - Kernel images/modules are never removed, providing an always-bootable system.
 - Uses a modified "initramfs-tools" version from Debian to handle initial
   ramdisk images.
 - Uses a modified "casper" version from Ubuntu to boot from live images.
 - Uses *systemd* as system and session manager, no SysV compatibility!
 - Uses its own binary package system: XBPS -- A faster/leaner alternative to Debian's
   dpkg/apt, RedHat's RPM, ArchLinux's Pacman, etc.
 - You don't need wrappers of wrappers for the XBPS utils to rebuild/reinstall
   packages. The provided tools are all that you need.
 - Uses a BSD port-like system to build binary packages in chroot jails
   without requiring root permissions. This allows building packages as a regular user
   without interfering with your installed system!

When a new stable XBPS version comes out, a new live image is created for
testing purposes along with the minimal base system. 

You can find the Live Images at:

http://xbps.nopcode.org/live/

If you have questions or contributions please use the google groups forum:

http://groups.google.com/group/xbps

or join us at irc.freenode.net #xbps.

Enjoy and happy hacking!