summaryrefslogtreecommitdiffstats
path: root/devel/geany-plugins/files/bsd.geany-plugins.mk
blob: 4987c65b3c2e1f78678ffbbf24afb87fc3b2be8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# $FreeBSD$

GEANY_VER=	1.23
GEANY_PLUGINS_ALL=	addons \
			codenav \
			commander \
			debugger \
			devhelp \
			doc \
			extrasel \
			gendoc \
			geniuspaste \
			gproject \
			insertnum \
			latex \
			lipsum \
			lua \
			macro \
			miniscript \
			multiterm \
			numberedbookmarks \
			pg \
			pretty-printer \
			prj \
			scope \
			sendmail \
			shiftcolumn \
			spellcheck \
			tableconvert \
			treebrowser \
			updatechecker \
			vc \
			webhelper \
			xmlsnippets

# markdown plugin is excluded, requires peg-markdown

addons_DESC=		various small addons
codenav_DESC=		some facilities for navigating in the code
commander_DESC=		command panel for rapid access to any action
debugger_DESC=		debugging support (via GDB currently)
devhelp_DESC=		API documentation browser
doc_DESC=		execute command on the word at cursor position
extrasel_DESC=		additional selection tools
gendoc_DESC=		generate documentation from the sources comments
geniuspaste_DESC=	pastebins support
gproject_DESC=		extension of Geany's project management
insertnum_DESC=		replaces selection with integer numbers
latex_DESC=		LaTeX support
lipsum_DESC=		Lorem Ipsum generator
lua_DESC=		Lua scripting
macro_DESC=		user defined macros
# markdown_DESC=		real-time preview of rendered Markdown
miniscript_DESC=	pipe text/documents via script (shell, perl, awk, etc.)
multiterm_DESC=		multi-tabbed virtual terminals emulator
numberedbookmarks_DESC=	additional numbered bookmarks
pg_DESC=		encrypt, decrypt and verify signatures with GnuPG
pretty-printer_DESC=	formats XML and make it human-readable
prj_DESC=		alternative project manager
scope_DESC=		graphical GDB front-end
sendmail_DESC=		send a document as attachment
shiftcolumn_DESC=	move blocks of text horizontally
spellcheck_DESC=	spell check via Enchant
tableconvert_DESC=	convert tabulator separated selection into a table
treebrowser_DESC=	alternate file browser
updatechecker_DESC=	check for new version of Geany
vc_DESC=		access to different version-control systems
webhelper_DESC=		web development facilities
xmlsnippets_DESC=	XML/HTML tag autocompletion

doc_DIR=		geanydoc
extrasel_DIR=		geanyextrasel
gendoc_DIR=		geanygendoc
insertnum_DIR=		geanyinsertnum
latex_DIR=		geanylatex
lipsum_DIR=		geanylipsum
lua_DIR=		geanylua
macro_DIR=		geanymacro
miniscript_DIR=		geanyminiscript
numberedbookmarks_DIR=	geanynumberedbookmarks
pg_DIR=			geanypg
prj_DIR=		geanyprj
sendmail_DIR=		geanysendmail
vc_DIR=			geanyvc

pretty-printer_SWITCH=	--enable-pretty_printer
OpenPOWER on IntegriCloud