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

(-)b/Makefile (-8 / +6 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	geany
8
PORTNAME=	geany
9
PORTVERSION=	0.20
9
PORTVERSION=	0.21
10
CATEGORIES=	devel editors
10
CATEGORIES=	devel editors
11
MASTER_SITES=	http://download.geany.org/ SF
11
MASTER_SITES=	http://download.geany.org/ SF
12
12
13
MAINTAINER=	ar@null.lv
13
MAINTAINER=	ar@null.lv
14
COMMENT=	A fast and lightweight GTK+ IDE
14
COMMENT=	A fast and lightweight GTK+ IDE
15
15
16
LICENSE=	GPLv2
17
16
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
17
INSTALLS_ICONS=	yes
19
INSTALLS_ICONS=	yes
18
USE_BZIP2=	yes
20
USE_BZIP2=	yes
19
USE_GMAKE=	yes
21
USE_GMAKE=	yes
20
USE_GNOME=	gtk20
22
USE_GNOME=	gnomehack gtk20
21
CPPFLAGS+=	-I${LOCALBASE}/include
23
CPPFLAGS+=	-I${LOCALBASE}/include
22
LDFLAGS+=	-L${LOCALBASE}/lib
24
LDFLAGS+=	-L${LOCALBASE}/lib
23
25
Lines 26-32 OPTIONS= VTE "Enable Virtual Terminal Emulation support" on \ Link Here
26
28
27
MAN1=		geany.1
29
MAN1=		geany.1
28
30
29
.include <bsd.port.pre.mk>
31
.include <bsd.port.options.mk>
30
32
31
.if !defined(WITHOUT_NLS)
33
.if !defined(WITHOUT_NLS)
32
USE_GETTEXT=	yes
34
USE_GETTEXT=	yes
Lines 51-62 post-patch: Link Here
51
	@${REINPLACE_CMD} -e '/^SUBDIRS/ s|po||' ${WRKSRC}/Makefile.in
53
	@${REINPLACE_CMD} -e '/^SUBDIRS/ s|po||' ${WRKSRC}/Makefile.in
52
.endif
54
.endif
53
55
54
post-configure:
55
	@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \
56
		${WRKSRC}/Makefile
57
58
post-install:
56
post-install:
59
	${INSTALL_DATA} ${WRKSRC}/geany.desktop ${PREFIX}/share/applications/
57
	${INSTALL_DATA} ${WRKSRC}/geany.desktop ${PREFIX}/share/applications/
60
	${INSTALL_MAN} ${WRKSRC}/doc/geany.1 ${MAN1PREFIX}/man/man1
58
	${INSTALL_MAN} ${WRKSRC}/doc/geany.1 ${MAN1PREFIX}/man/man1
61
59
62
.include <bsd.port.post.mk>
60
.include <bsd.port.mk>
(-)b/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (geany-0.20.tar.bz2) = 59ae065c5ab007eea7dd3f2df6ca0cde61b326ce2d6aa2d5b44f5554fd2895bd
1
SHA256 (geany-0.21.tar.bz2) = cc0609d4c4d3bd8cf772bc4994d51cb1f79a12da5a82f2335a381293c5123a8c
2
SIZE (geany-0.20.tar.bz2) = 3010953
2
SIZE (geany-0.21.tar.bz2) = 3109890
(-)b/pkg-descr (-1 / +1 lines)
Lines 3-6 developed to provide a small and fast IDE, which has only a few dependencies Link Here
3
on other packages. Another goal was to be as independent as possible from a
3
on other packages. Another goal was to be as independent as possible from a
4
special Desktop Environment like KDE or GNOME.
4
special Desktop Environment like KDE or GNOME.
5
5
6
WWW: http://geany.uvena.de/
6
WWW: http://www.geany.org
(-)b/pkg-plist (-21 / +32 lines)
Lines 45-69 lib/geany/splitwindow.la Link Here
45
lib/geany/splitwindow.so
45
lib/geany/splitwindow.so
46
libdata/pkgconfig/geany.pc
46
libdata/pkgconfig/geany.pc
47
share/applications/geany.desktop
47
share/applications/geany.desktop
48
share/icons/hicolor/16x16/apps/classviewer-class.png
49
share/icons/hicolor/16x16/apps/classviewer-macro.png
50
share/icons/hicolor/16x16/apps/classviewer-member.png
51
share/icons/hicolor/16x16/apps/classviewer-method.png
52
share/icons/hicolor/16x16/apps/classviewer-namespace.png
53
share/icons/hicolor/16x16/apps/classviewer-other.png
54
share/icons/hicolor/16x16/apps/classviewer-struct.png
55
share/icons/hicolor/16x16/apps/classviewer-var.png
56
share/icons/hicolor/16x16/apps/geany.png
57
share/icons/hicolor/48x48/apps/geany.png
58
share/icons/hicolor/scalable/apps/geany.svg
59
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
48
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
60
%%PORTDOCS%%%%DOCSDIR%%/COPYING
49
%%PORTDOCS%%%%DOCSDIR%%/COPYING
61
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
50
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
62
%%PORTDOCS%%%%DOCSDIR%%/NEWS
51
%%PORTDOCS%%%%DOCSDIR%%/NEWS
63
%%PORTDOCS%%%%DOCSDIR%%/README
52
%%PORTDOCS%%%%DOCSDIR%%/README
64
%%PORTDOCS%%%%DOCSDIR%%/ScintillaLicense.txt
53
%%PORTDOCS%%%%DOCSDIR%%/ScintillaLicense.txt
65
%%PORTDOCS%%%%DOCSDIR%%/TODO
66
%%PORTDOCS%%%%DOCSDIR%%/THANKS
54
%%PORTDOCS%%%%DOCSDIR%%/THANKS
55
%%PORTDOCS%%%%DOCSDIR%%/TODO
67
%%PORTDOCS%%%%DOCSDIR%%/html/images/build_menu_commands_dialog.png
56
%%PORTDOCS%%%%DOCSDIR%%/html/images/build_menu_commands_dialog.png
68
%%PORTDOCS%%%%DOCSDIR%%/html/images/find_dialog.png
57
%%PORTDOCS%%%%DOCSDIR%%/html/images/find_dialog.png
69
%%PORTDOCS%%%%DOCSDIR%%/html/images/find_in_files_dialog.png
58
%%PORTDOCS%%%%DOCSDIR%%/html/images/find_in_files_dialog.png
Lines 75-93 share/icons/hicolor/scalable/apps/geany.svg Link Here
75
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_files.png
64
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_files.png
76
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_gen_misc.png
65
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_gen_misc.png
77
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_gen_startup.png
66
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_gen_startup.png
78
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_interface.png
67
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_interface_interface.png
68
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_interface_notebook.png
69
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_interface_toolbar.png
79
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_keys.png
70
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_keys.png
80
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_printing.png
71
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_printing.png
81
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_templ.png
72
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_templ.png
82
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_toolbar.png
83
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_tools.png
73
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_tools.png
74
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_various.png
84
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_vte.png
75
%%PORTDOCS%%%%DOCSDIR%%/html/images/pref_dialog_vte.png
85
%%PORTDOCS%%%%DOCSDIR%%/html/images/replace_dialog.png
76
%%PORTDOCS%%%%DOCSDIR%%/html/images/replace_dialog.png
86
%%PORTDOCS%%%%DOCSDIR%%/html/index.html
77
%%PORTDOCS%%%%DOCSDIR%%/html/index.html
87
%%PORTDOCS%%%%DOCSDIR%%/manual.txt
78
%%PORTDOCS%%%%DOCSDIR%%/manual.txt
88
%%DATADIR%%/GPL-2
79
%%DATADIR%%/GPL-2
80
%%DATADIR%%/c99.tags
81
%%DATADIR%%/colorschemes/alt.conf
89
%%DATADIR%%/filetype_extensions.conf
82
%%DATADIR%%/filetype_extensions.conf
83
%%DATADIR%%/filetypes.Cython.conf
90
%%DATADIR%%/filetypes.Genie.conf
84
%%DATADIR%%/filetypes.Genie.conf
85
%%DATADIR%%/filetypes.Scala.conf
91
%%DATADIR%%/filetypes.abc
86
%%DATADIR%%/filetypes.abc
92
%%DATADIR%%/filetypes.actionscript
87
%%DATADIR%%/filetypes.actionscript
93
%%DATADIR%%/filetypes.ada
88
%%DATADIR%%/filetypes.ada
Lines 95-100 share/icons/hicolor/scalable/apps/geany.svg Link Here
95
%%DATADIR%%/filetypes.c
90
%%DATADIR%%/filetypes.c
96
%%DATADIR%%/filetypes.caml
91
%%DATADIR%%/filetypes.caml
97
%%DATADIR%%/filetypes.cmake
92
%%DATADIR%%/filetypes.cmake
93
%%DATADIR%%/filetypes.cobol
98
%%DATADIR%%/filetypes.common
94
%%DATADIR%%/filetypes.common
99
%%DATADIR%%/filetypes.conf
95
%%DATADIR%%/filetypes.conf
100
%%DATADIR%%/filetypes.cpp
96
%%DATADIR%%/filetypes.cpp
Lines 116-123 share/icons/hicolor/scalable/apps/geany.svg Link Here
116
%%DATADIR%%/filetypes.java
112
%%DATADIR%%/filetypes.java
117
%%DATADIR%%/filetypes.javascript
113
%%DATADIR%%/filetypes.javascript
118
%%DATADIR%%/filetypes.latex
114
%%DATADIR%%/filetypes.latex
119
%%DATADIR%%/filetypes.lua
120
%%DATADIR%%/filetypes.lisp
115
%%DATADIR%%/filetypes.lisp
116
%%DATADIR%%/filetypes.lua
121
%%DATADIR%%/filetypes.makefile
117
%%DATADIR%%/filetypes.makefile
122
%%DATADIR%%/filetypes.markdown
118
%%DATADIR%%/filetypes.markdown
123
%%DATADIR%%/filetypes.matlab
119
%%DATADIR%%/filetypes.matlab
Lines 139-157 share/icons/hicolor/scalable/apps/geany.svg Link Here
139
%%DATADIR%%/filetypes.vhdl
135
%%DATADIR%%/filetypes.vhdl
140
%%DATADIR%%/filetypes.xml
136
%%DATADIR%%/filetypes.xml
141
%%DATADIR%%/filetypes.yaml
137
%%DATADIR%%/filetypes.yaml
142
%%DATADIR%%/c99.tags
143
%%DATADIR%%/html_entities.tags
138
%%DATADIR%%/html_entities.tags
144
%%DATADIR%%/pascal.tags
139
%%DATADIR%%/pascal.tags
145
%%DATADIR%%/php.tags
140
%%DATADIR%%/php.tags
146
%%DATADIR%%/python.tags
141
%%DATADIR%%/python.tags
147
%%DATADIR%%/snippets.conf
142
%%DATADIR%%/snippets.conf
148
%%DATADIR%%/ui_toolbar.xml
149
%%DATADIR%%/colorschemes/alt.conf
150
%%DATADIR%%/templates/bsd
143
%%DATADIR%%/templates/bsd
151
%%DATADIR%%/templates/changelog
144
%%DATADIR%%/templates/changelog
152
%%DATADIR%%/templates/fileheader
145
%%DATADIR%%/templates/fileheader
153
%%DATADIR%%/templates/function
154
%%DATADIR%%/templates/gpl
155
%%DATADIR%%/templates/files/file.html
146
%%DATADIR%%/templates/files/file.html
156
%%DATADIR%%/templates/files/file.php
147
%%DATADIR%%/templates/files/file.php
157
%%DATADIR%%/templates/files/file.rb
148
%%DATADIR%%/templates/files/file.rb
Lines 161-167 share/icons/hicolor/scalable/apps/geany.svg Link Here
161
%%DATADIR%%/templates/files/main.d
152
%%DATADIR%%/templates/files/main.d
162
%%DATADIR%%/templates/files/main.java
153
%%DATADIR%%/templates/files/main.java
163
%%DATADIR%%/templates/files/main.py
154
%%DATADIR%%/templates/files/main.py
155
%%DATADIR%%/templates/files/main.vala
164
%%DATADIR%%/templates/files/program.pas
156
%%DATADIR%%/templates/files/program.pas
157
%%DATADIR%%/templates/function
158
%%DATADIR%%/templates/gpl
159
%%DATADIR%%/ui_toolbar.xml
160
share/icons/hicolor/16x16/apps/classviewer-class.png
161
share/icons/hicolor/16x16/apps/classviewer-macro.png
162
share/icons/hicolor/16x16/apps/classviewer-member.png
163
share/icons/hicolor/16x16/apps/classviewer-method.png
164
share/icons/hicolor/16x16/apps/classviewer-namespace.png
165
share/icons/hicolor/16x16/apps/classviewer-other.png
166
share/icons/hicolor/16x16/apps/classviewer-struct.png
167
share/icons/hicolor/16x16/apps/classviewer-var.png
168
share/icons/hicolor/16x16/apps/geany.png
169
share/icons/hicolor/48x48/apps/geany.png
170
share/icons/hicolor/scalable/apps/geany.svg
165
%%NLS%%share/locale/ast/LC_MESSAGES/geany.mo
171
%%NLS%%share/locale/ast/LC_MESSAGES/geany.mo
166
%%NLS%%share/locale/be/LC_MESSAGES/geany.mo
172
%%NLS%%share/locale/be/LC_MESSAGES/geany.mo
167
%%NLS%%share/locale/bg/LC_MESSAGES/geany.mo
173
%%NLS%%share/locale/bg/LC_MESSAGES/geany.mo
Lines 171-176 share/icons/hicolor/scalable/apps/geany.svg Link Here
171
%%NLS%%share/locale/el/LC_MESSAGES/geany.mo
177
%%NLS%%share/locale/el/LC_MESSAGES/geany.mo
172
%%NLS%%share/locale/en_GB/LC_MESSAGES/geany.mo
178
%%NLS%%share/locale/en_GB/LC_MESSAGES/geany.mo
173
%%NLS%%share/locale/es/LC_MESSAGES/geany.mo
179
%%NLS%%share/locale/es/LC_MESSAGES/geany.mo
180
%%NLS%%share/locale/fa/LC_MESSAGES/geany.mo
174
%%NLS%%share/locale/fi/LC_MESSAGES/geany.mo
181
%%NLS%%share/locale/fi/LC_MESSAGES/geany.mo
175
%%NLS%%share/locale/fr/LC_MESSAGES/geany.mo
182
%%NLS%%share/locale/fr/LC_MESSAGES/geany.mo
176
%%NLS%%share/locale/gl/LC_MESSAGES/geany.mo
183
%%NLS%%share/locale/gl/LC_MESSAGES/geany.mo
Lines 195-201 share/icons/hicolor/scalable/apps/geany.svg Link Here
195
%%NLS%%share/locale/zh_TW/LC_MESSAGES/geany.mo
202
%%NLS%%share/locale/zh_TW/LC_MESSAGES/geany.mo
196
%%NLS%%@dirrmtry share/locale/lb/LC_MESSAGES
203
%%NLS%%@dirrmtry share/locale/lb/LC_MESSAGES
197
%%NLS%%@dirrmtry share/locale/lb
204
%%NLS%%@dirrmtry share/locale/lb
198
@dirrm lib/geany
205
%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES
206
%%NLS%%@dirrmtry share/locale/kk
207
%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES
208
%%NLS%%@dirrmtry share/locale/ast
199
@dirrm %%DATADIR%%/templates/files
209
@dirrm %%DATADIR%%/templates/files
200
@dirrm %%DATADIR%%/templates
210
@dirrm %%DATADIR%%/templates
201
@dirrm %%DATADIR%%/colorschemes
211
@dirrm %%DATADIR%%/colorschemes
Lines 204-209 share/icons/hicolor/scalable/apps/geany.svg Link Here
204
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
214
%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
205
%%PORTDOCS%%@dirrm %%DOCSDIR%%
215
%%PORTDOCS%%@dirrm %%DOCSDIR%%
206
@dirrmtry share/applications
216
@dirrmtry share/applications
217
@dirrm lib/geany
207
@dirrm include/geany/tagmanager
218
@dirrm include/geany/tagmanager
208
@dirrm include/geany/scintilla
219
@dirrm include/geany/scintilla
209
@dirrm include/geany
220
@dirrm include/geany

Return to bug 161240