summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-11-23INSTALL, NEWS, README COPYING or AUTHORS files are missing/incorrect #24206Gaetan Nadon3-0/+0
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated COPYING may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
2009-11-23.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-14/+69
Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults.
2009-10-12font-util 1.1.1font-util-1.1.1Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-10Make fontrootdir capitalization consistently lowercaseAlan Coopersmith2-4/+3
Fixes installation of mapfiles, which were going to /util because ${fontrootdir} was undefined in Makefile. Found by tinderbox. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-09font-util 1.1.0: Add new macros to replace code common to many font modulesfont-util-1.1.0Alan Coopersmith6-233/+378
XORG_FONT_MACROS_VERSION(required-version) XORG_FONT_CHECK_ENCODING(encoding) XORG_FONT_CHECK_ENCODING_LIST(encoding1 encoding2....) XORG_FONT_REQUIRED_PROG(VARNAME, progname) XORG_FONT_FCCACHE() XORG_FONT_COMMON_UTILS() XORG_FONT_BDF_UTILS() XORG_FONT_SCALED_UTILS() XORG_FONT_CHECK_COMPRESSION() XORG_FONT_UCS2ANY() XORG_FONTROOTDIR() XORG_FONTSUBDIR(variable, flag, subdir) XORG_FONTDIR(subdir) Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> Acked-by: Dan Nicholson <dbn.lists@gmail.com> Acked-by: Rémi Cardona <remi@gentoo.org>
2009-10-06Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2-9/+6
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-09-23Fix parsing of hexadecimal arguments to bdftruncateAlan Coopersmith1-2/+2
Since bdftruncate suggests running itself with "0x3200", that should work. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-08-07Bump to 1.0.2font-util-1.0.2Julien Cristau1-1/+1
2009-02-19Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith1-0/+25
2009-02-19Add missing copyright/license notices to COPYINGAlan Coopersmith1-0/+71
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-27Janitor: Correct make distcheck and configure.ac simplificationPaulo Cesar Pereira de Andrade4-11/+19
2008-06-24Update license of code copyrighted by the NetBSD FoundationAlan Coopersmith2-6/+0
As per http://mail-index.netbsd.org/netbsd-announce/2008/06/20/msg000030.html dropped the endorsement clause and verified remaining text matches current NetBSD Foundation license.
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos2-56/+10
2007-12-03Replace bdftruncate Perl script with C programJames Cloos4-84/+232
From bugzilla bug 13465¹: [This] is a replacement for the bdftruncate program, which removes the only runtime dependency on Perl in modular Xorg. 1] http://bugs.freedesktop.org/show_bug.cgi?id=13465 Bug was posted by Joerg Sonnenberger <joerg@NetBSD.org>.
2007-09-03Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos1-0/+1
2007-08-23Rename .cvsignore to .gitignoreJames Cloos1-0/+0
2006-05-19Bump to 1.0.1font-util-1_0_1XORG-7_1Adam Jackson2-1/+6
2006-02-17Update license copy in COPYING file too.Alan Coopersmith2-5/+2
2006-02-17Sync license statement with NetBSD, which has removed advertising clauseAlan Coopersmith2-5/+9
from original NetBSD license. (See http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/xsrc/xfree/xc/fonts/util /ucs2any.c?rev=1.9&content-type=text/plain and http://www.mail-archive.com/devel%40xfree86.org/msg07685.html )
2005-12-15Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin2-1/+6
2005-12-09Bug #5175: Make mapdir configurable (David Coulthart and Donnie Berkholz).MODULAR_COPYKevin E Martin4-4/+18
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.Kevin E Martin2-3/+8
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2-1/+6
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith1-1/+1
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-22Add .cvsignores for fonts.Eric Anholt1-0/+21
2005-11-15Add configure option macro to disable ISO8859-* fonts.Kevin E Martin3-1/+238
2005-10-19Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901Kevin E Martin2-1/+6
2005-10-17Use sed to replace variables in man pagesAlan Coopersmith2-3/+21
2005-10-04Use CLEANFILES so that bdftruncate is rebuilt after make cleanKevin E Martin1-1/+1
2005-07-29Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin1-1/+3
- Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
2005-07-27Fix typoKevin E Martin1-1/+1
2005-07-22Fix distcheck for fonts with multiple encodingsKevin E Martin4-58/+24
2005-07-15use bin_SCRIPTS for bdftruncate remove $(EXEEXT) from bdftruncate rule fixAlexander Gottwald1-5/+4
bdftruncate rule to work with separate $(srcdir)
2005-07-15Replace $< with portable constructAlan Coopersmith1-1/+1
2005-06-30Initial build system files for font moduleKevin E Martin10-0/+187
2004-11-28Updated 8859-7.TXT to ISO 8859-7:2003 (with euro sign) Updated obsoletesco_port_update-baseXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1Markus Kuhn6-20/+26
email address
2004-08-26Fixed support for LynxOS 3.1 (LynxOS 4 will follow) (Thomas Mueller).rel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_8-branchEgbert Eich1-1/+1
2
2004-04-23Merging XORG-CURRENT into trunkXORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGEEgbert Eich3-4/+4
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330Kaleb Keithley0-0/+0
2003-11-25Initial revisionXORG-RELEASE-1-BASEXEVIE-MERGEXEVIE-BASEXORG-STABLEKaleb Keithley1-0/+958
2003-11-14XFree86 4.3.0.1xf86-4_3_0_1Kaleb Keithley0-0/+0
2003-11-14Initial revisionKaleb Keithley20-0/+5136