Port details |
- lm-solve Computerized Solver for Logic Mazes
- 0.14.2 games
=2 0.14.2Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2002-09-05 09:29:07
- Last Update: 2022-08-09 02:35:58
- Commit Hash: 05f170d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- lm-solve>0:games/lm-solve
- To install the port:
- cd /usr/ports/games/lm-solve/ && make install clean
- To add the package, run one of these commands:
- pkg install games/lm-solve
- pkg install lm-solve
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lm-solve
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1660012514
SHA256 (Games-LMSolve-0.14.2.tar.gz) = 4863a070883c5a69a37ad74bdedc3cd14ec8621c4d710345d01a31c74c87e9b6
SIZE (Games-LMSolve-0.14.2.tar.gz) = 32788
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- games_lm-solve
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.14.2 09 Aug 2022 02:35:58
    |
Neel Chauhan (nc)  |
games/lm-solve: Update to 0.14.2 |
0.8.4_1 20 Jul 2022 14:21:58
    |
Tobias C. Berner (tcberner)  |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.8.4_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.8.4_1 14 Sep 2015 12:19:50
  |
mat  |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
0.8.4_1 26 Nov 2014 13:08:38
  |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.8.4 31 Oct 2014 19:55:00
  |
amdmi3  |
- Simplify MASTER_SITES
- Drop @dirrm* from plist |
0.8.4 13 Jun 2014 07:36:28
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt) |
0.8.4 15 Feb 2014 10:13:26
  |
miwi  |
- Stage support |
0.8.4 20 Sep 2013 17:36:36
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
0.8.4 02 Aug 2013 18:21:06
  |
az  |
- Convert to new perl framework |
0.8.4 02 Aug 2011 20:58:23
 |
ehaupt  |
Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared. |
0.8.4 03 Jul 2011 14:25:36
 |
ohauer  |
-remove MD5 |
0.8.4 22 Jul 2009 21:00:34
 |
pgollucci  |
- Update to 0.8.4 |
0.8.3 04 Feb 2009 03:28:49
 |
pgollucci  |
- Update download locations
restore CPAN subdir
Reported by: -fetch-original pointyhat run |
0.8.3 17 Apr 2008 14:30:31
 |
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.8.3 29 Aug 2007 22:17:33
 |
mat  |
Update to 0.8.3 |
0.8.1 22 Jan 2006 02:11:14
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.8.1 24 Nov 2005 19:28:01
 |
pav  |
- Add SHA256 |
0.8.1 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
0.8.1 11 Dec 2003 14:25:20
 |
krion  |
- Update to version 0.8.1
PR: 60140
Submitted by: Ports Fury |
0.6.0 24 Oct 2003 12:05:09
 |
ijliao  |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.6.0 20 Feb 2003 17:32:26
 |
knu  |
De-pkg-comment. |
0.6.0 05 Sep 2002 09:07:56
 |
ijliao  |
add lm-solve 0.6.0
A Computerized Solver for Logic Mazes |