summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2006-06-30 14:00:39 +0000
committersalo <salo@pkgsrc.org>2006-06-30 14:00:39 +0000
commit48344c58471973262812525e28adb103857a7f94 (patch)
tree9cc45dbc79b4c2402ce30ea220a3a7a31239d7fe /www
parent1bfde83e292f5a8968069e84e96fa0bd278d6310 (diff)
downloadpkgsrc-48344c58471973262812525e28adb103857a7f94.tar.gz
Remove asWedit, it requires Linux libc5(!!), come on, it's 2006 already..
Diffstat (limited to 'www')
-rw-r--r--www/Makefile3
-rw-r--r--www/asWedit/DESCR5
-rw-r--r--www/asWedit/MESSAGE12
-rw-r--r--www/asWedit/Makefile49
-rw-r--r--www/asWedit/PLIST10
-rw-r--r--www/asWedit/distinfo5
6 files changed, 1 insertions, 83 deletions
diff --git a/www/Makefile b/www/Makefile
index 233c66e93c0..c668349f724 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.460 2006/06/30 13:56:37 salo Exp $
+# $NetBSD: Makefile,v 1.461 2006/06/30 14:00:39 salo Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -55,7 +55,6 @@ SUBDIR+= apache-tomcat55
SUBDIR+= apache2
SUBDIR+= apachetop
SUBDIR+= apc-gui
-SUBDIR+= asWedit
SUBDIR+= asp2php
SUBDIR+= awstats
SUBDIR+= bannerfilter
diff --git a/www/asWedit/DESCR b/www/asWedit/DESCR
deleted file mode 100644
index b332f0a0218..00000000000
--- a/www/asWedit/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
- 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.
diff --git a/www/asWedit/MESSAGE b/www/asWedit/MESSAGE
deleted file mode 100644
index f79ff033d29..00000000000
--- a/www/asWedit/MESSAGE
+++ /dev/null
@@ -1,12 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2002/09/24 12:30:46 wiz 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
-
-===========================================================================
diff --git a/www/asWedit/Makefile b/www/asWedit/Makefile
deleted file mode 100644
index 4da41f48812..00000000000
--- a/www/asWedit/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# $NetBSD: Makefile,v 1.22 2006/05/22 22:22:05 jlam Exp $
-
-DISTNAME= asWedit-4.0.1-i386.linux
-PKGNAME= ${DISTNAME:S/-i386.linux//}
-PKGREVISION= 1
-CATEGORIES= www
-MASTER_SITES= ftp://ftp.edelweb.fr/pub/asWedit/ \
- ftp://sunsite.icm.edu.pl/pub/www/asWedit/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-#HOMEPAGE= http://www.advasoft.com/asWedit.html
-COMMENT= Motif HTML and text editor
-
-.include "../../emulators/suse_linux/Makefile.application"
-
-.if !defined(USE_NATIVE_LINUX)
-DEPENDS+= suse_libc5>=7.3nb1:../../emulators/suse_libc5
-.endif
-
-ONLY_FOR_PLATFORM= *-*-i386
-
-RESTRICTED= No re-distribution
-NO_SRC_ON_FTP= ${RESTRICTED}
-NO_SRC_ON_CDROM= ${RESTRICTED}
-NO_BIN_ON_FTP= ${RESTRICTED}
-NO_BIN_ON_CDROM= ${RESTRICTED}
-
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-NO_BUILD= yes
-
-INSTALLATION_DIRS= bin libdata
-
-do-configure:
- cd ${WRKSRC} && ${CP} AsWedit AsWedit.bak && \
- ${SED} -e 's:/usr/local/lib:${PREFIX}/libdata:g' \
- -e 's:^!!\*helpDir:*helpDir:' \
- < AsWedit.bak > AsWedit
-
-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"
diff --git a/www/asWedit/PLIST b/www/asWedit/PLIST
deleted file mode 100644
index 8e533d4d80d..00000000000
--- a/www/asWedit/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 02:16:18 zuntum 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
diff --git a/www/asWedit/distinfo b/www/asWedit/distinfo
deleted file mode 100644
index 948b2a47e75..00000000000
--- a/www/asWedit/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 14:08:29 wiz Exp $
-
-SHA1 (asWedit-4.0.1-i386.linux.tar.gz) = e54f430b6d9dcb791f9087974aae96ac8c4aeec1
-RMD160 (asWedit-4.0.1-i386.linux.tar.gz) = 34d32b48d6cd0056ff6870a13e85b200383d27bd
-Size (asWedit-4.0.1-i386.linux.tar.gz) = 962384 bytes