ff7bea6c31
- Released as version 1.04. * Thu 12 Jun 2008 Caius Chance <cchance@redhat.com> - Released as version 1.04.beta2 (1.03.99). - Added ZIP package building for non-tar users. - rhbz#440992: - Created Romanian "T/t/S/s with comma below" (U+0218..021B) on all fonts. - Fixed "T/s with cedilla below" (U+0162/0163) on all fonts. - Created "Hyphen" and "Non-Breaking Hyphen" (U+2010..2011) on all fonts. * Wed 11 Jun 2008 Caius Chance <cchance@redhat.com> - Added last Version 1.03 from original manufacturer. - Renamed directory 'archive' to 'sandbox'. - Added directory description in hosting home directory. - Created ZIP packages for Version 1.03 and 1.04.beta. * Tue 04 Jun 2008 Caius Chance <cchance@redhat.com> - rhbz#440992: - Created "Hyphen" and "Non-Breaking Hyphen" (U+2010..2011) on Sans Regular. * Mon 03 Jun 2008 Caius Chance <cchance@redhat.com> - rhbz#440992: - Created Romanian "T/t/S/s with comma below" (U+0218..021B) on Sans Regular. - Fixed "T/s with cedilla below" (U+0162/0163) on Sans Regular. * Fri 30 May 2008 Caius Chance <cchance@redhat.com> - Release Version 1.04.beta (liberation-fonts-1_04_beta). * Thu 29 May 2008 Caius Chance <cchance@redhat.com> - Correct SFD version numbers in "TTF Info" categor for correct version number during export to TTFs. * Wed 28 May 2008 Caius Chance <cchance@redhat.com> - Reencoded with "Glyph Order" by FontForge. - Corrected font name for all Regular fonts. - Generated TTFs (experimantal, in "archive") with old stle kern and dummy DSIG table. - Updated README in 1.04b TTFs (experimental, in "archive"). * Tue 27 May 2008 Caius Chance <cchance@redhat.com> - Fixed Unicode name mis-mapping of Sans and Serif TTF files. - Regenerate SFD files from Unicode name mis-mapping fixed Sans and Serif TTF files. * Mon 26 May 2008 Caius Chance <cchance@redhat.com> - Fixed Unicode name mis-mapping of Mono TTF files. - Regenerate SFD files from Unicode name mis-mapping fixed Mono TTF files. ========== - Applied following patches submitted by Nicolas Spalinger <nicolas_spalinger sil org>: - We-need-versioned-tarballs. - Add-ignore-file-so-the-VCS-does-not-track-the-folder. - Adjust-path-for-various-Makefile-targets-subfolders. - Fix-versionning-mismatch-in-the-binary-font-metadata. - Add-some-description-and-extra-lines-to-the-build-ta. - Reword-and-restructure-maintainers-recommendations. - Some-rewording-of-the-readme-file. ========== * Thu May 22 2008 Caius Chance <cchance@redhat.com> - Added latest (1.03) TTF files from Ascender. (in 'archive') * Fri May 16 2008 Caius Chance <cchance@redhat.com> - Change source tree as 'trunk', 'tags', 'branches'. ========== - Applied following patches submitted by Nicolas Spalinger <nicolas_spalinger sil org>: - Add-more-information-about-the-upstream-designer. - Minor-typo-and-layout-fixes. - Adjust-fontforge-path-with-env-as-a-source-build. ========== * Wed May 14 2008 Caius Chance <cchance@redhat.com> - Renamed target 'ttf' to 'build'. - Removed 'Re-Package' chapter from README and refine contents. - Changed AUTHORS contents. - Created maintainer documentation MAINTAINER. * Tue May 06 2008 Caius Chance <cchance@redhat.com> - Refined clean target. - Removed TTFs from git. * Fri May 02 2008 Caius Chance <cchance@redhat.com> - Imported into fedorahosted.org repository and be hosted. https://fedorahosted.org/liberation-fonts/ - Modified source root directory name definition in Makefile. - Created 'dist' target for binary TTF tarball and 'src' for source tarball. - Corrected Regular fonts filenames. - Added TTF -> SFD make target. * Thu May 01 2008 Caius Chance <cchance@redhat.com> - Converted previous TTF files into SFD files to be open source. - Created fontforge SFD -> TTF scripts. - Created Makefile. - Added documentations: AUTHORS, ChangeLog, README. * Thu Apr 10 2008 Caius Chance <cchance@redhat.com> - Fixed exchanged and incomplete glyphs (from Ascender). - Repacked source tarball. - Released version 1.03. * Tue Mar 25 2008 Caius Chance <cchance@redhat.com> - Fixed alignment mismatch of dot accents (from Ascender). - Released version 1.02. * Mon Jan 14 2008 Caius Chance <cchance@redhat.com> - Updated new source tarball from Ascender. - Released version 1.0. * Thu Jun 14 2007 Caius Chance <cchance@redhat.com> - Updated new source tarball from Ascender.
40 lines
1,005 B
Makefile
40 lines
1,005 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/12/13 15:34:17 ahoka Exp $
|
|
#
|
|
|
|
DISTNAME= liberation-fonts-1.04
|
|
PKGNAME= ${DISTNAME:S/fonts/ttf/}
|
|
CATEGORIES= fonts
|
|
|
|
# The official repo is https only,
|
|
# so we have to fetch from this strange URL.
|
|
#
|
|
LF_HASH= 4846797ef0fc70b0cbaede2514677c58
|
|
LF_BASEURL= http://cvs.fedoraproject.org/repo/pkgs/liberation-fonts
|
|
MASTER_SITES= ${LF_BASEURL}/${DISTNAME}.tar.gz/${LF_HASH}/
|
|
|
|
MAINTAINER= bartosz.kuzma@gmail.com
|
|
HOMEPAGE= http://www.redhat.com/promo/fonts/
|
|
COMMENT= TrueType fonts from RedHat
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
NO_BUILD= yes
|
|
NO_CONFIGURE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/ttf/fonts/}
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/liberation-ttf
|
|
FONTDIR= ${PREFIX}/lib/X11/fonts/TTF
|
|
FONTS_DIR.ttf= ${FONTDIR}
|
|
|
|
INSTALLATION_DIRS= ${DOCDIR} ${FONTDIR}
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && for f in *.ttf ; do \
|
|
${INSTALL_DATA} $$f ${DESTDIR}${FONTDIR}/$$f ; \
|
|
done
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/COPYING ${WRKSRC}/License.txt \
|
|
${DESTDIR}${DOCDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|