mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to 1.6e
- Stage support PR: 186414 Submitted by: ports fury
This commit is contained in:
parent
687850b818
commit
4b2bdbddf7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343226
@ -2,9 +2,9 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= cxref
|
PORTNAME= cxref
|
||||||
PORTVERSION= 1.6d
|
PORTVERSION= 1.6e
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://www.gedanken.demon.co.uk/download-cxref/ \
|
MASTER_SITES= http://www.gedanken.org.uk/software/cxref/download/ \
|
||||||
http://fossies.org/linux/misc/
|
http://fossies.org/linux/misc/
|
||||||
EXTRACT_SUFX= .tgz
|
EXTRACT_SUFX= .tgz
|
||||||
|
|
||||||
@ -20,9 +20,8 @@ CONFIGURE_ARGS= --without-cxref-cpp
|
|||||||
ALL_TARGET= programs
|
ALL_TARGET= programs
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${MKDIR} ${STAGEDIR}${DATADIR}
|
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/contrib/*.pl ${STAGEDIR}${DATADIR}
|
@(cd ${WRKSRC}/contrib && ${INSTALL_DATA} *.el *.pl *.py README* \
|
||||||
${INSTALL_DATA} ${WRKSRC}/contrib/*.el ${STAGEDIR}${DATADIR}
|
${STAGEDIR}${DATADIR})
|
||||||
${INSTALL_DATA} ${WRKSRC}/contrib/README* ${STAGEDIR}${DATADIR}
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (cxref-1.6d.tgz) = 0383d0a4ff35c345be4f067774e0dc85f196c04202b7f4b44602f02245a51fd1
|
SHA256 (cxref-1.6e.tgz) = 21492210f9e1030e4e697f0d84f31ac57a0844e64c8fb28432001c44663242f2
|
||||||
SIZE (cxref-1.6d.tgz) = 415744
|
SIZE (cxref-1.6e.tgz) = 381883
|
||||||
|
@ -9,4 +9,4 @@ lists of functions called, callers of each function, usage of global
|
|||||||
variables, header file inclusion, macro definitions and type
|
variables, header file inclusion, macro definitions and type
|
||||||
definitions. Works for ANSI C, including a few gcc extensions.
|
definitions. Works for ANSI C, including a few gcc extensions.
|
||||||
|
|
||||||
WWW: http://www.gedanken.demon.co.uk/cxref/
|
WWW: http://www.gedanken.org.uk/software/cxref/
|
||||||
|
@ -15,5 +15,6 @@ man/man1/cxref.1.gz
|
|||||||
%%DATADIR%%/knr2ansi.pl
|
%%DATADIR%%/knr2ansi.pl
|
||||||
%%DATADIR%%/make_depend.pl
|
%%DATADIR%%/make_depend.pl
|
||||||
%%DATADIR%%/tree.pl
|
%%DATADIR%%/tree.pl
|
||||||
|
%%DATADIR%%/xrefgraph.py
|
||||||
%%DATADIR%%/xrgr.pl
|
%%DATADIR%%/xrgr.pl
|
||||||
@dirrm %%DATADIR%%
|
@dirrm %%DATADIR%%
|
||||||
|
Loading…
Reference in New Issue
Block a user