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

(-)deskutils/chmsee/Makefile (-7 / +6 lines)
Lines 6-30 Link Here
6
#
6
#
7
7
8
PORTNAME=	chmsee
8
PORTNAME=	chmsee
9
PORTVERSION=	1.0.1
9
PORTVERSION=	1.0.3
10
PORTREVISION=	1
11
CATEGORIES=	deskutils gnome
10
CATEGORIES=	deskutils gnome
12
MASTER_SITES=	http://download.gro.clinux.org/chmsee/
11
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
13
12
14
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	A viewer for Microsoft Help "CHM" files
14
COMMENT=	A viewer for Microsoft Help "CHM" files
16
15
17
LIB_DEPENDS=	chm.0:${PORTSDIR}/misc/chmlib
16
LIB_DEPENDS=	chm.0:${PORTSDIR}/misc/chmlib \
17
		gcrypt.16:${PORTSDIR}/security/libgcrypt
18
18
19
USE_GNOME=	gnomehack gnomehier gnometarget libglade2
19
USE_GNOME=	gnomehack gnomehier libglade2
20
WANT_GNOME=	yes
21
USE_GECKO=	firefox mozilla seamonkey
20
USE_GECKO=	firefox mozilla seamonkey
22
USE_GETTEXT=	yes
21
USE_GETTEXT=	yes
23
USE_GMAKE=	yes
22
USE_GMAKE=	yes
24
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
25
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
24
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
26
		LDFLAGS="-L${LOCALBASE}/lib"
25
		LDFLAGS="-L${LOCALBASE}/lib"
27
USE_LDCONFIG=	yes
26
CONFIGURE_ARGS=	--with-gecko=${GECKO}
28
27
29
MAN1=		chmsee.1
28
MAN1=		chmsee.1
30
29
(-)deskutils/chmsee/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (chmsee-1.0.1.tar.gz) = 0ea3d439ab240f12bc0f35632bbe114d
1
MD5 (chmsee-1.0.3.tar.gz) = 682e26cf366c9f6f01d29329cef48eec
2
SHA256 (chmsee-1.0.1.tar.gz) = 72e548e5d1304310bbc399d1873924505b44d2662bd5c6dd0168c096d6698389
2
SHA256 (chmsee-1.0.3.tar.gz) = abb14b403eb77f7618fcfd96945d24d1198c13dd3a76a075a1b476f04914d765
3
SIZE (chmsee-1.0.1.tar.gz) = 363548
3
SIZE (chmsee-1.0.3.tar.gz) = 309418
(-)deskutils/chmsee/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
A viewer for Microsoft Help "CHM" (aka Compiled HTML) files using chmlib and
1
A viewer for Microsoft Help "CHM" (aka Compiled HTML) files using chmlib and
2
gtk2.
2
gtk2.
3
3
4
WWW: http://chmsee.gro.clinux.org/
4
WWW: http://code.google.com/p/chmsee
(-)deskutils/chmsee/pkg-plist (+7 lines)
Lines 9-17 Link Here
9
%%DATADIR%%/helpdoc.png
9
%%DATADIR%%/helpdoc.png
10
%%DATADIR%%/hide-pane.png
10
%%DATADIR%%/hide-pane.png
11
%%DATADIR%%/show-pane.png
11
%%DATADIR%%/show-pane.png
12
share/locale/bn/LC_MESSAGES/chmsee.mo
13
share/locale/he/LC_MESSAGES/chmsee.mo
14
share/locale/it/LC_MESSAGES/chmsee.mo
15
share/locale/sv/LC_MESSAGES/chmsee.mo
16
share/locale/sw/LC_MESSAGES/chmsee.mo
12
share/locale/zh_CN/LC_MESSAGES/chmsee.mo
17
share/locale/zh_CN/LC_MESSAGES/chmsee.mo
13
share/mime-info/chmsee.keys
18
share/mime-info/chmsee.keys
14
share/mime-info/chmsee.mime
19
share/mime-info/chmsee.mime
15
share/pixmaps/chmsee-icon.png
20
share/pixmaps/chmsee-icon.png
16
@dirrm %%DATADIR%%
21
@dirrm %%DATADIR%%
22
@dirrmtry share/locale/sw/LC_MESSAGES
23
@dirrmtry share/locale/sw
17
@dirrmtry share/applications
24
@dirrmtry share/applications

Return to bug 130458