pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/august Import august.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27f9a2954f52
branches:  trunk
changeset: 520385:27f9a2954f52
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri Oct 20 20:25:04 2006 +0000

description:
Import august.

August is a very simple, free HTML editor for the UNIX platform.
It is a non-WYSIWYG editor like Aswedit or Hotdog. It has buttons
to insert standard HTML tags and other common simple text editor
commands.

August is written with the Tcl/TK scripting language and graphical
toolkit.  It's distributed as a single script, which means that if
you know Tcl/Tk you can very easily customize August yourself.

(This is old and out-dated but I am loking for something
that will be real easy for children to use.)

diffstat:

 www/august/DESCR    |   8 ++++++++
 www/august/MESSAGE  |  10 ++++++++++
 www/august/Makefile |  37 +++++++++++++++++++++++++++++++++++++
 www/august/PLIST    |   7 +++++++
 www/august/distinfo |   5 +++++
 5 files changed, 67 insertions(+), 0 deletions(-)

diffs (87 lines):

diff -r 747ae34fe48b -r 27f9a2954f52 www/august/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/august/DESCR  Fri Oct 20 20:25:04 2006 +0000
@@ -0,0 +1,8 @@
+August is a very simple, free HTML editor for the UNIX platform.
+It is a non-WYSIWYG editor like Aswedit or Hotdog. It has buttons
+to insert standard HTML tags and other common simple text editor
+commands.
+
+August is written with the Tcl/TK scripting language and graphical
+toolkit.  It's distributed as a single script, which means that if
+you know Tcl/Tk you can very easily customize August yourself.
diff -r 747ae34fe48b -r 27f9a2954f52 www/august/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/august/MESSAGE        Fri Oct 20 20:25:04 2006 +0000
@@ -0,0 +1,10 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2006/10/20 20:25:04 reed Exp $
+
+For further functionality, consider installing graphics/ImageMagick
+and www/weblint.
+
+August uses ImageMagick commands to determine width and height of
+images and Weblint to check HTML syntax.
+
+===========================================================================
diff -r 747ae34fe48b -r 27f9a2954f52 www/august/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/august/Makefile       Fri Oct 20 20:25:04 2006 +0000
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/10/20 20:25:04 reed Exp $
+#
+
+DISTNAME=      august0.63b.src
+PKGNAME=       august-0.63b
+CATEGORIES=    www editors
+MASTER_SITES=  http://www.bostream.nu/johanb/august/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.bostream.nu/johanb/august/
+COMMENT=       Simple Tk-based HTML editor
+
+NO_BUILD=      yes
+USE_LANGUAGES= # none
+
+USE_TOOLS+=             wish:run
+
+INSTALLATION_DIRS=     bin share/doc/august
+
+# needs Tcl/Tk version 8.0 or better
+REPLACE_INTERPRETER+=  wish
+REPLACE.wish.old=      /usr/bin/wish
+REPLACE.wish.new=      ${WISH}
+REPLACE_FILES.wish=    august
+
+# ImageMagick and Weblint is also recommended (but not necessary).
+# August uses ImageMagick commands to determine width and
+# height of images, and Weblint to check html syntax.
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/august ${PREFIX}/bin/
+       ${INSTALL_MAN} ${WRKSRC}/license.txt ${PREFIX}/share/doc/august/
+       ${INSTALL_MAN} ${WRKSRC}/readme.txt ${PREFIX}/share/doc/august/
+       ${INSTALL_MAN} ${WRKSRC}/specchars.txt ${PREFIX}/share/doc/august/
+       ${INSTALL_MAN} ${WRKSRC}/keyname.tcl ${PREFIX}/share/doc/august/
+
+.include "../../mk/bsd.pkg.mk"
diff -r 747ae34fe48b -r 27f9a2954f52 www/august/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/august/PLIST  Fri Oct 20 20:25:04 2006 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/20 20:25:04 reed Exp $
+bin/august
+share/doc/august/keyname.tcl
+share/doc/august/license.txt
+share/doc/august/readme.txt
+share/doc/august/specchars.txt
+@dirrm share/doc/august
diff -r 747ae34fe48b -r 27f9a2954f52 www/august/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/august/distinfo       Fri Oct 20 20:25:04 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/10/20 20:25:04 reed Exp $
+
+SHA1 (august0.63b.src.tar.gz) = d1023e471b84c98bb3d42af6e31f23d5714e6e1b
+RMD160 (august0.63b.src.tar.gz) = 984ed8469da53c454e341aef93277e49f74b79a3
+Size (august0.63b.src.tar.gz) = 59659 bytes



Home | Main Index | Thread Index | Old Index