The NetBSD Project

CVS log for pkgsrc/devel/cxref/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / cxref

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16 / (download) - annotate - [select for diffs], Sat May 8 09:24:52 2021 UTC (2 years, 7 months ago) by schmonz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, HEAD
Changes since 1.15: +12 -4 lines
Diff to previous 1.15 (colored)

Move "INSTALL" to "INSTALL.txt" so the "install" targets run as expected
on macOS with case-insensitive filesystem, fixing install of cxref.1.

While here, set LICENSE, update MASTER_SITES and HOMEPAGE, and remove
unrecognized configure option "--with-cxref-cpp".

Revision 1.15 / (download) - annotate - [select for diffs], Wed Oct 31 11:16:51 2012 UTC (11 years, 1 month ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.14: +1 -3 lines
Diff to previous 1.14 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.13.24.1 / (download) - annotate - [select for diffs], Sat Oct 15 08:28:21 2011 UTC (12 years, 1 month ago) by tron
Branch: pkgsrc-2011Q3
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) next main 1.14 (colored)

Pullup ticket #3556 - requested by dholland
devel/cxref: build fix

Revisions pulled up:
- devel/cxref/Makefile                                          1.14
- devel/cxref/distinfo                                          1.8-1.9
- devel/cxref/patches/patch-src_parse_l                         1.1

---
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Thu Oct 13 21:30:00 UTC 2011

   Modified Files:
   	pkgsrc/devel/cxref: Makefile distinfo

   Log Message:
   Update to 1.6d.

   Version 1.6d of cxref released : Mon Oct 3 14:00:00 2011
   --------------------------------------------------------

   Bug fixes
    Updated for latest version of autoconf.
    Allow structure initialisers to have multiple components (e.g. a.b=1).
    Remove gcc warning messages.
    Change Makefile for better comptibility with FreeBSD.

   Version 1.6c of cxref released : Mon May 31 10:00:00 2010
   ---------------------------------------------------------

   Bug fixes
    Handle the gcc __builtin_offsetof() and offsetof() functions.
    Check that the lex/yacc programs actually exist at configure time.
    Handle ASM statements with named identifiers in them.

   Parsing changes
    Removed the char_varying type.

   Document changes
    Update web page links

---
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Thu Oct 13 22:11:26 UTC 2011

   Modified Files:
   	pkgsrc/devel/cxref: distinfo
   Added Files:
   	pkgsrc/devel/cxref/patches: patch-src_parse_l

   Log Message:
   Patch the lexer to ignore _Pragma().

Revision 1.14 / (download) - annotate - [select for diffs], Thu Oct 13 21:30:00 2011 UTC (12 years, 1 month ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Update to 1.6d.

Version 1.6d of cxref released : Mon Oct 3 14:00:00 2011
--------------------------------------------------------

Bug fixes
 Updated for latest version of autoconf.
 Allow structure initialisers to have multiple components (e.g. a.b=1).
 Remove gcc warning messages.
 Change Makefile for better comptibility with FreeBSD.


Version 1.6c of cxref released : Mon May 31 10:00:00 2010
---------------------------------------------------------

Bug fixes
 Handle the gcc __builtin_offsetof() and offsetof() functions.
 Check that the lex/yacc programs actually exist at configure time.
 Handle ASM statements with named identifiers in them.

Parsing changes
 Removed the char_varying type.

Document changes
 Update web page links

Revision 1.13 / (download) - annotate - [select for diffs], Thu Nov 6 17:45:46 2008 UTC (15 years, 1 month ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base, 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, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Branch point for: pkgsrc-2011Q3
Changes since 1.12: +2 -3 lines
Diff to previous 1.12 (colored)

Update to 1.6b.  Minor bugfix release, see bundled ChangeLog for details.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:22 2008 UTC (15 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored)

Add DESTDIR support.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jul 10 11:59:09 2006 UTC (17 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: 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, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.10: +4 -3 lines
Diff to previous 1.10 (colored)

Don't re-generate the HTML documentation unnecessarily. Patch provided
by Gilles Dauphin in PR 33962.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jun 9 15:52:28 2006 UTC (17 years, 6 months ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

USE_TOOLS+=lex yacc

Revision 1.9 / (download) - annotate - [select for diffs], Wed Mar 8 20:18:00 2006 UTC (17 years, 9 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Using USE_TOOLS instead of USE_GNU_TOOLS fixes PR 33032.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:14 2006 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

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.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Mar 2 19:28:27 2006 UTC (17 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.6: +3 -2 lines
Diff to previous 1.6 (colored)

update to 1.6a
changes:
-Removed the -html20 and -html32 options, the -html output is now
 version 4.01
-Removed the -latex209 and -latex2e options, the -latex output is
 version 2e
-HTML option generates a cxref stylesheet and uses it
-fixes/cleanup
-Parsing improvements: support some more language features

Revision 1.6 / (download) - annotate - [select for diffs], Tue Sep 7 21:38:28 2004 UTC (19 years, 3 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

- Update cxref to 1.5g - fixes build on 2.0_BETA
- ok'ed wiz@

Changes include bug fixes and optimisation, for full details see:

http://www.gedanken.demon.co.uk/cxref/#version-status

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jul 17 21:30:12 2003 UTC (20 years, 4 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jun 2 01:20:53 2003 UTC (20 years, 6 months ago) by jschauma
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

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.

Revision 1.2.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 18:44:02 2002 UTC (21 years, 5 months ago) by jlam
Branch: buildlink2
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored) next main 1.3 (colored)

Merge from pkgsrc-current to buildlink2 branch.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jun 4 15:20:39 2002 UTC (21 years, 6 months ago) by yyamano
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, buildlink2-base
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

Use in-source cpp instead of gcc to fix pkg/16511.

Revision 1.2 / (download) - annotate - [select for diffs], Fri Feb 16 14:38:22 2001 UTC (22 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003, netbsd-1-5-PATCH001
Branch point for: buildlink2
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Aug 24 13:21:34 1999 UTC (24 years, 3 months ago) by hwr
Branch: TNF
CVS Tags: pkgsrc-base, netbsd-1-5-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, comdex-fall-1999
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import of cxref-1.5a
Cxref is s a program that will produce documentation (in LaTeX, HTML,
RTF or SGML) including cross-references from C program source code. 
It has been designed to work with ANSI C, incorporating K&R, and most
popular GNU extensions. 
The documentation for the program is produced from comments in the code
that are appropriately formatted. The cross referencing comes from the
code itself and requires no extra work. 

Revision 1.1 / (download) - annotate - [select for diffs], Tue Aug 24 13:21:34 1999 UTC (24 years, 3 months ago) by hwr
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>