From nikola.lecic@anthesphoria.net  Sun Oct 14 02:02:12 2007
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 88E6C16A41A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 14 Oct 2007 02:02:12 +0000 (UTC)
	(envelope-from nikola.lecic@anthesphoria.net)
Received: from anthesphoria.net (anthesphoria.net [200.46.208.199])
	by mx1.freebsd.org (Postfix) with ESMTP id 2FFA513C44B
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 14 Oct 2007 02:02:12 +0000 (UTC)
	(envelope-from nikola.lecic@anthesphoria.net)
Received: from anthesphoria.net (anthesphoria.net [200.46.208.199])
	by anthesphoria.net (8.14.1/8.14.1) with ESMTP id l9E21muA072227
	(version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 14 Oct 2007 04:01:48 +0200 (CEST)
	(envelope-from nl@anthesphoria.net)
Received: (from nl@localhost)
	by anthesphoria.net (8.14.1/8.14.1/Submit) id l9E21m6o072226;
	Sun, 14 Oct 2007 04:01:48 +0200 (CEST)
	(envelope-from nl)
Message-Id: <200710140201.l9E21m6o072226@anthesphoria.net>
Date: Sun, 14 Oct 2007 04:01:48 +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: [New Port] textproc/libkmfl: An engine to interpret compiled KMFL keyboard tables
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         117169
>Category:       ports
>Synopsis:       [New Port] textproc/libkmfl: An engine to interpret compiled KMFL keyboard tables
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    garga
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 14 02:10:03 UTC 2007
>Closed-Date:    Thu Oct 18 16:06:26 UTC 2007
>Last-Modified:  Thu Oct 18 16:10:01 UTC 2007
>Originator:     Nikola Lecic
>Release:        FreeBSD 6.2-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD nyx 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #1: Sun Oct 7 06:28:18 CEST 2007 root@nyx:/usr/obj/usr/src/sys/NYX i386


	
>Description:
	


This is no. 2 of 4 PRs related to the new KMFL port; they are:

KMFL:
  textproc/kmflcomp
  textproc/libkmfl
  textproc/scim-kmfl-imengine
An example keyboard:
  textproc/scim-kmfl-sil-ipa-unicode5
-------------------------------------

This library provides an engine to interpret compiled
(textproc/kmflcomp) KMFL keyboard tables written in Keyman keyboard
language for use with SCIM KMFL IMEngine
(textproc/scim-kmfl-imengine).

>How-To-Repeat:
	
>Fix:

	

--- libkmfl-0.9.6.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	libkmfl
#	libkmfl/distinfo
#	libkmfl/Makefile
#	libkmfl/pkg-descr
#	libkmfl/pkg-plist
#
echo c - libkmfl
mkdir -p libkmfl > /dev/null 2>&1
echo x - libkmfl/distinfo
sed 's/^X//' >libkmfl/distinfo << 'END-of-libkmfl/distinfo'
XMD5 (kmfl/libkmfl-0.9.6.tar.gz) = eb20513829b64c39deeaa6444cc2e281
XSHA256 (kmfl/libkmfl-0.9.6.tar.gz) = a887a2f5c1e7eec651f354e790ab23c479615d6b3ed358b5b41b45952da42fb8
XSIZE (kmfl/libkmfl-0.9.6.tar.gz) = 324490
END-of-libkmfl/distinfo
echo x - libkmfl/Makefile
sed 's/^X//' >libkmfl/Makefile << 'END-of-libkmfl/Makefile'
X# New ports collection makefile for:    libkmfl
X# Date created:		10 October 2007
X# Whom:			Nikola Lecic <nikola.lecic@anthesphoria.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		libkmfl
XPORTVERSION=		0.9.6
XCATEGORIES=		textproc
XMASTER_SITES=		${MASTER_SITE_SOURCEFORGE} \
X			http://anthesphoria.net/files/distribution/
XMASTER_SITE_SUBDIR=	kmfl
XDIST_SUBDIR=		kmfl
X
XMAINTAINER=		nikola.lecic@anthesphoria.net
XCOMMENT=		An engine to interpret compiled KMFL keyboard tables
X
XLIB_DEPENDS=		kmflcomp:${PORTSDIR}/textproc/kmflcomp
X
XUSE_LDCONFIG=		yes
XHAS_CONFIGURE=		yes
XCONFIGURE_ARGS+=	--prefix=${LOCALBASE} \
X			--build=${ARCH}-portbld-freebsd${OSREL}
XCONFIGURE_ENV+=		CPPFLAGS="-I${LOCALBASE}/include" \
X			LDFLAGS="-L${LOCALBASE}/lib"
X
XKMFLDOCSDIR=		${LOCALBASE}/share/doc/kmfl
XDOCSDIR=		${KMFLDOCSDIR}/${PORTNAME}
XDOCSLIST=		AUTHORS COPYING ChangeLog
X
Xpost-patch:
X	@${REINPLACE_CMD} \
X		's|^install-data-am: install-libkmfldocDATA|install-data-am:|' \
X		${WRKSRC}/Makefile.in
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	@for doc in ${DOCSLIST} ; do \
X		${INSTALL_DATA} ${WRKSRC}/$$doc ${DOCSDIR} ; \
X	done
X.endif
X
X.include <bsd.port.mk>
END-of-libkmfl/Makefile
echo x - libkmfl/pkg-descr
sed 's/^X//' >libkmfl/pkg-descr << 'END-of-libkmfl/pkg-descr'
XThis library provides an engine to interpret compiled
X(textproc/kmflcomp) KMFL keyboard tables written in Keyman keyboard
Xlanguage for use with SCIM KMFL IMEngine
X(textproc/scim-kmfl-imengine).
X
XKMFL aims to bring Tavultesoft Keyman functionality to *nix operating
Xsystems. KMFL is being jointly developed by SIL International
X(http://www.sil.org) and Tavultesoft (http://www.tavultesoft.com).
X
XWWW: http://kmfl.sourceforge.net/
X
X-- 
Xnikola.lecic@anthesphoria.net
END-of-libkmfl/pkg-descr
echo x - libkmfl/pkg-plist
sed 's/^X//' >libkmfl/pkg-plist << 'END-of-libkmfl/pkg-plist'
Xinclude/kmfl/libkmfl.h
Xlib/libkmfl.a
Xlib/libkmfl.la
Xlib/libkmfl.so
Xlib/libkmfl.so.0
X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
X%%PORTDOCS%%%%DOCSDIR%%/COPYING
X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-libkmfl/pkg-plist
exit
--- libkmfl-0.9.6.shar ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->garga 
Responsible-Changed-By: garga 
Responsible-Changed-When: Mon Oct 15 19:08:50 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117169 
State-Changed-From-To: open->closed 
State-Changed-By: garga 
State-Changed-When: Thu Oct 18 16:06:24 UTC 2007 
State-Changed-Why:  
New port added. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/117169: commit references a PR
Date: Thu, 18 Oct 2007 16:05:42 +0000 (UTC)

 garga       2007-10-18 16:05:36 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc             Makefile 
   Added files:
     textproc/libkmfl     Makefile distinfo pkg-descr 
   Log:
   This library provides an engine to interpret compiled
   (textproc/kmflcomp) KMFL keyboard tables written in Keyman keyboard
   language for use with SCIM KMFL IMEngine
   (textproc/scim-kmfl-imengine).
   
   KMFL aims to bring Tavultesoft Keyman functionality to *nix operating
   systems. KMFL is being jointly developed by SIL International
   (http://www.sil.org) and Tavultesoft (http://www.tavultesoft.com).
   
   WWW: http://kmfl.sourceforge.net/
   
   PR:             ports/117169
   Submitted by:   Nikola Lecic <nikola.lecic at anthesphoria.net>
   
   Revision  Changes    Path
   1.1191    +1 -0      ports/textproc/Makefile
   1.1       +50 -0     ports/textproc/libkmfl/Makefile (new)
   1.1       +3 -0      ports/textproc/libkmfl/distinfo (new)
   1.1       +10 -0     ports/textproc/libkmfl/pkg-descr (new)
 _______________________________________________
 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:
