Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jan 2012 08:47:48 +0900 (JST)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        wenheping@gmail.com
Subject:   ports/164110: [PATCH] math/R-cran-igraph: Re-adding the deleted port
Message-ID:  <201201132347.q0DNlmOo072650@rtfm.jp>
Resent-Message-ID: <201201140020.q0E0KJik000185@freefall.freebsd.org>

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

>Number:         164110
>Category:       ports
>Synopsis:       [PATCH] math/R-cran-igraph: Re-adding the deleted port
>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:   Sat Jan 14 00:20:19 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     TAKATSU Tomonari
>Release:        FreeBSD 8.2-RELEASE-p3 amd64
>Organization:
none (private)
>Environment:
System: FreeBSD photon.local.lan 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011
>Description:
- Drag from Attic
- Update to 0.5.5-4
- Add LICENSE section
- Take maintainership if previous maintainer approves

Added file(s):
- Makefile
- distinfo
- pkg-descr

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- R-cran-igraph-0.5.5.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: Makefile
diff -N Makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Makefile	13 Jan 2012 23:32:37 -0000
@@ -0,0 +1,28 @@
+# New ports collection makefile for:	igraph
+# Date created:		10 May, 2009
+# Whom:			Wen Heping <wenheping@gmail.com>
+#
+# $FreeBSD: ports/math/R-cran-igraph/Makefile,v 1.13 2011/03/17 11:08:40 pav Exp $
+#
+
+PORTNAME=	igraph
+DISTVERSION=	0.5.5-4
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota@FreeBSD.org
+COMMENT=	R extension package for igraph
+
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
+USE_R_MOD=	yes
+R_MOD_AUTOPLIST=	yes
+
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN=		Does not compile on sparc64: uses i386 assembler
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: distinfo
diff -N distinfo
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ distinfo	13 Jan 2012 23:32:37 -0000
@@ -0,0 +1,2 @@
+SHA256 (igraph_0.5.5-4.tar.gz) = e4d1bc6572770d6ac79465f9d6688df074047a7145af89601bd1a908891c1dbb
+SIZE (igraph_0.5.5-4.tar.gz) = 1148943
Index: pkg-descr
===================================================================
RCS file: pkg-descr
diff -N pkg-descr
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ pkg-descr	13 Jan 2012 23:32:37 -0000
@@ -0,0 +1,3 @@
+R-cran-igraph is a R extension package for igraph.
+
+WWW:	http://cneurocvs.rmki.kfki.hu/igraph
--- R-cran-igraph-0.5.5.4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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