diff options
author | Koop Mast <kwm@FreeBSD.org> | 2012-05-24 14:07:26 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2012-05-24 14:07:26 +0000 |
commit | 9d3608a5936164d239f962cf5a12234f9f741bf1 (patch) | |
tree | 0743ef51374e1b6b957b3a48ea479e831aa37643 /x11-fonts/fontconfig-reference | |
parent | b526704ea1b9a156fa8b55265c7c24ad5fed5ba7 (diff) | |
download | ports-9d3608a5936164d239f962cf5a12234f9f741bf1.tar.gz ports-9d3608a5936164d239f962cf5a12234f9f741bf1.zip |
Notes
Diffstat (limited to 'x11-fonts/fontconfig-reference')
-rw-r--r-- | x11-fonts/fontconfig-reference/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/fontconfig-reference/Makefile.man | 30 |
2 files changed, 16 insertions, 16 deletions
diff --git a/x11-fonts/fontconfig-reference/Makefile b/x11-fonts/fontconfig-reference/Makefile index 13de867bc88e..6e6330355211 100644 --- a/x11-fonts/fontconfig-reference/Makefile +++ b/x11-fonts/fontconfig-reference/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 0 DOCSDIR= ${PREFIX}/share/doc/fontconfig-devel diff --git a/x11-fonts/fontconfig-reference/Makefile.man b/x11-fonts/fontconfig-reference/Makefile.man index d26d023d3a93..4d6b29ecdfb6 100644 --- a/x11-fonts/fontconfig-reference/Makefile.man +++ b/x11-fonts/fontconfig-reference/Makefile.man @@ -5,15 +5,15 @@ MAN3= FcAtomicCreate.3 FcAtomicDeleteNew.3 FcAtomicDestroy.3 \ FcCacheCopySet.3 FcCacheDir.3 FcCacheNumFont.3 \ FcCacheNumSubdir.3 FcCacheSubdir.3 FcCharSetAddChar.3 \ FcCharSetCopy.3 FcCharSetCount.3 FcCharSetCoverage.3 \ - FcCharSetCreate.3 FcCharSetDestroy.3 FcCharSetEqual.3 \ - FcCharSetFirstPage.3 FcCharSetHasChar.3 FcCharSetIntersect.3 \ - FcCharSetIntersectCount.3 FcCharSetIsSubset.3 FcCharSetMerge.3 \ - FcCharSetNew.3 FcCharSetNextPage.3 FcCharSetSubtract.3 \ - FcCharSetSubtractCount.3 FcCharSetUnion.3 FcConfigAppFontAddDir.3 \ - FcConfigAppFontAddFile.3 FcConfigAppFontClear.3 \ - FcConfigBuildFonts.3 FcConfigCreate.3 FcConfigDestroy.3 \ - FcConfigEnableHome.3 FcConfigFilename.3 FcConfigGetBlanks.3 \ - FcConfigGetCache.3 FcConfigGetCacheDirs.3 \ + FcCharSetCreate.3 FcCharSetDelChar.3 FcCharSetDestroy.3 \ + FcCharSetEqual.3 FcCharSetFirstPage.3 FcCharSetHasChar.3 \ + FcCharSetIntersect.3 FcCharSetIntersectCount.3 FcCharSetIsSubset.3 \ + FcCharSetMerge.3 FcCharSetNew.3 FcCharSetNextPage.3 \ + FcCharSetSubtract.3 FcCharSetSubtractCount.3 FcCharSetUnion.3 \ + FcConfigAppFontAddDir.3 FcConfigAppFontAddFile.3 \ + FcConfigAppFontClear.3 FcConfigBuildFonts.3 FcConfigCreate.3 \ + FcConfigDestroy.3 FcConfigEnableHome.3 FcConfigFilename.3 \ + FcConfigGetBlanks.3 FcConfigGetCache.3 FcConfigGetCacheDirs.3 \ FcConfigGetConfigDirs.3 FcConfigGetConfigFiles.3 \ FcConfigGetCurrent.3 FcConfigGetFontDirs.3 FcConfigGetFonts.3 \ FcConfigGetRescanInterval.3 FcConfigHome.3 \ @@ -34,12 +34,12 @@ MAN3= FcAtomicCreate.3 FcAtomicDeleteNew.3 FcAtomicDestroy.3 \ FcInitLoadConfigAndFonts.3 FcInitReinitialize.3 FcIsLower.3 \ FcIsUpper.3 FcLangGetCharSet.3 FcLangSetAdd.3 FcLangSetCompare.3 \ FcLangSetContains.3 FcLangSetCopy.3 FcLangSetCreate.3 \ - FcLangSetDestroy.3 FcLangSetEqual.3 FcLangSetHasLang.3 \ - FcLangSetGetLangs.3 FcLangSetHash.3 FcMatrixCopy.3 FcMatrixEqual.3 \ - FcMatrixInit.3 FcMatrixMultiply.3 FcMatrixRotate.3 FcMatrixScale.3 \ - FcMatrixShear.3 FcNameConstant.3 FcNameGetConstant.3 \ - FcNameGetObjectType.3 FcNameParse.3 FcNameRegisterConstants.3 \ - FcNameRegisterObjectTypes.3 FcNameUnparse.3 \ + FcLangSetDel.3 FcLangSetDestroy.3 FcLangSetEqual.3 FcLangSetHasLang.3 \ + FcLangSetGetLangs.3 FcLangSetHash.3 FcLangSetSubtract.3 \ + FcLangSetUnion.3 FcMatrixCopy.3 FcMatrixEqual.3 FcMatrixInit.3 \ + FcMatrixMultiply.3 FcMatrixRotate.3 FcMatrixScale.3 FcMatrixShear.3 \ + FcNameConstant.3 FcNameGetConstant.3 FcNameGetObjectType.3 FcNameParse.3 \ + FcNameRegisterConstants.3 FcNameRegisterObjectTypes.3 FcNameUnparse.3 \ FcNameUnregisterConstants.3 FcNameUnregisterObjectTypes.3 \ FcObjectSetAdd.3 FcObjectSetBuild.3 FcObjectSetCreate.3 \ FcObjectSetDestroy.3 FcPatternAdd.3 FcPatternAdd-Type.3 \ |