summaryrefslogtreecommitdiff
path: root/x11/XmHTML
diff options
context:
space:
mode:
Diffstat (limited to 'x11/XmHTML')
-rw-r--r--x11/XmHTML/DESCR35
-rw-r--r--x11/XmHTML/Makefile30
-rw-r--r--x11/XmHTML/PLIST16
-rw-r--r--x11/XmHTML/buildlink3.mk24
-rw-r--r--x11/XmHTML/distinfo14
-rw-r--r--x11/XmHTML/patches/patch-aa76
-rw-r--r--x11/XmHTML/patches/patch-ab17
-rw-r--r--x11/XmHTML/patches/patch-ac33
-rw-r--r--x11/XmHTML/patches/patch-ad26
-rw-r--r--x11/XmHTML/patches/patch-ae13
-rw-r--r--x11/XmHTML/patches/patch-af13
-rw-r--r--x11/XmHTML/patches/patch-ag13
-rw-r--r--x11/XmHTML/patches/patch-ah13
-rw-r--r--x11/XmHTML/patches/patch-ai42
14 files changed, 0 insertions, 365 deletions
diff --git a/x11/XmHTML/DESCR b/x11/XmHTML/DESCR
deleted file mode 100644
index 9b9bc0182e5..00000000000
--- a/x11/XmHTML/DESCR
+++ /dev/null
@@ -1,35 +0,0 @@
-XmHTML, a high performance Motif Widget capable of displaying HTML 3.2
-conforming text. Amongst its many features are the following:
- * builtin image support for X11 bitmaps, X11 pixmaps, GIF87a, GIF89a,
- JPEG and PNG;
- * GIF images are decoded using a patent free scheme;
- * builtin support for animated GIF89a and animated GIF89a with NETSCAPE2.0
- loop extension. XmHTML supports
- * all GIF89a disposal methods;
- * image support covers all X11 visual types and display depths;
- * delayed image loading;
- * progressive image loading;
- * builtin scrolling interface (both keyboard and mouse);
- * anchors can be displayed as pushbuttons;
- * anchor can be highlighted for enhanced visual feedback;
- * autosizing;
- * capable of displaying text/html, text/plain and standalone images;
- * supports the full HTML 3.2 standard; as well as the HTML 4.0 <FRAMESET>
- tags;
- * an extensive set of callback resources;
- * full text justification;
- * smart and user-definable font mapping;
- * can work with a predefined palette (which it can even create for you);
- * builtin quantizer using Floyd-Steinberg error diffusion;
- * four different dithering methods allow one to achieve an optimum
- balance between performance and image quality;
- * HTML Table support;
- * Support for HTML4.0 Events;
- * fully compatible with LessTif
-
-XmBalloon, a very lightweight "tooltip" Widget to show a one-line string
-in a small popup-window. Features include the following:
- * Choose between a rectangular or shaped window;
- * Popup window can be transparent;
- * User-configurable Popup and popdown delays;
- * very easy to use;
diff --git a/x11/XmHTML/Makefile b/x11/XmHTML/Makefile
deleted file mode 100644
index 39c97ab8a0c..00000000000
--- a/x11/XmHTML/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.42 2007/02/22 19:27:25 wiz Exp $
-#
-
-DISTNAME= XmHTML-1.1.7
-PKGREVISION= 6
-CATEGORIES= x11
-MASTER_SITES= http://www.xs4all.nl/~ripley/XmHTML/dist/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.xs4all.nl/~ripley/XmHTML/
-COMMENT= Motif Widget capable of displaying HTML 3.2 conforming text
-
-USE_X11BASE= YES
-USE_TOOLS+= gmake
-USE_LIBTOOL= YES
-
-INSTALLATION_DIRS= lib
-
-do-install:
- ${LIBTOOL} ${LIBTOOL_FLAGS} ${INSTALL_LIB} \
- ${WRKSRC}/lib/libXmHTML.la ${PREFIX}/lib
- ${INSTALL_DATA_DIR} ${PREFIX}/include/XmHTML
- ${INSTALL_DATA} ${WRKSRC}/include/XmHTML/*.h ${PREFIX}/include/XmHTML
-
-.include "../../graphics/jpeg/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.include "../../x11/libXpm/buildlink3.mk"
-.include "../../mk/motif.buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/x11/XmHTML/PLIST b/x11/XmHTML/PLIST
deleted file mode 100644
index cacb3830151..00000000000
--- a/x11/XmHTML/PLIST
+++ /dev/null
@@ -1,16 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:57 jlam Exp $
-include/XmHTML/Balloon.h
-include/XmHTML/BalloonP.h
-include/XmHTML/HTML.h
-include/XmHTML/HTMLStrings.h
-include/XmHTML/XCC.h
-include/XmHTML/XCCP.h
-include/XmHTML/XmHTML.h
-include/XmHTML/XmHTMLP.h
-include/XmHTML/XmHTMLfuncs.h
-include/XmHTML/debug_menu.h
-include/XmHTML/resources.h
-include/XmHTML/tka.h
-include/XmHTML/toolkit.h
-lib/libXmHTML.la
-@dirrm include/XmHTML
diff --git a/x11/XmHTML/buildlink3.mk b/x11/XmHTML/buildlink3.mk
deleted file mode 100644
index df92bd0fd35..00000000000
--- a/x11/XmHTML/buildlink3.mk
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.9 2006/12/15 20:33:03 joerg Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-XMHTML_BUILDLINK3_MK:= ${XMHTML_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= XmHTML
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NXmHTML}
-BUILDLINK_PACKAGES+= XmHTML
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}XmHTML
-
-.if !empty(XMHTML_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.XmHTML+= XmHTML>=1.1.7nb2
-BUILDLINK_ABI_DEPENDS.XmHTML+= XmHTML>=1.1.7nb6
-BUILDLINK_PKGSRCDIR.XmHTML?= ../../x11/XmHTML
-.endif # XMHTML_BUILDLINK3_MK
-
-.include "../../graphics/jpeg/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.include "../../x11/libXpm/buildlink3.mk"
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/x11/XmHTML/distinfo b/x11/XmHTML/distinfo
deleted file mode 100644
index 2110dac85b1..00000000000
--- a/x11/XmHTML/distinfo
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: distinfo,v 1.8 2005/10/03 17:52:10 joerg Exp $
-
-SHA1 (XmHTML-1.1.7.tar.gz) = 4d8c82f88cf0700f6fc8898323d865b83d2a1ff1
-RMD160 (XmHTML-1.1.7.tar.gz) = 0e5cf4a0d24fc73277186a726a3997dea4ea82db
-Size (XmHTML-1.1.7.tar.gz) = 1289780 bytes
-SHA1 (patch-aa) = 3d4f8b8cbb825b91da3bae64ef2b6572406189d9
-SHA1 (patch-ab) = 2f9e88b74913c735caf139646c2637a77a1232cd
-SHA1 (patch-ac) = cf48e4eb9887df7bd5d82615aa505939ba97bee8
-SHA1 (patch-ad) = d96f518c05f27fd7e7b4fc756467c6dca4a570ef
-SHA1 (patch-ae) = 9fb001c2fc6a7fce4aaf638ea1168edcf4820998
-SHA1 (patch-af) = 41d5a342cd13ad188289b115cbd3bfc36725b961
-SHA1 (patch-ag) = 335c1139ee826ab8d04d8a7584d21675a3ae2d93
-SHA1 (patch-ah) = 78ad8dc486da8aad6911f79eb8bd22d8417aec1f
-SHA1 (patch-ai) = 300b35e24698d6e717f0b1bdfd577df91244fba4
diff --git a/x11/XmHTML/patches/patch-aa b/x11/XmHTML/patches/patch-aa
deleted file mode 100644
index 3b1ac564684..00000000000
--- a/x11/XmHTML/patches/patch-aa
+++ /dev/null
@@ -1,76 +0,0 @@
-$NetBSD: patch-aa,v 1.7 2005/07/31 05:51:28 grant Exp $
-
---- Makefile.orig 1999-02-04 11:43:27.000000000 +1100
-+++ Makefile
-@@ -40,7 +40,7 @@ PLATFORM=Motif
- # remove the examples directory from this line.
- # If you want to build the XmHTML tutorial examples, add the book directory.
-
--SUBDIRS= lib http examples tools
-+SUBDIRS= lib # http examples tools
-
- # some common definitions
- #
-@@ -64,9 +64,10 @@ MAKEDEPEND= gccmakedep
- # Compiler Settings #
- # #
- #####################
--CC = gcc
--CFLAGS = -g -funroll-loops -Wall -pipe -ansi
--LDFLAGS =
-+# Inherit from build environment
-+#CC = gcc
-+#CFLAGS = -g -funroll-loops -Wall -pipe -ansi
-+#LDFLAGS =
-
- # The following flags are *very* usefull if you are getting unresolved
- # references to functions in libraries that you *know* to exist.
-@@ -114,8 +115,8 @@ IMAGEDEFINES = -DHAVE_LIBJPEG -DHAVE_LIB
- # HAVE_LIBPNG => png.h and zlib.h
- # HAVE_LIBZ => zlib.h
-
--ZLIBINC =
--IMAGEINCLUDES = $(ZLIBINC)
-+ZLIBINC =
-+IMAGEINCLUDES = -I${LOCALBASE}/include $(ZLIBINC)
-
- # Image libraries
- # No need to add -lXpm if you need to include it with LIBS below
-@@ -166,14 +167,14 @@ IMAGELIBS = -ljpeg -lpng $(ZLIBLIB)
- # Add -DDEBUG to enable selective debug output (see the file DEBUGGING for more
- # info).
- #
--CPPFLAGS = -DDEBUG -D_GNU_SOURCE -D_BSD_SOURCE -D_POSIX_SOURCE -DHAVE_REGEX_H $(IMAGEDEFINES)
-+CPPFLAGS = -DHAVE_REGEX_H $(IMAGEDEFINES)
-
- # Various include directories
- LIBINC=-I. -I../include -I../include/common -I../../include -I../../include/common
-
- # Platform specific includes
- ifeq ($(PLATFORM),Motif)
--PLATFORMINC=-I../../include/XmHTML -I/usr/X11R6/include
-+PLATFORMINC=-I../../include/XmHTML -I${X11BASE}/include
- else
- ifeq ($(PLATFORM),gtk)
- PLATFORMINC=-I../../include/gtk-xmhtml -I/usr/local/include
-@@ -192,17 +193,17 @@ INCLUDES = $(LIBINC) $(PLATFORMINC) $(IM
- # Motif version (default)
- ifeq ($(PLATFORM),Motif)
-
--LIBDIR = -L/usr/X11R6/lib
-+LIBDIR = -L${X11BASE}/lib
- # This is what is required under Linux (Motif 2.0.1).
- # Your mileage may vary.
--LIBS = -lXm -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE
-+LIBS = ${MOTIFLIB} -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE
-
- else
-
- # gtk version (only supported port for now)
- ifeq($(PLATFORM),gtk)
-
--LIBDIR = -L/usr/local/lib
-+LIBDIR = -L${X11BASE}/lib
- LIBS = -lgdk -lgtk -lX11
-
- # endif gtk
diff --git a/x11/XmHTML/patches/patch-ab b/x11/XmHTML/patches/patch-ab
deleted file mode 100644
index 7d6b8e3bedd..00000000000
--- a/x11/XmHTML/patches/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ab,v 1.3 1999/11/13 07:31:40 jlam Exp $
-
---- examples/Makefile.orig Wed Feb 3 19:43:27 1999
-+++ examples/Makefile Tue Nov 2 01:39:14 1999
-@@ -11,10 +11,10 @@
- EXAMPLES=example_1 example_2 example_4
-
- # The XmHTML library
--XMHTMLLIB = -L../lib -lXmHTML
-+XMHTMLLIB = ../lib/libXmHTML.la
-
- # Richard Offer's http client-side library
--HTTPLIB = -L../http -lhttp
-+HTTPLIB = ../http/libhttp.la
-
- # Libraries against which all examples are linked
- LINKLIBS = $(XMHTMLLIB) $(LOADLIBES) $(DMALLOCLIB)
diff --git a/x11/XmHTML/patches/patch-ac b/x11/XmHTML/patches/patch-ac
deleted file mode 100644
index 4a04383d9ae..00000000000
--- a/x11/XmHTML/patches/patch-ac
+++ /dev/null
@@ -1,33 +0,0 @@
-$NetBSD: patch-ac,v 1.4 2001/03/05 13:52:42 skrll Exp $
-
---- http/Makefile.orig Thu Feb 4 00:43:27 1999
-+++ http/Makefile
-@@ -2,7 +2,7 @@
- # lint configuration. I use lclint.
- #
-
--LIBRARY=libhttp.a
-+LIBRARY=libhttp.la
-
- # List of source, object and header files
- SRCS=HTTP.c cookie.c
-@@ -20,16 +20,15 @@
- # rule to create .o files from .c files
- .c.o:
- $(RM) $@
-- $(CC) $(CFLAGS) $(CPPFLAGS) $(INCLUDES) -c $<
-+ ${LIBTOOL} $(CC) $(CFLAGS) $(CPPFLAGS) $(INCLUDES) -c $<
-
- all: $(TARGET)
-
- # targets to build
-
- $(TARGET):: $(OBJS)
-- $(RM) $@ \
-- $(AR) $@ $(OBJS)
-- $(RANLIB) $@
-+ $(RM) $@
-+ ${LIBTOOL} $(CC) -o $@ $(OBJS:.o=.lo) -rpath ${PREFIX}/lib -version-info 0:2
-
- stamp-includes:
- @if [ -d ../include ]; then set +x; \
diff --git a/x11/XmHTML/patches/patch-ad b/x11/XmHTML/patches/patch-ad
deleted file mode 100644
index 58478ec15d8..00000000000
--- a/x11/XmHTML/patches/patch-ad
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-ad,v 1.4 2001/03/05 13:52:42 skrll Exp $
-
---- lib/Makefile.orig Thu Feb 4 00:43:26 1999
-+++ lib/Makefile
-@@ -25,7 +25,7 @@
- # Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #
- ##############################################################################
- #
--LIBRARY=libXmHTML.a
-+LIBRARY=libXmHTML.la
-
- # Target to make
- TARGET=$(LIBRARY)
-@@ -44,9 +44,9 @@
- @(set -x; cd common; $(MAKE) all $(pass_flags) )
-
- $(TARGET):: common $(PLATFORM)
-- $(RM) $@ \
-- $(AR) $@ common/*.o $(PLATFORM)/*.o
-- $(RANLIB) $@
-+ $(RM) $@
-+ ${LIBTOOL} $(CC) -o $@ common/*.lo $(PLATFORM)/*.lo \
-+ -rpath ${PREFIX}/lib -version-info 1:2
-
- depend::
- @( for dir in $(SUBDIRS) ; do \
diff --git a/x11/XmHTML/patches/patch-ae b/x11/XmHTML/patches/patch-ae
deleted file mode 100644
index 52098b368b0..00000000000
--- a/x11/XmHTML/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2001/03/05 13:52:42 skrll Exp $
-
---- tools/Makefile.orig Thu Feb 4 00:43:27 1999
-+++ tools/Makefile
-@@ -88,7 +88,7 @@
-
- httpget:: httpget.o
- $(RM) $@ \
-- $(CC) -o $@ $(LDFLAGS) httpget.o -L../http -lhttp $(DMALLOCLIB)
-+ ${LIBTOOL} $(CC) -o $@ $(LDFLAGS) httpget.o ../http/libhttp.la $(DMALLOCLIB)
-
- # gif to gzf converter
- gif2gzf:: gif2gzf.o LZWStream.o ImBuffer.o
diff --git a/x11/XmHTML/patches/patch-af b/x11/XmHTML/patches/patch-af
deleted file mode 100644
index 833ba3dac06..00000000000
--- a/x11/XmHTML/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.3 2001/03/05 13:52:42 skrll Exp $
-
---- lib/common/Makefile.orig Mon Mar 5 13:37:18 2001
-+++ lib/common/Makefile
-@@ -56,7 +56,7 @@
- # rule to create .o files from .c files
- .c.o:
- $(RM) $@
-- $(CC) $(CFLAGS) -DVERSION=$(VERSION) $(CPPFLAGS) $(INCLUDES) -c $<
-+ ${LIBTOOL} $(CC) $(CFLAGS) -DVERSION=$(VERSION) $(CPPFLAGS) $(INCLUDES) -c $<
-
- # targets to build
- all: $(TARGET)
diff --git a/x11/XmHTML/patches/patch-ag b/x11/XmHTML/patches/patch-ag
deleted file mode 100644
index a5f603eb33c..00000000000
--- a/x11/XmHTML/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.3 2001/03/05 13:52:42 skrll Exp $
-
---- lib/Motif/Makefile.orig Mon Mar 5 13:38:22 2001
-+++ lib/Motif/Makefile
-@@ -50,7 +50,7 @@
- # rule to create .o files from .c files
- .c.o:
- $(RM) $@
-- $(CC) $(CFLAGS) -DVERSION=$(VERSION) $(CPPFLAGS) $(INCLUDES) -c $<
-+ ${LIBTOOL} $(CC) $(CFLAGS) -DVERSION=$(VERSION) $(CPPFLAGS) $(INCLUDES) -c $<
-
- # targets to build
- all: $(TARGET)
diff --git a/x11/XmHTML/patches/patch-ah b/x11/XmHTML/patches/patch-ah
deleted file mode 100644
index 0fc8a476fbe..00000000000
--- a/x11/XmHTML/patches/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2005/09/18 16:03:47 dmcmahill Exp $
-
---- include/XmHTML/XmHTMLP.h.orig 1999-01-19 21:08:39.000000000 -0500
-+++ include/XmHTML/XmHTMLP.h
-@@ -136,7 +136,7 @@
- *****/
- #ifdef _LIBRARY
- # include "XCC.h" /* XColorContext definitions and protos */
--# ifdef _ZCONF_H
-+# if defined(_ZCONF_H) || defined(ZCONF_H)
- # ifndef BYTE_ALREADY_TYPEDEFED
- # define BYTE_ALREADY_TYPEDEFED
- # endif /* BYTE_ALREADY_TYPEDEFED */
diff --git a/x11/XmHTML/patches/patch-ai b/x11/XmHTML/patches/patch-ai
deleted file mode 100644
index a87a7a815ae..00000000000
--- a/x11/XmHTML/patches/patch-ai
+++ /dev/null
@@ -1,42 +0,0 @@
-$NetBSD: patch-ai,v 1.1 2005/10/03 17:52:10 joerg Exp $
-
---- lib/common/debug.c.orig 2005-08-16 19:40:17.000000000 +0000
-+++ lib/common/debug.c
-@@ -110,7 +110,7 @@ int debug_disable_warnings = 0;
- /*** Private Function Prototype Declarations ****/
-
- /*** Private Variable Declarations ***/
--static FILE *__rsd_debug_file = stdout;
-+static FILE *__rsd_debug_file = NULL;
-
- /*****
- * When debug output is send to a file, we register an exit func to close
-@@ -128,7 +128,8 @@ __rsd_at_exit(void)
- #endif
- {
- /* close output file */
-- fclose(__rsd_debug_file);
-+ if (__rsd_debug_file != NULL)
-+ fclose(__rsd_debug_file);
- }
-
- /*****
-@@ -159,6 +160,9 @@ __rsd_fprintf(fmt, va_alist)
- va_start(arg_list);
- #endif /* __STDC__ */
-
-+ if (__rsd_debug_file == NULL)
-+ __rsd_debug_file = stdout;
-+
- /* flush to file */
- vfprintf(__rsd_debug_file, fmt, arg_list);
- va_end(arg_list);
-@@ -298,7 +302,7 @@ __rsd_setDebugLevels(int *argc, char **a
- if((chPtr = strstr(argv[i], ":")) != NULL)
- {
- /* close any existing output file */
-- if(__rsd_debug_file != stdout)
-+ if(__rsd_debug_file != stdout && __rsd_debug_file != NULL)
- fclose(__rsd_debug_file);
-
- chPtr++; /* skip : */