SF.net SVN: gar:[22440] csw/mgar/pkg

pfelecan at users.sourceforge.net pfelecan at users.sourceforge.net
Thu Nov 7 14:18:21 CET 2013


Revision: 22440
          http://gar.svn.sourceforge.net/gar/?rev=22440&view=rev
Author:   pfelecan
Date:     2013-11-07 13:18:20 +0000 (Thu, 07 Nov 2013)
Log Message:
-----------
freefont/trunk: instantiation

Added Paths:
-----------
    csw/mgar/pkg/freefont/
    csw/mgar/pkg/freefont/Makefile
    csw/mgar/pkg/freefont/branches/
    csw/mgar/pkg/freefont/tags/
    csw/mgar/pkg/freefont/trunk/
    csw/mgar/pkg/freefont/trunk/Makefile
    csw/mgar/pkg/freefont/trunk/checksums
    csw/mgar/pkg/freefont/trunk/files/

Added: csw/mgar/pkg/freefont/Makefile
===================================================================
--- csw/mgar/pkg/freefont/Makefile	                        (rev 0)
+++ csw/mgar/pkg/freefont/Makefile	2013-11-07 13:18:20 UTC (rev 22440)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*


Property changes on: csw/mgar/pkg/freefont/trunk
___________________________________________________________________
Added: svn:ignore
   + work


Added: csw/mgar/pkg/freefont/trunk/Makefile
===================================================================
--- csw/mgar/pkg/freefont/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/freefont/trunk/Makefile	2013-11-07 13:18:20 UTC (rev 22440)
@@ -0,0 +1,85 @@
+# $Id$
+
+NAME	=	freefont
+VERSION	=	20120503
+GARTYPE	=	v2
+
+DESCRIPTION	=	GNU FreeFont
+define BLURB
+  provide a useful set of free scalable (i.e., OpenType) fonts
+  covering as much as possible of the ISO 10646/Unicode UCS (Universal
+  Character Set).
+endef
+
+MASTER_SITES	=	$(GNU_MIRROR)
+DISTFILES		+=	$(NAME)-otf-$(VERSION).tar.gz
+# the archives contain redundant, e.g README, which are not extracted again:
+export UNZIP	=	-n
+DISTFILES		+=	$(NAME)-ttf-$(VERSION).zip
+DISTFILES		+=	$(NAME)-woff-$(VERSION).zip
+
+CONFIGURE_SCRIPTS	=
+BUILD_SCRIPTS		=
+TEST_SCRIPTS		=
+INSTALL_SCRIPTS		=	custom
+ARCHALL				=	1
+
+include gar/category.mk
+
+PATH := /opt/csw/gnu:$(PATH)
+
+install-custom: pkgdocdir	=	$(DESTDIR)$(docdir)/$(NAME)
+install-custom: pkgfontdir =	$(DESTDIR)$(datadir)/fonts/$(NAME)
+install-custom:
+	ginstall -d "$(pkgdocdir)"
+	cd $(WORKSRC) && \
+	ginstall \
+		AUTHORS \
+		ChangeLog \
+		CREDITS \
+		README \
+		TROUBLESHOOTING \
+		USAGE \
+		webfont_guidelines.txt \
+		$(pkgdocdir)
+	ginstall -d "$(pkgfontdir)"
+	cd $(WORKSRC) && \
+	ginstall \
+		FreeMono.otf \
+		FreeMono.ttf \
+		FreeMono.woff \
+		FreeMonoBold.otf \
+		FreeMonoBold.ttf \
+		FreeMonoBold.woff \
+		FreeMonoBoldOblique.otf \
+		FreeMonoBoldOblique.ttf \
+		FreeMonoBoldOblique.woff \
+		FreeMonoOblique.otf \
+		FreeMonoOblique.ttf \
+		FreeMonoOblique.woff \
+		FreeSans.otf \
+		FreeSans.ttf \
+		FreeSans.woff \
+		FreeSansBold.otf \
+		FreeSansBold.ttf \
+		FreeSansBold.woff \
+		FreeSansBoldOblique.otf \
+		FreeSansBoldOblique.ttf \
+		FreeSansBoldOblique.woff \
+		FreeSansOblique.otf \
+		FreeSansOblique.ttf \
+		FreeSansOblique.woff \
+		FreeSerif.otf \
+		FreeSerif.ttf \
+		FreeSerif.woff \
+		FreeSerifBold.otf \
+		FreeSerifBold.ttf \
+		FreeSerifBold.woff \
+		FreeSerifBoldItalic.otf \
+		FreeSerifBoldItalic.ttf \
+		FreeSerifBoldItalic.woff \
+		FreeSerifItalic.otf \
+		FreeSerifItalic.ttf \
+		FreeSerifItalic.woff \
+		$(pkgfontdir)
+	$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/freefont/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/freefont/trunk/checksums
===================================================================
--- csw/mgar/pkg/freefont/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/freefont/trunk/checksums	2013-11-07 13:18:20 UTC (rev 22440)
@@ -0,0 +1,3 @@
+e23c149a4cc494ac1f473f13cca16b67  freefont-otf-20120503.tar.gz
+879b76d2e3c8003d567b555743f39154  freefont-ttf-20120503.zip
+1eed52bdc7809906b3a4112c49cad61b  freefont-woff-20120503.zip

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list