pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www Remove obsolete packages, per discussion on tech-pkg.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd1a556fe459
branches:  trunk
changeset: 476035:dd1a556fe459
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Tue Jun 01 21:53:00 2004 +0000

description:
Remove obsolete packages, per discussion on tech-pkg.

diffstat:

 www/Makefile                |    4 +-
 www/Mosaic/DESCR            |    6 -
 www/Mosaic/Makefile         |   49 -----------
 www/Mosaic/PLIST            |    6 -
 www/Mosaic/distinfo         |   23 -----
 www/Mosaic/patches/patch-aa |   47 ----------
 www/Mosaic/patches/patch-ab |   14 ---
 www/Mosaic/patches/patch-ac |   14 ---
 www/Mosaic/patches/patch-ad |   13 ---
 www/Mosaic/patches/patch-ae |   22 -----
 www/Mosaic/patches/patch-af |   17 ---
 www/Mosaic/patches/patch-ag |   21 ----
 www/Mosaic/patches/patch-ah |   13 ---
 www/Mosaic/patches/patch-ai |  103 -----------------------
 www/Mosaic/patches/patch-aj |   65 ---------------
 www/Mosaic/patches/patch-ak |   12 --
 www/Mosaic/patches/patch-al |   12 --
 www/Mosaic/patches/patch-am |   12 --
 www/Mosaic/patches/patch-an |   12 --
 www/Mosaic/patches/patch-ao |   49 -----------
 www/Mosaic/patches/patch-ap |   22 -----
 www/Mosaic/patches/patch-aq |   27 ------
 www/Mosaic/patches/patch-ar |   13 ---
 www/Mosaic/patches/patch-as |   35 --------
 www/arena/DESCR             |   12 --
 www/arena/Makefile          |   71 ----------------
 www/arena/PLIST             |    6 -
 www/arena/distinfo          |   15 ---
 www/arena/patches/patch-aa  |   12 --
 www/arena/patches/patch-ab  |   72 ----------------
 www/arena/patches/patch-ac  |   23 -----
 www/arena/patches/patch-ad  |   76 -----------------
 www/arena/patches/patch-ae  |   47 ----------
 www/arena/patches/patch-af  |   19 ----
 www/arena/patches/patch-ag  |  123 ----------------------------
 www/arena/patches/patch-ah  |   15 ---
 www/arena/patches/patch-ai  |   15 ---
 www/arena/patches/patch-aj  |   26 ------
 www/arena/patches/patch-ak  |  190 --------------------------------------------
 39 files changed, 1 insertions(+), 1332 deletions(-)

diffs (truncated from 1503 to 300 lines):

diff -r eb02318cdbca -r dd1a556fe459 www/Makefile
--- a/www/Makefile      Tue Jun 01 21:51:46 2004 +0000
+++ b/www/Makefile      Tue Jun 01 21:53:00 2004 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.324 2004/05/30 13:29:04 xtraeme Exp $
+# $NetBSD: Makefile,v 1.325 2004/06/01 21:53:00 kristerw Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
 
-SUBDIR+=       Mosaic
 SUBDIR+=       adzap
 SUBDIR+=       amaya
 SUBDIR+=       analog
@@ -43,7 +42,6 @@
 SUBDIR+=       apache6
 SUBDIR+=       apachetop
 SUBDIR+=       apc-gui
-SUBDIR+=       arena
 SUBDIR+=       asWedit
 SUBDIR+=       asp2php
 SUBDIR+=       awstats
