View | Details | Raw Unified | Return to bug 179178
Collapse All | Expand All

(-)Makefile (-7 / +7 lines)
Lines 2-29 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	m17n-lib
4
PORTNAME=	m17n-lib
5
PORTVERSION=	1.6.3
5
PORTVERSION=	1.6.4
6
PORTREVISION=	1
7
CATEGORIES=	devel
6
CATEGORIES=	devel
8
MASTER_SITES=	http://www.m17n.org/m17n-lib-download/ \
7
MASTER_SITES=	${MASTER_SITE_SAVANNAH}
9
		http://anthesphoria.net/FreeBSD/ports/distfiles/
8
MASTER_SITE_SUBDIR=	m17n
10
9
11
MAINTAINER=	nikola.lecic@anthesphoria.net
10
MAINTAINER=	nikola.lecic@anthesphoria.net
12
COMMENT=	Library for the multilingual text handling
11
COMMENT=	Library for the multilingual text handling
13
12
14
BUILD_DEPENDS=	bison:${PORTSDIR}/devel/bison \
13
BUILD_DEPENDS=	bison:${PORTSDIR}/devel/bison \
15
		m17n-db>=1.6.2:${PORTSDIR}/devel/m17n-db
14
		m17n-db>=1.6.4:${PORTSDIR}/devel/m17n-db
16
LIB_DEPENDS=	fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
15
LIB_DEPENDS=	fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
17
		freetype:${PORTSDIR}/print/freetype2 \
16
		freetype:${PORTSDIR}/print/freetype2 \
18
		fribidi:${PORTSDIR}/converters/fribidi \
17
		fribidi:${PORTSDIR}/converters/fribidi \
19
		gd:${PORTSDIR}/graphics/gd \
18
		gd:${PORTSDIR}/graphics/gd \
20
		otf:${PORTSDIR}/print/libotf
19
		otf:${PORTSDIR}/print/libotf
21
RUN_DEPENDS=	m17n-db>=1.6.2:${PORTSDIR}/devel/m17n-db
20
RUN_DEPENDS=	m17n-db>=1.6.4:${PORTSDIR}/devel/m17n-db
22
21
23
MAKE_JOBS_UNSAFE=	yes
22
MAKE_JOBS_UNSAFE=	yes
24
23
25
USE_XORG=	ice sm x11 xaw xft xt
24
USE_XORG=	ice sm x11 xaw xft xt
26
USE_GNOME=	libxml2 pkgconfig
25
USE_PKGCONFIG=	yes
26
USE_GNOME=	libxml2
27
USE_AUTOTOOLS=	autoconf libtool
27
USE_AUTOTOOLS=	autoconf libtool
28
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
29
29
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (m17n-lib-1.6.3.tar.gz) = ff5ebe09572a5e6d4a376783a78d4355f0b17a71fbaf8b01978230be7eef735e
1
SHA256 (m17n-lib-1.6.4.tar.gz) = 0370fda16bce321acad96b623dbbead0d797d86f5d5fa43d0cde8ff3b01555a4
2
SIZE (m17n-lib-1.6.3.tar.gz) = 1033048
2
SIZE (m17n-lib-1.6.4.tar.gz) = 1034422
(-)pkg-descr (-1 / +1 lines)
Lines 20-23 Link Here
20
    * Functions for inputting and displaying M-text on a window
20
    * Functions for inputting and displaying M-text on a window
21
      system.
21
      system.
22
22
23
WWW: http://www.m17n.org/m17n-lib/
23
WWW: http://www.nongnu.org/m17n/

Return to bug 179178