aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-01-06 00:54:27 +0800
committermiwi <miwi@FreeBSD.org>2007-01-06 00:54:27 +0800
commitfda9db44f1d4626896205372a3916e88519276dd (patch)
treeace46ced8b9027f1237f2d975c50677af5832c9a /www
parent4cb88098ca91abfd73b040698c116c2c948dc993 (diff)
downloadfreebsd-ports-gnome-fda9db44f1d4626896205372a3916e88519276dd.tar.gz
freebsd-ports-gnome-fda9db44f1d4626896205372a3916e88519276dd.tar.zst
freebsd-ports-gnome-fda9db44f1d4626896205372a3916e88519276dd.zip
2006-12-01 net-p2p/gnome-btdownload: does not run with BitTorrent 4.x yet
2006-12-01 print/ec-fonts-mftraced: Installs files before 'make install' 2006-12-01 print/yatex-xemacs-mule: hangs during build 2006-12-01 security/gnu-crypto: Does not compile 2006-12-01 www/linux-beonex: Security issues. From http://www.beonex.com/ 'The currently available Beonex Communicator 0.8 builds have several known security bugs'
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/linux-beonex/Makefile94
-rw-r--r--www/linux-beonex/distinfo6
-rw-r--r--www/linux-beonex/pkg-descr13
4 files changed, 0 insertions, 114 deletions
diff --git a/www/Makefile b/www/Makefile
index 80ef9b9b2a5c..d869d0de45e1 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -235,7 +235,6 @@
SUBDIR += linklint
SUBDIR += links
SUBDIR += links1
- SUBDIR += linux-beonex
SUBDIR += linux-firefox
SUBDIR += linux-firefox-devel
SUBDIR += linux-flashplugin7
diff --git a/www/linux-beonex/Makefile b/www/linux-beonex/Makefile
deleted file mode 100644
index a795778d466e..000000000000
--- a/www/linux-beonex/Makefile
+++ /dev/null
@@ -1,94 +0,0 @@
-# New ports collection makefile for: linux-beonex
-# Date created: 2002-10-10
-# Whom: trevor
-#
-# $FreeBSD$
-#
-
-PORTNAME= beonex
-PORTVERSION= 0.8.2
-PORTREVISION= 2
-CATEGORIES= www linux
-MASTER_SITES= http://ftp.ibiblio.org/pub/packages/infosystems/WWW/clients/beonex/communicator/0.8/ \
- ftp://ftp.ibiblio.org/pub/packages/infosystems/WWW/clients/beonex/communicator/0.8/
-PKGNAMEPREFIX= linux-
-DISTNAME= beonex-comm-${PORTVERSION}-stable-1-linux-i686
-
-FORBIDDEN= Security issues. From http://www.beonex.com/ 'The currently available Beonex\
- Communicator 0.8 builds have several known security bugs'
-DEPRECATED= ${FORBIDDEN}
-EXPIRATION_DATE=2006-12-01
-
-PATCH_SITES= ${MASTER_SITE_LOCAL}
-PATCH_SITE_SUBDIR=trevor
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Browser, HTML editor, mail and news client for use with Linux plugins
-
-RUN_DEPENDS= ${LINUXBASE}/usr/lib/libjpeg.so.62.0.0:${PORTSDIR}/graphics/linux-jpeg \
- ${LINUXBASE}/usr/lib/libpng.so.2.1.0.16:${PORTSDIR}/graphics/linux-png10 \
- ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk
-
-NO_BUILD= yes
-ONLY_FOR_ARCHS= i386
-USE_LINUX= yes
-USE_X_PREFIX= yes
-PATCHFILES= linux-beonex-generated-files-${PORTVERSION}.tar.bz2
-PKGMESSAGE= ${WRKDIR}/pkg-message
-PLIST= ${WRKDIR}/pkg-plist
-USE_BZIP2= yes
-WRKSRC= ${WRKDIR}/beonex-comm
-
-post-extract:
- ${RM} ${WRKSRC}/chrome/chatzilla.jar \
- ${WRKSRC}/components/chatzilla-service.js
-
-do-patch:
- ${BZIP2_CMD} -dc ${DISTDIR}/${DIST_SUBDIR}/${PATCHFILES} | \
- ${TAR} -C ${WRKSRC} -xf -
- ${ECHO_CMD} "#!/bin/sh" >${WRKDIR}/linkfarm
- ${ECHO_CMD} "# Run this after installing Mozilla or Netscape plugins." \
- >>${WRKDIR}/linkfarm
- ${ECHO_CMD} "cd ${PREFIX}/lib/linux-beonex/plugins" \
- >>${WRKDIR}/linkfarm
-.for ii in netscape-linux/plugins flash linux-mozilla/plugins \
- linux-netscape*/plugins linux-flashplugin6
- ${ECHO_CMD} -n "${FIND} ${LOCALBASE}/lib/${ii}/*" \
- >>${WRKDIR}/linkfarm
- ${ECHO_CMD} " -maxdepth 1 -exec ${LN} -s {} \; 2>/dev/null" \
- >>${WRKDIR}/linkfarm
-.endfor
-
-pre-install:
- ${ECHO_CMD} bin/linux-beonex > ${PLIST}
- ${ECHO_CMD} "@unexec ${FIND} ${PREFIX}/lib/linux-beonex/plugins -type l\
- -exec ${RM} {} \;" >> ${PLIST}
- cd ${WRKSRC} && ${FIND} -s * -type f -o -type l | \
- ${SED} -e 's:^:lib/linux-beonex/:' >> ${PLIST} \
- && ${FIND} -d * -type d | \
- ${SED} -e 's:^:@dirrm lib/linux-beonex/:' >> ${PLIST}
- ${ECHO_CMD} lib/linux-beonex/linkfarm >> ${PLIST}
- ${ECHO_CMD} @dirrm lib/linux-beonex >> ${PLIST}
- ${ECHO_CMD} "@exec ${PREFIX}/lib/linux-beonex/linkfarm" >> ${PLIST}
-
-do-install:
- ${MKDIR} ${PREFIX}/lib/linux-beonex
- ${CHMOD} 755 ${PREFIX}/lib/linux-beonex
- cd ${WRKSRC} && ${FIND} * | ${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} \
- ${PREFIX}/lib/linux-beonex
- ${LN} -s ${PREFIX}/lib/linux-beonex/beonex-comm \
- ${PREFIX}/bin/linux-beonex
- ${INSTALL_SCRIPT} ${WRKDIR}/linkfarm ${PREFIX}/lib/linux-beonex
-# This is missing a ${BRANDELF} -t Linux <executables>
-
-post-install:
- @${ECHO_CMD} \
- \*\* After adding plugins to \(Linux\) Mozilla or Netscape, run\
- > ${PKGMESSAGE}
- @${ECHO_CMD} \*\* ${PREFIX}/lib/linux-beonex/linkfarm >> ${PKGMESSAGE}
- @${ECHO_CMD} \*\* as root to make them available to linux-beonex. \
- >> ${PKGMESSAGE}
- @- ${SH} ${PREFIX}/lib/linux-beonex/linkfarm || true
- @ ${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/www/linux-beonex/distinfo b/www/linux-beonex/distinfo
deleted file mode 100644
index 1bd8c67632fc..000000000000
--- a/www/linux-beonex/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 (beonex-comm-0.8.2-stable-1-linux-i686.tar.bz2) = dd9c9ba74ce4f77bc3995a657ca8ae02
-SHA256 (beonex-comm-0.8.2-stable-1-linux-i686.tar.bz2) = 3c409fa7d6393940ff51dec4dd9a96dda997d66a319a37f20e9a273d9f283088
-SIZE (beonex-comm-0.8.2-stable-1-linux-i686.tar.bz2) = 11872593
-MD5 (linux-beonex-generated-files-0.8.2.tar.bz2) = 62fe1dba21ef04c90be4661f3ee89c93
-SHA256 (linux-beonex-generated-files-0.8.2.tar.bz2) = 0b200d97b9cc5e404e6827f18182081a4779452d9ceba836b2fed281ce856a0b
-SIZE (linux-beonex-generated-files-0.8.2.tar.bz2) = 161478
diff --git a/www/linux-beonex/pkg-descr b/www/linux-beonex/pkg-descr
deleted file mode 100644
index 260736e8568d..000000000000
--- a/www/linux-beonex/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-This is the Beonex Communicator suite (Web browser, HTML editor, e-mail user
-agent, news reader, address book, and spell-checker) pre-compiled for
-Linux/i386. It is based on Mozilla, but with extra emphasis on security and
-privacy. The Linux version is necessary for running plugins which are only
-available as Linux binaries.
-
-Because of a security bug, the Chatzilla IRC client is not included in this
-port.
-
-The www/linuxflashplugin port and the Flash plugin from the www/linux-netscape6
-port are compatible with this. Java does not work. Your mileage may vary.
-
-WWW: http://beonex.com/