summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-12-15 03:18:03 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-12-15 03:18:03 +0000
commitdad50d99b195f0597431757a3b8c63f1012e6731 (patch)
tree544072f356f3cefa26a6a5225882423a4ffe98f4 /net
parent- added the missing .if statement around the IGNORE (diff)
Remove expired ports.
Notes
Notes: svn path=/head/; revision=151214
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/ppxp/Makefile107
-rw-r--r--net/ppxp/distinfo2
-rw-r--r--net/ppxp/files/patch-aa13
-rw-r--r--net/ppxp/files/patch-ab15
-rw-r--r--net/ppxp/files/patch-ac10
-rw-r--r--net/ppxp/pkg-descr13
-rw-r--r--net/ppxp/pkg-install8
-rw-r--r--net/ppxp/pkg-plist178
9 files changed, 0 insertions, 347 deletions
diff --git a/net/Makefile b/net/Makefile
index 292d123dd38c..c11c6f199e60 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -575,7 +575,6 @@
SUBDIR += pppoa
SUBDIR += ppptraf
SUBDIR += pptpclient
- SUBDIR += ppxp
SUBDIR += proxy-connect
SUBDIR += proxy-suite
SUBDIR += proxychains
diff --git a/net/ppxp/Makefile b/net/ppxp/Makefile
deleted file mode 100644
index ebb92ccd0ff6..000000000000
--- a/net/ppxp/Makefile
+++ /dev/null
@@ -1,107 +0,0 @@
-# New ports collection makefile for: ppxp
-# Date created: 24 Dec 1999
-# Whom: Norio Suzuki <nosuzuki@e-mail.ne.jp>
-# KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp>
-# Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ppxp
-PORTVERSION= 2001080415
-PORTREVISION= 2
-.if defined(WITH_TCLJP)
-CATEGORIES+= net tk80
-.else
-CATEGORIES+= net tk83
-.endif
-MASTER_SITES= http://www.dsl.gr.jp/~manabe/PPxP/packages/ \
- http://www.linet.gr.jp/~manabe/PPxP/packages/
-
-MAINTAINER= nosuzuki@postcard.st
-COMMENT= A new and easy to use PPP software
-
-FORBIDDEN= http://vuxml.FreeBSD.org/641e8609-cab5-11d9-9aed-000e0c2e438a.html
-DEPRECATED= ${FORBIDDEN}
-EXPIRATION_DATE=2005-11-09
-
-LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms
-.if defined(WITH_TCLJP)
-BUILD_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80 \
- tclsh8.0jp:${PORTSDIR}/japanese/tcl80
-LIB_DEPENDS+= tcl80jp.1:${PORTSDIR}/japanese/tcl80
-RUN_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80 \
- tclsh8.0jp:${PORTSDIR}/japanese/tcl80
-.else
-BUILD_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 \
- tclsh8.3:${PORTSDIR}/lang/tcl83
-LIB_DEPENDS+= tcl83.1:${PORTSDIR}/lang/tcl83
-RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 \
- tclsh8.3:${PORTSDIR}/lang/tcl83
-.endif
-
-USE_PERL5_BUILD=yes
-USE_XPM= yes
-USE_GMAKE= yes
-USE_AUTOTOOLS= autoconf:213
-.if defined(WITH_TCLJP)
-CONFIGURE_ARGS+= --with-tclsh=${PREFIX}/bin/tclsh8.0jp \
- --with-wish=${PREFIX}/bin/wish8.0jp \
- --with-tcl-includes=${PREFIX}/include/tcl8.0jp \
- --with-tcl-config=${PREFIX}/lib/tcl8.0jp/tclConfig.sh \
- --with-tk-config=${PREFIX}/lib/tk8.0jp/tkConfig.sh
-.else
-CONFIGURE_ARGS+= --with-tclsh=${PREFIX}/bin/tclsh8.3 \
- --with-wish=${PREFIX}/bin/wish8.3 \
- --with-tcl-includes=${PREFIX}/include/tcl8.3 \
- --with-tcl-config=${PREFIX}/lib/tcl8.3/tclConfig.sh \
- --with-tk-config=${PREFIX}/lib/tk8.3/tkConfig.sh
-.endif
-MAN1= PPxP.1 plast.1
-MAN5= ppxp-files.5
-MANLANG= ja
-
-WRKSRC= ${WRKDIR}/ppxp
-MAKEFILE= makefile
-
-DOC_C= QuickStart.txt
-DOC_ja_JP= QuickStart.txt QuickUsage.txt guide-1.html guide-2.html \
- guide-3.html guide-4.html guide-5.html guide-6.html \
- guide-7.html guide-8.html guide-9.html guide-10.html \
- guide-11.html guide.html Answers.txt Report.txt
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-BROKEN= "Does not compile on FreeBSD >= 5.x"
-.else
-BROKEN= "Does not compile on FreeBSD 4.x"
-.endif
-
-.if ${ARCH} == "ia64"
-BROKEN= "Coredump during build on ia64"
-.endif
-
-post-patch:
- @${FIND} ${WRKSRC} -name '*.orig' -exec ${RM} -f '{}' ';'
- @${PERL} -pi -e 's/^CFLAGS/#$$&/' ${WRKSRC}/configure
-
-post-install:
- @${INSTALL_MAN} ${WRKSRC}/doc/ja_JP/PPxP.1 ${PREFIX}/man/${MANLANG}/man1
- @${INSTALL_MAN} ${WRKSRC}/doc/ja_JP/plast.1 ${PREFIX}/man/${MANLANG}/man1
- @${INSTALL_MAN} ${WRKSRC}/doc/ja_JP/ppxp-files.5 ${PREFIX}/man/${MANLANG}/man5
- @${MKDIR} ${PREFIX}/share/doc/ppxp/C
-.for file in ${DOC_C}
- @${INSTALL_DATA} ${WRKSRC}/doc/C/${file} ${PREFIX}/share/doc/ppxp/C
-.endfor
- @${MKDIR} ${PREFIX}/share/doc/ppxp/ja
-.for file in ${DOC_ja_JP}
- @${INSTALL_DATA} ${WRKSRC}/doc/ja_JP/${file} ${PREFIX}/share/doc/ppxp/ja
-.endfor
- @${MKDIR} ${PREFIX}/share/doc/tkppxp
- @${INSTALL_DATA} ${WRKSRC}/console/tcltk/README ${PREFIX}/share/doc/tkppxp
- @${MKDIR} ${PREFIX}/share/doc/xppxp
- @${INSTALL_DATA} ${WRKSRC}/console/xppxp/README ${PREFIX}/share/doc/xppxp
- csh ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-
-.include <bsd.port.post.mk>
diff --git a/net/ppxp/distinfo b/net/ppxp/distinfo
deleted file mode 100644
index 19298a24ad13..000000000000
--- a/net/ppxp/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (ppxp-2001080415.tar.gz) = 35dc6007ee4eafa9685f5e1e695a1464
-SIZE (ppxp-2001080415.tar.gz) = 426444
diff --git a/net/ppxp/files/patch-aa b/net/ppxp/files/patch-aa
deleted file mode 100644
index 8dfe035cd83e..000000000000
--- a/net/ppxp/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure.in.old Mon Nov 4 20:26:54 2002
-+++ configure.in Mon Nov 4 20:27:53 2002
-@@ -231,8 +231,8 @@
- then
- AC_DEFINE(HAVE_X11_FORMS)
- fi
-- AC_CHECK_LIB(forms, fl_bgn_form, LIBFORMS="-lforms",\
-- LIBFORMS="-lxforms", $X_CFLAGS $X_LIBS -lX11 -lm)
-+ AC_CHECK_LIB(forms, fl_bgn_form, LIBFORMS="-lforms -lXpm",\
-+ LIBFORMS="-lxforms", $X_CFLAGS $X_LIBS -lXpm -lX11 -lm)
- AC_SUBST(LIBFORMS)
- fi
-
diff --git a/net/ppxp/files/patch-ab b/net/ppxp/files/patch-ab
deleted file mode 100644
index a32645fbb738..000000000000
--- a/net/ppxp/files/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
---- doc/ja_JP/Report.txt Sat Jun 26 17:38:01 1999
-+++ doc/ja_JP/Report.txt Sat Dec 25 00:14:06 1999
-@@ -57,10 +57,12 @@
- [ ] $B%"%J%m%0EEOC(B($B%b%G%`(B)
- [ ] $B%G%8%?%kEEOC(B(ISDN)
- [ ] NTT $B%I%3%b(B($B%]%1%C%H(B) PHS(PIAFS)
-+ [ ] NTT $B%I%3%b(B($B%]%1%C%H(B) PHS(PIAFS2.0)
- [ ] NTT $B%I%3%b(B($B%]%1%C%H(B) PHS($BJQ496I7PM3(B)
- [ ] $B%"%9%F%k(B PHS(PIAFS)
- [ ] $B%"%9%F%k(B PHS($BJQ496I7PM3(B)
- [ ] DDI $B%]%1%C%H(B PHS(PIAFS)
-+ [ ] DDI $B%]%1%C%H(B PHS(PIAFS2.1)
- [ ] DDI $B%]%1%C%H(B PHS(ISDN)
- [ ] DDI $B%]%1%C%H(B PHS($B%"%J%m%0(B)
- $B$=$NB>(B{ }
diff --git a/net/ppxp/files/patch-ac b/net/ppxp/files/patch-ac
deleted file mode 100644
index 38d12001945d..000000000000
--- a/net/ppxp/files/patch-ac
+++ /dev/null
@@ -1,10 +0,0 @@
---- console/forms/fexts.c.orig Mon Nov 4 20:35:40 2002
-+++ console/forms/fexts.c Mon Nov 4 20:35:29 2002
-@@ -3,6 +3,7 @@
- #include <math.h>
-
- #include "fppxp.h"
-+#include "support.h"
-
- /*
- * Note tag object
diff --git a/net/ppxp/pkg-descr b/net/ppxp/pkg-descr
deleted file mode 100644
index 1b43f83084aa..000000000000
--- a/net/ppxp/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-This is a new user process PPP software pakgae. It is easy to setup
-and has nice GUI to control connection. This PPP software make a
-connection on demand and can traslate IP address and port numbers as
-called as NAT. This spackage have many console programs, ppxp is
-standard terminal oriented console, xppxp is X client console, tkppxp
-is Tcl/Tk based console, and much more.
-
-There are more documentation under /usr/local/share/doc/ppxp.
-
-WWW: http://www.dsl.gr.jp/~manabe/PPxP/
---
-Norio Suzuki
-nosuzuki@e-mail.ne.jp
diff --git a/net/ppxp/pkg-install b/net/ppxp/pkg-install
deleted file mode 100644
index e0e21cef7de1..000000000000
--- a/net/ppxp/pkg-install
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/csh -f
-if $2 == "POST-INSTALL" then
- echo "========================================================="
- echo " "
- echo "Please add users who want to use PPxP to the dialer group"
- echo " "
- echo "========================================================="
-endif
diff --git a/net/ppxp/pkg-plist b/net/ppxp/pkg-plist
deleted file mode 100644
index 00bee03a7996..000000000000
--- a/net/ppxp/pkg-plist
+++ /dev/null
@@ -1,178 +0,0 @@
-bin/fppxp
-bin/plast
-bin/ppxp
-bin/qdial
-bin/tkppxp
-bin/xppxp
-bin/xppxpm
-etc/ppxp/catcap
-etc/ppxp/chat/justnet
-etc/ppxp/chat/modemlogin
-etc/ppxp/chat/nifty
-etc/ppxp/conf/debug
-etc/ppxp/conf/default
-etc/ppxp/conf/filter01
-etc/ppxp/conf/lcp.def
-etc/ppxp/conf/modem
-etc/ppxp/conf/qdial
-etc/ppxp/conf/report
-etc/ppxp/conf/serial
-etc/ppxp/conf/serial.os
-etc/ppxp/conf/server
-etc/ppxp/ip/droutedown
-etc/ppxp/ip/drouteup
-etc/ppxp/ip/drupmq
-etc/ppxp/ip/hroutedown
-etc/ppxp/ip/hrouteup
-etc/ppxp/keybind
-etc/ppxp/modem/3c563
-etc/ppxp/modem/aterm
-etc/ppxp/modem/atermIT21L
-etc/ppxp/modem/default
-etc/ppxp/modem/dn1280
-etc/ppxp/modem/ex336
-etc/ppxp/modem/generic
-etc/ppxp/modem/kx-ph405
-etc/ppxp/modem/mc6500
-etc/ppxp/modem/mc6530
-etc/ppxp/modem/mc6550
-etc/ppxp/modem/mn128
-etc/ppxp/modem/mn7650
-etc/ppxp/modem/ms288af
-etc/ppxp/modem/ms336
-etc/ppxp/modem/mt128
-etc/ppxp/modem/pcins128
-etc/ppxp/modem/pcmi336_128@64
-etc/ppxp/modem/rta50i
-etc/ppxp/modem/sta128
-etc/ppxp/modem/standard
-etc/ppxp/modem/ta777
-etc/ppxp/modem/td503a
-etc/ppxp/modem/tmad1280@128
-etc/ppxp/modem/tmad1280@64
-etc/ppxp/modem/to_tac@128
-etc/ppxp/modem/to_tac@64
-etc/ppxp/modem/v34es2
-etc/ppxp/modem/v3dsu
-etc/ppxp/modem/xj2144
-etc/ppxp/rc/fetchmail.rc
-etc/ppxp/rc/sendmail.rc
-etc/ppxp/rc/skeleton.rc
-etc/ppxp/rc/start
-etc/ppxp/rc/stop
-lib/ppxp/tcl/PPxP.so
-lib/ppxp/tcl/pkgIndex.tcl
-lib/ppxp/tkppxp/images/circle.xbm
-lib/ppxp/tkppxp/images/double-right.xbm
-lib/ppxp/tkppxp/images/down.xbm
-lib/ppxp/tkppxp/images/eject.gif
-lib/ppxp/tkppxp/images/in6x6.xbm
-lib/ppxp/tkppxp/images/mini-down.xbm
-lib/ppxp/tkppxp/images/mini-up.xbm
-lib/ppxp/tkppxp/images/open-folder.gif
-lib/ppxp/tkppxp/images/out6x6.xbm
-lib/ppxp/tkppxp/images/pause.gif
-lib/ppxp/tkppxp/images/rec.gif
-lib/ppxp/tkppxp/images/skip_fw.gif
-lib/ppxp/tkppxp/images/start.gif
-lib/ppxp/tkppxp/images/stop.gif
-lib/ppxp/tkppxp/images/up.xbm
-lib/ppxp/tkppxp/resources/default
-lib/ppxp/tkppxp/resources/qdial_message
-lib/ppxp/tkppxp/resources/qdial_message.ja
-lib/ppxp/tkppxp/scripts/command.tcl
-lib/ppxp/tkppxp/scripts/conf.tcl
-lib/ppxp/tkppxp/scripts/icon.tcl
-lib/ppxp/tkppxp/scripts/indicator.tcl
-lib/ppxp/tkppxp/scripts/log.tcl
-lib/ppxp/tkppxp/scripts/modem.tcl
-lib/ppxp/tkppxp/scripts/panel.tcl
-lib/ppxp/tkppxp/scripts/popup.tcl
-lib/ppxp/tkppxp/scripts/ppxplink.tcl
-lib/ppxp/tkppxp/scripts/qdial.tcl
-lib/ppxp/tkppxp/scripts/tclutil.tcl
-lib/ppxp/tkppxp/scripts/terminal.tcl
-lib/ppxp/tkppxp/scripts/toplevel.tcl
-lib/ppxp/tkppxp/widgets/buttonbox.tcl
-lib/ppxp/tkppxp/widgets/buttonentry.tcl
-lib/ppxp/tkppxp/widgets/checkbox.tcl
-lib/ppxp/tkppxp/widgets/ipentry.tcl
-lib/ppxp/tkppxp/widgets/labelframe.tcl
-lib/ppxp/tkppxp/widgets/listboxmenu.tcl
-lib/ppxp/tkppxp/widgets/listframe.tcl
-lib/ppxp/tkppxp/widgets/menuentry.tcl
-lib/ppxp/tkppxp/widgets/notebook.tcl
-lib/ppxp/tkppxp/widgets/radiobox.tcl
-lib/ppxp/tkppxp/widgets/test.tcl
-lib/ppxp/tkppxp/widgets/updownentry.tcl
-lib/ppxp/tkppxp/widgets/widgetutil.tcl
-sbin/in.ppxp
-sbin/ppxpd
-share/doc/ppxp/C/QuickStart.txt
-share/doc/ppxp/ja/Answers.txt
-share/doc/ppxp/ja/QuickStart.txt
-share/doc/ppxp/ja/QuickUsage.txt
-share/doc/ppxp/ja/Report.txt
-share/doc/ppxp/ja/guide-1.html
-share/doc/ppxp/ja/guide-10.html
-share/doc/ppxp/ja/guide-11.html
-share/doc/ppxp/ja/guide-2.html
-share/doc/ppxp/ja/guide-3.html
-share/doc/ppxp/ja/guide-4.html
-share/doc/ppxp/ja/guide-5.html
-share/doc/ppxp/ja/guide-6.html
-share/doc/ppxp/ja/guide-7.html
-share/doc/ppxp/ja/guide-8.html
-share/doc/ppxp/ja/guide-9.html
-share/doc/ppxp/ja/guide.html
-share/doc/tkppxp/README
-share/doc/xppxp/README
-share/nls/ja_JP/ppxp.cat
-share/nls/ja_JP/ppxpd.cat
-share/ppxp/html/basic.html
-share/ppxp/html/help.html
-share/ppxp/html/index.html
-share/ppxp/html/line.html
-share/ppxp/html/log.html
-share/ppxp/html/logo.gif
-share/ppxp/html/menu.html
-share/ppxp/html/quick.html
-share/ppxp/label/asahi.xpm
-share/ppxp/label/base.xpm
-share/ppxp/label/bekkoame.xpm
-share/ppxp/label/biglobe.xpm
-share/ppxp/label/dti.xpm
-share/ppxp/label/iij.xpm
-share/ppxp/label/iij4u.xpm
-share/ppxp/label/infopepper.xpm
-share/ppxp/label/infosphere.xpm
-share/ppxp/label/nifty.xpm
-share/ppxp/label/ocn.xpm
-share/ppxp/label/ppxp.xpm
-share/ppxp/label/rim.xpm
-share/ppxp/label/so-net.xpm
-share/ppxp/label/worldnet.xpm
-share/ppxp/label/xaxon.xpm
-@exec mkdir -p /var/log/ppxp
-@unexec rm -rf /var/log/ppxp
-@dirrm share/ppxp/label
-@dirrm share/ppxp/html
-@dirrm share/ppxp
-@dirrm share/doc/xppxp
-@dirrm share/doc/tkppxp
-@dirrm share/doc/ppxp/ja
-@dirrm share/doc/ppxp/C
-@dirrm share/doc/ppxp
-@dirrm lib/ppxp/tkppxp/widgets
-@dirrm lib/ppxp/tkppxp/scripts
-@dirrm lib/ppxp/tkppxp/resources
-@dirrm lib/ppxp/tkppxp/images
-@dirrm lib/ppxp/tkppxp
-@dirrm lib/ppxp/tcl
-@dirrm lib/ppxp
-@dirrm etc/ppxp/rc
-@dirrm etc/ppxp/modem
-@dirrm etc/ppxp/ip
-@dirrm etc/ppxp/conf
-@dirrm etc/ppxp/chat
-@dirrm etc/ppxp