Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c65c4fa7d0294ac5e69f72c41070f9af510c8f7c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c65c4fa7d0294ac5e69f72c41070f9af510c8f7c)
  • Date: Sat, 26 Feb 2011 09:27:55 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 ++
devel/geany-plugins/BUILD | 3 ++
devel/geany-plugins/CONFIGURE | 51
+++++++++++++++++++++++++++++++++++++++
devel/geany-plugins/CONFLICTS | 2 +
devel/geany-plugins/DEPENDS | 45 ++++++++++++++++++++++++++++++++++
devel/geany-plugins/DETAILS | 18 +++++++++++++
devel/geany-plugins/HISTORY | 3 ++
devel/geany-plugins/hyperair.gpg |binary
devel/geany/DEPENDS | 2 -
devel/geany/DETAILS | 2 -
devel/geany/HISTORY | 3 ++
11 files changed, 130 insertions(+), 2 deletions(-)

New commits:
commit c65c4fa7d0294ac5e69f72c41070f9af510c8f7c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

geany-plugins: new spell, plugin collection for Geany IDE

commit 56bd48fd1691c903d171b7ff718b8fda8ca35ee8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

geany: corrected typo

diff --git a/ChangeLog b/ChangeLog
index e9fa7c9..b9f1631 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-02-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * devel/geany-plugins: new spell, plugin collection for Geany IDE
+
2012-02-24 Ladislav Hagara <hgr AT vabo.cz>
* video/openshot: new spell, non-linear video editor

