Bug 156031 - Port sysutils/screen: support KOI8-U
Summary: Port sysutils/screen: support KOI8-U
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-29 10:40 UTC by Valentin Nechayev
Modified: 2011-05-01 05:30 UTC (History)
0 users

See Also:


Attachments
file.diff (4.52 KB, patch)
2011-03-29 10:40 UTC, Valentin Nechayev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Valentin Nechayev 2011-03-29 10:40:09 UTC
The change to support KOI8-U in screen.
Encoding table is created literally on RFC2319.

Fix: 

Apply the patch.

(I'm unsure in some port style issues - e.g. use uudecode to add binary file
with direct command)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-29 10:40:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cy

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Cy Schubert freebsd_committer freebsd_triage 2011-04-24 19:06:18 UTC
State Changed
From-To: open->feedback

This PR is missing a patch for pkg-plist. Please provide.
Comment 3 Cy Schubert 2011-04-24 19:09:23 UTC
Hi Valentinm,

Your patch is incomplete. It will result in orphan files after please 
provide an updated pkg-plist. Thanks.


-- 
Cheers,
Cy Schubert <Cy.Schubert@komquats.com>
FreeBSD UNIX:  <cy@FreeBSD.org>   Web:  http://www.FreeBSD.org

	Q: How did the regular expression cross the road?
	A: ^.*$
Comment 4 Valentin Nechayev 2011-04-30 05:32:16 UTC
Hi,

 Sun, Apr 24, 2011 at 11:09:23, Cy.Schubert wrote about "Re: ports/156031: Port sysutils/screen: support KOI8-U": 

> Your patch is incomplete. It will result in orphan files after please 
> provide an updated pkg-plist. Thanks.

Yep, I missed it.
It's rather trivial - add one file:

--- pkg-plist
+++ pkg-plist
@@ -6,6 +6,7 @@
 %%DATADIR%%/utf8encodings/18
 %%DATADIR%%/utf8encodings/19
 %%DATADIR%%/utf8encodings/a1
+%%DATADIR%%/utf8encodings/a3
 %%DATADIR%%/utf8encodings/bf
 %%DATADIR%%/utf8encodings/c2
 %%DATADIR%%/utf8encodings/c3


-netch-
Comment 5 Cy Schubert freebsd_committer freebsd_triage 2011-05-01 05:28:49 UTC
State Changed
From-To: feedback->closed

Committed. Thanks.
Comment 6 dfilter service freebsd_committer freebsd_triage 2011-05-01 05:28:51 UTC
cy          2011-05-01 04:28:36 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/screen      Makefile pkg-plist 
  Added files:
    sysutils/screen/files patch-ansi.h patch-doc_screen.1 
                          patch-doc_screen.texinfo 
                          patch-encoding.c uue-utf8encodings_a3 
  Log:
  Add support for KOI8-U.
  
  PR:             ports/156031
  Submitted by:   Valentin Nechayev <netch@netch.kiev.ua>
  
  Revision  Changes    Path
  1.83      +2 -1      ports/sysutils/screen/Makefile
  1.1       +11 -0     ports/sysutils/screen/files/patch-ansi.h (new)
  1.1       +15 -0     ports/sysutils/screen/files/patch-doc_screen.1 (new)
  1.1       +13 -0     ports/sysutils/screen/files/patch-doc_screen.texinfo (new)
  1.1       +19 -0     ports/sysutils/screen/files/patch-encoding.c (new)
  1.1       +15 -0     ports/sysutils/screen/files/uue-utf8encodings_a3 (new)
  1.30      +1 -0      ports/sysutils/screen/pkg-plist
_______________________________________________
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"