summaryrefslogtreecommitdiff
path: root/math/hexcalc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1994-12-06 11:55:00 +0000
committerSatoshi Asami <asami@FreeBSD.org>1994-12-06 11:55:00 +0000
commita97c4390f1e1d8c38740b27e296540fcce49cfea (patch)
treecbf067a63ad933115f051136a807123ab6ca0d78 /math/hexcalc
parentExecutable name is now "gmake", forget about "make" and the symlink gizmo. (diff)
hexcalc, a multi-radix calculator for x11
Notes
Notes: svn path=/head/; revision=539
Diffstat (limited to 'math/hexcalc')
-rw-r--r--math/hexcalc/Makefile14
-rw-r--r--math/hexcalc/pkg-comment1
-rw-r--r--math/hexcalc/pkg-descr5
-rw-r--r--math/hexcalc/pkg-plist3
4 files changed, 23 insertions, 0 deletions
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 <bsd.port.mk>
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