The NetBSD Project

CVS log for pkgsrc/textproc/helpdeco/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / textproc / helpdeco

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.23 / (download) - annotate - [select for diffs], Tue Jul 7 22:08:13 2009 UTC (2 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, HEAD
Changes since 1.22: +4 -2 lines
Diff to previous 1.22 (colored)

user-destdir support

Revision 1.22 / (download) - annotate - [select for diffs], Fri Dec 15 14:34:21 2006 UTC (5 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Reset maintainer, ben@ has resigned.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Apr 22 09:22:15 2006 UTC (6 years, 1 month ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Feb 5 23:11:02 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Dec 5 20:51:03 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

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

Revision 1.18 / (download) - annotate - [select for diffs], Sun Dec 4 15:50:13 2005 UTC (6 years, 5 months ago) by ben
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

Update helpdeco to version 2.1.3.  Changes include:
* helpdec1.c, helpdeco.h: Improve const correctness - thanks to
  Markus Elfring (elfring) for the tip
* compat.c: Apply patch from Dirk Jagdmann (doj) to fix pointer
  flibbling
* splitmrb.c: Apply patch from Dirk Jagdmann (doj) to fix HOTSPOT
  struct packing with GCC >= 3
* compat.c, compat.h, helpdeco.c, splitmrb.c, zapres.c: Apply patch
  from Dirk Jagdmann (doj) to use POSIX path defines instead of DOS
  ones.
* helpdec1.c, helpdeco.c: Add patch for compiling with GCC 4.0 from
  Andreas Jochens <aj@andaco.de>

Revision 1.17 / (download) - annotate - [select for diffs], Tue Nov 8 19:37:21 2005 UTC (6 years, 6 months ago) by tv
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Interix has strlcpy(3) too.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jul 8 18:56:56 2005 UTC (6 years, 10 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Do not include malloc.h, and add HAVE_STRLCPY for Darwin too.

Revision 1.15 / (download) - annotate - [select for diffs], Sun May 22 20:08:34 2005 UTC (7 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison

Revision 1.14 / (download) - annotate - [select for diffs], Thu May 19 18:34:34 2005 UTC (7 years ago) by ben
Branch: MAIN
Changes since 1.13: +13 -53 lines
Diff to previous 1.13 (colored)

Update helpdeco to version 2.1.1.  Notable changes:
* moved to sourceforge
* put under GPL instead of non-commercial license, with permission from
  original author
* portability fixes

Revision 1.13 / (download) - annotate - [select for diffs], Wed Sep 22 17:38:30 2004 UTC (7 years, 8 months ago) by ben
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.12: +1 -6 lines
Diff to previous 1.12 (colored)

The nbcompat library is not ready for general use in packages, remove the
libnbcompat dependency.

Revision 1.12 / (download) - annotate - [select for diffs], Wed Sep 22 17:00:33 2004 UTC (7 years, 8 months ago) by ben
Branch: MAIN
Changes since 1.11: +6 -1 lines
Diff to previous 1.11 (colored)

Apply patches from Georg Schwarz in order to compile helpdeco on IRIX 5.3.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Apr 17 04:49:07 2004 UTC (8 years, 1 month ago) by ben
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.10: +9 -1 lines
Diff to previous 1.10 (colored)

Make helpdeco build and run in Linux.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jan 20 12:26:49 2004 UTC (8 years, 4 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.9: +3 -2 lines
Diff to previous 1.9 (colored)

Move WRKSRC definition away from the first paragraph in a Makefile.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Dec 24 09:53:50 2003 UTC (8 years, 5 months ago) by jmmv
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

s/@netbsd.org/@NetBSD.org/ in MAINTAINER.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Dec 13 20:14:27 2003 UTC (8 years, 5 months ago) by ben
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Update MAINTAINER email address.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jul 21 17:27:32 2003 UTC (8 years, 10 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

COMMENT should start with a capital letter.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jul 19 08:54:34 2003 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Change address of maintainer per PR 22170.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Mar 29 12:42:37 2003 UTC (9 years, 1 month ago) by jmmv
Branch: MAIN
Changes since 1.4: +2 -3 lines
Diff to previous 1.4 (colored)

Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Dec 24 18:55:42 2002 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Replace collver@linuxfreemail.com with collver1@attbi.com.
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523,
19524, 19525 and some more, perhaps.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 29 01:12:49 2001 UTC (10 years, 5 months ago) by hubertf
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.2: +3 -2 lines
Diff to previous 1.2 (colored)

Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Sep 9 20:36:49 2001 UTC (10 years, 8 months ago) by agc
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:

WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed May 23 15:47:43 2001 UTC (11 years ago) by agc
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of helpdeco-21 into the packages collection.

Provided by Ben Collver (collver@linuxfreemail.com) in PR 12927

helpdeco is a windows .hlp to RTF converter.

Revision 1.1 / (download) - annotate - [select for diffs], Wed May 23 15:47:43 2001 UTC (11 years ago) by agc
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>