From owner-svn-ports-all@freebsd.org Tue Sep 8 15:21:07 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75B589CC277; Tue, 8 Sep 2015 15:21:07 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66D1214A5; Tue, 8 Sep 2015 15:21:07 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t88FL7v8049532; Tue, 8 Sep 2015 15:21:07 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t88FL6T1049530; Tue, 8 Sep 2015 15:21:06 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201509081521.t88FL6T1049530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 8 Sep 2015 15:21:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396391 - head/japanese/ne X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2015 15:21:07 -0000 Author: danfe Date: Tue Sep 8 15:21:06 2015 New Revision: 396391 URL: https://svnweb.freebsd.org/changeset/ports/396391 Log: - Remove "BROKEN on powerpc" statement, the port builds fine - Install documentation files in `do-install-DOCS-on' target - Clean up Makefile and port description text while I'm here Modified: head/japanese/ne/Makefile head/japanese/ne/pkg-descr Modified: head/japanese/ne/Makefile ============================================================================== --- head/japanese/ne/Makefile Tue Sep 8 15:19:33 2015 (r396390) +++ head/japanese/ne/Makefile Tue Sep 8 15:21:06 2015 (r396391) @@ -7,36 +7,31 @@ CATEGORIES= japanese editors MASTER_SITES= http://hp.vector.co.jp/authors/VA018758/archive/ MAINTAINER= ports@FreeBSD.org -COMMENT= VZ like full-screen text editor with Japanese support +COMMENT= VZ-like full-screen text editor with Japanese support LICENSE= GPLv2 -WRKSRC= ${WRKDIR}/${PORTNAME} - GNU_CONFIGURE= yes -CFLAGS+= -Wno-error=return-type +CFLAGS+= -Wno-error=return-type # required for Clang -BROKEN_powerpc= Does not compile on powerpc +WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS_DEFINE= DOCS do-install: - (cd ${WRKSRC}/src && ${INSTALL_PROGRAM} ne \ - ${STAGEDIR}${PREFIX}/bin) - (cd ${WRKSRC}/src && ${INSTALL_MAN} ne_en.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1/ne.1) - (cd ${WRKSRC}/src && ${INSTALL_MAN} ne.1 \ - ${STAGEDIR}${MANPREFIX}/man/ja/man1/ne.1) + ${INSTALL_PROGRAM} ${WRKSRC}/src/ne ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/src/ne_en.1 ${STAGEDIR}${PREFIX}/man/man1/ne.1 + ${INSTALL_MAN} ${WRKSRC}/src/ne.1 ${STAGEDIR}${PREFIX}/man/ja/man1 @${MKDIR} ${STAGEDIR}${ETCDIR} .for i in key* nerc* term* - (cd ${WRKSRC}/etc && ${INSTALL_DATA} ${i} \ - ${STAGEDIR}${ETCDIR}) + ${INSTALL_DATA} ${WRKSRC}/etc/${i} ${STAGEDIR}${ETCDIR} .endfor + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in BUGS.jp CHANGES.jp HISTORY.jp INSTALL.jp README.jp TODO.jp - (cd ${WRKSRC} && ${INSTALL_DATA} ${i} \ - ${STAGEDIR}${DOCSDIR}) + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include Modified: head/japanese/ne/pkg-descr ============================================================================== --- head/japanese/ne/pkg-descr Tue Sep 8 15:19:33 2015 (r396390) +++ head/japanese/ne/pkg-descr Tue Sep 8 15:21:06 2015 (r396391) @@ -1,21 +1,15 @@ -NxEdit(ne) is a modeless full-screen text editor expected to be -compatible with 'VZ Editor', which has been a popular editor among -MS-DOS users in Japan. +NxEdit (ne) is modeless full-screen text editor expected to be compatible +with VZ Editor, which has been popular editor among MS-DOS users in Japan. -Features: +NxEdit provides most features of VZ Editor, such as: -o NxEdit provides most features of 'VZ Editor', such as: - o Stackable delete buffer - o Stackable cut buffer - o Less cursor movement - o Static line buffer - o Keyboard macro - o Built-in two-window file manager - o Profile management + - Stackable cut and delete buffers + - Less cursor movement + - Static line buffer + - Keyboard macros + - Built-in two-window file manager + - Profile management + - Automatic profile saving on emergency-like signals + - Automatic detection of Japanese code sets (EUC/SJIS/JIS) -o Auto profile saving on emergency like signals - -o Auto detection of Japanese code sets (EUC/SJIS/JIS) - - -WWW: http://hp.vector.co.jp/authors/VA018758/ +WWW: http://hp.vector.co.jp/authors/VA018758/ne/