Commit graph

45 commits

Author SHA1 Message Date
Juan RP c973848606 Removed xbps-src code. It's available on https://github.com/xtraeme/xbps-src. 2011-11-19 00:05:42 +01:00
Juan RP ab8e3d4b3a README: update for systemd and pkg number. 2011-10-12 22:18:32 +02:00
Juan RP 5c4800e430 Vanilla is gone, say hello to Void GNU/Linux. 2011-07-17 00:50:39 +02:00
Juan RP f3d6459a59 vanilla: mention freenode@xbps, new URL for live images. 2011-07-07 22:16:34 +02:00
Evan LeCompte 013203a693 README -- more fixups 2011-06-23 21:13:00 -04:00
Evan LeCompte 9317ae1469 README -- fix up grammar/wording a bit 2011-06-23 21:03:01 -04:00
Juan RP f6e83ce70a vanilla: clarify casper item. 2011-06-21 14:41:19 +02:00
str1ngs c3311ed68c vanialla: Minor grammar fixes in README 2011-06-20 05:08:08 -07:00
Juan RP 2ca76cdd0a vanilla: improve wording in README. 2011-06-20 13:42:37 +02:00
Juan RP 4c73767f4e vanilla: mention some features in README. 2011-06-20 13:13:43 +02:00
str1ngs 9081b93db4 vanilla: Minor grammar changes to README. 2011-06-19 13:04:42 -07:00
Juan RP 1bb457e97b Added a README file explaining Vanilla GNU/Linux. 2011-06-19 19:30:36 +02:00
str1ngs 02b6a158e2 xbps-src: moved README from root of project 2011-06-19 10:08:00 -07:00
Juan RP 73eb032904 xbps-src: check for required utilities in the host system. 2010-05-17 22:23:52 +02:00
Juan RP 6d6e9dffd3 README: add two missing newlines.
--HG--
extra : convert_revision : fa2c6c55902aa0de9b67b45685816557b2a5564f
2010-04-27 00:34:21 +02:00
Juan RP d607bdaa37 README: improve some parts.
--HG--
extra : convert_revision : 176be29fbf6f6114873fe1a101578ccf927f1418
2010-04-26 15:50:19 +02:00
Juan RP a3e4ed1dcf README: mention the mailing list at the end.
--HG--
extra : convert_revision : 7c0c5779a3ee5ec7a5db2bc44fa57f1d56b9ed4f
2010-04-26 15:23:56 +02:00
Juan RP f34ac71c7f README: update to match new XBPS_USE_CAPABILITIES support.
--HG--
extra : convert_revision : 1952a4126324a435681cbcda44b777751d0c99af
2010-04-26 14:54:44 +02:00
Juan RP 2f5efb1ed8 Rename building-from-source.txt to README.
--HG--
extra : convert_revision : fe9e56f020e54db098b5bad559be78ca7491c7ba
2010-02-19 23:40:06 +01:00
Juan RP 1d6521bcb2 Replace README with an asciidox txt file used in webpage.
--HG--
extra : convert_revision : 2be400f70013d96d132710978c02ab9ad0980e2a
2009-11-26 23:39:01 +01:00
Juan RP 85cc462e1d Major infrastructure changes, part 2.
* Moved helpers, common and triggers dirs into xbps-src, where
  they belong.
* Renamed the templates dir to srcpkgs, it was so redundant before.
* Make it possible to add subpkgs with no restriction in names, for
  example udev now has a subpkgs called "libgudev". Previously
  subpkgs were named "${sourcepkg}-${pkgname}".
* xbps-src: changed to look for template files in current directory.
  That means that most arguments from the targets have been removed.
* xbps-src: added a reinstall target, to remove + install.
* xbps-src: do not overwrite binpkgs by default, skip them.

And more that I forgot because it's a mega-commit that I've been
working for some days already...

