diff --git a/math/moo/Makefile b/math/moo/Makefile new file mode 100644 index 00000000000..a11c147cc3c --- /dev/null +++ b/math/moo/Makefile @@ -0,0 +1,22 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2006/03/05 00:21:53 marco Exp $ + +COMMENT= "Marco's Object Oriented calculator" + +DISTNAME= moo-1.0 +CATEGORIES= math + +MAINTAINER= Raymond Lai + +HOMEPAGE= http://cyth.net/~ray/moo/ +MASTER_SITES= ${HOMEPAGE} +EXTRACT_SUFX= .tgz + +# Public domain +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +WANTLIB= c + +.include diff --git a/math/moo/distinfo b/math/moo/distinfo new file mode 100644 index 00000000000..4961a5f7f44 --- /dev/null +++ b/math/moo/distinfo @@ -0,0 +1,4 @@ +MD5 (moo-1.0.tgz) = ffd1fa52995b46fb372890e918e04987 +RMD160 (moo-1.0.tgz) = 45f8dd3b0bc56ab95aa15a9b1278e4c1d8dc9334 +SHA1 (moo-1.0.tgz) = 1cccbfb9e952d1005a5384cea871b533285e402b +SIZE (moo-1.0.tgz) = 4046 diff --git a/math/moo/pkg/DESCR b/math/moo/pkg/DESCR new file mode 100644 index 00000000000..f1f7a701029 --- /dev/null +++ b/math/moo/pkg/DESCR @@ -0,0 +1,2 @@ +Marco's Object Oriented calculator +Simple calculator that accepts C-like syntax as input. diff --git a/math/moo/pkg/PLIST b/math/moo/pkg/PLIST new file mode 100644 index 00000000000..d2a784df29d --- /dev/null +++ b/math/moo/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2006/03/05 00:21:53 marco Exp $ +bin/moo +@man man/cat1/moo.0