From nikola.lecic@anthesphoria.net  Mon Oct  6 02:24:46 2008
Return-Path: <nikola.lecic@anthesphoria.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 391BB1065687
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  6 Oct 2008 02:24:46 +0000 (UTC)
	(envelope-from nikola.lecic@anthesphoria.net)
Received: from anthesphoria.net (anthesphoria.net [200.46.204.219])
	by mx1.freebsd.org (Postfix) with ESMTP id C64C48FC19
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  6 Oct 2008 02:24:45 +0000 (UTC)
	(envelope-from nikola.lecic@anthesphoria.net)
Received: from anthesphoria.net (anthesphoria.net [200.46.204.219])
	by anthesphoria.net (8.14.2/8.14.2) with ESMTP id m962FJXC084205
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 6 Oct 2008 04:15:19 +0200 (CEST)
	(envelope-from nl@anthesphoria.net)
Received: (from nl@localhost)
	by anthesphoria.net (8.14.2/8.14.2/Submit) id m962FJJH084201;
	Mon, 6 Oct 2008 04:15:19 +0200 (CEST)
	(envelope-from nl)
Message-Id: <200810060215.m962FJJH084201@anthesphoria.net>
Date: Mon, 6 Oct 2008 04:15:19 +0200 (CEST)
From: Nikola Lecic <nikola.lecic@anthesphoria.net>
Reply-To: Nikola Lecic <nikola.lecic@anthesphoria.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [Patch] textproc/scim-m17n: Aesthetic changes and adoption
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         127892
>Category:       ports
>Synopsis:       [Patch] textproc/scim-m17n: Aesthetic changes and adoption
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 06 02:30:01 UTC 2008
>Closed-Date:    Sun Jan 11 11:12:41 UTC 2009
>Last-Modified:  Sun Jan 11 11:20:05 UTC 2009
>Originator:     Nikola Lecic
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:

System: FreeBSD black 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #1: Thu Sep 11 15:05:17 CEST 2008 nikola@black:/usr/obj/usr/src/sys/GENERIC i386

>Description:

NOTE:
This is no. 3 of 4 PRs related to m17n ports:
2 new ports and 4 upgrades/adoptions.

I'd like to adopt this unmaintained port as a part of this 6-port m17n-related
PR group and in the light of my past 5 scim-related PRs.

This minor change:
* adds a missing build dependency;
* expands pkg-descr to be more informative and useful for searching.

>How-To-Repeat:
	
>Fix:

--- scim-m17n-0.2.2_3.patch begins here ---
diff -ruN scim-m17n.orig/Makefile scim-m17n/Makefile
--- scim-m17n.orig/Makefile	2008-06-06 16:05:00.000000000 +0200
+++ scim-m17n/Makefile	2008-10-06 02:54:58.000000000 +0200
@@ -9,13 +9,15 @@
 PORTVERSION=	0.2.2
 PORTREVISION=	3
 CATEGORIES=	textproc
-MASTER_SITES=	SF
+MASTER_SITES=	SF \
+		http://anthesphoria.net/FreeBSD/ports/distfiles/
 MASTER_SITE_SUBDIR=scim
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	nikola.lecic@anthesphoria.net
 COMMENT=	A SCIM IMEngine module which uses m17n library as the backend
 
-BUILD_DEPENDS=	scim:${PORTSDIR}/textproc/scim
+BUILD_DEPENDS=	scim:${PORTSDIR}/textproc/scim \
+		gsed:${PORTSDIR}/textproc/gsed
 LIB_DEPENDS=	m17n.3:${PORTSDIR}/devel/m17n-lib
 RUN_DEPENDS=	scim:${PORTSDIR}/textproc/scim
 
diff -ruN scim-m17n.orig/pkg-descr scim-m17n/pkg-descr
--- scim-m17n.orig/pkg-descr	2007-06-05 11:38:39.000000000 +0200
+++ scim-m17n/pkg-descr	2008-10-06 02:18:16.000000000 +0200
@@ -1,3 +1,7 @@
-This is a SCIM IMEngine module which uses m17n library as the backend.
+This is a SCIM IMEngine module which uses m17n library as the backend. It
+allows you to use keyboard layouts available via devel/m17n-db and
+textproc/m17n-contrib through standard SCIM interface. m17n-lib currently
+supports input of more than 60 languages with more than 70 language
+specific input methods.
 
 WWW: http://www.scim-im.org/
--- scim-m17n-0.2.2_3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Oct 6 04:51:47 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127892 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Jan 11 11:12:40 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127892 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127892: commit references a PR
Date: Sun, 11 Jan 2009 11:12:48 +0000 (UTC)

 miwi        2009-01-11 11:12:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/scim-m17n   Makefile pkg-descr 
   Log:
   - Add missing dependency
   - Expands pkg-descr to be more informative and useful for searching.
   - Pass maintainership to submitter
   
   PR:             127892
   Submitted by:   Nikola Lecic <nikola.lecic@anthesphoria.net>
   
   Revision  Changes    Path
   1.7       +5 -3      ports/textproc/scim-m17n/Makefile
   1.2       +5 -1      ports/textproc/scim-m17n/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
