./meta-pkgs/pkg_developer, Meta-package for pkgsrc package development

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.2, Package name: pkg_developer-1.2.2, Maintainer: pkgsrc-users

This meta package provides a collection of development utilities that are
useful when working in pkgsrc packages.


Required to run:
[sysutils/checkperms] [pkgtools/revbump] [pkgtools/pkglint] [pkgtools/digest] [pkgtools/createbuildlink] [pkgtools/pkg_tarup] [pkgtools/verifypc] [pkgtools/url2pkg] [pkgtools/pkg_chk] [pkgtools/pkgdiff] [pkgtools/lintpkgsrc]

Required to build:
[pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2022-11-12 21:44:38 by Greg Troxel | Files touched by this commit (1)
Log message:
meta-pkgs/pkg_developer: Drop MESSAGE

It duplicates the guide, and really what is installed from this
package and what PKG_DEVELOPER does are not entirely closely related.
   2020-08-30 10:22:39 by Tobias Nygren | Files touched by this commit (1)
Log message:
pkg_developer: 1.2.2: depend on pkgtools/import-package
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
   2016-01-13 19:14:15 by Matthias Scheler | Files touched by this commit (1)
Log message:
Fix the build by marking this as a meta package before we include
"bsd.prefs.mk".
   2016-01-12 21:09:35 by Roland Illig | Files touched by this commit (1)
Log message:
Select the proper pkglint version for the platform; bump version
   2008-01-06 03:13:02 by Adrian Portelli | Files touched by this commit (1)
Log message:
Add lintpkgsrc
Bump to 1.2
   2007-12-19 13:27:31 by Roland Illig | Files touched by this commit (29)
Log message:
Replaced the custom definitions with META_PACKAGE=yes.
   2007-10-26 00:01:10 by Johnny C. Lam | Files touched by this commit (158)
Log message:
* If PLIST_SRC is explicitly set to an empty value in a package Makefile,
  then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty