Port details |
- xlennart XBill Modification
- 1.1.1_2 games =2 1.1.1_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: 2015-01-03 19:30:29
- Last Update: 2024-10-01 18:56:20
- Commit Hash: 4485bd8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://github.com/Xylemon/xlennart
- Description:
- Yet again, the fate of the world rests in your hands! An evil computer hacker,
known only by his handle 'Lennart', has created the ultimate computer virus. A
virus so powerful that it has the power to transmute an ordinary computer into
a toaster oven. (oooh!) 'Lennart' has cloned himself into a billion-jillion
micro-Lenns. Their sole purpose is to deliver the nefarious virus, which has
been cleverly diguised as a popular init system.
As System Administrator/Exterminator, your job is to keep Lennart from
succeeding at his task.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- xlennart>0:games/xlennart
- To install the port:
- cd /usr/ports/games/xlennart/ && make install clean
- To add the package, run one of these commands:
- pkg install games/xlennart
- pkg install xlennart
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xlennart
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Xylemon-xlennart-1.1.1_GH0.tar.gz) = c614db5e7cc0e64469b7dbf6957170ff14e93b580e7ca1885e94041a5102bd57
SIZE (Xylemon-xlennart-1.1.1_GH0.tar.gz) = 179953
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- sm.pc : x11/libSM
- ice.pc : x11/libICE
- Runtime dependencies:
-
- sm.pc : x11/libSM
- ice.pc : x11/libICE
- Library dependencies:
-
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for xlennart-1.1.1_2:
====> Options available for the single WIDGETSET: you have to select exactly one of them
ATHENA=off: Athena widget set
GTK=on: GTK widget set
MOTIF=off: Motif widget set
===> Use 'make config' to modify these settings
- Options name:
- games_xlennart
- USES:
- pkgconfig gnome xorg
- 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 |
1.1.1_2 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
1.1.1_2 24 Feb 2024 09:03:07 |
Muhammad Moinur Rahman (bofh) |
games/xlennart: Moved man to share/man
Approved by: portmgr (blanket) |
1.1.1_1 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.1.1_1 22 Jul 2023 06:11:21 |
Muhammad Moinur Rahman (bofh) |
games/xlennart: Fix build with llvm16
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
1.1.1_1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.1 22 May 2021 01:01:15 |
Neel Chauhan (nc) |
games/xlennart: Fix typo in pkg-descr |
1.1.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.1 14 Feb 2020 02:43:01 |
meta |
Return to pool as per maintainer request
- games/xlennart
- net/tcpkali
- sysutils/odo
- sysutils/ohmu
PR: 244111 244112 244113 244113
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) |
1.1.1 07 Nov 2019 20:20:00 |
zeising |
Sprinkle more USES=xorg |
1.1.1 30 Dec 2017 00:14:56 |
sunpoet |
Fix WWW
Approved by: portmgr (blanket) |
1.1.1 27 Mar 2016 23:56:19 |
amdmi3 |
- Update to 1.1.1
PR: 207962
Submitted by: neel@neelc.org (maintainer) |
1.1 06 May 2015 16:04:20 |
mat |
Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
1.1 03 Jan 2015 19:30:13 |
danilo |
- New port games/xlennart
- Pass maintainership to submitter
PR: 195977
Submitted by: Neel Chauhan <neel@neelc.org> |