aboutsummaryrefslogtreecommitdiff
path: root/share/syscons/fonts
Commit message (Collapse)AuthorAgeFilesLines
* INDEX.fonts: Minor maintenanceAlexander Ziaee2026-02-011-2/+1
| | | | | | | | + Mention relevance of this file in the vt manual screen.font entry + The vidfont manual is in section one, not eight + Remove leftover blank line from freebsd tag removal MFC after: 3 days
* bsd.files.mk: Fix FILESPACKAGELexi Winter2025-08-071-2/+0
| | | | | | | | | | | | | | | | | | | | Because TAGS may already have a package tag, assigning TAGS to FILESTAGS causes the value of FILESPACKAGE to be ignored. Only assign tags other than package, and take the default package from ${PACKAGE}, which matches the behaviour of bsd.confs.mk and bsd.man.mk. This fixes several files that were wrongly installed in utilities, including /usr/share/examples/sendmail/mailer.conf and some files in /usr/share/nls. The fix trips a bug in share/syscons where Makefile.inc was setting FILESPACKAGE to the wrong package, but the problem was hidden because the subdirectories set PACKAGE explicitly. Fix this by setting the correct FILESPACKAGE in Makefile.inc and removing the PACKAGEs. Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D51784
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1655-55/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* pkgbase: Create a syscons-data packageEmmanuel Vadot2021-09-071-0/+2
| | | | | | | | syscons is mostly deprecated and all it's files aren't needed for most users so create a separate package for them. Differential Revision: https://reviews.freebsd.org/D31798 Reviewed by: emaste
* Add danish translations provided by GitHub user scootergriesenStefan Eßer2020-09-241-0/+72
| | | | | | | | | These translations did already exist in the index files for "vt". Obtained from: https://github.com/scootergrisen/freebsd/ Notes: svn path=/head/; revision=366109
* strip trailing whitespace from font and keymap INDEX filesEd Maste2019-12-101-10/+10
| | | | | | | | | PR: 235853 Submitted by: scootergrisen gmail com MFC after: 1 week Notes: svn path=/head/; revision=355583
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+11
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * remove extra lineSimon J. Gerraty2015-06-101-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284209
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * We do want objdirSimon J. Gerraty2013-10-131-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=256421
| * Updated dependenciesSimon J. Gerraty2013-10-131-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=256419
| * Merge from headSimon J. Gerraty2013-09-052-2/+2
| |\ | | | | | | | | | Notes: svn path=/projects/bmake/; revision=255263
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+14
| | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | | Remove NO_OBJSimon J. Gerraty2015-06-111-2/+0
| |/ |/| | | | | | | | | | | | | | | | | For meta mode we will want objdirs. Differential Revision: D2748 Reviewed by: brooks imp Notes: svn path=/head/; revision=284255
* | Add the letter 'x' to the font iso05-8x16.fntEitan Adler2013-05-121-1/+1
| | | | | | | | | | | | | | | | | | PR: 169797 Submitted by: Takefu <takefu@airport.fm> MFC after: 3 days Notes: svn path=/head/; revision=250553
* | Add the letter 'q' to the font iso05-8x16.fntEitan Adler2013-05-101-1/+1
|/ | | | | | | | | | PR: 72585 PR: 169797 Submitted by: Takefu <takefu@airport.fm> Submitted by: Satoshi KImura <satosi.kimura@nifty.ne.jp> Notes: svn path=/head/; revision=250459
* Make German formal clause to be consistent with the keymap counterpart.Xin LI2010-11-291-1/+1
| | | | | | | | Submitted by: arundel MFC after: 1 week Notes: svn path=/head/; revision=216040
* Add a manual shrinked version of swiss-8x16 as swiss-8x14.Xin LI2010-11-282-1/+85
| | | | | | | MFC after: 2 months Notes: svn path=/head/; revision=215991
* Backout my last changes. ISO-8859-15 does not specify ACS graphics.Matteo Riondato2006-04-304-31/+31
| | | | | | | Requested by: ache Notes: svn path=/head/; revision=158173
* Add curses ACS line graphics support for iso15 fontsMatteo Riondato2006-04-294-31/+31
| | | | | | | | | | | | | | | | | | Now ncurses-based programs such as sysinstall and mc will display the correct font for graphical lines instead of "-" and "+" characters. Correct two special characters for cons25l1 in termcap: use real arrows instead of ">>" and "<<". Add a lot of additional symbols for line drawing which are taken from the CP437 font. Almost all of the ACS symbols are now implemented. PR: conf/90082 Submitted by: Oliver Fromme <olli@secnetix.de> MFC after: 1 week Notes: svn path=/head/; revision=158144
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Use the standard <bsd.files.mk> API to install files.Ruslan Ermilov2004-01-191-8/+3
| | | | Notes: svn path=/head/; revision=124716
* Add be_BY.*Andrey A. Chernov2003-12-204-0/+196
| | | | | | | Submitted by: Yury Tarasievich <grog@grsu.by> Notes: svn path=/head/; revision=123682
* Add ARMSCII-8 console stuffAndrey A. Chernov2003-07-058-3/+502
| | | | | | | | PR: 53944 Submitted by: Vahe Khachikyan <vahe@khachikyan.de> Notes: svn path=/head/; revision=117260
* Fix typo and ispell while I'm here.Jens Schweikhardt2002-08-211-2/+2
| | | | | | | | | PR: bin/41819 Submitted by: Christophe Juniet <cjuniet@entreview.com> MFC after: 3 days Notes: svn path=/head/; revision=102213
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
| | | | | | | | | for a long time now. Approved by: bde Notes: svn path=/head/; revision=100872
* s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-181-1/+1
| | | | Notes: svn path=/head/; revision=100313
* Fix to conform standardAndrey A. Chernov2002-01-013-64/+64
| | | | Notes: svn path=/head/; revision=88759
* Add 8859-5 fontsAndrey A. Chernov2002-01-015-0/+243
| | | | | | | | PR: 32448 Submitted by: Alexey Klimov <klim@unique.kiev.ua> Notes: svn path=/head/; revision=88757
* Add missed capital GHE letter.Maxim Sobolev2001-12-051-1/+1
| | | | | | | | PR: 28571 Submitted by: Alexey Klimov <kao@wiuu.kiev.ua> Notes: svn path=/head/; revision=87399
* Standard conformance cleanupAndrey A. Chernov2001-11-233-36/+36
| | | | Notes: svn path=/head/; revision=86799
* Standards conformance cleanupAndrey A. Chernov2001-11-2234-603/+609
| | | | Notes: svn path=/head/; revision=86796
* Improve Greek support in sysconsAndrey A. Chernov2001-11-201-0/+11
| | | | | | | | PR: 32119 Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com> Notes: svn path=/head/; revision=86694
* Replace wrong CP437 font by actual Latin7 oneAndrey A. Chernov2001-11-201-29/+29
| | | | | | | | PR: 32120 Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com> Notes: svn path=/head/; revision=86690
* fix ukrainian translation of 'Norwegian' wordAlexey Zelkin2001-11-141-5/+5
| | | | | | | | PR: misc/28605 Submitted by: Alexey Klimov <klim@unique.kiev.ua> Notes: svn path=/head/; revision=86365
* Add Ukrainian language support for FreeBSD console.Maxim Sobolev2001-04-178-1/+523
| | | | | | | | Submitted by: Olexander Kunytsa <kunia@istc.kiev.ua> Reviewed by: ache, phantom, ru, sobomax Notes: svn path=/head/; revision=75597
* Add iso07 fontsAndrey A. Chernov2001-01-174-0/+231
| | | | | | | | PR: 24324 Submitted by: past@netmode.ntua.gr Notes: svn path=/head/; revision=71166
* 8859-9 fontAndrey A. Chernov2000-08-293-0/+99
| | | | | | | Submitted by: Evren Yurtesen <yurtesen@ispro.net.tr> Notes: svn path=/head/; revision=65193
* Add iso08 fontsAndrey A. Chernov2000-08-291-0/+1
| | | | Notes: svn path=/head/; revision=65189
* Fix Hebrew langcodeAndrey A. Chernov2000-08-291-6/+6
| | | | Notes: svn path=/head/; revision=65188
* 8859-8 fontsAndrey A. Chernov2000-08-284-1/+242
| | | | | | | | PR: 20864 Submitted by: Allow Ole <allow@darkserver.dyndns.org> Notes: svn path=/head/; revision=65162
* Add Codepage 1251 fontsAndrey A. Chernov2000-04-115-0/+240
| | | | | | | Submitted by: Boris Stoev <borko_stoev@yahoo.com> Notes: svn path=/head/; revision=59157
* Add ISO-8859-15 versions of the 8x8, 8x14, 8x16 VGA fonts.Jose M. Alcaide2000-03-025-15/+269
| | | | | | | | Reviewed by: yokota Approved by: jkh Notes: svn path=/head/; revision=57694
* Add Latin4 wide fontsAndrey A. Chernov2000-01-084-1/+199
| | | | | | | Submitted by: Ricardas Cepas <rch@richard.eu.org> Notes: svn path=/head/; revision=55625
* Add Latin4 fonts, VGA 9bit mappedAndrey A. Chernov2000-01-085-0/+240
| | | | | | | Submitted by: Ricardas Cepas <rch@richard.eu.org> Notes: svn path=/head/; revision=55622
* Add iso04 fontsAndrey A. Chernov1999-12-245-0/+238
| | | | | | | Submitted by: Ricardas Cepas <rch@writeme.com> Notes: svn path=/head/; revision=55079
* Add ACS support to 8859-2 fontsAndrey A. Chernov1999-12-246-294/+197
| | | | | | | | | | | Remove stale 8859-2 font Fix Russian INDEX entries Add more languages to FONT fields Submitted by: fonts from Cejka Rudolf <cejkar@dcse.fee.vutbr.cz> Notes: svn path=/head/; revision=55071
* Add spanish support, fixing my own PR.Jose M. Alcaide1999-09-161-1/+36
| | | | | | | | PR: i386/10595 Submitted by: Jose M. Alcaide (jose@we.lc.ehu.es) Notes: svn path=/head/; revision=51332