Commit graph

6 commits

Author SHA1 Message Date
rillig
508923f461 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:13 +00:00
wiedi
4cdc78fda9 argp: c99 fixes SunOS 2018-09-28 20:07:50 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
joerg
20f982d8ca libtoolize and add builtin.mk. Bump revision. 2007-12-22 01:40:20 +00:00
joerg
c22dc6d534 NO_MTREE support. 2007-03-28 13:19:13 +00:00
agc
da32ef4212 Import the argp-1.3 argument functionality - this package is the
argp-standalone functionality from FreeBSD ports.

	Argp is an interface for parsing unix-style argument vectors.

	Argp provides features unavailable in the more commonly used getopt
	interface.  These features include automatically producing output in
	response to the `--help' and `--version' options, as described in the
	GNU coding standards.  Using argp makes it less likely that
	programmers will neglect to implement these additional options or keep
	them up to date.

	Argp also provides the ability to merge several independently defined
	option parsers into one, mediating conflicts between them and making
	the result appear seamless.  A library can export an argp option
	parser that user programs might employ in conjunction with their own
	option parsers, resulting in less work for the user programs.  Some
	programs may use only argument parsers exported by libraries, thereby
	achieving consistent and efficient option-parsing for abstractions
	implemented by the libraries.

	The header file <argp.h> should be included to use argp.
2007-03-24 16:57:41 +00:00