6cb0 FreshPorts -- devel/geany-plugins
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
geany-plugins 1.23 devel on this many watch lists=1 search for ports that depend on this port
Geany plugins (meta port)
Maintained by: makc@FreeBSD.org search for ports maintained by this maintainer
Port Added: 01 Sep 2010 14:36:37
License: not specified in port


Plenty of plugins for different purposes from the Geany-Plugins project.

WWW: http://plugins.geany.org
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Run:
  1. devel/geany-plugins-l10n
  2. devel/geany-plugin-addons
  3. devel/geany-plugin-codenav
  4. devel/geany-plugin-commander
  5. devel/geany-plugin-debugger
  6. devel/geany-plugin-devhelp
  7. devel/geany-plugin-doc
  8. devel/geany-plugin-extrasel
  9. devel/geany-plugin-gendoc
  10. devel/geany-plugin-geniuspaste
  11. devel/geany-plugin-gproject
  12. devel/geany-plugin-insertnum
  13. devel/geany-plugin-latex
  14. devel/geany-plugin-lipsum
  15. devel/geany-plugin-lua
  16. devel/geany-plugin-macro
  17. devel/geany-plugin-miniscript
  18. devel/geany-plugin-multiterm
  19. devel/geany-plugin-numberedbookmarks
  20. devel/geany-plugin-pg
  21. devel/geany-plugin-pretty-printer
  22. devel/geany-plugin-prj
  23. devel/geany-plugin-scope
  24. devel/geany-plugin-sendmail
  25. devel/geany-plugin-shiftcolumn
  26. devel/geany-plugin-spellcheck
  27. devel/geany-plugin-tableconvert
  28. devel/geany-plugin-treebrowser
  29. devel/geany-plugin-updatechecker
  30. devel/geany-plugin-vc
  31. devel/geany-plugin-webhelper
  32. devel/geany-plugin-xmlsnippets
There are no ports dependent upon this port

To install the port: cd /usr/ports/devel/geany-plugins/ && make install clean
To add the package: pkg_add -r geany-plugins


Configuration Options
===> The following configuration options are available for geany-plugins-1.23:
     NLS=on: Native Language Support
     ADDONS=on: various small addons
     CODENAV=on: some facilities for navigating in the code
     COMMANDER=on: command panel for rapid access to any action
     DEBUGGER=on: debugging support (via GDB currently)
     DEVHELP=on: API documentation browser
     DOC=on: execute command on the word at cursor position
     EXTRASEL=on: additional selection tools
     GENDOC=on: generate documentation from the sources comments
     GENIUSPASTE=on: pastebins support
     GPROJECT=on: extension of Geany's project management
     INSERTNUM=on: replaces selection with integer numbers
     LATEX=on: LaTeX support
     LIPSUM=on: Lorem Ipsum generator
     LUA=on: Lua scripting
     MACRO=on: user defined macros
     MINISCRIPT=on: pipe text/documents via script (shell, perl, awk, etc.)
     MULTITERM=on: multi-tabbed virtual terminals emulator
     NUMBEREDBOOKMARKS=on: additional numbered bookmarks
     PG=on: encrypt, decrypt and verify signatures with GnuPG
     PRETTY-PRINTER=on: formats XML and make it human-readable
     PRJ=on: alternative project manager
     SCOPE=on: graphical GDB front-end
     SENDMAIL=on: send a document as attachment
     SHIFTCOLUMN=on: move blocks of text horizontally
     SPELLCHECK=on: spell check via Enchant
     TABLECONVERT=on: convert tabulator separated selection into a table
     TREEBROWSER=on: alternate file browser
     UPDATECHECKER=on: check for new version of Geany
     VC=on: access to different version-control systems
     WEBHELPER=on: web development facilities
     XMLSNIPPETS=on: XML/HTML tag autocompletion
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2012-10-06
    Affects: users of devel/geany-plugins
    Author: makc@FreeBSD.org
    Reason: 
      devel/geany-plugins has been updated to 1.22 and split into numerous
      devel/geany-plugin-* ports. geany-plugins must be deinstalled before
      running any port upgrade utility.
    
    

Number of commits found: 14

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
02 Jun 2013 15:13:15
Original commit files touched by this commit  1.23
tijl search for other commits by this committer
Set .MAKE.FreeBSD_UL=yes to support bmake. It is already set in
bsd.port.mk, but these ports use :U and/or :L variable modifiers in
a .for loop which is expanded before bsd.port.mk is included.

