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

(-)b/editors/poedit/Makefile (-19 / +7 lines)
Lines 1-14 Link Here
1
PORTNAME=	poedit
1
PORTNAME=	poedit
2
PORTVERSION=	3.3.1
2
DISTVERSION=	3.4.2
3
PORTREVISION=	5
4
CATEGORIES=	editors
3
CATEGORIES=	editors
5
MASTER_SITES=	https://github.com/vslavik/${PORTNAME}/releases/download/v${PORTVERSION}-oss/
4
MASTER_SITES=	https://github.com/vslavik/${PORTNAME}/releases/download/v${DISTVERSION}-oss/
6
5
7
MAINTAINER=	rodrigo@FreeBSD.org
6
MAINTAINER=	rodrigo@FreeBSD.org
8
COMMENT=	Gettext catalogs (.po files) editor
7
COMMENT=	Gettext catalogs (.po files) editor
9
WWW=		https://www.poedit.net/
8
WWW=		https://www.poedit.net/
10
9
11
LICENSE=	BSD2CLAUSE
10
LICENSE=	BSD2CLAUSE
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
12
13
BUILD_DEPENDS=	zip:archivers/zip
13
BUILD_DEPENDS=	zip:archivers/zip
14
LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
14
LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
Lines 18-41 LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ Link Here
18
		libicui18n.so:devel/icu \
18
		libicui18n.so:devel/icu \
19
		liblucene++.so:textproc/luceneplusplus
19
		liblucene++.so:textproc/luceneplusplus
20
20
21
USES=				bdb compiler:c++11-lib desktop-file-utils gmake \
21
USES=				desktop-file-utils gettext-tools:build,run \
22
				gnome pkgconfig
22
				gmake gnome pkgconfig
23
WITH_BDB_HIGHEST=	yes
23
USE_GNOME=			cairo gdkpixbuf2 glib20 gtk30 pango
24
USE_GNOME+=			cairo gdkpixbuf2 glib20 gtk30 pango
24
USE_WX=				3.2
25
USE_WX=				3.0
26
WX_CONF_ARGS=			absolute
25
WX_CONF_ARGS=			absolute
27
GNU_CONFIGURE=			yes
26
GNU_CONFIGURE=			yes
28
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
27
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
29
CONFIGURE_ENV=			WXRC="${WXRC_CMD}"
30
31
CPPFLAGS+=	-I${BDB_INCLUDE_DIR} -I${LOCALBASE}/include
32
## -stdlib=libc++
33
LDFLAGS+=	-lpthread -L${BDB_LIB_DIR} -L${LOCALBASE}/lib
34
35
OPTIONS_DEFINE=	NLS
36
OPTIONS_SUB=	yes
37
38
NLS_USES=		gettext
39
NLS_CONFIGURE_ENABLE=	nls
40
28
41
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)b/editors/poedit/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1685880376
1
TIMESTAMP = 1709329348
2
SHA256 (poedit-3.3.1.tar.gz) = 4a8af5c37be152ebab012ebf5c7e21aec3e3c692be34deaf00c78216e901b926
2
SHA256 (poedit-3.4.2.tar.gz) = 5d64e8aaf92cd016c6cc4623e781b4e7decd85f410b8b289354cb1988282a247
3
SIZE (poedit-3.3.1.tar.gz) = 3058273
3
SIZE (poedit-3.4.2.tar.gz) = 3148399
(-)b/editors/poedit/pkg-plist (-2 / +6 lines)
Lines 1-5 Link Here
1
bin/poedit
1
bin/poedit
2
share/man/man1/poedit.1.gz
3
share/applications/net.poedit.Poedit.desktop
2
share/applications/net.poedit.Poedit.desktop
4
share/applications/net.poedit.PoeditURI.desktop
3
share/applications/net.poedit.PoeditURI.desktop
5
share/icons/hicolor/128x128/apps/net.poedit.Poedit.png
4
share/icons/hicolor/128x128/apps/net.poedit.Poedit.png
Lines 69-80 share/locale/uz/LC_MESSAGES/poedit.mo Link Here
69
share/locale/vi/LC_MESSAGES/poedit.mo
68
share/locale/vi/LC_MESSAGES/poedit.mo
70
share/locale/zh_CN/LC_MESSAGES/poedit.mo
69
share/locale/zh_CN/LC_MESSAGES/poedit.mo
71
share/locale/zh_TW/LC_MESSAGES/poedit.mo
70
share/locale/zh_TW/LC_MESSAGES/poedit.mo
71
share/man/man1/poedit.1.gz
72
share/metainfo/net.poedit.Poedit.appdata.xml
72
share/metainfo/net.poedit.Poedit.appdata.xml
73
%%DATADIR%%/icons/CrowdinLogoTemplate.png
73
%%DATADIR%%/icons/AccountCrowdin.png
74
%%DATADIR%%/icons/AccountLocalazy.png
75
%%DATADIR%%/icons/CrowdinLogo.png
76
%%DATADIR%%/icons/CrowdinLogoDark.png
74
%%DATADIR%%/icons/DownvoteTemplate.png
77
%%DATADIR%%/icons/DownvoteTemplate.png
75
%%DATADIR%%/icons/ExtractorsGNUgettext.png
78
%%DATADIR%%/icons/ExtractorsGNUgettext.png
76
%%DATADIR%%/icons/ItemBookmarkTemplate.png
79
%%DATADIR%%/icons/ItemBookmarkTemplate.png
77
%%DATADIR%%/icons/ItemCommentTemplate.png
80
%%DATADIR%%/icons/ItemCommentTemplate.png
81
%%DATADIR%%/icons/LocalazyLogo.png
78
%%DATADIR%%/icons/StatusError.png
82
%%DATADIR%%/icons/StatusError.png
79
%%DATADIR%%/icons/StatusErrorBlack.png
83
%%DATADIR%%/icons/StatusErrorBlack.png
80
%%DATADIR%%/icons/StatusWarning.png
84
%%DATADIR%%/icons/StatusWarning.png

Return to bug 277431