diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-07-21 16:21:41 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-07-21 16:21:41 +0000 |
commit | 4e3def3c6b29d129be93bc8c6065fd6cace41756 (patch) | |
tree | 3c30cb3816d59cfb043a571ef6ff8237b343ca77 /math/bitwise | |
parent | 283ae1b01168cd0b3a041c890463d682e7b31dc1 (diff) |
Notes
Diffstat (limited to 'math/bitwise')
-rw-r--r-- | math/bitwise/Makefile | 23 | ||||
-rw-r--r-- | math/bitwise/distinfo | 3 | ||||
-rw-r--r-- | math/bitwise/pkg-descr | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/math/bitwise/Makefile b/math/bitwise/Makefile new file mode 100644 index 000000000000..d48166eec6cf --- /dev/null +++ b/math/bitwise/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= bitwise +DISTVERSIONPREFIX= v +DISTVERSION= 0.32 +PORTREVISION= 1 +CATEGORIES= math + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Terminal-based bit manipulator in curses + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= autoreconf localbase ncurses readline +GNU_CONFIGURE= yes +USE_GITHUB= yes +GH_ACCOUNT= mellowcandle + +PLIST_FILES= bin/bitwise \ + man/man1/bitwise.1.gz + +.include <bsd.port.mk> diff --git a/math/bitwise/distinfo b/math/bitwise/distinfo new file mode 100644 index 000000000000..18a561ed150b --- /dev/null +++ b/math/bitwise/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1563650478 +SHA256 (mellowcandle-bitwise-v0.32_GH0.tar.gz) = b3c38c9253d61c4df2f7ccb62692575c7ce5730ff24a89d29126d3a6f5bd6d96 +SIZE (mellowcandle-bitwise-v0.32_GH0.tar.gz) = 263587 diff --git a/math/bitwise/pkg-descr b/math/bitwise/pkg-descr new file mode 100644 index 000000000000..ec80022e030b --- /dev/null +++ b/math/bitwise/pkg-descr @@ -0,0 +1,5 @@ +bitwise can be used both interactivly and in command line mode. +In command line mode, passing a number in any base (Decimal, Hexedical & Octal) +will output the number in all bases including binary representation. + +WWW: https://github.com/mellowcandle/bitwise |