diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-05 17:07:55 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-05 17:07:55 +0800 |
commit | 7984e99fbd02219758bee46ba24ec61f43528c14 (patch) | |
tree | 23dfd885e717061d02d3971c62772da0daff2bdb /games/lm-solve | |
parent | 617a247546392d5f913f5c443318c6812af3d39f (diff) | |
download | freebsd-ports-gnome-7984e99fbd02219758bee46ba24ec61f43528c14.tar.gz freebsd-ports-gnome-7984e99fbd02219758bee46ba24ec61f43528c14.tar.zst freebsd-ports-gnome-7984e99fbd02219758bee46ba24ec61f43528c14.zip |
add lm-solve 0.6.0
A Computerized Solver for Logic Mazes
Diffstat (limited to 'games/lm-solve')
-rw-r--r-- | games/lm-solve/Makefile | 21 | ||||
-rw-r--r-- | games/lm-solve/distinfo | 1 | ||||
-rw-r--r-- | games/lm-solve/pkg-comment | 1 | ||||
-rw-r--r-- | games/lm-solve/pkg-descr | 5 | ||||
-rw-r--r-- | games/lm-solve/pkg-plist | 18 |
5 files changed, 46 insertions, 0 deletions
diff --git a/games/lm-solve/Makefile b/games/lm-solve/Makefile new file mode 100644 index 000000000000..540efd8c879a --- /dev/null +++ b/games/lm-solve/Makefile @@ -0,0 +1,21 @@ +# ex:ts=8 +# Ports collection makefile for: lm-solve +# Date created: Sep 5, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= lm-solve +PORTVERSION= 0.6.0 +CATEGORIES= games +MASTER_SITES= http://vipe.technion.ac.il/~shlomif/lm-solve/ +DISTNAME= LM-Solve-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org + +PERL_CONFIGURE= yes + +MAN1= lm-solve.1 + +.include <bsd.port.mk> diff --git a/games/lm-solve/distinfo b/games/lm-solve/distinfo new file mode 100644 index 000000000000..f5522d31256f --- /dev/null +++ b/games/lm-solve/distinfo @@ -0,0 +1 @@ +MD5 (LM-Solve-0.6.0.tar.gz) = 761a56a529ace00a5074202e44bdb6a4 diff --git a/games/lm-solve/pkg-comment b/games/lm-solve/pkg-comment new file mode 100644 index 000000000000..667f60c71c15 --- /dev/null +++ b/games/lm-solve/pkg-comment @@ -0,0 +1 @@ +A Computerized Solver for Logic Mazes diff --git a/games/lm-solve/pkg-descr b/games/lm-solve/pkg-descr new file mode 100644 index 000000000000..6ffca620c09a --- /dev/null +++ b/games/lm-solve/pkg-descr @@ -0,0 +1,5 @@ +This program is a front end for the LM-Solve Perl modules that can be +used to solve any of the number of Logic Mazes present on the Logic +Mazes site (http://www.logicmazes.com/) and similar sites. + +WWW: http://vipe.technion.ac.il/~shlomif/lm-solve/ diff --git a/games/lm-solve/pkg-plist b/games/lm-solve/pkg-plist new file mode 100644 index 000000000000..aa4aae30b47f --- /dev/null +++ b/games/lm-solve/pkg-plist @@ -0,0 +1,18 @@ +bin/lm-solve +lib/perl5/site_perl/%%PERL_VER%%/Shlomif/LMSolver/Alice.pm +lib/perl5/site_perl/%%PERL_VER%%/Shlomif/LMSolver/Base.pm +lib/perl5/site_perl/%%PERL_VER%%/Shlomif/LMSolver/Input.pm +lib/perl5/site_perl/%%PERL_VER%%/Shlomif/LMSolver/Minotaur.pm +lib/perl5/site_perl/%%PERL_VER%%/Shlomif/LMSolver/Numbers.pm +lib/perl5/site_perl/%%PERL_VER%%/Shlomif/LMSolver/Plank/Base.pm +lib/perl5/site_perl/%%PERL_VER%%/Shlomif/LMSolver/Tilt/RedBlue.pm +lib/perl5/site_perl/%%PERL_VER%%/Shlomif/LMSolver/Tilt/Single.pm +lib/perl5/site_perl/%%PERL_VER%%/Shlomif/LMSolver/Tilt/Multi.pm +lib/perl5/site_perl/%%PERL_VER%%/Shlomif/LMSolver/Tilt/Base.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Shlomif/LMSolver/Plank +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Shlomif/LMSolver/Tilt +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Shlomif/LMSolver +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Shlomif +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Shlomif/LMSolver/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Shlomif/LMSolver +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Shlomif |