diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-12-31 08:43:51 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-12-31 08:43:51 +0000 |
commit | 0d09428d0cf0dd6cae9e10f3110bcae176b84eb8 (patch) | |
tree | ef87a7dd1eaeea3c3a2431901a96410d0f224db7 /www | |
parent | Fix typo (NOPORTDCS->NOPORTDOCS). (diff) |
Add new port of August, a non-WYSIWYG HTML editor written in Tcl/Tk.
Obtained from: OpenBSD
Notes
Notes:
svn path=/head/; revision=36517
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/august/Makefile | 43 | ||||
-rw-r--r-- | www/august/distinfo | 3 | ||||
-rw-r--r-- | www/august/pkg-comment | 1 | ||||
-rw-r--r-- | www/august/pkg-descr | 7 |
5 files changed, 55 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 15778e249f0a..6bc0cb1566fb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -18,6 +18,7 @@ SUBDIR += ashe # requires Motif SUBDIR += asp2php SUBDIR += aswedit + SUBDIR += august SUBDIR += bacon SUBDIR += bk2site SUBDIR += bkmrkconv diff --git a/www/august/Makefile b/www/august/Makefile new file mode 100644 index 000000000000..8a41286f69d0 --- /dev/null +++ b/www/august/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: august +# Date created: 2000-12-31 +# Whom: trevor +# +# based on the OpenBSD port by Kevin Lo <kevlo@openbsd.org> +# $OpenBSD: Makefile,v 1.6 2000/12/10 15:00:14 kevlo Exp $ +# $FreeBSD$ +# + +PORTNAME= august +PORTVERSION= 0.62b +CATEGORIES= www +MASTER_SITES= http://www.lls.se/~johanb/august/ +DISTNAME= ${PORTNAME}${PORTVERSION}.src + +MAINTAINER= trevor@FreeBSD.org + +RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint \ + identify:${PORTSDIR}/graphics/ImageMagick \ + wish8.3:${PORTSDIR}/x11-toolkits/tk83 + +NO_BUILD= yes +PLIST= ${WRKDIR}/pkg-plist + +do-patch: + ${PERL} -pi -e "s:/usr/bin/wish:${PREFIX}/bin/wish8.3:g" \ + ${WRKSRC}/august + +pre-install: + ${ECHO} bin/august > ${PLIST} +.if !defined(NOPORTDOCS) + ${ECHO} share/doc/august/specchars.txt >> ${PLIST} + ${ECHO} @dirrm share/doc/august >> ${PLIST} +.endif + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/august ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/august + ${INSTALL_DATA} ${WRKSRC}/specchars.txt ${PREFIX}/share/doc/august +.endif + +.include <bsd.port.mk> diff --git a/www/august/distinfo b/www/august/distinfo new file mode 100644 index 000000000000..2a7fcbbaff2c --- /dev/null +++ b/www/august/distinfo @@ -0,0 +1,3 @@ +MD5 (august0.62b.src.tar.gz) = 9d241c2562251cd95b3e986b807a2dd8 +RMD160 (august0.62b.src.tar.gz) = b517a3c9f6374f92db72e15461db5a400de6f8a8 +SHA1 (august0.62b.src.tar.gz) = 0d976ec6f3e3a18d7c9a5447526c9b6eb8f0efe8 diff --git a/www/august/pkg-comment b/www/august/pkg-comment new file mode 100644 index 000000000000..ce3b9f98b802 --- /dev/null +++ b/www/august/pkg-comment @@ -0,0 +1 @@ +HTML editor for the experienced Web author diff --git a/www/august/pkg-descr b/www/august/pkg-descr new file mode 100644 index 000000000000..8a865e84d5a5 --- /dev/null +++ b/www/august/pkg-descr @@ -0,0 +1,7 @@ +August is a complete, non-WYSIWYG, HTML editor written in Tcl/Tk. +It is meant for the experienced Web author. + +WWW: http://www.lls.se/~johanb/august/ + +Trevor Johnson +trevor@FreeBSD.org |