diff options
author | reed <reed> | 2006-10-20 20:25:04 +0000 |
---|---|---|
committer | reed <reed> | 2006-10-20 20:25:04 +0000 |
commit | 605941fbc6729b001c0f08fbbe5daab46a5004e3 (patch) | |
tree | 93b04b6790fc7877acb6a76cc110a115c30b750a /www | |
parent | 41e6ae386052c251e2000a9d5a4aafd36f58e24c (diff) | |
download | pkgsrc-605941fbc6729b001c0f08fbbe5daab46a5004e3.tar.gz |
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 (limited to 'www')
-rw-r--r-- | www/august/DESCR | 8 | ||||
-rw-r--r-- | www/august/MESSAGE | 10 | ||||
-rw-r--r-- | www/august/Makefile | 37 | ||||
-rw-r--r-- | www/august/PLIST | 7 | ||||
-rw-r--r-- | www/august/distinfo | 5 |
5 files changed, 67 insertions, 0 deletions
diff --git a/www/august/DESCR b/www/august/DESCR new file mode 100644 index 00000000000..3d7c82f9fac --- /dev/null +++ b/www/august/DESCR @@ -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 --git a/www/august/MESSAGE b/www/august/MESSAGE new file mode 100644 index 00000000000..b29d67921a1 --- /dev/null +++ b/www/august/MESSAGE @@ -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 --git a/www/august/Makefile b/www/august/Makefile new file mode 100644 index 00000000000..ed3741f0c1d --- /dev/null +++ b/www/august/Makefile @@ -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 +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 --git a/www/august/PLIST b/www/august/PLIST new file mode 100644 index 00000000000..38646ac8971 --- /dev/null +++ b/www/august/PLIST @@ -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 --git a/www/august/distinfo b/www/august/distinfo new file mode 100644 index 00000000000..88802e231cd --- /dev/null +++ b/www/august/distinfo @@ -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 |