pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www Remove asWedit, it requires Linux libc5(!!), come ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/070e1407b068
branches: trunk
changeset: 515300:070e1407b068
user: salo <salo%pkgsrc.org@localhost>
date: Fri Jun 30 14:00:39 2006 +0000
description:
Remove asWedit, it requires Linux libc5(!!), come on, it's 2006 already..
diffstat:
www/Makefile | 3 +--
www/asWedit/DESCR | 5 -----
www/asWedit/MESSAGE | 12 ------------
www/asWedit/Makefile | 49 -------------------------------------------------
www/asWedit/PLIST | 10 ----------
www/asWedit/distinfo | 5 -----
6 files changed, 1 insertions(+), 83 deletions(-)
diffs (118 lines):
diff -r 5f3bfe0b54b1 -r 070e1407b068 www/Makefile
--- a/www/Makefile Fri Jun 30 13:57:16 2006 +0000
+++ b/www/Makefile Fri Jun 30 14:00:39 2006 +0000
@@ -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+= apache2
SUBDIR+= apachetop
SUBDIR+= apc-gui
-SUBDIR+= asWedit
SUBDIR+= asp2php
SUBDIR+= awstats
SUBDIR+= bannerfilter
diff -r 5f3bfe0b54b1 -r 070e1407b068 www/asWedit/DESCR
--- a/www/asWedit/DESCR Fri Jun 30 13:57:16 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 5f3bfe0b54b1 -r 070e1407b068 www/asWedit/MESSAGE
--- a/www/asWedit/MESSAGE Fri Jun 30 13:57:16 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 5f3bfe0b54b1 -r 070e1407b068 www/asWedit/Makefile
--- a/www/asWedit/Makefile Fri Jun 30 13:57:16 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-#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 -r 5f3bfe0b54b1 -r 070e1407b068 www/asWedit/PLIST
--- a/www/asWedit/PLIST Fri Jun 30 13:57:16 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 5f3bfe0b54b1 -r 070e1407b068 www/asWedit/distinfo
--- a/www/asWedit/distinfo Fri Jun 30 13:57:16 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index