Re: [new] math/bitwise

2024-04-17 Thread Stuart Henderson
On 2024/04/17 18:35, Paco Esteban wrote:
> Hi ports@,
> 
> This is a port for bitwise (https://github.com/mellowcandle/bitwise).
> 
> $ cat pkg/DESCR
> 
> Bitwise is multi base interactive calculator supporting dynamic base
> conversion and bit manipulation. It's a handy tool for low level
> hackers, kernel developers and device drivers developers.
> 
> Some of the features include:
> 
> Interactive ncurses interface
> Command line calculator supporting all bitwise operations.
> Individual bit manipulator.
> Bitwise operations such as NOT, OR, AND, XOR, and shifts.
> 
> I had this lying around for some time.
> 
> ok to import ?
> 
> -- 
> Paco Esteban.
> 0x5818130B8A6DBC03


: COMMENT =   terminal based bit manipulator

it might be nice to include the word "calculator" in COMMENT somehow.
maybe this?

COMMENT =   terminal based calculator and bit manipulator

and a couple of nit-picking ones:

: Bitwise is multi base interactive calculator supporting dynamic base

 a multi base

: conversion and bit manipulation. It's a handy tool for low level
: hackers, kernel developers and device drivers developers.
: 
: Some of the features include:
: 
: Interactive ncurses interface

Either add a . above, or remove from the following

: Command line calculator supporting all bitwise operations.
: Individual bit manipulator.
: Bitwise operations such as NOT, OR, AND, XOR, and shifts.




Re: [new] math/bitwise

2024-04-17 Thread Jeremie Courreges-Anglas
On Wed, Apr 17, 2024 at 06:35:57PM +0200, Paco Esteban wrote:
> Hi ports@,
> 
> This is a port for bitwise (https://github.com/mellowcandle/bitwise).
> 
> $ cat pkg/DESCR
> 
> Bitwise is multi base interactive calculator supporting dynamic base
> conversion and bit manipulation. It's a handy tool for low level
> hackers, kernel developers and device drivers developers.
> 
> Some of the features include:
> 
> Interactive ncurses interface
> Command line calculator supporting all bitwise operations.
> Individual bit manipulator.
> Bitwise operations such as NOT, OR, AND, XOR, and shifts.
> 
> I had this lying around for some time.
> 
> ok to import ?

Could you please install the README so that one doesn't need to go to
github to access the full docs?  Then it's ok jca@


-- 
jca



[new] math/bitwise

2024-04-17 Thread Paco Esteban
Hi ports@,

This is a port for bitwise (https://github.com/mellowcandle/bitwise).

$ cat pkg/DESCR

Bitwise is multi base interactive calculator supporting dynamic base
conversion and bit manipulation. It's a handy tool for low level
hackers, kernel developers and device drivers developers.

Some of the features include:

Interactive ncurses interface
Command line calculator supporting all bitwise operations.
Individual bit manipulator.
Bitwise operations such as NOT, OR, AND, XOR, and shifts.

I had this lying around for some time.

ok to import ?

-- 
Paco Esteban.
0x5818130B8A6DBC03


bitwise-0.50.tar.gz
Description: application/tar-gz