diff --git a/devel/geany-plugins/BUILD b/devel/geany-plugins/BUILD
new file mode 100755
index 0000000..91568bd
--- /dev/null
+++ b/devel/geany-plugins/BUILD
@@ -0,0 +1,3 @@
+OPTS="$GEANY_PLUGINS_OPTS $OPTS" &&
+
+default_build
diff --git a/devel/geany-plugins/CONFIGURE b/devel/geany-plugins/CONFIGURE
new file mode 100755
index 0000000..f52b1ea
--- /dev/null
+++ b/devel/geany-plugins/CONFIGURE
@@ -0,0 +1,51 @@
+config_query_option GEANY_PLUGINS_OPTS "Build Addons plugin (tasks, systray,
etc.)?" y \
+ "--enable-addons" \
+ "--disable-addons" &&
+
+config_query_option GEANY_PLUGINS_OPTS "Build CodeNav plugin?" y \
+ "--enable-codenav" \
+ "--disable-codenav" &&
+
+config_query_option GEANY_PLUGINS_OPTS "Build GeanyDoc plugin?" y \
+ "--enable-geanydoc" \
+ "--disable-geanydoc" &&
+
+config_query_option GEANY_PLUGINS_OPTS "Build GeanyExtraSel plugin?" y \
+ "--enable-geanyextrasel" \
+ "--disable-geanyextrasel" &&
+
+config_query_option GEANY_PLUGINS_OPTS "Build GeanyInsertNum plugin?" y \
+ "--enable-geanyinsertnum" \
+ "--disable-geanyinsertnum" &&
+
+config_query_option GEANY_PLUGINS_OPTS "Build GeanyLipsum plugin?" y \
+ "--enable-geanylipsum" \
+ "--disable-geanylipsum" &&
+
+config_query_option GEANY_PLUGINS_OPTS "Build GeanySendmail plugin?" y \
+ "--enable-geanysendmail" \
+ "--disable-geanysendmail" &&
+
+config_query_option GEANY_PLUGINS_OPTS "Build GeanyPrj plugin?" y \
+ "--enable-geanyprj" \
+ "--disable-geanyprj" &&
+
+config_query_option GEANY_PLUGINS_OPTS "Build GeanyVC plugin?" y \
+ "--enable-geanyvc" \
+ "--disable-geanyvc" &&
+
+config_query_option GEANY_PLUGINS_OPTS "Build pretty-printer plugin?" y \
+ "--enable-pretty_printer" \
+ "--disable-pretty_printer" &&
+
+config_query_option GEANY_PLUGINS_OPTS "Build ShiftColumn plugin?" y \
+ "--enable-shiftcolumn" \
+ "--disable-shiftcolumn" &&
+
+config_query_option GEANY_PLUGINS_OPTS "Build Treebrowser plugin?" y \
+ "--enable-treebrowser" \
+ "--disable-treebrowser" &&
+
+config_query_option GEANY_PLUGINS_OPTS "Build Updatechecker plugin?" n \
+ "--enable-updatechecker" \
+ "--disable-updatechecker"
diff --git a/devel/geany-plugins/CONFLICTS b/devel/geany-plugins/CONFLICTS
new file mode 100755
index 0000000..e9e165e
--- /dev/null
+++ b/devel/geany-plugins/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts geanylua &&
+conflicts geanyvc
diff --git a/devel/geany-plugins/DEPENDS b/devel/geany-plugins/DEPENDS
new file mode 100755
index 0000000..fb899d9
--- /dev/null
+++ b/devel/geany-plugins/DEPENDS
@@ -0,0 +1,45 @@
+depends geany &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support" &&
+
+optional_depends lua \
+ "--enable-geanylua" \
+ "--disable-geanylua" \
+ "to build GeanyLua plugin" &&
+
+optional_depends enchant \
+ "--enable-spellcheck" \
+ "--disable-spellcheck" \
+ "to build spellcheck plugin" &&
+
+optional_depends gdb \
+ "--enable-geanygdb" \
+ "--disable-geanygdb" \
+ "to build GeanyGDB plugin" &&
+
+optional_depends texlive \
+ "--enable-geanylatex" \
+ "--disable-geanylatex" \
+ "to build GeanyLaTeX plugin" &&
+
+if list_find "$GEANY_PLUGINS_OPTS" "--enable-geanyvc"; then
+ optional_depends gtkspell \
+ "--enable-gtkspell" \
+ "--disable-gtkspell" \
+ "for spell-checking support in GeanyVC" &&
+
+ suggest_depends bzr "" "" "for Bazaar support" &&
+ suggest_depends cvs "" "" "for CVS support" &&
+ suggest_depends git "" "" "for Git support" &&
+ suggest_depends mercurial "" "" "for Mercurial support" &&
+ suggest_depends subversion "" "" "for Subversion support" &&
+ suggest_depends svk "" "" "for SVK support"
+fi &&
+
+optional_depends webkitgtk \
+ "--enable-webhelper" \
+ "--disable-webhelper" \
+ "to build WebHelper plugin"
diff --git a/devel/geany-plugins/DETAILS b/devel/geany-plugins/DETAILS
new file mode 100755
index 0000000..e04eeb4
--- /dev/null
+++ b/devel/geany-plugins/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=geany-plugins
+ VERSION=0.20
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE2=$SOURCE.sig
+ SOURCE_URL[0]=http://plugins.geany.org/$SPELL/$SOURCE
+ SOURCE2_URL[0]=$SOURCE_URL.sig
+ SOURCE_GPG=hyperair.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ LICENSE[0]=GPL
+ WEB_SITE=http://plugins.geany.org/
+ ENTERED=20110226
+ KEYWORDS="ide devel plugin"
+ SHORT="plugin collection for Geany IDE"
+cat << EOF
+This package contains a number of useful Geany plugins developed for
different
+purposes.
+EOF
diff --git a/devel/geany-plugins/HISTORY b/devel/geany-plugins/HISTORY
new file mode 100644
index 0000000..b9a0bff
--- /dev/null
+++ b/devel/geany-plugins/HISTORY
@@ -0,0 +1,3 @@
+2011-02-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, CONFIGURE, CONFLICTS, hyperair.gpg:
+ spell created
diff --git a/devel/geany-plugins/hyperair.gpg
b/devel/geany-plugins/hyperair.gpg
new file mode 100644
index 0000000..8cb0800
Binary files /dev/null and b/devel/geany-plugins/hyperair.gpg differ
diff --git a/devel/geany/DEPENDS b/devel/geany/DEPENDS
index 1d524d5..84b793e 100755
--- a/devel/geany/DEPENDS
+++ b/devel/geany/DEPENDS
@@ -4,6 +4,6 @@ depends xml-parser-expat &&
optional_depends vte \
"--enable-vte" \
"--disable-vte" \
- "for virtual termninal support" &&
+ "for virtual terminal support" &&

optional_depends g++ "" "" "to build included Scintilla module"
diff --git a/devel/geany/DETAILS b/devel/geany/DETAILS
index cff0822..80ad689 100755
--- a/devel/geany/DETAILS
+++ b/devel/geany/DETAILS
@@ -1,7 +1,7 @@
SPELL=geany
VERSION=0.20
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE2=$SOURCE.sig
+ SOURCE2=$SOURCE.sig
SOURCE_URL[0]=http://download.geany.org/$SOURCE
SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.sig
diff --git a/devel/geany/HISTORY b/devel/geany/HISTORY
index 2af432b..0fdc7b7 100644
--- a/devel/geany/HISTORY
+++ b/devel/geany/HISTORY
@@ -1,3 +1,6 @@
+2011-02-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: corrected typo
+
2011-01-06 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.20




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c65c4fa7d0294ac5e69f72c41070f9af510c8f7c), Vlad Glagolev, 02/26/2011

Archive powered by MHonArc 2.6.24.

Top of Page