From owner-svn-ports-head@FreeBSD.ORG Wed Jan 16 08:19:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 146FCAF5; Wed, 16 Jan 2013 08:19:30 +0000 (UTC) (envelope-from araujo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F095823B; Wed, 16 Jan 2013 08:19:29 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0G8JTaU046004; Wed, 16 Jan 2013 08:19:29 GMT (envelope-from araujo@svn.freebsd.org) Received: (from araujo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0G8JTN2045998; Wed, 16 Jan 2013 08:19:29 GMT (envelope-from araujo@svn.freebsd.org) Message-Id: <201301160819.r0G8JTN2045998@svn.freebsd.org> From: Marcelo Araujo Date: Wed, 16 Jan 2013 08:19:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310484 - head/devel/cxref X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jan 2013 08:19:30 -0000 Author: araujo Date: Wed Jan 16 08:19:28 2013 New Revision: 310484 URL: http://svnweb.freebsd.org/changeset/ports/310484 Log: - Update to 1.6d. - Trim header. - Set MAKE_JOBS_SAFE. - Add LICENSE. PR: ports/174188 Submitted by: KATO Tsuguru Modified: head/devel/cxref/Makefile (contents, props changed) head/devel/cxref/distinfo (contents, props changed) head/devel/cxref/pkg-descr (contents, props changed) Modified: head/devel/cxref/Makefile ============================================================================== --- head/devel/cxref/Makefile Wed Jan 16 08:17:53 2013 (r310483) +++ head/devel/cxref/Makefile Wed Jan 16 08:19:28 2013 (r310484) @@ -1,26 +1,23 @@ -# New ports collection makefile for: cxref -# Date created: 23 October 1996 -# Whom: Thomas Gellekum -# +# Created by: Thomas Gellekum # $FreeBSD$ -# 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 Modified: head/devel/cxref/distinfo ============================================================================== --- head/devel/cxref/distinfo Wed Jan 16 08:17:53 2013 (r310483) +++ head/devel/cxref/distinfo Wed Jan 16 08:19:28 2013 (r310484) @@ -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 Modified: head/devel/cxref/pkg-descr ============================================================================== --- head/devel/cxref/pkg-descr Wed Jan 16 08:17:53 2013 (r310483) +++ head/devel/cxref/pkg-descr Wed Jan 16 08:19:28 2013 (r310484) @@ -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/