--HG--
extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
2009-11-22 08:31:44 +01:00
Juan RP 1ebe5e6b5e Mega-commit removing deps in xbps-base-chroot.
xbps-src:
  * ALWAYS use the static bins, to avoid breakage in the chroot.
  * Remove XBPS_FETCH_CMD. Use xbps-fetch (static) now that it's
    useful to download all distfiles in xbps-base-system.
  * Use busybox in the chroot and create links in /usr/local/bin
    at creation time. This helps to remove many packages that
    had problems with host/target libs (acl, attr, libarchive, etc).

build templates:
  * Add explicit gettext and texinfo build dependencies in all
    packages that need them, because they aren't built anymore
    by xbps-base-chroot.
  * Fixed some packages using build_style=gnu_makefile, that were
    broken because pre/post_configure() is not executed for a while,
    they should use pre/post_build() instead.

--HG--
extra : convert_revision : 0eaaf4917fd824710d0895e0c984bbc236b0cdf8
2009-10-30 22:14:09 +01:00
Juan RP 745192ef37 Added xbps-src and its associated code again.
It's better to keep it outside of XBPS.

--HG--
extra : convert_revision : 34f9c316585b972158d6ee55492c02c9bc5d3fcd
2009-10-18 11:17:26 +02:00
Juan RP 23fa45a18b Reorganize the tree for easier and better handling.
- Template helpers have been moved to templates/helpers.
- Documentation to docs/.
- Common scripts have been moved to utils/sh.
- Fixed install-destdir when executed via chroot.
- Added a build-pkg target that builds a binary package.
  The package must be installed into destdir before using.
- Misc tweaks and fixes.

--HG--
extra : convert_revision : 0896e8f24bb7592116aaf77ae9c776033818a3d8
2008-12-13 03:01:24 +01:00
Juan RP 8373117030 Another checkpoint in progress for binpkgs.
--HG--
extra : convert_revision : 38f4a4106a2d61757e1feacaec5eaef01f812d59
2008-12-12 18:12:45 +01:00
Juan RP 5885c7583f Correct listfiles example.
--HG--
extra : convert_revision : 7b799144eb3ace75878dd9bcee2ff6eb77a92f89
2008-12-09 16:58:58 +01:00
Juan RP 40103061c7 Typo in previous.
--HG--
extra : convert_revision : 7f525fd6268414128c211e57904541a57a5aed8f
2008-10-30 07:38:14 +01:00
Juan RP 227c4af4a4 Update README with some random and stupid comments.
--HG--
extra : convert_revision : 0aa3457561682eee9074bd28eac3bf6682bc75ed
2008-10-30 07:36:18 +01:00
Juan RP 5bbe3cb1ad Remove outdated section in README.
--HG--
extra : convert_revision : ca990b081431af7a92310f7caad8fce1c9ffc5e8
2008-10-28 07:33:26 +01:00
Juan RP 89f264e88c Massive changes to allow installing pkgs in a chroot.
Some changes include:
 - Xstow is not used anymore, files are copied into masterdir.
 - a new target install-chroot has been created.
 - a new meta-template xbps-base-chroot has been created required for
   the install-chroot target.
 - Removed XBPS_SYSCONFDIR, /etc is used by default.
Other changes that I cannot remember right now...

--HG--
extra : convert_revision : fb57d9dafb56aeb03cc935580172e075ce584fd5
2008-10-23 17:14:00 +02:00
Juan RP 99d5350b30 Major changes to not depend on cksum and db from NetBSD.
Two new utilities in C have been created:
	- xbps-digest: shows the SHA256 hash for a file.
	- xbps-pkgdb: handles dependency stuff via proplib.

Templates should use now $build_depends and change $checksum to be
a SHA256 hash. That means that I'm currently using xbps on Linux and
I lost interest on NetBSD, perhaps I'll add support for it in the
future.

Only git and its dependencies have been converted, as well as vim.

--HG--
extra : convert_revision : 53a7e030ca6b6d02bb6cd3e51d42b7d5702c1b57
2008-10-20 16:34:27 +02:00
Juan RP cfa18b4416 Massive renaming, pkgfs is now called xbps.
Also known as "xtraeme's build package system".

