aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-11-25 02:49:26 +0800
committerrene <rene@FreeBSD.org>2014-11-25 02:49:26 +0800
commite66e1ed01d38dec68a2d634e025457f564317b99 (patch)
tree1b0770915c5d652f55358e540e49f91766078a36 /www
parent7a3a670bae6428980181fb1c23d1b851a685709c (diff)
downloadfreebsd-ports-gnome-e66e1ed01d38dec68a2d634e025457f564317b99.tar.gz
freebsd-ports-gnome-e66e1ed01d38dec68a2d634e025457f564317b99.tar.zst
freebsd-ports-gnome-e66e1ed01d38dec68a2d634e025457f564317b99.zip
Reomove expired port:
2014-11-24 www/chimera: Abandonware (last update in 1997), restrictive license
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/chimera/Makefile26
-rw-r--r--www/chimera/distinfo2
-rw-r--r--www/chimera/files/patch-Common.tmpl.dist25
-rw-r--r--www/chimera/files/patch-cache.c11
-rw-r--r--www/chimera/files/patch-compat__Imakefile11
-rw-r--r--www/chimera/files/patch-lib__Imakefile10
-rw-r--r--www/chimera/files/patch-libhtmlw__HTML-PSformat.c40
-rw-r--r--www/chimera/files/patch-local.c11
-rw-r--r--www/chimera/files/patch-util.c20
-rw-r--r--www/chimera/pkg-descr5
-rw-r--r--www/chimera/pkg-plist15
-rw-r--r--www/chimera/scripts/configure15
13 files changed, 0 insertions, 192 deletions
diff --git a/www/Makefile b/www/Makefile
index a27ab9aa3ed4..bc072df5ba4c 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -77,7 +77,6 @@
SUBDIR += checkbot
SUBDIR += chems
SUBDIR += cherokee
- SUBDIR += chimera
SUBDIR += choqok
SUBDIR += chpasswd
SUBDIR += chromium
diff --git a/www/chimera/Makefile b/www/chimera/Makefile
deleted file mode 100644
index 80c3ab9fbe4d..000000000000
--- a/www/chimera/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Satoshi Asami <asami@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= chimera
-PORTVERSION= 1.70p0
-PORTREVISION= 4
-CATEGORIES= www
-MASTER_SITES= http://www.rocklinux.net/people/ripclaw/projects/software/chimera/devel/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= X/Athena-based World Wide Web client
-
-DEPRECATED= Abandonware (last update in 1997), restrictive license
-EXPIRATION_DATE= 2014-11-24
-
-RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
-
-NO_LATEST_LINK= yes
-USES= imake
-USE_XORG= ice sm x11 xaw xext xmu xpm xt
-
-# Call the port's configure script explicitly, since USES=imake masks it out
-pre-configure:
- ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
-
-.include <bsd.port.mk>
diff --git a/www/chimera/distinfo b/www/chimera/distinfo
deleted file mode 100644
index 074bb9137de8..000000000000
--- a/www/chimera/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (chimera-1.70p0.tar.gz) = dd35707655d5418363e4b4e84cb1c8255465187df987f98df6b779e960bbb66e
-SIZE (chimera-1.70p0.tar.gz) = 305281
diff --git a/www/chimera/files/patch-Common.tmpl.dist b/www/chimera/files/patch-Common.tmpl.dist
deleted file mode 100644
index d0b69baf153a..000000000000
--- a/www/chimera/files/patch-Common.tmpl.dist
+++ /dev/null
@@ -1,25 +0,0 @@
---- Common.tmpl.dist.orig Sun Apr 2 05:20:24 1995
-+++ Common.tmpl.dist Sat May 7 13:15:10 2005
-@@ -28,11 +28,12 @@
- CUTILDIR = $(BINDIR)
- CLIBDIR = $(LIBDIR)/chimera
- CMANDIR = $(MANDIR)
-+CETCDIR = $(LOCALBASE)/etc
-
- CDEFINES = \
- -DCUTILDIR=\"$(CUTILDIR)\" \
- -DCONVERT_FILES=\"~/.chimera_convert:$(CLIBDIR)/convert\" \
---DMIME_TYPE_FILES=\"~/.chimera_mime.types:$(CLIBDIR)/mime.types\" \
-+-DMIME_TYPE_FILES=\"~/.chimera_mime.types:$(CETCDIR)/mime.types\" \
- -DMAIL_CAPS=\"~/.mailcap:$(CLIBDIR)/mailcap\" \
- -DPROTOCOL_FILES=\"~/.chimera_protocol:$(CLIBDIR)/protocol\" \
- -DCACHE_INFO_FILES=\"~/.chimera_cacheinfo:$(CLIBDIR)/cacheinfo\" \
-@@ -80,7 +81,7 @@
- #define NEED_STRCASECMP 0
-
- CEXTRA_DEFINES = -DHAVE_MKTIME -DHAVE_STDLIB_H -DHAVE_STRING_H \
-- -DHAVE_UNISTD_H -DHAVE_MALLOC_H
-+ -DHAVE_UNISTD_H
-
- /*
- * OSF1 needs -D_BSD
diff --git a/www/chimera/files/patch-cache.c b/www/chimera/files/patch-cache.c
deleted file mode 100644
index 84a22a87a822..000000000000
--- a/www/chimera/files/patch-cache.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/cache.c.orig Fri Apr 18 20:18:36 1997
-+++ src/cache.c Sat Nov 2 14:50:53 2002
-@@ -28,7 +28,7 @@
- #include <sys/param.h>
- #include <fcntl.h>
-
--#if defined(SYSV) || defined(SVR4)|| defined(__arm)
-+#if defined(SYSV) || defined(SVR4)|| defined(__arm) || defined(__FreeBSD__)
- #include <dirent.h>
- #define DIRSTUFF struct dirent
- #else
diff --git a/www/chimera/files/patch-compat__Imakefile b/www/chimera/files/patch-compat__Imakefile
deleted file mode 100644
index 8e9be8d5be71..000000000000
--- a/www/chimera/files/patch-compat__Imakefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./compat/Imakefile.org Mon Mar 13 19:48:00 1995
-+++ ./compat/Imakefile Wed Jun 11 12:42:13 1997
-@@ -31,7 +31,7 @@
-
- DependTarget()
- #else
--all:
-+all::
-
- depend::
- #endif
diff --git a/www/chimera/files/patch-lib__Imakefile b/www/chimera/files/patch-lib__Imakefile
deleted file mode 100644
index 428053be6365..000000000000
--- a/www/chimera/files/patch-lib__Imakefile
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/Imakefile.orig Sat May 7 13:14:22 2005
-+++ lib/Imakefile Sat May 7 13:14:26 2005
-@@ -7,7 +7,6 @@
- InstallNonExec(convert,$(CLIBDIR))
- InstallNonExec(home.html,$(CLIBDIR))
- InstallNonExec(help.html,$(CLIBDIR))
--InstallNonExec(mime.types,$(CLIBDIR))
- InstallNonExec(mailcap,$(CLIBDIR))
- InstallNonExec(protocol,$(CLIBDIR))
- InstallNonExec(cacheinfo,$(CLIBDIR))
diff --git a/www/chimera/files/patch-libhtmlw__HTML-PSformat.c b/www/chimera/files/patch-libhtmlw__HTML-PSformat.c
deleted file mode 100644
index 154d1bff46c1..000000000000
--- a/www/chimera/files/patch-libhtmlw__HTML-PSformat.c
+++ /dev/null
@@ -1,40 +0,0 @@
---- libhtmlw/HTML-PSformat.c.orig Sun May 4 17:08:32 1997
-+++ libhtmlw/HTML-PSformat.c Sun Nov 30 11:03:28 2003
-@@ -41,7 +41,11 @@
- * permission of John Bradley.
- */
-
-+#if 0
- #include <varargs.h>
-+#else
-+#include <stdarg.h>
-+#endif
-
- #include <stdio.h>
- #include <ctype.h>
-@@ -204,9 +208,13 @@
- }
- #else /* not BROKEN_SOLARIS_COMPILER_STDARG */
- static int
-+#if 0
- PSprintf (format, va_alist)
- char *format;
- va_dcl
-+#else
-+PSprintf (char *format, ...)
-+#endif
- {
- int len;
- char *s;
-@@ -222,7 +230,11 @@
- }
- PS_string = s;
- }
-+#if 0
- va_start (args);
-+#else
-+ va_start (args, format);
-+#endif
- len = vsprintf (PS_string + PS_len, format, args);
- /* this is a hack to make it work on systems were vsprintf(s,...)
- * returns s, instead of the len.
diff --git a/www/chimera/files/patch-local.c b/www/chimera/files/patch-local.c
deleted file mode 100644
index 89dc2e36abbe..000000000000
--- a/www/chimera/files/patch-local.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/local.c.orig Tue May 6 07:50:38 1997
-+++ src/local.c Sat Nov 2 14:52:00 2002
-@@ -26,7 +26,7 @@
- #include <sys/types.h>
- #include <sys/stat.h>
-
--#if defined(SYSV) || defined(SVR4) || defined(__arm)
-+#if defined(SYSV) || defined(SVR4) || defined(__arm) || defined(__FreeBSD__)
- #include <dirent.h>
- #define DIRSTUFF struct dirent
- #else
diff --git a/www/chimera/files/patch-util.c b/www/chimera/files/patch-util.c
deleted file mode 100644
index 4ee9fe5a2e18..000000000000
--- a/www/chimera/files/patch-util.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/util.c.orig Fri Oct 25 11:27:19 2002
-+++ src/util.c Fri Oct 25 11:28:18 2002
-@@ -132,7 +132,7 @@
- static void
- ReapChild()
- {
--#if defined(WNOHANG) && !defined(SYSV) && !defined(SVR4)
-+#if defined(WNOHANG) && !defined(SYSV) && !defined(SVR4) && !defined(__FreeBSD__)
- int pid;
- #endif
- extern int errno;
-@@ -142,7 +142,7 @@
- * It would probably be better to use the POSIX mechanism here,but I have not
- * checked into it. This gets us off the ground with SYSV. RSE@GMI
- */
--#if defined(WNOHANG) && !defined(SYSV) && !defined(SVR4)
-+#if defined(WNOHANG) && !defined(SYSV) && !defined(SVR4) && !defined(__FreeBSD__)
- union wait st;
-
- do
diff --git a/www/chimera/pkg-descr b/www/chimera/pkg-descr
deleted file mode 100644
index 81817a67e67a..000000000000
--- a/www/chimera/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Chimera is a program which allows a user to access World Wide Web servers
-and other information servers. It presents the user with a point-and-click
-graphical interface using the X Window System and the Athena Widgets.
-
-WWW: http://www.rocklinux.net/people/ripclaw/projects/software/chimera/
diff --git a/www/chimera/pkg-plist b/www/chimera/pkg-plist
deleted file mode 100644
index 6d8b5d2d3774..000000000000
--- a/www/chimera/pkg-plist
+++ /dev/null
@@ -1,15 +0,0 @@
-bin/chimera
-lib/cacheinfo
-lib/convert
-lib/help.html
-lib/home.html
-lib/mailcap
-lib/protocol
-lib/chimera/Chimera
-lib/chimera/do3270
-lib/chimera/dotelnet
-lib/chimera/mailto.pl
-lib/chimera/playaudio
-lib/chimera/pstopxm
-man/man1/chimera.1.gz
-@dirrm lib/chimera
diff --git a/www/chimera/scripts/configure b/www/chimera/scripts/configure
deleted file mode 100644
index 3791d59b0f3e..000000000000
--- a/www/chimera/scripts/configure
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-cd $WRKSRC || exit 1;
-
-cp options.h.dist options.h || exit 1;
-
-cp Common.tmpl.dist Common.tmpl || exit 1;
-cat >>Common.tmpl<<EOF || exit 1;
-CBINDIR = $PREFIX/bin
-CUTILDIR = $PREFIX/lib/chimera
-CLIBDIR = $PREFIX/lib
-CMANDIR = $PREFIX/man/man1
-XAPPLOADDIR = $PREFIX/lib/chimera
-EOF
-exit 0;