View | Details | Raw Unified | Return to bug 208214 | Differences between
and this patch

Collapse All | Expand All

(-)x11-fonts/mgopen/Makefile (-8 / +15 lines)
Lines 2-26 Link Here
2
# $FreeBSD: head/x11-fonts/mgopen/Makefile 401096 2015-11-09 12:59:03Z antoine $
2
# $FreeBSD: head/x11-fonts/mgopen/Makefile 401096 2015-11-09 12:59:03Z antoine $
3
3
4
PORTNAME=	mgopen
4
PORTNAME=	mgopen
5
PORTVERSION=	1.0
5
PORTVERSION=	1.1
6
PORTREVISION=	4
7
CATEGORIES=	x11-fonts
6
CATEGORIES=	x11-fonts
8
MASTER_SITES=	http://pub.ellak.gr/fonts/${PORTNAME}/files/
7
MASTER_SITES=	DEBIAN/pool/main/f/fonts-mgopen
9
DISTNAME=	MgOpen
8
DISTNAME=	fonts-mgopen_${PORTVERSION}.orig
10
9
11
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	MgOpen greek fonts collection
11
COMMENT=	MgOpen greek fonts collection
13
12
14
BROKEN=		unfetchable
13
# almost identical to the license used in bitstream-vera
15
14
LICENSE=	MGOPEN
16
USES=		fonts
15
LICENSE_GROUPS=	FONT
16
LICENSE_NAME=	MgOpen Font License
17
LICENSE_FILE=	${FILESDIR}/LICENSE
18
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
17
19
20
NO_ARCH=	yes
18
NO_BUILD=	yes
21
NO_BUILD=	yes
19
22
23
WRKSRC=		${WRKDIR}/fonts-mgopen-${PORTVERSION}/TTFs
24
25
USES=		fonts tar:bzip2
26
20
SUB_FILES=	pkg-message
27
SUB_FILES=	pkg-message
21
28
22
do-install:
29
do-install:
23
	@${MKDIR} ${STAGEDIR}${FONTSDIR}
30
	@${MKDIR} ${STAGEDIR}${FONTSDIR}
24
	${INSTALL_DATA} ${WRKDIR}/*.ttf ${STAGEDIR}${FONTSDIR}
31
	(cd ${WRKSRC} && ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR})
25
32
26
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)x11-fonts/mgopen/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (MgOpen.tar.gz) = 9f94c07438152816479d0577694942c902e1219006c371e4b2797236109f0f41
1
SHA256 (fonts-mgopen_1.1.orig.tar.bz2) = c612a978a3c0c0dc469d1eb9364b35afad5dbc7cb3fa2523bc4fad6708474cb4
2
SIZE (MgOpen.tar.gz) = 891086
2
SIZE (fonts-mgopen_1.1.orig.tar.bz2) = 790297
(-)x11-fonts/mgopen/files/LICENSE (+13 lines)
Line 0 Link Here
1
Copyright © 2004 by MAGENTA Ltd. All Rights Reserved.
2
3
Permission is hereby granted, free of charge, to any person obtaining a copy of the fonts accompanying this license ("Fonts") and associated documentation files (the "Font Software"), to reproduce and distribute the Font Software, including without limitation the rights to use, copy, merge, publish, distribute, and/or sell copies of the Font Software, and to permit persons to whom the Font Software is furnished to do so, subject to the following conditions:
4
5
The above copyright and this permission notice shall be included in all copies of one or more of the Font Software typefaces.
6
7
The Font Software may be modified, altered, or added to, and in particular the designs of glyphs or characters in the Fonts may be modified and additional glyphs or characters may be added to the Fonts, only if the fonts are renamed to names not containing the word "MgOpen", or if the modifications are accepted for inclusion in the Font Software itself by the each appointed Administrator.
8
9
This License becomes null and void to the extent applicable to Fonts or Font Software that has been modified and is distributed under the "MgOpen" name.
10
11
The Font Software may be sold as part of a larger software package but no copy of one or more of the Font Software typefaces may be sold by itself.
12
13
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL MAGENTA OR PERSONS OR BODIES IN CHARGE OF ADMINISTRATION AND MAINTENANCE OF THE FONT SOFTWARE BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
(-)x11-fonts/mgopen/pkg-descr (-15 / +15 lines)
Lines 3-22 Link Here
3
3
4
The MgOpen typeface collection is composed of the following typefaces:
4
The MgOpen typeface collection is composed of the following typefaces:
5
5
6
  - MgOpenCanonica is a serif typeface, based on the design of Times Roman.
6
 - MgOpenCanonica is a serif typeface, based on the design of Times
7
  - MgOpenCosmetica is a sans-serif typeface, based on the design of Optima.
7
   Roman.
8
  - MgOpenModata is another sans-serif typeface.
8
 - MgOpenCosmetica is a sans-serif typeface, based on the design of
9
  - MgOpenModerna is a sans-serif typeface, based on the design of Helvetica.
9
   Optima.
10
 - MgOpenModata is another sans-serif typeface.
11
 - MgOpenModerna is a sans-serif typeface, based on the design of
12
   Helvetica.
10
13
11
Each family contains four fonts, namely all the combinations of regular and
14
Each family contains four fonts, namely all the combinations of regular
12
bold weight and upright and italic (or oblique) shape. All the fonts contain
15
and bold weight and upright and italic (or oblique) shape. All the fonts
13
glyphs for the latin and greek alphabets (using the monotoniko system), while
16
contain glyphs for the latin and greek alphabets (using the monotoniko
14
the fonts of the Canonica family also contain all the glyphs necessary for
17
system), while the fonts of the Canonica family also contain all the
15
viewing Greek texts written in the polytoniko system. All the fonts use the
18
glyphs necessary for viewing Greek texts written in the polytoniko
16
Unicode encoding for characters and are in the TrueType format.
19
system. All the fonts use the Unicode encoding for characters and are in
20
the TrueType format.
17
21
18
The fonts, in their initial release, have some characters missing (the most
22
WWW: http://ellak.gr/tag/fonts/
19
important one being the Euro symbol). These shortcomings will be fixed in
20
future releases.
21
22
WWW: http://pub.ellak.gr/fonts/mgopen/index.en.html

Return to bug 208214