ports/127892: [Patch] textproc/scim-m17n: Aesthetic changes and adoption

Nikola Lecic nikola.lecic at anthesphoria.net
Mon Oct 6 02:30:02 UTC 2008


>Number:         127892
>Category:       ports
>Synopsis:       [Patch] textproc/scim-m17n: Aesthetic changes and adoption
>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:   Mon Oct 06 02:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>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 at 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 at FreeBSD.org
+MAINTAINER=	nikola.lecic at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list