Reviewed by:	makc
11 May 2013 08:09:14
Original commit files touched by this commit  1.23
makc search for other commits by this committer
Fix packaging after conversion to USES

Reported by:	pointyhat (miwi)
26 Apr 2013 15:10:57
Original commit files touched by this commit  1.23
bapt search for other commits by this committer
Convert USE_GETTEXT -> USES=gettext

While here:
- Trim headers
- Remove some useless pre.mk/post.mk
- Convert to optionsng
23 Apr 2013 10:13:20
Original commit files touched by this commit  1.23
bapt search for other commits by this committer
Convert devel to USES=pkgconfig
21 Mar 2013 14:43:24
Original commit files touched by this commit  1.23
makc search for other commits by this committer
- Update Geany and plugins to 1.23
- Add ports for new plugins (commander, scope) and localization forgotten
  after splitting (geany-plugins-l10n). geanyGDB plugin has been removed
  upstream. markdown plugin excluded from ports as it requires currently
  missing port for libmarkdown.
- Patch configure script and remove build dependence on shells/bash
20 Mar 2013 16:36:41
Original commit files touched by this commit  1.22
makc search for other commits by this committer
Reformat one plugin per line, to make future updates plain
06 Oct 2012 18:21:00
Original commit files touched by this commit  1.22
makc search for other commits by this committer
- Update to 0.21 [1]
- Update to 1.22 and split into geany-plugin-* ports
- Convert to new options framework
- Take maintainership

PR:		ports/165494 [1],
		ports/171856
Submitted by:	Marco Trentini <marco at datasked.com> [1]
Approved by:	maintainer timeouts (2 weeks for ports/171856)
16 May 2012 08:34:54
Original commit files touched by this commit  0.19
miwi search for other commits by this committer
- s/LIBDEPENS/LIB_DEPENDS
29 Oct 2011 21:57:15
Original commit files touched by this commit  0.19
pav search for other commits by this committer
- Mark BROKEN: does not compile
  ../addons/src/addons.c: In function 'plugin_set_info':
  ../addons/src/addons.c:44: error: 'LOCALEDIR' undeclared (first use in this
function)

Reported by:    pointyhat
16 Jun 2011 17:15:28
Original commit files touched by this commit  0.19
pav search for other commits by this committer
- Disable failing plugin and unbreak

Submitted by:   Sergey V. Dyatko <sergey.dyatko@gmail.com>
13 Jun 2011 21:17:56
Original commit files touched by this commit  0.19
pav search for other commits by this committer
- Mark BROKEN: does not compile

Reported by:    pointyhat
15 Feb 2011 17:32:11
Original commit files touched by this commit  0.19
chinsan search for other commits by this committer
- fix typo on COMMENT
- remove obsoleted checksum algorithm

PR:             ports/154804
Submitted by:   me
Approved by:    maintainer
09 Oct 2010 20:44:25
Original commit files touched by this commit  0.19
makc search for other commits by this committer
Update to 0.19
Pass maintaineship to Andris Raugulis (devel/geany maintainer)

PR:             ports/150931
Submitted by:   Aldis Berjoza (former maintainer)
01 Sep 2010 14:36:07
Original commit files touched by this commit  0.18
pav search for other commits by this committer
Geany is a small and lightweight integrated development environment. It was
developed to provide a small and fast IDE, which has only a few dependencies
on other packages. Another goal was to be as independent as possible from a
special Desktop Environment like KDE or GNOME.

This port contains plugins for geany

WWW: http://plugins.geany.org/

PR:             ports/146955
Submitted by:   Aldis Berjoza <aldis@bsdroot.lv>

Number of commits found: 14

2810
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10Aug 14
linux-f10-flashplugin11Aug 14
tor-develJun 16
dbusJun 13
owncloudJun 11
php5Jun 07
php53Jun 07
phpmyadminJun 05
telepathy-gabbleJun 05
chromiumJun 04
chromiumJun 04
libdmxJun 04
libFSJun 04
libGLJun 04
libGLJun 04

11 vulnerabilities affecting 33 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24566
Broken 190
Deprecated 460
Ignore 564
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 51
Set to expire 445
Interactive 33
new 24 hours 3
new 48 hours10
new 7 days30
new fortnight94
new month175

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0