--HG--
extra : convert_revision : 119840ceae588fef65d6dcab651f607f54fa0be6
2008-10-13 07:32:05 +02:00
Juan RP 6752045a4f README: explain the 'listfiles' target.
--HG--
extra : convert_revision : 38a1815946f4b65ae4aa6f49e2a6cda80c638c6c
2008-10-13 06:19:35 +02:00
Juan RP 48c3875d83 README: remove stuff about PKGFS_TEMPLATESDIR.
The user doesn't have to mess with it anymore.

--HG--
extra : convert_revision : 7d14d681346a544f6cc3c4a8be53df42965388ca
2008-10-13 01:18:59 +02:00
Juan RP b53922a2ec Major changes adding new targets and supporting build phases.
New changes include adding the following targets:

	build, configure, extract, fetch and install.

Those targets replace the not very understood old flags. Also
the code has been restructured to really understand what's going
on all the time.

--HG--
extra : convert_revision : c591d7ffd5251b7bb80e5e56bf2f4a7909c887dc
2008-10-12 20:05:52 +02:00
Juan RP b4b9a41fac Update PERFORMANCE section with numbers building libX11 and all
its dependencies in pkgfs vs pkgsrc. You know, pkgsrc is 40% slower.

--HG--
extra : convert_revision : 6fe7cc35419d7d936cc4a996c481a7b5da57cf44
2008-10-04 15:09:11 +02:00
Juan RP 98b7b40a7b Update README to match current behaviour of code.
--HG--
extra : convert_revision : a402005d8da8335c696889b9c5a264a5b8cb1bb2
2008-10-04 06:35:43 +02:00
Juan RP 2b14031db2 Some changes in how the configuration file is searched.
If the configuration file is not specified through the -c flag, try
to find it before at default location, and as last resort in current
directory.

This avoids having to specify -c all the time, even if you are using
it from distribution dir.

--HG--
extra : convert_revision : d0b48a1e53a064fe011c72c4f2492a897b113179
2008-10-03 18:53:58 +02:00
Juan RP 61d42c32c7 Added the flags "-i". Use it when you only want to build and install
a package into destdir but do not want to have it in masterdir.

Useful to test different versions, with incompatible ABI changes, etc.

--HG--
extra : convert_revision : cd13448fb92fdf0df6547477c7e9d7343bb197a0
2008-10-02 03:52:21 +02:00
Juan RP 5d65d4762c Add a not so useful "HOW TO MAKE TEMPLATES" section.
--HG--
extra : convert_revision : c6c7012bdec2666685c2b3f5578fdcbd800470bd
2008-10-01 05:27:15 +02:00
Juan RP 9a7303df8a Add latest libX11 template and its required dependencies.
While here, I compared install time in pkgfs vs pkgsrc on libX11,
and pkgfs built the package 12 seconds faster.

--HG--
extra : convert_revision : 7804a092c5d3ba879d9e869769ad912ddeb6743c
2008-09-30 04:02:44 +02:00
Juan RP 7ea1076ab3 Do not require on install/remove commands to specify path to templates
directory, or full name to template files. Now you do:

$ pkgfs.sh install perl-5.10.0

Removed the item from TODO, which was suggested by milosn@freenode.

--HG--
extra : convert_revision : 55e41b27a940ed7d67ade5c185cbbfeb4d82c20a
2008-09-30 01:59:51 +02:00
Juan RP 37210e2d84 Add "list" targets, that prints pkg installed + short_desc.
--HG--
extra : convert_revision : dbce561949960303fea46d66b9920eff7e2dd244
2008-09-30 00:45:25 +02:00
Juan RP 4d78af885b Add a small "HOW TO USE IT" section.
--HG--
extra : convert_revision : 41434cf75c4422e695ed15c8ede45c6e1c0ab880
2008-09-29 20:05:13 +02:00
Juan RP a9fae81030 Add a README file to test if pushing changes via ssh works, heh.
--HG--
extra : convert_revision : eb6d2557d5fe1ce2360f48747298a280c7631467
2008-09-29 19:25:56 +02:00