Download List

Descripción del Proyecto

The X Binary Package System (in short XBPS) is a binary package system designed and implemented from scratch. Its goal is to be fast, easy to use, bug-free, featureful, and portable as much as possible. There is a well documented API provided by the XBPS Library that is the basis for its frontends, to handle binary packages and repositories.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-12-29 00:12
0.7.2

Algunas pérdidas de memoria en libxbps y sus clientes eran fijos.
Tags: Stable, Minor bugfixes
Some memory leaks in libxbps and its clients were fixed.

2010-12-24 08:49
0.7.1

Algunas correcciones para el xbps-repo y aplicaciones xbps-uhelper debido a la rotura del API 0.7.0. Menor correcciones de errores y mejoras.
Tags: Stable, Minor bugfixes
Some fixes for the xbps-repo and xbps-uhelper apps due to API breakage in 0.7.0. Minor bugfixes
and improvements.

2010-12-16 07:14
0.7.0

Mejoras de rendimiento, corrección de errores, nuevas opciones para xbps-bin (8) y la cesión temporal xbps (8), la limpieza de la API, y mucho más.
Tags: Stable, Major features enhancements
Performance improvements, bugfixes, new options for xbps-bin(8) and xbps-repo(8), cleanups in the API, and more.

2010-10-31 17:31
0.6.2

xbps-bin (8) acepta ahora un nuevo objetivo para saber qué paquete pertenece un archivo, los patrones de coincidencias exactas o la cáscara se puede utilizar. También es capaz de paquetes de la lista, dependiendo de su estado. xbps-repo (8) ahora elimina el archivo de índice de paquete (y su directorio) para los repositorios remotos que no están registrados. Una pérdida de memoria se fija en libxbps.
Tags: Stable, minor bug fix release
xbps-bin(8) now accepts a new target to know which package owns a file; exact matches or shell patterns can be used. It is also able to list packages depending on its state. xbps-repo(8) now removes the pkg index file (and its directory) for remote repositories that are unregistered. A memory leak was fixed in libxbps.

2010-10-24 06:11
0.6.1

Al reemplazar un paquete que va a ser actualizada en la transacción, el paquete no se quita, sino que sus archivos se sobrescriben y continúa el proceso. El paquete de actualización se encuentra que los archivos de edad no coincide con el hash SHA256 y les pase. Esto resuelve el problema de actualizaciones de paquetes nuevos que requieren nuevas dependencias con archivos que se guardaron previamente en la versión anterior. Por ejemplo, gtk + -2.20 contiene gdk-pixbuf y gtk + -2.22 gdk-pixbuf que requieren el exterior.
Tags: Stable
When replacing a package that is going to be updated in the transaction, the package is not removed; instead its files are overwritten and the process continues. The updated package will find that old files didn't match the SHA256 hash and will skip them. This solves the issue of new package updates requiring new dependencies with files that were previously stored in the old version. For example, gtk+-2.20 containing gdk-pixbuf and gtk+-2.22 requiring gdk-pixbuf externally.

Project Resources