diff --git a/math/hexcalc/Makefile b/math/hexcalc/Makefile new file mode 100644 index 000000000000..17abf785ce4c --- /dev/null +++ b/math/hexcalc/Makefile @@ -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 diff --git a/math/hexcalc/pkg-comment b/math/hexcalc/pkg-comment new file mode 100644 index 000000000000..34317a360f49 --- /dev/null +++ b/math/hexcalc/pkg-comment @@ -0,0 +1 @@ +hexcalc, a multi-radix calculator for x11 diff --git a/math/hexcalc/pkg-descr b/math/hexcalc/pkg-descr new file mode 100644 index 000000000000..12d00ae78a29 --- /dev/null +++ b/math/hexcalc/pkg-descr @@ -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 diff --git a/math/hexcalc/pkg-plist b/math/hexcalc/pkg-plist new file mode 100644 index 000000000000..01721efa0e08 --- /dev/null +++ b/math/hexcalc/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/X11R6 +bin/hexcalc +man/man1/hexcalc.1.gz