mirror of https://git.FreeBSD.org/ports.git
hexcalc, a multi-radix calculator for x11
This commit is contained in:
parent
af9b494500
commit
a97c4390f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539
|
|
@ -0,0 +1,14 @@
|
|||
# New ports collection makefile for: hexcalc
|
||||
# Version required: ?
|
||||
# Date created: 5 December 1994
|
||||
# Whom: asami
|
||||
#
|
||||
# $Id:$
|
||||
#
|
||||
|
||||
DISTNAME= hexcalc
|
||||
USE_IMAKE= yes
|
||||
INSTALL_MANPAGES= yes
|
||||
MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
@ -0,0 +1 @@
|
|||
hexcalc, a multi-radix calculator for x11
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
hexcalc is a multi-radix calucaltor for integers. It understands
|
||||
decimal, hexadecimal, octal and binary numbers.
|
||||
|
||||
- Satoshi
|
||||
asami@cs.berkeley.edu
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
@cwd /usr/X11R6
|
||||
bin/hexcalc
|
||||
man/man1/hexcalc.1.gz
|
||||
Loading…
Reference in New Issue