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

(-)font-manager/Makefile (-3 / +9 lines)
Lines 3-11 Link Here
3
3
4
PORTNAME=	font-manager
4
PORTNAME=	font-manager
5
PORTVERSION=	0.5.7
5
PORTVERSION=	0.5.7
6
DISTVERSIONPREFIX=	v
6
PORTREVISION=	6
7
PORTREVISION=	6
7
CATEGORIES=	x11-fonts gnome
8
CATEGORIES=	x11-fonts gnome
8
MASTER_SITES=	GOOGLE_CODE
9
9
10
MAINTAINER=	lichray@gmail.com
10
MAINTAINER=	lichray@gmail.com
11
COMMENT=	Font management application for the GNOME desktop
11
COMMENT=	Font management application for the GNOME desktop
Lines 13-24 Link Here
13
LICENSE=	GPLv3
13
LICENSE=	GPLv3
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
15
16
BROKEN=		Unfetchable (google code has gone away)
17
18
LIB_DEPENDS=	libsqlite3.so:databases/sqlite3
16
LIB_DEPENDS=	libsqlite3.so:databases/sqlite3
19
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2 \
17
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2 \
20
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3
18
		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3
21
19
20
WRKSRC=	${WRKDIR}/master-${GH_TAGNAME}
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	FontManager
23
GH_TAGNAME=	 bc8406e
24
22
USE_GNOME=	pygtk2
25
USE_GNOME=	pygtk2
23
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
24
USES=		gmake pkgconfig python:2 tar:bzip2
27
USES=		gmake pkgconfig python:2 tar:bzip2
Lines 32-35 Link Here
32
NLS_USES=		gettext
35
NLS_USES=		gettext
33
NLS_CONFIGURE_ENABLE=	nls
36
NLS_CONFIGURE_ENABLE=	nls
34
37
38
post-extract:
39
	${CHMOD} 0544 ${WRKSRC}/configure ${WRKSRC}/po/pogen.sh
40
35
.include <bsd.port.mk>
41
.include <bsd.port.mk>
(-)font-manager/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (font-manager-0.5.7.tar.bz2) = 794a3d98e50ab7e515d8216ad42300c13b0ec13ab972bdf71c3657de4b306228
1
SHA256 (FontManager-font-manager-v0.5.7-bc8406e_GH0.tar.bz2) = 73f1eab3e197d52520d5385bdc1a40621d5c8f18ee74ecfc250ead5436137561
2
SIZE (font-manager-0.5.7.tar.bz2) = 771460
2
SIZE (FontManager-font-manager-v0.5.7-bc8406e_GH0.tar.bz2) = 818485
(-)font-manager/pkg-descr (-7 / +7 lines)
Lines 1-9 Link Here
1
Font Manager is not intended to be a professional-grade font management
1
Font Manager is not intended to be a professional-grade
2
solution, but rather a simple application suitable for the needs of most
2
font management solution, but rather a simple application
3
desktop users.
3
suitable for the needs of most desktop users.
4
4
5
Although designed with the GNOME desktop environment in mind, it should
5
Although designed with the GNOME desktop environment in mind,
6
work well with most major desktop environments such as Xfce, Enlightenment,
6
it should work well with most major desktop environments such
7
and even KDE.
7
as Xfce, Enlightenment, and even KDE.
8
8
9
WWW: https://code.google.com/p/font-manager/
9
WWW: http://fontmanager.github.io/

Return to bug 216988