summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* font-util 1.1.1font-util-1.1.1Alan Coopersmith2009-10-121-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Make fontrootdir capitalization consistently lowercaseAlan Coopersmith2009-10-102-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>
* font-util 1.1.0: Add new macros to replace code common to many font modulesfont-util-1.1.0Alan Coopersmith2009-10-096-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>
* Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-10-062-9/+6
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Fix parsing of hexadecimal arguments to bdftruncateAlan Coopersmith2009-09-231-2/+2
| | | | | | Since bdftruncate suggests running itself with "0x3200", that should work. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Bump to 1.0.2font-util-1.0.2Julien Cristau2009-08-071-1/+1
|
* Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith2009-02-191-0/+25
|
* Add missing copyright/license notices to COPYINGAlan Coopersmith2009-02-191-0/+71
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Janitor: Correct make distcheck and configure.ac simplificationPaulo Cesar Pereira de Andrade2009-01-274-11/+19
|
* Update license of code copyrighted by the NetBSD FoundationAlan Coopersmith2008-06-242-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.
* Replace static ChangeLog with dist-hook to generate from git logJames Cloos2007-12-062-56/+10
|
* Replace bdftruncate Perl script with C programJames Cloos2007-12-034-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>.
* Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos2007-09-031-0/+1
|
* Rename .cvsignore to .gitignoreJames Cloos2007-08-231-0/+0
|
* Bump to 1.0.1font-util-1_0_1XORG-7_1Adam Jackson2006-05-192-1/+6
|
* Update license copy in COPYING file too.Alan Coopersmith2006-02-172-5/+2
|
* Sync license statement with NetBSD, which has removed advertising clauseAlan Coopersmith2006-02-172-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 )
* Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin2005-12-152-1/+6
|
* Bug #5175: Make mapdir configurable (David Coulthart and Donnie Berkholz).MODULAR_COPYKevin E Martin2005-12-094-4/+18
|
* Change *man_SOURCES ==> *man_PRE to fix autotools warnings.Kevin E Martin2005-12-062-3/+8
|
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2005-12-032-1/+6
|
* Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith2005-11-281-1/+1
| | | | update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
* Add .cvsignores for fonts.Eric Anholt2005-11-221-0/+21
|
* Add configure option macro to disable ISO8859-* fonts.Kevin E Martin2005-11-153-1/+238
|
* Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901Kevin E Martin2005-10-192-1/+6
|
* Use sed to replace variables in man pagesAlan Coopersmith2005-10-172-3/+21
|
* Use CLEANFILES so that bdftruncate is rebuilt after make cleanKevin E Martin2005-10-041-1/+1
|
* Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin2005-07-291-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
* Fix typoKevin E Martin2005-07-271-1/+1
|
* Fix distcheck for fonts with multiple encodingsKevin E Martin2005-07-224-58/+24
|
* use bin_SCRIPTS for bdftruncate remove $(EXEEXT) from bdftruncate rule fixAlexander Gottwald2005-07-151-5/+4
| | | | bdftruncate rule to work with separate $(srcdir)
* Replace $< with portable constructAlan Coopersmith2005-07-151-1/+1
|
* Initial build system files for font moduleKevin E Martin2005-06-3010-0/+187
|
* Updated 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_1sco_port_updateMarkus Kuhn2004-11-286-20/+26
| | | | email address
* Fixed 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_903lg3d-masterlg3d-eventlg3d-dev-0-7-1lg3d-dev-0-7-0lg3d-dev-0-6-latestlg3d-dev-0-6-2lg3d-dev-0-6-1-latestlg3d-dev-0-6-1-currentlg3d-dev-0-6-1-1lg3d-dev-0-6-1lg3dXORG-6_8-branchEgbert Eich2004-08-261-1/+1
| | | | 2
* Merging XORG-CURRENT into trunkXORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGECOMPOSITEWRAPEgbert Eich2004-04-233-4/+4
|
* Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich2004-03-141-1/+1
|
* Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich2004-03-031-1/+1
|
* readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich2004-02-261-1/+1
|
* Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich2004-02-261-1/+1
|
* XFree86 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 Keithley2003-11-250-0/+0
|
* Initial revisionXORG-RELEASE-1-BASEXEVIE-MERGEXEVIE-BASEXORG-STABLEXINERAMA_2XEVIEKaleb Keithley2003-11-251-0/+958
|
* XFree86 4.3.0.1xf86-4_3_0_1Kaleb Keithley2003-11-140-0/+0
|
* Initial revisionKaleb Keithley2003-11-1420-0/+5136