diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-05-29 13:46:42 +0000 |
commit | 444bcd3c2ed803274c8deafa2c3fa03f8a394653 (patch) | |
tree | 297f74782436a0f973b6b89d60c10f399af9a135 /math/hexcalc | |
parent | 56cb039977e097ac910b2d719acd77ec3d5fb646 (diff) |
This commit was manufactured by cvs2svn to create tagrelease/2.0.5
'RELENG_2_0_5_RELEASE'.
Notes
Notes:
svn path=/head/; revision=1803
svn path=/tags/RELENG_2_0_5_RELEASE/; revision=1807; tag=release/2.0.5
Diffstat (limited to 'math/hexcalc')
-rw-r--r-- | math/hexcalc/Makefile | 18 | ||||
-rw-r--r-- | math/hexcalc/distinfo | 1 | ||||
-rw-r--r-- | math/hexcalc/pkg-comment | 1 | ||||
-rw-r--r-- | math/hexcalc/pkg-descr | 5 | ||||
-rw-r--r-- | math/hexcalc/pkg-plist | 3 |
5 files changed, 0 insertions, 28 deletions
diff --git a/math/hexcalc/Makefile b/math/hexcalc/Makefile deleted file mode 100644 index 71ba65a9efd4..000000000000 --- a/math/hexcalc/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: hexcalc -# Version required: 1.11 (taken from sccsid in hexcalc.c) -# Date created: 5 December 1994 -# Whom: asami -# -# $Id: Makefile,v 1.4 1995/04/11 01:19:01 asami Exp $ -# - -DISTNAME= hexcalc -PKGNAME= hexcalc-1.11 -CATEGORIES+= math -MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/ - -MAINTAINER= asami@FreeBSD.ORG - -USE_IMAKE= yes - -.include <bsd.port.mk> diff --git a/math/hexcalc/distinfo b/math/hexcalc/distinfo deleted file mode 100644 index b603195f5f93..000000000000 --- a/math/hexcalc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (hexcalc.tar.gz) = b52812070bece01b144b4adc68636c68 diff --git a/math/hexcalc/pkg-comment b/math/hexcalc/pkg-comment deleted file mode 100644 index 34317a360f49..000000000000 --- a/math/hexcalc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -hexcalc, a multi-radix calculator for x11 diff --git a/math/hexcalc/pkg-descr b/math/hexcalc/pkg-descr deleted file mode 100644 index 12d00ae78a29..000000000000 --- a/math/hexcalc/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index 8954483205df..000000000000 --- a/math/hexcalc/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -@cwd ${X11BASE} -bin/hexcalc -man/man1/hexcalc.1.gz |