diff -r eb02318cdbca -r dd1a556fe459 www/Mosaic/DESCR
--- a/www/Mosaic/DESCR  Tue Jun 01 21:51:46 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-Mosaic - a World Wide Web browser from www.ncsa.uiuc.edu
-
-Mosaic is the original graphical WWW browser from NCSA.  Its source code
-base was used to create Netscape, among other browsers.  It is now
-unsupported, but still functions as a small, usable graphical browser in
-many environments.
diff -r eb02318cdbca -r dd1a556fe459 www/Mosaic/Makefile
--- a/www/Mosaic/Makefile       Tue Jun 01 21:51:46 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,49 +0,0 @@
-# $NetBSD: Makefile,v 1.40 2004/05/03 23:30:00 wiz Exp $
-# FreeBSD Id: Makefile,v 1.15 1998/05/27 08:44:56 dburr Exp
-#
-
-DISTNAME=              Mosaic-src-2.7b5
-PKGNAME=               mosaic-2.7b5
-PKGREVISION=           1
-CATEGORIES=            www
-MASTER_SITES=          ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Unix/source/
-
-MAINTAINER=            tech-pkg%NetBSD.org@localhost
-HOMEPAGE=              http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/
-COMMENT=               World Wide Web browser
-
-LICENSE=               mosaic-license
-
-NOT_FOR_PLATFORM=      *-*-alpha       #LP64 problems
-
-WRKSRC=                        ${WRKDIR}/Mosaic-src
-USE_BUILDLINK3=                YES
-USE_X11BASE=           YES
-USE_MOTIF12=           YES
-
-GNU_CONFIGURE=         YES
-CONFIGURE_ARGS+=       --with-jpegdir=${BUILDLINK_PREFIX.jpeg}
-CONFIGURE_ARGS+=       --with-pngdir=${BUILDLINK_PREFIX.png}
-CONFIGURE_ARGS+=       --with-zdir=${BUILDLINK_PREFIX.zlib}
-
-CPPFLAGS+=             -Dunix -I${LOCALBASE}/LessTif/Motif1.2/include
-LDFLAGS+=              -L${LOCALBASE}/LessTif/Motif1.2/lib
-LDFLAGS+=              -Wl,-R${LOCALBASE}/LessTif/Motif1.2/lib
-
-post-configure:
-       @${ECHO} '' >>${WRKSRC}/config.h
-       @${ECHO} '#define PREFIX "${PREFIX}"' >>${WRKSRC}/config.h
-
-do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/src/Mosaic ${PREFIX}/bin
-       ${LN} -sf Mosaic ${PREFIX}/bin/mosaic
-       ${INSTALL_DATA} ${WRKSRC}/app-defaults.color \
-               ${PREFIX}/lib/X11/app-defaults/Mosaic
-       ${INSTALL_DATA_DIR} ${PREFIX}/share/mosaic
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../graphics/jpeg/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.include "../../graphics/xpm/buildlink3.mk"
-.include "../../mk/motif.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r eb02318cdbca -r dd1a556fe459 www/Mosaic/PLIST
--- a/www/Mosaic/PLIST  Tue Jun 01 21:51:46 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2002/08/25 21:51:41 jlam Exp $
-bin/Mosaic
-bin/mosaic
-lib/X11/app-defaults/Mosaic
-@exec ${MKDIR} %D/share/mosaic
-@unexec ${RM} -rf %D/share/mosaic
diff -r eb02318cdbca -r dd1a556fe459 www/Mosaic/distinfo
--- a/www/Mosaic/distinfo       Tue Jun 01 21:51:46 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: distinfo,v 1.6 2004/05/03 23:30:00 wiz Exp $
-
-SHA1 (Mosaic-src-2.7b5.tar.gz) = 69705268cf8139ac51f394747e681c1bd8296fee
-Size (Mosaic-src-2.7b5.tar.gz) = 980929 bytes
-SHA1 (patch-aa) = 487e79e9756942d9ca67738c1676753e6d92b202
-SHA1 (patch-ab) = 072c393337032c2734562f07a9443dbf84ebab96
-SHA1 (patch-ac) = b87dfef54891950803a9f940ef98147f9a3bbe21
-SHA1 (patch-ad) = b39d04073ca7493fcce22e6dddf450ab8240877a
-SHA1 (patch-ae) = 808c7b715e3f7eacb3080e2c06955f96789ea331
-SHA1 (patch-af) = 95baf170eea4e70ec9a68f53cb7ae1243426dfcb
-SHA1 (patch-ag) = b178d56ff81f3a65a565d04f0999defffb61f773
-SHA1 (patch-ah) = 836b462559295232b553fa2714edf4ce0f5a4bed
-SHA1 (patch-ai) = 3e38539760dbebc66d75b6f4f8510972dd739f47
-SHA1 (patch-aj) = 5a5c4afe02ed464873f05d5010259652e44ef11d
-SHA1 (patch-ak) = d7ddc0e984fb8fdd3272f052d35910f4bb4e276a
-SHA1 (patch-al) = 6cf33d9bad1001f14e62f8a6dba114ee46384652
-SHA1 (patch-am) = 275e64a2abfca3ef851a2c5d8d7874d8e7072f85
-SHA1 (patch-an) = 9eca7442f5cb8b2f9c6ad85c6dffa2dd473ecb30
-SHA1 (patch-ao) = eb672cea24c0695ac9a0e67eb2e18cbc801f2f14
-SHA1 (patch-ap) = 4166b3381736fe52db364fa62679a099415cc992
-SHA1 (patch-aq) = 019a9c01857209a924002fc30d0f6194d6ad2fc6
-SHA1 (patch-ar) = cb5a69ff6e14ae95b59cc3c6352920a405428137
-SHA1 (patch-as) = b87806ef8423f375f2240bb880baa488e26dc6e6
diff -r eb02318cdbca -r dd1a556fe459 www/Mosaic/patches/patch-aa
--- a/www/Mosaic/patches/patch-aa       Tue Jun 01 21:51:46 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,47 +0,0 @@
-$NetBSD: patch-aa,v 1.3 1999/06/07 20:47:24 tron Exp $
-
---- libhtmlw/HTMLimages.c.orig Thu Jun 27 01:37:01 1996
-+++ libhtmlw/HTMLimages.c      Mon Jun  7 22:27:36 1999
-@@ -511,6 +511,11 @@
-               bshift = highbit(theVisual->blue_mask) - 7;
-               bmap_order = BitmapBitOrder(dsp);
- 
-+              newimage = XCreateImage(dsp,
-+                      DefaultVisual(dsp, DefaultScreen(dsp)),
-+                      depth, ZPixmap, 0, (char *)bit_data,
-+                      width, height, 8, 0);
-+
-               bitp = bit_data;
-               datap = data;
-               for (w = (width * height); w > 0; w--)
-@@ -524,7 +529,10 @@
- 
-                       if (bmap_order == MSBFirst)
-                       {
--                              *bitp++ = (unsigned char)((c >> 24) & 0xff);
-+                              if (newimage->bits_per_pixel == 32)
-+                              {
-+                                      *bitp++ = (unsigned char)((c >> 24) & 0xff);
-+                              }
-                               *bitp++ = (unsigned char)((c >> 16) & 0xff);
-                               *bitp++ = (unsigned char)((c >> 8) & 0xff);
-                               *bitp++ = (unsigned char)(c & 0xff);
-@@ -534,14 +542,13 @@
-                               *bitp++ = (unsigned char)(c & 0xff);
-                               *bitp++ = (unsigned char)((c >> 8) & 0xff);
-                               *bitp++ = (unsigned char)((c >> 16) & 0xff);
--                              *bitp++ = (unsigned char)((c >> 24) & 0xff);
-+                              if (newimage->bits_per_pixel == 32)
-+                              {
-+                                      *bitp++ = (unsigned char)((c >> 24) & 0xff);
-+                              }
-                       }
-               }
- 
--              newimage = XCreateImage(dsp,
--                      DefaultVisual(dsp, DefaultScreen(dsp)),
--                      depth, ZPixmap, 0, (char *)bit_data,
--                      width, height, 32, 0);
-               break;
-           default:
- #ifndef DISABLE_TRACE
diff -r eb02318cdbca -r dd1a556fe459 www/Mosaic/patches/patch-ab
--- a/www/Mosaic/patches/patch-ab       Tue Jun 01 21:51:46 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2004/05/03 23:30:00 wiz Exp $
-
---- libwww2/HTTCP.c.orig       1996-06-27 02:22:48.000000000 +0200
-+++ libwww2/HTTCP.c
-@@ -72,9 +72,6 @@ PRIVATE char *hostname=0;            /* The name o
- extern int errno;
- #endif /* errno */
- 
--extern char *sys_errlist[];           /* see man perror on cernvax */
--extern int sys_nerr;
--
- /*    Report Internet Error
- **    ---------------------
- */
diff -r eb02318cdbca -r dd1a556fe459 www/Mosaic/patches/patch-ac
--- a/www/Mosaic/patches/patch-ac       Tue Jun 01 21:51:46 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2004/05/03 23:30:00 wiz Exp $
-
---- src/gui-dialogs.c.orig     1996-07-18 09:49:41.000000000 +0200
-+++ src/gui-dialogs.c
-@@ -87,9 +87,6 @@ extern int is_uncompressed;
- 
- /*swp -- for ~ expansion*/
- #include <pwd.h>
--extern int sys_nerr;
--extern char *sys_errlist[];
--extern int errno;
- #define __MAX_HOME_LEN__ 256
- int pathEval(char *dest, char *src);
- char *getFileName(char *file_src);
diff -r eb02318cdbca -r dd1a556fe459 www/Mosaic/patches/patch-ad
--- a/www/Mosaic/patches/patch-ad       Tue Jun 01 21:51:46 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.4 2004/05/03 23:30:00 wiz Exp $
-
---- src/xresources.h.org       Tue Apr  9 21:41:26 1996
-+++ src/xresources.h   Tue Apr  9 21:43:12 1996
-@@ -94,7 +94,7 @@
-   { "confirmExit", "ConfirmExit", XtRBoolean, sizeof (Boolean),
-       offset (confirm_exit), XtRString, "True" },
-   /* THIS USED TO BE mailCommand BUT IS NOW sendmailCommand. */
--#ifdef __bsdi__
-+#if defined(__bsdi__) || defined(__FreeBSD__) || defined(__NetBSD__)
-   { "sendmailCommand", "SendmailCommand", XtRString, sizeof (char *),
-       offset (sendmail_command), XtRString, "/usr/sbin/sendmail -t" },
- #else
diff -r eb02318cdbca -r dd1a556fe459 www/Mosaic/patches/patch-ae
--- a/www/Mosaic/patches/patch-ae       Tue Jun 01 21:51:46 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2004/05/03 23:30:00 wiz Exp $
-
---- src/comment.h.orig 1996-06-06 22:01:43.000000000 +0200
-+++ src/comment.h
-@@ -67,7 +67,7 @@
- #ifndef _COMMENT_H
- #define _COMMENT_H
- 
--char *comment_card_html_top= \
-+static char *comment_card_html_top= \
- "<title>\n" \
- "     Comment Card for Mosaic 2.6\n" \
- "</title>\n" \
-@@ -103,7 +103,7 @@ char *comment_card_html_top= \
- "                             <p>\n" \
- "\n";
- 
--char *comment_card_html_bot= \
-+static char *comment_card_html_bot= \
- "                             </p>\n" \
- "                     </li>\n" \
- "                     <br>\n" \
diff -r eb02318cdbca -r dd1a556fe459 www/Mosaic/patches/patch-af
--- a/www/Mosaic/patches/patch-af       Tue Jun 01 21:51:46 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-af,v 1.4 2004/05/03 23:30:00 wiz Exp $
-
---- libnut/system.c.orig       1996-06-27 03:08:52.000000000 +0200
-+++ libnut/system.c
-@@ -101,12 +101,6 @@
- extern char *strdup(char *str);
- #endif
- 
--#ifndef VMS
--extern int sys_nerr;
--extern char *sys_errlist[];
--extern int errno;
--#endif
--
- 
- #ifndef DISABLE_TRACE
- int nutTrace=0;
diff -r eb02318cdbca -r dd1a556fe459 www/Mosaic/patches/patch-ag
--- a/www/Mosaic/patches/patch-ag       Tue Jun 01 21:51:46 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: patch-ag,v 1.3 1999/06/07 21:40:20 tron Exp $
-
---- src/gui.c.orig     Thu Jul 18 21:26:56 1996
-+++ src/gui.c  Mon Jun  7 23:25:44 1999
-@@ -173,6 +173,7 @@
- 
- 
- #include "libhtmlw/HTML.h"
-+#include "config.h"
- #include "xresources.h"
- #include "cci.h"
- 
-@@ -3963,7 +3964,7 @@
-     return 0;
-   else 
-     {
--{char ans[10]; printf("Press RETURN\n"); gets(ans);}
-+{char ans[10]; printf("Press RETURN\n"); fgets(ans, sizeof(ans), stdin);}
-       /* All other errors are 'fatal'. */
-       XGetErrorText (dsp, event->error_code, buf, 128);
-       fprintf (stderr, "X Error: %s\n", buf);
diff -r eb02318cdbca -r dd1a556fe459 www/Mosaic/patches/patch-ah
--- a/www/Mosaic/patches/patch-ah       Tue Jun 01 21:51:46 2004 +0000



Home | Main Index | Thread Index | Old Index