Commit graph

55 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
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
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
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
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
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +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
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
wiz
caf430d1d6 Use GNU_PROGRAM_PREFIX. Based on a patch by Jeremy C. Reed. 2002-12-23 19:12:51 +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
jlam
55d16c3cd3 Mark as USE_BUILDLINK_ONLY. 2001-07-17 10:05:05 +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
wiz
8fd3c10874 gindent updated from 2.2.2 to 2.2.4
Changes since 2.2.2 from the NEWS file:

2.2.4

* When using numbered backup files, setting environment variable
  VERSION_WIDTH now allows to use left zero padding (ie file.~001~).
  (Patch by Chris F.A. Johnson <bq933@torfree.net>)

* --braces-on-if-line (-br) caused a '{' brace on the same line as a '}'
  not to be put automatically on the next line, as it should because
  the following { block } is not related to the previous { block } in
  any way.

* Unpaired braces in `#if ..{.. #else/#elif ..{.. #endif }' constructs
  was broken for #elif and when there were spaces after the #.

* Spelling, typo and general little improvements of indent.texinfo.
  Now using Texinfo 4.0 markup.
  (Patch by Kragen Sittler <sittler@day.erim-int.com>)

2.2.3

* Fixed bit-fields with types other then `int' (no type still won't work).
  Fixed support for public:, private: and protected: labels.

* Forgot to include the indent.dsp file in 2.2.2 (win32)
1999-12-24 02:39:04 +00:00
jlam
c6c0c1caa2 Update gindent to 2.2.2. Changes from 2.2.0:
Release notes for GNU indent version 2.2.2, September 1999

* Added support for win32 (need VC++)

* Indent was sometimes adding a blank line at the top of an indented
  file when indenting multiple files at once.  This bug has been fixed.

Release notes for GNU indent version 2.2.1, September 1999

* Indent got confused when a function declaration contained an enum
  and did not contain a colon before using a '{' inside the function.

  enum foobar		<-- returns enum
  func (enum foobar)	<-- or uses an enum as parameter
  {
    if (1)
      {			<-- uses '{' before any ';' was used
       func (1);}	<-- fails here
       ... etc.

* A new option to stop `make' from rebuilding your whole project
  after running `indent':

  -pmt, --preserve-mtime :
     Preserve modification time on output files.

* Backup files now keep the same modification time as the
  original.

* New -c++, --c-plus-plus option to allow better C++ formatting:
  Recognizes C++ keywords, including the GNU extension operators <?= and >?=.
  (Patch by Malekith <malekith@topnet.pl>)
  Note: In general C++ still does NOT work!

* EBCDIC charset support for BS2000/POSIX (Siemens mainframe OS).
  Contributed by <Martin.Kraemer@MchP.Siemens.De>.
1999-10-01 22:54:16 +00:00
kim
7cb6e40e48 Upgrade to GNU indent 2.2.0 1999-08-20 06:12:57 +00:00
tron
9c4c0c2b50 Remove unnecessary slash from master site list. 1999-04-14 21:39:01 +00:00
bad
fa9c2f3760 Catch up with MASTER_SITE_GNU reorganization. 1999-03-22 16:08:30 +00:00
agc
9471769d97 Since everything else in this package is called gindent, call the
package itself gindent-1.9.1
1998-09-04 21:56:41 +00:00
agc
3cf26ef629 Rename all files associated with GNU indent as gindent, to avoid collisions
with NetBSD's indent(1).
Don't strip the binary from the package Makefile - it already gets stripped
by the ${INSTALL_PROGRAM} part of the installation.
Rationalise info file handling.
1998-09-04 21:29:30 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
8157ff7bcf Update package Makefiles for automatic manual page handling. 1998-06-22 11:19:40 +00:00
agc
ff3e48e78c Fix INFO_FILES definitions to match the commands in bsd.pkg.mk 1998-04-22 11:05:01 +00:00
agc
5201e68497 Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. 1998-04-17 09:37:21 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
hubertf
4bdf758d07 Define OPSYS before using it; reported by Thorsten Frueauf 1998-01-25 00:42:46 +00:00