diff options
105 files changed, 0 insertions, 2711 deletions
diff --git a/audio/Makefile b/audio/Makefile index 42a143cbef28..3a710178532b 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -333,7 +333,6 @@ SUBDIR += sphinx SUBDIR += spiralloops SUBDIR += spiralsynth - SUBDIR += spiralsynthbaby SUBDIR += spiralsynthmodular SUBDIR += splay SUBDIR += splaytk diff --git a/audio/spiralsynthbaby/Makefile b/audio/spiralsynthbaby/Makefile deleted file mode 100644 index e1cd7cdc4047..000000000000 --- a/audio/spiralsynthbaby/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: spiralsynthbaby -# Date created: 2002-05-23 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= spiralsynthbaby -PORTVERSION= 0.0.2 -CATEGORIES= audio -MASTER_SITES= http://www.pawfal.org/Software/SpiralLoops/dload/ -DISTNAME= SpiralSynthBaby-${PORTVERSION} - -MAINTAINER= trevor@FreeBSD.org -COMMENT= Synthesizer plugin for SpiralLoops - -BROKEN= "needs fltk 1.0.10" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2004-06-18 - -LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk - -GNU_CONFIGURE= yes -MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" -PLIST= ${WRKSRC}/pkg-plist -USE_X_PREFIX= yes - -WRKSRC= ${WRKDIR}/${DISTNAME} - -DOC_FILES= CHANGES COPYING README - -post-patch: - ${MV} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.orig - ${SED} -e 's|-O3|${PTHREAD_CFLAGS}|g ; \ - s|CFLAGS =|CFLAGS +=|g ; \ - s|CXXFLAGS=|CXXFLAGS+=|g ; \ - s|-lm|${PTHREAD_LIBS} -lm|g ; \ - s|/usr/X11R6|${X11BASE}|g' > ${WRKSRC}/Makefile.in \ - < ${WRKSRC}/Makefile.in.orig - -pre-install: - ${ECHO_CMD} lib/SpiralSynthBaby.so > ${PLIST} -.if !defined(NOPORTDOCS) -.for i in ${DOC_FILES} - ${ECHO_CMD} share/doc/spiralsynthbaby/${ii} >> ${PLIST} -.endfor - ${ECHO_CMD} @dirrm share/doc/spiralsynthbaby >> ${PLIST} -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/SpiralSynthBaby.so ${PREFIX}/lib -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for i in ${DOC_FILES} - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/audio/spiralsynthbaby/distinfo b/audio/spiralsynthbaby/distinfo deleted file mode 100644 index edf00abdc5d8..000000000000 --- a/audio/spiralsynthbaby/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (SpiralSynthBaby-0.0.2.tar.gz) = 3235e7a58ed763346b4ae088e93d935a -SIZE (SpiralSynthBaby-0.0.2.tar.gz) = 117625 diff --git a/audio/spiralsynthbaby/files/patch-SpiralSoundMidi_C b/audio/spiralsynthbaby/files/patch-SpiralSoundMidi_C deleted file mode 100644 index 4c29f82a0c23..000000000000 --- a/audio/spiralsynthbaby/files/patch-SpiralSoundMidi_C +++ /dev/null @@ -1,13 +0,0 @@ -SpiralSound/Midi.C:54: `O_SYNC' undeclared (first use this function) - ---- SpiralSound/Midi.C.orig Sun Nov 26 07:52:41 2000 -+++ SpiralSound/Midi.C Wed Dec 6 14:22:58 2000 -@@ -51,7 +51,7 @@ - { - if (!SpiralInfo::WANTMIDI) return; - -- m_MidiFd = open(SpiralInfo::MIDIFILE.c_str(),O_RDONLY|O_SYNC); -+ m_MidiFd = open(SpiralInfo::MIDIFILE.c_str(),O_RDONLY); - - pipe(m_Pipefd); - fcntl(m_Pipefd[0],F_SETFL,O_NONBLOCK); diff --git a/audio/spiralsynthbaby/pkg-descr b/audio/spiralsynthbaby/pkg-descr deleted file mode 100644 index 345b4ee63382..000000000000 --- a/audio/spiralsynthbaby/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -adapted from the Web page: - -SpiralSynthBaby is a two-oscillator synthesizer. It is a scaled-down -version of SpiralSynth specifically designed as a plugin for -SpiralLoops. It runs about twice as fast as SpiralSynth. - -WWW: http://www.pawfal.org/SpiralLoops/ - -Trevor Johnson diff --git a/chinese/Makefile b/chinese/Makefile index 8745a1fbf51f..459d771db9f5 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -34,8 +34,6 @@ SUBDIR += cwtex SUBDIR += cwtexttf SUBDIR += cxterm - SUBDIR += dictd - SUBDIR += dictd-database SUBDIR += emacs20 SUBDIR += enscript SUBDIR += eterm diff --git a/chinese/dictd-database/Makefile b/chinese/dictd-database/Makefile deleted file mode 100644 index 40ebd797884a..000000000000 --- a/chinese/dictd-database/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: dict-zh -# Date created: 25 Oct 1999 -# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> -# -# $FreeBSD$ -# - -PORTNAME= dictd-database -PORTVERSION= 1.4 -PORTREVISION= 1 -CATEGORIES= chinese textproc -MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/dictd-database/ -DISTNAME= dict-zh-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A Chinese <-> English dictd words database - -BUILD_DEPENDS= ${LOCALBASE}/bin/dictzip:${PORTSDIR}/chinese/dictd - -USE_LIBTOOL_VER= 13 -USE_GMAKE= yes -USE_PERL5_BUILD=yes - -post-install: - @${SED} -e 's,PREFIX,${PREFIX},g' ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/chinese/dictd-database/distinfo b/chinese/dictd-database/distinfo deleted file mode 100644 index 75e28980873f..000000000000 --- a/chinese/dictd-database/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (dict-zh-1.4.tar.gz) = 650db39f9139aa2f221830fbf5e6a830 -SIZE (dict-zh-1.4.tar.gz) = 4161470 diff --git a/chinese/dictd-database/files/patch-aa b/chinese/dictd-database/files/patch-aa deleted file mode 100644 index 602022ab4194..000000000000 --- a/chinese/dictd-database/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed Nov 28 02:53:55 2001 -+++ Makefile.in Fri Jul 19 02:15:58 2002 -@@ -75,7 +75,7 @@ - (cd $$subdir && $(MAKE)) || exit 1; \ - done - --all:: $(EXES) -+all:: $(EXES) db - - db :: rawdata $(DATABASES) - diff --git a/chinese/dictd-database/files/patch-ab b/chinese/dictd-database/files/patch-ab deleted file mode 100644 index d1ac2f466da9..000000000000 --- a/chinese/dictd-database/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- dictfmt.c.orig Wed Nov 28 22:57:00 2001 -+++ dictfmt.c Wed Nov 28 22:57:26 2001 -@@ -30,9 +30,9 @@ - #include <string.h> - #include <time.h> - #include <ctype.h> -+#include <unistd.h> - - #if HAVE_GETOPT_H --#include <getopt.h> - #endif - - #define FMT_MAXPOS 65 diff --git a/chinese/dictd-database/files/patch-ac b/chinese/dictd-database/files/patch-ac deleted file mode 100644 index 3821712ffe14..000000000000 --- a/chinese/dictd-database/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Sun Oct 14 10:16:23 2001 -+++ configure Sun Oct 14 10:16:55 2001 -@@ -542,8 +542,8 @@ - - - --prefix=/usr --datadir=/usr/lib -+prefix=/usr/local -+datadir=/usr/local/lib - - echo Configuring for dict-misc - echo . diff --git a/chinese/dictd-database/pkg-descr b/chinese/dictd-database/pkg-descr deleted file mode 100644 index d95c3aa4d506..000000000000 --- a/chinese/dictd-database/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -A Chinese(Big5) <-> English dictd words database. - -pydict database have 177751 headwords. -moecomp database have 67263 headwords. -netterm database have 6477 headwords. -cedict database have 26348 headwords. - -Author: Pofeng Lee <pofeng@linux.org.tw> diff --git a/chinese/dictd-database/pkg-message b/chinese/dictd-database/pkg-message deleted file mode 100644 index 35d69c94547e..000000000000 --- a/chinese/dictd-database/pkg-message +++ /dev/null @@ -1,14 +0,0 @@ -***************************************************************************** - -Add the following to PREFIX/etc/dictd.conf: - -database moecomp { data "PREFIX/lib/dict/moecomp.dict.dz" - index "PREFIX/lib/dict/moecomp.index" } -database netterm { data "PREFIX/lib/dict/netterm.dict.dz" - index "PREFIX/lib/dict/netterm.index" } -database pydict { data "PREFIX/lib/dict/pydict.dict.dz" - index "PREFIX/lib/dict/pydict.index" } -database cedict { data "PREFIX/lib/dict/cedict.dict.dz" - index "PREFIX/lib/dict/cedict.index" } - -***************************************************************************** diff --git a/chinese/dictd-database/pkg-plist b/chinese/dictd-database/pkg-plist deleted file mode 100644 index e082bfc6cdf5..000000000000 --- a/chinese/dictd-database/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -lib/dict/cedict.dict.dz -lib/dict/cedict.index -lib/dict/pydict.dict.dz -lib/dict/pydict.index -lib/dict/moecomp.dict.dz -lib/dict/moecomp.index -lib/dict/netterm.dict.dz -lib/dict/netterm.index -@dirrm lib/dict diff --git a/chinese/dictd/Makefile b/chinese/dictd/Makefile deleted file mode 100644 index 6c18b6130e69..000000000000 --- a/chinese/dictd/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: dictd -# Date created: 19 July 2002 -# Whom: Kuang-che Wu <kcwu@ck.tp.edu.tw> -# -# $FreeBSD$ -# - -CATEGORIES= chinese - -MAINTAINER= ports@FreeBSD.org - -MASTERDIR= ${.CURDIR}/../../net/dictd -EXTRA_PATCHES= ${.CURDIR}/files/patch-index.c \ - ${.CURDIR}/files/patch-libmaa::arg.c \ - ${.CURDIR}/files/patch-dictfmt.c -# ${.CURDIR}/files/patch-Makefile.in - -#pre-install: -# ${ECHO_CMD} "bin/dictfmt" > ${PLIST} -# ${CAT} ${MASTERDIR}/pkg-plist >> ${PLIST} - -BROKEN= "Does not patch" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2004-06-18 - -.include "${MASTERDIR}/Makefile" - -PKGNAMEPREFIX:= ${PKGNAMEPREFIX}tw- -#ALL_TARGET+= dictfmt -#INSTALL_TARGET+=install.dictfmt -#PLIST= ${WRKDIR}/PLIST -#MAN1+= dictfmt.1 diff --git a/chinese/dictd/files/patch-dictfmt.c b/chinese/dictd/files/patch-dictfmt.c deleted file mode 100644 index 1c9b5fb675b2..000000000000 --- a/chinese/dictd/files/patch-dictfmt.c +++ /dev/null @@ -1,15 +0,0 @@ ---- dictfmt.c.orig Tue Feb 11 03:08:33 2003 -+++ dictfmt.c Mon Oct 27 22:03:33 2003 -@@ -213,6 +213,12 @@ - - while (src && src [0]){ - ch = *(const unsigned char *)src; -+ if((ch & 0x80) && *(src+1)) { -+ *dest++ = ch; -+ *dest++ = *(src+1); -+ src+=2; -+ continue; -+ } - - if (isspace (ch)){ - *dest++ = ' '; diff --git a/chinese/dictd/files/patch-index.c b/chinese/dictd/files/patch-index.c deleted file mode 100644 index b240e2010d78..000000000000 --- a/chinese/dictd/files/patch-index.c +++ /dev/null @@ -1,49 +0,0 @@ ---- index.c.orig Mon Mar 10 01:06:16 2003 -+++ index.c Mon Oct 27 22:10:18 2003 -@@ -103,6 +103,12 @@ - - for (; *src; ++src) { - c = * (const unsigned char *) src; -+ if((c & 0x80) && *(src+1)) { -+ *dest++ = c; -+ *dest++ = *(src+1); -+ src++; -+ continue; -+ } - - if (isspace( c )) { - *dest++ = ' '; -@@ -184,7 +190,7 @@ - - charcount = 0; - for (i = 0; i <= UCHAR_MAX; i++){ -- if (islower (i) || (utf8_mode && i >= 0xC0)) -+ if (islower (i) || (utf8_mode && i >= 0xC0) || (i>=0x80)) - chartab [charcount++] = i; - } - -@@ -293,6 +299,15 @@ - - /* FIXME. Optimize this inner loop. */ - while (*word && start < end && *start != '\t') { -+ if ((*start & 0x80) && start+1<end && start[1]!='\t') { -+ if(start[0]!=word[0]) -+ return ((unsigned)word[0]<(unsigned)start[0])?-2:1; -+ if(start[1]!=word[1]) -+ return ((unsigned)word[1]<(unsigned)start[1])?-2:1; -+ word+=2; -+ start+=2; -+ continue; -+ } - if (!dbindex -> isspacealnum[* (const unsigned char *) start]) { - ++start; - continue; -@@ -340,6 +355,8 @@ - *start != '\t' && - !dbindex -> isspacealnum[* (const unsigned char *) start]) - { -+ if((*start & 0x80) && start[1]!='\t') -+ break; - ++start; - } - diff --git a/chinese/dictd/files/patch-libmaa::arg.c b/chinese/dictd/files/patch-libmaa::arg.c deleted file mode 100644 index e325cf8dafc3..000000000000 --- a/chinese/dictd/files/patch-libmaa::arg.c +++ /dev/null @@ -1,12 +0,0 @@ ---- libmaa/arg.c.orig Sat Aug 3 03:43:15 2002 -+++ libmaa/arg.c Mon Oct 27 22:11:11 2003 -@@ -216,6 +216,9 @@ - ++pt; - - for (last = pt, len = 0; *pt; ++pt, ++len) { -+ if((*pt & 0x80) && pt[1]) { -+ ++pt, ++len; -+ } else - switch (*pt) { - case ' ': - case '\t': diff --git a/comms/Makefile b/comms/Makefile index 2a692d7bd2e6..b1cc9f2b305d 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -80,7 +80,6 @@ SUBDIR += xcept SUBDIR += xdx SUBDIR += xlog - SUBDIR += xtt516 SUBDIR += yaps SUBDIR += yawmppp SUBDIR += zmtx-zmrx diff --git a/comms/xtt516/Makefile b/comms/xtt516/Makefile deleted file mode 100644 index f81ba52fd147..000000000000 --- a/comms/xtt516/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: xtt516 -# Date created: 4 February 2004 -# Whom: Patrick Gardella (patrick@freebsd.org) -# -# $FreeBSD$ -# - -PORTNAME= xtt516 -PORTVERSION= 0.1 -CATEGORIES= comms -MASTER_SITES= http://www.tux.org/~bball/tt516/ -DISTNAME= xtt516-${PORTVERSION} -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@freebsd.org -COMMENT= GUI for TenTec Argonaut V - -LIB_DEPENDS= xclass.0:${PORTSDIR}/x11-toolkits/xclass - -WRKSRC= ${WRKDIR}/xtt516 - -USE_GMAKE= true -USE_X_PREFIX= true - -.include <bsd.port.mk> diff --git a/comms/xtt516/distinfo b/comms/xtt516/distinfo deleted file mode 100644 index 8944a818c515..000000000000 --- a/comms/xtt516/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xtt516-0.1.tgz) = 991e6b61915b09fcb86cc430681572ee -SIZE (xtt516-0.1.tgz) = 58385 diff --git a/comms/xtt516/pkg-descr b/comms/xtt516/pkg-descr deleted file mode 100644 index 82ababd96000..000000000000 --- a/comms/xtt516/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Graphical PC control of the Ten Tec Argonaut V amateur transceiver - -WWW: http://www.tux.org/~bball/tt516/ diff --git a/comms/xtt516/pkg-plist b/comms/xtt516/pkg-plist deleted file mode 100644 index c32dcd554479..000000000000 --- a/comms/xtt516/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xtt516 diff --git a/devel/Makefile b/devel/Makefile index 2b2fc10aec69..a5da289afe9b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4,7 +4,6 @@ COMMENT = Development utilities SUBDIR += ElectricFence - SUBDIR += ORBacus SUBDIR += ORBit SUBDIR += ORBit2 SUBDIR += SpecTcl @@ -374,7 +373,6 @@ SUBDIR += libbfd SUBDIR += libbonobo SUBDIR += libbonobomm - SUBDIR += libcache SUBDIR += libcapsinetwork SUBDIR += libcheck SUBDIR += libchipcard @@ -458,7 +456,6 @@ SUBDIR += libzvbi SUBDIR += lightning SUBDIR += lincvs - SUBDIR += linguist SUBDIR += linux-allegro SUBDIR += linux-glib2 SUBDIR += linux-libglade diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile deleted file mode 100644 index 944594a0ba9f..000000000000 --- a/devel/ORBacus/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: ORBacus -# Date created: 22 June 1998 -# Whom: ejc@bazzle.com -# -# $FreeBSD$ -# - -PORTNAME= ORBacus -PORTVERSION= 3.2.1 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.ooc.com/pub/OB/3.2/ \ - http://ftp.de.sinuspl.net/pub/src/ -DISTNAME= OB-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A CORBA 2 implementation - -BROKEN= "Unfetchable" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2004-06-18 - -RESTRICTED= "Non-commercial use only" -USE_XLIB= yes -INSTALLS_SHLIB= yes -HAS_CONFIGURE= yes -CONFIGURE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" -MAN1= idl.1 -MLINKS= idl.1 hidl.1 - irdel.1 - irfeed.1 \ - - irgen.1 - irserv.1 - jidl.1 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502000 || ${ARCH} != "i386" -BROKEN= "Does not compile" -.endif - -post-install: - ${MKDIR} ${PREFIX}/share/doc/ORBacus - ${INSTALL_DATA} ${WRKSRC}/ob/LICENSE ${PREFIX}/share/doc/ORBacus - -.include <bsd.port.post.mk> diff --git a/devel/ORBacus/distinfo b/devel/ORBacus/distinfo deleted file mode 100644 index 13fd419b4706..000000000000 --- a/devel/ORBacus/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (OB-3.2.1.tar.gz) = fc7b8cc8bc85de3c4d818e4c7f8e5569 -SIZE (OB-3.2.1.tar.gz) = 865985 diff --git a/devel/ORBacus/files/patch-aa b/devel/ORBacus/files/patch-aa deleted file mode 100644 index faab83d8564b..000000000000 --- a/devel/ORBacus/files/patch-aa +++ /dev/null @@ -1,72 +0,0 @@ -*** ob/demo/chat/Client.cpp.orig Mon Jun 8 16:55:23 1998 ---- ob/demo/chat/Client.cpp Tue Jun 23 09:57:59 1998 -*************** -*** 42,48 **** - #ifdef HAVE_TERMIO_H - ioctl(STDIN_FILENO, TCSETA, &TerminalSettings); - #else -! ioctl(STDIN_FILENO, TCSETS, &TerminalSettings); - #endif - - // ---- 42,48 ---- - #ifdef HAVE_TERMIO_H - ioctl(STDIN_FILENO, TCSETA, &TerminalSettings); - #else -! ioctl(STDIN_FILENO, TCSANOW, &TerminalSettings); - #endif - - // -*************** -*** 129,136 **** - ioctl(STDIN_FILENO, TCGETA, &ctl); - #else - struct termios ctl; -! ioctl(STDIN_FILENO, TCGETS, &TerminalSettings); -! ioctl(STDIN_FILENO, TCGETS, &ctl); - #endif - ctl.c_lflag &= ~(ICANON | ECHO); - ctl.c_cc[VMIN] = 1; ---- 129,136 ---- - ioctl(STDIN_FILENO, TCGETA, &ctl); - #else - struct termios ctl; -! tcgetattr(STDIN_FILENO, &TerminalSettings); -! tcgetattr(STDIN_FILENO, &ctl); - #endif - ctl.c_lflag &= ~(ICANON | ECHO); - ctl.c_cc[VMIN] = 1; -*************** -*** 138,144 **** - #ifdef HAVE_TERMIO_H - ioctl(STDIN_FILENO, TCSETA, &ctl); - #else -! ioctl(STDIN_FILENO, TCSETS, &ctl); - #endif - - // ---- 138,144 ---- - #ifdef HAVE_TERMIO_H - ioctl(STDIN_FILENO, TCSETA, &ctl); - #else -! tcsetattr(STDIN_FILENO, TCSANOW, &ctl); - #endif - - // -*************** -*** 179,185 **** - #ifdef HAVE_TERMIO_H - ioctl(STDIN_FILENO, TCSETA, &TerminalSettings); - #else -! ioctl(STDIN_FILENO, TCSETS, &TerminalSettings); - #endif - - return status; ---- 179,185 ---- - #ifdef HAVE_TERMIO_H - ioctl(STDIN_FILENO, TCSETA, &TerminalSettings); - #else -! tcsetattr(STDIN_FILENO, TCSANOW, &TerminalSettings); - #endif - - return status; diff --git a/devel/ORBacus/files/patch-ab b/devel/ORBacus/files/patch-ab deleted file mode 100644 index 5a1c75e0b06b..000000000000 --- a/devel/ORBacus/files/patch-ab +++ /dev/null @@ -1,38 +0,0 @@ -*** ob/demo/chat/Receiver_impl.h.orig Tue Jun 23 09:58:48 1998 ---- ob/demo/chat/Receiver_impl.h Tue Jun 23 09:59:19 1998 -*************** -*** 14,20 **** - #include <Broadcaster.h> - #include <ReceiverBase_impl.h> - #include <OB/Reactor.h> -! #include <termio.h> - - class Receiver_impl : public ReceiverBase_impl, public OBEventHandler - { ---- 14,20 ---- - #include <Broadcaster.h> - #include <ReceiverBase_impl.h> - #include <OB/Reactor.h> -! #include <termios.h> - - class Receiver_impl : public ReceiverBase_impl, public OBEventHandler - { -*** ob/demo/chat/X11/Makefile.in~ Tue Jul 28 10:54:01 1998 ---- ob/demo/chat/X11/Makefile.in Tue Jul 28 10:54:50 1998 -*************** -*** 41,47 **** - ALL_CPPFLAGS = -I. -I.. $(OB_CPPFLAGS) $(CPPFLAGS) - ALL_LDFLAGS = $(OB_LDFLAGS) $(LDFLAGS) - ALL_LIBS = -lOBX11 $(OB_LIBS) $(LIBS) $(XM_LIBS) $(X_LIBS) \ -! $(X_PRE_LIBS) -lXm -lXt -lX11 $(X_EXTRA_LIBS) - - $(CLIENT_NAME): Templates.DB $(OBJS) - rm -f $@ ---- 41,47 ---- - ALL_CPPFLAGS = -I. -I.. $(OB_CPPFLAGS) $(CPPFLAGS) - ALL_LDFLAGS = $(OB_LDFLAGS) $(LDFLAGS) - ALL_LIBS = -lOBX11 $(OB_LIBS) $(LIBS) $(XM_LIBS) $(X_LIBS) \ -! $(X_PRE_LIBS) $(MOTIFLIB) -lXt -lX11 $(X_EXTRA_LIBS) -lXext - - $(CLIENT_NAME): Templates.DB $(OBJS) - rm -f $@ diff --git a/devel/ORBacus/files/patch-ac b/devel/ORBacus/files/patch-ac deleted file mode 100644 index 4b69cc919fdb..000000000000 --- a/devel/ORBacus/files/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -*** naming/src/NamingDatabase.cpp.orig Tue Dec 22 17:50:30 1998 ---- naming/src/NamingDatabase.cpp Tue Dec 22 17:51:16 1998 -*************** -*** 146,152 **** - // - int mode = O_WRONLY|O_APPEND; - #ifndef WIN32 -- mode |= O_SYNC; - #endif - if(create) - mode |= O_CREAT; ---- 146,151 ---- diff --git a/devel/ORBacus/files/patch-ob-src-translator-cpp-cccp.c b/devel/ORBacus/files/patch-ob-src-translator-cpp-cccp.c deleted file mode 100644 index c228bb5b41e4..000000000000 --- a/devel/ORBacus/files/patch-ob-src-translator-cpp-cccp.c +++ /dev/null @@ -1,10 +0,0 @@ ---- ob/src/translator/cpp/cccp.c.orig Tue Oct 28 06:48:49 2003 -+++ ob/src/translator/cpp/cccp.c Tue Oct 28 06:54:31 2003 -@@ -174,6 +174,7 @@ - # endif - #endif - -+#define HAVE_VPRINTF - #if defined (__STDC__) && defined (HAVE_VPRINTF) - # include <stdarg.h> - # define VA_START(va_list, var) va_start (va_list, var) diff --git a/devel/ORBacus/pkg-descr b/devel/ORBacus/pkg-descr deleted file mode 100644 index afa72be3a2dc..000000000000 --- a/devel/ORBacus/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -ORBacus for C++ and Java (formerly known as OmniBroker for C++ and -Java) is an Object Request Broker (ORB) that is compliant with the -CORBA 2.0 specification. - -WWW: http://www.orbacus.com/ diff --git a/devel/ORBacus/pkg-plist b/devel/ORBacus/pkg-plist deleted file mode 100644 index 9e674ceadb4e..000000000000 --- a/devel/ORBacus/pkg-plist +++ /dev/null @@ -1,78 +0,0 @@ -bin/hidl -bin/idl -bin/idlcpp -bin/iordump -bin/irdel -bin/irfeed -bin/irgen -bin/irserv -bin/jidl -bin/nameserv -bin/propserv -bin/ridl -include/OB/Any.h -include/OB/BOA.h -include/OB/Basic.h -include/OB/CORBA.h -include/OB/Config.h -include/OB/Context.h -include/OB/CosNaming.h -include/OB/CosNaming_skel.h -include/OB/CosProperty.h -include/OB/CosProperty_impl.h -include/OB/CosProperty_skel.h -include/OB/Current.h -include/OB/DII.h -include/OB/DSI.h -include/OB/Declarations.h -include/OB/DynAny.h -include/OB/Dynamic.h -include/OB/Environment.h -include/OB/Except.h -include/OB/GIOP.h -include/OB/Hashers.h -include/OB/Hashtable.h -include/OB/HashtableI.h -include/OB/IIOP.h -include/OB/INS.h -include/OB/IOP.h -include/OB/ImplRep.h -include/OB/IntRep.h -include/OB/IntRepMember.h -include/OB/IntRepMember_skel.h -include/OB/IntRep_skel.h -include/OB/NTService.h -include/OB/NamedValue.h -include/OB/Narrow_impl.h -include/OB/Net.h -include/OB/OBNaming.h -include/OB/OBNaming_skel.h -include/OB/OBPolicies.h -include/OB/OCI.h -include/OB/OCIBuffer.h -include/OB/OCI_IIOP.h -include/OB/ORB.h -include/OB/Object.h -include/OB/Object_skel.h -include/OB/Policy.h -include/OB/PolicyManager.h -include/OB/Principal.h -include/OB/Properties.h -include/OB/Reactor.h -include/OB/TCKind.h -include/OB/Template.h -include/OB/TemplateI.h -include/OB/Timer.h -include/OB/TypeCode.h -include/OB/Util.h -include/OB/Windows.h -include/OB/X11.h -lib/libCosNaming.a -lib/libCosProperty.a -lib/libIDL.a -lib/libOB.a -lib/libOBTest.a -lib/libOBX11.a -share/doc/ORBacus/LICENSE -@dirrm share/doc/ORBacus -@dirrm include/OB diff --git a/devel/libcache/Makefile b/devel/libcache/Makefile deleted file mode 100644 index 1638eba43cda..000000000000 --- a/devel/libcache/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: libcache -# Date created: 04 Feb 2000 -# Whom: Will Andrews <andrews@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= libcache -PORTVERSION= 1.1.0 -CATEGORIES= devel -# mastersite disappeared in August 2003 -MASTER_SITES= # http://www.afro-productions.com/libcache/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= C library that allows a programmer to parse sentences easier - -BROKEN= unfetchable -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2004-06-18 - -INSTALLS_SHLIB= yes - -pre-build: - @${CP} -f ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile - -.include <bsd.port.mk> diff --git a/devel/libcache/distinfo b/devel/libcache/distinfo deleted file mode 100644 index 47a43f9ddffd..000000000000 --- a/devel/libcache/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (libcache-1.1.0.tar.gz) = 75b4e8c5b95b727f72b428129d247bbb diff --git a/devel/libcache/files/Makefile.lib b/devel/libcache/files/Makefile.lib deleted file mode 100644 index 4a508e102ae3..000000000000 --- a/devel/libcache/files/Makefile.lib +++ /dev/null @@ -1,16 +0,0 @@ -# $FreeBSD$ - -LIB= cache - -SHLIB_MAJOR?= 0 -NOPROFILE= yes - -.PATH: ${.CURDIR}/src - -SRCS= access.c parse.c - -CFLAGS+= -I${.CURDIR}/include - -LIBDIR= ${PREFIX}/lib - -.include <bsd.lib.mk> diff --git a/devel/libcache/pkg-descr b/devel/libcache/pkg-descr deleted file mode 100644 index 5af639f46965..000000000000 --- a/devel/libcache/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -[ paraphrased from the README ] -libcache is a high-level C library that allows a programmer -to use the standard string manipulation functions (like -strtok() and sscanf()) to parse and access deliminated sentences -easier. - -Author: Matt Miller <mmiller@hick.org> - ---Will <andrews@technologist.com> diff --git a/devel/libcache/pkg-plist b/devel/libcache/pkg-plist deleted file mode 100644 index d0333ce36bea..000000000000 --- a/devel/libcache/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -lib/libcache.a -lib/libcache.so -lib/libcache.so.0 diff --git a/devel/linguist/Makefile b/devel/linguist/Makefile deleted file mode 100644 index 8c8c06d51635..000000000000 --- a/devel/linguist/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: linguist -# Date created: 31 October 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= linguist -PORTVERSION= 0.0 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.trolltech.com/qt/pre-releases/ -DISTNAME= ${PORTNAME}-pre - -MAINTAINER= ports@FreeBSD.org -COMMENT= A tool for generating translations of strings used in i10 Qt programs - -BUILD_DEPENDS= tmake:${PORTSDIR}/devel/tmake - -BROKEN= "Inconsistent dependencies: qt 2.x and 3.x" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2004-06-18 - -WRKSRC= ${WRKDIR}/${PORTNAME} - -USE_REINPLACE= yes -USE_QT_VER= 2 -USE_X_PREFIX= yes -USE_GMAKE= yes -HAS_CONFIGURE= yes -CONFIGURE_ENV= TMAKEPATH="${LOCALBASE}/share/tmake/freebsd-g++" \ - QTDIR="${X11BASE}" -MAKE_ENV= TMAKEPATH="${LOCALBASE}/share/tmake/freebsd-g++" \ - QTDIR="${X11BASE}" -MAKE_ARGS= -e - -.include <bsd.port.pre.mk> - -.if ${MACHINE_ARCH} == "alpha" -CFLAGS+= -O0 -.endif - -pre-configure: - @${FIND} ${WRKSRC} -name '*.pro' | ${XARGS} ${REINPLACE_CMD} -E -e \ - 's/(^CONFIG.*)/\1 thread/' - -post-configure: - @${REINPLACE_CMD} -e 's|\$$(SUBDIRS):.*tmake_all|\$$(SUBDIRS):|' \ - ${WRKSRC}/Makefile - @${FIND} ${WRKSRC} -name "Makefile" -type f | ${XARGS} ${REINPLACE_CMD} -e \ - 's|TARGET.*=.*\$$(QTDIR)/bin/|TARGET=|' - -do-install: -.for file in linguist lrelease lupdate qm2ts - ${INSTALL_PROGRAM} ${WRKSRC}/${file}/${file} ${PREFIX}/bin -.endfor - ${MKDIR} ${PREFIX}/share/doc/linguist - ${INSTALL_MAN} ${WRKSRC}/linguist/tutorial/doc/html/* ${PREFIX}/share/doc/linguist - -.include <bsd.port.post.mk> diff --git a/devel/linguist/distinfo b/devel/linguist/distinfo deleted file mode 100644 index 79f8bf06de28..000000000000 --- a/devel/linguist/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (linguist-pre.tar.gz) = 6ea8e653a409efd0ebce39060e7d808f -SIZE (linguist-pre.tar.gz) = 642555 diff --git a/devel/linguist/files/patch-aa b/devel/linguist/files/patch-aa deleted file mode 100644 index fad336a0b304..000000000000 --- a/devel/linguist/files/patch-aa +++ /dev/null @@ -1,59 +0,0 @@ ---- configure 2000/10/31 13:01:21 1.1 -+++ configure 2000/10/31 13:03:15 -@@ -9,7 +9,7 @@ - exit -1 - fi - --if [ ! -f "$TMAKEPATH/../../bin/tmake" ] -+if [ ! -f "$TMAKEPATH/../../../bin/tmake" ] - then - echo "*******************************************************************************" - echo " The tmake utility was not found. This package requires a correctly" -@@ -20,21 +20,21 @@ - - echo "Creating Makefiles..." - --$TMAKEPATH/../../bin/tmake -o Makefile *.pro 2> /dev/null -+$TMAKEPATH/../../../bin/tmake -o Makefile *.pro 2> /dev/null - cd linguist --$TMAKEPATH/../../bin/tmake -o Makefile *.pro 2> /dev/null -+$TMAKEPATH/../../../bin/tmake -o Makefile *.pro 2> /dev/null - cd tutorial/tt1 --$TMAKEPATH/../../bin/tmake -o Makefile *.pro 2> /dev/null -+$TMAKEPATH/../../../bin/tmake -o Makefile *.pro 2> /dev/null - cd ../tt2 --$TMAKEPATH/../../bin/tmake -o Makefile *.pro 2> /dev/null -+$TMAKEPATH/../../../bin/tmake -o Makefile *.pro 2> /dev/null - cd ../tt3 --$TMAKEPATH/../../bin/tmake -o Makefile *.pro 2> /dev/null -+$TMAKEPATH/../../../bin/tmake -o Makefile *.pro 2> /dev/null - cd ../../../lrelease --$TMAKEPATH/../../bin/tmake -o Makefile *.pro 2> /dev/null -+$TMAKEPATH/../../../bin/tmake -o Makefile *.pro 2> /dev/null - cd ../lupdate --$TMAKEPATH/../../bin/tmake -o Makefile *.pro 2> /dev/null -+$TMAKEPATH/../../../bin/tmake -o Makefile *.pro 2> /dev/null - cd ../qm2ts --$TMAKEPATH/../../bin/tmake -o Makefile *.pro 2> /dev/null -+$TMAKEPATH/../../../bin/tmake -o Makefile *.pro 2> /dev/null - cd .. - - if [ -z "$QTDIR" ] -@@ -46,7 +46,7 @@ - exit -1 - fi - --if [ ! -f "$QTDIR/lib/libqt.so.2.2.1" -a ! -f "$QTDIR/lib/libqt.a" ] -+if [ ! -f "$QTDIR/lib/libqt2.so.4" -a ! -f "$QTDIR/lib/libqt2.a" ] - then - echo "*******************************************************************************" - echo " The Qt 2.2.1 Library was not found. This package requires a correctly set up" -@@ -55,7 +55,7 @@ - exit -1 - fi - --if [ ! -f "$QTDIR/bin/moc" ] -+if [ ! -f "$QTDIR/bin/moc2" ] - then - echo "*******************************************************************************" - echo " The moc meta object compiler was not found. This package requires a" diff --git a/devel/linguist/pkg-descr b/devel/linguist/pkg-descr deleted file mode 100644 index ca7fe11e780d..000000000000 --- a/devel/linguist/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Qt Linguist, localization tool, allows users to seamlessly convert Qt-based -programs from one language to another, simply and intelligently. Qt Linguist -helps with the translation of all visible text in a program, to and from any -language supported by Unicode and the target platforms. A key feature in Qt -Linguist is a specialized editing tool, with many features to help the -translators be more productive and get better results. Qt Linguist will work -with both Qt/Windows and Qt for UNIX. - -Qt Linguist also includes a pre-installed intelligent database of multi-lingual -terms to assist in the translation process. Once new translations are made, the -database saves the terms for later re-use. This provides translators a tool -that greatly increases work efficiency as they continue to use the product. - -Qt Linguist is distributed under BSD-style license. - -WWW: http://www.trolltech.com/company/announce/linguistpre.html diff --git a/devel/linguist/pkg-plist b/devel/linguist/pkg-plist deleted file mode 100644 index adfc11f93192..000000000000 --- a/devel/linguist/pkg-plist +++ /dev/null @@ -1,40 +0,0 @@ -bin/linguist -bin/lrelease -bin/lupdate -bin/qm2ts -share/doc/linguist/examples.html -share/doc/linguist/index -share/doc/linguist/propertyindex -share/doc/linguist/titleindex -share/doc/linguist/tt1-main-cpp.html -share/doc/linguist/tt1-tt1-pro.html -share/doc/linguist/tt1.html -share/doc/linguist/tt1_en.png -share/doc/linguist/tt1_la.png -share/doc/linguist/tt2-arrowpad-cpp.html -share/doc/linguist/tt2-arrowpad-h.html -share/doc/linguist/tt2-main-cpp.html -share/doc/linguist/tt2-mainwindow-cpp.html -share/doc/linguist/tt2-mainwindow-h.html -share/doc/linguist/tt2-tt2-pro.html -share/doc/linguist/tt2.html -share/doc/linguist/tt2_en.png -share/doc/linguist/tt2_fr.png -share/doc/linguist/tt2_nl.png -share/doc/linguist/tt3-main-cpp.html -share/doc/linguist/tt3-mainwindow-cpp.html -share/doc/linguist/tt3-mainwindow-h.html -share/doc/linguist/tt3-printpanel-cpp.html -share/doc/linguist/tt3-printpanel-h.html -share/doc/linguist/tt3-tt3-pro.html -share/doc/linguist/tt3-tt3_pt-ts.html -share/doc/linguist/tt3.html -share/doc/linguist/tt3_10_en.png -share/doc/linguist/tt3_10_pt_bad.png -share/doc/linguist/tt3_10_pt_good.png -share/doc/linguist/tt3_11_about_pt.png -share/doc/linguist/tt3_11_en.png -share/doc/linguist/tt3_11_pt.png -share/doc/linguist/ttutorial.html -share/doc/linguist/whatsthis -@dirrm share/doc/linguist diff --git a/emulators/Makefile b/emulators/Makefile index 0b5146178be7..3f6d61e928a8 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -35,7 +35,6 @@ SUBDIR += hatari SUBDIR += hercules SUBDIR += hfs - SUBDIR += hfsplusutils SUBDIR += hfsutils SUBDIR += ia64sim SUBDIR += ines diff --git a/emulators/hfsplusutils/Makefile b/emulators/hfsplusutils/Makefile deleted file mode 100644 index 9afd591ba4f3..000000000000 --- a/emulators/hfsplusutils/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: hfsplusutils -# Date created: 2003-11-11 -# Whom: Josh Elsasser <jre@vineyard.net> -# -# $FreeBSD$ -# - -PORTNAME= hfsplusutils -PORTVERSION= 1.0.4 -CATEGORIES= emulators -MASTER_SITES= ftp://ftp.penguinppc.org/users/hasi/ -DISTNAME= hfsplus_${PORTVERSION}.src - -MAINTAINER= jre@vineyard.net -COMMENT= Utilities for accessing HFS+ filesystems - -BROKEN= "Does not compile" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2004-06-18 - -USE_BZIP2= yes -USE_REINPLACE= yes -USE_LIBTOOL_VER= 13 -INSTALLS_SHLIB= yes -USE_AUTOMAKE_VER= 15 -USE_AUTOCONF_VER= 253 -AUTOMAKE_ARGS= --add-missing -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - -WRKSRC= ${WRKDIR}/hfsplus-${PORTVERSION} - -MAN1= hfsp.1 -DOCS= AUTHORS ChangeLog NEWS README index.html doc/*.html - -pre-patch: - @${REINPLACE_CMD} -e 's/^CFLAGS.*/CFLAGS=@CFLAGS@/' \ - ${WRKSRC}/src/Makefile.am ${WRKSRC}/libhfsp/src/Makefile.am - @${REINPLACE_CMD} -e 's,doc/,,' ${WRKSRC}/index.html - -pre-configure: - @cd ${WRKSRC} && ${ACLOCAL} && ${AUTOHEADER} - -post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/man/hfsp.man ${MAN1PREFIX}/man/man1/hfsp.1 -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} -.endif - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Does not build on FreeBSD 4.x or earlier" -.endif - -.include <bsd.port.post.mk> diff --git a/emulators/hfsplusutils/distinfo b/emulators/hfsplusutils/distinfo deleted file mode 100644 index 10ed85534309..000000000000 --- a/emulators/hfsplusutils/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (hfsplus_1.0.4.src.tar.bz2) = 18fa1efb5432469357ffa6bfa7c08fcd -SIZE (hfsplus_1.0.4.src.tar.bz2) = 185461 diff --git a/emulators/hfsplusutils/files/patch-swab.h b/emulators/hfsplusutils/files/patch-swab.h deleted file mode 100644 index 46fa7cbe271c..000000000000 --- a/emulators/hfsplusutils/files/patch-swab.h +++ /dev/null @@ -1,16 +0,0 @@ ---- libhfsp/src/swab.h.orig Tue Mar 5 14:50:29 2002 -+++ libhfsp/src/swab.h Tue Nov 11 14:53:14 2003 -@@ -24,8 +24,11 @@ - * $Id: swab.h,v 1.1.1.1 2002/03/05 19:50:29 klaus Exp $ - */ - --#include <endian.h> --#include <byteswap.h> -+#include <sys/endian.h> -+ -+#define bswap_16 bswap16 -+#define bswap_32 bswap32 -+#define bswap_64 bswap64 - - /* basic fuction: - value = swab_inc(ptr); diff --git a/emulators/hfsplusutils/files/patch-unicode.c b/emulators/hfsplusutils/files/patch-unicode.c deleted file mode 100644 index ed62d322f55d..000000000000 --- a/emulators/hfsplusutils/files/patch-unicode.c +++ /dev/null @@ -1,14 +0,0 @@ ---- libhfsp/src/unicode.c.orig Tue Mar 5 14:50:29 2002 -+++ libhfsp/src/unicode.c Tue Nov 11 14:53:25 2003 -@@ -14,9 +14,8 @@ - # endif - - #include <stdlib.h> --#include <endian.h> --#include <byteswap.h> --#include <linux/string.h> -+#include <sys/endian.h> -+#include <string.h> - - #define __USE_GNU - /* need wcsrtomb */ diff --git a/emulators/hfsplusutils/pkg-descr b/emulators/hfsplusutils/pkg-descr deleted file mode 100644 index 71a54235c7ac..000000000000 --- a/emulators/hfsplusutils/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a set of tools that allow access to HFS+ formatted -volumes. HFS+ is a modernized version of Apple Computers HFS -Filesystem. In addition in contains the library "libhfsp" which you -may use for your own experiments, all the tools are based on this -library. (A bit of understanding is still needed however). - -Author: Klaus Halfmann <klaus.halfmann@t-online.de> diff --git a/emulators/hfsplusutils/pkg-plist b/emulators/hfsplusutils/pkg-plist deleted file mode 100644 index db4cbc6af943..000000000000 --- a/emulators/hfsplusutils/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -@comment $FreeBSD$ -bin/hpcd -bin/hpcopy -bin/hpfsck -bin/hpls -bin/hpmkdir -bin/hpmount -bin/hppwd -bin/hprm -bin/hpumount -lib/libhfsp.a -lib/libhfsp.so -lib/libhfsp.so.0 -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/bugs.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/hfsp.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/libhfsp.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/finance/Makefile b/finance/Makefile index 070cabf8a92e..3c0ebe2c6993 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -16,7 +16,6 @@ SUBDIR += ktoblzcheck SUBDIR += libofx SUBDIR += libstocks - SUBDIR += moneydance SUBDIR += myphpmoney SUBDIR += opale SUBDIR += openhbci diff --git a/lang/Makefile b/lang/Makefile index e4471ed48d58..6f0362a96dbe 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -204,7 +204,6 @@ SUBDIR += python21 SUBDIR += python22 SUBDIR += q - SUBDIR += qc-- SUBDIR += qscheme SUBDIR += quack SUBDIR += ratfor diff --git a/lang/qc--/Makefile b/lang/qc--/Makefile deleted file mode 100644 index fd80ea85ac03..000000000000 --- a/lang/qc--/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: qc-- -# Date created: Nov 10, 2003 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= qc-- -PORTVERSION= 20031201 -CATEGORIES= lang -MASTER_SITES= http://www.cminusminus.org/rsync/dist/ \ - http://sheepkiller.nerim.net/ports/qc/ -DISTNAME= ${PORTNAME}${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= The Quick C-- Compiler - -BROKEN= "Configure fails with current version of ocaml" -DEPRECATED= "Uses snapshots and is unmaintained" -EXPIRATION_DATE=2004-06-18 - -BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ - notangle:${PORTSDIR}/devel/noweb \ - latex:${PORTSDIR}/print/teTeX \ - mk:${PORTSDIR}/devel/mk \ - gsed:${PORTSDIR}/textproc/gsed -LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua - -USE_PERL5_BUILD= yes -HAS_CONFIGURE= yes - -MAN1= camlburg.1 camlburgfix.1 nofake.1 ocamlerror.1 \ - qc--.1 qc--internals.1 qc--interp.1 - -do-build: - @(cd ${WRKSRC} && mk timestamps && mk all.opt) - -do-install: - @(cd ${WRKSRC} && mk install.opt) - -.include <bsd.port.mk> diff --git a/lang/qc--/distinfo b/lang/qc--/distinfo deleted file mode 100644 index 561888910cf1..000000000000 --- a/lang/qc--/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (qc--20031201.tar.gz) = 4aba28a276ffbc220fb7ea8f15ca100f diff --git a/lang/qc--/files/patch-camlburg:mkfile b/lang/qc--/files/patch-camlburg:mkfile deleted file mode 100644 index 6135505e3de3..000000000000 --- a/lang/qc--/files/patch-camlburg:mkfile +++ /dev/null @@ -1,21 +0,0 @@ ---- camlburg/mkfile.orig Tue Dec 2 14:16:57 2003 -+++ camlburg/mkfile Tue Dec 2 14:17:33 2003 -@@ -63,13 +63,13 @@ - cp ocamlburgfix.1 $MANDIR/man1 - - install:V: all -- install -D ocamlburg $install_bin/ocamlburg -- install -D ocamlburgfix $install_bin/camlburgfix -- install -m 644 -D ocamlburg.1 $install_man1/camlburg.1 -- install -m 644 -D ocamlburgfix.1 $install_man1/camlburgfix.1 -+ install ocamlburg $install_bin/ocamlburg -+ install ocamlburgfix $install_bin/camlburgfix -+ install -m 644 ocamlburg.1 $install_man1/camlburg.1 -+ install -m 644 ocamlburgfix.1 $install_man1/camlburgfix.1 - - install.opt:V: install all.opt -- install -D -s ocamlburg.opt $install_bin/ocamlburg.opt -+ install -s ocamlburg.opt $install_bin/ocamlburg.opt - - dvi:V: $DVI - html:V: $HTML diff --git a/lang/qc--/files/patch-doc:mkfile b/lang/qc--/files/patch-doc:mkfile deleted file mode 100644 index 0f2574340791..000000000000 --- a/lang/qc--/files/patch-doc:mkfile +++ /dev/null @@ -1,15 +0,0 @@ ---- doc/mkfile.orig Tue Dec 2 14:14:04 2003 -+++ doc/mkfile Tue Dec 2 14:14:45 2003 -@@ -31,9 +31,9 @@ - update.opt:V: update - - install:V: man -- install -m 644 -D qc--.1 $install_man1/qc--.1 -- install -m 644 -D qc--internals.1 $install_man1/qc--internals.1 -- install -m 644 -D qc--interp.1 $install_man1/qc--interp.1 -+ install -m 644 qc--.1 $install_man1/qc--.1 -+ install -m 644 qc--internals.1 $install_man1/qc--internals.1 -+ install -m 644 qc--interp.1 $install_man1/qc--interp.1 - - install.opt:V: install - diff --git a/lang/qc--/files/patch-interp:features.nw b/lang/qc--/files/patch-interp:features.nw deleted file mode 100644 index 9a2887e6c68d..000000000000 --- a/lang/qc--/files/patch-interp:features.nw +++ /dev/null @@ -1,13 +0,0 @@ ---- interp/features.nw.orig Fri Sep 6 04:01:44 2002 -+++ interp/features.nw Mon Nov 10 16:46:33 2003 -@@ -119,8 +119,8 @@ - #ifndef _FLOAT_FEATURES_H - #define _FLOAT_FEATURES_H - --#include <fenv.h> --#pragma STDC FENV_ACCESS ON -+/* #include <fenv.h> */ -+/* #pragma STDC FENV_ACCESS ON */ - - #endif /* _FLOAT_FEATURES_H */ - @ diff --git a/lang/qc--/files/patch-interp:mkfile b/lang/qc--/files/patch-interp:mkfile deleted file mode 100644 index 637fb69268ba..000000000000 --- a/lang/qc--/files/patch-interp:mkfile +++ /dev/null @@ -1,11 +0,0 @@ ---- interp/mkfile.orig Mon Nov 10 13:39:30 2003 -+++ interp/mkfile Mon Nov 10 13:39:39 2003 -@@ -359,7 +359,7 @@ - $NOTANGLE -R$target $prereq > $target - - inspect.clua:D: inspect.lua -- sed -e 's/\\/\\\\/g' \ -+ gsed -e 's/\\/\\\\/g' \ - -e 's/"/\\"/g' \ - -e 'i \' \ - -e '\"\\' \ diff --git a/lang/qc--/files/patch-src:mkfile b/lang/qc--/files/patch-src:mkfile deleted file mode 100644 index f38532768860..000000000000 --- a/lang/qc--/files/patch-src:mkfile +++ /dev/null @@ -1,15 +0,0 @@ ---- src/mkfile.orig Tue Dec 2 14:27:06 2003 -+++ src/mkfile Tue Dec 2 14:27:22 2003 -@@ -61,10 +61,10 @@ - update.opt:V: $BINDIR/$NAME.opt - - install:V: all -- install -D $NAME $install_bin/$NAME -+ install $NAME $install_bin/$NAME - - install.opt:V: install all.opt -- install -D -s $NAME.opt $install_bin/$NAME.opt -+ install -s $NAME.opt $install_bin/$NAME.opt - - depend:V: $DEPEND - diff --git a/lang/qc--/files/patch-tools:mkfile b/lang/qc--/files/patch-tools:mkfile deleted file mode 100644 index cc8ada47aaaf..000000000000 --- a/lang/qc--/files/patch-tools:mkfile +++ /dev/null @@ -1,21 +0,0 @@ ---- tools/mkfile.orig Tue Dec 2 14:15:05 2003 -+++ tools/mkfile Tue Dec 2 14:15:52 2003 -@@ -47,13 +47,13 @@ - cp newer $BINDIR - - install:V: all -- install -D ocamlerror $install_bin/ocamlerror -- install -m 644 -D ocamlerror.1 $install_man1/ocamlerror.1 -- install -D nofake $install_bin/nofake -- install -m 644 -D nofake.1 $install_man1/nofake.1 -+ install ocamlerror $install_bin/ocamlerror -+ install -m 644 ocamlerror.1 $install_man1/ocamlerror.1 -+ install nofake $install_bin/nofake -+ install -m 644 nofake.1 $install_man1/nofake.1 - - install.opt:V: install all -- install -D -s ocamlerror.opt $install_bin/ocamlerror.opt -+ install -s ocamlerror.opt $install_bin/ocamlerror.opt - - dvi:V: $INC - html:V: $HTML diff --git a/lang/qc--/pkg-descr b/lang/qc--/pkg-descr deleted file mode 100644 index ae484d131377..000000000000 --- a/lang/qc--/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -C-- is intended as a "portable assembly language" that can replace C as a -target language used by compiler writers. The goal of the Quick C-- project is -to test those ideas in an implementation. Quick C-- is intended to be a simple, -nonoptimizing compiler that supports the run-time interface. Our primary goal -is to to validate our design experimentally. A secondary, but still significant -goal is to provide a vehicle for experimenting with new techniques for building -retargetable compilers. We want the compiler to be - 1. Easy to retarget to the platform of choice - 2. Easy to specialize, say for a new calling convention - 3. Fast - -WWW: http://www.cminusminus.org/qc--.html diff --git a/lang/qc--/pkg-plist b/lang/qc--/pkg-plist deleted file mode 100644 index 6d44f5d7b5d2..000000000000 --- a/lang/qc--/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/camlburgfix -bin/nofake -bin/ocamlburg -bin/ocamlburg.opt -bin/ocamlerror -bin/ocamlerror.opt -bin/qc-- -bin/qc--.opt diff --git a/print/Makefile b/print/Makefile index dd3671d0ed64..88884b0584c7 100644 --- a/print/Makefile +++ b/print/Makefile @@ -128,7 +128,6 @@ SUBDIR += libijs SUBDIR += libotf SUBDIR += libpaper - SUBDIR += libpdf++ SUBDIR += lilypond SUBDIR += lilypond-devel SUBDIR += lout diff --git a/print/libpdf++/Makefile b/print/libpdf++/Makefile deleted file mode 100644 index 9a33454dbf1d..000000000000 --- a/print/libpdf++/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: libpdf++ -# Date created: Jan 29, 2003 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= libpdf++ -PORTVERSION= 0.0.3 -PORTREVISION= 1 -CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://libpdfxx.sourceforge.net/ -MASTER_SITE_SUBDIR= libpdfxx -DISTNAME= libpdfdoc-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A C++ library to generate PDF files - -BUILD_DEPENDS= ${LOCALBASE}/include/boost/any.hpp:${PORTSDIR}/devel/boost -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - jpeg.9:${PORTSDIR}/graphics/jpeg -RUN_DEPENDS= ${LOCALBASE}/include/boost/any.hpp:${PORTSDIR}/devel/boost - -USE_AUTOMAKE_VER= 14 -USE_AUTOCONF_VER= 213 -CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include -USE_GMAKE= yes -INSTALLS_SHLIB= yes - -.include <bsd.port.pre.mk> - -BROKEN= "Does not compile" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2004-06-18 - -.if ${OSVERSION} < 500035 -USE_GCC= 3.1 -CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -.else -CONFIGURE_ENV+= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -.endif - -.include <bsd.port.post.mk> diff --git a/print/libpdf++/distinfo b/print/libpdf++/distinfo deleted file mode 100644 index 388a3ce11083..000000000000 --- a/print/libpdf++/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libpdfdoc-0.0.3.tar.gz) = bcbfbf0a1a6e1fa0be04ddef87631c05 -SIZE (libpdfdoc-0.0.3.tar.gz) = 236058 diff --git a/print/libpdf++/files/patch-ltmain.sh b/print/libpdf++/files/patch-ltmain.sh deleted file mode 100644 index e9093d939311..000000000000 --- a/print/libpdf++/files/patch-ltmain.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Mon Dec 1 11:11:30 2003 -+++ ltmain.sh Mon Dec 1 11:11:41 2003 -@@ -4325,10 +4325,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/print/libpdf++/files/patch-src:graph:image:Header.cc b/print/libpdf++/files/patch-src:graph:image:Header.cc deleted file mode 100644 index a51c2b97bf0f..000000000000 --- a/print/libpdf++/files/patch-src:graph:image:Header.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/graph/image/Header.cc.orig Mon Dec 1 10:55:09 2003 -+++ src/graph/image/Header.cc Mon Dec 1 10:55:17 2003 -@@ -23,6 +23,7 @@ - \author Nestal Wan - */ - -+#include <cassert> - #include "Header.hh" - - namespace image { diff --git a/print/libpdf++/files/patch-src:graph:image:Makefile.am b/print/libpdf++/files/patch-src:graph:image:Makefile.am deleted file mode 100644 index ca80db4d9fd0..000000000000 --- a/print/libpdf++/files/patch-src:graph:image:Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ ---- src/graph/image/Makefile.am.orig Mon Dec 1 11:00:20 2003 -+++ src/graph/image/Makefile.am Mon Dec 1 11:00:30 2003 -@@ -8,8 +8,8 @@ - libimage_la_SOURCES = Image.hh Image.cc ColourSpace.hh ColourSpace.cc \ - JpegEncoder.hh JpegEncoder.cc Header.hh Header.cc - --noinst_PROGRAMS = testjpeg -+#noinst_PROGRAMS = testjpeg - --testjpeg_SOURCES = testjpeg.cc --testjpeg_LDFLAGS = @MAGICK_LDFLAGS@ --testjpeg_LDADD = -lstdc++ -ljpeg libimage.la @MAGICK_LDADD@ -+#testjpeg_SOURCES = testjpeg.cc -+#testjpeg_LDFLAGS = @MAGICK_LDFLAGS@ -+#testjpeg_LDADD = -lstdc++ -ljpeg libimage.la @MAGICK_LDADD@ diff --git a/print/libpdf++/files/patch-src:text:Error.cc b/print/libpdf++/files/patch-src:text:Error.cc deleted file mode 100644 index 2771b97d948f..000000000000 --- a/print/libpdf++/files/patch-src:text:Error.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- src/text/Error.cc.orig Mon Dec 1 10:52:22 2003 -+++ src/text/Error.cc Mon Dec 1 10:52:31 2003 -@@ -23,6 +23,7 @@ - \author Nestal Wan - */ - -+#include <cassert> - #include "Error.hh" - - namespace pdf { namespace text { diff --git a/print/libpdf++/files/patch-src:util:Error.cc b/print/libpdf++/files/patch-src:util:Error.cc deleted file mode 100644 index df7f530c789d..000000000000 --- a/print/libpdf++/files/patch-src:util:Error.cc +++ /dev/null @@ -1,18 +0,0 @@ ---- src/util/Error.cc.orig Wed Jan 29 14:00:24 2003 -+++ src/util/Error.cc Wed Jan 29 14:14:15 2003 -@@ -51,12 +51,12 @@ - { - const int msg_size = 4096 ; - char err_msg[msg_size] ; -- char *result = strerror_r( error_number, err_msg, msg_size ) ; -+ int result = strerror_r( error_number, err_msg, msg_size ) ; - -- if ( result == 0 ) -+ if ( result != 0 ) - return "unknown error" ; - else -- return result ; -+ return err_msg ; - } - - const char* CFileError::what( ) const throw( ) diff --git a/print/libpdf++/pkg-descr b/print/libpdf++/pkg-descr deleted file mode 100644 index 5e618cd0011a..000000000000 --- a/print/libpdf++/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -libpdf++ is a C++ library to generate PDF files. It is for programs like word -processor to write PDF export filters. - -WWW: http://libpdfxx.sourceforge.net/ diff --git a/print/libpdf++/pkg-plist b/print/libpdf++/pkg-plist deleted file mode 100644 index a962c9fe3178..000000000000 --- a/print/libpdf++/pkg-plist +++ /dev/null @@ -1,68 +0,0 @@ -include/Doc.hh -include/DocInfo.hh -include/Error.hh -include/Position.hh -include/State.hh -include/Text.hh -include/common/FlateStream.hh -include/common/Rect.hh -include/common/Resource.hh -include/core/Array.hh -include/core/Dictionary.hh -include/core/File.hh -include/core/Object.hh -include/core/ProxyObj.hh -include/core/Stream.hh -include/core/Type.hh -include/font/Descriptor.hh -include/font/Error.hh -include/font/Flags.hh -include/font/Font.hh -include/font/ProgStream.hh -include/font/Simple.hh -include/font/Standard.hh -include/font/TrueType.hh -include/font/ftwrap/Error.hh -include/font/ftwrap/Face.hh -include/font/ftwrap/FaceBody.hh -include/font/ftwrap/Glyph.hh -include/font/ftwrap/Library.hh -include/font/ftwrap/LibraryBody.hh -include/font/ftwrap/Types.hh -include/image/ColourSpace.hh -include/image/Header.hh -include/image/Image.hh -include/image/JpegEncoder.hh -include/page/Info.hh -include/page/NodeBase.hh -include/page/Page.hh -include/page/ResDict.hh -include/page/TreeNode.hh -include/page/XObjInst.hh -include/text/Error.hh -include/text/Position.hh -include/text/State.hh -include/text/Text.hh -include/util/Colour.hh -include/util/Dash.hh -include/util/Error.hh -include/util/Flate.hh -include/util/Image.hh -include/util/ImgBase.hh -include/util/JpegImage.hh -include/util/Matrix2D.hh -include/util/Node.hh -include/util/Path.hh -include/util/State.hh -include/util/XObject.hh -@dirrm include/common -@dirrm include/core -@dirrm include/font/ftwrap -@dirrm include/font -@dirrm include/image -@dirrm include/page -@dirrm include/text -@dirrm include/util -lib/libpdfdoc.a -lib/libpdfdoc.so -lib/libpdfdoc.so.0 diff --git a/security/Makefile b/security/Makefile index cd544830e813..bfbf32f7a695 100644 --- a/security/Makefile +++ b/security/Makefile @@ -382,7 +382,6 @@ SUBDIR += sha SUBDIR += shishi SUBDIR += sig2dot - SUBDIR += siphon SUBDIR += skip SUBDIR += slurpie SUBDIR += slush diff --git a/security/siphon/Makefile b/security/siphon/Makefile deleted file mode 100644 index b99bfd5951c5..000000000000 --- a/security/siphon/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Ports collection makefile for: siphon -# Date created: 6 May 2000 -# Whom: Kris Kennaway <kris@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= siphon -PORTVERSION= 0.666 -CATEGORIES= security -MASTER_SITES= ftp://ftp.man.szczecin.pl/pub7/security/network-mapping/siphon/ \ - ftp://the.ausmac.net/sd3a/security/network-mapping/siphon/ \ - ${MASTER_SITE_PACKETSTORM} -MASTER_SITE_SUBDIR= UNIX/utilities -# http://www.subterrain.net/projects/siphon/ -DISTFILES= siphon-v.666.tar.gz siphon-report.pl -EXTRACT_ONLY= siphon-v.666.tar.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Passive host OS identifier using characteristics of sniffed traffic - -BROKEN= "Does not fetch" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2004-06-18 - -WRKSRC= ${WRKDIR}/siphon-v.666 - -do-install: - ${MKDIR} ${PREFIX}/share/siphon - ${INSTALL_PROGRAM} ${WRKSRC}/siphon ${PREFIX}/bin - ${INSTALL_SCRIPT} ${DISTDIR}/siphon-report.pl ${PREFIX}/bin/siphon-report - ${INSTALL_DATA} ${WRKSRC}/osprints.conf ${PREFIX}/share/siphon - -.include <bsd.port.mk> diff --git a/security/siphon/distinfo b/security/siphon/distinfo deleted file mode 100644 index 6d1deebd5104..000000000000 --- a/security/siphon/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (siphon-v.666.tar.gz) = 064c63e738235626aeb7820241ce478b -SIZE (siphon-v.666.tar.gz) = 6951 -MD5 (siphon-report.pl) = 46af5c180b7224e1906fb5d82e60efa8 -SIZE (siphon-report.pl) = 944 diff --git a/security/siphon/files/patch-aa b/security/siphon/files/patch-aa deleted file mode 100644 index e2a402d3dfb6..000000000000 --- a/security/siphon/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- log.c.orig Thu May 4 12:00:00 2000 -+++ log.c Sat May 6 15:32:36 2000 -@@ -137,7 +137,7 @@ - FILE *osprints; - static char line[80], *oswin, *osttl, *osdf, *os, hexed[10]; - static int check = 0; -- osprints = fopen("osprints.conf","r"); -+ osprints = fopen(OSPRINTSCONF,"r"); - - if(!osprints) { - perror("Unable to find osprints.conf\n"); diff --git a/security/siphon/files/patch-ab b/security/siphon/files/patch-ab deleted file mode 100644 index b51000edeef3..000000000000 --- a/security/siphon/files/patch-ab +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.orig Thu May 4 11:10:24 2000 -+++ Makefile Sat May 6 15:37:22 2000 -@@ -1,6 +1,7 @@ --CC = gcc -+CC ?= gcc - CCFLAGS = -Wall -pthread -ggdb --CFLAGS = -Wall -O2 -pthread -ggdb -I. -+CFLAGS ?= -O -+CFLAGS += -Wall -pthread -I. -DOSPRINTSCONF=\"${PREFIX}/share/siphon/osprints.conf\" - LIBS = -lpcap - OBJS = parse.o sniff.o main.o log.o - SRCS = ${OBJS:.o=.c} -@@ -9,7 +10,7 @@ - all: $(TARGET) - - $(TARGET): $(OBJS) -- $(CC) $(CCFLAGS) -o $(TARGET) $(OBJS) $(LIBS) -+ $(CC) $(CFLAGS) -o $(TARGET) $(OBJS) $(LIBS) - - clean: - rm -f $(OBJS) *~ *.core core siphon diff --git a/security/siphon/pkg-descr b/security/siphon/pkg-descr deleted file mode 100644 index 6a14df368115..000000000000 --- a/security/siphon/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Siphon is a passive OS fingerprinter which sniffs network traffic passing -the local machine and uses characteristics of the TCP stream to identify -the operating system running on the endpoints. - -In contrast to active fingerprinters like nmap and queso, no additional -connections need to be made to the target system in order to fingerprint it. - -WWW: http://www.subterrain.net/projects/siphon/ diff --git a/security/siphon/pkg-plist b/security/siphon/pkg-plist deleted file mode 100644 index 6e895de508a6..000000000000 --- a/security/siphon/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/siphon -bin/siphon-report -share/siphon/osprints.conf -@dirrm share/siphon diff --git a/textproc/Makefile b/textproc/Makefile index fa30be31c451..e12f1ff31023 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -416,8 +416,6 @@ SUBDIR += p5-XML-XSH SUBDIR += p5-XML-XSLT SUBDIR += p5-XML-XUpdate-LibXML - SUBDIR += p5-XML-Xerces - SUBDIR += p5-XML-Xerces-BagOfTricks SUBDIR += p5-YAML SUBDIR += p5-YAPE-HTML SUBDIR += p5-YAPE-Regex diff --git a/textproc/p5-XML-Xerces-BagOfTricks/Makefile b/textproc/p5-XML-Xerces-BagOfTricks/Makefile deleted file mode 100644 index 4a0ece186640..000000000000 --- a/textproc/p5-XML-Xerces-BagOfTricks/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: p5-XML-Xerces-BagOfTricks -# Date created: 19 January 2004 -# Whom: Scott McWhirter <scott@surreytech.co.uk> -# -# $FreeBSD$ -# - -PORTNAME= XML-Xerces-BagOfTricks -PORTVERSION= 0.03 -CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= XML -PKGNAMEPREFIX= p5- - -MAINTAINER= scott@surreytech.co.uk -COMMENT= Provide a bag of tricks for users of XML::Xerces DOM API - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Xerces.pm:${PORTSDIR}/textproc/p5-XML-Xerces -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -MAN3= XML::Xerces::BagOfTricks.3 - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500801 -IGNORE= Port requires perl 5.8.x or later. Install lang/perl5.8 then try again -.else -BROKEN= Does not compile -.endif - -.include <bsd.port.post.mk> diff --git a/textproc/p5-XML-Xerces-BagOfTricks/distinfo b/textproc/p5-XML-Xerces-BagOfTricks/distinfo deleted file mode 100644 index 2ee46a1a6305..000000000000 --- a/textproc/p5-XML-Xerces-BagOfTricks/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (XML-Xerces-BagOfTricks-0.03.tar.gz) = 0432aac75a11ec30c953d55e1edeb1a7 -SIZE (XML-Xerces-BagOfTricks-0.03.tar.gz) = 4986 diff --git a/textproc/p5-XML-Xerces-BagOfTricks/pkg-descr b/textproc/p5-XML-Xerces-BagOfTricks/pkg-descr deleted file mode 100644 index 494aea8bd12f..000000000000 --- a/textproc/p5-XML-Xerces-BagOfTricks/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This module is designed to provide a bag of tricks for users of -XML::Xerces DOM API. It provides some useful variables for looking up -xerces-c enum values. - -It also provides functions that make dealing with, creating and printing -DOM objects much easier. - -getTextContents() from 'Effective XML processing with DOM and XPath in -Perl' by Parand Tony Darugar, IBM Developerworks Oct 1st 2001 - -WWW: http://search.cpan.org/dist/XML-Xerces-BagOfTricks/ diff --git a/textproc/p5-XML-Xerces-BagOfTricks/pkg-plist b/textproc/p5-XML-Xerces-BagOfTricks/pkg-plist deleted file mode 100644 index e420564f0ee3..000000000000 --- a/textproc/p5-XML-Xerces-BagOfTricks/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%SITE_PERL%%/XML/Xerces/BagOfTricks.pm -%%SITE_PERL%%/auto/XML/Xerces/BagOfTricks/autosplit.ix -%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Xerces/BagOfTricks/.packlist -@dirrm %%SITE_PERL%%/XML/Xerces -@dirrm %%SITE_PERL%%/auto/XML/Xerces/BagOfTricks -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Xerces/BagOfTricks -@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/auto/XML/Xerces 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Xerces 2>/dev/null || true diff --git a/textproc/p5-XML-Xerces/Makefile b/textproc/p5-XML-Xerces/Makefile deleted file mode 100644 index a2e3be129d76..000000000000 --- a/textproc/p5-XML-Xerces/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: p5-XML-Xerces -# Date created: Jan 19, 2004 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= XML-Xerces -PORTVERSION= 2.3.0.4 -PORTREVISION= 2 -CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= XML -PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} - -MAINTAINER= ports@FreeBSD.org -COMMENT= The Perl API to the Apache Xerces XML parser - -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/xerces-c2:"configure TRANSCODER=native" -LIB_DEPENDS= xerces-c.23:${PORTSDIR}/textproc/xerces-c2 - -PERL_CONFIGURE= yes -CONFIGURE_ENV= XERCES_INCLUDE=${LOCALBASE}/include \ - XERCES_LIB=${LOCALBASE}/lib \ - XERCESCROOT=${PORTSDIR}/textproc/xerces-c2/work/xerces-c-src_2_3_0 -USE_GMAKE= yes - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= "requires perl 5.6.x or later. Install lang/perl5 and try again" -.endif - -.if ${OSVERSION} >= 502102 -FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}" -.endif - -BROKEN= dependency problems: also does not work with xerces-2.5 -DEPRECATED= ${IGNORE} -EXPIRATION_DATE= "June 12, 2004" - -post-patch: - @${PERL} -pi -e "s|-lpthread|${PTHREAD_LIBS}|" ${WRKSRC}/Makefile.PL - -.include <bsd.port.post.mk> diff --git a/textproc/p5-XML-Xerces/distinfo b/textproc/p5-XML-Xerces/distinfo deleted file mode 100644 index b5184e4bae56..000000000000 --- a/textproc/p5-XML-Xerces/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (XML-Xerces-2.3.0-4.tar.gz) = 006dd9f2b0238539cb58b37838c613ef -SIZE (XML-Xerces-2.3.0-4.tar.gz) = 213770 diff --git a/textproc/p5-XML-Xerces/pkg-descr b/textproc/p5-XML-Xerces/pkg-descr deleted file mode 100644 index b4f00b4bc7c7..000000000000 --- a/textproc/p5-XML-Xerces/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -XML::Xerces is the Perl API to the Apache project's Xerces XML parser. It -is implemented using the Xerces C++ API, and it provides access to *most* -of the C++ API from Perl. - -Because it is based on Xerces-C, XML::Xerces provides a validating XML -parser that makes it easy to give your application the ability to read and -write XML data. Classes are provided for parsing, generating, manipulating, -and validating XML documents. XML::Xerces is faithful to the XML 1.0 -recommendation and associated standards (DOM levels 1,2, and 3, SAX 1 and -2, Namespaces, and W3C XML Schema). The parser provides high performance, -modularity, and scalability, and provides full support for Unicode. - -XML::Xerces implements the vast majority of the Xerces-C API (if you notice -any discrepancies please mail the list <URL: -mailto:xerces-p-dev@xml.apache.org> ). The exception is some functions in -the C++ API which either have better Perl counterparts (such as file I/O) -or which manipulate internal C++ information that has no role in the Perl -module. diff --git a/textproc/p5-XML-Xerces/pkg-plist b/textproc/p5-XML-Xerces/pkg-plist deleted file mode 100644 index bad5c25f9c86..000000000000 --- a/textproc/p5-XML-Xerces/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Xerces/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Xerces/Xerces.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Xerces/Xerces.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Handler/Handler.a -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Handler/extralibs.ld -%%SITE_PERL%%/%%PERL_ARCH%%/XML/Xerces.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Xerces -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Handler -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/XML 2>/dev/null || true diff --git a/www/Makefile b/www/Makefile index 7dbb5c5e73a3..92693b286dd2 100644 --- a/www/Makefile +++ b/www/Makefile @@ -342,7 +342,6 @@ SUBDIR += oops SUBDIR += openvrml SUBDIR += opera - SUBDIR += orion SUBDIR += oscommerce SUBDIR += p5-Apache-ASP SUBDIR += p5-Apache-AddHostPath diff --git a/www/orion/Makefile b/www/orion/Makefile deleted file mode 100644 index 2e3d6381f1c7..000000000000 --- a/www/orion/Makefile +++ /dev/null @@ -1,184 +0,0 @@ -# New ports collection makefile for: orion -# Date created: 22 December 2000 -# Whom: Ernst de Haan <znerd@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= orion -PORTVERSION= 2.0.2 -CATEGORIES= www java -MASTER_SITES= http://www.orionserver.com/distributions/ \ - http://www.atlassian.com/software/orion/downloads/ -MASTER_SITE_SUBDIR= znerd -DISTNAME= ${PORTNAME}${PORTVERSION} - -MAINTAINER= znerd@FreeBSD.org -COMMENT= Orion Application Server - -BROKEN= "Checksum mismatch" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2004-06-18 - -USE_JAVA= 1.2+ -USE_ZIP= YES -NO_BUILD= YES - -WRKSRC= ${WRKDIR}/${PORTNAME} -APP_HOME?= ${PREFIX}/${PKGBASE}${PORTVERSION:R:R} -LOG_DIR= ${APP_HOME}/log -PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///} -APP_TITLE= Orion Server -APP_SHORTNAME= ${PORTNAME} -CONTROL_SCRIPT_NAME= ${APP_SHORTNAME}ctl -CONTROL_SCRIPT= ${PREFIX}/bin/${CONTROL_SCRIPT_NAME} -CONTROL_SCRIPT_MANPAGE_TITLE= ${CONTROL_SCRIPT_NAME:U} -STARTUP_ORDER= 020 -STARTUP_SCRIPT_NAME= ${PORTNAME}.sh -STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/${STARTUP_ORDER}.${STARTUP_SCRIPT_NAME} -USER= www -GROUP= www -PW?= /usr/sbin/pw -HTTP_PORT?= 8090 -RMI_PORT?= 23791 -STDOUT_LOG= ${LOG_DIR}/stdout.log -STDERR_LOG= ${LOG_DIR}/stderr.log -AUTO_START?= NO -STOP_TIMEOUT?= 5 -PID_FILE= /var/run/${APP_SHORTNAME}.pid -REPLACE_FILES= ${PORTSDIR}/www/jakarta-tomcat4/files/daemonctl.c \ - ${PORTSDIR}/www/jakarta-tomcat4/files/daemonctl.1 \ - ${PORTSDIR}/www/jakarta-tomcat4/files/startup.sh \ - ${WRKSRC}/config/default-web-site.xml \ - ${WRKSRC}/config/rmi.xml -JAR_FILE= ${APP_SHORTNAME}.jar -WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/work - -.include <bsd.port.pre.mk> - -post-patch: - @${ECHO_CMD} -n ">> Removing unneeded files..." - @${RM} -f `${FIND} ${WRKSRC} -name '*.bat'` `${FIND} ${WRKSRC} -name '*.orig'` `${FIND} ${WRKSRC} -name '*.exe'` - @${ECHO_CMD} " [ DONE ]" - -.for f in ${REPLACE_FILES} - @${ECHO_CMD} -n ">> Customizing `basename $f`..." - @${SED} \ - -e "/%%APP_HOME%%/s//${APP_HOME:S/\//\\\//g}/g" \ - -e "/%%APP_SHORTNAME%%/s//${APP_SHORTNAME}/g" \ - -e "/%%APP_TITLE%%/s//${APP_TITLE}/g" \ - -e "/%%CONTROL_SCRIPT%%/s//${CONTROL_SCRIPT:S/\//\\\//g}/g" \ - -e "/%%CONTROL_SCRIPT_MANPAGE_TITLE%%/s//${CONTROL_SCRIPT_MANPAGE_TITLE}/g" \ - -e "/%%CONTROL_SCRIPT_NAME%%/s//${CONTROL_SCRIPT_NAME}/g" \ - -e "/%%GROUP%%/s//${GROUP}/g" \ - -e "/%%HTTP_PORT%%/s//${HTTP_PORT}/g" \ - -e "/%%JAVA_CMD%%/s//bin\/java/g" \ - -e "/%%JAVA_HOME%%/s//${JAVA_HOME:S/\//\\\//g}/g" \ - -e "/%%JAR_FILE%%/s//${JAR_FILE}/g" \ - -e "/%%LOG_DIR%%/s//${LOG_DIR:S/\//\\\//g}/g" \ - -e "/%%PID_FILE%%/s//${PID_FILE:S/\//\\\//g}/g" \ - -e "/%%PORTNAME%%/s//${PORTNAME}/g" \ - -e "/%%PORTVERSION%%/s//${PORTVERSION}/g" \ - -e "/%%PREFIX%%/s//${PREFIX:S/\//\\\//g}/g" \ - -e "/%%RMI_PORT%%/s//${RMI_PORT}/g" \ - -e "/%%STARTUP_SCRIPT_NAME%%/s//${STARTUP_SCRIPT_NAME}/g" \ - -e "/%%STDERR_LOG%%/s//${STDERR_LOG:S/\//\\\//g}/g" \ - -e "/%%STDOUT_LOG%%/s//${STDOUT_LOG:S/\//\\\//g}/g" \ - -e "/%%STOP_TIMEOUT%%/s//${STOP_TIMEOUT}/g" \ - -e "/%%USER%%/s//${USER}/g" \ - $f > ${WRKDIR}/`basename $f` - @${ECHO_CMD} " [ DONE ]" -.endfor - -pre-install: - @${ECHO_CMD} "Installation settings:" - @${ECHO_CMD} " Destination directory: ${APP_HOME}" - @${ECHO_CMD} " Control program location: ${CONTROL_SCRIPT}" - @${ECHO_CMD} " Startup script location: ${STARTUP_SCRIPT}" - @${ECHO_CMD} " Location of JDK: ${JAVA_HOME}" - @${ECHO_CMD} " Location of Java port: ${JAVA_PORT}" - @${ECHO_CMD} " Using Jikes: ${WITH_JIKES}" - @${ECHO_CMD} " Running as (user/group): ${USER}/${GROUP}" - @${ECHO_CMD} " HTTP port: ${HTTP_PORT}" - @${ECHO_CMD} " RMI port: ${RMI_PORT}" - @${ECHO_CMD} " Logfile stdout: ${STDOUT_LOG}" - @${ECHO_CMD} " Logfile stderr: ${STDERR_LOG}" - @${ECHO_CMD} " Starting after install: ${AUTO_START}" - @${ECHO_CMD} " Stop time-out: ${STOP_TIMEOUT} sec." - @PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL - -do-install: - @${ECHO_CMD} -n ">> Creating destination directory..." - @${MKDIR} ${APP_HOME} - @${MKDIR} ${APP_HOME}/application-deployments - @${ECHO_CMD} " [ DONE ]" - - @${ECHO_CMD} -n ">> Copying files to destination directory..." - @${CP} -R ${WRKSRC}/* ${APP_HOME} - @${CP} ${PATCHDIR}/orion.properties ${APP_HOME} - @${CP} ${WRKDIR}/default-web-site.xml ${WRKDIR}/rmi.xml ${APP_HOME}/config - @${ECHO_CMD} " [ DONE ]" - -.if defined(WITH_JIKES) && ${WITH_JIKES} == "YES" - @${ECHO_CMD} -n ">> Configuring Jikes support..." - @${SED} -e "/\<!-- \<compiler executable=\"jikes\" classpath=\"\/myjdkdir\/jre\/lib\/rt.jar\" \/\> -->/s//\<compiler executable=\"${JAVAC:S/\//\\\//g}\" classpath=\"${JAVA_HOME:S/\//\\\//g}\/jre\/lib\/rt.jar\"\/\>/" \ - ${WRKSRC}/config/server.xml > ${APP_HOME}/config/server.xml - @${ECHO_CMD} " [ DONE ]" -.endif - - @${ECHO_CMD} -n ">> Compiling and installing control program..." - @${SED} \ - -e "/%%JAVA_ARGS%%/s///g" \ - -e "/%%JAR_ARGS%%/s//\"-p\",/g" \ - ${WRKDIR}/daemonctl.c > ${WRKDIR}/daemonctl_.c - @cd ${WRKDIR} && ${CC} -ansi -o ${CONTROL_SCRIPT_NAME} daemonctl_.c - @${CP} ${WRKDIR}/${CONTROL_SCRIPT_NAME} ${CONTROL_SCRIPT} - @${CHOWN} ${USER}:${GROUP} ${CONTROL_SCRIPT} - @${CHMOD} 6754 ${CONTROL_SCRIPT} - @${ECHO_CMD} " [ DONE ]" - - @${ECHO_CMD} -n ">> Installing startup script..." - @${CP} ${WRKDIR}/startup.sh ${STARTUP_SCRIPT} - @${CHMOD} 0544 ${STARTUP_SCRIPT} - @${ECHO_CMD} " [ DONE ]" - -.if !defined(NOPORTDOCS) - @${ECHO_CMD} -n ">> Installing man pages..." - @${INSTALL_MAN} ${WRKDIR}/daemonctl.1 ${MANPREFIX}/man/man1/${CONTROL_SCRIPT_NAME}.1 - @${ECHO_CMD} " [ DONE ]" -.endif - - @${ECHO_CMD} -n ">> Creating log files..." - @${INSTALL} /dev/null ${STDOUT_LOG} - @${INSTALL} /dev/null ${STDERR_LOG} - @${ECHO_CMD} " [ DONE ]" - - @${ECHO_CMD} -n ">> Creating symlink to tools.jar..." - @${LN} -sf ${JAVA_HOME}/lib/tools.jar ${APP_HOME}/tools.jar - @${ECHO_CMD} " [ DONE ]" - - @${ECHO_CMD} -n ">> Fixing ownership settings..." - @${CHOWN} -R ${USER}:${GROUP} ${APP_HOME} - @${ECHO_CMD} " [ DONE ]" - - @${ECHO_CMD} -n ">> Fixing permissions..." - @${CHMOD} 755 `${FIND} ${APP_HOME} -type d` - @${ECHO_CMD} " [ DONE ]" - - @${ECHO_CMD} -n ">> Creating PID file..." - @${TOUCH} ${PID_FILE} - @${CHOWN} ${USER}:${GROUP} ${PID_FILE} - @${CHMOD} 0600 ${PID_FILE} - @${ECHO_CMD} " [ DONE ]" - -post-install: - @${ECHO_CMD} "${APP_TITLE} ${PORTVERSION} has been installed in ${APP_HOME}." - @${ECHO_CMD} "If a user should be able to use ${CONTROL_SCRIPT_NAME}, then put this user in the group ${GROUP}." -.if !defined(NOPORTDOCS) - @${ECHO_CMD} "Use 'man ${CONTROL_SCRIPT_NAME}' for information about starting and stopping ${APP_TITLE}." -.endif -.if ${AUTO_START} == "YES" - @${CONTROL_SCRIPT} start || true -.endif - -.include <bsd.port.post.mk> diff --git a/www/orion/distinfo b/www/orion/distinfo deleted file mode 100644 index fe23be46fbb2..000000000000 --- a/www/orion/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (orion2.0.2.zip) = 170a5dd8d8b9d3f757c324e702cd2564 diff --git a/www/orion/files/orion.properties b/www/orion/files/orion.properties deleted file mode 100644 index 130fd10eda41..000000000000 --- a/www/orion/files/orion.properties +++ /dev/null @@ -1,2 +0,0 @@ -# Properties read by Orion on startup -# diff --git a/www/orion/files/patch-aa b/www/orion/files/patch-aa deleted file mode 100644 index c4848823657e..000000000000 --- a/www/orion/files/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ ---- config/default-web-site.xml.orig Sat Mar 30 13:16:11 2002 -+++ config/default-web-site.xml Sat Mar 30 13:16:56 2002 -@@ -1,12 +1,12 @@ - <?xml version="1.0"?> - <!DOCTYPE web-site PUBLIC "Orion Web-site" "http://www.orionserver.com/dtds/web-site.dtd"> - --<web-site host="[ALL]" port="80" display-name="Default Orion WebSite"> -+<web-site host="[ALL]" port="%%HTTP_PORT%%" display-name="Default Orion WebSite"> - <!-- The default web-app for this site, bound to the root --> - <default-web-app application="default" name="defaultWebApp" /> - - <!-- Uncomment this to activate the news app --> - <!-- <web-app application="news" name="news-web" root="/news" /> --> --
<!-- Access Log, where requests are logged to --> -+ <!-- Access Log, where requests are logged to --> - <access-log path="../log/default-web-access.log" /> - </web-site> diff --git a/www/orion/files/patch-ab b/www/orion/files/patch-ab deleted file mode 100644 index c8807ed64076..000000000000 --- a/www/orion/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- config/rmi.xml.orig Sat Mar 30 13:17:25 2002 -+++ config/rmi.xml Sat Mar 30 13:17:59 2002 -@@ -1,7 +1,7 @@ - <?xml version="1.0"?> - <!DOCTYPE rmi-server PUBLIC "Orion RMI-server" "http://www.orionserver.com/dtds/rmi-server.dtd"> - --<rmi-server> -+<rmi-server host="[ALL]" port="%%RMI_PORT%%"> - <!-- A remote server connection example --> - <!-- <server host="the.remote.server.com" username="adminUser" password="123abc" /> --> - diff --git a/www/orion/files/principals.xml b/www/orion/files/principals.xml deleted file mode 100644 index d16ea4b4f695..000000000000 --- a/www/orion/files/principals.xml +++ /dev/null @@ -1,37 +0,0 @@ -<?xml version="1.0"?> -<!DOCTYPE principals PUBLIC "//Evermind - Orion Principals//" "http://www.orionserver.com/dtds/principals.dtd"> - -<principals> - <groups> - <group name="administrators"> - <description>administrators</description> - <permission name="administration" /> - <permission name="com.evermind.server.AdministrationPermission" /> - </group> - <group name="guests"> - <description>guests</description> - </group> - <group name="users"> - <description>users</description> - <permission name="rmi:login" /> - <permission name="com.evermind.server.rmi.RMIPermission" /> - </group> - </groups> - <users> - <user username="admin" password="%%ADMIN_PASSWORD%%"> - <description>The default administrator</description> - <group-membership group="administrators" /> - <group-membership group="guests" /> - <group-membership group="users" /> - </user> - <user username="user" password="%%DEFAULT_USER_PASSWORD%%"> - <description>The default user</description> - <group-membership group="guests" /> - <group-membership group="users" /> - </user> - <user username="anonymous" password=""> - <description>The default guest/anonyomous user</description> - <group-membership group="guests" /> - </user> - </users> -</principals> diff --git a/www/orion/pkg-deinstall b/www/orion/pkg-deinstall deleted file mode 100644 index c45e6eb59f8d..000000000000 --- a/www/orion/pkg-deinstall +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/sh -# -# This script does the following. -# -# * Checks if the Orion PID file exists. If it does, it kills the -# Orion process and removes the PID file. -# -# * Checks if the 'www' user exists. If it does, then it displays -# a message. -# -# $FreeBSD$ -# - -# Make sure we're in the right stage of the process -if [ "$2" = "DEINSTALL" ]; then - - # Kill Orion if it is still running - PID_FILE=/var/run/orion.pid - if [ -s ${PID_FILE} ]; then - PID=`cat ${PID_FILE}` - echo -n ">> Killing Orion Server process (${PID})..." - /bin/kill ${PID} > /dev/null 2> /dev/null - if [ $? -eq 0 ]; then - echo " [ DONE ]" - else - echo " [ FAILED ]" - fi - echo -n ">> Removing PID file (${PID_FILE})..." - rm ${PID_FILE} > /dev/null 2> /dev/null - if [ $? -eq 0 ]; then - echo " [ DONE ]" - else - echo " [ FAILED ]" - fi - fi -fi - -if [ "$2" = "POST-DEINSTALL" ]; then - # If the user exists, then display a message - if pw usershow "www" 2>/dev/null 1>&2; then - echo "To delete the www user permanently, use 'pw userdel www'" - fi -fi - -exit 0 diff --git a/www/orion/pkg-descr b/www/orion/pkg-descr deleted file mode 100644 index 65e059ebb2ae..000000000000 --- a/www/orion/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -Orion Application Server. This is a Java 2 Enterprise -Edition-compliant Application Server. It features the latest -J2EE standards like HTTP 1.1, Servlet 2.3 (public draft), -JSP 1.1, EJB 1.1 (partial EJB 2.0 public draft support), -JDBC 2.0, JTA 1.0.1 and JNDI 1.2. - -Orion features clustering support and some unique -auto-deployment features. - -This version is only for either development use or -non-commercial use. You will need to purchase a license from -http://www.orionserver.com/ if you intend to use this server -commercially. - -This port will install an 'orionctl' script in ${PREFIX}/bin -that can be used to start and stop the server. Another -script is installed in ${PREFIX}/etc/rc.d for starting up -Orion at boot time. - -WWW: http://www.orionserver.com/ diff --git a/www/orion/pkg-install b/www/orion/pkg-install deleted file mode 100644 index 687ec3fc1f9e..000000000000 --- a/www/orion/pkg-install +++ /dev/null @@ -1,46 +0,0 @@ -#!/bin/sh -# -# Checks if the 'www' user and group exist. If they don't, then -# an attempt is made to create both. -# -# $FreeBSD$ -# - -# Make sure we're called during the 'make install' process -if [ "$2" != "PRE-INSTALL" ]; then - exit 0 -fi - -# Set some constants -USER=www -GROUP=${USER} -UID=80 -GID=${UID} - -# See if the group already exists -if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then - - # If not, try to create it - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi -fi - -# See if the user already exists -if ! pw usershow "${USER}" 2>/dev/null 1>&2; then - - # If not, try to create it - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -s "/sbin/nologin" -d "/nonexistent" \ - -c "World Wide Web Owner"; \ - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi -fi -exit 0 diff --git a/www/orion/pkg-plist b/www/orion/pkg-plist deleted file mode 100644 index e3e1694119d4..000000000000 --- a/www/orion/pkg-plist +++ /dev/null @@ -1,351 +0,0 @@ -bin/orionctl -etc/rc.d/020.orion.sh -man/man1/orionctl.1 -orion2/applications/atm-install.txt -orion2/applications/atm.ear -orion2/applications/estore-bugs.txt -orion2/applications/estore-install.txt -orion2/applications/estore-orionadapter.jar -orion2/applications/estore-patched.ear -orion2/demo/ejb/cart/META-INF/application-client.xml -orion2/demo/ejb/cart/META-INF/ejb-jar.xml -orion2/demo/ejb/cart/META-INF/MANIFEST.MF -orion2/demo/ejb/cart/Cart.class -orion2/demo/ejb/cart/Cart.java -orion2/demo/ejb/cart/CartClient.class -orion2/demo/ejb/cart/CartClient.java -orion2/demo/ejb/cart/CartEJB.class -orion2/demo/ejb/cart/CartEJB.java -orion2/demo/ejb/cart/CartHome.class -orion2/demo/ejb/cart/CartHome.java -orion2/demo/ejb/cart/jndi.properties -orion2/demo/ejb/cart/NotInCartException.class -orion2/demo/ejb/cart/NotInCartException.java -orion2/demo/ejb/cart/orion-cart.jar -orion2/demo/ejb/META-INF/application.xml -orion2/demo/ejb/product/META-INF/application-client.xml -orion2/demo/ejb/product/META-INF/ejb-jar.xml -orion2/demo/ejb/product/META-INF/MANIFEST.MF -orion2/demo/ejb/product/jndi.properties -orion2/demo/ejb/product/orion-product.jar -orion2/demo/ejb/product/Product.class -orion2/demo/ejb/product/Product.java -orion2/demo/ejb/product/product.skeleton -orion2/demo/ejb/product/ProductClient.class -orion2/demo/ejb/product/ProductClient.java -orion2/demo/ejb/product/ProductEJB.class -orion2/demo/ejb/product/ProductEJB.java -orion2/demo/ejb/product/ProductHome.class -orion2/demo/ejb/product/ProductHome.java -orion2/demo/ejb/product/ProductServlet.class -orion2/demo/ejb/product/ProductServlet.java -orion2/demo/ejb/usermanager/META-INF/ejb-jar.xml -orion2/demo/ejb/install.txt -orion2/demo/jms/coffeemaker/META-INF/application-client.xml -orion2/demo/jms/coffeemaker/META-INF/MANIFEST.MF -orion2/demo/jms/coffeemaker/META-INF/orion-application-client.xml -orion2/demo/jms/coffeemaker/CoffeeMachine.class -orion2/demo/jms/coffeemaker/CoffeeMachine.java -orion2/demo/jms/coffeemaker/CoffeeMaker.class -orion2/demo/jms/coffeemaker/CoffeeMaker.java -orion2/demo/jms/coffeemaker/jndi.properties -orion2/demo/jms/jmschat/META-INF/application-client.xml -orion2/demo/jms/jmschat/META-INF/MANIFEST.MF -orion2/demo/jms/jmschat/META-INF/orion-application-client.xml -orion2/demo/jms/jmschat/JMSChat$1.class -orion2/demo/jms/jmschat/JMSChat.class -orion2/demo/jms/jmschat/JMSChat.java -orion2/demo/jms/jmschat/jndi.properties -orion2/demo/jms/coffeemaker.jar -orion2/demo/jms/jmschat.jar -orion2/demo/jms/jmsdemo-readme.txt -orion2/demo/news-app/news-install.txt -orion2/demo/news-app/news.ear -orion2/demo/rmi/RMIApp.class -orion2/demo/rmi/RMIApp.java -orion2/demo/ssl/ssl-sample.ear -orion2/demo/messagelogger.ear -orion2/default-web-app/examples/cal/TableBean.txt -orion2/default-web-app/examples/cal/cal1.txt -orion2/default-web-app/examples/cal/cal2.jsp -orion2/default-web-app/examples/cal/cal2.txt -orion2/default-web-app/examples/cal/calendar.html -orion2/default-web-app/examples/cal/Entries.txt -orion2/default-web-app/examples/cal/Entry.txt -orion2/default-web-app/examples/cal/JspCalendar.txt -orion2/default-web-app/examples/cal/login.html -orion2/default-web-app/examples/cal/cal1.jsp -orion2/default-web-app/examples/images/code.gif -orion2/default-web-app/examples/images/execute.gif -orion2/default-web-app/examples/images/return.gif -orion2/default-web-app/examples/jsp/jsptoserv/hello.jsp -orion2/default-web-app/examples/jsp/jsptoserv/jsptoservlet.jsp -orion2/default-web-app/examples/jsp/jsptoserv/jts.html -orion2/default-web-app/examples/jsp/jsptoserv/jts.txt -orion2/default-web-app/examples/jsp/jsptoserv/stj.txt -orion2/default-web-app/examples/jsp/checkbox/check.html -orion2/default-web-app/examples/jsp/checkbox/checkresult.jsp -orion2/default-web-app/examples/jsp/checkbox/checkresult.txt -orion2/default-web-app/examples/jsp/checkbox/CheckTest.html -orion2/default-web-app/examples/jsp/checkbox/cresult.html -orion2/default-web-app/examples/jsp/colors/clr.html -orion2/default-web-app/examples/jsp/colors/ColorGameBean.html -orion2/default-web-app/examples/jsp/colors/colors.html -orion2/default-web-app/examples/jsp/colors/colors.txt -orion2/default-web-app/examples/jsp/colors/colrs.jsp -orion2/default-web-app/examples/jsp/dates/date.html -orion2/default-web-app/examples/jsp/dates/date.jsp -orion2/default-web-app/examples/jsp/dates/date.txt -orion2/default-web-app/examples/jsp/error/er.html -orion2/default-web-app/examples/jsp/error/err.jsp -orion2/default-web-app/examples/jsp/error/err.txt -orion2/default-web-app/examples/jsp/error/error.html -orion2/default-web-app/examples/jsp/error/errorpge.jsp -orion2/default-web-app/examples/jsp/forward/forward.jsp -orion2/default-web-app/examples/jsp/forward/forward.txt -orion2/default-web-app/examples/jsp/forward/fwd.html -orion2/default-web-app/examples/jsp/forward/one.jsp -orion2/default-web-app/examples/jsp/forward/two.html -orion2/default-web-app/examples/jsp/include/foo.html -orion2/default-web-app/examples/jsp/include/foo.jsp -orion2/default-web-app/examples/jsp/include/inc.html -orion2/default-web-app/examples/jsp/include/include.jsp -orion2/default-web-app/examples/jsp/include/include.txt -orion2/default-web-app/examples/jsp/cal/TableBean.txt -orion2/default-web-app/examples/jsp/cal/cal1.txt -orion2/default-web-app/examples/jsp/cal/cal2.jsp -orion2/default-web-app/examples/jsp/cal/cal2.txt -orion2/default-web-app/examples/jsp/cal/calendar.html -orion2/default-web-app/examples/jsp/cal/Entries.txt -orion2/default-web-app/examples/jsp/cal/Entry.txt -orion2/default-web-app/examples/jsp/cal/JspCalendar.txt -orion2/default-web-app/examples/jsp/cal/login.html -orion2/default-web-app/examples/jsp/cal/cal1.jsp -orion2/default-web-app/examples/jsp/num/numguess.html -orion2/default-web-app/examples/jsp/num/numguess.jsp -orion2/default-web-app/examples/jsp/num/numguess.txt -orion2/default-web-app/examples/jsp/plugin/applet/Clock2.class -orion2/default-web-app/examples/jsp/plugin/applet/Clock2.java -orion2/default-web-app/examples/jsp/plugin/plugin.html -orion2/default-web-app/examples/jsp/plugin/plugin.jsp -orion2/default-web-app/examples/jsp/plugin/plugin.txt -orion2/default-web-app/examples/jsp/sessions/carts.html -orion2/default-web-app/examples/jsp/sessions/carts.jsp -orion2/default-web-app/examples/jsp/sessions/carts.txt -orion2/default-web-app/examples/jsp/sessions/crt.html -orion2/default-web-app/examples/jsp/sessions/DummyCart.html -orion2/default-web-app/examples/jsp/snp/snoop.html -orion2/default-web-app/examples/jsp/snp/snoop.jsp -orion2/default-web-app/examples/jsp/snp/snoop.txt -orion2/default-web-app/examples/jsp/taglib/loop/META-INF/taglib.tld -orion2/default-web-app/examples/jsp/taglib/loop/taglib/LoopTag.class -orion2/default-web-app/examples/jsp/taglib/loop/taglib/LoopTag.java -orion2/default-web-app/examples/jsp/taglib/loop/index.html -orion2/default-web-app/examples/jsp/taglib/loop/looptag.jsp -orion2/default-web-app/examples/jsp/taglib/loop/looptag.jsp.txt -orion2/default-web-app/examples/jsp/taglib/loop/looptags.jar -orion2/default-web-app/examples/jsp/index.html -orion2/default-web-app/examples/perl/helloworld.pl -orion2/default-web-app/examples/perl/post.html -orion2/default-web-app/examples/perl/post.pl -orion2/default-web-app/examples/ssi/other.txt -orion2/default-web-app/examples/ssi/real.txt -orion2/default-web-app/examples/ssi/ssi.shtml -orion2/default-web-app/examples/xsl/data.xml -orion2/default-web-app/examples/xsl/data.xsl -orion2/default-web-app/examples/xsl/doc.dtd -orion2/default-web-app/examples/xsl/doc.jsp -orion2/default-web-app/examples/xsl/doc.xml -orion2/default-web-app/examples/xsl/doc.xsl -orion2/default-web-app/WEB-INF/classes/num/NumberGuessBean.class -orion2/default-web-app/WEB-INF/classes/num/NumberGuessBean.java -orion2/default-web-app/WEB-INF/classes/dates/JspCalendar.class -orion2/default-web-app/WEB-INF/classes/dates/JspCalendar.java -orion2/default-web-app/WEB-INF/classes/error/Smart.class -orion2/default-web-app/WEB-INF/classes/error/Smart.java -orion2/default-web-app/WEB-INF/classes/colors/ColorGameBean.class -orion2/default-web-app/WEB-INF/classes/colors/ColorGameBean.java -orion2/default-web-app/WEB-INF/classes/sessions/DummyCart.class -orion2/default-web-app/WEB-INF/classes/sessions/DummyCart.java -orion2/default-web-app/WEB-INF/classes/checkbox/CheckTest.class -orion2/default-web-app/WEB-INF/classes/checkbox/CheckTest.java -orion2/default-web-app/WEB-INF/classes/cal/TableBean.java -orion2/default-web-app/WEB-INF/classes/cal/Entries.java -orion2/default-web-app/WEB-INF/classes/cal/Entry.class -orion2/default-web-app/WEB-INF/classes/cal/Entry.java -orion2/default-web-app/WEB-INF/classes/cal/JspCalendar.class -orion2/default-web-app/WEB-INF/classes/cal/JspCalendar.java -orion2/default-web-app/WEB-INF/classes/cal/TableBean.class -orion2/default-web-app/WEB-INF/classes/cal/Entries.class -orion2/default-web-app/WEB-INF/classes/Counter.class -orion2/default-web-app/WEB-INF/classes/Counter.java -orion2/default-web-app/WEB-INF/classes/DateServlet.class -orion2/default-web-app/WEB-INF/classes/DateServlet.java -orion2/default-web-app/WEB-INF/classes/FingerServlet.class -orion2/default-web-app/WEB-INF/classes/FingerServlet.java -orion2/default-web-app/WEB-INF/classes/HelloWorldExample.class -orion2/default-web-app/WEB-INF/classes/HelloWorldExample.java -orion2/default-web-app/WEB-INF/classes/HelloWorldServlet.class -orion2/default-web-app/WEB-INF/classes/HelloWorldServlet.java -orion2/default-web-app/WEB-INF/classes/LinkCheckerServlet.class -orion2/default-web-app/WEB-INF/classes/LinkCheckerServlet.java -orion2/default-web-app/WEB-INF/classes/LocalStrings.properties -orion2/default-web-app/WEB-INF/classes/ParameterBean.class -orion2/default-web-app/WEB-INF/classes/ParameterBean.java -orion2/default-web-app/WEB-INF/classes/RedirectServlet.class -orion2/default-web-app/WEB-INF/classes/RedirectServlet.java -orion2/default-web-app/WEB-INF/classes/RequestHeaderExample.class -orion2/default-web-app/WEB-INF/classes/RequestHeaderExample.java -orion2/default-web-app/WEB-INF/classes/RequestInfoExample.class -orion2/default-web-app/WEB-INF/classes/RequestInfoExample.java -orion2/default-web-app/WEB-INF/classes/RequestParamExample.class -orion2/default-web-app/WEB-INF/classes/RequestParamExample.java -orion2/default-web-app/WEB-INF/classes/SessionExample.class -orion2/default-web-app/WEB-INF/classes/SessionExample.java -orion2/default-web-app/WEB-INF/classes/SessionServlet.class -orion2/default-web-app/WEB-INF/classes/SessionServlet.java -orion2/default-web-app/WEB-INF/classes/SimpleServlet.class -orion2/default-web-app/WEB-INF/classes/SimpleServlet.java -orion2/default-web-app/WEB-INF/classes/SnoopServlet.class -orion2/default-web-app/WEB-INF/classes/SnoopServlet.java -orion2/default-web-app/WEB-INF/classes/SurveyServlet.class -orion2/default-web-app/WEB-INF/classes/SurveyServlet.java -orion2/default-web-app/WEB-INF/classes/ToJSPServlet.class -orion2/default-web-app/WEB-INF/classes/ToJSPServlet.java -orion2/default-web-app/WEB-INF/classes/UpperCaseFilter.class -orion2/default-web-app/WEB-INF/classes/UpperCaseFilter.java -orion2/default-web-app/WEB-INF/classes/URLInfo.class -orion2/default-web-app/WEB-INF/classes/BBoardServlet.class -orion2/default-web-app/WEB-INF/classes/BBoardServlet.java -orion2/default-web-app/WEB-INF/classes/ConfigServlet.class -orion2/default-web-app/WEB-INF/classes/ConfigServlet.java -orion2/default-web-app/WEB-INF/classes/CookieExample.class -orion2/default-web-app/WEB-INF/classes/CookieExample.java -orion2/default-web-app/WEB-INF/web.xml -orion2/default-web-app/index.html -orion2/docs/license/hsqldb_lic.txt -orion2/docs/license/Copyright.txt -orion2/docs/license/license.txt -orion2/docs/Readme.txt -orion2/log/stdout.log -orion2/log/stderr.log -orion2/persistence/transaction.state -orion2/config/database-schemas/mimer.xml -orion2/config/database-schemas/ms-access.xml -orion2/config/database-schemas/ms-sql.xml -orion2/config/database-schemas/oracle.xml -orion2/config/database-schemas/postgresql.xml -orion2/config/database-schemas/sapdb.xml -orion2/config/database-schemas/sybase.xml -orion2/config/database-schemas/cloudscape.xml -orion2/config/database-schemas/mckoi.xml -orion2/config/database-schemas/hypersonic.xml -orion2/config/application.xml -orion2/config/data-sources.xml -orion2/config/default-web-site.xml -orion2/config/global-web-application.xml -orion2/config/jms.xml -orion2/config/mime.types -orion2/config/principals.xml -orion2/config/rmi.xml -orion2/config/server.xml -orion2/lib/hsqldb.jar -orion2/mail.jar -orion2/loadbalancer.jar -orion2/jta.jar -orion2/jsse.jar -orion2/jnet.jar -orion2/jndi.jar -orion2/jdbc.jar -orion2/jcert.jar -orion2/jaxp.jar -orion2/jaas.jar -orion2/ejbmaker.jar -orion2/ejbassembler.jar -orion2/ejb.jar -orion2/crimson.jar -orion2/earassembler.jar -orion2/connector.jar -orion2/clientassembler.jar -orion2/changes.txt -orion2/autoupdate.properties -orion2/autoupdate.jar -orion2/assemblerlauncher.jar -orion2/applicationlauncher.jar -orion2/admin.jar -orion2/activation.jar -orion2/xerces.jar -orion2/Readme.txt -orion2/xalan.jar -orion2/webappassembler.jar -orion2/taglibassembler.jar -orion2/parser.jar -orion2/orionembedded.jar -orion2/orionconsole.jar -orion2/orionclient.jar -orion2/orion.jar -orion2/orion.properties -orion2/tools.jar -@dirrm orion2/application-deployments -@dirrm orion2/applications -@dirrm orion2/demo/ejb/cart/META-INF -@dirrm orion2/demo/ejb/cart -@dirrm orion2/demo/ejb/META-INF -@dirrm orion2/demo/ejb/product/META-INF -@dirrm orion2/demo/ejb/product -@dirrm orion2/demo/ejb/usermanager/META-INF -@dirrm orion2/demo/ejb/usermanager -@dirrm orion2/demo/ejb -@dirrm orion2/demo/jms/coffeemaker/META-INF -@dirrm orion2/demo/jms/coffeemaker -@dirrm orion2/demo/jms/jmschat/META-INF -@dirrm orion2/demo/jms/jmschat -@dirrm orion2/demo/jms -@dirrm orion2/demo/news-app -@dirrm orion2/demo/rmi -@dirrm orion2/demo/ssl -@dirrm orion2/demo -@dirrm orion2/default-web-app/examples/cal -@dirrm orion2/default-web-app/examples/images -@dirrm orion2/default-web-app/examples/jsp/jsptoserv -@dirrm orion2/default-web-app/examples/jsp/checkbox -@dirrm orion2/default-web-app/examples/jsp/colors -@dirrm orion2/default-web-app/examples/jsp/dates -@dirrm orion2/default-web-app/examples/jsp/error -@dirrm orion2/default-web-app/examples/jsp/forward -@dirrm orion2/default-web-app/examples/jsp/include -@dirrm orion2/default-web-app/examples/jsp/cal -@dirrm orion2/default-web-app/examples/jsp/num -@dirrm orion2/default-web-app/examples/jsp/plugin/applet -@dirrm orion2/default-web-app/examples/jsp/plugin -@dirrm orion2/default-web-app/examples/jsp/sessions -@dirrm orion2/default-web-app/examples/jsp/snp -@dirrm orion2/default-web-app/examples/jsp/taglib/loop/META-INF -@dirrm orion2/default-web-app/examples/jsp/taglib/loop/taglib -@dirrm orion2/default-web-app/examples/jsp/taglib/loop -@dirrm orion2/default-web-app/examples/jsp/taglib -@dirrm orion2/default-web-app/examples/jsp -@dirrm orion2/default-web-app/examples/perl -@dirrm orion2/default-web-app/examples/ssi -@dirrm orion2/default-web-app/examples/xsl -@dirrm orion2/default-web-app/examples -@dirrm orion2/default-web-app/WEB-INF/classes/num -@dirrm orion2/default-web-app/WEB-INF/classes/dates -@dirrm orion2/default-web-app/WEB-INF/classes/error -@dirrm orion2/default-web-app/WEB-INF/classes/colors -@dirrm orion2/default-web-app/WEB-INF/classes/sessions -@dirrm orion2/default-web-app/WEB-INF/classes/checkbox -@dirrm orion2/default-web-app/WEB-INF/classes/cal -@dirrm orion2/default-web-app/WEB-INF/classes -@dirrm orion2/default-web-app/WEB-INF -@dirrm orion2/default-web-app -@dirrm orion2/database -@dirrm orion2/docs/license -@dirrm orion2/docs -@dirrm orion2/log -@dirrm orion2/persistence/ejb -@dirrm orion2/persistence -@dirrm orion2/config/database-schemas -@dirrm orion2/config -@dirrm orion2/lib -@dirrm orion2 diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 5620c17d7a10..ed5f3f82a44d 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -77,7 +77,6 @@ SUBDIR += metacity-theme-iridium-rounded SUBDIR += metacity-theme-microgui SUBDIR += metacity-themes - SUBDIR += mkultra SUBDIR += qinx SUBDIR += qnxstyle SUBDIR += qt-bluecurve-theme diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 0dd8ec3dd28f..862e503ab861 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -192,7 +192,6 @@ SUBDIR += wxgtk2-unicode-contrib SUBDIR += wxmozilla SUBDIR += xbae - SUBDIR += xclass SUBDIR += xclasses SUBDIR += xforms SUBDIR += xg diff --git a/x11-toolkits/xclass/Makefile b/x11-toolkits/xclass/Makefile deleted file mode 100644 index 57f1e529ae07..000000000000 --- a/x11-toolkits/xclass/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: xclass -# Date created: 2004-02-05 -# Whom: patrick@freebsd.org -# -# $FreeBSD$ -# - -PORTNAME= xclass -PORTVERSION= 0.8.2 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= xclass - -MAINTAINER= ports@FreeBSD.org -COMMENT= C++ layout library for X - -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes - -ALL_TARGET= shared -INSTALL_TARGET= install_shared -INSTALLS_SHLIB= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502000 -BROKEN= "Does not compile" -.else -BROKEN= "Broken pkg-plist" -.endif -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2004-06-18 - -do-install: - ${LN} -sf ${PREFIX}/lib/libxclass.so.0.8.2 ${PREFIX}/lib/libxclass.so - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/xclass/distinfo b/x11-toolkits/xclass/distinfo deleted file mode 100644 index 117bee317292..000000000000 --- a/x11-toolkits/xclass/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xclass-0.8.2.tar.gz) = 34373b948e5d50a730f351a947693a75 -SIZE (xclass-0.8.2.tar.gz) = 671115 diff --git a/x11-toolkits/xclass/files/patch-aa b/x11-toolkits/xclass/files/patch-aa deleted file mode 100644 index ffb4aa8cebe6..000000000000 --- a/x11-toolkits/xclass/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/libxclass/Makefile.in.orig Fri Feb 6 09:21:15 2004 -+++ lib/libxclass/Makefile.in Fri Feb 6 09:21:57 2004 -@@ -14,8 +14,8 @@ - - CXX=@CXX@ - INCLUDES=-I${top_srcdir}/include ${x_includes} --DEFINES=-DOX_DEFAULT_POOL=\"/usr/local/xclass-icons\" \ -- -DOX_DEFAULT_ROOT=\"/usr/local/xclass\" -+DEFINES=-DOX_DEFAULT_POOL=\"${prefix}/xclass-icons\" \ -+ -DOX_DEFAULT_ROOT=\"${prefix}/xclass\" - CXXFLAGS=${INCLUDES} ${DEFINES} @CXXFLAGS@ - EXTRALIBS=${x_libraries} - RANLIB=@RANLIB@ diff --git a/x11-toolkits/xclass/pkg-descr b/x11-toolkits/xclass/pkg-descr deleted file mode 100644 index 7b177968e754..000000000000 --- a/x11-toolkits/xclass/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The xclass library is a C++ GUI toolkit for the X windows environment. -It consists of a set of basic components (widgets), as well as more -complex ones like commonly used dialog boxes and such. The components -have the MS Windows-95/98 look and feel. - -This is not "Xclasses". - -WWW: http://sourceforge.net/projects/xclass/ - -Patrick Gardella diff --git a/x11-toolkits/xclass/pkg-plist b/x11-toolkits/xclass/pkg-plist deleted file mode 100644 index 015326a0b4b8..000000000000 --- a/x11-toolkits/xclass/pkg-plist +++ /dev/null @@ -1,426 +0,0 @@ -bin/xc-config -lib/libxclass.so.0.8.2 -lib/libxclass.so.0 -include/xclass/O2ColumnsLayout.h -include/xclass/OColor.h -include/xclass/OBaseObject.h -include/xclass/OComponent.h -include/xclass/ODNDmanager.h -include/xclass/ODimension.h -include/xclass/OException.h -include/xclass/OExec.h -include/xclass/OFileHandler.h -include/xclass/OFocusManager.h -include/xclass/OGC.h -include/xclass/OGifImage.h -include/xclass/OHashTable.h -include/xclass/OHtmlTokens.h -include/xclass/OHtmlUri.h -include/xclass/OIdleHandler.h -include/xclass/OImage.h -include/xclass/OIniFile.h -include/xclass/OLayout.h -include/xclass/OListViewLayout.h -include/xclass/OMessage.h -include/xclass/OPicture.h -include/xclass/OMessageCodes.h -include/xclass/OMimeTypes.h -include/xclass/ORectangle.h -include/xclass/OResourcePool.h -include/xclass/OSelectedPicture.h -include/xclass/OString.h -include/xclass/OTextBuffer.h -include/xclass/OTimer.h -include/xclass/OX3dLines.h -include/xclass/OXAboutDialog.h -include/xclass/OXButton.h -include/xclass/OXCanvas.h -include/xclass/OXCheckButton.h -include/xclass/OXClient.h -include/xclass/OXColorDialog.h -include/xclass/OXColorSelect.h -include/xclass/OXComboBox.h -include/xclass/OXCompositeFrame.h -include/xclass/OXDDListBox.h -include/xclass/OXDockableFrame.h -include/xclass/OXDragWindow.h -include/xclass/OXFont.h -include/xclass/OXFSDDListBox.h -include/xclass/OXFileDialog.h -include/xclass/OXFileList.h -include/xclass/OXFontDialog.h -include/xclass/OXFrame.h -include/xclass/OXGroupFrame.h -include/xclass/OXHtml.h -include/xclass/OXIcon.h -include/xclass/OXItemView.h -include/xclass/OXLabel.h -include/xclass/OXListBox.h -include/xclass/OXListTree.h -include/xclass/OXListView.h -include/xclass/OXMainFrame.h -include/xclass/OXMdi.h -include/xclass/OXMdiDecorFrame.h -include/xclass/OXMdiFrame.h -include/xclass/OXMdiMainFrame.h -include/xclass/OXMdiMenu.h -include/xclass/OXMenu.h -include/xclass/OXMsgBox.h -include/xclass/OXObject.h -include/xclass/OXResizer.h -include/xclass/OXPictureButton.h -include/xclass/OXProgressBar.h -include/xclass/OXPropertiesDialog.h -include/xclass/OXRadioButton.h -include/xclass/OXRootWindow.h -include/xclass/OXSList.h -include/xclass/OXScrollBar.h -include/xclass/OXSecretTextEntry.h -include/xclass/OXShutter.h -include/xclass/OXSlider.h -include/xclass/OXSpinner.h -include/xclass/OXStatusBar.h -include/xclass/OXTab.h -include/xclass/OXTextButton.h -include/xclass/OXTextEdit.h -include/xclass/OXTextEntry.h -include/xclass/OXTip.h -include/xclass/OXToolBar.h -include/xclass/OXTransientFrame.h -include/xclass/OXView.h -include/xclass/OXWidget.h -include/xclass/OXWindow.h -include/xclass/XCconfig.h -include/xclass/utils.h -include/xclass/version.h -xclass/etc/xclassrc -xclass/etc/mime.types -xclass/docs/GPL -xclass/docs/LGPL -xclass/docs/LICENSE -xclass/docs/tcl.license.terms -xclass/docs/tk.license.terms -xclass/docs/ChangeLog -xclass/docs/INSTALL -xclass/docs/Programming.notes -xclass/docs/Layout.notes -xclass/docs/MimeTypes.README -xclass/docs/Drag-and-Drop -xclass/docs/MDI.notes -xclass/icons/Ghostview.s.xpm -xclass/icons/Lock screen.s.xpm -xclass/icons/Make1616.xpm -xclass/icons/Make3232.xpm -xclass/icons/MakeRun1616.xpm -xclass/icons/MakeRun3232.xpm -xclass/icons/Makefile -xclass/icons/Makefile.in -xclass/icons/Mosaic.xpm -xclass/icons/Netscape.s.xpm -xclass/icons/Netscape.t.xpm -xclass/icons/Notepad.s.xpm -xclass/icons/PExplorer1616.xpm -xclass/icons/PExplorer3232.xpm -xclass/icons/POINT.xpm -xclass/icons/PROP.xpm -xclass/icons/SAVE.xpm -xclass/icons/ShowCode1616.xpm -xclass/icons/ShowProperties1616.xpm -xclass/icons/ShowProperties3232.xpm -xclass/icons/ShowToolbox1616.xpm -xclass/icons/Xfm.xpm -xclass/icons/app.s.xpm -xclass/icons/app.t.xpm -xclass/icons/applicationrun1616.xpm -xclass/icons/applicationrun3232.xpm -xclass/icons/arrdown2.xpm -xclass/icons/arrows2.xpm -xclass/icons/arrup2.xpm -xclass/icons/audio.s.xpm -xclass/icons/back.xpm -xclass/icons/back2.xpm -xclass/icons/bckgnd1.xpm -xclass/icons/bckgnd3.xpm -xclass/icons/blcorner.xpm -xclass/icons/bomb.xpm -xclass/icons/brcorner.xpm -xclass/icons/briefcase.t.xpm -xclass/icons/ccode.icon -xclass/icons/cdrom.t.xpm -xclass/icons/clamp.xpm -xclass/icons/colormap.xpm -xclass/icons/datebook.xpm -xclass/icons/default.xbm -xclass/icons/desk.xpm -xclass/icons/desktop.s.xpm -xclass/icons/desktop.t.xpm -xclass/icons/dialog_box.xpm -xclass/icons/doc.s.xpm -xclass/icons/doc.t.xpm -xclass/icons/documents.xpm -xclass/icons/doomface.xpm -xclass/icons/editres.xpm -xclass/icons/emacs.xpm -xclass/icons/eps.xpm -xclass/icons/exit.xpm -xclass/icons/explorer.xpm -xclass/icons/fax.t.xpm -xclass/icons/fdisk.t.xpm -xclass/icons/find1.xpm -xclass/icons/flow_chart.xpm -xclass/icons/folder.s.xpm -xclass/icons/folder.t.xpm -xclass/icons/folder.xpm -xclass/icons/folder2.xpm -xclass/icons/folders.xpm -xclass/icons/graphs.xpm -xclass/icons/gnu-animal.xpm -xclass/icons/gv.xpm -xclass/icons/hcode.icon -xclass/icons/hdisk.t.xpm -xclass/icons/help.xpm -xclass/icons/home.t.xpm -xclass/icons/home1.t.xpm -xclass/icons/image.xpm -xclass/icons/key1.xpm -xclass/icons/lemacs.xpm -xclass/icons/login-bckgnd.xpm -xclass/icons/mag_glass.xpm -xclass/icons/mail.t.xpm -xclass/icons/mail1.xpm -xclass/icons/mail2.xpm -xclass/icons/map.xpm -xclass/icons/math4.xpm -xclass/icons/midi.s.xpm -xclass/icons/mini-arch.xpm -xclass/icons/mini-ball.xpm -xclass/icons/mini-bball.xpm -xclass/icons/mini-bomb.xpm -xclass/icons/mini-book1.xpm -xclass/icons/mini-book2.xpm -xclass/icons/mini-books.xpm -xclass/icons/mini-briefcase.xpm -xclass/icons/mini-bug1.xpm -xclass/icons/mini-bug2.xpm -xclass/icons/mini-bx2.xpm -xclass/icons/mini-calc.xpm -xclass/icons/mini-camera.xpm -xclass/icons/mini-cat.xpm -xclass/icons/mini-cave.xpm -xclass/icons/mini-cd.xpm -xclass/icons/mini-cdlabel.xpm -xclass/icons/mini-chinese.xpm -xclass/icons/mini-clipboard.xpm -xclass/icons/mini-clock.xpm -xclass/icons/mini-colors.xpm -xclass/icons/mini-connect.xpm -xclass/icons/mini-crosbone.xpm -xclass/icons/mini-cross.xpm -xclass/icons/mini-desktop.xpm -xclass/icons/mini-diff.xpm -xclass/icons/mini-diskette.xpm -xclass/icons/mini-display.xpm -xclass/icons/mini-doc.xpm -xclass/icons/mini-doc1.xpm -xclass/icons/mini-dog.xpm -xclass/icons/mini-edit.xpm -xclass/icons/mini-espada.xpm -xclass/icons/mini-exclam.xpm -xclass/icons/mini-exp.xpm -xclass/icons/mini-eye.xpm -xclass/icons/mini-eyes.xpm -xclass/icons/mini-fax.xpm -xclass/icons/mini-fdisk.xpm -xclass/icons/mini-filemgr.xpm -xclass/icons/mini-folder.xpm -xclass/icons/mini-font.xpm -xclass/icons/mini-fractal.xpm -xclass/icons/mini-frame.xpm -xclass/icons/mini-ftp.xpm -xclass/icons/mini-gball.xpm -xclass/icons/pdf.xpm -xclass/icons/mini-go.xpm -xclass/icons/mini-gopher.xpm -xclass/icons/mini-graph.xpm -xclass/icons/mini-gv.xpm -xclass/icons/mini-hammer.xpm -xclass/icons/mini-happy.xpm -xclass/icons/mini-hdisk.xpm -xclass/icons/mini-heart.xpm -xclass/icons/mini-hex.xpm -xclass/icons/mini-hextris.xpm -xclass/icons/mini-icons.xpm -xclass/icons/mini-keyboard.xpm -xclass/icons/mini-lock.xpm -xclass/icons/mini-lower.xpm -xclass/icons/mini-mail.xpm -xclass/icons/mini-manual.xpm -xclass/icons/mini-max1.xpm -xclass/icons/mini-maze.xpm -xclass/icons/mini-modules.xpm -xclass/icons/mini-monitor.xpm -xclass/icons/mini-move.xpm -xclass/icons/mini-move1.xpm -xclass/icons/mini-mwm.xpm -xclass/icons/mini-newmail.xpm -xclass/icons/mini-news.xpm -xclass/icons/mini-nscape.xpm -xclass/icons/mini-ofolder.xpm -xclass/icons/mini-olwm.xpm -xclass/icons/mini-pager.xpm -xclass/icons/mini-paint.xpm -xclass/icons/mini-palette.xpm -xclass/icons/mini-pdf.xpm -xclass/icons/mini-pencil.xpm -xclass/icons/mini-penguin.xpm -xclass/icons/mini-perf.xpm -xclass/icons/mini-question.xpm -xclass/icons/mini-raise.xpm -xclass/icons/mini-ray.xpm -xclass/icons/mini-rball.xpm -xclass/icons/mini-resize.xpm -xclass/icons/mini-roach.xpm -xclass/icons/mini-run.xpm -xclass/icons/mini-sh.xpm -xclass/icons/mini-sh1.xpm -xclass/icons/mini-slon.xpm -xclass/icons/mini-sound.xpm -xclass/icons/mini-speaker-off.xpm -xclass/icons/mini-speaker.xpm -xclass/icons/mini-start.xpm -xclass/icons/mini-stop.xpm -xclass/icons/mini-telnet.xpm -xclass/icons/mini-term.xpm -xclass/icons/mini-tetris.xpm -xclass/icons/mini-trebol.xpm -xclass/icons/mini-turn.xpm -xclass/icons/mini-twm.xpm -xclass/icons/mini-unreadmail.xpm -xclass/icons/mini-window.xpm -xclass/icons/mini-windows.xpm -xclass/icons/mini-x.xpm -xclass/icons/mini-x2.xpm -xclass/icons/mini-xfig.xpm -xclass/icons/mini-xjewel.xpm -xclass/icons/mini-xkeycaps.xpm -xclass/icons/mini-xlander.xpm -xclass/icons/mini-xmahjongg.xpm -xclass/icons/mini-xsnow.xpm -xclass/icons/mini-xv.xpm -xclass/icons/mini-zoom.xpm -xclass/icons/mini.audiovol.xpm -xclass/icons/mini.checkmark.xpm -xclass/icons/mini.cut.xpm -xclass/icons/mini.destroy.xpm -xclass/icons/mini.excl.xpm -xclass/icons/mini.exit.xpm -xclass/icons/mini.fvwm.xpm -xclass/icons/mini.letter.xpm -xclass/icons/mini.lower.xpm -xclass/icons/mini.move.xpm -xclass/icons/mini.netscape.xpm -xclass/icons/mini.raise.xpm -xclass/icons/mini.resize.xpm -xclass/icons/mini.text.xpm -xclass/icons/mini.xarchie.xpm -xclass/icons/mini.xboing.xpm -xclass/icons/mini.xlock.xpm -xclass/icons/mini.xpm -xclass/icons/mini.xterm.xpm -xclass/icons/mini.zircon.xpm -xclass/icons/mrecycle.xpm -xclass/icons/multiwin.dlg.xpm -xclass/icons/netscape.xpm -xclass/icons/newwindowbutton.xpm -xclass/icons/notepad.xpm -xclass/icons/nscape.xpm -xclass/icons/ocode.icon -xclass/icons/ofolder.t.xpm -xclass/icons/onewin.dlg.xpm -xclass/icons/openbutton.xpm -xclass/icons/page.xpm -xclass/icons/page2.xpm -xclass/icons/prog.icon -xclass/icons/programs.xpm -xclass/icons/ps.xpm -xclass/icons/question.xpm -xclass/icons/quit.xpm -xclass/icons/rbomb.xpm -xclass/icons/rcalc.xpm -xclass/icons/recycle-empty.s.xpm -xclass/icons/recycle-empty.t.xpm -xclass/icons/recycle-full.s.xpm -xclass/icons/recycle-full.t.xpm -xclass/icons/rterm.xpm -xclass/icons/run-config.xpm -xclass/icons/run.xpm -xclass/icons/run1616.xpm -xclass/icons/savebutton.xpm -xclass/icons/settings.xpm -xclass/icons/shutdown.xpm -xclass/icons/slink.s.xpm -xclass/icons/slink.t.xpm -xclass/icons/spkleft.xpm -xclass/icons/spkright.xpm -xclass/icons/srecycle.xpm -xclass/icons/stop1616.xpm -xclass/icons/tb-addfavor.xpm -xclass/icons/tb-bigicons.xpm -xclass/icons/tb-copy.xpm -xclass/icons/tb-cut.xpm -xclass/icons/tb-delete.xpm -xclass/icons/tb-details.xpm -xclass/icons/tb-dscntw.xpm -xclass/icons/tb-favor.xpm -xclass/icons/tb-list.xpm -xclass/icons/tb-mapntw.xpm -xclass/icons/tb-newfolder.xpm -xclass/icons/tb-open.xpm -xclass/icons/tb-paste.xpm -xclass/icons/tb-print.xpm -xclass/icons/tb-prop.xpm -xclass/icons/tb-save.xpm -xclass/icons/tb-smicons.xpm -xclass/icons/tb-undo.xpm -xclass/icons/tb-uplevel.xpm -xclass/icons/tbdocuments.xpm -xclass/icons/tbfind1.xpm -xclass/icons/tbhelp.xpm -xclass/icons/tbprograms.xpm -xclass/icons/tex.xpm -xclass/icons/tbsettings.xpm -xclass/icons/tbshutdown.xpm -xclass/icons/term.xpm -xclass/icons/textedit.xpm -xclass/icons/tiff2.xpm -xclass/icons/tlcorner.xpm -xclass/icons/toolbox.xpm -xclass/icons/toolbox3232.xpm -xclass/icons/trcorner.xpm -xclass/icons/unknown1.xpm -xclass/icons/video.s.xpm -xclass/icons/volume.xpm -xclass/icons/wierd_page3.xpm -xclass/icons/word_processor.xpm -xclass/icons/world.xpm -xclass/icons/wterm.xpm -xclass/icons/xcalc.xpm -xclass/icons/xclass.xpm -xclass/icons/xemacs.xpm -xclass/icons/xlock.xpm -xclass/icons/xman.xpm -xclass/icons/xpaint.xpm -xclass/icons/xterm-axp.xpm -xclass/icons/xterm-blank.xpm -xclass/icons/xterm-dec.xpm -xclass/icons/xterm-sgi.xpm -xclass/icons/xterm-sol.xpm -xclass/icons/xterm-sun.xpm -xclass/icons/xterm.xpm -xclass/icons/xv.xpm -xclass/icons/xview.xpm -@dirrm xclass/icons -@dirrm xclass/etc -@dirrm xclass/docs -@dirrm xclass -@dirrm include/xclass |