aboutsummaryrefslogtreecommitdiff
path: root/sysutils/vbetool
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Correctly create the library with a SONAMEBaptiste Daroussin2015-05-301-1/+1
| | | | | | | Bump revision of the users Notes: svn path=/head/; revision=387912
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=386312
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-07-171-1/+1
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=362126
* Add license, stagefy, and convert LIB_DEPENDS to new format.Jung-uk Kim2014-01-071-5/+5
| | | | Notes: svn path=/head/; revision=338969
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* - Chase libpci shlib bumpDima Panov2010-03-121-1/+2
| | | | Notes: svn path=/head/; revision=250937
* Move my local distfiles from HTTP to FTP mirrors.Jung-uk Kim2009-02-271-1/+2
| | | | Notes: svn path=/head/; revision=229197
* Copy and/or move some distfiles to freefall for my ports.Jung-uk Kim2008-12-081-1/+2
| | | | Notes: svn path=/head/; revision=224003
* Couple of minor style tweaks in a patch file.Jung-uk Kim2008-12-061-2/+2
| | | | Notes: svn path=/head/; revision=223837
* vbetool is a small application that executes code from the BIOS of yourJung-uk Kim2008-12-064-0/+96
video card. This is mostly useful for reinitialising the hardware, for instance after ACPI suspend/resuming. WWW: http://www.codon.org.uk/~mjg59/vbetool/ Notes: svn path=/head/; revision=223835