Date: Thu, 29 May 2014 06:09:01 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355667 - head/editors/nano-devel Message-ID: <201405290609.s4T691A0007739@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Thu May 29 06:09:01 2014 New Revision: 355667 URL: http://svnweb.freebsd.org/changeset/ports/355667 QAT: https://qat.redports.org/buildarchive/r355667/ Log: Update to 2.3.3 2014.05.28 - This release contains many many improvements to the core system, including substantial improvements to the undo/redo code, UTF-8 handling, the configure script, and display of shortcuts on very wide terminals, New features include the ability to read named pipes (--noread), as well as linter support (see the nanorc man page for details). Also included are much improved syntax highlighting code, and configurations for JSON, texinfo, Go, and a default syntax for catch all highlighting. Finally, nano now has the ability to set the color of the title bar, status bar, and shortcut keys (e.g. "^X") and their descriptions. Again see the nanorc page for details. Modified: head/editors/nano-devel/Makefile head/editors/nano-devel/distinfo head/editors/nano-devel/pkg-plist Modified: head/editors/nano-devel/Makefile ============================================================================== --- head/editors/nano-devel/Makefile Thu May 29 05:48:01 2014 (r355666) +++ head/editors/nano-devel/Makefile Thu May 29 06:09:01 2014 (r355667) @@ -1,10 +1,11 @@ # $FreeBSD$ PORTNAME= nano -PORTVERSION= 2.3.3b2 -DISTVERSION= 2.3.3pre2 +PORTVERSION= 2.3.3 CATEGORIES= editors -MASTER_SITES= http://www.nano-editor.org/dist/test/ +MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ \ + ${MASTER_SITE_GNU} + PKGNAMESUFFIX= -devel MAINTAINER= eadler@FreeBSD.org Modified: head/editors/nano-devel/distinfo ============================================================================== --- head/editors/nano-devel/distinfo Thu May 29 05:48:01 2014 (r355666) +++ head/editors/nano-devel/distinfo Thu May 29 06:09:01 2014 (r355667) @@ -1,2 +1,2 @@ -SHA256 (nano-2.3.3pre2.tar.gz) = 696b49576e59d8fdc7a47487bce6875788d23c26cb60eb9ef3a260f48f03c6b6 -SIZE (nano-2.3.3pre2.tar.gz) = 1776518 +SHA256 (nano-2.3.3.tar.gz) = d80e0fce656b5cd2f327ea599c708c897dc1b8c608e87c756d63c79e97e8cc19 +SIZE (nano-2.3.3.tar.gz) = 1812671 Modified: head/editors/nano-devel/pkg-plist ============================================================================== --- head/editors/nano-devel/pkg-plist Thu May 29 05:48:01 2014 (r355666) +++ head/editors/nano-devel/pkg-plist Thu May 29 06:09:01 2014 (r355667) @@ -1,6 +1,5 @@ bin/nano bin/rnano -info/dir man/man1/nano.1.gz man/man1/rnano.1.gz man/man5/nanorc.5.gz @@ -51,6 +50,7 @@ man/man5/nanorc.5.gz %%DATADIR%%/cmake.nanorc %%DATADIR%%/css.nanorc %%DATADIR%%/debian.nanorc +%%DATADIR%%/default.nanorc %%DATADIR%%/fortran.nanorc %%DATADIR%%/gentoo.nanorc %%DATADIR%%/go.nanorc @@ -58,6 +58,7 @@ man/man5/nanorc.5.gz %%DATADIR%%/html.nanorc %%DATADIR%%/java.nanorc %%DATADIR%%/javascript.nanorc +%%DATADIR%%/json.nanorc %%DATADIR%%/lua.nanorc %%DATADIR%%/makefile.nanorc %%DATADIR%%/man.nanorc @@ -77,6 +78,7 @@ man/man5/nanorc.5.gz %%DATADIR%%/spec.nanorc %%DATADIR%%/tcl.nanorc %%DATADIR%%/tex.nanorc +%%DATADIR%%/texinfo.nanorc %%DATADIR%%/xml.nanorc %%PORTDOCS%%@dirrmtry %%DOCSDIR%% %%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% @@ -84,4 +86,7 @@ man/man5/nanorc.5.gz %%NLS%%%%DOCSDIR%%/fr/nanorc.5.html %%NLS%%%%DOCSDIR%%/fr/rnano.1.html %%NLS%%@dirrm %%DOCSDIR%%/fr +@dirrmtry man/fr/man1 +@dirrmtry man/fr/man5 +@dirrmtry man/fr @dirrmtry %%DATADIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405290609.s4T691A0007739>