initial import of moo

This commit is contained in:
marco 2006-03-05 00:21:53 +00:00
parent 1eabbb1f33
commit 28f0215367
4 changed files with 31 additions and 0 deletions

22
math/moo/Makefile Normal file
View File

@ -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 <ray@cyth.net>
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 <bsd.port.mk>

4
math/moo/distinfo Normal file
View File

@ -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

2
math/moo/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
Marco's Object Oriented calculator
Simple calculator that accepts C-like syntax as input.

3
math/moo/pkg/PLIST Normal file
View File

@ -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