Port details |
- vbetool Application for executing video card BIOS code
- 1.1_3 sysutils =3 1.1_3Version of this port present on the latest quarterly branch.
- Maintainer: jkim@FreeBSD.org
- Port Added: 2008-12-06 00:41:08
- Last Update: 2024-03-22 20:18:20
- Commit Hash: b07954d
- People watching this port, also watch:: bingrep, check_ssl_cert, newsboat, xrdp, pcpustat
- License: GPLv2
- WWW:
- http://www.codon.org.uk/~mjg59/vbetool/
- Description:
- vbetool is a small application that executes code from the BIOS of your
video card. This is mostly useful for reinitialising the hardware,
for instance after ACPI suspend/resuming.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- vbetool>0:sysutils/vbetool
- To install the port:
- cd /usr/ports/sysutils/vbetool/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/vbetool
- pkg install vbetool
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vbetool
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (vbetool-1.1.tar.gz) = 4d26ddc43144593742349e69481e3536ce3482faaa9ad4494fdc7c8b7662f954
SIZE (vbetool-1.1.tar.gz) = 182826
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libpci.so : devel/libpci
- libx86.so : devel/libx86
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_vbetool
- 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_3 22 Mar 2024 20:18:20 |
Nuno Teixeira (eduardo) |
sysutils/vbetool: Move man pages to share/man
Approved by: portmgr (blanket) |
1.1_2 01 Mar 2023 17:18:26 |
Jung-uk Kim (jkim) |
sysutils/vbetool: Fix build with LLVM 15 |
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_2 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_2 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1_2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.1_2 30 May 2015 01:48:32 |
bapt |
Correctly create the library with a SONAME
Bump revision of the users |
1.1_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.1_1 17 Jul 2014 08:57:51 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt) |
1.1_1 07 Jan 2014 01:30:56 |
jkim |
Add license, stagefy, and convert LIB_DEPENDS to new format. |
1.1_1 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.1_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.1_1 29 Dec 2010 20:04:42 |
pgollucci |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
1.1_1 12 Mar 2010 04:01:38 |
fluffy |
- Chase libpci shlib bump |
1.1 27 Feb 2009 23:43:57 |
jkim |
Move my local distfiles from HTTP to FTP mirrors. |
1.1 08 Dec 2008 18:25:18 |
jkim |
Copy and/or move some distfiles to freefall for my ports. |
1.1 06 Dec 2008 00:58:57 |
jkim |
Couple of minor style tweaks in a patch file. |
1.1 06 Dec 2008 00:40:46 |
jkim |
vbetool is a small application that executes code from the BIOS of your
video card. This is mostly useful for reinitialising the hardware,
for instance after ACPI suspend/resuming.
WWW: http://www.codon.org.uk/~mjg59/vbetool/ |