head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2011.08.17.11.53.19;	author olgeni;	state Exp;
branches;
next	1.2;

1.2
date	2010.01.09.14.09.13;	author olgeni;	state Exp;
branches;
next	1.1;

1.1
date	2010.01.08.12.50.34;	author olgeni;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Upgrade to version 1.7.
@
text
@
You can permanently enable ASDF package management by using the
following commands in your .ccl-init.lisp file:

  (require 'asdf)

@


1.2
log
@Integrate adsf-install and the local FreeBSD registry into
asdf:*central-registry* by default.
@
text
@a5 6
  (asdf:operate 'asdf:load-op 'asdf-install)

If you wish to disable signature verification (not recommended)
add:

  (setq asdf-install:*verify-gpg-signatures* nil)
@


1.1
log
@Add a pkg-message file with a few hints.
@
text
@a5 1
  (push "ccl:tools;asdf-install;" asdf:*central-registry*)
@

