diff options
-rw-r--r-- | deskutils/sliderule/Makefile | 18 | ||||
-rw-r--r-- | deskutils/sliderule/distinfo | 1 | ||||
-rw-r--r-- | deskutils/sliderule/pkg-comment | 1 | ||||
-rw-r--r-- | deskutils/sliderule/pkg-descr | 7 | ||||
-rw-r--r-- | deskutils/sliderule/pkg-plist | 2 |
5 files changed, 29 insertions, 0 deletions
diff --git a/deskutils/sliderule/Makefile b/deskutils/sliderule/Makefile new file mode 100644 index 000000000000..0886fc6d8451 --- /dev/null +++ b/deskutils/sliderule/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: sliderule +# Version required: 11.3 (X11R3) +# Date created: 4 Aug 1997 +# Whom: joerg +# +# $Id$ +# + +DISTNAME= sliderule +PKGNAME= sliderule-1.0 +CATEGORIES= x11 +MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/ + +MAINTAINER= joerg@FreeBSD.org + +USE_IMAKE= yes + +.include <bsd.port.mk> diff --git a/deskutils/sliderule/distinfo b/deskutils/sliderule/distinfo new file mode 100644 index 000000000000..02fb84f79b96 --- /dev/null +++ b/deskutils/sliderule/distinfo @@ -0,0 +1 @@ +MD5 (sliderule.tar.gz) = 94f1b0947a8a6f5aaafe332ee38c48b9 diff --git a/deskutils/sliderule/pkg-comment b/deskutils/sliderule/pkg-comment new file mode 100644 index 000000000000..f07ecaec70e8 --- /dev/null +++ b/deskutils/sliderule/pkg-comment @@ -0,0 +1 @@ +The part of X11R3's xcalc featuring a slide rule diff --git a/deskutils/sliderule/pkg-descr b/deskutils/sliderule/pkg-descr new file mode 100644 index 000000000000..5dba67f56b8f --- /dev/null +++ b/deskutils/sliderule/pkg-descr @@ -0,0 +1,7 @@ +This is the part of X11R3's xcalc(1) utility that features a historic +Slide Rule. This is not taken to be too serious, it's merely a little +fun project for those people who have learned their basics of mathemat- +ics and logarithms by using such a nice ``pocket calculator''. + +The original xcalc is from John Bradley, and Mark Rosenstein. A number +of bugs and inaccuracies fixed by Joerg Wunsch. diff --git a/deskutils/sliderule/pkg-plist b/deskutils/sliderule/pkg-plist new file mode 100644 index 000000000000..b52b9b0738b0 --- /dev/null +++ b/deskutils/sliderule/pkg-plist @@ -0,0 +1,2 @@ +bin/sliderule +man/man1/sliderule.1.gz |