From 7984e99fbd02219758bee46ba24ec61f43528c14 Mon Sep 17 00:00:00 2001 From: ijliao Date: Thu, 5 Sep 2002 09:07:55 +0000 Subject: add lm-solve 0.6.0 A Computerized Solver for Logic Mazes --- games/Makefile | 1 + games/lm-solve/Makefile | 21 +++++++++++++++++++++ games/lm-solve/distinfo | 1 + games/lm-solve/pkg-comment | 1 + games/lm-solve/pkg-descr | 5 +++++ games/lm-solve/pkg-plist | 18 ++++++++++++++++++ 6 files changed, 47 insertions(+) create mode 100644 games/lm-solve/Makefile create mode 100644 games/lm-solve/distinfo create mode 100644 games/lm-solve/pkg-comment create mode 100644 games/lm-solve/pkg-descr create mode 100644 games/lm-solve/pkg-plist (limited to 'games') diff --git a/games/Makefile b/games/Makefile index 0e0ab7930328..2916859df0f4 100644 --- a/games/Makefile +++ b/games/Makefile @@ -175,6 +175,7 @@ SUBDIR += libshhcards SUBDIR += lincity SUBDIR += linux-q3ademo + SUBDIR += lm-solve SUBDIR += ltris SUBDIR += madbomber SUBDIR += maelstrom 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 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 -- cgit