Initial import of asWedit-4.0.1, a Linux HTML and text editor.
This commit is contained in:
parent
b584bc479c
commit
5932803705
6 changed files with 75 additions and 0 deletions
44
www/asWedit/Makefile
Normal file
44
www/asWedit/Makefile
Normal file
|
@ -0,0 +1,44 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2000/07/17 09:39:05 rh Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ${PKGNAME}-i386.linux
|
||||
PKGNAME= asWedit-4.0.1
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME}
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.advasoft.com/asWedit/ \
|
||||
http://gd.tuwien.ac.at/infosys/editors/asWedit/ \
|
||||
ftp://ftp.edelweb.fr/pub/asWedit/ \
|
||||
ftp://sunsite.icm.edu.pl/pub/www/asWedit/ \
|
||||
ftp://sunsite.auc.dk/pub/infosystems/www/asWedit/
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://www.advasoft.com/asWedit.html
|
||||
|
||||
DEPENDS+= suse_linux>=6.1:../../emulators/suse_linux
|
||||
|
||||
ONLY_FOR_PLATFORM= NetBSD-*-i386
|
||||
NO_CDROM= "Redistribution not permitted"
|
||||
RESTRICTED= "No re-distribution"
|
||||
MIRROR_DISTFILE= no
|
||||
NO_BUILD= yes
|
||||
MESSAGE_FILE= ${WRKDIR}/MESSAGE
|
||||
|
||||
do-configure:
|
||||
cd ${WRKSRC} && ${CP} AsWedit AsWedit.bak && \
|
||||
${SED} -e 's:/usr/local/lib:${PREFIX}/libdata:g' \
|
||||
-e 's:^!!\*helpDir:*helpDir:' \
|
||||
< AsWedit.bak > AsWedit
|
||||
${SED} -e 's:@@PREFIX@@:${PREFIX}:g' \
|
||||
< ${PKGDIR}/MESSAGE > ${WRKDIR}/MESSAGE
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/asWedit ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/asWedit.hlp ${PREFIX}/libdata
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/asWedit
|
||||
${INSTALL_DATA} ${WRKSRC}/AsWedit ${PREFIX}/share/examples/asWedit
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/asWedit
|
||||
.for docs in INSTALL LICENSE ORDERING README
|
||||
${INSTALL_DATA} ${WRKSRC}/${docs} ${PREFIX}/share/doc/asWedit
|
||||
.endfor
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
www/asWedit/files/md5
Normal file
3
www/asWedit/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 2000/07/17 09:39:06 rh Exp $
|
||||
|
||||
MD5 (asWedit-4.0.1-i386.linux.tar.gz) = fe2ad74bf033631e35e68a905d8a6f2f
|
1
www/asWedit/pkg/COMMENT
Normal file
1
www/asWedit/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
Motif HTML and text editor
|
5
www/asWedit/pkg/DESCR
Normal file
5
www/asWedit/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
asWedit is a comprehensive and easy to use HTML and text editor for X Window
|
||||
System and Motif. It offers three independent modes: a plain text editing mode
|
||||
and two context-sensitive, validating modes for authoring of HyperText Markup
|
||||
Language documents as used on the Internet and intranets. The two HTML modes
|
||||
are HTML 4.0 Transitional and HTML 4.0 Frameset.
|
12
www/asWedit/pkg/MESSAGE
Normal file
12
www/asWedit/pkg/MESSAGE
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: MESSAGE,v 1.1.1.1 2000/07/17 09:39:05 rh Exp $
|
||||
|
||||
==========================================================================
|
||||
asWedit has now been installed in @@PREFIX@@.
|
||||
|
||||
Before using this package for the first time, each user has to merge
|
||||
the contents of @@PREFIX@@/share/examples/asWedit/AsWedit with his/her
|
||||
X resources. This can be done using the command
|
||||
|
||||
xrdb -merge @@PREFIX@@/share/examples/asWedit/AsWedit
|
||||
|
||||
==========================================================================
|
10
www/asWedit/pkg/PLIST
Normal file
10
www/asWedit/pkg/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2000/07/17 09:39:05 rh Exp $
|
||||
bin/asWedit
|
||||
libdata/asWedit.hlp
|
||||
share/examples/asWedit/AsWedit
|
||||
share/doc/asWedit/INSTALL
|
||||
share/doc/asWedit/LICENSE
|
||||
share/doc/asWedit/ORDERING
|
||||
share/doc/asWedit/README
|
||||
@dirrm share/doc/asWedit
|
||||
@dirrm share/examples/asWedit
|
Loading…
Reference in a new issue