Next | Query returned 19 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2006-03-14 02:14:36 by Johnny C. Lam | Files touched by this commit (134)
Log message:
Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
   2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257)
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to \ 
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
   2006-02-19 11:27:52 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
MASTER_SITES fixed (removed dead ones, sf.net is 1st); use .tar.bz2 from now on
   2006-01-08 21:25:58 by Mark Davies | Files touched by this commit (3)
Log message:
Back out my last change. htfuzzy needs to run after its CONF_FILES
are installed. Noted by Joerg Sonnenberger.
Adjust synonyms.db entry in PLIST to fix CHECK_FILES issue.
   2006-01-07 21:26:13 by Mark Davies | Files touched by this commit (1)
Log message:
Fix PLIST for last change.
   2006-01-07 21:25:20 by Mark Davies | Files touched by this commit (2)
Log message:
Don't see why htfuzzy needs to rerun when pkg_add'ing so remove INSTALL
script and put back in a post-install rule.
Fixes CHECK_FILES complaint as synonyms.db now created before check files
testing happens.
   2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597)
Log message:
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
   2005-12-25 11:23:37 by Mark Davies | Files touched by this commit (1)
Log message:
Note uses libtool and don't try to use -Wno-deprecated with C.  May fix
build problem on amd64 seen in bulk builds.
   2005-12-17 20:26:26 by Mark Davies | Files touched by this commit (10) | Imported package
Log message:
Import of latest htdig beta release (from 18 months ago) as htdig-devel.

The ht://Dig system is a complete world wide web indexing and searching
system for a small domain or intranet.

Imported during the freeze as its needed to fix a problem in kdebase3.
OKed by wiz.


Next | Query returned 19 messages, browsing 11 to 20 | previous