Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2012 02:31:28 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/174188: devel/cxref: Update to version 1.6d
Message-ID:  <20121206023128.05153c0ddd0f1e1697babd2e@yahoo.com>
Resent-Message-ID: <201212051810.qB5IA9wU033660@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         174188
>Category:       ports
>Synopsis:       devel/cxref: Update to version 1.6d
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 05 18:10:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p11 i386
>Organization:
>Environment:
>Description:
- Update to version 1.6d

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/cxref/Makefile devel/cxref/Makefile
--- /usr/ports/devel/cxref/Makefile	2012-11-08 05:11:49.000000000 +0900
+++ devel/cxref/Makefile	2012-11-28 05:46:47.000000000 +0900
@@ -1,26 +1,23 @@
-# New ports collection makefile for:	cxref
-# Date created:		23 October 1996
-# Whom:			Thomas Gellekum <tg@freebsd.org>
-#
+# Created by: Thomas Gellekum <tg@freebsd.org>
 # $FreeBSD: head/devel/cxref/Makefile 300896 2012-07-14 13:54:48Z beat $
-#
 
 PORTNAME=	cxref
-PORTVERSION=	1.6c
-PORTREVISION=	0
+PORTVERSION=	1.6d
 CATEGORIES=	devel
 MASTER_SITES=	http://www.gedanken.demon.co.uk/download-cxref/ \
-		${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR=	devel/lang/c
+		http://fossies.org/linux/misc/
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	C program cross-referencing & documentation tool
 
+LICENSE=	GPLv2
+
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-cxref-cpp
 ALL_TARGET=	programs
+MAKE_JOBS_SAFE=	yes
 
 MAN1=		cxref.1 cxref-query.1
 
diff -urN /usr/ports/devel/cxref/distinfo devel/cxref/distinfo
--- /usr/ports/devel/cxref/distinfo	2012-11-08 05:11:49.000000000 +0900
+++ devel/cxref/distinfo	2012-11-28 02:38:59.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (cxref-1.6c.tgz) = f27a3ed786833b3a3dfcce9d55153190bf5d000a331ab3b51a777d8d1764c44d
-SIZE (cxref-1.6c.tgz) = 410072
+SHA256 (cxref-1.6d.tgz) = 0383d0a4ff35c345be4f067774e0dc85f196c04202b7f4b44602f02245a51fd1
+SIZE (cxref-1.6d.tgz) = 415744
diff -urN /usr/ports/devel/cxref/pkg-descr devel/cxref/pkg-descr
--- /usr/ports/devel/cxref/pkg-descr	2012-11-08 05:11:49.000000000 +0900
+++ devel/cxref/pkg-descr	2012-11-28 02:35:12.000000000 +0900
@@ -1,14 +1,12 @@
-A program that takes as input a series of C source files
-and produces a LaTeX or HTML document containing a cross
-reference of the files/functions/variables in the program,
-including documentation taken from suitably formatted
-source code comments.
+A program that takes as input a series of C source files and produces a
+LaTeX or HTML document containing a cross reference of the
+files/functions/variables in the program, including documentation taken
+from suitably formatted source code comments.
 
-The documentation is stored in the C source file in
-specially formatted comments, making it simple to maintain.
-The cross referencing includes lists of functions called,
-callers of each function, usage of global variables, header
-file inclusion, macro definitions and type definitions.
-Works for ANSI C, including a few gcc extensions.
+The documentation is stored in the C source file in specially formatted
+comments, making it simple to maintain. The cross referencing includes
+lists of functions called, callers of each function, usage of global
+variables, header file inclusion, macro definitions and type
+definitions. Works for ANSI C, including a few gcc extensions.
 
 WWW: http://www.gedanken.demon.co.uk/cxref/
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121206023128.05153c0ddd0f1e1697babd2e>