Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (9535572e5c0ba49c53a55d8f62eb0d7fe10c494c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (9535572e5c0ba49c53a55d8f62eb0d7fe10c494c)
  • Date: Mon, 28 May 2007 14:50:58 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 3 +++
editors/winefish/DEPENDS | 8 ++++++++
editors/winefish/DETAILS | 28 ++++++++++++++++++++++++++++
editors/winefish/HISTORY | 2 ++
4 files changed, 41 insertions(+)

New commits:
commit 9535572e5c0ba49c53a55d8f62eb0d7fe10c494c
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

editors/winefish: new spell, a LaTeX Editor

diff --git a/ChangeLog b/ChangeLog
index 6aa7979..58167b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-05-29 Pol Vinogradov <vin.public AT gmail.com>
+ * editors/winefish: new spell, a LaTeX Editor
+
2007-05-27 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* perl-cpan/audio-flac-header: new spell, access FLAC metadata from
perl
* perl-cpan/ogg-vorbis-header-pureperl: new spell, access ogg metadata
diff --git a/editors/winefish/DEPENDS b/editors/winefish/DEPENDS
new file mode 100755
index 0000000..39510ce
--- /dev/null
+++ b/editors/winefish/DEPENDS
@@ -0,0 +1,8 @@
+depends glib2 &&
+depends gtk+2 &&
+depends pcre &&
+
+optional_depends aspell \
+ "" \
+ "" \
+ "for spell checking"
diff --git a/editors/winefish/DETAILS b/editors/winefish/DETAILS
new file mode 100755
index 0000000..7558864
--- /dev/null
+++ b/editors/winefish/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=winefish
+ VERSION=1.3.3
+ SOURCE=${SPELL}-${VERSION}.tgz
+ SOURCE_URL[0]=http://download.berlios.de/${SPELL}/${SOURCE}
+ SOURCE_URL[1]=http://download2.berlios.de/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:bc357d01d23ad5eed71e77754804201d0e13be20d6b9338b63b0599aeb174e9d1828f94251755c14494f135a3f53b76614c4a9fcc06467b49a04e07123c557ec
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://winefish.berlios.de/
+ LICENSE[0]=GPL
+ ENTERED=20070529
+ KEYWORDS="tex editors"
+ SHORT="Winefish is a LaTeX Editor"
+cat << EOF
+Winefish LaTeX Editor (based on Bluefish)
+Some features:
+* Autotext support
+* Autocompletion support
+* Command collector
+* Multiple encodings support
+* A custom menu, specify your own tags or sets of code, and define your own
+dialogs
+* Customizable syntax highlighting based on Perl Compatible regular
+expressions,
+* User customizable integration of many programs, including latex,
+pdflatex,...
+* Custom search and replace pattern support for the Custom menu
+* Wizards for startup, tables, list and others
+EOF
diff --git a/editors/winefish/HISTORY b/editors/winefish/HISTORY
new file mode 100644
index 0000000..2930c59
--- /dev/null
+++ b/editors/winefish/HISTORY
@@ -0,0 +1,2 @@
+2007-05-29 Pol Vinogradov <vin.public AT gmail.com>
+ * DEPENDS, DETAILS: created spell



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (9535572e5c0ba49c53a55d8f62eb0d7fe10c494c), Pol Vinogradov, 05/28/2007

Archive powered by MHonArc 2.6.24.

Top of Page