[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r4056: unifont; not quite done, does not install, bu
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r4056: unifont; not quite done, does not install, but you can figure it out |
Date: |
Fri, 21 Oct 2016 20:04:28 +0000 (UTC) |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 4056
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2016-10-21 13:04:22 -0700
message:
unifont; not quite done, does not install, but you can figure it out
added:
pkg/gnu/unifont/ unifont-20161021200207-w6apucnpk66hw5ah-1
pkg/gnu/unifont/Makefile makefile-20161021200207-w6apucnpk66hw5ah-3
pkg/gnu/unifont/config.mk config.mk-20161021200207-w6apucnpk66hw5ah-2
pkg/gnu/unifont/sha256sums sha256sums-20161021200207-w6apucnpk66hw5ah-4
=== added directory 'pkg/gnu/unifont'
=== added file 'pkg/gnu/unifont/Makefile'
--- a/pkg/gnu/unifont/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/unifont/Makefile 2016-10-21 20:04:22 +0000
@@ -0,0 +1,63 @@
+# Copyright © 2016 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+
+NAME = unifont
+GARNAME = unifont
+GARVERSION = 9.0.03
+HOME_URL = http://unifoundry.com
+#HOME_URL = http://www.gnu.org/software/unifont/
+DESCRIPTION = Large bitmap font covering Unicode's Basic Multilingual Plane
+define BLURB
+GNU Unifont is a bitmap font covering essentially all of Unicode s Basic
+Multilingual Plane. The package also includes utilities to ease adding
+new glyphs to the font.
+endef
+######################################################################
+#http://unifoundry.com/pub/unifont-9.0.01/unifont-9.0.01.tar.gz
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = $(GARNAME)/$(DISTNAME)/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES = $(DISTNAME).tar.gz.sig
+#WORKSRC = $(WORKDIR)/$(GARNAME)-9.0/
+
+BUILDDEPS =
+LIBDEPS =
+CONFIGURE_SCRIPTS=
+
+DESTDIR=$(prefix)
+PREFIX=$(prefix)
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/info.mk
+include config.mk
+
+pre-build:
+ echo
+ echo
+ echo This GSRC script is incomplete. Fonts have to be installed.
+ echo in YOUR system, I do not know how, yet. To be fixed. If you
+ echo know how, tell address@hidden about it.
+
+
+
=== added file 'pkg/gnu/unifont/config.mk'
--- a/pkg/gnu/unifont/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/unifont/config.mk 2016-10-21 20:04:22 +0000
@@ -0,0 +1,4 @@
+## Configuration options for unifont ##
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/gnu/unifont/sha256sums'
--- a/pkg/gnu/unifont/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/unifont/sha256sums 2016-10-21 20:04:22 +0000
@@ -0,0 +1,2 @@
+d5cda65a18c5947043da806e5b7c3ba84a6683fa12579bbd6149d68c068650f6
download/unifont-9.0.03.tar.gz
+886428aef457c4af8c39c4940e6403ca2ffa4a914b7575d9967ac26e3300d2e3
download/unifont-9.0.03.tar.gz.sig
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r4056: unifont; not quite done, does not install, but you can figure it out,
Carl Hansen <=