Commit graph

76 commits

Author SHA1 Message Date
jperkin
9ddaded05f More __inline removal, fixes Darwin. Perform pkglint cleanup while here. 2016-02-15 09:38:10 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
jakllsch
169b2c7cf5 Update GNU indent to 2.2.10.
Changes since 2.2.9:

2008-03-11 david <indent@isidore-it.eu>
	* Re-baselined to the FreeBSD indent version to avoid onerous constraints in the old BSD license.
	* Release version 2.2.10

2007-12-11 david <indent@isidore-it.eu>
	* Added GPL version 3 as the COPYING file.
	* Added missing documentation of blf and brf as reported by Tom Tromey <tromey@redhat.com>

2007-11-27 Matthew Wilcox <matthew@wil.cx>
	* extended --indent-label with negative offsets. -il0 now
	  gives no indentation, -il-2 is the default to match the old
	  behaviour.

2007-11-11 Jean-Christophe Dubois <jcd@tribudubois.net>
	* added --indent-label and --linux-style options.

2007-02-25 david Ingamells <david@ingamells.eu>
	* Added doxygen profile and updated source to be better documented with doxygen.
	* Cleanup of code.

2003-09-28 Erik de Castro Lopo <nospam@bogus.example.com>
	* indent.c Fixed Bug#212320: --blank-lines-after-procedures does not work
	* indent.c Fixed Bug#206785: indent segfaults on the attached file
2013-12-31 16:14:15 +00:00
jperkin
cefff77d66 Add PKGGNUDIR support. 2012-12-06 11:38:19 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
cheusov
0ab82a9914 Add symlink gnu/man/man1/indent.1
++pkgrevision
2012-06-02 08:05:59 +00:00
cheusov
6acade1163 Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@).
All utilities are installed with a prefix 'g'. Symlinks with original
names are created in ${PREFIX}/gnu/bin.

++pkgrevision

Add LICENSE
2012-05-29 21:07:33 +00:00
joerg
8618363244 Remove bogus inline. 2012-04-17 17:42:33 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
wiz
fd2f21c574 Update to 2.2.9:
Release notes for GNU indent version 2.2.9, Aug 2002

 * Matthias <moh@itec.uni-klu.ac.at> and Eric Lloyd <ewlloyd@neta.com>
   Added support for -brf to place function opening brace after function
   declaration.

 * Cristalle Azundris Sabon <cristalle@azundris.com>
   Added --preprocessor-indentation (ppi)   if set, will indent nested
   preprocessor-statements with n spaces per level.  Overrides -lps.

 * D.Ingamells <indent@dingamells.fsnet.co.uk> Added option break-function-decl-args-end
   (bfde) to break the function arguments list before the closing bracket.
   -bdfa now causes a break after the opening bracket and before the first
   argument so that the first argument and subsequent argments are indented
   one indentation step instead of being aligned with the opening bracket.
2009-07-18 19:32:38 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wiz
d939fb2f5b Update MASTER_SITES/HOMEPAGE, from Zafer Aydogan. 2007-11-18 10:39:56 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
jlam
792529759b * Honor PKGINFODIR.
* List the info files directly in the PLIST.
2006-03-30 03:44:41 +00:00
jlam
9c8b5ede43 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-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
minskim
a58a7b1347 Do not declare a static variable as non-static in a header file.
This makes the package build on Darwin-8.x.
2005-05-18 14:23:10 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
minskim
ba6619e087 Enable pkgviews installation. 2004-04-22 23:52:19 +00:00
snj
2e5cf5587f Convert to buildlink3. 2004-04-22 03:54:17 +00:00
sekiya
ab7e19328b Revert previous -- my pkgsrc was a tad out of date. Pointed out by wiz@ 2004-03-05 00:34:44 +00:00
sekiya
8d937a443f Yet another config.guess/config.sub override for sgimips->mipseb. 2004-03-04 13:13:43 +00:00
seb
cbfcbf7f13 Remove info files entries from PLIST. 2004-02-15 21:42:19 +00:00
seb
8d15907ec2 USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
seb
331973aa91 Convert to USE_NEW_TEXINFO. 2003-06-23 10:57:27 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
grant
3448f5ad50 use config.h and friends in man/tgexinfo2man.c, fixes build on
FreeBSD 5 where malloc.h exists but should not be used.
2003-03-24 00:06:57 +00:00
wiz
caf430d1d6 Use GNU_PROGRAM_PREFIX. Based on a patch by Jeremy C. Reed. 2002-12-23 19:12:51 +00:00
wiz
80c534d600 regen for patch-ab removal 2002-12-05 11:47:26 +00:00
salo
937b3bf13b USE_PKGLOCALEDIR, remove unnecessary patches, delint. 2002-11-30 23:21:32 +00:00
grant
e898293327 USE_PKGLOCALEDIR. 2002-11-30 14:28:07 +00:00
tron
f188ca4fb4 Install locale files into correct directory under Solaris. 2002-09-01 13:50:07 +00:00
wiz
a1097b90d8 Update to 2.2.8.1 (2.2.8a):
2.2.8a has build fixes for 2.2.8.
The major changes between version 2.2.7 and 2.2.8 are
    * Resolution of some build problems with gettext.
    * The environment variable INDENT_PROFILE can be used to specify a profile file.
    * Bug fixes.
The major changes between version 2.2.6 and 2.2.7 are
    * Support for I18N (internationalisation) with gettext.
    * Tarball directory restructuring.
    * Bug fixes
2002-08-31 00:29:59 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
2002-02-18 15:14:00 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
jlam
55d16c3cd3 Mark as USE_BUILDLINK_ONLY. 2001-07-17 10:05:05 +00:00
wiz
dfb2d5edc6 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 00:44:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
wiz
ce4bc21c65 Update to 2.2.6. Changes are only bugfixes. 2000-12-02 19:29:56 +00:00
wiz
1884a2338b updated gindent to 2.2.5. Changes include a bugfix for '-br' and a C++
alignment fix.
2000-02-06 03:38:33 +00:00