CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2024/12/29 06:18:12

Log message:
    import ports/devel/py-cwcwidth, reads ok to bcallah
    
    To compute the number of columns needed to print a string, POSIX.1-2001
    and POSIX.1-2008 define two functions: wcwidth and wcswidth. Given a
    character or string, they return the required number of columns or error
    out with -1 if they encounter a nonprintable character.
    
    This module presents a Python interface to these functions.
    
    It is similar to "wcwidth", but using the C functions directly instead
    of Python emulations.
    
    Status:
    
    Vendor Tag: sthen
    Release Tags:       sthen_20241229
    
    N ports/devel/py-cwcwidth/Makefile
    N ports/devel/py-cwcwidth/distinfo
    N ports/devel/py-cwcwidth/pkg/DESCR
    N ports/devel/py-cwcwidth/pkg/PLIST
    
    No conflicts created by this import

Reply via email to