Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 May 2014 16:09:00 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/189337: [PATCH] graphics/p5-Graph-SocialMap: Added LICENSE, Fix pkg-descr, take maintainership
Message-ID:  <201405041009.s44A90nm030645@bofh.1asiacom.net>
Resent-Message-ID: <201405041010.s44AA0w5023090@freefall.freebsd.org>

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

>Number:         189337
>Category:       ports
>Synopsis:       [PATCH] graphics/p5-Graph-SocialMap: Added LICENSE, Fix pkg-descr, take maintainership
>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:   Sun May 04 10:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r263870: Fri Mar 28 16:37:49 BDT
>Description:
- Added LICENSE
- Fix pkg-descr
- Take maintainership

Generated with FreeBSD Port Tools 1.02 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- p5-Graph-SocialMap-0.12.patch begins here ---
diff -ruN /usr/ports//graphics/p5-Graph-SocialMap/Makefile ./Makefile
--- /usr/ports//graphics/p5-Graph-SocialMap/Makefile	2013-11-05 07:33:02.000000000 +0600
+++ ./Makefile	2014-05-04 16:08:26.641150219 +0600
@@ -8,9 +8,12 @@
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	5u623l20@gmail.com
 COMMENT=	Easy tool to create social network maps
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Spiffy>=0:${PORTSDIR}/devel/p5-Spiffy \
 		p5-Graph>=0:${PORTSDIR}/math/p5-Graph \
 		p5-Graph-Writer-GraphViz>=0:${PORTSDIR}/graphics/p5-Graph-Writer-GraphViz \
diff -ruN /usr/ports//graphics/p5-Graph-SocialMap/pkg-descr ./pkg-descr
--- /usr/ports//graphics/p5-Graph-SocialMap/pkg-descr	2014-01-22 21:44:51.000000000 +0600
+++ ./pkg-descr	2014-05-04 16:08:00.035139253 +0600
@@ -6,20 +6,4 @@
 arrayref'. The key to this hash is the name of relation, and the value of 
 the hash is a list of identities involved in this relation.
 
-Take the synopsis for an example, the structure:
-
-    my $relation = {
-        'WorkWith' => [qw/Marry Rose/],
-        'ChatWith' => [qw/Marry Peacock/],
-        'DanceWith' => [qw/Rose Joan/],
-        'HackWith' => [qw/Gugod Autrijus/],
-    };
-
-Defines 4 issues which have common people involves in, the relation 
-'WorkWith' involves Marry and Rose, and the relation 'ChatWith' involves 
-Marry and Peacock. By this 2 relations, we say that Marry is directly 
-connected to Rose and Peacock, and Rose and Peacock are connected to each 
-other indirectly, with degree of separation 1. Likewise, Marry and Joan 
-are connected to each other with degree of separation 2.
-
 WWW: http://search.cpan.org/dist/Graph-SocialMap/
--- p5-Graph-SocialMap-0.12.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?201405041009.s44A90nm030645>