diff options
246 files changed, 0 insertions, 9170 deletions
diff --git a/audio/mxv/Makefile b/audio/mxv/Makefile deleted file mode 100644 index 0de916c7737e..000000000000 --- a/audio/mxv/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: mxv -# Date created: 17 March 1997 -# Whom: davidn@blaze.net.au -# -# $FreeBSD$ -# - -PORTNAME= mxv -PORTVERSION= 1.25 -CATEGORIES= audio -MASTER_SITES= ftp://ftp.create.ucsb.edu/pub/MixViews/source/ -DISTNAME= ${PORTNAME}-v${PORTVERSION}-source - -MAINTAINER= ports@FreeBSD.org -COMMENT= Sound file editor/player/recorder/converter for X Window System - -BROKEN= "Does not build" - -BUILD_DEPENDS= ${LOCALBASE}/interviews/bin/FREEBSD/ivmkmf:${PORTSDIR}/x11-toolkits/iv \ - ${LOCALBASE}/include/f2c.h:${PORTSDIR}/lang/f2c - -NO_WRKSUBDIR= yes -USE_IMAKE= yes -MAKE_ENV= CPU=FREEBSD -#ivmkmf -a (with makedepend) not recommended by documentation -XMKMF= ${SETENV} ${MAKE_ENV} ${LOCALBASE}/interviews/bin/FREEBSD/ivmkmf; \ - ${SETENV} ${MAKE_ENV} make Makefiles - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/FREEBSD/mxv ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/MiXViews.res ${PREFIX}/lib/X11/app-defaults/MiXViews - -.include <bsd.port.mk> diff --git a/audio/mxv/distinfo b/audio/mxv/distinfo deleted file mode 100644 index 2d2ca21c559f..000000000000 --- a/audio/mxv/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (mxv-v1.25-source.tar.gz) = ea82cf4c271db7567d288de48a45967a diff --git a/audio/mxv/files/patch-aa b/audio/mxv/files/patch-aa deleted file mode 100644 index 803839fcf6a2..000000000000 --- a/audio/mxv/files/patch-aa +++ /dev/null @@ -1,42 +0,0 @@ -*** old/Imakefile Thu Apr 9 19:57:34 1998 ---- Imakefile Mon Jul 12 15:28:20 1999 -*************** -*** 132,137 **** ---- 132,154 ---- - ARCH_OBJS = utils.o - #endif - -+ -+ #if defined(FreeBSDArchitecture) -+ XCOMM Extra defines, include directories, loading flags, and libraries needed -+ XCOMM for the FreeBSD version. The assumption is that you are using Gnu gcc/g++ -+ -+ ARCH_CCDEFINES = -DVOXWARE_DACS -DXDisplay=_XDisplay -+ ARCH_CCFLAGS = -+ ARCH_CCINCLUDES = -+ ARCH_CCLDFLAGS = -L/usr/local/lib -+ ARCH_CCLDLIBS = $(APP_FORTLIBS) -lm -+ DEBUG_CCFLAGS = -Ddebug -+ -+ DAC_OBJS = conv_config.o conv_device.o vw_converter.o -+ ARCH_OBJS = utils.o -+ #endif -+ -+ - #if defined(i386SVR4Architecture) - XCOMM This assumes you have the SoundBlaster card on your machine - ARCH_CCDEFINES = -DSOUNDBLASTER -*************** -*** 243,248 **** ---- 260,270 ---- - MakeObjectFromSrcFlags(sgi_dac, $(OPTIMIZE_CCFLAGS)) - #endif - #if defined(LinuxArchitecture) -+ MakeObjectFromSrcFlags(utils, $(OPTIMIZE_CCFLAGS)) -+ MakeObjectFromSrcFlags(conv_device, $(OPTIMIZE_CCFLAGS)) -+ MakeObjectFromSrcFlags(vw_converter, $(OPTIMIZE_CCFLAGS)) -+ #endif -+ #if defined(FreeBSDArchitecture) - MakeObjectFromSrcFlags(utils, $(OPTIMIZE_CCFLAGS)) - MakeObjectFromSrcFlags(conv_device, $(OPTIMIZE_CCFLAGS)) - MakeObjectFromSrcFlags(vw_converter, $(OPTIMIZE_CCFLAGS)) diff --git a/audio/mxv/files/patch-ab b/audio/mxv/files/patch-ab deleted file mode 100644 index b6136c4fa90d..000000000000 --- a/audio/mxv/files/patch-ab +++ /dev/null @@ -1,37 +0,0 @@ -*** /dev/null Mon Jul 12 15:25:18 1999 ---- MiXViews.res Mon Jul 12 14:54:19 1999 -*************** -*** 0 **** ---- 1,32 ---- -+ ! This file must be renamed "MiXViews", and installed either in your home -+ ! directory (if you are the only one using mxv) or in the X res dir -+ ! (/usr/lib/X11/app-defaults) or in the InterViews res dir -+ ! (<installed InterViews dir>/lib/app-defaults). -+ -+ MiXViews*font: -*-times-medium-r-normal--14-* -+ MiXViews*PulldownCommandMenu*background: light blue -+ MiXViews*Command*background: lightskyblue2 -+ MiXViews*PullrightCommandMenu*background: lightskyblue -+ MiXViews*MenuBar*font: -*-helvetica-bold-r-normal--17-* -+ MiXViews*MenuItem*font: -*-helvetica-medium-r-normal--14-* -+ MiXViews*PullrightMenu*font: -*-helvetica-medium-r-normal--14-* -+ MiXViews*DialogBox*Title*font: -*-helvetica-bold-r-normal--14-* -+ MiXViews*DialogBox*Subtitle*font: -*-helvetica-medium-r-normal--12-* -+ MiXViews*Alert*Title*foreground: Red -+ MiXViews*InputDialog*FileSelector*font: -*-times-medium-r-normal--14-* -+ MiXViews*PushButton*font: -*-helvetica-medium-r-normal--14-* -+ MiXViews*HorizontalScale*font: -*-helvetica-medium-r-normal--8-* -+ MiXViews*VerticalScale*font: -*-helvetica-medium-r-normal--8-* -+ MiXViews*StatusBar*font: -*-helvetica-medium-r-normal--12-* -+ MiXViews*FrameGraph*font: -*-helvetica-medium-r-normal--8-* -+ MiXViews*HorizontalScaleLabel*foreground: White -+ MiXViews*HorizontalScaleLabel*background: Black -+ MiXViews*VerticalScaleLabel*foreground: White -+ MiXViews*VerticalScaleLabel*background: Black -+ MiXViews*LPCWindowDisplayChannels: 4 -+ MiXViews*FFTWindowDisplayChannels: 4 -+ MiXViews*FFTWindow*PlotStyle: Line -+ MiXViews*PvocWindowDisplayChannels: 4 -+ MiXViews*PvocWindow*VerticalScaleLabel*font: -*-helvetica-medium-r-normal--10-* -+ MiXViews*malloc_debug: off -+ diff --git a/audio/mxv/files/patch-ac b/audio/mxv/files/patch-ac deleted file mode 100644 index a4defa9f7319..000000000000 --- a/audio/mxv/files/patch-ac +++ /dev/null @@ -1,22 +0,0 @@ -*** old/application.C Mon Apr 27 05:41:31 1998 ---- application.C Mon Jul 12 15:28:20 1999 -*************** -*** 41,46 **** ---- 41,47 ---- - #include <iostream.h> - #include "localdefs.h" - -+ #if !defined(__FreeBSD__) - #ifdef NeXT - extern "C" { - char *strerror(int); -*************** -*** 60,65 **** ---- 61,67 ---- - return(sys_errlist[errn]); - } - #endif /* NeXT */ -+ #endif /* FreeBSD */ - - class GlobalResourceList { - friend Application; diff --git a/audio/mxv/files/patch-ad b/audio/mxv/files/patch-ad deleted file mode 100644 index e9e5ea08e12a..000000000000 --- a/audio/mxv/files/patch-ad +++ /dev/null @@ -1,19 +0,0 @@ -*** old/device.h Fri Mar 13 02:01:36 1998 ---- device.h Mon Jul 12 15:28:20 1999 -*************** -*** 33,39 **** - #include "InterViews/resource.h" - #include "localdefs.h" - -! #if !defined(sgi) && !defined(sun) - extern "C" int ioctl(int, unsigned long, char*); - #endif - ---- 33,39 ---- - #include "InterViews/resource.h" - #include "localdefs.h" - -! #if !defined(sgi) && !defined(sun) && !defined(__FreeBSD__) - extern "C" int ioctl(int, unsigned long, char*); - #endif - diff --git a/audio/mxv/files/patch-ae b/audio/mxv/files/patch-ae deleted file mode 100644 index 03d50b872217..000000000000 --- a/audio/mxv/files/patch-ae +++ /dev/null @@ -1,19 +0,0 @@ -*** old/dialogbox.C Mon Jul 12 15:43:28 1999 ---- dialogbox.C Mon Jul 12 15:43:56 1999 -*************** -*** 45,51 **** - #include "textinput.h" - - boolean DialogBox::override_WindowManager = false; -! int DialogBox::beep_Level = 50; - - DialogBox::DialogBox(ButtonState* s, Interactor* u, Response r) - : Dialog(s, nil), defaultResponse(r), underlying(u), useBell(false) { ---- 45,51 ---- - #include "textinput.h" - - boolean DialogBox::override_WindowManager = false; -! int DialogBox::beep_Level = 0; - - DialogBox::DialogBox(ButtonState* s, Interactor* u, Response r) - : Dialog(s, nil), defaultResponse(r), underlying(u), useBell(false) { diff --git a/audio/mxv/files/patch-af b/audio/mxv/files/patch-af deleted file mode 100644 index 7aca8eed1c3a..000000000000 --- a/audio/mxv/files/patch-af +++ /dev/null @@ -1,33 +0,0 @@ -*** old/diskfile.C Fri Apr 26 16:24:01 1996 ---- diskfile.C Mon Jul 12 15:28:20 1999 -*************** -*** 50,56 **** - #if defined(linux) - extern "C" void setbuffer(FILE*, char*, int); - #else -! #if !defined( sgi ) && !defined( sun ) - extern "C" int setbuffer(FILE*, char*, int); - #endif - #endif ---- 50,56 ---- - #if defined(linux) - extern "C" void setbuffer(FILE*, char*, int); - #else -! #if !defined( sgi ) && !defined( sun ) && !defined( __FreeBSD__ ) - extern "C" int setbuffer(FILE*, char*, int); - #endif - #endif -*************** -*** 193,198 **** ---- 193,203 ---- - rw &= ~01; - if (fp->_flags & _IO_NO_WRITES) - rw &= ~02; -+ #elif defined(__FreeBSD__) -+ if (fp->_flags & (__SRD|__SRW)) -+ rw |= 01; -+ if (fp->_flags & (__SWR|__SRW|__SAPP)) -+ rw |= 02; - #else - if (fp->_flag & (_IOREAD|_IORW)) - rw |= 01; diff --git a/audio/mxv/files/patch-ag b/audio/mxv/files/patch-ag deleted file mode 100644 index 4e80a1dbf252..000000000000 --- a/audio/mxv/files/patch-ag +++ /dev/null @@ -1,22 +0,0 @@ -*** old/settergetter.h Wed Jan 17 03:57:37 1996 ---- settergetter.h Mon Jul 12 15:28:20 1999 -*************** -*** 64,69 **** ---- 64,70 ---- - Status (Object::*setfunc)(Type), - Type (Object::*getfunc)() const) - : obj(objptr), setter(setfunc), getter(getfunc) {} -+ ~MethodSetterGetter() {} - redefined boolean set(Type value) { - return boolean((obj->*setter)(value)); - } -*************** -*** 89,94 **** ---- 90,96 ---- - public: - FunctionSetterGetter(Status (*setfunc)(Type), Type (*getfunc)()) - : setter(setfunc), getter(getfunc) {} -+ ~FunctionSetterGetter() {} - redefined boolean set(Type value) { (*setter)(value); return true; } - redefined Type get() const { return (*getter)(); } - private: diff --git a/audio/mxv/files/patch-ah b/audio/mxv/files/patch-ah deleted file mode 100644 index 825e4cce3e5f..000000000000 --- a/audio/mxv/files/patch-ah +++ /dev/null @@ -1,16 +0,0 @@ -*** old/smartmem.C Thu May 25 00:39:35 1995 ---- smartmem.C Mon Jul 12 15:28:20 1999 -*************** -*** 64,70 **** ---- 64,74 ---- - void - SmartMemory::free(void* ptr, unsigned size) { - if(ptr) { -+ #ifdef __FreeBSD__ -+ ::free(ptr); -+ #else - ::cfree(ptr); -+ #endif - totalBytes_Allocated -= size; - } - } diff --git a/audio/mxv/files/patch-ai b/audio/mxv/files/patch-ai deleted file mode 100644 index e01c2e0481ef..000000000000 --- a/audio/mxv/files/patch-ai +++ /dev/null @@ -1,14 +0,0 @@ ---- vw_converter.C.orig Sun Feb 18 04:29:16 2001 -+++ vw_converter.C Mon Jan 13 16:09:13 2003 -@@ -36,7 +36,11 @@ - #ifdef DEBUG_MIXER - #include <string.h> - #endif -+#ifdef __FreeBSD__ -+#include <machine/soundcard.h> -+#else - #include <sys/soundcard.h> -+#endif - #include <String.h> - #include "localdefs.h" - #include "application.h" diff --git a/audio/mxv/pkg-descr b/audio/mxv/pkg-descr deleted file mode 100644 index 13286f80c94c..000000000000 --- a/audio/mxv/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is the MiXViews sound file editor/recorder/player that supports -FreeBSD's voxware sound drivers written by doug@ccmrc.ucsb.edu. -It supports the following sound file formats: IRCAM, SND/AU, Hybrid (CMIX), -AIF-C, WAVE, and raw (headerless). diff --git a/audio/mxv/pkg-plist b/audio/mxv/pkg-plist deleted file mode 100644 index efe061fd454f..000000000000 --- a/audio/mxv/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/mxv -lib/X11/app-defaults/MiXViews diff --git a/audio/openag/Makefile b/audio/openag/Makefile deleted file mode 100644 index d0057afa1891..000000000000 --- a/audio/openag/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: openag -# Date created: 09 April 2002 -# Whom: janos.mohacsi@bsd.hu and jon@phuq.co.uk -# -# $FreeBSD$ - -PORTNAME= openag -PORTVERSION= 1.1.1 -PORTREVISION=1 -CATEGORIES= audio net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= openags -DISTNAME= OpenAG-${PORTVERSION} - -MAINTAINER= janos.mohacsi@bsd.hu -COMMENT= An open source version of the Audiogalaxy client - -BROKEN= The AudioGalaxy Search Server shutdown in June 2002 - -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH} -CONFIGURE_ENV= WGET="fetch" \ - WGET_FLAGS="-o" - -DOC_FILES= AUTHORS COPYING ChangeLog INSTALL README - -post-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/audio/openag/distinfo b/audio/openag/distinfo deleted file mode 100644 index 165a7113d86d..000000000000 --- a/audio/openag/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (OpenAG-1.1.1.tar.gz) = a92af98bb669311d2b44345c7ec7c637 diff --git a/audio/openag/files/patch-configure b/audio/openag/files/patch-configure deleted file mode 100644 index f41d7c26881b..000000000000 --- a/audio/openag/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Thu Nov 7 10:33:08 2002 -+++ configure Thu Nov 7 10:34:30 2002 -@@ -3457,6 +3457,10 @@ - WGET_FLAGS=-o - - ;; -+fetch) -+ WGET_FLAGS=-o -+ -+ ;; - *) - { { echo "$as_me:3461: error: No proper wget or curl were found \ - on your system. CURRENTLY OpenAG cannot compile without a command \ diff --git a/audio/openag/pkg-descr b/audio/openag/pkg-descr deleted file mode 100644 index f3a29b0fe284..000000000000 --- a/audio/openag/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -OpenAG is the first, and currently only, Open Source Unix implementation -of the Audiogalaxy File Sharing Protocol. - -Features: -- FULL procotol compliance with the v520L protocol. -- FAST - written with using POSIX non-blocking I/O multiplexing. -- Sharing support:up to 10 simultaneous downloads (up to 21 total connections). -- Supports Gold accounts -- Supports FULL 255 character filenames -- Auto-resuming downloads - -Check http://www.audiogalaxy.com/ for Audiogalaxy information or -below for OpenAG information. - -WWW: http://sourceforge.net/projects/openags/ - -- Janos Mohacsi and Jon Wilson - janos.mohacsi@bsd.hu jon@phuq.co.uk diff --git a/audio/openag/pkg-plist b/audio/openag/pkg-plist deleted file mode 100644 index a2da051d7e8e..000000000000 --- a/audio/openag/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/openag -%%PORTDOCS%%share/doc/openag/AUTHORS -%%PORTDOCS%%share/doc/openag/COPYING -%%PORTDOCS%%share/doc/openag/ChangeLog -%%PORTDOCS%%share/doc/openag/INSTALL -%%PORTDOCS%%share/doc/openag/README -%%PORTDOCS%%@dirrm share/doc/openag diff --git a/databases/libodbc++/Makefile b/databases/libodbc++/Makefile deleted file mode 100644 index 1735b19fd195..000000000000 --- a/databases/libodbc++/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# New ports collection makefile for: libodbc++ -# Date created: 26 September 2001 -# Whom: Johann Visagie <wjv@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libodbc++ -PORTVERSION= 0.2.2 -CATEGORIES= databases devel -MASTER_SITES= http://orcane.net/freeodbc++/download/${PORTVERSION}/ - -MAINTAINER= wjv@FreeBSD.org -COMMENT= A C++ class library and toolset for ODBC access to data sources - -BROKEN= "Does not compile" - -USE_BZIP2= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -USE_REINPLACE= yes -INSTALLS_SHLIB= yes - -# libodbc++ needs an ODBC driver manager to be installed, and it supports -# both iODBC and unixODBC. The following variable may be set at build-time -# to either "iodbc" or "unixodbc", with the latter being the default: -DRIVER_MANAGER?= unixodbc - -.if ${DRIVER_MANAGER} == "iodbc" -LIB_DEPENDS= iodbc.3:${PORTSDIR}/databases/libiodbc -CONFIGURE_ARGS+= --with-iodbc=${LOCALBASE} -.else # assume we're using unixODBC -LIB_DEPENDS= odbc.1:${PORTSDIR}/databases/unixODBC -CONFIGURE_ARGS+= --with-odbc=${LOCALBASE} -.endif - -# XXX untested -.if defined(WITH_PTHREAD) -CONFIGURE_ARGS+= --enable-threads -.endif - -# XXX needs significantly more testing -.if defined(WITH_GUI) -USE_QT_VER= 2 -QT_NONSTANDARD= yes -CONFIGURE_ARGS+= --with-qt \ - --with-qt-includes=${X11BASE}/include/qt2 \ - --with-qt-libs=${X11BASE}/lib \ - --with-moc=${MOC} \ - --with-qtsqlxx -CONFIGURE_ENV+= MOC="${MOC}" LIBQT="-l${QTNAME}" \ - CPPFLAGS="${QTCPPFLAGS}" LIBS="${QTCFGLIBS}" -PLIST_SUB+= PLIST_GUI="" PLIST_NOGUI="@comment " -.else -CONFIGURE_ARGS+= --with-isqlxx -PLIST_SUB+= PLIST_GUI="@comment " PLIST_NOGUI="" -.endif - -post-patch: -.for docdir in doc doc/progref - @ ${REINPLACE_CMD} -e \ - "s#\@docdir\@/\@PACKAGE\@-\@VERSION\@/#\@docdir\@/\@PACKAGE\@/#" \ - ${WRKSRC}/${docdir}/Makefile.in -.endfor - -post-install: -.if !defined(NOPORTDOCS) - @ cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${GMAKE} \ - ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET} - @ cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${GMAKE} \ - ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} -.endif - -.include <bsd.port.mk> diff --git a/databases/libodbc++/distinfo b/databases/libodbc++/distinfo deleted file mode 100644 index d8b11b4283ba..000000000000 --- a/databases/libodbc++/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (libodbc++-0.2.2.tar.bz2) = 2b1f8081b2d89c7b65bb70dee06cbe0d diff --git a/databases/libodbc++/files/patch-Makefile.in b/databases/libodbc++/files/patch-Makefile.in deleted file mode 100644 index 68b416c27a5c..000000000000 --- a/databases/libodbc++/files/patch-Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ -- Explicitly remove "doc" from the list of subdirs to make. This allows us - to build and install the documentation optionally - depending on whether - NOPORTDOCS has been defined - in the port's post-install target. - --- Johann Visagie <wjv@FreeBSD.org> - - - ---- Makefile.in.orig Wed Nov 7 17:09:47 2001 -+++ Makefile.in Wed Nov 14 13:09:03 2001 -@@ -123,7 +123,6 @@ - src \ - @SUBDIR_TESTS@ \ - @SUBDIR_QTSQLXX@ \ --doc \ - @SUBDIR_ISQLXX@ \ - win32 - diff --git a/databases/libodbc++/files/patch-configure b/databases/libodbc++/files/patch-configure deleted file mode 100644 index bb3c0ebe84eb..000000000000 --- a/databases/libodbc++/files/patch-configure +++ /dev/null @@ -1,32 +0,0 @@ -The fudging of the value of $ltmain is a workaround for a bug in bsd.port.mk, -described (with patch) in PR 31142. - --- Johann Visagie <wjv@FreeBSD.org> - - - ---- configure.orig Wed Nov 7 17:02:23 2001 -+++ configure Wed Nov 14 13:38:01 2001 -@@ -2823,7 +2823,8 @@ - # All known linkers require a `.a' archive for static linking (except M$VC, - # which needs '.lib'). - libext=a --ltmain="$ac_aux_dir/ltmain.sh" -+ac_aux_dir_tmp="$ac_aux_dir" -+ltmain="$ac_aux_dir_tmp/ltmain.sh" - ofile="$default_ofile" - with_gnu_ld="$lt_cv_prog_gnu_ld" - need_locks="$enable_libtool_lock" -@@ -7136,10 +7137,10 @@ - - if test "x$enable_threads" = "xyes" - then -- QT_LIBS="-lqt-mt" -+ QT_LIBS="-lqt2-mt" - QT_DEFS="-DODBCXX_QT -DQT_THREAD_SUPPORT" - else -- QT_LIBS="-lqt" -+ QT_LIBS="-lqt2" - QT_DEFS="-DODBCXX_QT" - fi - diff --git a/databases/libodbc++/pkg-descr b/databases/libodbc++/pkg-descr deleted file mode 100644 index 9a3c6d37439d..000000000000 --- a/databases/libodbc++/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Libodbc++ aims to be a complete C++ development environment for data source -(typically SQL database) access. It exists in the form of a class library -and a set of tools. Libodbc++ currently provides a subset of the JDBC 2.0 -specification functionality. - -Libodbc++ runs on top of ODBC, i.e. it needs to be compiled with support for -an ODBC driver manager. It currently supports either iODBC or unixODBC. -This port allows the user to select which driver manager to use via a -build-time variable definition - see the comments in the Makefile for further -details. - -WWW: http://orcane.net/freeodbc++/ - --- Johann Visagie <wjv@FreeBSD.org> diff --git a/databases/libodbc++/pkg-plist b/databases/libodbc++/pkg-plist deleted file mode 100644 index de8943323ecd..000000000000 --- a/databases/libodbc++/pkg-plist +++ /dev/null @@ -1,118 +0,0 @@ -%%PLIST_GUI%%bin/qtsql++ -%%PLIST_GUI%%lib/libodbc++_qt.la -%%PLIST_GUI%%lib/libodbc++_qt.so -%%PLIST_GUI%%lib/libodbc++_qt.so.4 -%%PLIST_NOGUI%%bin/isql++ -%%PLIST_NOGUI%%lib/libodbc++.la -%%PLIST_NOGUI%%lib/libodbc++.so -%%PLIST_NOGUI%%lib/libodbc++.so.4 -%%PORTDOCS%%share/doc/libodbc++/INSTALL/book1.html -%%PORTDOCS%%share/doc/libodbc++/INSTALL/drivers.html -%%PORTDOCS%%share/doc/libodbc++/INSTALL/installation.html -%%PORTDOCS%%share/doc/libodbc++/INSTALL/odbc-driver-manager.html -%%PORTDOCS%%share/doc/libodbc++/INSTALL/qt.html -%%PORTDOCS%%share/doc/libodbc++/INSTALL/software-requirements.html -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/caution.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/home.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/important.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/next.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/note.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/prev.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/tip.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/toc-blank.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/toc-minus.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/toc-plus.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/up.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/stylesheet-images/warning.gif -%%PORTDOCS%%share/doc/libodbc++/INSTALL/win32.html -%%PORTDOCS%%share/doc/libodbc++/progref/annotated.html -%%PORTDOCS%%share/doc/libodbc++/progref/callablestatement_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_bytes-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_bytes.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_callable_statement-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_callable_statement.gif -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_callable_statement.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_connection-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_connection.gif -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_connection.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_data_source-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_data_source.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_database_meta_data-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_database_meta_data.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_date-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_date.gif -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_date.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_driver-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_driver.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_driver_manager-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_driver_manager.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_driver_message-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_driver_message.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_error_handler-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_error_handler.gif -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_error_handler.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_prepared_statement-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_prepared_statement.gif -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_prepared_statement.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_result_set-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_result_set.gif -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_result_set.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_result_set_meta_data-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_result_set_meta_data.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_s_q_l_exception-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_s_q_l_exception.gif -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_s_q_l_exception.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_s_q_l_warning-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_s_q_l_warning.gif -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_s_q_l_warning.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_statement-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_statement.gif -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_statement.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_time-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_time.gif -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_time.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_timestamp-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_timestamp.gif -%%PORTDOCS%%share/doc/libodbc++/progref/classodbc_1_1_timestamp.html -%%PORTDOCS%%share/doc/libodbc++/progref/config-win32_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/config_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/connection_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/databasemetadata_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/doxygen.css -%%PORTDOCS%%share/doc/libodbc++/progref/doxygen.gif -%%PORTDOCS%%share/doc/libodbc++/progref/drivermanager_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/errorhandler_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/files.html -%%PORTDOCS%%share/doc/libodbc++/progref/functions.html -%%PORTDOCS%%share/doc/libodbc++/progref/hierarchy.html -%%PORTDOCS%%share/doc/libodbc++/progref/index.html -%%PORTDOCS%%share/doc/libodbc++/progref/namespacemembers.html -%%PORTDOCS%%share/doc/libodbc++/progref/namespaceodbc.html -%%PORTDOCS%%share/doc/libodbc++/progref/namespaces.html -%%PORTDOCS%%share/doc/libodbc++/progref/preparedstatement_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/resultset_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/resultsetmetadata_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/setup_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/statement_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/structodbc_1_1_types-members.html -%%PORTDOCS%%share/doc/libodbc++/progref/structodbc_1_1_types.html -%%PORTDOCS%%share/doc/libodbc++/progref/threads_8h-source.html -%%PORTDOCS%%share/doc/libodbc++/progref/types_8h-source.html -include/odbc++/callablestatement.h -include/odbc++/config.h -include/odbc++/connection.h -include/odbc++/databasemetadata.h -include/odbc++/drivermanager.h -include/odbc++/errorhandler.h -include/odbc++/preparedstatement.h -include/odbc++/resultset.h -include/odbc++/resultsetmetadata.h -include/odbc++/setup.h -include/odbc++/statement.h -include/odbc++/threads.h -include/odbc++/types.h -@dirrm include/odbc++ -%%PORTDOCS%%@dirrm share/doc/libodbc++/progref -%%PORTDOCS%%@dirrm share/doc/libodbc++/INSTALL/stylesheet-images -%%PORTDOCS%%@dirrm share/doc/libodbc++/INSTALL -%%PORTDOCS%%@dirrm share/doc/libodbc++ diff --git a/databases/p5-Msql/Makefile b/databases/p5-Msql/Makefile deleted file mode 100644 index c8b142ad66aa..000000000000 --- a/databases/p5-Msql/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: p5-Msql-modules -# Date created: September 29th 1996 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= p5-Msql-modules -PORTVERSION= 1.1811 -CATEGORIES= databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ - ftp://ftp.redline.ru/pub/FreeBSD/distfiles/ -MASTER_SITE_SUBDIR= Msql -DISTNAME= Msql-modules-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl5 modules for accessing MiniSQL (mSQL) databases - -BUILD_DEPENDS= ${LOCALBASE}/lib/libmsql.a:${PORTSDIR}/databases/msql \ - ${LOCALBASE}/lib/perl5/site_perl/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable \ - ${LOCALBASE}/lib/perl5/site_perl/DBI.pm:${PORTSDIR}/databases/p5-DBI - -BROKEN= DEPENDS on databases/msql which is currently BROKEN, also perl5 upgrade - -PERL_CONFIGURE= YES -CONFIGURE_ENV+= PREFIX=${PREFIX} MSQL_HOME=${PREFIX} - -MAN1= pmsql.1 dbimon.1 -MAN3= Msql.3 DBD::mSQL.3 -MAN3PREFIX= ${PREFIX}/lib/perl5 - -.include <bsd.port.mk> diff --git a/databases/p5-Msql/distinfo b/databases/p5-Msql/distinfo deleted file mode 100644 index d826ade97378..000000000000 --- a/databases/p5-Msql/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Msql-modules-1.1811.tar.gz) = 9458086bcda12d32e059de07b1501a76 diff --git a/databases/p5-Msql/pkg-descr b/databases/p5-Msql/pkg-descr deleted file mode 100644 index c87518913b6d..000000000000 --- a/databases/p5-Msql/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Msql.pm and DBD::mSQL implement two different approaches to -communicate with an mSQL server. DBD::mSQL is built upon the DBI, the -generic Perl Database Interface. It brings you an identical interface -to a broad variety of databases and is in this regard comparable to -ODBC. The advantage of the DBI approach is portability and -interoperability. Msql.pm is the elder species. It was written before -DBI was available but it was inspired by an early draft of the DBI -specification. As it has been circulating longer it is more mature and -pretty stable. It's also more complete than DBD::mSQL. - -Some day in the future DBD::mSQL will probably be the clearly superior -competitor in this package. Today you have to decide on your own about -the trade-offs. diff --git a/databases/p5-Msql/pkg-plist b/databases/p5-Msql/pkg-plist deleted file mode 100644 index 64a9eb393adc..000000000000 --- a/databases/p5-Msql/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/dbimon -bin/pmsql -lib/perl5/site_perl/DBD/mSQL.pm -lib/perl5/site_perl/Msql.pm -lib/perl5/site_perl/Msql/Statement.pm -lib/perl5/site_perl/i386-freebsd/auto/DBD/mSQL/mSQL.bs -lib/perl5/site_perl/i386-freebsd/auto/DBD/mSQL/mSQL.so -lib/perl5/site_perl/i386-freebsd/auto/Msql/Msql.bs -lib/perl5/site_perl/i386-freebsd/auto/Msql/Msql.so -lib/perl5/site_perl/i386-freebsd/auto/Msql/.packlist -@dirrm lib/perl5/site_perl/i386-freebsd/auto/DBD/mSQL -@dirrm lib/perl5/site_perl/i386-freebsd/auto/Msql diff --git a/databases/sixpack/Makefile b/databases/sixpack/Makefile deleted file mode 100644 index 77b8232eaa68..000000000000 --- a/databases/sixpack/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: sixpack -# Date created: July 10th 2001 -# Whom: des -# -# $FreeBSD$ -# - -PORTNAME= sixpack -PORTVERSION= 0.99.001216 -CATEGORIES= databases -MASTER_SITES= http://www.santafe.edu/~dirk/sixpack/Download/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= The SIXPACK Bibliography and Reference Manager - -BROKEN= "Does not package correctly" - -RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget \ - ptksh:${PORTSDIR}/x11-toolkits/p5-Tk - -NO_BUILD= yes - -USE_PERL5= yes - -#MAN8= porteasy.8 - -post-extract: - (cd ${WRKSRC} && ${TAR} zxf bp-0.2.97.tar.gz) - -do-configure: - ${PERL} -p -i -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/install - ${PERL} -p -i -e 's|%%DATADIR%%|${DATADIR}|' ${WRKSRC}/install - ${PERL} -p -i -e 's|%%DOCSDIR%%|${DOCSDIR}|' ${WRKSRC}/install - -do-install: - (cd ${WRKSRC} && ${SH} install with-bp with-mod) - -.include <bsd.port.mk> diff --git a/databases/sixpack/distinfo b/databases/sixpack/distinfo deleted file mode 100644 index 127b38ee6c02..000000000000 --- a/databases/sixpack/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (sixpack-0.99.001216.tar.gz) = fb7fa2b2ca3d7d7acd19ae571549da73 diff --git a/databases/sixpack/files/patch-install b/databases/sixpack/files/patch-install deleted file mode 100644 index 06c1d0c9f6bd..000000000000 --- a/databases/sixpack/files/patch-install +++ /dev/null @@ -1,34 +0,0 @@ ---- install.orig Sun Dec 10 10:08:58 2000 -+++ install Tue Jul 10 12:56:28 2001 -@@ -10,16 +10,16 @@ - ED=`which ed` - - --BPHOME=/usr/local/lib/bp --PICSDIR=/usr/local/lib/pix --BINDEST=/usr/local/bin --SIXDIR=/usr/local/lib/sixpack --SIXDOC=$SIXDIR/doc -+BPHOME=%%DATADIR%%/bp -+PICSDIR=%%DATADIR%%/pix -+BINDEST=%%PREFIX%%/bin -+SIXDIR=%%DATADIR%% -+SIXDOC=%%DOCSDIR%%/sixpack - BIBXRESFILE=$SIXDIR/Bib - - - # CONFDEST is the location of the configuration file. --CONFDEST=/etc/sixpack.rc -+CONFDEST=%%PREFIX%%/etc/sixpack.rc - # CONFDEST=~/.sixpack.rc - - #these will be spliced into the conf files: -@@ -58,8 +57,6 @@ - w - q - END -- \rm -R $BP -- $TAR -z-xf $BP.tar.gz - for a in $BP/bin/*pl ; do ed $a <edcoms ; done - - cat >edcoms <<END diff --git a/databases/sixpack/pkg-descr b/databases/sixpack/pkg-descr deleted file mode 100644 index e15c3b0f46f2..000000000000 --- a/databases/sixpack/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Sixpack is a bibliography and reference manager with both graphical -(Tk-based) and command line interfaces. Sixpack can import and export -about a dozen different formats, including BibTeX. - -WWW: http://www.santafe.edu/~dirk/sixpack/ diff --git a/databases/sixpack/pkg-plist b/databases/sixpack/pkg-plist deleted file mode 100644 index 0f73958867e8..000000000000 --- a/databases/sixpack/pkg-plist +++ /dev/null @@ -1,125 +0,0 @@ -bin/bib -bin/bib-remote -bin/bibconv -bin/bibcount -bin/bibgrep -bin/bibrdup -bin/bibsort -etc/sixpack.rc -share/doc/sixpack/URLdialog.gif -share/doc/sixpack/buttonbar.gif -share/doc/sixpack/databasewindow.gif -share/doc/sixpack/historywindow.gif -share/doc/sixpack/mainwindow.gif -share/doc/sixpack/newbar.gif -share/doc/sixpack/newmain.gif -share/doc/sixpack/querywindow.gif -share/doc/sixpack/sixpack_add.gif -share/doc/sixpack/sixpack_blank.gif -share/doc/sixpack/sixpack_cmdln.gif -share/doc/sixpack/sixpack_edit.gif -share/doc/sixpack/sixpack_help.gif -share/doc/sixpack/sixpack_label.gif -share/doc/sixpack/sixpack_load.gif -share/doc/sixpack/sixpack_lock.gif -share/doc/sixpack/sixpack_next.gif -share/doc/sixpack/sixpack_prefs.gif -share/doc/sixpack/sixpack_prev.gif -share/doc/sixpack/sixpack_save.gif -share/doc/sixpack/sixpack_search.gif -share/doc/sixpack/sixpack_search1.gif -share/doc/sixpack/sixpack_trash.gif -share/doc/sixpack/sixpack_view.gif -share/doc/sixpack/t1.html -share/doc/sixpack/x1052.html -share/doc/sixpack/x1057.html -share/doc/sixpack/x408.html -share/doc/sixpack/x536.html -share/doc/sixpack/x55.html -share/doc/sixpack/x576.html -share/doc/sixpack/x592.html -share/doc/sixpack/x748.html -share/doc/sixpack/x771.html -share/doc/sixpack/x956.html -share/doc/sixpack/x985.html -share/sixpack/Bib -share/sixpack/bp/bp-ISI.pl -share/sixpack/bp/bp-auto.pl -share/sixpack/bp/bp-bibtex.pl -share/sixpack/bp/bp-bibtexo.pl -share/sixpack/bp/bp-canon.pl -share/sixpack/bp/bp-cs-8859-1.pl -share/sixpack/bp/bp-cs-apple.pl -share/sixpack/bp/bp-cs-auto.pl -share/sixpack/bp/bp-cs-canon.pl -share/sixpack/bp/bp-cs-dead.pl -share/sixpack/bp/bp-cs-html.pl -share/sixpack/bp/bp-cs-none.pl -share/sixpack/bp/bp-cs-tex.pl -share/sixpack/bp/bp-cs-troff.pl -share/sixpack/bp/bp-cstra.pl -share/sixpack/bp/bp-endnote.pl -share/sixpack/bp/bp-html.pl -share/sixpack/bp/bp-inspec.pl -share/sixpack/bp/bp-inspec4.pl -share/sixpack/bp/bp-inspecWeb.pl -share/sixpack/bp/bp-isi-bern.pl -share/sixpack/bp/bp-medline.pl -share/sixpack/bp/bp-melvyl.pl -share/sixpack/bp/bp-output.pl -share/sixpack/bp/bp-p-cs.pl -share/sixpack/bp/bp-p-cstab.pl -share/sixpack/bp/bp-p-debug.pl -share/sixpack/bp/bp-p-dload.pl -share/sixpack/bp/bp-p-errors.pl -share/sixpack/bp/bp-p-option.pl -share/sixpack/bp/bp-p-stdbib.pl -share/sixpack/bp/bp-p-utils.pl -share/sixpack/bp/bp-procite.pl -share/sixpack/bp/bp-refer.pl -share/sixpack/bp/bp-rfc1807.pl -share/sixpack/bp/bp-s-aacf.pl -share/sixpack/bp/bp-s-booklist.pl -share/sixpack/bp/bp-s-cacm.pl -share/sixpack/bp/bp-s-generic.pl -share/sixpack/bp/bp-s-gentrim.pl -share/sixpack/bp/bp-text.pl -share/sixpack/bp/bp-tib.pl -share/sixpack/bp/bp.pl -share/sixpack/pix/sixpack/sixpack_add.gif -share/sixpack/pix/sixpack/sixpack_add.xpm -share/sixpack/pix/sixpack/sixpack_blank.gif -share/sixpack/pix/sixpack/sixpack_blank.xpm -share/sixpack/pix/sixpack/sixpack_cmdln.gif -share/sixpack/pix/sixpack/sixpack_cmdln.xpm -share/sixpack/pix/sixpack/sixpack_edit.gif -share/sixpack/pix/sixpack/sixpack_edit.xpm -share/sixpack/pix/sixpack/sixpack_help.gif -share/sixpack/pix/sixpack/sixpack_help.xpm -share/sixpack/pix/sixpack/sixpack_label.gif -share/sixpack/pix/sixpack/sixpack_label.xpm -share/sixpack/pix/sixpack/sixpack_load.gif -share/sixpack/pix/sixpack/sixpack_load.xpm -share/sixpack/pix/sixpack/sixpack_lock.gif -share/sixpack/pix/sixpack/sixpack_lock.xpm -share/sixpack/pix/sixpack/sixpack_next.gif -share/sixpack/pix/sixpack/sixpack_next.xpm -share/sixpack/pix/sixpack/sixpack_prefs.gif -share/sixpack/pix/sixpack/sixpack_prefs.xpm -share/sixpack/pix/sixpack/sixpack_prev.gif -share/sixpack/pix/sixpack/sixpack_prev.xpm -share/sixpack/pix/sixpack/sixpack_save.gif -share/sixpack/pix/sixpack/sixpack_save.xpm -share/sixpack/pix/sixpack/sixpack_search.gif -share/sixpack/pix/sixpack/sixpack_search.xpm -share/sixpack/pix/sixpack/sixpack_search1.gif -share/sixpack/pix/sixpack/sixpack_search1.xpm -share/sixpack/pix/sixpack/sixpack_trash.gif -share/sixpack/pix/sixpack/sixpack_trash.xpm -share/sixpack/pix/sixpack/sixpack_view.gif -share/sixpack/pix/sixpack/sixpack_view.xpm -@dirrm share/sixpack/pix/sixpack -@dirrm share/sixpack/pix -@dirrm share/sixpack/bp -@dirrm share/sixpack -@dirrm share/doc/sixpack diff --git a/devel/arm-aout-gcc295/Makefile b/devel/arm-aout-gcc295/Makefile deleted file mode 100644 index ff54df1950c1..000000000000 --- a/devel/arm-aout-gcc295/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: armgcc-2.95.2 -# Date created: 22 Aug 2000 -# Whom: Paul Becke <pbecke@javagear.com> -# -# $FreeBSD$ -# - -PORTNAME= gcc -PORTVERSION= 2.95.3 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GCC} -MASTER_SITE_SUBDIR= releases/${DISTNAME} -PKGNAMEPREFIX= arm-aout- -PKGNAMESUFFIX= 295 -DISTFILES= gcc-core-${PORTVERSION}${EXTRACT_SUFX} \ - gcc-g++-${PORTVERSION}${EXTRACT_SUFX} - -MAINTAINER= pbecke@javagear.com -COMMENT= FSF Gcc 2.95.2 for embedded ARM cross-development - -BROKEN= "Does not build" - -GCC_REV= ${DISTNAME:S/gcc-//g} -PLIST_SUB+= GCC_REV=${GCC_REV} -USE_BZIP2= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --target=arm-aout --with-gnu-as --with-gnu-ld --with-newlib \ - --enable-languages="c,c++" -.if defined(DEFAULT_CPU) -CONFIGURE_ARGS+=--with-cpu="${DEFAULT_CPU}" -.endif -MAKE_FLAGS= LANGUAGES="c c++" - -.if !defined(DEFAULT_CPU) -pre-extract: - @${ECHO} - @${ECHO} "You can specify a default cpu target for gcc by setting DEFAULT_CPU to the" - @${ECHO} "appropriate target (e.g., strongarm1100)." - @${ECHO} -.endif - -post-extract: - ${MKDIR} ${WRKSRC}/gcc/target - ${LN} -s ${FILESDIR}/include ${WRKSRC}/gcc/target/include - -do-configure: - cd ${WRKSRC}/libiberty ; ./configure ${CONFIGURE_ARGS} - cd ${WRKSRC}/gcc ; ./configure ${CONFIGURE_ARGS} - -do-build: - cd ${WRKSRC}/libiberty ; ${GMAKE} - cd ${WRKSRC}/gcc ; ${GMAKE} - -do-install: - cd ${WRKSRC}/gcc ; ${GMAKE} install - ${LN} -f ${PREFIX}/bin/arm-aout-g++ ${PREFIX}/arm-aout/bin/g++ - ${LN} -f ${PREFIX}/bin/arm-aout-c++filt ${PREFIX}/arm-aout/bin/c++filt - @${MV} ${PREFIX}/bin/cpp ${PREFIX}/bin/${PKGNAMEPREFIX}cpp - @${MV} ${PREFIX}/bin/gcov ${PREFIX}/bin/${PKGNAMEPREFIX}gcov - -.include <bsd.port.mk> diff --git a/devel/arm-aout-gcc295/distinfo b/devel/arm-aout-gcc295/distinfo deleted file mode 100644 index 9e8346c42f21..000000000000 --- a/devel/arm-aout-gcc295/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gcc-core-2.95.3.tar.bz2) = 56dc4de966a54e4c511f65e525f9c0fe -MD5 (gcc-g++-2.95.3.tar.bz2) = ce600888f39443a25ad325cc886e7d16 -MD5 (gcc-objc-2.95.3.tar.bz2) = be118925cd045d0d6d294c27ddb09647 diff --git a/devel/arm-aout-gcc295/files/patch-Makefile.in b/devel/arm-aout-gcc295/files/patch-Makefile.in deleted file mode 100644 index 0767bc8252a3..000000000000 --- a/devel/arm-aout-gcc295/files/patch-Makefile.in +++ /dev/null @@ -1,55 +0,0 @@ ---- gcc/Makefile.in.orig Fri Aug 13 02:46:55 1999 -+++ gcc/Makefile.in Fri Aug 25 20:43:36 2000 -@@ -167,7 +167,7 @@ - # The GCC to use for compiling libgcc2.a, enquire, and libgcc1-test. - # Usually the one we just built. - # Don't use this as a dependency--use $(GCC_PASSES) or $(GCC_PARTS). --GCC_FOR_TARGET = ./xgcc -B$(build_tooldir)/bin/ -B./ -I$(build_tooldir)/include -+GCC_FOR_TARGET = ./xgcc -B./ -I./target/include - - # This is used instead of ALL_CFLAGS when compiling with GCC_FOR_TARGET. - # It omits XCFLAGS, and specifies -B./. -@@ -190,31 +190,10 @@ - # objdir is set by configure. - objdir = @objdir@ - --AR_FOR_TARGET = ` \ -- if [ -f $(objdir)/../binutils/ar ] ; then \ -- echo $(objdir)/../binutils/ar ; \ -- else \ -- if [ "$(host_canonical)" = "$(target)" ] ; then \ -- echo ar; \ -- else \ -- t='$(program_transform_name)'; echo ar | sed -e $$t ; \ -- fi; \ -- fi` -+AR_FOR_TARGET = $(prefix)/bin/arm-aout-ar - AR_FLAGS_FOR_TARGET = rc --RANLIB_FOR_TARGET = ` \ -- if [ -f $(objdir)/../binutils/ranlib ] ; then \ -- echo $(objdir)/../binutils/ranlib ; \ -- else \ -- if [ "$(host_canonical)" = "$(target)" ] ; then \ -- echo ranlib; \ -- else \ -- t='$(program_transform_name)'; echo ranlib | sed -e $$t ; \ -- fi; \ -- fi` --RANLIB_TEST_FOR_TARGET = \ -- [ -f $(RANLIB_FOR_TARGET) ] \ -- || ( [ "$(host_canonical)" = "$(target)" ] \ -- && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) -+RANLIB_FOR_TARGET = $(prefix)/bin/arm-aout-ranlib -+RANLIB_TEST_FOR_TARGET = [ -f $(RANLIB_FOR_TARGET) ] - - # Dir to search for system headers. Overridden by cross-make. - SYSTEM_HEADER_DIR = /usr/include -@@ -2433,7 +2412,7 @@ - # Install the driver last so that the window when things are - # broken is small. - install-normal: install-common $(INSTALL_HEADERS) $(INSTALL_LIBGCC) \ -- $(INSTALL_CPP) install-man install-info intl.install lang.install-normal \ -+ $(INSTALL_CPP) lang.install-normal \ - install-driver - - # Do nothing while making gcc with a cross-compiler. The person who diff --git a/devel/arm-aout-gcc295/pkg-descr b/devel/arm-aout-gcc295/pkg-descr deleted file mode 100644 index 75580edf523a..000000000000 --- a/devel/arm-aout-gcc295/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -FSF gcc-2.95.2 for embedded ARM cross-development - -This is used to generate code that is independent of any operating system. -In particular, it is used to compile the kernel, since there is no operating -system that it can depend on. - -devel/arm/kernel uses this port as a dependency. --------------------------------------------------------------------------- -Paul Becke -pbecke@javagear.com diff --git a/devel/arm-aout-gcc295/pkg-plist b/devel/arm-aout-gcc295/pkg-plist deleted file mode 100644 index 1c35c3bfd225..000000000000 --- a/devel/arm-aout-gcc295/pkg-plist +++ /dev/null @@ -1,70 +0,0 @@ -arm-aout/bin/gcc -arm-aout/bin/g++ -arm-aout/bin/c++filt -bin/arm-aout-c++ -bin/arm-aout-c++filt -bin/arm-aout-g++ -bin/arm-aout-gcc -bin/arm-aout-protoize -bin/arm-aout-unprotoize -bin/arm-aout-cpp -bin/arm-aout-gcov -lib/gcc-lib/arm-aout/%%GCC_REV%%/SYSCALLS.c.X -lib/gcc-lib/arm-aout/%%GCC_REV%%/be/fpu/libgcc.a -lib/gcc-lib/arm-aout/%%GCC_REV%%/be/libgcc.a -lib/gcc-lib/arm-aout/%%GCC_REV%%/cc1 -lib/gcc-lib/arm-aout/%%GCC_REV%%/cc1plus -lib/gcc-lib/arm-aout/%%GCC_REV%%/collect2 -lib/gcc-lib/arm-aout/%%GCC_REV%%/cpp0 -lib/gcc-lib/arm-aout/%%GCC_REV%%/fpu/libgcc.a -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/README -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/assert.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/exception -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/fixed -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/float.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/iso646.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/limits.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/new -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/new.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/proto.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/stdarg.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/stdbool.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/stddef.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/syslimits.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/typeinfo -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/va-alpha.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/va-arc.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/va-c4x.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/va-clipper.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/va-h8300.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/va-i860.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/va-i960.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/va-m32r.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/va-m88k.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/va-mips.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/va-mn10200.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/va-mn10300.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/va-pa.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/va-ppc.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/va-pyr.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/va-sh.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/va-sparc.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/va-spur.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/va-v850.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/include/varargs.h -lib/gcc-lib/arm-aout/%%GCC_REV%%/le/fpu/libgcc.a -lib/gcc-lib/arm-aout/%%GCC_REV%%/le/libgcc.a -lib/gcc-lib/arm-aout/%%GCC_REV%%/libgcc.a -lib/gcc-lib/arm-aout/%%GCC_REV%%/specs -@dirrm arm-aout/bin -@dirrm arm-aout -@dirrm lib/gcc-lib/arm-aout/%%GCC_REV%%/include -@dirrm lib/gcc-lib/arm-aout/%%GCC_REV%%/be/fpu -@dirrm lib/gcc-lib/arm-aout/%%GCC_REV%%/be -@dirrm lib/gcc-lib/arm-aout/%%GCC_REV%%/le/fpu -@dirrm lib/gcc-lib/arm-aout/%%GCC_REV%%/le -@dirrm lib/gcc-lib/arm-aout/%%GCC_REV%%/fpu -@dirrm lib/gcc-lib/arm-aout/%%GCC_REV%% -@dirrm lib/gcc-lib/arm-aout -@dirrm lib/gcc-lib -@dirrm lib diff --git a/devel/arm-elf-gcc31/Makefile b/devel/arm-elf-gcc31/Makefile deleted file mode 100644 index 0e9fcb856e6d..000000000000 --- a/devel/arm-elf-gcc31/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: arm-elf-gcc295 -# Date created: 3 November 2000 -# Whom: Espen Skoglund <esk@ira.uka.de> -# -# $FreeBSD$ -# - -SNAPDATE= 2002-05-06 -SNAPVER= ${SNAPDATE:S/-//g} - -PORTNAME= gcc -PORTVERSION= 3.1.0 -PORTREVISION= ${SNAPVER} -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GCC} -MASTER_SITE_SUBDIR= snapshots/${SNAPDATE} -PKGNAMEPREFIX= arm-elf- -DISTFILES= gcc-core-${SNAPVER}${EXTRACT_SUFX} \ - gcc-g++-${SNAPVER}${EXTRACT_SUFX} \ - gcc-objc-${SNAPVER}${EXTRACT_SUFX} \ - gcc-g77-${SNAPVER}${EXTRACT_SUFX} - -MAINTAINER= esk@ira.uka.de -COMMENT= GNU cross compiler suite for vanilla ARM targets. - -BROKEN= "Does not extract properly" - -BUILD_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ - ${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils -RUN_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ - ${PKGNAMEPREFIX}ld:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils - -GCC_REV= ${DISTNAME:S/gcc-//g} -PLIST_SUB+= GCC_REV=${GCC_REV} -USE_BZIP2= yes -CFLAGS:= ${CFLAGS:C/-m(arch|cpu)=[a-zA-Z0-9]+//} -CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} --enable-languages="c,c++,objc" -.if defined(DEFAULT_CPU) -CONFIGURE_ARGS+= --with-cpu="${DEFAULT_CPU}" -.endif -MAKE_ENV= PATH=${PREFIX}/bin:${PATH} -USE_LIBTOOL= yes -LIBTOOLFILES= configure etc/configure gcc/configure libiberty/configure \ - libobjc/configure texinfo/configure \ - texinfo/testsuite/configure -MAN1= ${PKGNAMEPREFIX}g++.1 ${PKGNAMEPREFIX}gcc.1 cccp.1 - -.if !defined(DEFAULT_CPU) -pre-extract: - @${ECHO} - @${ECHO} "You can specify a default cpu target for gcc by setting DEFAULT_CPU to the" - @${ECHO} "appropriate target (e.g., strongarm1100)." - @${ECHO} -.endif - -post-configure: - ${PERL} -pi.bak -e 's,^(TARGET_CONFIGDIRS\s*=),\1#,' ${WRKSRC}/Makefile - ${PERL} -pi.bak -e 's,^(install-info:),\1\ndonot-\1,; \ - s,\$$\(bindir\)/(\$$\(DEMANGLER_CROSS_NAME\)),./\1,' \ - ${WRKSRC}/gcc/Makefile - -post-install: - @${MV} ${PREFIX}/bin/cpp ${PREFIX}/bin/${PKGNAMEPREFIX}cpp - @${MV} ${PREFIX}/bin/gcov ${PREFIX}/bin/${PKGNAMEPREFIX}gcov - @${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}g++ \ - ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/g++ - @${RM} ${PREFIX}/lib/libiberty.a - -.include <bsd.port.mk> diff --git a/devel/arm-elf-gcc31/distinfo b/devel/arm-elf-gcc31/distinfo deleted file mode 100644 index 2f6a28287120..000000000000 --- a/devel/arm-elf-gcc31/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (gcc-core-20020506.tar.bz2) = 35bd4607e449305e22e5f8fba0e4422f -MD5 (gcc-g++-20020506.tar.bz2) = 930ffc8a787934d0863ed6d8e5ea461d -MD5 (gcc-objc-20020506.tar.bz2) = 25ff1148b3103de1672ac90505eb20ac -MD5 (gcc-g77-20020506.tar.bz2) = ab0d61ad4b728e24ea77c7ac63ea37a5 diff --git a/devel/arm-elf-gcc31/pkg-descr b/devel/arm-elf-gcc31/pkg-descr deleted file mode 100644 index 9e1262b474e4..000000000000 --- a/devel/arm-elf-gcc31/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GNU cross compiler suite for ARM. This is a vanilla version of gcc only. -That is, it does not contain any libs or startup code for creating executable -files. diff --git a/devel/arm-elf-gcc31/pkg-plist b/devel/arm-elf-gcc31/pkg-plist deleted file mode 100644 index 421b67743a9f..000000000000 --- a/devel/arm-elf-gcc31/pkg-plist +++ /dev/null @@ -1,59 +0,0 @@ -arm-elf/bin/gcc -arm-elf/bin/g++ -arm-elf/include/assert.h -bin/arm-elf-c++ -bin/arm-elf-g++ -bin/arm-elf-gcc -bin/arm-elf-cpp -bin/arm-elf-gcov -bin/arm-elf-protoize -bin/arm-elf-unprotoize -lib/gcc-lib/arm-elf/%%GCC_REV%%/SYSCALLS.c.X -lib/gcc-lib/arm-elf/%%GCC_REV%%/cc1 -lib/gcc-lib/arm-elf/%%GCC_REV%%/cc1obj -lib/gcc-lib/arm-elf/%%GCC_REV%%/cc1plus -lib/gcc-lib/arm-elf/%%GCC_REV%%/collect2 -lib/gcc-lib/arm-elf/%%GCC_REV%%/cpp0 -lib/gcc-lib/arm-elf/%%GCC_REV%%/crtbegin.o -lib/gcc-lib/arm-elf/%%GCC_REV%%/crtend.o -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/README -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/assert.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/exception -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/fixed -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/float.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/iso646.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/limits.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/new -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/new.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/proto.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/stdarg.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/stdbool.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/stddef.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/syslimits.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/typeinfo -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/va-alpha.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/va-arc.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/va-c4x.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/va-clipper.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/va-h8300.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/va-i860.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/va-i960.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/va-m32r.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/va-m88k.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/va-mips.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/va-mn10200.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/va-mn10300.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/va-pa.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/va-ppc.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/va-pyr.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/va-sh.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/va-sparc.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/va-spur.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/va-v850.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/include/varargs.h -lib/gcc-lib/arm-elf/%%GCC_REV%%/libgcc.a -lib/gcc-lib/arm-elf/%%GCC_REV%%/specs -@dirrm lib/gcc-lib/arm-elf/%%GCC_REV%%/include -@dirrm lib/gcc-lib/arm-elf/%%GCC_REV%% -@dirrm lib/gcc-lib/arm-elf -@dirrm lib/gcc-lib diff --git a/devel/codemedic/Makefile b/devel/codemedic/Makefile deleted file mode 100644 index 5db7f84a7aa0..000000000000 --- a/devel/codemedic/Makefile +++ /dev/null @@ -1,113 +0,0 @@ -# New ports collection makefile for: Code Medic -# Date created: 30 July 1999 -# Whom: Davec <davec@unforgettable.com> -# -# $FreeBSD$ -# - -PORTNAME= code_medic -PORTVERSION= 1.0.4 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= lioux -DISTNAME= Code_Medic_source-${PORTVERSION} - -MAINTAINER= lioux@FreeBSD.org -COMMENT= Provides an elegant graphical interface to gdb - -BROKEN= Needs further patching - -EXTRACT_DEPENDS= ${NONEXISTENT}:${JXPORT}:configure -BUILD_DEPENDS= makemake:${JXPORT} -LIB_DEPENDS= jx-1_5_3.1:${JXPORT} \ - jsearch-0_5_6.0:${PORTSDIR}/x11-toolkits/libjsearch \ - jtree-1_1_7.1:${PORTSDIR}/x11-toolkits/libjtree - -NO_PACKAGE= ignores CXX because it breaks if CXX is other than\ - g++ - -WRKSRC= ${WRKDIR}/JX-1.5.3 - -USE_XLIB= yes -USE_BISON= yes -USE_GMAKE= yes -# breaks if CXX is c++, bugs me -MAKE_ARGS= CC="${CC}" CXX="g++" \ - CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -MAKE_ENV= JX_INSTALL_ROOT="${X11BASE}/bin" \ - JX_LIB_ROOT="${X11BASE}/lib" -PLIST_SUB= PORTNAME="${PORTNAME}" - -# Make environment -PORTINCLUDES= -I${X11BASE}/include -I${X11BASE}/include/jx \ - -I${X11BASE}/include/jcore \ - -I${X11BASE}/include/jsearch \ - -I${X11BASE}/include/jtree \ - -I${LOCALBASE}/include -PORTLIBS= -L${X11BASE}/lib - -# Installs dir with proper permissions -INSTALL_DATA_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 -# program files -PROGRAMFILES= code_medic/medic -# documents -DOCFILES= LICENSE README.binary -DOCDIR_PREFIX= ${PREFIX}/share/doc/${PORTNAME} -# additional configuration and header files -EXTRALIB_PREFIX= ${X11BASE}/lib/jx -EXTRALIBFILES_MAKE_WRKSRC= include/make - -.include <bsd.port.pre.mk> - -# main jx distribution files needed for building -COPY_JXDIRS= include -COPY_JXFILES= Makefile -# main jx distribution port wrksrc -JXPORT= ${PORTSDIR}/x11-toolkits/jx -JXPORT_WRKSRC!= cd ${JXPORT} && ${MAKE} -V WRKSRC -JX_MAKE_CONSTANTS= jsearch_constants jtree_constants - -.if ${OSVERSION} >= 300000 -ALL_TARGET= freebsd3.x -.else -ALL_TARGET= freebsd2.x -.endif - -post-extract: -.for i in ${COPY_JXDIRS} - @${CP} -Rp ${JXPORT_WRKSRC}/${i} ${WRKSRC} -.endfor -.for i in ${COPY_JXFILES} - @${CP} -p ${JXPORT_WRKSRC}/${i} ${WRKSRC} -.endfor - -post-patch: - @${ECHO_CMD} "SEARCHDIRS += ${PORTINCLUDES}" >> \ - ${WRKSRC}/${EXTRALIBFILES_MAKE_WRKSRC}/jx_constants - @${ECHO_CMD} "\nLOADLIBS += ${PORTLIBS}" >> \ - ${WRKSRC}/programs/${PORTNAME}/Make.header - -pre-build: -.for i in ${JX_MAKE_CONSTANTS} - @${LN} -sf ${EXTRALIB_PREFIX}/make/${i} ${WRKSRC}/include/make -.endfor - -post-build: - @cd ${WRKSRC}/programs/${PORTNAME}; ${SETENV} ${MAKE_ENV} makemake; \ - ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} - -do-install: -.if !defined(NOPORTDOCS) -# Install all documentation - @${INSTALL_DATA_DIR} ${DOCDIR_PREFIX} -.for i in ${DOCFILES} - @${INSTALL_DATA} ${WRKSRC}/programs/${PORTNAME}/${i} ${DOCDIR_PREFIX} -.endfor -.endif # !defined(NOPORTDOCS) -# Install all programs -.for i in ${PROGRAMFILES} - @${INSTALL_PROGRAM} ${WRKSRC}/programs/${i} ${PREFIX}/bin -.endfor - -.include <bsd.port.post.mk> diff --git a/devel/codemedic/distinfo b/devel/codemedic/distinfo deleted file mode 100644 index e14809400070..000000000000 --- a/devel/codemedic/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Code_Medic_source-1.0.4.tar.gz) = 13fc3011baf29a6c4b97322665602304 diff --git a/devel/codemedic/files/patch-aa b/devel/codemedic/files/patch-aa deleted file mode 100644 index 18be5d2d2db3..000000000000 --- a/devel/codemedic/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- Makefile.orig Sat Sep 11 17:44:38 1999 -+++ Makefile Wed Jun 14 01:07:15 2000 -@@ -262,25 +262,11 @@ - freebsd2.x: prep - @ln -s sys/FreeBSD-2.x_g++ \ - include/make/jx_config -- @ln -s ../../include/missing_proto/jMissingProto_empty.h \ -- include/jcore/jMissingProto.h -- @ln -s config-freebsd.h \ -- ACE/ACE_wrappers/ace/config.h -- @ln -s platform_freebsd.GNU \ -- ACE/ACE_wrappers/include/makeinclude/platform_macros.GNU -- @${INSTALL_CMD} - - .PHONY : freebsd3.x - freebsd3.x: prep - @ln -s sys/FreeBSD-3.x_g++ \ - include/make/jx_config -- @ln -s ../../include/missing_proto/jMissingProto_empty.h \ -- include/jcore/jMissingProto.h -- @ln -s config-freebsd-pthread.h \ -- ACE/ACE_wrappers/ace/config.h -- @ln -s platform_freebsd_pthread.GNU \ -- ACE/ACE_wrappers/include/makeinclude/platform_macros.GNU -- @${INSTALL_CMD} - - # - # SunOS 4.x diff --git a/devel/codemedic/files/patch-ab b/devel/codemedic/files/patch-ab deleted file mode 100644 index 2ef47b8553bf..000000000000 --- a/devel/codemedic/files/patch-ab +++ /dev/null @@ -1,53 +0,0 @@ ---- programs/code_medic/Make.header.orig Tue Jun 13 00:38:13 2000 -+++ programs/code_medic/Make.header Tue Jun 13 00:39:34 2000 -@@ -24,7 +24,7 @@ - - # Directories to search for header files - --SEARCHDIRS := -I- \ -+SEARCHDIRS = -I- \ - -I${CODEDIR} \ - -I${TREEDIR} \ - -I${VARTREEDIR} \ -@@ -39,7 +39,8 @@ - -I${JSEARCHDIR} \ - -I${JCOREDIR}\ - -I${JXDIR}\ -- -I${ACE_ROOT} -+ -I${ACE_ROOT} \ -+ ${J_X11_INCLUDE_DIR} - - # other constants - -@@ -57,13 +58,6 @@ - - # library dependencies - --ifdef J_BUILD_SHARED_LIB -- LIB_DEPS := ${JLIBDIR}/libjtree-${JTREE_LIB_VERSION}.so \ -- ${JLIBDIR}/libjsearch-${JSEARCH_LIB_VERSION}.so --else -- LIB_DEPS := ${JLIBDIR}/libjtree-${JTREE_LIB_VERSION}.a \ -- ${JLIBDIR}/libjsearch-${JSEARCH_LIB_VERSION}.a --endif - - # make variables - -@@ -85,7 +79,7 @@ - ##### - - .PHONY : default --default: libs medic -+default: medic - - .PHONY : Makefiles - Makefiles: -@@ -121,7 +115,7 @@ - # - - .PHONY : jxinstall --jxinstall: medic -+jxinstall_not: medic - @strip medic - @mv medic ${JX_INSTALL_ROOT}/ - diff --git a/devel/codemedic/pkg-descr b/devel/codemedic/pkg-descr deleted file mode 100644 index 51d0857b4b6b..000000000000 --- a/devel/codemedic/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -The standard UNIX debugger, gdb, is extremely powerful, but its -command line interface can be quite intimidating and painful to -use. - -Code Medic provides an elegant free graphical interface to gdb's -most important features. Unlike most interfaces to gdb, Code Medic -aims to remove the need for the command line. - -It provides access to the power of gdb with an intuitive front end. -It currently supports opening multiple source windows at once, -setting/clearing breakpoints while the program is running, watching -variables change in the variable tree as you step through code -(even with nested structs), text searching through source, and -integration with Code Crusader to provide a rapid, efficient -develop-debug cycle. - -WWW: http://www.newplanetsoftware.com/medic/ diff --git a/devel/codemedic/pkg-plist b/devel/codemedic/pkg-plist deleted file mode 100644 index fd8dbfc12918..000000000000 --- a/devel/codemedic/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/medic -%%PORTDOCS%%share/doc/%%PORTNAME%%/LICENSE -%%PORTDOCS%%share/doc/%%PORTNAME%%/README.binary -%%PORTDOCS%%@dirrm share/doc/%%PORTNAME%% diff --git a/devel/flux/Makefile b/devel/flux/Makefile deleted file mode 100644 index adb500b30359..000000000000 --- a/devel/flux/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: flux -# Date created: 18 Dec 1999 -# Whom: Will Andrews <andrews@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= flux -PORTVERSION= 0.4.1 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.copyleft.no/projects/fluxlib/ \ - ftp://ftp.styx.net/projects/flux/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= High-level C library for development purposes - -USE_REINPLACE= yes -USE_GMAKE= yes -USE_AUTOMAKE_VER=14 -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -REGEX= "s@EXTRA_DIST \+@EXTRA_DIST @g" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 500000 -BROKEN= "Does not compile" -.endif - -pre-configure: -.for M in examples include src util - @${REINPLACE_CMD} -e ${REGEX} ${WRKSRC}/${M}/Makefile.am -.endfor -.for M in build cgi cipher comm fifobuf fstring log mem misc mt nvtp ph proc \ - random smtp sock tn url xml - @${REINPLACE_CMD} -e ${REGEX} ${WRKSRC}/src/${M}/Makefile.am -.endfor -.for M in framework/application framework/application/src test - @${REINPLACE_CMD} -e ${REGEX} ${WRKSRC}/util/${M}/Makefile.am -.endfor -.for M in smtp - @${REINPLACE_CMD} -e ${REGEX} ${WRKSRC}/examples/${M}/Makefile.am -.endfor - @${REINPLACE_CMD} -e "s@autoheader,@${AUTOHEADER},@g" ${WRKSRC}/aclocal.m4 - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/flux - ${TAR} -C ${WRKSRC}/doc --exclude ChangeLog -cf - . | \ - ${TAR} -C ${PREFIX}/share/doc/flux --unlink -xf - - @${FIND} ${PREFIX}/share/doc/flux | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP} - @${FIND} ${PREFIX}/share/doc/flux -type f | ${XARGS} ${CHMOD} ${SHAREMODE} -.for DOC in AUTHORS NEWS README TODO - ${INSTALL_DATA} ${WRKSRC}/${DOC} ${PREFIX}/share/doc/flux -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/devel/flux/distinfo b/devel/flux/distinfo deleted file mode 100644 index 3614eb1e1e7d..000000000000 --- a/devel/flux/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (flux-0.4.1.tar.gz) = 959cf209acfed3af40baf6a3bcd9c26b diff --git a/devel/flux/files/patch-ab b/devel/flux/files/patch-ab deleted file mode 100644 index a21930d0d9d0..000000000000 --- a/devel/flux/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in.orig Thu Feb 10 08:02:07 2000 -+++ configure.in Sat Jul 22 02:14:02 2000 -@@ -120,8 +120,6 @@ - - dnl --- Set compiler flags --- - --CFLAGS="$CFLAGS -O2 -Wall" -- - if test "$debug" = yes; then - CFLAGS="$CFLAGS -g" - fi diff --git a/devel/flux/files/patch-ac b/devel/flux/files/patch-ac deleted file mode 100644 index fcaf67316b8d..000000000000 --- a/devel/flux/files/patch-ac +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.am.orig Thu Feb 10 07:02:05 2000 -+++ Makefile.am Sat Jul 22 14:38:33 2000 -@@ -1,10 +1,9 @@ --SUBDIRS = include src util examples -+SUBDIRS = include src util - - EXTRA_DIST = acconfig.h - - all: all-recursive -- if which bash >/dev/null 2>&1; then bash ./test.sh; \ --else ./test.sh; fi -+ util/test/test - - dist-hook: - sed "s/\[CVS\]/$(VERSION)/" <test.sh >$(distdir)/test.sh diff --git a/devel/flux/pkg-descr b/devel/flux/pkg-descr deleted file mode 100644 index 89c36803473a..000000000000 --- a/devel/flux/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Flux is intended to be a general-use high-level -C library (with includes) that supports various -purposes, from CGI to IRC to sockets, and so on. -It's sort of an addendum to the standard C -libraries. - -WWW: http://www.fluxlib.org/ -Author: Hans Petter K. Jansson <hpj@styx.net> - ---Will <andrews@technologist.com> diff --git a/devel/flux/pkg-plist b/devel/flux/pkg-plist deleted file mode 100644 index 9b0cd84a40df..000000000000 --- a/devel/flux/pkg-plist +++ /dev/null @@ -1,134 +0,0 @@ -include/flux/bmem.h -include/flux/bt.h -include/flux/cache.h -include/flux/cgi.h -include/flux/cipher.h -include/flux/comm.h -include/flux/db.h -include/flux/fifobuf.h -include/flux/flux.h -include/flux/fstring.h -include/flux/irc.h -include/flux/log.h -include/flux/mem.h -include/flux/misc.h -include/flux/mpi.h -include/flux/mt.h -include/flux/nvtp.h -include/flux/ph.h -include/flux/proc.h -include/flux/proxy.h -include/flux/random.h -include/flux/rmd160.h -include/flux/smtp.h -include/flux/sock.h -include/flux/tn.h -include/flux/tt.h -include/flux/types.h -include/flux/url.h -include/flux/xml.h -lib/libflux.a -lib/libflux.so -lib/libflux.so.1 -%%PORTDOCS%%share/doc/flux/AUTHORS -%%PORTDOCS%%share/doc/flux/NEWS -%%PORTDOCS%%share/doc/flux/README -%%PORTDOCS%%share/doc/flux/TODO -%%PORTDOCS%%share/doc/flux/html/.#index.html.1.15 -%%PORTDOCS%%share/doc/flux/html/about.html -%%PORTDOCS%%share/doc/flux/html/benchmarks.html -%%PORTDOCS%%share/doc/flux/html/contact.html -%%PORTDOCS%%share/doc/flux/html/docs/future.html -%%PORTDOCS%%share/doc/flux/html/docs/hacking.html -%%PORTDOCS%%share/doc/flux/html/docs/index.html -%%PORTDOCS%%share/doc/flux/html/docs/platforms.html -%%PORTDOCS%%share/doc/flux/html/docs/ref-bmem.html -%%PORTDOCS%%share/doc/flux/html/docs/ref-comm.html -%%PORTDOCS%%share/doc/flux/html/docs/ref-log.html -%%PORTDOCS%%share/doc/flux/html/docs/ref-mt.html -%%PORTDOCS%%share/doc/flux/html/docs/ref-proxy.html -%%PORTDOCS%%share/doc/flux/html/docs/ref-sock.html -%%PORTDOCS%%share/doc/flux/html/docs/ref-tt.html -%%PORTDOCS%%share/doc/flux/html/docs/ref.css -%%PORTDOCS%%share/doc/flux/html/download.html -%%PORTDOCS%%share/doc/flux/html/img/background-gray.png -%%PORTDOCS%%share/doc/flux/html/img/frontpage-bottom.png -%%PORTDOCS%%share/doc/flux/html/img/frontpage-glass.png -%%PORTDOCS%%share/doc/flux/html/img/frontpage-header.png -%%PORTDOCS%%share/doc/flux/html/img/frontpage-menu-about.png -%%PORTDOCS%%share/doc/flux/html/img/frontpage-menu-contact.png -%%PORTDOCS%%share/doc/flux/html/img/frontpage-menu-cvs.png -%%PORTDOCS%%share/doc/flux/html/img/frontpage-menu-docs.png -%%PORTDOCS%%share/doc/flux/html/img/frontpage-menu-download.png -%%PORTDOCS%%share/doc/flux/html/img/frontpage-menu-footer.png -%%PORTDOCS%%share/doc/flux/html/img/frontpage-nurse.png -%%PORTDOCS%%share/doc/flux/html/img/graph-ballocbenchmark-alpha.png -%%PORTDOCS%%share/doc/flux/html/img/graph-ballocbenchmark-pentium.png -%%PORTDOCS%%share/doc/flux/html/img/menu-about.png -%%PORTDOCS%%share/doc/flux/html/img/menu-contact.png -%%PORTDOCS%%share/doc/flux/html/img/menu-cvs.png -%%PORTDOCS%%share/doc/flux/html/img/menu-docs.png -%%PORTDOCS%%share/doc/flux/html/img/menu-download-bottom.png -%%PORTDOCS%%share/doc/flux/html/img/menu-download-top.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-header-left.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-header-picturefooter.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-header-pictureheader0.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-header-pictureheader1.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-header-pictureheader2.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-header-pictureheader3.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-header-topright.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-icon-about.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-icon-benchmarks.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-icon-contact.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-icon-docs.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-icon-download.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-icon-hacking.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-icon-proxies.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-icon-tree.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-title-about.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-title-benchmarks.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-title-contact.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-title-docs.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-title-download.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-title-hacking.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-title-markuptrees.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-title-proxies.png -%%PORTDOCS%%share/doc/flux/html/img/subpage-title-tokentrees.png -%%PORTDOCS%%share/doc/flux/html/index.html -%%PORTDOCS%%share/doc/flux/plain/builds/0.3.0/billy -%%PORTDOCS%%share/doc/flux/plain/builds/0.3.0/domination -%%PORTDOCS%%share/doc/flux/plain/builds/0.3.0/fili -%%PORTDOCS%%share/doc/flux/plain/builds/0.3.0/foo -%%PORTDOCS%%share/doc/flux/plain/builds/0.3.0/gluttony -%%PORTDOCS%%share/doc/flux/plain/builds/0.3.0/harald -%%PORTDOCS%%share/doc/flux/plain/builds/0.3.0/kassad -%%PORTDOCS%%share/doc/flux/plain/builds/0.3.0/morten -%%PORTDOCS%%share/doc/flux/plain/builds/0.3.0/nerdhaven -%%PORTDOCS%%share/doc/flux/plain/builds/0.3.0/nocto -%%PORTDOCS%%share/doc/flux/plain/builds/0.3.0/totem -%%PORTDOCS%%share/doc/flux/plain/builds/0.3.0/vodka -%%PORTDOCS%%share/doc/flux/plain/builds/0.3.0/wrath -%%PORTDOCS%%share/doc/flux/plain/builds/0.4.0/gluttony -%%PORTDOCS%%share/doc/flux/plain/builds/0.4.0/nocto -%%PORTDOCS%%share/doc/flux/plain/builds/0.4.0/wrath -%%PORTDOCS%%share/doc/flux/plain/builds/Summary -%%PORTDOCS%%share/doc/flux/tex/comm.fig -%%PORTDOCS%%share/doc/flux/tex/concepts.fig -%%PORTDOCS%%share/doc/flux/tex/depend.fig -%%PORTDOCS%%share/doc/flux/tex/fifobuf.fig -%%PORTDOCS%%share/doc/flux/tex/proxy.fig -%%PORTDOCS%%share/doc/flux/tex/refcard-gen.sh -%%PORTDOCS%%share/doc/flux/tex/refcard.tex -%%PORTDOCS%%share/doc/flux/tex/sock.fig -%%PORTDOCS%%share/doc/flux/tex/tt.fig -%%PORTDOCS%%share/doc/flux/tex/ttree-rules.fig -%%PORTDOCS%%@dirrm share/doc/flux/tex -%%PORTDOCS%%@dirrm share/doc/flux/plain/builds/0.4.0 -%%PORTDOCS%%@dirrm share/doc/flux/plain/builds/0.3.0 -%%PORTDOCS%%@dirrm share/doc/flux/plain/builds -%%PORTDOCS%%@dirrm share/doc/flux/plain -%%PORTDOCS%%@dirrm share/doc/flux/html/img -%%PORTDOCS%%@dirrm share/doc/flux/html/docs -%%PORTDOCS%%@dirrm share/doc/flux/html -%%PORTDOCS%%@dirrm share/doc/flux -@dirrm include/flux diff --git a/devel/gecc/Makefile b/devel/gecc/Makefile deleted file mode 100644 index 4d2de531b8fb..000000000000 --- a/devel/gecc/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: gecc -# Date created: 2002-11-07 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= gecc -PORTVERSION= 20021119 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gecc - -MAINTAINER= trevor@FreeBSD.org -COMMENT=Group-enabled cluster compiler for cached, distributed compilation - -.include <bsd.port.pre.mk> -.if ${OSVERSION} < 500039 -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -BROKEN= "only works as a wrapper" -.else -BROKEN= "getopt_long() problems" -.endif - -BINS= gecc geccd -DOCS= AUTHORS COPYING ChangeLog NEWS TODO -DOCDIR= share/doc/${PORTNAME} -.if ${OSVERSION} < 500039 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" -.endif -GNU_CONFIGURE= yes -PLIST= ${WRKDIR}/pkg-plist -USE_PYTHON= yes -USE_REINPLACE= yes -REINPLACE_ARGS= -i'' -E - -post-extract: - ${CP} ${FILESDIR}/README ${FILESDIR}/dashboard.h ${WRKSRC} - ${REINPLACE_CMD} "s=usr/bin=${LOCALBASE}/bin=g" ${WRKSRC}/geccmon - -pre-install: - ${RM} -f ${PLIST} -.for ii in ${BINS} geccmon - ${ECHO_CMD} bin/`${BASENAME} ${ii}` >> ${PLIST} -.endfor -.if !defined(NOPORTDOCS) -.for ii in ${DOCS} README - ${ECHO_CMD} ${DOCDIR}/${ii} >> ${PLIST} -.endfor - ${ECHO_CMD} "@dirrm " ${DOCDIR} >> ${PLIST} -.endif - -do-install: -.for ii in ${BINS} - ${INSTALL_PROGRAM} ${WRKSRC}/${ii} ${PREFIX}/bin -.endfor - ${INSTALL_SCRIPT} ${WRKSRC}/geccmon ${PREFIX}/bin -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/${DOCDIR} -.for ii in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${ii} ${PREFIX}/${DOCDIR} -.endfor - ${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/${DOCDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/devel/gecc/distinfo b/devel/gecc/distinfo deleted file mode 100644 index 50f232736ca8..000000000000 --- a/devel/gecc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gecc-20021119.tar.gz) = 74ee17b3cf3cd0736377e02e89c39f8b diff --git a/devel/gecc/files/README b/devel/gecc/files/README deleted file mode 100644 index 9b8e96a35275..000000000000 --- a/devel/gecc/files/README +++ /dev/null @@ -1,115 +0,0 @@ -The group enabled cluster compiler (gecc) is a tool to make build faster. This -tool is inspired by distcc (<URL:http://distcc.samba.org>) and ccache -(<URL:httpd://ccache.samba.org>). It helps in two ways: - -- not doing unneeded compiles and -- distributing builds on a cluster of hosts. - -These two optimizations are unrelated and both of them are optional to gecc. -Not doing unneeded compiles means that gecc caches the build of object files -and distributing means putting compiles on more than one host (not a big -surprise). - -For a more detailed look, please refer to the Web pages at -<URL:http://gecc.sf.net>, which are included in the CVS repository. Take a -look at the htdocs directory. - -building: - -I have compiled gecc with gcc 2.95.3. Then I got a report that gecc does not -compile with gcc-3.2 (thanks for that), so I fixed gecc to compile with both. -There are problems using the std::string::compare member functions. They have -changed from gcc 2.95.x to gcc 3.y (I have been told that gcc3 is correct, but -I have not checked with the ANSI standard). My normal CXX is gcc 2.95.3. If I -break compatibilty with gcc-3.x again, please drop me a note and I will fix it, -if anybody cares. - -The usual commands: - - ./configure - make - -should build two binaries: gecc and geccd. The client is gecc. It's called -instead of your usual C/C++ compiler, which means gcc in almost every case. -There are two ways to call it: - -1.) gecc gcc file.c -c -o file.o -O2 ... -That is, prepend your usual command line with "gecc". gecc will find out which -C/C++ compiler you would have called. It crawls your PATH for the next token on -the command line ("gcc" in our example). It will take a look, which version it -is, by calling it with "--version" as the only parameter. The name and the -version should identify the compiler. There are plans to take also care of the -architecture of your host, so cross compiles could be done (this is one of my -needs, but not implemented now). - -2.) If you make a link from the name of your compiler to gecc, then gecc will -behave as above. The advantage is that this works with libtool, which is a bit -picky about chained tools. I have a ~/bin directory, which is the very first in -my $PATH. There are links like this: - - c++ -> gecc - g++ -> gecc - gcc -> gecc - cc -> gecc - -Also, gecc is in the path. - -Either way, the source file is preprocessed and a hash of the preprocessed file -and your command line is calculated. This hash is looked up in a -on-disk-cache. For a cache hit, the object file, the stderr, and the compiler -return code of the original compiler run are taken from cache and the original -result is "reproduced". On a cache miss the compiler is called and the result -is recorded for the cache. - -If there are nodes registered to help in the compiling than for every cache -miss, the host to do the compilation is calculated by a scheduler algorithm -(right now it's round robin, but there will be feedback on the basis of -compilation speed). - -testing: -To test gecc, you need to start a geccd (the gecc daemon). For example: - - geccd -C /tmp/gecc-cache --compile -d - -will start geccd in debugging mode (-d), that is, without forking. A Ctrl-C -will terminate the program. Then, on another shell, you need to set some -environment variables: - -either: - export GECCD_SOCKFILE=/tmp/geccd.sockfile -or: - export GECCD_HOSTNAME=localhost - export GECCD_PORT=42042 - -Now do this: - - gecc gcc hello.c -o hello.o - -Assuming you have a hello.c, it will be compiled to hello.o. You can see geccd -act and print debugging stuff on stderr. If you now remove the hello.o and -repeat the same command line, hello.o will be taken from cache. - -If you have a second machine available, then you could start a second geccd on -this second machine. Let's assume the first machine is named dilbert and the -second is named asok. Then the command line on asok will be: - - geccd --compile -a dilbert -A 42042 --compile --port 42042 -d - -this means announce yourself to a geccd, running on dilbert (port -A 42042) and -help him to compile. Right now it is important to start the geccd on the helper -host _after_ the main geccd (yes, this has to change). If you now do -compilation of more source files, then they will be distributed on all -machines. - -The compile nodes don't need the includes or libs installed, but the same -version of the compiler. If not all compile nodes have all needed compilers -installed, that's OK, since they only get jobs for the compilers they announce -to the main geccd. For this, they scan the $PATH and collect all known compiler -binaries, which right now is all binaries that gecc installs. - -If you try this out, please be so nice as to mail me your feedback (either -positive or negative, any feedback is better than none). You can reach me as -<j.beyer@web.de>. - - Yours, - Joerg diff --git a/devel/gecc/files/dashboard.h b/devel/gecc/files/dashboard.h deleted file mode 100644 index a90c358b2506..000000000000 --- a/devel/gecc/files/dashboard.h +++ /dev/null @@ -1,99 +0,0 @@ -/* - * Group Enabled Cluster Compiler (gecc) - * - * Copyright (C) 2002 by Jörg Beyer <j.beyer@web.de> - * - * This project was inspired by: - * distcc by Martin Pool <mbp@samba.org> http://distcc.samba.org - * ccache by Andrew Tridgell (tridge@samba.org) http://ccache.samba.org - * please visit their projects also! - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA - */ - -/* - * inspired by the apache dashboard, this implements a monitoring - * interface to geccd, the server part of gecc. - * - */ -#ifndef _DASHBOARD_H_ -#define _DASHBOARD_H_ - -struct dashb_cache { - // number of files in cache - unsigned long file_count; - - // number of cache hits - unsigned long hit_counter; - - // number of cache misses - unsigned long miss_counter; -}; - -const int max_compile_node_id_len=50; - -struct dashboard_compile_node { - char name[max_compile_node_id_len+1]; - - // how many files has this special node compiled _for_ _this_ _master_ - unsigned long compiled_files; - // and how many source is that in kilo/mega/giga bytes. - unsigned long compiled_size; -}; - -const int dashboard_max_job_text_size=100; - -struct dashboard_job -{ - // the comandline (or a part of it) - char job_text[dashboard_max_job_text_size+1]; -}; - -const int dashboard_number_of_compile_nodes=20; -const int dashboard_number_of_parallel_compile_jobs=100; - -struct geccd_dashboard_memory_layout { - // make sure that client and server agree about the memory layout. - int version; - - // true if cache is on, false otherwise - bool cache_on; - - // true if local compilation is on, false otherwise - bool compile_on; - - // how many compile jobs are currently running? - int number_of_current_compile_jobs; - - int number_of_compile_nodes; - struct dashboard_compile_node compile_nodes[dashboard_number_of_compile_nodes]; - - int number_of_parallel_compile_jobs; - struct dashboard_job jobs[dashboard_number_of_parallel_compile_jobs]; -}; - -class Dashboard -{ -public: - Dashboard(); - ~Dashboard(); - -private: - struct geccd_dashboard_memory_layout memory; - -}; - -#endif diff --git a/devel/gecc/files/patch-cache.h b/devel/gecc/files/patch-cache.h deleted file mode 100644 index 6cf6f634c462..000000000000 --- a/devel/gecc/files/patch-cache.h +++ /dev/null @@ -1,12 +0,0 @@ -$FreeBSD$ - ---- cache.h.orig Sun Oct 13 03:42:50 2002 -+++ cache.h Thu Nov 7 15:32:39 2002 -@@ -31,6 +31,7 @@ - - #include <string> - #include <map> -+#include <sys/types.h> - - using std::ostream; - using std::map; diff --git a/devel/gecc/files/patch-con.h b/devel/gecc/files/patch-con.h deleted file mode 100644 index 93970d23385d..000000000000 --- a/devel/gecc/files/patch-con.h +++ /dev/null @@ -1,19 +0,0 @@ -$FreeBSD$ - ---- con.h.orig Fri Oct 25 11:25:17 2002 -+++ con.h Thu Nov 7 15:29:13 2002 -@@ -29,8 +29,14 @@ - #include "config.h" - - #include <string> -+#include <sys/param.h> -+#include <sys/types.h> -+#include <sys/cdefs.h> -+#include <sys/socket.h> - #include <netdb.h> -+#include <arpa/inet.h> - #include <sys/un.h> -+#include <netinet/in.h> - - using std::string; - diff --git a/devel/gecc/files/patch-io.cpp b/devel/gecc/files/patch-io.cpp deleted file mode 100644 index f75f54620c5b..000000000000 --- a/devel/gecc/files/patch-io.cpp +++ /dev/null @@ -1,22 +0,0 @@ -$FreeBSD$ - ---- io.cpp.orig Sat Oct 19 11:51:21 2002 -+++ io.cpp Thu Nov 7 15:29:13 2002 -@@ -36,7 +36,7 @@ - #include "util.h" - #include <stdio.h> - #ifdef HAVE_SENDFILE --#include <sys/sendfile.h> -+#include <sys/socket.h> - #endif - - using namespace std; -@@ -162,7 +163,7 @@ size_t write_file(int fd, const string& - throw TransportException(__FILE__, __LINE__, tmp); - } - #ifdef HAVE_SENDFILE -- int rc = sendfile(fd, in, 0, filesize); -+ int rc = sendfile(fd, in, 0, filesize, 0, 0, 0); - if (rc<0) { - perror("sendfile"); - assert(0); diff --git a/devel/gecc/files/patch-server.cpp b/devel/gecc/files/patch-server.cpp deleted file mode 100644 index 4aacc7c54022..000000000000 --- a/devel/gecc/files/patch-server.cpp +++ /dev/null @@ -1,12 +0,0 @@ -$FreeBSD$ - ---- server.cpp.orig Sat Nov 16 07:55:37 2002 -+++ server.cpp Fri Nov 22 14:20:07 2002 -@@ -24,6 +24,7 @@ - * USA - */ - -+#include <errno.h> - #include <cache.h> - #include <sys/types.h> - #include <sys/stat.h> diff --git a/devel/gecc/pkg-descr b/devel/gecc/pkg-descr deleted file mode 100644 index ba8eda46019e..000000000000 --- a/devel/gecc/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is the group-enabled cluster compiler, for cached, distributed compilation. -It is intended to work like ccache, distcc, or a combination of the two (this -port does not yet work). Use it cautiously, because it is at an early stage of -development. - -WWW: http://gecc.sourceforge.net diff --git a/devel/glade--/Makefile b/devel/glade--/Makefile deleted file mode 100644 index 4049c1eaac31..000000000000 --- a/devel/glade--/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: glade-- -# Date created: 7th October 2000 -# Whom: Shinya FUJIE <fujie@tk.elec.waseda.ac.jp> -# -# $FreeBSD$ -# - -PORTNAME= glademm -PORTVERSION= 0.5.11 -CATEGORIES= devel gnome -MASTER_SITES= http://home.wtal.de/petig/Gtk/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/5./5_/} - -MAINTAINER= fujie@tk.elec.waseda.ac.jp -COMMENT= A C++(GTK--) code generator for glade - -RUN_DEPENDS= glade:${PORTSDIR}/devel/glade -LIB_DEPENDS= gtkmm.2:${PORTSDIR}/x11-toolkits/gtk-- - -USE_X_PREFIX= yes -USE_PERL5= yes -USE_GMAKE= yes -USE_GNOME= yes -USE_LIBTOOL= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 500000 -BROKEN= "Does not compile" -.endif - -post-patch: - @${PERL} -pi -e 's|%%GTK_CONFIG%%|${GTK_CONFIG}|g' \ - ${WRKSRC}/src/glade--.cc - @${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' \ - ${WRKSRC}/src/Cxx.cc - -.include <bsd.port.post.mk> diff --git a/devel/glade--/distinfo b/devel/glade--/distinfo deleted file mode 100644 index 30f4246a443b..000000000000 --- a/devel/glade--/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (glademm-0.5_11.tar.gz) = 7606c2dd313ec278a391a23db6a9035b diff --git a/devel/glade--/files/patch-aa b/devel/glade--/files/patch-aa deleted file mode 100644 index 834637cdd164..000000000000 --- a/devel/glade--/files/patch-aa +++ /dev/null @@ -1,18 +0,0 @@ ---- configure.orig Mon Nov 6 19:46:11 2000 -+++ configure Sat Nov 11 16:40:59 2000 -@@ -2080,11 +2080,11 @@ - - echo $ac_n "checking your gtk version""... $ac_c" 1>&6 - echo "configure:2083: checking your gtk version" >&5 --case `gtk-config --version` in -+case `$GTK_CONFIG --version` in - *.*.*) -- GTK_MAJOR=`gtk-config --version | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` -- GTK_MINOR=`gtk-config --version | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` -- GTK_MICRO=`gtk-config --version | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` -+ GTK_MAJOR=`$GTK_CONFIG --version | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` -+ GTK_MINOR=`$GTK_CONFIG --version | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` -+ GTK_MICRO=`$GTK_CONFIG --version | sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` - ;; - *) - echo "configure: warning: Can't determine your gtk version, assuming 1.2.2" 1>&2 diff --git a/devel/glade--/files/patch-ab b/devel/glade--/files/patch-ab deleted file mode 100644 index 0f37987439db..000000000000 --- a/devel/glade--/files/patch-ab +++ /dev/null @@ -1,25 +0,0 @@ ---- src/glade--.cc.orig Wed Oct 11 15:43:35 2000 -+++ src/glade--.cc Sat Nov 11 16:42:44 2000 -@@ -86,7 +86,7 @@ - - static void call_gtkmm_config() - { char buf[80]; -- FILE *f=popen("gtk-config --version","r"); -+ FILE *f=popen("%%GTK_CONFIG%% --version","r"); - if (f) - { if (fgets(buf,sizeof(buf),f)) - { for (unsigned char *s=(unsigned char*)buf;*s;s++) -@@ -95,11 +95,11 @@ - Gtk_Version v; - if (parse_version(buf,v)) - Configuration.gtk_version=v; -- else cerr << "gtk-config --version: strange result '" << buf << "'\n"; -+ else cerr << "%%GTK_CONFIG%% --version: strange result '" << buf << "'\n"; - } - pclose(f); - } -- else perror("gtk-config"); -+ else perror("/usr/X11R6/bin/gtk12-config"); - f=popen("gtkmm-config --version","r"); - if (f) - { if (fgets(buf,sizeof(buf),f)) diff --git a/devel/glade--/files/patch-ac b/devel/glade--/files/patch-ac deleted file mode 100644 index f7adc36ec5bf..000000000000 --- a/devel/glade--/files/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ -*** src/Cxx.cc.orig Mon Oct 16 18:42:09 2000 ---- src/Cxx.cc Tue Nov 7 16:54:19 2000 -*************** -*** 538,543 **** ---- 538,546 ---- - " elif [ -r /usr/local/share/glade/gnome/gnome.m4 ]\n" - " then\n" - " cp -r /usr/local/share/glade/gnome macros\n" -+ " elif [ -r %%X11BASE%%/share/gnome/glade/gnome/gnome.m4 ]\n" -+ " then\n" -+ " cp -r %%X11BASE%%/share/gnome/glade/gnome macros\n" - " else\n" - " echo \"I can't find the gnome macros. Please copy them to macros and retry.\"\n" - " exit 2\n" diff --git a/devel/glade--/pkg-descr b/devel/glade--/pkg-descr deleted file mode 100644 index 468ef248a032..000000000000 --- a/devel/glade--/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -glade-- is a C++ backend for glade, the GUI designer for Gtk. -This means this program reads glade files and outputs a C++ program source -skeleton for you. - -WWW: http://home.wtal.de/petig/Gtk/index.html diff --git a/devel/glade--/pkg-plist b/devel/glade--/pkg-plist deleted file mode 100644 index 810772a68de0..000000000000 --- a/devel/glade--/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/glade-- diff --git a/devel/ilu/Makefile b/devel/ilu/Makefile deleted file mode 100644 index a068c30c22f2..000000000000 --- a/devel/ilu/Makefile +++ /dev/null @@ -1,110 +0,0 @@ -# New ports collection makefile for: ilu -# Date created: 29.9.1997 -# Whom: cracauer@cons.org "Martin Cracauer" -# -# $FreeBSD$ -# - -PORTNAME= ilu -PORTVERSION= 2.0a13 -CATEGORIES= devel -MASTER_SITES= ftp://parcftp.xerox.com/pub/ilu/2.0a13/ \ - http://www2.cons.org:8000/freebsd-distfiles/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= cracauer -DISTNAME= ${PORTNAME}-2.0alpha13 - -PATCH_SITES= http://www2.cons.org:8000/freebsd-distfiles/ \ - ${MASTER_SITE_LOCAL} -PATCH_SITE_SUBDIR= cracauer -PATCHFILES= ${DISTNAME}-patches.html.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= CORBA-compatible multi-language Object Request Broker - -BROKEN= "Does not build" - -BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake - -# The FreeBSD port uses its own shared library patches. The native -# ILU support is incomplete and disabled here. -CONFIGURE_ARGS= --enable-http-protocol --enable-os-threads=posix \ - --disable-kernel-shared-library --disable-c-shared-library \ - --disable-cplusplus-shared-libary - -NO_WRKSUBDIR= yes -USE_REINPLACE= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --prefix=${PREFIX}/ilu - -INSTALL_TARGET= Install -PLIST= ${WRKSRC}/PLIST - -.include <bsd.port.pre.mk> - -.if ${PORTOBJFORMAT} == "elf" -SHLIBPATCH=files/shlib-elf.patch -# The FreeBSD Java Development Kit is still in aout object format. -# You might want to enable it if you have an ELF JDK and/or build -# a seperate aout ILU runtime to use with Java. -CONFIGURE_ARGS+= --disable-java-support -.else -SHLIBPATCH=files/shlib-aout.patch -# Java support on -stable does not work (ILU runtime dumps core). -# You might want to enable it if you know what you are doing. -# Taking -O out of patches/patch-1-cra-cflags may also help. -CONFIGURE_ARGS+= --disable-java-support -.endif - -# Startup script, run at boot time -startup_dir= ${PREFIX}/etc/rc.d -startup_script= ${startup_dir}/50.ilu.sh - -pre-patch: - @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \ - ${WRKSRC}/stubbers/parser/ilu.bison \ - ${WRKSRC}/stubbers/parser/genregs.c \ - ${WRKSRC}/stubbers/parser/iluparse.c.dist \ - ${WRKSRC}/stubbers/c/cstubber.h \ - ${WRKSRC}/stubbers/idl/idlparser.y \ - ${WRKSRC}/stubbers/idl/bison.skel \ - ${WRKSRC}/stubbers/idl/idlparser.c.dist - -post-extract: - ${CHMOD} -R u+w ${WRKDIR} - -post-patch: - ${PATCH} ${PATCH_DIST_ARGS} < ${SHLIBPATCH} - -do-install: - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET}) - # Empty dir, but we really need it - ${ECHO_CMD} @exec ${MKDIR} %D/ilu/lib/binding > ${PLIST} - ${ECHO_CMD} @unexec ${RM} -r %D/ilu/lib/binding >> ${PLIST} - ${ECHO_CMD} @exec ${CHMOD} 1777 %D/ilu/lib/binding >> ${PLIST} - ${ECHO_CMD} @exec ${LDCONFIG} -m %D/ilu/lib >> ${PLIST} - # Empty dirs we don't need - ${RMDIR} ${PREFIX}/ilu/man/man[358] - ${RMDIR} ${PREFIX}/ilu/lisp - -${RMDIR} ${PREFIX}/ilu/examples/javatest1/javastubs - (cd ${PREFIX} ; find ilu -type f) >> ${PLIST} - (cd ${PREFIX} ; find ilu -type d) | ${AWK} '{print "@dirrm " $$1}' \ - | tail -r | ${GREP} -v lib/binding >> ${PLIST} - (cd ${PREFIX}/ilu/bin ; for file in * ; do \ - ${LN} -fs ${PREFIX}/ilu/bin/$$file ${PREFIX}/bin/. ; \ - ${ECHO_CMD} bin/$$file ; \ - done) >> ${PLIST} - (cd ${PREFIX}/ilu/man/man1 ; for file in * ; do \ - ${LN} -fs ${PREFIX}/ilu/man/man1/$$file ${PREFIX}/man/man1/. ; \ - ${ECHO_CMD} man/man1/$$file ; \ - done) >> ${PLIST} - ${ECHO_CMD} etc/rc.d/50.ilu.sh >> ${PLIST} - ${ECHO} "Installing ${startup_script} file" - test -d ${startup_dir} || ${MKDIR} ${startup_dir} - ${ECHO_CMD} "#!/bin/sh" > ${startup_script} - ${ECHO_CMD} "${ECHO_CMD} -n ' ILU-shlibs'" >> ${startup_script} - ${ECHO_CMD} "${LDCONFIG} -m ${PREFIX}/ilu/lib" >> ${startup_script} - ${CHMOD} 755 ${startup_script}; - ${startup_script} - -.include <bsd.port.post.mk> diff --git a/devel/ilu/distinfo b/devel/ilu/distinfo deleted file mode 100644 index 9e841726be74..000000000000 --- a/devel/ilu/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ilu-2.0alpha13.tar.gz) = b2682d08e5ad96dd20188fe7e46cbf69 -MD5 (ilu-2.0alpha13-patches.html.gz) = 97b71723201e91b1eda1a97d366c1afe diff --git a/devel/ilu/files/patch-1-cra-cflags b/devel/ilu/files/patch-1-cra-cflags deleted file mode 100644 index e0b930918bf9..000000000000 --- a/devel/ilu/files/patch-1-cra-cflags +++ /dev/null @@ -1,22 +0,0 @@ -*** ./imake/iludefs.in.orig Thu Nov 5 19:22:09 1998 ---- ./imake/iludefs.in Mon Nov 30 19:19:09 1998 -*************** -*** 121,130 **** - IDL_CFE_CPP_DRIVER = @IDL_CPP_COMMAND@ - #endif /* ADD_IDL_SUPPORT */ - -! /* for debugging support */ -! #ifdef ENABLE_DEBUGGING -! CDEBUGFLAGS = -g -! #endif - - SECURITYLIBS = - SECURITYINCLUDES = ---- 121,127 ---- - IDL_CFE_CPP_DRIVER = @IDL_CPP_COMMAND@ - #endif /* ADD_IDL_SUPPORT */ - -! CDEBUGFLAGS = -g -O -D_THREAD_SAFE -pthread - - SECURITYLIBS = - SECURITYINCLUDES = diff --git a/devel/ilu/files/patch-1-cra-threads b/devel/ilu/files/patch-1-cra-threads deleted file mode 100644 index 2e7b16815852..000000000000 --- a/devel/ilu/files/patch-1-cra-threads +++ /dev/null @@ -1,23 +0,0 @@ -*** ./runtime/kernel/threads.c.orig Thu Nov 5 19:19:17 1998 ---- ./runtime/kernel/threads.c Mon Nov 30 19:19:41 1998 -*************** -*** 1149,1156 **** - err == ETIME - #endif - #if (defined(ILU_POSIX_THREADS) || defined(ILU_DCE_THREADS)) -! err == ETIME /* on Solaris 2 */ -! || err == ETIMEDOUT /* on Linux, AIX */ - #endif - #ifdef ILU_WIN32_THREADS - err == WAIT_TIMEOUT ---- 1149,1158 ---- - err == ETIME - #endif - #if (defined(ILU_POSIX_THREADS) || defined(ILU_DCE_THREADS)) -! #ifndef __FreeBSD__ -! err == ETIME || /* on Solaris 2 */ -! #endif -! err == ETIMEDOUT /* on Linux, AIX, FreeBSD */ - #endif - #ifdef ILU_WIN32_THREADS - err == WAIT_TIMEOUT diff --git a/devel/ilu/files/patch-1-cra-types b/devel/ilu/files/patch-1-cra-types deleted file mode 100644 index 9f617da06014..000000000000 --- a/devel/ilu/files/patch-1-cra-types +++ /dev/null @@ -1,12 +0,0 @@ -*** ./etc/sbfile/ilusbls.c.orig Thu Nov 5 19:20:35 1998 ---- ./etc/sbfile/ilusbls.c Mon Nov 30 19:20:22 1998 -*************** -*** 22,27 **** ---- 22,28 ---- - - #include <stdio.h> - #include <string.h> -+ #include <sys/types.h> - - #if defined(WIN32) - #include <windows.h> diff --git a/devel/ilu/files/shlib-aout.patch b/devel/ilu/files/shlib-aout.patch deleted file mode 100644 index eedb394671e4..000000000000 --- a/devel/ilu/files/shlib-aout.patch +++ /dev/null @@ -1,238 +0,0 @@ -diff -rc ../work.orig/etc/CosNaming/Imakefile ./etc/CosNaming/Imakefile -*** ../work.orig/etc/CosNaming/Imakefile Thu Nov 5 19:20:38 1998 ---- ./etc/CosNaming/Imakefile Mon Nov 30 20:49:02 1998 -*************** -*** 56,63 **** ---- 56,65 ---- - /******/ - - LibraryTarget(libCosNaming-c.a, CosNaming-surrogate.o CosNaming-common.o) -+ SLibraryTarget(libCosNaming-c.so.2.0, CosNaming-surrogate.o CosNaming-common.o) - - InstallLibrary(libCosNaming-c.a, $(DESTDIR)/lib) -+ InstallSLibrary(libCosNaming-c.so.2.0, $(DESTDIR)/lib) - InstallRO(CosNaming.h, $(DESTDIR)/include) - #endif - -diff -rc ../work.orig/etc/portmapper/Imakefile ./etc/portmapper/Imakefile -*** ../work.orig/etc/portmapper/Imakefile Thu Nov 5 19:20:33 1998 ---- ./etc/portmapper/Imakefile Mon Nov 30 20:48:29 1998 -*************** -*** 38,43 **** ---- 38,45 ---- - portmap.o : SunPortMapper.h portmap.c ${ILUHEADERFILES} - - LibraryTarget(libsunportmapper.a, SunPortMapper-surrogate.o SunPortMapper-common.o portmap.o) -+ SLibraryTarget(libsunportmapper.so.2.0, SunPortMapper-surrogate.o SunPortMapper-common.o portmap.o) - InstallLibrary(libsunportmapper.a, $(DESTDIR)/lib) -+ InstallSLibrary(libsunportmapper.so.2.0, $(DESTDIR)/lib) - InstallRO(ilusunportmapper.h, $(DESTDIR)/include) - InstallRO(SunPortMapper.isl, $(DESTDIR)/interfaces) -diff -rc ../work.orig/imake/ilu.rules ./imake/ilu.rules -*** ../work.orig/imake/ilu.rules Thu Nov 5 19:22:08 1998 ---- ./imake/ilu.rules Mon Nov 30 20:51:15 1998 -*************** -*** 508,513 **** ---- 508,519 ---- - $(AR) $@ objs @@\ - $(RANLIB) $@ - -+ #define SLibraryTarget(library, objs) @@\ -+ all:: library @@\ -+ library: objs @@\ -+ $(RM) $@ @@\ -+ $(LDSHARED) -o $@ objs -+ - /* - * This section added for Linux shared libs - */ -*************** -*** 570,576 **** - #define ILUCPlusPlusProgramTarget(program, objs, libs, syslibs) @@\ - all:: program @@\ - @@\ -! program: objs libs $(ILUCPLUSPLUSLIBS) @@\ - $(RM) $@ @@\ - $(CPLUSPLUS_COMMAND) $(CFLAGS) -o $@ objs libs $(ILUCPLUSPLUSLIBS) syslibs $(CPLUSPLUS_LIBRARIES) $(SYSAUX_LIBRARIES) -lm @@\ - @@\ ---- 576,582 ---- - #define ILUCPlusPlusProgramTarget(program, objs, libs, syslibs) @@\ - all:: program @@\ - @@\ -! program: objs libs @@\ - $(RM) $@ @@\ - $(CPLUSPLUS_COMMAND) $(CFLAGS) -o $@ objs libs $(ILUCPLUSPLUSLIBS) syslibs $(CPLUSPLUS_LIBRARIES) $(SYSAUX_LIBRARIES) -lm @@\ - @@\ -*************** -*** 590,596 **** - #define ILUCProgramTarget(program, objs, libs, syslibs) @@\ - all:: program @@\ - @@\ -! program: objs libs $(ILUCLIBS) @@\ - $(RM) $@ @@\ - $(CC) $(CFLAGS) -o $@ objs libs $(ILUCLIBS) syslibs $(ANSI_C_LIBRARY) $(SYSAUX_LIBRARIES) $(WORKAROUND_LOCAL_GCC_INSTALLATION_BUG) @@\ - @@\ ---- 596,602 ---- - #define ILUCProgramTarget(program, objs, libs, syslibs) @@\ - all:: program @@\ - @@\ -! program: objs libs @@\ - $(RM) $@ @@\ - $(CC) $(CFLAGS) -o $@ objs libs $(ILUCLIBS) syslibs $(ANSI_C_LIBRARY) $(SYSAUX_LIBRARIES) $(WORKAROUND_LOCAL_GCC_INSTALLATION_BUG) @@\ - @@\ -*************** -*** 768,773 **** ---- 774,786 ---- - RANLIBRULE(dest) - #endif /* sgi */ - -+ #define InstallSLibraries(libs, dest) @@\ -+ install.time:: libs @@\ -+ @(case '$(MFLAGS)' in *[i]*) set +e;; esac; \ @@\ -+ for i in $?; do \ @@\ -+ (set -x; \ @@\ -+ $(INSTALL) $(INSTLIBFLAGS) $$i dest/$$i); done) -+ - #define InstallM3Library(lib, dest) @@\ - InstallLibraries(lib.a,dest) @@\ - InstallFiles(lib.ax,$(INSTLIBFLAGS),dest) -*************** -*** 846,851 **** ---- 859,867 ---- - - #define InstallLibrary(file, dest) @@\ - InstallLibraries(file,dest) -+ -+ #define InstallSLibrary(file, dest) @@\ -+ InstallSLibraries(file,dest) - - #define InstallMultiple(list, flags, dest) @@\ - InstallFiles(list,flags,dest) -diff -rc ../work.orig/imake/ilu.tmpl ./imake/ilu.tmpl -*** ../work.orig/imake/ilu.tmpl Thu Nov 5 19:22:09 1998 ---- ./imake/ilu.tmpl Mon Nov 30 22:30:50 1998 -*************** -*** 64,73 **** - #ifdef WORK_IN_ILU_SOURCE_TREE - - ILUCINCLUDES = -I../../runtime/c -I../../runtime/kernel $(BUILD_SECURITY_INCLUDES) $(BUILD_BIGNUM_INCLUDES) -! ILUCLIBS = ../../runtime/c/libilu-c.a ../../runtime/kernel/libilu.a $(SECURITYLIBS) $(ILU_ZLIB_LIBRARY) - - ILUCPLUSPLUSINCLUDES = -I../../runtime/cpp -I../../runtime/kernel $(BUILD_SECURITY_INCLUDES) $(BUILD_BIGNUM_INCLUDES) -! ILUCPLUSPLUSLIBS = ../../runtime/cpp/libilu-c++.a ../../runtime/kernel/libilu.a $(SECURITYLIBS) $(ILU_ZLIB_LIBRARY) - - JAVA_ILU_CLASS_DIR = ../../runtime/java/ilu.jar - ---- 64,73 ---- - #ifdef WORK_IN_ILU_SOURCE_TREE - - ILUCINCLUDES = -I../../runtime/c -I../../runtime/kernel $(BUILD_SECURITY_INCLUDES) $(BUILD_BIGNUM_INCLUDES) -! ILUCLIBS = -L../../runtime/c -L../../runtime/kernel -lilu-c -lilu $(SECURITYLIBS) $(ILU_ZLIB_LIBRARY) - - ILUCPLUSPLUSINCLUDES = -I../../runtime/cpp -I../../runtime/kernel $(BUILD_SECURITY_INCLUDES) $(BUILD_BIGNUM_INCLUDES) -! ILUCPLUSPLUSLIBS = -L../../runtime/c -L../../runtime/kernel -lilu-c++ -lilu $(SECURITYLIBS) $(ILU_ZLIB_LIBRARY) - - JAVA_ILU_CLASS_DIR = ../../runtime/java/ilu.jar - -*************** -*** 88,97 **** - #else - - ILUCINCLUDES = -I$(ILUHOME)/include $(SECURITYINCLUDES) $(BIGNUMINCLUDES) -! ILUCLIBS = $(ILUHOME)/lib/libilu-c.a $(ILUHOME)/lib/libilu.a $(SECURITYLIBS) $(ILU_ZLIB_LIBRARY) - - ILUCPLUSPLUSINCLUDES = -I$(ILUHOME)/include $(SECURITYINCLUDES) $(BIGNUMINCLUDES) -! ILUCPLUSPLUSLIBS = $(ILUHOME)/lib/libilu-c++.a $(ILUHOME)/lib/libilu.a $(SECURITYLIBS) $(ILU_ZLIB_LIBRARY) - - JAVA_ILU_CLASS_DIR = $(ILUHOME)/lib/ilu.jar - ---- 88,97 ---- - #else - - ILUCINCLUDES = -I$(ILUHOME)/include $(SECURITYINCLUDES) $(BIGNUMINCLUDES) -! ILUCLIBS = -L$(ILUHOME)/lib -lilu-c -lilu $(SECURITYLIBS) $(ILU_ZLIB_LIBRARY) - - ILUCPLUSPLUSINCLUDES = -I$(ILUHOME)/include $(SECURITYINCLUDES) $(BIGNUMINCLUDES) -! ILUCPLUSPLUSLIBS = -L$(ILUHOME)/lib -lilu-c++ -lilu $(SECURITYLIBS) $(ILU_ZLIB_LIBRARY) - - JAVA_ILU_CLASS_DIR = $(ILUHOME)/lib/ilu.jar - -diff -rc ../work.orig/runtime/c/Imakefile ./runtime/c/Imakefile -*** ../work.orig/runtime/c/Imakefile Thu Nov 5 19:20:12 1998 ---- ./runtime/c/Imakefile Mon Nov 30 20:52:38 1998 -*************** -*** 44,56 **** - OBJS = ilu.o orb.o - - LibraryTarget(libilu-c.a, $(OBJS) $(BIGNUMOBJS)) - - InstallLibrary(libilu-c.a, $(DESTDIR)/lib) - InstallRO(iluchdrs.h ilucstub.h, $(DESTDIR)/include) - - #ifdef ADD_C_SHARED_LIBRARY - SharedLibrary(libilu-c, $(OBJS),,) - #endif /* def ADD_C_SHARED_LIBRARY */ - -! all:: libilu-c.a -! ---- 44,57 ---- - OBJS = ilu.o orb.o - - LibraryTarget(libilu-c.a, $(OBJS) $(BIGNUMOBJS)) -+ SLibraryTarget(libilu-c.so.2.0, $(OBJS) $(BIGNUMOBJS)) - - InstallLibrary(libilu-c.a, $(DESTDIR)/lib) -+ InstallSLibrary(libilu-c.so.2.0, $(DESTDIR)/lib) - InstallRO(iluchdrs.h ilucstub.h, $(DESTDIR)/include) - - #ifdef ADD_C_SHARED_LIBRARY - SharedLibrary(libilu-c, $(OBJS),,) - #endif /* def ADD_C_SHARED_LIBRARY */ - -! all:: libilu-c.a libilu-c.so.2.0 -diff -rc ../work.orig/runtime/kernel/Imakefile ./runtime/kernel/Imakefile -*** ../work.orig/runtime/kernel/Imakefile Thu Nov 5 19:19:08 1998 ---- ./runtime/kernel/Imakefile Mon Nov 30 20:53:59 1998 -*************** -*** 266,274 **** ---- 266,282 ---- - opaqval.o : $(PVTIFC) ilutypes.h opaqval.c - - libilu.a : $(MF) -+ libilu.so.2.0 : $(MF) - - LibraryTarget(libilu.a, $(OBJS)) -+ SLibraryTarget(libilu.so.2.0, $(OBJS)) - InstallLibrary(libilu.a, $(DESTDIR)/lib) -+ InstallSLibrary(libilu.so.2.0, $(DESTDIR)/lib) -+ -+ ibilu.so.2.0: $(OBJS) -+ $(RM) $@ -+ ld -Bshareable -o $@ $(OBJS) -+ - - #ifdef ADD_KERNEL_SHARED_LIBRARY - SharedLibrary(libilu, $(OBJS),,) -diff -rc ../work.orig/stubbers/parser/Imakefile ./stubbers/parser/Imakefile -*** ../work.orig/stubbers/parser/Imakefile Thu Nov 5 19:18:03 1998 ---- ./stubbers/parser/Imakefile Mon Nov 30 20:55:15 1998 -*************** -*** 78,83 **** ---- 78,84 ---- - #endif - - LibraryTarget(libilu-parser.a, $(COMMONOBJS) $(TYPEUID_OBJS) $(XMLIDL_OBJS) $(IDLOBJS) $(BIGNUM_OBJS)) -+ SLibraryTarget(libilu-parser.so.2.0, $(COMMONOBJS) $(TYPEUID_OBJS) $(XMLIDL_OBJS) $(IDLOBJS) $(BIGNUM_OBJS)) - ProgramTarget(islscan, scan.o, $(ILU_STUBBER_LIBRARIES),) - - iluconf.h : ../../runtime/kernel/iluconf.h -*************** -*** 101,106 **** ---- 102,108 ---- - - InstallProgram(islscan, $(DESTDIR)/bin) - InstallRO(libilu-parser.a, $(DESTDIR)/lib) -+ InstallRO(libilu-parser.so.2.0, $(DESTDIR)/lib) - InstallRO(iluptype.h, $(DESTDIR)/include) - InstallRO(ilu.isl, $(DESTDIR)/interfaces) - InstallRO(iluhttp.isl, $(DESTDIR)/interfaces) diff --git a/devel/ilu/files/shlib-elf.patch b/devel/ilu/files/shlib-elf.patch deleted file mode 100644 index 2d1d998d1661..000000000000 --- a/devel/ilu/files/shlib-elf.patch +++ /dev/null @@ -1,238 +0,0 @@ -diff -rc ../work.orig/etc/CosNaming/Imakefile ./etc/CosNaming/Imakefile -*** ../work.orig/etc/CosNaming/Imakefile Thu Nov 5 19:20:38 1998 ---- ./etc/CosNaming/Imakefile Mon Nov 30 20:49:02 1998 -*************** -*** 56,63 **** ---- 56,65 ---- - /******/ - - LibraryTarget(libCosNaming-c.a, CosNaming-surrogate.o CosNaming-common.o) -+ SLibraryTarget(libCosNaming-c.so, CosNaming-surrogate.o CosNaming-common.o) - - InstallLibrary(libCosNaming-c.a, $(DESTDIR)/lib) -+ InstallSLibrary(libCosNaming-c.so, $(DESTDIR)/lib) - InstallRO(CosNaming.h, $(DESTDIR)/include) - #endif - -diff -rc ../work.orig/etc/portmapper/Imakefile ./etc/portmapper/Imakefile -*** ../work.orig/etc/portmapper/Imakefile Thu Nov 5 19:20:33 1998 ---- ./etc/portmapper/Imakefile Mon Nov 30 20:48:29 1998 -*************** -*** 38,43 **** ---- 38,45 ---- - portmap.o : SunPortMapper.h portmap.c ${ILUHEADERFILES} - - LibraryTarget(libsunportmapper.a, SunPortMapper-surrogate.o SunPortMapper-common.o portmap.o) -+ SLibraryTarget(libsunportmapper.so, SunPortMapper-surrogate.o SunPortMapper-common.o portmap.o) - InstallLibrary(libsunportmapper.a, $(DESTDIR)/lib) -+ InstallSLibrary(libsunportmapper.so, $(DESTDIR)/lib) - InstallRO(ilusunportmapper.h, $(DESTDIR)/include) - InstallRO(SunPortMapper.isl, $(DESTDIR)/interfaces) -diff -rc ../work.orig/imake/ilu.rules ./imake/ilu.rules -*** ../work.orig/imake/ilu.rules Thu Nov 5 19:22:08 1998 ---- ./imake/ilu.rules Mon Nov 30 20:51:15 1998 -*************** -*** 508,513 **** ---- 508,519 ---- - $(AR) $@ objs @@\ - $(RANLIB) $@ - -+ #define SLibraryTarget(library, objs) @@\ -+ all:: library @@\ -+ library: objs @@\ -+ $(RM) $@ @@\ -+ $(LDSHARED) -o $@ objs -+ - /* - * This section added for Linux shared libs - */ -*************** -*** 570,576 **** - #define ILUCPlusPlusProgramTarget(program, objs, libs, syslibs) @@\ - all:: program @@\ - @@\ -! program: objs libs $(ILUCPLUSPLUSLIBS) @@\ - $(RM) $@ @@\ - $(CPLUSPLUS_COMMAND) $(CFLAGS) -o $@ objs libs $(ILUCPLUSPLUSLIBS) syslibs $(CPLUSPLUS_LIBRARIES) $(SYSAUX_LIBRARIES) -lm @@\ - @@\ ---- 576,582 ---- - #define ILUCPlusPlusProgramTarget(program, objs, libs, syslibs) @@\ - all:: program @@\ - @@\ -! program: objs libs @@\ - $(RM) $@ @@\ - $(CPLUSPLUS_COMMAND) $(CFLAGS) -o $@ objs libs $(ILUCPLUSPLUSLIBS) syslibs $(CPLUSPLUS_LIBRARIES) $(SYSAUX_LIBRARIES) -lm @@\ - @@\ -*************** -*** 590,596 **** - #define ILUCProgramTarget(program, objs, libs, syslibs) @@\ - all:: program @@\ - @@\ -! program: objs libs $(ILUCLIBS) @@\ - $(RM) $@ @@\ - $(CC) $(CFLAGS) -o $@ objs libs $(ILUCLIBS) syslibs $(ANSI_C_LIBRARY) $(SYSAUX_LIBRARIES) $(WORKAROUND_LOCAL_GCC_INSTALLATION_BUG) @@\ - @@\ ---- 596,602 ---- - #define ILUCProgramTarget(program, objs, libs, syslibs) @@\ - all:: program @@\ - @@\ -! program: objs libs @@\ - $(RM) $@ @@\ - $(CC) $(CFLAGS) -o $@ objs libs $(ILUCLIBS) syslibs $(ANSI_C_LIBRARY) $(SYSAUX_LIBRARIES) $(WORKAROUND_LOCAL_GCC_INSTALLATION_BUG) @@\ - @@\ -*************** -*** 768,773 **** ---- 774,786 ---- - RANLIBRULE(dest) - #endif /* sgi */ - -+ #define InstallSLibraries(libs, dest) @@\ -+ install.time:: libs @@\ -+ @(case '$(MFLAGS)' in *[i]*) set +e;; esac; \ @@\ -+ for i in $?; do \ @@\ -+ (set -x; \ @@\ -+ $(INSTALL) $(INSTLIBFLAGS) $$i dest/$$i); done) -+ - #define InstallM3Library(lib, dest) @@\ - InstallLibraries(lib.a,dest) @@\ - InstallFiles(lib.ax,$(INSTLIBFLAGS),dest) -*************** -*** 846,851 **** ---- 859,867 ---- - - #define InstallLibrary(file, dest) @@\ - InstallLibraries(file,dest) -+ -+ #define InstallSLibrary(file, dest) @@\ -+ InstallSLibraries(file,dest) - - #define InstallMultiple(list, flags, dest) @@\ - InstallFiles(list,flags,dest) -diff -rc ../work.orig/imake/ilu.tmpl ./imake/ilu.tmpl -*** ../work.orig/imake/ilu.tmpl Thu Nov 5 19:22:09 1998 ---- ./imake/ilu.tmpl Mon Nov 30 22:30:50 1998 -*************** -*** 64,73 **** - #ifdef WORK_IN_ILU_SOURCE_TREE - - ILUCINCLUDES = -I../../runtime/c -I../../runtime/kernel $(BUILD_SECURITY_INCLUDES) $(BUILD_BIGNUM_INCLUDES) -! ILUCLIBS = ../../runtime/c/libilu-c.a ../../runtime/kernel/libilu.a $(SECURITYLIBS) $(ILU_ZLIB_LIBRARY) - - ILUCPLUSPLUSINCLUDES = -I../../runtime/cpp -I../../runtime/kernel $(BUILD_SECURITY_INCLUDES) $(BUILD_BIGNUM_INCLUDES) -! ILUCPLUSPLUSLIBS = ../../runtime/cpp/libilu-c++.a ../../runtime/kernel/libilu.a $(SECURITYLIBS) $(ILU_ZLIB_LIBRARY) - - JAVA_ILU_CLASS_DIR = ../../runtime/java/ilu.jar - ---- 64,73 ---- - #ifdef WORK_IN_ILU_SOURCE_TREE - - ILUCINCLUDES = -I../../runtime/c -I../../runtime/kernel $(BUILD_SECURITY_INCLUDES) $(BUILD_BIGNUM_INCLUDES) -! ILUCLIBS = -L../../runtime/c -L../../runtime/kernel -lilu-c -lilu $(SECURITYLIBS) $(ILU_ZLIB_LIBRARY) - - ILUCPLUSPLUSINCLUDES = -I../../runtime/cpp -I../../runtime/kernel $(BUILD_SECURITY_INCLUDES) $(BUILD_BIGNUM_INCLUDES) -! ILUCPLUSPLUSLIBS = -L../../runtime/c -L../../runtime/kernel -lilu-c++ -lilu $(SECURITYLIBS) $(ILU_ZLIB_LIBRARY) - - JAVA_ILU_CLASS_DIR = ../../runtime/java/ilu.jar - -*************** -*** 88,97 **** - #else - - ILUCINCLUDES = -I$(ILUHOME)/include $(SECURITYINCLUDES) $(BIGNUMINCLUDES) -! ILUCLIBS = $(ILUHOME)/lib/libilu-c.a $(ILUHOME)/lib/libilu.a $(SECURITYLIBS) $(ILU_ZLIB_LIBRARY) - - ILUCPLUSPLUSINCLUDES = -I$(ILUHOME)/include $(SECURITYINCLUDES) $(BIGNUMINCLUDES) -! ILUCPLUSPLUSLIBS = $(ILUHOME)/lib/libilu-c++.a $(ILUHOME)/lib/libilu.a $(SECURITYLIBS) $(ILU_ZLIB_LIBRARY) - - JAVA_ILU_CLASS_DIR = $(ILUHOME)/lib/ilu.jar - ---- 88,97 ---- - #else - - ILUCINCLUDES = -I$(ILUHOME)/include $(SECURITYINCLUDES) $(BIGNUMINCLUDES) -! ILUCLIBS = -L$(ILUHOME)/lib -lilu-c -lilu $(SECURITYLIBS) $(ILU_ZLIB_LIBRARY) - - ILUCPLUSPLUSINCLUDES = -I$(ILUHOME)/include $(SECURITYINCLUDES) $(BIGNUMINCLUDES) -! ILUCPLUSPLUSLIBS = -L$(ILUHOME)/lib -lilu-c++ -lilu $(SECURITYLIBS) $(ILU_ZLIB_LIBRARY) - - JAVA_ILU_CLASS_DIR = $(ILUHOME)/lib/ilu.jar - -diff -rc ../work.orig/runtime/c/Imakefile ./runtime/c/Imakefile -*** ../work.orig/runtime/c/Imakefile Thu Nov 5 19:20:12 1998 ---- ./runtime/c/Imakefile Mon Nov 30 20:52:38 1998 -*************** -*** 44,56 **** - OBJS = ilu.o orb.o - - LibraryTarget(libilu-c.a, $(OBJS) $(BIGNUMOBJS)) - - InstallLibrary(libilu-c.a, $(DESTDIR)/lib) - InstallRO(iluchdrs.h ilucstub.h, $(DESTDIR)/include) - - #ifdef ADD_C_SHARED_LIBRARY - SharedLibrary(libilu-c, $(OBJS),,) - #endif /* def ADD_C_SHARED_LIBRARY */ - -! all:: libilu-c.a -! ---- 44,57 ---- - OBJS = ilu.o orb.o - - LibraryTarget(libilu-c.a, $(OBJS) $(BIGNUMOBJS)) -+ SLibraryTarget(libilu-c.so, $(OBJS) $(BIGNUMOBJS)) - - InstallLibrary(libilu-c.a, $(DESTDIR)/lib) -+ InstallSLibrary(libilu-c.so, $(DESTDIR)/lib) - InstallRO(iluchdrs.h ilucstub.h, $(DESTDIR)/include) - - #ifdef ADD_C_SHARED_LIBRARY - SharedLibrary(libilu-c, $(OBJS),,) - #endif /* def ADD_C_SHARED_LIBRARY */ - -! all:: libilu-c.a libilu-c.so -diff -rc ../work.orig/runtime/kernel/Imakefile ./runtime/kernel/Imakefile -*** ../work.orig/runtime/kernel/Imakefile Thu Nov 5 19:19:08 1998 ---- ./runtime/kernel/Imakefile Mon Nov 30 20:53:59 1998 -*************** -*** 266,274 **** ---- 266,282 ---- - opaqval.o : $(PVTIFC) ilutypes.h opaqval.c - - libilu.a : $(MF) -+ libilu.so : $(MF) - - LibraryTarget(libilu.a, $(OBJS)) -+ SLibraryTarget(libilu.so, $(OBJS)) - InstallLibrary(libilu.a, $(DESTDIR)/lib) -+ InstallSLibrary(libilu.so, $(DESTDIR)/lib) -+ -+ ibilu.so: $(OBJS) -+ $(RM) $@ -+ ld -Bshareable -o $@ $(OBJS) -+ - - #ifdef ADD_KERNEL_SHARED_LIBRARY - SharedLibrary(libilu, $(OBJS),,) -diff -rc ../work.orig/stubbers/parser/Imakefile ./stubbers/parser/Imakefile -*** ../work.orig/stubbers/parser/Imakefile Thu Nov 5 19:18:03 1998 ---- ./stubbers/parser/Imakefile Mon Nov 30 20:55:15 1998 -*************** -*** 78,83 **** ---- 78,84 ---- - #endif - - LibraryTarget(libilu-parser.a, $(COMMONOBJS) $(TYPEUID_OBJS) $(XMLIDL_OBJS) $(IDLOBJS) $(BIGNUM_OBJS)) -+ SLibraryTarget(libilu-parser.so, $(COMMONOBJS) $(TYPEUID_OBJS) $(XMLIDL_OBJS) $(IDLOBJS) $(BIGNUM_OBJS)) - ProgramTarget(islscan, scan.o, $(ILU_STUBBER_LIBRARIES),) - - iluconf.h : ../../runtime/kernel/iluconf.h -*************** -*** 101,106 **** ---- 102,108 ---- - - InstallProgram(islscan, $(DESTDIR)/bin) - InstallRO(libilu-parser.a, $(DESTDIR)/lib) -+ InstallRO(libilu-parser.so, $(DESTDIR)/lib) - InstallRO(iluptype.h, $(DESTDIR)/include) - InstallRO(ilu.isl, $(DESTDIR)/interfaces) - InstallRO(iluhttp.isl, $(DESTDIR)/interfaces) diff --git a/devel/ilu/pkg-descr b/devel/ilu/pkg-descr deleted file mode 100644 index a0a726540cae..000000000000 --- a/devel/ilu/pkg-descr +++ /dev/null @@ -1,33 +0,0 @@ -ILU is a CORBA-compatible multi-language Object Request Broker. - -You define class interfaces in a language-independent way and -implement them in a language of your choice. Currently supported -languages are C, Java (See Makefile how to enable Java Support on -FreeBSD), Common Lisp (Allegro CL 4.x in Linux emulation mode may work -on FreeBSD) and Python. Rough support for C++ (the old C++ support is -built by default on FreeBSD) and Guile Scheme (built if you have Guile -+ slib installed) is also present. perl support is available from the -net. ILU also runs on Win32 which means Unix and Win32 objects can -freely talk to each other. - -2.0alpha13 supports interoperability with ONC RPC services, OMG CORBA -services, World Wide Web HTTP services, and W3C HTTP-NG services. -``Plug-in'' extensibility is provided for RPC message formats, message -transport schemes, URL schemes, accounting and authorization identity -types, threading and event loop processing, and various other things. -An implementation of the IETF's Common Authentication Technology -working group's Generic Security Service (GSS) is provided, and can be -used to wrap client-server connections in a security context. An XML -parser is provided. ILU is provided free for unrestricted use. - -FreeBSD port notes: -- I enabled support for the http protocol support. -- The FreeBSD port has its own scheme to build and use shared - libraries. The official support is incomplete. -- Official ILU patches are not fetched from PARC, but I hold a proven - snapshot that doesn't conflict with my patches at one of my own sites. -- configure --bindir/--mandir doesn't work with current ILU version. - I make symbolic links to ${PREFIX}/{bin,man}. -- I don't use shared library version numbers on ELF systems for now. -- Shared library versioning scheme history for aout: - *.so.1: ilu-2.0a12, *.so.2: ilu-2.0a13 diff --git a/devel/ilu/pkg-plist b/devel/ilu/pkg-plist deleted file mode 100644 index 62d02f74f53f..000000000000 --- a/devel/ilu/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -DONT_USE_THIS diff --git a/emulators/vmware/Makefile b/emulators/vmware/Makefile deleted file mode 100644 index 48a27ac1705f..000000000000 --- a/emulators/vmware/Makefile +++ /dev/null @@ -1,119 +0,0 @@ -# ports collection makefile for: VMware 1.1.2 for Linux -# Date created: Fri 26 Nov 19:16:47 EST 1999 -# Whom: vns@delta.odessa.ua -# -# $FreeBSD$ -# $vmFreeBSD: vmware/vmmon-only/freebsd/port/Makefile,v 1.8 1999/12/17 00:38:27 vsilyaev Exp $ -# - -PORTNAME= vmware -PORTVERSION= 1.1.2.364 -CATEGORIES= emulators linux -MASTER_SITES= http://www4.vmware.com/software/ \ - http://vmware-svca.www.conxion.com/software/ \ - http://vmware-chil.www.conxion.com/software/ \ - http://vmware-heva.www.conxion.com/software/ \ - http://www.vmware.co.uk/software/ \ - http://mirror.aarnet.edu.au/pub/vmware/software/ \ - ftp://mirror.aarnet.edu.au/pub/vmware/software/ -DISTNAME= VMware-${PORTVERSION:R}-${PORTVERSION:E} - -PATCH_SITES= http://www.mindspring.com/~vsilyaev/vmware/files/ \ - ftp://mirror.aarnet.edu.au/pub/vmware/freebsd/ \ - http://mirror.aarnet.edu.au/pub/vmware/freebsd/ -PATCHFILES= vmmon-freebsd-0.94.tar.gz \ - vmnet-freebsd-0.10.tar.gz - -# Feel free to post your questions/reports/suggestions on this port to -# freebsd-emulation mailing list with the following maintainer address CC'ed. -MAINTAINER= ak@freenet.co.uk -COMMENT= A virtual machine emulator - a full PC in a window - -BROKEN= "Does not build" - -RUN_DEPENDS= ${LINUX_DIR}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base - -RESTRICTED= "Not sure if we can redistribute it" - -USE_SUBMAKE= yes -LINUX_DIR= /compat/linux -VMDIR= ${PREFIX}/lib/vmware - -ONLY_FOR_ARCHS= i386 -USE_XLIB= yes -WRKSRC= ${WRKDIR}/vmware-distrib -GZCAT= ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/extract -MAN1= vmware.1 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400013 -BROKEN= "Systems prior to 400013 is out of support" -.endif - -.if !defined(HAVE_LINPROCFS) && !exists(/modules/linprocfs.ko) && !exists(${PREFIX}/modules/linprocfs.ko) -BROKEN= "This software absolutely requires Linux procfs support" -.endif - -.if exists(${WRKDIRPREFIX}${.CURDIR}/work/Makefile.inc.net) -.include "${WRKDIRPREFIX}${.CURDIR}/work/Makefile.inc.net" -.endif - -SCRIPTS_ENV+= LINUX_DIR="${LINUX_DIR}" \ - VMNET_HOST_IP="${VMNET_HOST_IP}" \ - VMNET_NETMASK="${VMNET_NETMASK}" -MAKE_ARGS= KMODDIR="${VMDIR}/lib/modules" - -post-patch: - ${CP} ${FILESDIR}/Makefile ${WRKSRC} - -setoptions: - ${SED} -e 's;@@PREFIX@@;${PREFIX};' \ - -e 's;@@HOST_IP@@;${VMNET_HOST_IP};' \ - -e 's;@@NETMASK@@;${VMNET_NETMASK};' \ - ${FILESDIR}/config > ${WRKDIR}/config - - ${SED} -e 's;@@PREFIX@@;${PREFIX};' \ - -e 's;@@NETWORKING@@;${VMNET_NETWORKING};' \ - -e 's;@@HOST_IP@@;${VMNET_HOST_IP};' \ - -e 's;@@NETMASK@@;${VMNET_NETMASK};' \ - ${FILESDIR}/vmware.sh > ${WRKDIR}/vmware.sh - -pre-install: setoptions - ${INSTALL_MAN} ${WRKSRC}/man/man1/vmware.1 ${MANPREFIX}/man/man1 - ${MKDIR} ${VMDIR}/lib/modules - - ${MKDIR} ${PREFIX}/etc/vmware - ${INSTALL_DATA} ${WRKDIR}/config ${PREFIX}/etc/vmware - - ${INSTALL_SCRIPT} ${WRKDIR}/vmware.sh ${PREFIX}/etc/rc.d - - ${MKDIR} ${VMDIR}/bin - ${INSTALL_SCRIPT} ${FILESDIR}/df ${VMDIR}/bin - [ -f ${LINUX_DIR}/bin/df ] || ${LN} -s ${VMDIR}/bin/df ${LINUX_DIR}/bin/ - ${INSTALL_SCRIPT} ${WRKSRC}/bin/*.pl ${VMDIR}/bin - for i in \ - vmnet-bridge vmnet-dhcpd vmnet-sniffer \ - vmware-loop vmware-ping vmware-wizard \ - ; do \ - ${INSTALL_SCRIPT} ${WRKSRC}/bin/$${i} ${VMDIR}/bin; \ - done - ${INSTALL_SCRIPT} -m 4555 ${WRKSRC}/bin/vmware ${VMDIR}/bin - ${LN} -s ${VMDIR}/bin/vmware ${PREFIX}/bin/ - ${MKDIR} ${VMDIR}/lib - ${INSTALL_DATA} ${WRKSRC}/lib/config ${VMDIR}/lib - ${MKDIR} ${VMDIR}/lib/help - ${INSTALL_DATA} ${WRKSRC}/lib/help/* ${VMDIR}/lib/help - ${MKDIR} ${VMDIR}/lib/xkeymap - ${INSTALL_DATA} ${WRKSRC}/lib/xkeymap/* ${VMDIR}/lib/xkeymap -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/vmware - ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/vmware - ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${PREFIX}/share/doc/vmware -.endif - -post-install: - ${LN} -sf ${PREFIX}/etc/vmware /etc/ - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/emulators/vmware/distinfo b/emulators/vmware/distinfo deleted file mode 100644 index 3c18df7e0018..000000000000 --- a/emulators/vmware/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (VMware-1.1.2-364.tar.gz) = c0c6f4a172cefd8a0cd838d65f9633d4 -MD5 (vmmon-freebsd-0.94.tar.gz) = 741b47111d4e826a7cdbc61ecc868594 -MD5 (vmnet-freebsd-0.10.tar.gz) = 1da694a7a1952c25d6d1dafcf7c361de diff --git a/emulators/vmware/files/Makefile b/emulators/vmware/files/Makefile deleted file mode 100644 index 79759423aeb8..000000000000 --- a/emulators/vmware/files/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -# $FreeBSD$ - -SUBDIR= vmmon-only vmnet-only/freebsd - -.include <bsd.subdir.mk> diff --git a/emulators/vmware/files/README.FreeBSD b/emulators/vmware/files/README.FreeBSD deleted file mode 100644 index 08ccb3434c55..000000000000 --- a/emulators/vmware/files/README.FreeBSD +++ /dev/null @@ -1,84 +0,0 @@ -VMware 1.1 for Linux on FreeBSD. -$Date: 1999/12/17 00:36:01 $ -$FreeBSD$ - -Introduction. - -This piece of software provides some basic support for running -the VMware 1.1 for Linux on FreeBSD. - -I'm using FreeBSD 4.0 -current system and don't know whether -this software will work on the 3.X branch. - -=== - -What's done. - -At this time I was able to successfully run the following operation systems -under VMware on FreeBSD: - - - FreeBSD 4.0 Current - - Linux (Debian 2.1) - - Windows NT - - Windows 95 OSR2 (in safe mode :) - - MS DOS 7.0 (Part of Win'95) - -I think that all platforms supported by VMware should work under FreeBSD. - - -Installation procedure. - -The easiest solution is to obtain the vmware port and try to build it. -The name of the port is vmware.tar.gz, and it can be downloaded from the -following location: - -http://www.mindspring.com/~vsilyaev/vmware/files/vmware.tar.gz - -If you are like to use the linux proc filesystem emulator, you are need -to install the next port: - -http://www.mindspring.com/~vsilyaev/vmware/files/linuxproc.tar.gz - -At build time, you will get further instructions on how to proceed. - -After a successful port installation you will need to obtain a license key -to run VMware (you can use an old one for Linux). If you want to obtain -a new key from http://www.vmware.com , you will have to select Linux as the -'server' platform. - -Features currently unsupported - - - Fullscreen text mode - - - Mounting vmware virtual drive - - - Parallel ports were never tested. However, to support bidirectional - transfers, we will need a FreeBSD version of the vmppuser driver. - -Caveats. - - - Onle one guest may be runned at one time. - - - Floppy disk detection currently doesn't work. It is assumed that - a disk is always present in the floppy drive. Because of that, if you - have enabled both IDE and floppy drives in the same VMware session, you - _must_ select the right booting order in the Phoenix BIOS Setup. - - - Doesn't work on a SMP kernel. - - - Support only for Host networking. Doesn't have a bridgink networking - But really this mean, that you are need to enable gateway on - our FreeBSD box. And after that virtual machine can communicate - with a rest of the world. - -Copyright issue. - - Unclear. My own code has a BSD-style copyright license, - but in order to write it, I used VMware-copyrighted sources. - In any case, I'm distributing only my own patch set, and all - modified files retain the original copyright information. - -Author. - - Vladimir N. Silyaev. - E-Mail: vsilyaev@mindspring.com diff --git a/emulators/vmware/files/config b/emulators/vmware/files/config deleted file mode 100644 index 66c1a93c6b33..000000000000 --- a/emulators/vmware/files/config +++ /dev/null @@ -1,7 +0,0 @@ -vmware.fullpath = "@@PREFIX@@/lib/vmware/bin/vmware" -wizard.fullpath = "@@PREFIX@@/lib/vmware/bin/vmware-wizard" -dhcpd.fullpath = "@@PREFIX@@/lib/vmware/bin/vmnet-dhcpd" -loop.fullpath = ""@@PREFIX@@/lib/vmware/bin/vmware-loop" -libdir = "@@PREFIX@@/lib/vmware/lib" -vmnet1.HostOnlyAddress = "@@HOST_IP@@" -vmnet1.HostOnlyNetMask = "@@NETMASK@@" diff --git a/emulators/vmware/files/df b/emulators/vmware/files/df deleted file mode 100644 index b9db0532e013..000000000000 --- a/emulators/vmware/files/df +++ /dev/null @@ -1,31 +0,0 @@ -#!/usr/bin/perl -# Hacky emulation of GNU df. -# Intented to use with vmware wizard. -# Depend from the _absence_ linux version perl in the dir /compat/linux/usr/bin/ -# -# $FreeBSD$ -# -@NARGV=('-n'); -$type=0; -foreach (@ARGV) { - exit if $_ eq '-n'; # Aargh it's me again, exit immediatly - next if $_ eq '-P'; - $type=1,next if $_ eq '-T'; - push @NARGV, $_; -} - -$line = 0; - -open(DF,"-|") or exec '/bin/df', @NARGV; -while(<DF>) { - - unless ($type) { print $_; next;} - @cols = split(); - if ($line++) { - $col = 'ext2fs'; - } else { - $col = 'Type'; - } - @cols = (@cols[0], $col, @cols[1..$#cols]); - print join("\t", @cols),"\n"; -} diff --git a/emulators/vmware/files/vmware.sh b/emulators/vmware/files/vmware.sh deleted file mode 100644 index 6764ced056e2..000000000000 --- a/emulators/vmware/files/vmware.sh +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -# -# Start or stop vmware -# -# $FreeBSD$ - -vmware_dir=@@PREFIX@@/lib/vmware -networking=@@NETWORKING@@ -host_ip=@@HOST_IP@@ -netmask=@@NETMASK@@ - -[ -x $vmware_dir/bin/vmware ] || exit -exec >/dev/null - -case $1 in -start) - kldload ${vmware_dir}/lib/modules/vmmon.ko - if [ $networking -eq 1 ]; then - kldload ${vmware_dir}/lib/modules/vmnet.ko - echo -n >/dev/vmnet1 - ifconfig vmnet1 $host_ip netmask $netmask - fi - echo -n " VMware" >/dev/tty - ;; - -stop) - kldunload vmmon - if [ $networking -eq 1 ]; then - ifconfig vmnet1 down - ifconfig vmnet1 delete $host_ip - kldunload vmnet - fi - ;; - -*) - echo "usage: `basename $0` {start|stop}" >&2 - exit 64 - ;; -esac diff --git a/emulators/vmware/pkg-descr b/emulators/vmware/pkg-descr deleted file mode 100644 index 400a2f031035..000000000000 --- a/emulators/vmware/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This is the Linux version of the VMware virtual machine emulator made -to run on FreeBSD using the Linux compatibility mode. VMware can be -used to run Microsoft MS-DOS, Windows 95/98/NT/2000, Linux, FreeBSD, -or any other operating system that runs on the i486. - -Official VMware, Inc. web site: -WWW: http://www.vmware.com/ - - -We all are thankful to Vladimir N. Silyaev for porting vmmon/vmnet -modules to FreeBSD. Have a look at his page for the latest -information: - - http://www.mindspring.com/~vsilyaev/vmware/ diff --git a/emulators/vmware/pkg-message b/emulators/vmware/pkg-message deleted file mode 100644 index 46a622351f49..000000000000 --- a/emulators/vmware/pkg-message +++ /dev/null @@ -1,11 +0,0 @@ -************************************************************ -Get Linux procfs ready and initialize vmmon/vmnet as follows: - - ${PREFIX}/etc/rc.d/vmware.sh start - -then you'll be ready to start vmware. - -Don't miss the documents installed: - - vmware(1) ${PREFIX}/share/doc/vmware/* -************************************************************ diff --git a/emulators/vmware/pkg-plist b/emulators/vmware/pkg-plist deleted file mode 100644 index 6bf05e1eeef5..000000000000 --- a/emulators/vmware/pkg-plist +++ /dev/null @@ -1,124 +0,0 @@ -bin/vmware -etc/rc.d/vmware.sh -etc/vmware/config -lib/vmware/bin/df -lib/vmware/bin/vmware -lib/vmware/bin/vmnet-bridge -lib/vmware/bin/vmnet-dhcpd -lib/vmware/bin/vmnet-sniffer -lib/vmware/bin/vmware-config.pl -lib/vmware/bin/vmware-mount.pl -lib/vmware/bin/vmware-uninstall.pl -lib/vmware/bin/vmware-loop -lib/vmware/bin/vmware-ping -lib/vmware/bin/vmware-wizard -lib/vmware/lib/config -lib/vmware/lib/help/AutoFit.htm -lib/vmware/lib/help/ConfigDiskPartition.htm -lib/vmware/lib/help/ConfigDisks.htm -lib/vmware/lib/help/ConfigEditor.htm -lib/vmware/lib/help/ConfigEthernet.htm -lib/vmware/lib/help/ConfigFloppy.htm -lib/vmware/lib/help/ConfigMemory.htm -lib/vmware/lib/help/ConfigMisc.htm -lib/vmware/lib/help/ConfigParallel.htm -lib/vmware/lib/help/ConfigSerial.htm -lib/vmware/lib/help/ConfigSound.htm -lib/vmware/lib/help/ConfigWiz.htm -lib/vmware/lib/help/Configuration.htm -lib/vmware/lib/help/Fit.htm -lib/vmware/lib/help/FullScreen.gif -lib/vmware/lib/help/Fullscreen.htm -lib/vmware/lib/help/GeneralInput.htm -lib/vmware/lib/help/GeneralMemory.htm -lib/vmware/lib/help/GeneralPreferences.htm -lib/vmware/lib/help/Glossary.htm -lib/vmware/lib/help/Help.gif -lib/vmware/lib/help/Interacting.htm -lib/vmware/lib/help/Introduction.htm -lib/vmware/lib/help/Power.htm -lib/vmware/lib/help/PowerOff.gif -lib/vmware/lib/help/PowerOff.htm -lib/vmware/lib/help/PowerOn.gif -lib/vmware/lib/help/PowerOn.htm -lib/vmware/lib/help/PowerReset.gif -lib/vmware/lib/help/PowerReset.htm -lib/vmware/lib/help/Resume.gif -lib/vmware/lib/help/Resume.htm -lib/vmware/lib/help/RunVM.htm -lib/vmware/lib/help/SendCtlAltDel.htm -lib/vmware/lib/help/Setremdev.htm -lib/vmware/lib/help/Settings.htm -lib/vmware/lib/help/ShowAllHints.htm -lib/vmware/lib/help/StatusBar.htm -lib/vmware/lib/help/Suspend.gif -lib/vmware/lib/help/Suspend.htm -lib/vmware/lib/help/ToolbarButtons.htm -lib/vmware/lib/help/View.htm -lib/vmware/lib/help/Wizcd.htm -lib/vmware/lib/help/Wizcongrats.htm -lib/vmware/lib/help/Wizdisk.htm -lib/vmware/lib/help/Wizdisk3.htm -lib/vmware/lib/help/WizdiskType.htm -lib/vmware/lib/help/Wizfloppy.htm -lib/vmware/lib/help/Wiznetwork.htm -lib/vmware/lib/help/Wizos.htm -lib/vmware/lib/help/Wizpath.htm -lib/vmware/lib/help/toc.htm -lib/vmware/lib/modules/vmmon.ko -lib/vmware/lib/modules/vmnet.ko -lib/vmware/lib/xkeymap/be101 -lib/vmware/lib/xkeymap/be104 -lib/vmware/lib/xkeymap/chde101 -lib/vmware/lib/xkeymap/chde104 -lib/vmware/lib/xkeymap/chfr101 -lib/vmware/lib/xkeymap/chfr104 -lib/vmware/lib/xkeymap/de101 -lib/vmware/lib/xkeymap/de104 -lib/vmware/lib/xkeymap/dk101 -lib/vmware/lib/xkeymap/dk104 -lib/vmware/lib/xkeymap/es101 -lib/vmware/lib/xkeymap/es104 -lib/vmware/lib/xkeymap/fi101 -lib/vmware/lib/xkeymap/fi104 -lib/vmware/lib/xkeymap/fr101 -lib/vmware/lib/xkeymap/fr104 -lib/vmware/lib/xkeymap/gb101 -lib/vmware/lib/xkeymap/gb104 -lib/vmware/lib/xkeymap/is101 -lib/vmware/lib/xkeymap/is104 -lib/vmware/lib/xkeymap/it101 -lib/vmware/lib/xkeymap/it104 -lib/vmware/lib/xkeymap/jp106 -lib/vmware/lib/xkeymap/jp109 -lib/vmware/lib/xkeymap/no101 -lib/vmware/lib/xkeymap/no104 -lib/vmware/lib/xkeymap/pt101 -lib/vmware/lib/xkeymap/pt104 -lib/vmware/lib/xkeymap/se101 -lib/vmware/lib/xkeymap/se104 -lib/vmware/lib/xkeymap/us101 -lib/vmware/lib/xkeymap/us104 -share/doc/vmware/CHANGES -share/doc/vmware/DHCP-COPYRIGHT -share/doc/vmware/EULA -share/doc/vmware/INSTALL -share/doc/vmware/README -share/doc/vmware/README.FreeBSD -@exec mkdir -p /compat/linux/dev;for n in 0 1 2 3 4 5 6 7 8 9; do ln -s /dev/ttyv$n /compat/linux/dev/tty$n;done -@exec ln -s /dev/ttyva /compat/linux/dev/tty10 -@exec ln -s /dev/ttyvb /compat/linux/dev/tty11 -@exec mknod /compat/linux/dev/hda b 0 0x00010002 -@exec mknod /compat/linux/dev/hdb b 0 0x0001000a -@exec ln -sf %D/etc/vmware /etc/ -@exec mknod /dev/vmmon c 200 0 -@exec mknod /dev/vmnet1 c 201 1 -@unexec rm -f /etc/vmware /dev/vmmon /dev/vmnet1 /compat/linux/bin/df /compat/linux/dev/tty[0-9]* /compat/linux/dev/hd? -@dirrm etc/vmware -@dirrm lib/vmware/bin -@dirrm lib/vmware/lib/help -@dirrm lib/vmware/lib/modules -@dirrm lib/vmware/lib/xkeymap -@dirrm lib/vmware/lib -@dirrm lib/vmware -@dirrm share/doc/vmware diff --git a/emulators/vmware/scripts/configure b/emulators/vmware/scripts/configure deleted file mode 100644 index 9adf59bf0698..000000000000 --- a/emulators/vmware/scripts/configure +++ /dev/null @@ -1,106 +0,0 @@ -#!/bin/sh - -[ "_$VMNET_HOST_IP" = _ ] && VMNET_HOST_IP="192.168.254.1" -[ "_$VMNET_NETMASK" = _ ] && VMNET_NETMASK="255.255.255.0" - -host_ip=$VMNET_HOST_IP -netmask=$VMNET_NETMASK -title="VMware network options" - -get_network_settings() { - result=`/usr/bin/dialog --title "$title" --clear --inputbox \ -"\n"\ -"What will be the IP address of your host\n"\ -"on your private network?:"\ - 10 50 $host_ip \ - 2>&1 >/dev/tty ` - - case $? in - 0) - if [ -z "$result" ]; then - return 1 - fi - host_ip=$result - ;; - 1) - return 1 - ;; - esac - - result=`/usr/bin/dialog --title "$title" --clear --inputbox \ -"\n"\ -"What will be the netmask of your private\n"\ -"network?:"\ - 10 50 $netmask \ - 2>&1 >/dev/tty ` - - case $? in - 0) - if [ -z "$result" ]; then - return 1 - fi - netmask=$result - ;; - 1) - return 1 - ;; - esac - return 0; -} - -do_network() { - while true; do - get_network_settings - - /usr/bin/dialog --title "Confirmation" --clear --yesno \ -"\n"\ -"Are the following options correct?\n\n"\ -"IP address: $host_ip\n"\ -"Netmask: $netmask\n"\ - 10 50 - [ $? -eq 0 ] && return 0 - - /usr/bin/dialog --title "Confirmation" --clear --yesno \ -"\n"\ -"Do you want to edit network options again?\n"\ - 10 50 - [ $? -eq 0 ] && continue - - /usr/bin/dialog --title "Confirmation" --clear --yesno \ -"\n"\ -"Do you want to continue without networking?\n"\ - 10 50 - [ $? -eq 0 ] && return 1 - - host_ip=$VMNET_HOST_IP - netmask=$VMNET_NETMASK - - return 0; - done -} - -networking=0 -if [ _$BATCH = _ ]; then - do_network - - if [ $? -eq 0 ]; then - networking=1 - /usr/bin/dialog --title "$title" --infobox \ -"\n"\ -"The following options will be used.\n\n"\ -"IP address: $host_ip\n"\ -"Netmask: $netmask\n"\ - 10 50 - fi -else #BATCH - [ -f ${WRKDIR}/Makefile.inc.net ] && exit -fi #BATCH - -( -exec > ${WRKDIR}/Makefile.inc.net - -echo '#' `date` -echo VMNET_HOST_IP=$host_ip -echo VMNET_NETMASK=$netmask -echo VMNET_NETWORKING=$networking -) diff --git a/emulators/vmware/scripts/extract b/emulators/vmware/scripts/extract deleted file mode 100644 index 7d97cc2d9f09..000000000000 --- a/emulators/vmware/scripts/extract +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -case $1 in -vmmon*) - target=vmmon - ;; -vmnet*) - target=vmnet - ;; -*) - echo unknown patch $1 - exit 64 - ;; -esac -dir=${WRKSRC}/lib/modules/source -tar -xf ${dir}/${target}.tar -C ${WRKSRC} -tar -zxf $1 -C ${WRKSRC} -if [ $target = vmmon ] ; then - Makefile=${WRKSRC}/vmmon-only/Makefile - mv ${Makefile}.FreeBSD $Makefile -fi - -cat ${WRKSRC}/${target}-freebsd.diff diff --git a/emulators/vmware/scripts/pre-install b/emulators/vmware/scripts/pre-install deleted file mode 100644 index 771445b0ac01..000000000000 --- a/emulators/vmware/scripts/pre-install +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -echo Setup Linux compatible /dev directory -linux_dev=${LINUX_DIR}/dev -if [ ! -d $linux_dev ]; then - echo Creating $linux_dev - mkdir $linux_dev - chown root:wheel $linux_dev - chmod 755 $linux_dev -fi -echo Creating $linux_dev/tty\? -for n in 0 1 2 3 4 5 6 7 8 9; do - ln -s /dev/ttyv$n $linux_dev/tty`expr 1 + $n`; -done -ln -s /dev/ttyva ${linux_dev}/tty11 -ln -s /dev/ttyvb ${linux_dev}/tty12 -ln -s ${linux_dev}/tty1 ${linux_dev}/tty0 -echo Creating $linux_dev/hd\? -mknod ${linux_dev}/hda b 0 0x00010002 -mknod ${linux_dev}/hdb b 0 0x0001000a -# Do not enable below, because vmware-wizard is locked when -# doing something like access("/dev/hdc"...) -#mknod ${linux_dev}/hdc b 0 0x00010012 -#mknod ${linux_dev}/hdd b 0 0x0001001a -echo Done diff --git a/graphics/ruby-gimp/Makefile b/graphics/ruby-gimp/Makefile deleted file mode 100644 index 66be30d8c85c..000000000000 --- a/graphics/ruby-gimp/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: ruby-gimp -# Date created: 28 February 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= gimp -PORTVERSION= 20010315 -PORTREVISION= 1 -CATEGORIES= graphics ruby -MASTER_SITES= http://homepage1.nifty.com/susho/software/gimp/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-snapshot-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= Ruby extension library to write GIMP plugins in Ruby (Ruby-Fu) - -BUILD_DEPENDS= gimptool:${.CURDIR}/../gimp1 -LIB_DEPENDS= gimp.2:${.CURDIR}/../gimp1 -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk - -BROKEN= "doesn't build - needs updating" - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -WRKSRC= ${WRKDIR}/ruby-${PORTNAME} -INSTALL_TARGET= site-install -PLIST_SUB= X11BASE="${X11BASE}" - -DOCS_EN= ChangeLog \ - ENVIRONMENT \ - README \ - TODO -DOCS_JA= doc/API.ja.html \ - doc/BUGS.ja \ - doc/MEMO.ja - -#post-build: -# cd ${WRKSRC}/embed && ${SETENV} CC='${CC}' \ -# CFLAGS='-I${RUBY_ARCHLIBDIR} -DMODULE_COMPILATION' \ -# LDFLAGS='-L${PREFIX}/lib -lruby' \ -# gimptool --build rubymod.c - -post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/plug-ins/*.rb ${X11BASE}/libexec/gimp/1.2/plug-ins/ -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR}/ja -.for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.for f in ${DOCS_JA} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/graphics/ruby-gimp/distinfo b/graphics/ruby-gimp/distinfo deleted file mode 100644 index 4c32a01f9ad2..000000000000 --- a/graphics/ruby-gimp/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ruby/ruby-gimp-snapshot-20010315.tar.gz) = 2fd0908f23d4b6062cc3e7fa39fc2c6b diff --git a/graphics/ruby-gimp/files/patch-gimp::extconf.rb b/graphics/ruby-gimp/files/patch-gimp::extconf.rb deleted file mode 100644 index 2227be8fe343..000000000000 --- a/graphics/ruby-gimp/files/patch-gimp::extconf.rb +++ /dev/null @@ -1,15 +0,0 @@ ---- gimp/extconf.rb.orig Thu Mar 15 03:50:32 2001 -+++ gimp/extconf.rb Sun Mar 18 04:55:15 2001 -@@ -4,9 +4,9 @@ - $CFLAGS += ' ' + GimpConfig::CFLAGS - $LDFLAGS += ' ' + GimpConfig::LDFLAGS - --if have_library(GimpConfig::LIBGLIB, "g_print") and -- have_library(GimpConfig::LIBGTK, "gtk_init") and -- have_library(GimpConfig::LIBGIMP, "gimp_main") and -+if have_func("g_print") and -+ have_func("gtk_init") and -+ have_func("gimp_main") and - have_header("libgimp/gimp.h") - have_func("gimp_sysconf_directory") - diff --git a/graphics/ruby-gimp/files/patch-gimpui::extconf.rb b/graphics/ruby-gimp/files/patch-gimpui::extconf.rb deleted file mode 100644 index 20bf63b89a9b..000000000000 --- a/graphics/ruby-gimp/files/patch-gimpui::extconf.rb +++ /dev/null @@ -1,19 +0,0 @@ ---- gimpui/extconf.rb.orig Thu Mar 15 10:48:42 2001 -+++ gimpui/extconf.rb Sun Mar 18 04:55:36 2001 -@@ -4,11 +4,11 @@ - $CFLAGS += ' ' + GimpConfig::CFLAGS - $LDFLAGS += ' ' + GimpConfig::LDFLAGS - --if have_library(GimpConfig::LIBGLIB, "g_print") and -- have_library(GimpConfig::LIBGDK, "gdk_init") and -- have_library(GimpConfig::LIBGTK, "gtk_init") and -- have_library(GimpConfig::LIBGIMP, "gimp_main") and -- have_library(GimpConfig::LIBGIMPUI, "gimp_ui_init") and -+if have_func("g_print") and -+ have_func("gdk_init") and -+ have_func("gtk_init") and -+ have_func("gimp_main") and -+ have_func("gimp_ui_init") and - have_header("libgimp/gimpui.h") - - have_func("gimp_mem_size_entry_new") diff --git a/graphics/ruby-gimp/files/patch-mkmf_gimp.rb b/graphics/ruby-gimp/files/patch-mkmf_gimp.rb deleted file mode 100644 index 12bc691d60ed..000000000000 --- a/graphics/ruby-gimp/files/patch-mkmf_gimp.rb +++ /dev/null @@ -1,30 +0,0 @@ ---- mkmf_gimp.rb.orig Thu Mar 15 00:55:02 2001 -+++ mkmf_gimp.rb Sun Mar 18 04:54:48 2001 -@@ -22,25 +22,10 @@ - else - config_cmds = "#{CONFIG['RUBY_INSTALL_NAME']} ../gimp-config.mingw" - end -- if ARGV.size > 0 -- config_cmds = ARGV.shift -- end -+ -+ config_cmds = with_config("gimp-config", config_cmds) - - CFLAGS = `#{config_cmds} --cflags`.chomp - LDFLAGS = `#{config_cmds} --libs`.chomp -- -- if /win32|mingw/ =~ RUBY_PLATFORM -- LIBGLIB = "glib-1.3" -- LIBGDK = "gdk-1.3" -- LIBGTK = "gtk-1.3" -- LIBGIMP = "gimp-1.2" -- LIBGIMPUI = "gimpui-1.2" -- else -- LIBGLIB = "glib" -- LIBGDK = "gdk" -- LIBGTK = "gtk" -- LIBGIMP = "gimp" -- LIBGIMPUI = "gimpui" -- end - - end diff --git a/graphics/ruby-gimp/pkg-descr b/graphics/ruby-gimp/pkg-descr deleted file mode 100644 index 2d20d7739c8b..000000000000 --- a/graphics/ruby-gimp/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is a Ruby extension library to write GIMP plugins in Ruby. (Ruby-Fu) - -Author: Masahiro Sakai <zvm01052@nifty.ne.jp> -WWW: http://homepage1.nifty.com/susho/software/gimp/ruby.html diff --git a/graphics/ruby-gimp/pkg-plist b/graphics/ruby-gimp/pkg-plist deleted file mode 100644 index 3e5cc2a141d2..000000000000 --- a/graphics/ruby-gimp/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/gimp.so -%%RUBY_SITEARCHLIBDIR%%/gimpui.so -%%RUBY_SITELIBDIR%%/gimp.rb -%%RUBY_SITELIBDIR%%/gimpenums.rb -%%RUBY_SITELIBDIR%%/gimpfu.rb -%%RUBY_SITELIBDIR%%/gimpshelf.rb -%%RUBY_SITELIBDIR%%/gimpui.rb -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/TODO -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ENVIRONMENT -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/MEMO.ja -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/BUGS.ja -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/API.ja.html -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% -@cwd %%X11BASE%% -libexec/gimp/1.2/plug-ins/clothify.rb -libexec/gimp/1.2/plug-ins/coolmetal-logo.rb -libexec/gimp/1.2/plug-ins/erase-rows.rb -libexec/gimp/1.2/plug-ins/eval.rb -libexec/gimp/1.2/plug-ins/gimp-druby.rb -libexec/gimp/1.2/plug-ins/list_images.rb -libexec/gimp/1.2/plug-ins/raindrop.rb -libexec/gimp/1.2/plug-ins/rendermap.rb -libexec/gimp/1.2/plug-ins/sphere.rb -libexec/gimp/1.2/plug-ins/textured-logo.rb diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile deleted file mode 100644 index a2fb39dceb8d..000000000000 --- a/irc/kvirc-devel/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: kvirc -# Date created: Mon Feb 15 02:53:29 CET 1999 -# Whom: Anders Nordby <anders@fix.no> -# -# $FreeBSD$ -# - -PORTNAME= kvirc -PORTVERSION= 2.1.1 -PORTREVISION= 1 -CATEGORIES= irc -MASTER_SITES= ftp://ftp.kvirc.net/kvirc/${PORTVERSION}/source/ \ - ftp://ftp.kvirc.bz.nu/pub/mirror/kvirc/${PORTVERSION}/source/ \ - ftp://kvirc.firenze.linux.it/pub/kvirc/${PORTVERSION}/source/ - -MAINTAINER= trevor@FreeBSD.org -COMMENT= IRC client for X - -BROKEN= "Incorrect pkg-plist" - -ALL_TARGET= kvirc -INSTALLS_SHLIB= yes -MAN1= kvirc.1 -USE_LIBTOOL= yes -USE_BZIP2= yes -USE_QT_VER= 2 -USE_X_PREFIX= yes -USE_GMAKE= yes -QT_NONSTANDARD= yes -CONFIGURE_ARGS= --x-includes=$(X11BASE)/include \ - --x-libraries=$(X11BASE)/lib \ - --datadir=$(PREFIX)/share \ - --with-qt-moc=${X11BASE}/bin/moc2 \ - --with-qt-include-dir=${X11BASE}/include/qt2 \ - --with-qt-library-dir=${X11BASE}/lib \ - --without-kde-check \ - --with-freebsd-pthread \ - --with-qt-name=qt2 \ - --disable-static - -CONFIGURE_ENV+= SS_X_EXTRA_LIBS="-lxpg4" -MAKE_ENV= OLD_PO_FILE_INPUT=1 - -.include <bsd.port.mk> diff --git a/irc/kvirc-devel/distinfo b/irc/kvirc-devel/distinfo deleted file mode 100644 index 93b3f8cc87c9..000000000000 --- a/irc/kvirc-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (kvirc-2.1.1.tar.bz2) = 1a82d64b7568ace74c109d982ec5f4ef diff --git a/irc/kvirc-devel/files/patch-configure b/irc/kvirc-devel/files/patch-configure deleted file mode 100644 index df629ec2c89d..000000000000 --- a/irc/kvirc-devel/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- configure 2002/09/25 07:23:08 1.1 -+++ configure 2002/09/25 07:24:28 -@@ -1004,7 +1004,7 @@ - fi - - -- CXXFLAGS="" -+# CXXFLAGS="" - - if test -n "$SS_ADD_DEBUG_SYMBOLS"; then - echo "$ac_t""yes" 1>&6 -@@ -1027,7 +1027,7 @@ - CXXFLAGS="$CXXFLAGS -O3" - else - echo "$ac_t""no" 1>&6 -- CXXFLAGS="$CXXFLAGS -O2" -+# CXXFLAGS="$CXXFLAGS -O2" - fi - - echo $ac_n "checking if you want to add other library search paths""... $ac_c" 1>&6 diff --git a/irc/kvirc-devel/files/patch-po::es.po b/irc/kvirc-devel/files/patch-po::es.po deleted file mode 100644 index cf020d1f5ab8..000000000000 --- a/irc/kvirc-devel/files/patch-po::es.po +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- po/es.po 2002/09/25 09:39:31 1.1 -+++ po/es.po 2002/09/25 09:40:09 -@@ -3115,10 +3115,6 @@ - "Falló la inicialización del plugin\n" - "%s" - --#: /usr/build/kvirc/cvs/src/kvirc/kvi_dlgoptions.cpp:1724 --msgid "Name" --msgstr "Nombre" -- - #: /usr/build/kvirc/cvs/src/kvirc/kvi_dlgoptions.cpp:1725 - msgid "File mask" - msgstr "Máscara de archivo" diff --git a/irc/kvirc-devel/files/patch-po::pt_br.po b/irc/kvirc-devel/files/patch-po::pt_br.po deleted file mode 100644 index 95f80487742b..000000000000 --- a/irc/kvirc-devel/files/patch-po::pt_br.po +++ /dev/null @@ -1,40 +0,0 @@ - -$FreeBSD$ - ---- po/pt_br.po 2002/09/25 09:40:47 1.1 -+++ po/pt_br.po 2002/09/25 09:42:46 -@@ -2203,11 +2203,6 @@ - msgid "Selection background color"
- msgstr "Seleção de cor de fundo"
-
--#: /usr/build/kvirc/cvs/src/kvirc/kvi_dlggui.cpp:372
--#: /usr/build/kvirc/cvs/src/kvirc/kvi_dlggui.cpp:406
--msgid "Selection background color"
--msgstr "Seleção de cor de fundo"
--
- msgid "Cursor and control marks color"
- msgstr "Cor do cursor e dos caracteres de controle"
-
-@@ -3108,10 +3103,6 @@ - "Falha na inicialização do plugin\n"
- "%s"
-
--#: /usr/build/kvirc/cvs/src/kvirc/kvi_dlgoptions.cpp:1724
--msgid "Name"
--msgstr "Nome"
--
- #: /usr/build/kvirc/cvs/src/kvirc/kvi_dlgoptions.cpp:1725
- msgid "File mask"
- msgstr "Máscara do arquivo"
-@@ -5633,11 +5624,6 @@ - #: /usr/build/kvirc/cvs/src/kvirc/kvi_popupmenu.cpp:531
- msgid "Unrecognized submenu length"
- msgstr "tamanho de submenu não reconhecido" --
--#: /usr/build/kvirc/cvs/src/kvirc/kvi_popupmenu.cpp:542
--#: /usr/build/kvirc/cvs/src/kvirc/kvi_utoolbar.cpp:538
--msgid "Something went wrong with the buffer length"
--msgstr "Algo saiu errado no tamanho do buffer"
-
- #: /usr/build/kvirc/cvs/src/kvirc/kvi_popupmenu.cpp:556
- msgid "Unrecognized popup item"
diff --git a/irc/kvirc-devel/pkg-descr b/irc/kvirc-devel/pkg-descr deleted file mode 100644 index 6577e433e893..000000000000 --- a/irc/kvirc-devel/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -A powerful Internet Relay Chat client designed for UNIX platforms. -It is distributed as Free Software under the terms of the GNU -General Public License. - -WWW: http://www.kvirc.net - http://kvirc.firenze.linux.it/ diff --git a/irc/kvirc-devel/pkg-plist b/irc/kvirc-devel/pkg-plist deleted file mode 100644 index b62189abe3f5..000000000000 --- a/irc/kvirc-devel/pkg-plist +++ /dev/null @@ -1,138 +0,0 @@ -bin/kvi_make_scriptdist.sh -bin/kvi_run_netscape.sh -bin/kvi_search_help.sh -bin/kvirc -bin/kvirc-config -lib/libkvicore.so -lib/libkvicore.so.2 -lib/libkvilib.so -lib/libkvilib.so.2 -share/applnk/Internet/kvirc.desktop -share/icons/hicolor/16x16/apps/kvirc.png -share/icons/hicolor/32x32/apps/kvirc.png -share/icons/hicolor/48x48/apps/kvirc.png -share/kvirc/charmaps/DANISH -share/kvirc/charmaps/DUTCH -share/kvirc/charmaps/FINNISH -share/kvirc/charmaps/GERMAN -share/kvirc/charmaps/JIS -share/kvirc/charmaps/NORWEGIAN_1 -share/kvirc/charmaps/NORWEGIAN_2 -share/kvirc/charmaps/POLISH -share/kvirc/charmaps/PORTUGUESE -share/kvirc/charmaps/RUSSIAN -share/kvirc/charmaps/RUSSIAN_ALT -share/kvirc/charmaps/RUSSIAN_WIN -share/kvirc/charmaps/SPANISH -share/kvirc/charmaps/SWEDISH -share/kvirc/charmaps/SWEDISH_NAMES -share/kvirc/charmaps/SWISS -share/kvirc/config/kvi.alias.conf -share/kvirc/config/kvi.mime.conf -share/kvirc/config/kvi.popup.conf -share/kvirc/config/kvi.server.conf -share/kvirc/config/kvi.tip_en.conf -share/kvirc/config/kvi.tip_it.conf -share/kvirc/config/kvi.view.conf -share/kvirc/config/plugins/kvi.speak.conf -share/kvirc/help/en/dalNetWatchList.kvihelp -share/kvirc/help/en/index.kvihelp -share/kvirc/help/en/introdIRC.kvihelp -share/kvirc/help/en/introdKVIRC.kvihelp -share/kvirc/help/en/ircintro.kvihelp -share/kvirc/help/en/jarkko.kvihelp -share/kvirc/help/en/nohelpavailable.kvihelp -share/kvirc/help/en/rfc1459.kvihelp -share/kvirc/help/en/shortcuts.kvihelp -share/kvirc/help/en/syntax.kvihelp -share/kvirc/help/en/syntax_aliases.kvihelp -share/kvirc/help/en/syntax_comments.kvihelp -share/kvirc/help/en/syntax_events.kvihelp -share/kvirc/help/en/syntax_general.kvihelp -share/kvirc/help/en/syntax_objects.kvihelp -share/kvirc/help/en/syntax_variables.kvihelp -share/kvirc/locale/de.mo -share/kvirc/locale/es.mo -share/kvirc/locale/hu.mo -share/kvirc/locale/it.mo -share/kvirc/locale/pl.mo -share/kvirc/locale/pt_br.mo -share/kvirc/msgcolors/all-black.kviclr -share/kvirc/msgcolors/all-white.kviclr -share/kvirc/msgcolors/default.kviclr -share/kvirc/pics/kvi_about_bg.png -share/kvirc/pics/kvi_browser_icons.png -share/kvirc/pics/kvi_connect_state.png -share/kvirc/pics/kvi_dock.png -share/kvirc/pics/kvi_file_icons.png -share/kvirc/pics/kvi_help_icons.png -share/kvirc/pics/kvi_icon_c.png -share/kvirc/pics/kvi_icon_exe.png -share/kvirc/pics/kvi_icon_h.png -share/kvirc/pics/kvi_icon_html.png -share/kvirc/pics/kvi_icon_image.png -share/kvirc/pics/kvi_icon_lib.png -share/kvirc/pics/kvi_icon_rpm.png -share/kvirc/pics/kvi_icon_shell.png -share/kvirc/pics/kvi_icon_sound.png -share/kvirc/pics/kvi_icon_text.png -share/kvirc/pics/kvi_icon_zip.png -share/kvirc/pics/kvi_listbox.png -share/kvirc/pics/kvi_out_icons.png -share/kvirc/pics/kvi_splash.png -share/kvirc/pics/kvi_systray_big.png -share/kvirc/pics/kvi_tipoftheday.png -share/kvirc/pics/kvi_toolbar_big.png -share/kvirc/pics/kvi_wizard_1.png -share/kvirc/pics/kvi_wizard_2.png -share/kvirc/pics/kvi_wizard_3.png -share/kvirc/pics/kvi_wizard_4.png -share/kvirc/pics/kvirc_1_16x16.xpm -share/kvirc/pics/kvirc_1_32x32.xpm -share/kvirc/pics/kvirc_1_48x48.xpm -share/kvirc/pics/kvirc_2_16x16.xpm -share/kvirc/pics/kvirc_2_32x32.xpm -share/kvirc/pics/kvirc_2_48x48.xpm -share/kvirc/pics/kvirc_48x48_1.xpm -share/kvirc/pics/kvirc_48x48_2.xpm -share/kvirc/pics/kvirc_7_32x32.xpm -share/kvirc/pics/kvirc_7_48x48.xpm -share/kvirc/pics/kvirc_8_32x32.xpm -share/kvirc/pics/kvirc_8_48x48.xpm -share/kvirc/plugins/libkviabout.so -share/kvirc/plugins/libkviaway.so -share/kvirc/plugins/libkvibiff.so -share/kvirc/plugins/libkvicharpicker.so -share/kvirc/plugins/libkvicountry.so -share/kvirc/plugins/libkvieditor.so -share/kvirc/plugins/libkvifserve.so -share/kvirc/plugins/libkvihello.so -share/kvirc/plugins/libkviimage.so -share/kvirc/plugins/libkvimydialog.so -share/kvirc/plugins/libkvimyplugin.so -share/kvirc/plugins/libkvispeak.so -share/kvirc/plugins/libkvistat.so -share/kvirc/plugins/libkvistyle.so -share/kvirc/plugins/libkvitkjb.so -share/kvirc/plugins/libkviurl.so -share/kvirc/plugins/libkvixmms.so -@dirrm share/kvirc/plugins -@dirrm share/kvirc/pics -@dirrm share/kvirc/msgcolors -@dirrm share/kvirc/locale -@dirrm share/kvirc/help/en -@dirrm share/kvirc/help -@dirrm share/kvirc/config/plugins -@dirrm share/kvirc/config -@dirrm share/kvirc/charmaps -@dirrm share/kvirc -@dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/16x16/apps -@dirrm share/icons/hicolor/48x48 -@dirrm share/icons/hicolor/32x32 -@dirrm share/icons/hicolor/16x16 -@dirrm share/icons/hicolor -@dirrm share/icons -@dirrm share/applnk/Internet -@dirrm share/applnk diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile deleted file mode 100644 index a2fb39dceb8d..000000000000 --- a/irc/kvirc/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: kvirc -# Date created: Mon Feb 15 02:53:29 CET 1999 -# Whom: Anders Nordby <anders@fix.no> -# -# $FreeBSD$ -# - -PORTNAME= kvirc -PORTVERSION= 2.1.1 -PORTREVISION= 1 -CATEGORIES= irc -MASTER_SITES= ftp://ftp.kvirc.net/kvirc/${PORTVERSION}/source/ \ - ftp://ftp.kvirc.bz.nu/pub/mirror/kvirc/${PORTVERSION}/source/ \ - ftp://kvirc.firenze.linux.it/pub/kvirc/${PORTVERSION}/source/ - -MAINTAINER= trevor@FreeBSD.org -COMMENT= IRC client for X - -BROKEN= "Incorrect pkg-plist" - -ALL_TARGET= kvirc -INSTALLS_SHLIB= yes -MAN1= kvirc.1 -USE_LIBTOOL= yes -USE_BZIP2= yes -USE_QT_VER= 2 -USE_X_PREFIX= yes -USE_GMAKE= yes -QT_NONSTANDARD= yes -CONFIGURE_ARGS= --x-includes=$(X11BASE)/include \ - --x-libraries=$(X11BASE)/lib \ - --datadir=$(PREFIX)/share \ - --with-qt-moc=${X11BASE}/bin/moc2 \ - --with-qt-include-dir=${X11BASE}/include/qt2 \ - --with-qt-library-dir=${X11BASE}/lib \ - --without-kde-check \ - --with-freebsd-pthread \ - --with-qt-name=qt2 \ - --disable-static - -CONFIGURE_ENV+= SS_X_EXTRA_LIBS="-lxpg4" -MAKE_ENV= OLD_PO_FILE_INPUT=1 - -.include <bsd.port.mk> diff --git a/irc/kvirc/distinfo b/irc/kvirc/distinfo deleted file mode 100644 index 93b3f8cc87c9..000000000000 --- a/irc/kvirc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (kvirc-2.1.1.tar.bz2) = 1a82d64b7568ace74c109d982ec5f4ef diff --git a/irc/kvirc/files/patch-configure b/irc/kvirc/files/patch-configure deleted file mode 100644 index df629ec2c89d..000000000000 --- a/irc/kvirc/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- configure 2002/09/25 07:23:08 1.1 -+++ configure 2002/09/25 07:24:28 -@@ -1004,7 +1004,7 @@ - fi - - -- CXXFLAGS="" -+# CXXFLAGS="" - - if test -n "$SS_ADD_DEBUG_SYMBOLS"; then - echo "$ac_t""yes" 1>&6 -@@ -1027,7 +1027,7 @@ - CXXFLAGS="$CXXFLAGS -O3" - else - echo "$ac_t""no" 1>&6 -- CXXFLAGS="$CXXFLAGS -O2" -+# CXXFLAGS="$CXXFLAGS -O2" - fi - - echo $ac_n "checking if you want to add other library search paths""... $ac_c" 1>&6 diff --git a/irc/kvirc/files/patch-po::es.po b/irc/kvirc/files/patch-po::es.po deleted file mode 100644 index cf020d1f5ab8..000000000000 --- a/irc/kvirc/files/patch-po::es.po +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- po/es.po 2002/09/25 09:39:31 1.1 -+++ po/es.po 2002/09/25 09:40:09 -@@ -3115,10 +3115,6 @@ - "Falló la inicialización del plugin\n" - "%s" - --#: /usr/build/kvirc/cvs/src/kvirc/kvi_dlgoptions.cpp:1724 --msgid "Name" --msgstr "Nombre" -- - #: /usr/build/kvirc/cvs/src/kvirc/kvi_dlgoptions.cpp:1725 - msgid "File mask" - msgstr "Máscara de archivo" diff --git a/irc/kvirc/files/patch-po::pt_br.po b/irc/kvirc/files/patch-po::pt_br.po deleted file mode 100644 index 95f80487742b..000000000000 --- a/irc/kvirc/files/patch-po::pt_br.po +++ /dev/null @@ -1,40 +0,0 @@ - -$FreeBSD$ - ---- po/pt_br.po 2002/09/25 09:40:47 1.1 -+++ po/pt_br.po 2002/09/25 09:42:46 -@@ -2203,11 +2203,6 @@ - msgid "Selection background color"
- msgstr "Seleção de cor de fundo"
-
--#: /usr/build/kvirc/cvs/src/kvirc/kvi_dlggui.cpp:372
--#: /usr/build/kvirc/cvs/src/kvirc/kvi_dlggui.cpp:406
--msgid "Selection background color"
--msgstr "Seleção de cor de fundo"
--
- msgid "Cursor and control marks color"
- msgstr "Cor do cursor e dos caracteres de controle"
-
-@@ -3108,10 +3103,6 @@ - "Falha na inicialização do plugin\n"
- "%s"
-
--#: /usr/build/kvirc/cvs/src/kvirc/kvi_dlgoptions.cpp:1724
--msgid "Name"
--msgstr "Nome"
--
- #: /usr/build/kvirc/cvs/src/kvirc/kvi_dlgoptions.cpp:1725
- msgid "File mask"
- msgstr "Máscara do arquivo"
-@@ -5633,11 +5624,6 @@ - #: /usr/build/kvirc/cvs/src/kvirc/kvi_popupmenu.cpp:531
- msgid "Unrecognized submenu length"
- msgstr "tamanho de submenu não reconhecido" --
--#: /usr/build/kvirc/cvs/src/kvirc/kvi_popupmenu.cpp:542
--#: /usr/build/kvirc/cvs/src/kvirc/kvi_utoolbar.cpp:538
--msgid "Something went wrong with the buffer length"
--msgstr "Algo saiu errado no tamanho do buffer"
-
- #: /usr/build/kvirc/cvs/src/kvirc/kvi_popupmenu.cpp:556
- msgid "Unrecognized popup item"
diff --git a/irc/kvirc/pkg-descr b/irc/kvirc/pkg-descr deleted file mode 100644 index 6577e433e893..000000000000 --- a/irc/kvirc/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -A powerful Internet Relay Chat client designed for UNIX platforms. -It is distributed as Free Software under the terms of the GNU -General Public License. - -WWW: http://www.kvirc.net - http://kvirc.firenze.linux.it/ diff --git a/irc/kvirc/pkg-plist b/irc/kvirc/pkg-plist deleted file mode 100644 index b62189abe3f5..000000000000 --- a/irc/kvirc/pkg-plist +++ /dev/null @@ -1,138 +0,0 @@ -bin/kvi_make_scriptdist.sh -bin/kvi_run_netscape.sh -bin/kvi_search_help.sh -bin/kvirc -bin/kvirc-config -lib/libkvicore.so -lib/libkvicore.so.2 -lib/libkvilib.so -lib/libkvilib.so.2 -share/applnk/Internet/kvirc.desktop -share/icons/hicolor/16x16/apps/kvirc.png -share/icons/hicolor/32x32/apps/kvirc.png -share/icons/hicolor/48x48/apps/kvirc.png -share/kvirc/charmaps/DANISH -share/kvirc/charmaps/DUTCH -share/kvirc/charmaps/FINNISH -share/kvirc/charmaps/GERMAN -share/kvirc/charmaps/JIS -share/kvirc/charmaps/NORWEGIAN_1 -share/kvirc/charmaps/NORWEGIAN_2 -share/kvirc/charmaps/POLISH -share/kvirc/charmaps/PORTUGUESE -share/kvirc/charmaps/RUSSIAN -share/kvirc/charmaps/RUSSIAN_ALT -share/kvirc/charmaps/RUSSIAN_WIN -share/kvirc/charmaps/SPANISH -share/kvirc/charmaps/SWEDISH -share/kvirc/charmaps/SWEDISH_NAMES -share/kvirc/charmaps/SWISS -share/kvirc/config/kvi.alias.conf -share/kvirc/config/kvi.mime.conf -share/kvirc/config/kvi.popup.conf -share/kvirc/config/kvi.server.conf -share/kvirc/config/kvi.tip_en.conf -share/kvirc/config/kvi.tip_it.conf -share/kvirc/config/kvi.view.conf -share/kvirc/config/plugins/kvi.speak.conf -share/kvirc/help/en/dalNetWatchList.kvihelp -share/kvirc/help/en/index.kvihelp -share/kvirc/help/en/introdIRC.kvihelp -share/kvirc/help/en/introdKVIRC.kvihelp -share/kvirc/help/en/ircintro.kvihelp -share/kvirc/help/en/jarkko.kvihelp -share/kvirc/help/en/nohelpavailable.kvihelp -share/kvirc/help/en/rfc1459.kvihelp -share/kvirc/help/en/shortcuts.kvihelp -share/kvirc/help/en/syntax.kvihelp -share/kvirc/help/en/syntax_aliases.kvihelp -share/kvirc/help/en/syntax_comments.kvihelp -share/kvirc/help/en/syntax_events.kvihelp -share/kvirc/help/en/syntax_general.kvihelp -share/kvirc/help/en/syntax_objects.kvihelp -share/kvirc/help/en/syntax_variables.kvihelp -share/kvirc/locale/de.mo -share/kvirc/locale/es.mo -share/kvirc/locale/hu.mo -share/kvirc/locale/it.mo -share/kvirc/locale/pl.mo -share/kvirc/locale/pt_br.mo -share/kvirc/msgcolors/all-black.kviclr -share/kvirc/msgcolors/all-white.kviclr -share/kvirc/msgcolors/default.kviclr -share/kvirc/pics/kvi_about_bg.png -share/kvirc/pics/kvi_browser_icons.png -share/kvirc/pics/kvi_connect_state.png -share/kvirc/pics/kvi_dock.png -share/kvirc/pics/kvi_file_icons.png -share/kvirc/pics/kvi_help_icons.png -share/kvirc/pics/kvi_icon_c.png -share/kvirc/pics/kvi_icon_exe.png -share/kvirc/pics/kvi_icon_h.png -share/kvirc/pics/kvi_icon_html.png -share/kvirc/pics/kvi_icon_image.png -share/kvirc/pics/kvi_icon_lib.png -share/kvirc/pics/kvi_icon_rpm.png -share/kvirc/pics/kvi_icon_shell.png -share/kvirc/pics/kvi_icon_sound.png -share/kvirc/pics/kvi_icon_text.png -share/kvirc/pics/kvi_icon_zip.png -share/kvirc/pics/kvi_listbox.png -share/kvirc/pics/kvi_out_icons.png -share/kvirc/pics/kvi_splash.png -share/kvirc/pics/kvi_systray_big.png -share/kvirc/pics/kvi_tipoftheday.png -share/kvirc/pics/kvi_toolbar_big.png -share/kvirc/pics/kvi_wizard_1.png -share/kvirc/pics/kvi_wizard_2.png -share/kvirc/pics/kvi_wizard_3.png -share/kvirc/pics/kvi_wizard_4.png -share/kvirc/pics/kvirc_1_16x16.xpm -share/kvirc/pics/kvirc_1_32x32.xpm -share/kvirc/pics/kvirc_1_48x48.xpm -share/kvirc/pics/kvirc_2_16x16.xpm -share/kvirc/pics/kvirc_2_32x32.xpm -share/kvirc/pics/kvirc_2_48x48.xpm -share/kvirc/pics/kvirc_48x48_1.xpm -share/kvirc/pics/kvirc_48x48_2.xpm -share/kvirc/pics/kvirc_7_32x32.xpm -share/kvirc/pics/kvirc_7_48x48.xpm -share/kvirc/pics/kvirc_8_32x32.xpm -share/kvirc/pics/kvirc_8_48x48.xpm -share/kvirc/plugins/libkviabout.so -share/kvirc/plugins/libkviaway.so -share/kvirc/plugins/libkvibiff.so -share/kvirc/plugins/libkvicharpicker.so -share/kvirc/plugins/libkvicountry.so -share/kvirc/plugins/libkvieditor.so -share/kvirc/plugins/libkvifserve.so -share/kvirc/plugins/libkvihello.so -share/kvirc/plugins/libkviimage.so -share/kvirc/plugins/libkvimydialog.so -share/kvirc/plugins/libkvimyplugin.so -share/kvirc/plugins/libkvispeak.so -share/kvirc/plugins/libkvistat.so -share/kvirc/plugins/libkvistyle.so -share/kvirc/plugins/libkvitkjb.so -share/kvirc/plugins/libkviurl.so -share/kvirc/plugins/libkvixmms.so -@dirrm share/kvirc/plugins -@dirrm share/kvirc/pics -@dirrm share/kvirc/msgcolors -@dirrm share/kvirc/locale -@dirrm share/kvirc/help/en -@dirrm share/kvirc/help -@dirrm share/kvirc/config/plugins -@dirrm share/kvirc/config -@dirrm share/kvirc/charmaps -@dirrm share/kvirc -@dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/16x16/apps -@dirrm share/icons/hicolor/48x48 -@dirrm share/icons/hicolor/32x32 -@dirrm share/icons/hicolor/16x16 -@dirrm share/icons/hicolor -@dirrm share/icons -@dirrm share/applnk/Internet -@dirrm share/applnk diff --git a/japanese/ee/Makefile b/japanese/ee/Makefile deleted file mode 100644 index 9a0c8640e45e..000000000000 --- a/japanese/ee/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: ee -# Date created: 20 Jan 1999 -# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> -# -# $FreeBSD$ -# - -PORTNAME= jee -PORTVERSION= 1.0 -CATEGORIES= japanese editors -MASTER_SITES= ftp://ftp.mogami-wire.co.jp/pub/beta/ \ - ${MASTER_SITE_PORTS_JP} -DISTFILES= ${PORTNAME}.tar.gz \ - ee-3.0.tar.gz \ - libncurses-3.0.tar.gz -EXTRACT_ONLY= ee-3.0.tar.gz - -MAINTAINER= kiri@pis.toba-cmt.ac.jp -COMMENT= A simple, easy to use Japanese terminal-based screen editor - -BROKEN= "Does not compile" - -LIB_DEPENDS= canna.1:${PORTSDIR}/japanese/Canna - -MANLANG= ja -MAN1= jee.1 -WRKSRC= ${WRKDIR}/ee - -post-extract: -.for f in ${PORTNAME}.tar.gz libncurses-3.0.tar.gz - ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${f} \ - ${EXTRACT_AFTER_ARGS} -C ${WRKSRC} -.endfor - ${MV} ${WRKSRC}/libncurses ${WRKSRC}/curses - -post-patch: - @${PATCH} ${PATCH_DIST_ARGS} < ${WRKSRC}/ee.patch - @${PATCH} ${PATCH_DIST_ARGS:S@${WRKSRC}@${WRKSRC}/curses@} \ - < ${WRKSRC}/ncurses.patch -do-build: - @(cd ${WRKSRC}/curses; ${MAKE} keys.tries.h; ${MAKE}) - @(cd ${WRKSRC}; ${MAKE} -f makefile) - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/ee ${PREFIX}/bin/jee - @${INSTALL_MAN} ${WRKSRC}/jee.1 ${PREFIX}/man/ja/man1/ - -.include <bsd.port.mk> diff --git a/japanese/ee/distinfo b/japanese/ee/distinfo deleted file mode 100644 index 46b9507c35af..000000000000 --- a/japanese/ee/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (jee.tar.gz) = 0441b96d70d5f680a5bcb623a0b0690e -MD5 (libncurses-3.0.tar.gz) = a96c56853ef5c9ac52b3035c26ddb548 -MD5 (ee-3.0.tar.gz) = 31e63aabc7f55601a5244098fd5290b8 diff --git a/japanese/ee/pkg-descr b/japanese/ee/pkg-descr deleted file mode 100644 index 464dee8a1190..000000000000 --- a/japanese/ee/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The editor 'ee' (easy editor) is intended to be a simple, easy to use -terminal-based screen oriented editor that requires no instruction to -use. Its primary use would be for people who are new to computers, or who -use computers only for things like e-mail. - -This port makes orginal `ee' to treat Japanese by Mr.HIRABAYASHI -Kouichi(kh@mogami-wire.co.jp). - --KIRIYAMA Kazuhiko -<kiri@pis.toba-cmt.ac.jp> diff --git a/japanese/ee/pkg-plist b/japanese/ee/pkg-plist deleted file mode 100644 index bc3dc121c27c..000000000000 --- a/japanese/ee/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/jee diff --git a/japanese/kdevelop/Makefile b/japanese/kdevelop/Makefile deleted file mode 100644 index 5f342893fde2..000000000000 --- a/japanese/kdevelop/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: Japanized kdevelop -# Date created: 28 August 2001 -# Whom: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp> -# -# $FreeBSD$ -# - -# This port does not work with another version of master port. -#PORTVERSION= 2.0.2 -PORTREVISION= 2 -CATEGORIES= japanese devel kde - -MASTERDIR= ${.CURDIR}/../../devel/kdevelop -MD5_FILE= ${.CURDIR}/distinfo - -MAINTAINER= sahiro@crest.ocn.ne.jp - -BROKEN= "Broken by master port update" - -PATCH_SITES= http://www.kde.gr.jp/patch/ \ - http://www7.ocn.ne.jp/~s-sahiro/kde/patches/ -PATCHFILES= kdevelop-2.0.2-font-i18n-20011127.diff \ - kdevelop-2.0.2-i18n-20020204.diff -PATCH_DIST_STRIP= -p1 - -.include "${MASTERDIR}/Makefile" diff --git a/japanese/kdevelop/distinfo b/japanese/kdevelop/distinfo deleted file mode 100644 index a0dbff830b6c..000000000000 --- a/japanese/kdevelop/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (KDE/kdevelop-2.0.2.tar.bz2) = ba97e043cd6819c8bd77e342ee0af6fc -MD5 (KDE/kdevelop-2.0.2-font-i18n-20011127.diff) = adeada746bfa5fe11ce613507e05147c -MD5 (KDE/kdevelop-2.0.2-i18n-20020204.diff) = cfc30da4d5760541df21e3f75a5ebb7c diff --git a/korean/byeoroo/Makefile b/korean/byeoroo/Makefile deleted file mode 100644 index f7ae851c9416..000000000000 --- a/korean/byeoroo/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: byeoroo -# Date created: 04 Jun 1999 -# Whom: CHOI Junho <cjh@kr.freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= byeoroo -PORTVERSION= 0.0.19990605.3 -PORTREVISION= 1 -CATEGORIES= korean x11 -MASTER_SITES= http://master.debian.or.kr/~cwryu/archive/byeoroo/ - -MAINTAINER= cjh@FreeBSD.org -COMMENT= Korean X11 Input Method - -BROKEN= "Does not compile" - -RUN_DEPENDS= ${PREFIX}/lib/X11/fonts/local/johabm16.pcf.gz:${PORTSDIR}/korean/johabfonts \ - ${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf - -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes - -.include <bsd.port.mk> diff --git a/korean/byeoroo/distinfo b/korean/byeoroo/distinfo deleted file mode 100644 index 2832cbbb51ab..000000000000 --- a/korean/byeoroo/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (byeoroo-0.0.19990605.3.tar.gz) = 258bf951bd01e628997ebd372fd0b5db diff --git a/korean/byeoroo/pkg-descr b/korean/byeoroo/pkg-descr deleted file mode 100644 index 2c9283f3b43e..000000000000 --- a/korean/byeoroo/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Byeoroo: An X11R6 Input Method Server for the Korean Language - - Byeoroo supports over-the-spot, off-the-spot input styles. - For more information, please refer documentation files. - - *NOTE*: Byeoroo is in an alpha stage and very unstable. - Use at your own risk. - - Byeoroo is by Park, Jae-hyon <jhpark@entropy.kaist.ac.kr> - Autoconf patch by Changwoo Ryu <cwryu@adam.kaist.ac.kr> - --- -CHOI Junho <cjh@kr.freebsd.org> diff --git a/korean/byeoroo/pkg-plist b/korean/byeoroo/pkg-plist deleted file mode 100644 index 1a6cbe681649..000000000000 --- a/korean/byeoroo/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -bin/byeoroo -lib/byeoroo/byeoroo.real -@dirrm lib/byeoroo -share/byeoroo/2.kdf -share/byeoroo/Byeoroo -share/byeoroo/loose390.kdf -share/byeoroo/strict390.kdf -share/byeoroo/strict3f.kdf -share/byeoroo/qwertywhole.ksm -share/byeoroo/raw.ksm -share/byeoroo/sample.cd -share/byeoroo/sample.cdi -@dirrm share/byeoroo diff --git a/lang/gpc/Makefile b/lang/gpc/Makefile deleted file mode 100644 index 7a6cdc6a09d8..000000000000 --- a/lang/gpc/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# Ports collection makefile for: gpc -# Date created: January 27, 1999 -# Whom: Berend de Boer <berend@pobox.com> -# -# $FreeBSD$ - -PORTNAME= gpc -PORTVERSION= 2.0 -PORTREVISION= 1 -CATEGORIES= lang -MASTER_SITES= ftp://agnes.dida.physik.uni-essen.de/gnu-pascal/beta/ -DISTNAME= gpc-19990118 - -MAINTAINER= antonz@library.ntu-kpi.kiev.ua -COMMENT= A free 32-bit Pascal compiler - -BROKEN= "Does not package correctly" - -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/lang/gcc28:patch - -WRKSRC= ${WRKDIR}/gpc -MAKE_ARGS= LANGUAGES=pascal -USE_AUTOCONF= yes -USE_GMAKE= yes -ALL_TARGET= bootstrap -INSTALL_TARGET= pascal.install - -MAN1= gpc.1 -MLINKS= gpc.1 bpc.1 gpc.1 epc.1 gpc.1 pc.1 - -.include <bsd.port.pre.mk> - -GNUHOST= ${ARCH}--freebsd${OSREL} - -PLIST_SUB= GNUHOST=${GNUHOST} -CONFIGURE_ARGS= --with-gxx-include-dir=${PREFIX}/lib/gcc-lib/${GNUHOST}/2.8.1/include/g++ - -post-extract: - @(${CP} -R ${WRKDIRPREFIX}${.CURDIR}/../../lang/gcc28/work/gcc-2.8.1/* ${WRKSRC}) - -pre-install: - @${RM} -f ${WRKSRC}/p/doc/gpc.info* - -post-install: - install-info ${PREFIX}/info/gpc.info ${PREFIX}/info/dir - -.include <bsd.port.post.mk> diff --git a/lang/gpc/distinfo b/lang/gpc/distinfo deleted file mode 100644 index d61aaa8ef219..000000000000 --- a/lang/gpc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gpc-19990118.tar.gz) = 3c818f9f7730378320dd04a03dbe8267 diff --git a/lang/gpc/files/patch-aa b/lang/gpc/files/patch-aa deleted file mode 100644 index 09f88e8e0e8e..000000000000 --- a/lang/gpc/files/patch-aa +++ /dev/null @@ -1,166 +0,0 @@ -*** Makefile.in.orig Tue Mar 3 03:54:31 1998 ---- Makefile.in Thu Mar 23 14:52:24 2000 -*************** -*** 369,375 **** - - # List of things which should already be built whenever we try to use xgcc - # to compile anything (without linking). -! GCC_PASSES=xgcc cc1 cpp $(EXTRA_PASSES) - - # List of things which should already be built whenever we try to use xgcc - # to link anything. ---- 369,375 ---- - - # List of things which should already be built whenever we try to use xgcc - # to compile anything (without linking). -! GCC_PASSES=xgcc$(exeext) cc1$(exeext) cpp$(exeext) $(EXTRA_PASSES) - - # List of things which should already be built whenever we try to use xgcc - # to link anything. -*************** -*** 729,746 **** - all.cross: native gcc-cross specs stmp-headers $(LIBGCC) $(STMP_FIXPROTO) \ - $(LIBGCC1_TEST) $(EXTRA_PARTS) lang.all.cross - # This is what to compile if making gcc with a cross-compiler. -! all.build: native xgcc $(EXTRA_PARTS) lang.all.build - # This is what must be made before installing GCC and converting libraries. -! start.encap: native xgcc specs $(LIBGCC1) xlimits.h lang.start.encap - # These can't be made until after GCC can run. - rest.encap: stmp-headers $(LIBGCC) $(STMP_FIXPROTO) $(EXTRA_PARTS) lang.rest.encap - # This is what is made with the host's compiler - # whether making a cross compiler or not. -! native: config.status auto-config.h cpp $(LANGUAGES) \ - $(EXTRA_PASSES) $(EXTRA_PROGRAMS) $(USE_COLLECT2) - - # Define the names for selecting languages in LANGUAGES. -! C c: cc1 - PROTO: proto - - # Tell GNU make these are phony targets. ---- 729,746 ---- - all.cross: native gcc-cross specs stmp-headers $(LIBGCC) $(STMP_FIXPROTO) \ - $(LIBGCC1_TEST) $(EXTRA_PARTS) lang.all.cross - # This is what to compile if making gcc with a cross-compiler. -! all.build: native xgcc$(exeext) $(EXTRA_PARTS) lang.all.build - # This is what must be made before installing GCC and converting libraries. -! start.encap: native xgcc$(exeext) specs $(LIBGCC1) xlimits.h lang.start.encap - # These can't be made until after GCC can run. - rest.encap: stmp-headers $(LIBGCC) $(STMP_FIXPROTO) $(EXTRA_PARTS) lang.rest.encap - # This is what is made with the host's compiler - # whether making a cross compiler or not. -! native: config.status auto-config.h cpp$(exeext) $(LANGUAGES) \ - $(EXTRA_PASSES) $(EXTRA_PROGRAMS) $(USE_COLLECT2) - - # Define the names for selecting languages in LANGUAGES. -! C c: cc1$(exeext) - PROTO: proto - - # Tell GNU make these are phony targets. -*************** -*** 756,762 **** - @echo "Testing libgcc1. Ignore linker warning messages." - $(GCC_FOR_TARGET) $(GCC_CFLAGS) libgcc1-test.o -o libgcc1-test \ - -nostartfiles -nostdlib `$(GCC_FOR_TARGET) --print-libgcc-file-name` -! libgcc1-test.o: libgcc1-test.c native xgcc - $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ALL_CPPFLAGS) -c $(srcdir)/libgcc1-test.c - - # Recompile all the language-independent object files. ---- 756,762 ---- - @echo "Testing libgcc1. Ignore linker warning messages." - $(GCC_FOR_TARGET) $(GCC_CFLAGS) libgcc1-test.o -o libgcc1-test \ - -nostartfiles -nostdlib `$(GCC_FOR_TARGET) --print-libgcc-file-name` -! libgcc1-test.o: libgcc1-test.c native xgcc$(exeext) - $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(ALL_CPPFLAGS) -c $(srcdir)/libgcc1-test.c - - # Recompile all the language-independent object files. -*************** -*** 771,793 **** - # We call this executable `xgcc' rather than `gcc' - # to avoid confusion if the current directory is in the path - # and CC is `gcc'. It is renamed to `gcc' when it is installed. -! xgcc: gcc.o version.o choose-temp.o pexecute.o prefix.o version.o \ - $(LIBDEPS) $(EXTRA_GCC_OBJS) - $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ gcc.o prefix.o version.o \ - choose-temp.o pexecute.o $(EXTRA_GCC_OBJS) $(LIBS) - - # Dump a specs file to make -B./ read these specs over installed ones. -! specs: xgcc - $(GCC_FOR_TARGET) -dumpspecs > tmp-specs - mv tmp-specs specs - - # We do want to create an executable named `xgcc', so we can use it to - # compile libgcc2.a. - # Also create gcc-cross, so that install-common will install properly. -! gcc-cross: xgcc - cp xgcc$(exeext) gcc-cross$(exeext) - -! cc1: $(P) $(C_OBJS) $(OBJS) $(BC_OBJS) $(LIBDEPS) - $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(C_OBJS) $(OBJS) $(BC_OBJS) $(LIBS) - - # Copy float.h from its source. ---- 771,793 ---- - # We call this executable `xgcc' rather than `gcc' - # to avoid confusion if the current directory is in the path - # and CC is `gcc'. It is renamed to `gcc' when it is installed. -! xgcc$(exeext): gcc.o version.o choose-temp.o pexecute.o prefix.o version.o \ - $(LIBDEPS) $(EXTRA_GCC_OBJS) - $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ gcc.o prefix.o version.o \ - choose-temp.o pexecute.o $(EXTRA_GCC_OBJS) $(LIBS) - - # Dump a specs file to make -B./ read these specs over installed ones. -! specs: xgcc$(exeext) - $(GCC_FOR_TARGET) -dumpspecs > tmp-specs - mv tmp-specs specs - - # We do want to create an executable named `xgcc', so we can use it to - # compile libgcc2.a. - # Also create gcc-cross, so that install-common will install properly. -! gcc-cross: xgcc$(exeext) - cp xgcc$(exeext) gcc-cross$(exeext) - -! cc1$(exeext): $(P) $(C_OBJS) $(OBJS) $(BC_OBJS) $(LIBDEPS) - $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(C_OBJS) $(OBJS) $(BC_OBJS) $(LIBS) - - # Copy float.h from its source. -*************** -*** 1739,1749 **** - # Remake cpp and protoize. - - # Making the preprocessor -! cpp: $(CCCP) - -rm -f cpp$(exeext) - ln $(CCCP)$(exeext) cpp$(exeext) > /dev/null 2>&1 \ - || cp $(CCCP)$(exeext) cpp$(exeext) -! cccp: cccp.o cexp.o version.o prefix.o $(LIBDEPS) - $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ cccp.o cexp.o prefix.o \ - version.o $(LIBS) - cexp.o: $(srcdir)/cexp.c $(CONFIG_H) ---- 1739,1749 ---- - # Remake cpp and protoize. - - # Making the preprocessor -! cpp$(exeext): $(CCCP)$(exeext) - -rm -f cpp$(exeext) - ln $(CCCP)$(exeext) cpp$(exeext) > /dev/null 2>&1 \ - || cp $(CCCP)$(exeext) cpp$(exeext) -! cccp$(exeext): cccp.o cexp.o version.o prefix.o $(LIBDEPS) - $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ cccp.o cexp.o prefix.o \ - version.o $(LIBS) - cexp.o: $(srcdir)/cexp.c $(CONFIG_H) -*************** -*** 2248,2254 **** - - # Install the driver program as $(target_alias)-gcc - # and also as either gcc (if native) or $(tooldir)/bin/gcc. -! install-driver: xgcc - -if [ -f gcc-cross$(exeext) ] ; then \ - rm -f $(bindir)/$(GCC_CROSS_NAME)$(exeext); \ - $(INSTALL_PROGRAM) gcc-cross$(exeext) $(bindir)/$(GCC_CROSS_NAME)$(exeext); \ ---- 2248,2254 ---- - - # Install the driver program as $(target_alias)-gcc - # and also as either gcc (if native) or $(tooldir)/bin/gcc. -! install-driver: xgcc$(exeext) - -if [ -f gcc-cross$(exeext) ] ; then \ - rm -f $(bindir)/$(GCC_CROSS_NAME)$(exeext); \ - $(INSTALL_PROGRAM) gcc-cross$(exeext) $(bindir)/$(GCC_CROSS_NAME)$(exeext); \ diff --git a/lang/gpc/files/patch-ab b/lang/gpc/files/patch-ab deleted file mode 100644 index 5ab24eeff657..000000000000 --- a/lang/gpc/files/patch-ab +++ /dev/null @@ -1,168 +0,0 @@ -*** ansidecl.h.orig Thu Jan 1 03:00:00 1970 ---- ansidecl.h Thu Mar 23 16:03:22 2000 -*************** -*** 0 **** ---- 1,163 ---- -+ /* ANSI and traditional C compatability macros -+ Copyright 1991, 1992, 1996 Free Software Foundation, Inc. -+ This file is part of the GNU C Library. -+ -+ This program is free software; you can redistribute it and/or modify -+ it under the terms of the GNU General Public License as published by -+ the Free Software Foundation; either version 2 of the License, or -+ (at your option) any later version. -+ -+ This program is distributed in the hope that it will be useful, -+ but WITHOUT ANY WARRANTY; without even the implied warranty of -+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ GNU General Public License for more details. -+ -+ You should have received a copy of the GNU General Public License -+ along with this program; if not, write to the Free Software -+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -+ -+ /* ANSI and traditional C compatibility macros -+ -+ ANSI C is assumed if __STDC__ is #defined. -+ -+ Macro ANSI C definition Traditional C definition -+ ----- ---- - ---------- ----------- - ---------- -+ PTR `void *' `char *' -+ LONG_DOUBLE `long double' `double' -+ VOLATILE `volatile' `' -+ SIGNED `signed' `' -+ PTRCONST `void *const' `char *' -+ ANSI_PROTOTYPES 1 not defined -+ -+ CONST is also defined, but is obsolete. Just use const. -+ -+ obsolete -- DEFUN (name, arglist, args) -+ -+ Defines function NAME. -+ -+ ARGLIST lists the arguments, separated by commas and enclosed in -+ parentheses. ARGLIST becomes the argument list in traditional C. -+ -+ ARGS list the arguments with their types. It becomes a prototype in -+ ANSI C, and the type declarations in traditional C. Arguments should -+ be separated with `AND'. For functions with a variable number of -+ arguments, the last thing listed should be `DOTS'. -+ -+ obsolete -- DEFUN_VOID (name) -+ -+ Defines a function NAME, which takes no arguments. -+ -+ obsolete -- EXFUN (name, (prototype)) -- obsolete. -+ -+ Replaced by PARAMS. Do not use; will disappear someday soon. -+ Was used in external function declarations. -+ In ANSI C it is `NAME PROTOTYPE' (so PROTOTYPE should be enclosed in -+ parentheses). In traditional C it is `NAME()'. -+ For a function that takes no arguments, PROTOTYPE should be `(void)'. -+ -+ obsolete -- PROTO (type, name, (prototype) -- obsolete. -+ -+ This one has also been replaced by PARAMS. Do not use. -+ -+ PARAMS ((args)) -+ -+ We could use the EXFUN macro to handle prototype declarations, but -+ the name is misleading and the result is ugly. So we just define a -+ simple macro to handle the parameter lists, as in: -+ -+ static int foo PARAMS ((int, char)); -+ -+ This produces: `static int foo();' or `static int foo (int, char);' -+ -+ EXFUN would have done it like this: -+ -+ static int EXFUN (foo, (int, char)); -+ -+ but the function is not external...and it's hard to visually parse -+ the function name out of the mess. EXFUN should be considered -+ obsolete; new code should be written to use PARAMS. -+ -+ DOTS is also obsolete. -+ -+ Examples: -+ -+ extern int printf PARAMS ((const char *format, ...)); -+ */ -+ -+ #ifndef _ANSIDECL_H -+ -+ #define _ANSIDECL_H 1 -+ -+ -+ /* Every source file includes this file, -+ so they will all get the switch for lint. */ -+ /* LINTLIBRARY */ -+ -+ -+ #if defined (__STDC__) || defined (_AIX) || (defined (__mips) && defined (_SYSTYPE_SVR4)) || defined(_WIN32) -+ /* All known AIX compilers implement these things (but don't always -+ define __STDC__). The RISC/OS MIPS compiler defines these things -+ in SVR4 mode, but does not define __STDC__. */ -+ -+ #define PTR void * -+ #define PTRCONST void *CONST -+ #define LONG_DOUBLE long double -+ -+ #ifndef IN_GCC -+ #define AND , -+ #define NOARGS void -+ #define VOLATILE volatile -+ #define SIGNED signed -+ #endif /* ! IN_GCC */ -+ -+ #define PARAMS(paramlist) paramlist -+ #define ANSI_PROTOTYPES 1 -+ -+ #define VPARAMS(ARGS) ARGS -+ #define VA_START(va_list,var) va_start(va_list,var) -+ -+ /* These are obsolete. Do not use. */ -+ #ifndef IN_GCC -+ #define CONST const -+ #define DOTS , ... -+ #define PROTO(type, name, arglist) type name arglist -+ #define EXFUN(name, proto) name proto -+ #define DEFUN(name, arglist, args) name(args) -+ #define DEFUN_VOID(name) name(void) -+ #endif /* ! IN_GCC */ -+ -+ #else /* Not ANSI C. */ -+ -+ #define PTR char * -+ #define PTRCONST PTR -+ #define LONG_DOUBLE double -+ -+ #ifndef IN_GCC -+ #define AND ; -+ #define NOARGS -+ #define VOLATILE -+ #define SIGNED -+ #endif /* !IN_GCC */ -+ -+ #ifndef const /* some systems define it in header files for non-ansi mode */ -+ #define const -+ #endif -+ -+ #define PARAMS(paramlist) () -+ -+ #define VPARAMS(ARGS) (va_alist) va_dcl -+ #define VA_START(va_list,var) va_start(va_list) -+ -+ /* These are obsolete. Do not use. */ -+ #ifndef IN_GCC -+ #define CONST -+ #define DOTS -+ #define PROTO(type, name, arglist) type name () -+ #define EXFUN(name, proto) name() -+ #define DEFUN(name, arglist, args) name arglist args; -+ #define DEFUN_VOID(name) name() -+ #endif /* ! IN_GCC */ -+ -+ #endif /* ANSI C. */ -+ -+ #endif /* ansidecl.h */ diff --git a/lang/gpc/files/patch-ac b/lang/gpc/files/patch-ac deleted file mode 100644 index 32b12cc475b7..000000000000 --- a/lang/gpc/files/patch-ac +++ /dev/null @@ -1,33 +0,0 @@ -*** convert.c.orig Thu Aug 7 13:44:17 1997 ---- convert.c Thu Mar 23 14:54:56 2000 -*************** -*** 288,294 **** ---- 288,299 ---- - - /* Can't do arithmetic in enumeral types - so use an integer type that will hold the values. */ -+ #ifdef GPC -+ if (TREE_CODE (typex) == ENUMERAL_TYPE -+ || TREE_CODE (typex) == BOOLEAN_TYPE) -+ #else /* not GPC */ - if (TREE_CODE (typex) == ENUMERAL_TYPE) -+ #endif /* not GPC */ - typex = type_for_size (TYPE_PRECISION (typex), - TREE_UNSIGNED (typex)); - -*************** -*** 326,332 **** ---- 331,343 ---- - - /* Can't do arithmetic in enumeral types - so use an integer type that will hold the values. */ -+ #ifdef GPC -+ if (TREE_CODE (typex) == ENUMERAL_TYPE -+ || TREE_CODE (typex) == CHAR_TYPE -+ || TREE_CODE (typex) == BOOLEAN_TYPE) -+ #else /* not GPC */ - if (TREE_CODE (typex) == ENUMERAL_TYPE) -+ #endif /* not GPC */ - typex = type_for_size (TYPE_PRECISION (typex), - TREE_UNSIGNED (typex)); - diff --git a/lang/gpc/files/patch-ad b/lang/gpc/files/patch-ad deleted file mode 100644 index 9ae4dab171fa..000000000000 --- a/lang/gpc/files/patch-ad +++ /dev/null @@ -1,39 +0,0 @@ -*** dbxout.c.orig Thu Oct 23 15:03:03 1997 ---- dbxout.c Thu Mar 23 14:58:21 2000 -*************** -*** 960,965 **** ---- 960,993 ---- - else - fprintf (asmfile, ";-1;"); - } -+ #ifdef GPC -+ void -+ dbxout_set_type_status (type, defined) -+ tree type; -+ int defined; -+ { -+ if (TYPE_SYMTAB_ADDRESS (type) == 0) -+ { -+ /* Type has no dbx number assigned. Assign next available number. */ -+ TYPE_SYMTAB_ADDRESS (type) = next_type_number++; -+ -+ /* Make sure type vector is long enough to record about this type. */ -+ -+ if (next_type_number == typevec_len) -+ { -+ typevec = -+ (struct typeinfo *) xrealloc (typevec, -+ typevec_len * 2 * sizeof typevec[0]); -+ bzero ((char *) (typevec + typevec_len), -+ typevec_len * sizeof typevec[0]); -+ typevec_len *= 2; -+ } -+ } -+ typevec[ TYPE_SYMTAB_ADDRESS (type) ].status = -+ defined ? TYPE_DEFINED : TYPE_UNSEEN; -+ } -+ #endif /* GPC */ -+ - - /* Output a reference to a type. If the type has not yet been - described in the dbx output, output its definition now. diff --git a/lang/gpc/files/patch-ae b/lang/gpc/files/patch-ae deleted file mode 100644 index f24359936143..000000000000 --- a/lang/gpc/files/patch-ae +++ /dev/null @@ -1,12 +0,0 @@ -*** demangle.h.orig Wed Jul 30 22:02:03 1997 ---- demangle.h Thu Mar 23 16:13:01 2000 -*************** -*** 22,28 **** - - #ifdef IN_GCC - #include "gansidecl.h" -- #define PARAMS(ARGS) PROTO(ARGS) - #else /* ! IN_GCC */ - #include <ansidecl.h> - #endif /* IN_GCC */ ---- 22,27 ---- diff --git a/lang/gpc/files/patch-af b/lang/gpc/files/patch-af deleted file mode 100644 index 955b9c7a6d2a..000000000000 --- a/lang/gpc/files/patch-af +++ /dev/null @@ -1,299 +0,0 @@ -*** expr.c.orig Wed Mar 4 04:32:19 1998 ---- expr.c Thu Mar 23 15:23:42 2000 -*************** -*** 3931,3938 **** ---- 3931,3947 ---- - } - } - /* set constructor assignments */ -+ #ifdef GPC - else if (TREE_CODE (type) == SET_TYPE) - { -+ void store_set_constructor (); -+ store_set_constructor (exp, target); -+ } -+ else if (0 && TREE_CODE (type) == SET_TYPE) /* @@@@ Chill SET_TYPE */ -+ #else /* not GPC */ -+ else if (TREE_CODE (type) == SET_TYPE) -+ #endif /* not GPC */ -+ { - tree elt = CONSTRUCTOR_ELTS (exp); - rtx xtarget = XEXP (target, 0); - int set_word_size = TYPE_ALIGN (type); -*************** -*** 5453,5458 **** ---- 5462,5481 ---- - store directly into the target unless the type is large enough - that memcpy will be used. If we are making an initializer and - all operands are constant, put it in memory as well. */ -+ #ifdef GPC -+ else if (TREE_CODE (TREE_TYPE (exp)) != SET_TYPE -+ && -+ ((TREE_STATIC (exp) -+ && ((mode == BLKmode -+ && ! (target != 0 && safe_from_p (target, exp, 1))) -+ || TREE_ADDRESSABLE (exp) -+ || (TREE_CODE (TYPE_SIZE (type)) == INTEGER_CST -+ && (move_by_pieces_ninsns -+ (TREE_INT_CST_LOW (TYPE_SIZE (type)), -+ TYPE_ALIGN (type)) -+ > MOVE_RATIO)))) -+ || (modifier == EXPAND_INITIALIZER && TREE_CONSTANT (exp)))) -+ #else /* not GPC */ - else if ((TREE_STATIC (exp) - && ((mode == BLKmode - && ! (target != 0 && safe_from_p (target, exp, 1))) -*************** -*** 5464,5469 **** ---- 5487,5493 ---- - > MOVE_RATIO) - && ! mostly_zeros_p (exp)))) - || (modifier == EXPAND_INITIALIZER && TREE_CONSTANT (exp))) -+ #endif /* not GPC */ - { - rtx constructor = output_constant_def (exp); - if (modifier != EXPAND_CONST_ADDRESS -*************** -*** 5908,5913 **** ---- 5932,5946 ---- - abort (); - - case IN_EXPR: -+ #ifdef GPC -+ { -+ /* @@@ Fix & move this. */ -+ rtx expand_set_in (); -+ -+ preexpand_calls (exp); -+ return expand_set_in (exp, target); -+ } -+ #else /* not GPC */ - { - /* Pascal set IN expression. - -*************** -*** 6015,6020 **** ---- 6048,6063 ---- - emit_label (op0); - return target; - } -+ #endif /* not GPC */ -+ -+ #ifdef GPC -+ case CARD_EXPR: /* Count number of elements in a set. */ -+ preexpand_calls (exp); -+ { -+ rtx expand_set_card (); -+ return expand_set_card (TREE_OPERAND (exp, 0), target); -+ } -+ #endif /* GPC */ - - case WITH_CLEANUP_EXPR: - if (RTL_EXPR_RTL (exp) == 0) -*************** -*** 6469,6474 **** ---- 6512,6561 ---- - return expand_divmod (1, code, mode, op0, op1, target, unsignedp); - - case FIX_ROUND_EXPR: -+ #ifdef GPC -+ { -+ /* ISO Pascal round(x): -+ if x >= 0.0 then trunc (x+0.5) else trunc (x-0.5); -+ -+ Pascal round is none of the four IEEE rounding modes: -+ nearest, minus infinity, plus infinity or chop -+ -+ So it is implemented with code. */ -+ -+ rtx label_positive = gen_label_rtx (); -+ rtx label_done = gen_label_rtx (); -+ rtx half; -+ enum machine_mode fmode; -+ -+ if (target == NULL_RTX) -+ target = gen_reg_rtx (mode); -+ -+ op0 = expand_expr (TREE_OPERAND (exp, 0), NULL_RTX, VOIDmode, 0); -+ fmode = GET_MODE (op0); -+ -+ half = immed_real_const_1 (REAL_VALUE_ATOF ("0.5", fmode), fmode); -+ -+ emit_cmp_insn (op0, CONST0_RTX (fmode), GE, 0, fmode, 0, 0); -+ emit_jump_insn (gen_bge (label_positive)); -+ -+ expand_fix (target, expand_binop (fmode, sub_optab, op0, half, -+ NULL_RTX, 0, OPTAB_DIRECT), -+ 0); -+ emit_queue (); -+ emit_jump_insn (gen_jump (label_done)); -+ emit_barrier (); -+ emit_queue (); -+ -+ emit_label (label_positive); -+ expand_fix (target, expand_binop (fmode, add_optab, op0, half, -+ NULL_RTX, 0, OPTAB_DIRECT), -+ 0); -+ emit_queue (); -+ emit_label (label_done); -+ -+ return target; -+ } -+ #endif /* GPC */ - case FIX_FLOOR_EXPR: - case FIX_CEIL_EXPR: - abort (); /* Not used for C. */ -*************** -*** 6504,6512 **** ---- 6591,6612 ---- - op0 = expand_expr (TREE_OPERAND (exp, 0), subtarget, VOIDmode, 0); - - /* Handle complex values specially. */ -+ #ifdef GPC -+ /* It is the mode of the operand, not the mode of the return -+ value that is tested here. ABS(complex) does not return -+ complex type. */ -+ { -+ enum machine_mode op0_mode = -+ TYPE_MODE (TREE_TYPE (TREE_OPERAND (exp, 0))); -+ if (GET_MODE_CLASS (op0_mode) == MODE_COMPLEX_INT -+ || GET_MODE_CLASS (op0_mode) == MODE_COMPLEX_FLOAT) -+ return expand_complex_abs (op0_mode, op0, target, unsignedp); -+ } -+ #else /* not GPC */ - if (GET_MODE_CLASS (mode) == MODE_COMPLEX_INT - || GET_MODE_CLASS (mode) == MODE_COMPLEX_FLOAT) - return expand_complex_abs (mode, op0, target, unsignedp); -+ #endif /* not GPC */ - - /* Unsigned abs is simply the operand. Testing here means we don't - risk generating incorrect code below. */ -*************** -*** 6629,6634 **** ---- 6729,6739 ---- - this_optab = xor_optab; - goto binop; - -+ #ifdef GPC -+ case BIT_ANDTC_EXPR: -+ goto binop; -+ #endif /* GPC */ -+ - case LSHIFT_EXPR: - case RSHIFT_EXPR: - case LROTATE_EXPR: -*************** -*** 6649,6654 **** ---- 6754,6767 ---- - case EQ_EXPR: - case NE_EXPR: - preexpand_calls (exp); -+ #ifdef GPC -+ if (TREE_CODE (TREE_TYPE (TREE_OPERAND (exp, 0))) == SET_TYPE -+ || TREE_CODE (TREE_TYPE (TREE_OPERAND (exp, 1))) == SET_TYPE) -+ { -+ rtx expand_set_comparison (); -+ return expand_set_comparison (exp, target); -+ } -+ #endif /* GPC */ - temp = do_store_flag (exp, target, tmode != VOIDmode ? tmode : mode, 0); - if (temp != 0) - return temp; -*************** -*** 7136,7141 **** ---- 7249,7273 ---- - && TYPE_READONLY (TREE_TYPE (TREE_OPERAND (lhs, 0))))) - preexpand_calls (exp); - -+ #ifdef GPC -+ if (TREE_CODE (type) == SET_TYPE -+ && TREE_CODE (TREE_TYPE (TREE_TYPE (rhs))) == VOID_TYPE) -+ { -+ /* Assigning an empty set. */ -+ -+ int size = int_size_in_bytes (type); -+ -+ /* Only constant bounds in standard pascal. */ -+ if (size == -1) -+ abort (); -+ -+ target = expand_expr (lhs, target, VOIDmode, 0); -+ clear_storage (target, expr_size (exp), -+ TYPE_ALIGN (type) / BITS_PER_UNIT); -+ return ignore ? const0_rtx : target; -+ } -+ #endif /* GPC */ -+ - /* Check for |= or &= of a bitfield of size one into another bitfield - of size 1. In this case, (unless we need the result of the - assignment) we can do this more efficiently with a -*************** -*** 7415,7420 **** ---- 7547,7560 ---- - from the optab already placed in `this_optab'. */ - binop: - preexpand_calls (exp); -+ #ifdef GPC -+ if (TREE_CODE (TREE_TYPE (TREE_OPERAND (exp, 0))) == SET_TYPE -+ || TREE_CODE (TREE_TYPE (TREE_OPERAND (exp, 1))) == SET_TYPE) -+ { -+ rtx expand_set_binop (); -+ return expand_set_binop (exp, target); -+ } -+ #endif /* GPC */ - if (! safe_from_p (subtarget, TREE_OPERAND (exp, 1), 1)) - subtarget = 0; - op0 = expand_expr (TREE_OPERAND (exp, 0), subtarget, VOIDmode, 0); -*************** -*** 10888,10901 **** ---- 11028,11077 ---- - register tree exp; - enum rtx_code signed_code, unsigned_code; - { -+ #ifdef GPC -+ register rtx op0; -+ register rtx op1; -+ #else /* not GPC */ - register rtx op0 - = expand_expr (TREE_OPERAND (exp, 0), NULL_RTX, VOIDmode, 0); - register rtx op1 - = expand_expr (TREE_OPERAND (exp, 1), NULL_RTX, VOIDmode, 0); -+ #endif /* not GPC */ - register tree type = TREE_TYPE (TREE_OPERAND (exp, 0)); - register enum machine_mode mode = TYPE_MODE (type); - int unsignedp = TREE_UNSIGNED (type); - enum rtx_code code = unsignedp ? unsigned_code : signed_code; -+ -+ #ifdef GPC -+ if (TREE_CODE (type) == SET_TYPE -+ || TREE_CODE (TREE_TYPE (TREE_OPERAND (exp, 1))) == SET_TYPE) -+ { -+ -+ /* Generate code to compare two set operands. -+ -+ First generate code that compares the words in the set. -+ The two sets are not necessarily same size in memory, -+ so block compare does not work here. -+ (If op0 is a constructor [ 'A' ] and op1 is a -+ set with elements [ chr('0') .. chr (255) ], -+ then op0 takes one word and op1 takes 8 words in -+ a 32 bit machine.) -+ -+ The (boolean) result is then compared to const1_rtx with the -+ mode of the set comparison result to set the CC0 as the caller -+ wants. */ -+ -+ op0 = expand_expr (exp, NULL_RTX, VOIDmode, 0); -+ mode = GET_MODE (op0); -+ code = EQ; -+ op1 = const1_rtx; -+ } -+ else -+ { -+ op0 = expand_expr (TREE_OPERAND (exp, 0), NULL_RTX, VOIDmode, 0); -+ op1 = expand_expr (TREE_OPERAND (exp, 1), NULL_RTX, VOIDmode, 0); -+ } -+ #endif /* GPC */ - - #ifdef HAVE_canonicalize_funcptr_for_compare - /* If function pointers need to be "canonicalized" before they can diff --git a/lang/gpc/files/patch-ag b/lang/gpc/files/patch-ag deleted file mode 100644 index f88718ed10a9..000000000000 --- a/lang/gpc/files/patch-ag +++ /dev/null @@ -1,171 +0,0 @@ -*** fold-const.c.orig Sat Feb 28 22:58:15 1998 ---- fold-const.c Thu Mar 23 15:32:50 2000 -*************** -*** 1225,1232 **** ---- 1225,1236 ---- - } - - TREE_OVERFLOW (t) -+ #ifdef GPC -+ = ((notrunc ? overflow : force_fit_type (t, overflow)) -+ #else /* not GPC */ - = ((notrunc ? (!uns || forsize) && overflow - : force_fit_type (t, (!uns || forsize) && overflow) && ! no_overflow) -+ #endif /* not GPC */ - | TREE_OVERFLOW (arg1) - | TREE_OVERFLOW (arg2)); - /* If we're doing a size calculation, unsigned arithmetic does overflow. -*************** -*** 4489,4494 **** ---- 4493,4510 ---- - goto associate; - - case BIT_IOR_EXPR: -+ #ifdef GPC -+ if (TREE_CODE (type) == SET_TYPE) -+ { -+ /* S + [] == S */ -+ if (TREE_CODE (TREE_TYPE (TREE_TYPE (arg1))) == VOID_TYPE) -+ return arg0; -+ -+ if (TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == VOID_TYPE) -+ return arg1; -+ goto associate; -+ } -+ #endif /* GPC */ - bit_ior: - { - register enum tree_code code0, code1; -*************** -*** 4550,4555 **** ---- 4566,4583 ---- - } - - case BIT_XOR_EXPR: -+ #ifdef GPC -+ if (TREE_CODE (type) == SET_TYPE) -+ { -+ /* S >< [] == S */ -+ if (TREE_CODE (TREE_TYPE (TREE_TYPE (arg1))) == VOID_TYPE) -+ return arg0; -+ -+ if (TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == VOID_TYPE) -+ return arg1; -+ goto associate; -+ } -+ #endif /* GPC */ - if (integer_zerop (arg1)) - return non_lvalue (convert (type, arg0)); - if (integer_all_onesp (arg1)) -*************** -*** 4557,4562 **** ---- 4585,4602 ---- - goto associate; - - case BIT_AND_EXPR: -+ #ifdef GPC -+ if (TREE_CODE (type) == SET_TYPE) -+ { -+ /* S * [] == [] */ -+ if (TREE_CODE (TREE_TYPE (TREE_TYPE (arg1))) == VOID_TYPE) -+ return arg1; -+ -+ if (TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == VOID_TYPE) -+ return arg0; -+ goto associate; -+ } -+ #endif /* GPC */ - bit_and: - if (integer_all_onesp (arg1)) - return non_lvalue (convert (type, arg0)); -*************** -*** 4587,4592 **** ---- 4627,4644 ---- - goto associate; - - case BIT_ANDTC_EXPR: -+ #ifdef GPC -+ if (TREE_CODE (type) == SET_TYPE) -+ { -+ /* S - [] == S; [] - S == [] */ -+ if (TREE_CODE (TREE_TYPE (TREE_TYPE (arg1))) == VOID_TYPE) -+ return arg0; -+ -+ if (TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == VOID_TYPE) -+ return arg0; -+ goto associate; -+ } -+ #endif /* GPC */ - if (integer_all_onesp (arg0)) - return non_lvalue (convert (type, arg1)); - if (integer_zerop (arg0)) -*************** -*** 4998,5003 **** ---- 5050,5093 ---- - case GT_EXPR: - case LE_EXPR: - case GE_EXPR: -+ #ifdef GPC -+ if (TREE_CODE (TREE_TYPE (arg0)) == SET_TYPE) -+ { -+ switch (code) -+ { -+ case EQ_EXPR: -+ if (TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == VOID_TYPE -+ && TREE_CODE (TREE_TYPE (TREE_TYPE (arg1))) == VOID_TYPE) -+ return convert (type, integer_one_node); -+ break; -+ case NE_EXPR: -+ if (TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == VOID_TYPE -+ && TREE_CODE (TREE_TYPE (TREE_TYPE (arg1))) == VOID_TYPE) -+ return convert (type, integer_zero_node); -+ break; -+ case LE_EXPR: -+ if (TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == VOID_TYPE) -+ return convert (type, integer_one_node); -+ break; -+ case GE_EXPR: -+ if (TREE_CODE (TREE_TYPE (TREE_TYPE (arg1))) == VOID_TYPE) -+ return convert (type, integer_one_node); -+ break; -+ case GT_EXPR: -+ /* Optimized from: "not (arg0 <= arg1)" */ -+ if (TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == VOID_TYPE) -+ return convert (type, integer_zero_node); -+ break; -+ case LT_EXPR: -+ /* Optimized from: "not (arg0 >= arg1)" */ -+ if (TREE_CODE (TREE_TYPE (TREE_TYPE (arg1))) == VOID_TYPE) -+ return convert (type, integer_zero_node); -+ break; -+ default: -+ abort (); -+ } -+ } -+ #endif /* GPC */ - /* If one arg is a constant integer, put it last. */ - if (TREE_CODE (arg0) == INTEGER_CST - && TREE_CODE (arg1) != INTEGER_CST) -*************** -*** 5782,5787 **** ---- 5872,5891 ---- - return pedantic_non_lvalue (convert (type, TREE_OPERAND (arg0, 0))); - - return t; -+ -+ #ifdef GPC -+ case CARD_EXPR: -+ if (TREE_CODE (TREE_TYPE (arg0)) == SET_TYPE -+ && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == VOID_TYPE) -+ return convert (type, integer_zero_node); -+ return t; -+ -+ case IN_EXPR: -+ if (TREE_CODE (TREE_TYPE (arg0)) == SET_TYPE -+ && TREE_CODE (TREE_TYPE (TREE_TYPE (arg0))) == VOID_TYPE) -+ return convert (type, integer_zero_node); -+ return t; -+ #endif /* GPC */ - - case COMPOUND_EXPR: - /* When pedantic, a compound expression can be neither an lvalue diff --git a/lang/gpc/files/patch-ah b/lang/gpc/files/patch-ah deleted file mode 100644 index b528b5db42cd..000000000000 --- a/lang/gpc/files/patch-ah +++ /dev/null @@ -1,44 +0,0 @@ -*** function.c.orig Sat Feb 28 22:58:16 1998 ---- function.c Thu Mar 23 15:34:50 2000 -*************** -*** 463,468 **** ---- 463,491 ---- - /* Given a function decl for a containing function, - return the `struct function' for it. */ - -+ #ifdef GPC -+ struct function * -+ maybe_find_function_data (decl) -+ tree decl; -+ { -+ struct function *p; -+ for (p = outer_function_chain; p; p = p->next) -+ if (p->decl == decl) -+ return p; -+ return (struct function *)NULL; -+ } -+ -+ struct function * -+ find_function_data (decl) -+ tree decl; -+ { -+ struct function *p = maybe_find_function_data (decl); -+ if (!p) -+ abort (); -+ return p; -+ } -+ -+ #else /* not GPC */ - struct function * - find_function_data (decl) - tree decl; -*************** -*** 475,480 **** ---- 498,504 ---- - - abort (); - } -+ #endif /* not GPC */ - - /* Save the current context for compilation of a nested function. - This is called from language-specific code. diff --git a/lang/gpc/files/patch-ai b/lang/gpc/files/patch-ai deleted file mode 100644 index 9f1614ed783d..000000000000 --- a/lang/gpc/files/patch-ai +++ /dev/null @@ -1,135 +0,0 @@ -*** gansidecl.h.orig Sat Feb 14 18:31:43 1998 ---- gansidecl.h Thu Mar 23 16:07:55 2000 -*************** -*** 22,107 **** - in binutils and gdb releases. - ??? Over time the two should be merged into one. */ - -! #ifndef ANSIDECL_H -! #define ANSIDECL_H - -! /* Add prototype support. */ -! #ifndef PROTO -! #if defined (USE_PROTOTYPES) ? USE_PROTOTYPES : defined (__STDC__) -! #define PROTO(ARGS) ARGS -! #else -! #define PROTO(ARGS) () -! #endif -! #endif - -! #ifndef VPROTO -! #ifdef __STDC__ -! #define PVPROTO(ARGS) ARGS -! #define VPROTO(ARGS) ARGS -! #define VA_START(va_list,var) va_start(va_list,var) -! #else -! #define PVPROTO(ARGS) () -! #define VPROTO(ARGS) (va_alist) va_dcl -! #define VA_START(va_list,var) va_start(va_list) -! #endif - #endif - -- /* Define a generic NULL if one hasn't already been defined. */ - -! #ifndef NULL -! #define NULL 0 -! #endif -! -! #ifndef GENERIC_PTR -! #if defined (USE_PROTOTYPES) ? USE_PROTOTYPES : defined (__STDC__) -! #define GENERIC_PTR void * -! #else -! #define GENERIC_PTR char * -! #endif -! #endif - - #ifndef NULL_PTR -! #define NULL_PTR ((GENERIC_PTR) 0) -! #endif -! -! #ifdef __STDC__ -! -! #define PTR void * -! -! #else -! -! #define PTR char * -! #ifndef const -! #define const -! #endif -! -! #endif /* ! __STDC__ */ -! -! /* We don't have autoconf for libgcc2.c since it's a target, so don't -! define these functions, which aren't used there anyway. */ -! -! #ifndef IN_LIBGCC2 -! -! #ifndef HAVE_BCOPY -! #define bcopy(src,dst,len) memcpy ((dst),(src),(len)) -! #endif -! -! #ifndef HAVE_BZERO -! #define bzero(dst,len) memset ((dst),0,(len)) -! #endif -! -! #ifndef HAVE_BCMP -! #define bcmp(left,right,len) memcmp ((left),(right),(len)) -! #endif -! -! #ifndef HAVE_RINDEX -! #define rindex strrchr -! #endif -! -! #ifndef HAVE_INDEX -! #define index strchr - #endif - -! #endif /* IN_LIBGCC2 */ - -- #endif /* ANSIDECL_H */ ---- 22,65 ---- - in binutils and gdb releases. - ??? Over time the two should be merged into one. */ - -! #ifndef __GANSIDECL_H__ -! #define __GANSIDECL_H__ - -! #include "ansidecl.h" - -! /* Undef ansidecl.h's "obsolete" version. */ -! #undef PROTO -! /* These macros are deprecated, use ansidecl.h's PARAMS style instead. */ -! #define PROTO(ARGS) PARAMS(ARGS) -! #define VPROTO(ARGS) VPARAMS(ARGS) -! #define PVPROTO(ARGS) PARAMS(ARGS) -! -! #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7) -! # define __attribute__(x) - #endif - - -! #ifndef ATTRIBUTE_UNUSED -! #define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) -! #endif /* ATTRIBUTE_UNUSED */ -! -! #ifndef ATTRIBUTE_NORETURN -! #define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__)) -! #endif /* ATTRIBUTE_NORETURN */ -! -! #ifndef ATTRIBUTE_PRINTF -! #define ATTRIBUTE_PRINTF(m, n) __attribute__ ((format (__printf__, m, n))) -! #define ATTRIBUTE_PRINTF_1 ATTRIBUTE_PRINTF(1, 2) -! #define ATTRIBUTE_PRINTF_2 ATTRIBUTE_PRINTF(2, 3) -! #define ATTRIBUTE_PRINTF_3 ATTRIBUTE_PRINTF(3, 4) -! #define ATTRIBUTE_PRINTF_4 ATTRIBUTE_PRINTF(4, 5) -! #define ATTRIBUTE_PRINTF_5 ATTRIBUTE_PRINTF(5, 6) -! #endif /* ATTRIBUTE_PRINTF */ -! #define GENERIC_PTR PTR - - #ifndef NULL_PTR -! #define NULL_PTR ((PTR) 0) - #endif - -! #endif /* __GANSIDECL_H__ */ - diff --git a/lang/gpc/files/patch-aj b/lang/gpc/files/patch-aj deleted file mode 100644 index d2f6c918cd97..000000000000 --- a/lang/gpc/files/patch-aj +++ /dev/null @@ -1,7 +0,0 @@ -*** mbchar.c.orig Thu Jan 1 03:00:00 1970 ---- mbchar.c Thu Mar 23 16:13:36 2000 -*************** -*** 0 **** ---- 1 ---- -+ /* empty */ -\ No newline at end of file diff --git a/lang/gpc/files/patch-ak b/lang/gpc/files/patch-ak deleted file mode 100644 index df4d00205aa3..000000000000 --- a/lang/gpc/files/patch-ak +++ /dev/null @@ -1,49 +0,0 @@ -*** optabs.c.orig Sat Feb 14 13:41:17 1998 ---- optabs.c Thu Mar 23 15:38:53 2000 -*************** -*** 1379,1384 **** ---- 1379,1422 ---- - - ok = 1; - } -+ #ifdef GPC -+ /* Optimization if real part of divisor is zero. */ -+ else if (real1 == 0) -+ { -+ /* (a+ib) / (0+id) == -i(a+ib) / d == (b/d + i(-a/d) */ -+ -+ /* Fetch imag1 from memory only once. */ -+ imag1 = force_reg (submode, imag1); -+ -+ if (class == MODE_COMPLEX_FLOAT) -+ res = expand_binop (submode, binoptab, imag0, imag1, -+ realr, unsignedp, methods); -+ else -+ res = expand_divmod (0, TRUNC_DIV_EXPR, submode, -+ imag0, imag1, realr, unsignedp); -+ if (res == 0) -+ break; -+ else if (res != realr) -+ emit_move_insn (realr, res); -+ -+ if (class == MODE_COMPLEX_FLOAT) -+ res = expand_binop (submode, binoptab, real0, -+ imag1, imagr, unsignedp, methods); -+ else -+ res = expand_divmod (0, TRUNC_DIV_EXPR, submode, -+ real0, imag1, imagr, unsignedp); -+ -+ /* Negate the imaginary part. */ -+ res = expand_unop (submode, neg_optab, -+ res, imagr, unsignedp); -+ if (res == 0) -+ break; -+ else if (res != imagr) -+ emit_move_insn (imagr, res); -+ -+ ok = 1; -+ } -+ #endif /* GPC */ - else - { - /* Divisor is of complex type: diff --git a/lang/gpc/files/patch-al b/lang/gpc/files/patch-al deleted file mode 100644 index 5d5da64f57d6..000000000000 --- a/lang/gpc/files/patch-al +++ /dev/null @@ -1,41 +0,0 @@ -*** prefix.c.orig Fri Feb 6 16:04:22 1998 ---- prefix.c Thu Mar 23 15:40:38 2000 -*************** -*** 232,238 **** - char *name; - { - char code = name[0]; -! char *key, *prefix = 0; - int keylen; - - if (code != '@' && code != '$') ---- 232,238 ---- - char *name; - { - char code = name[0]; -! char *key, *prefix = 0, *oldname = name; - int keylen; - - if (code != '@' && code != '$') -*************** -*** 272,278 **** - prefix[strlen (prefix) - 1] = 0; - } - -! return concat (prefix, name, NULL_PTR); - } - - /* Update PATH using KEY if PATH starts with PREFIX. */ ---- 272,283 ---- - prefix[strlen (prefix) - 1] = 0; - } - -! name = concat (prefix, name, NULL_PTR); -! -! if (!strcmp (name, oldname)) -! return 0; -! -! return name; - } - - /* Update PATH using KEY if PATH starts with PREFIX. */ diff --git a/lang/gpc/files/patch-am b/lang/gpc/files/patch-am deleted file mode 100644 index b6553c3474d1..000000000000 --- a/lang/gpc/files/patch-am +++ /dev/null @@ -1,233 +0,0 @@ -*** stor-layout.c.orig Sat Nov 8 16:12:07 1997 ---- stor-layout.c Thu Mar 23 15:48:05 2000 -*************** -*** 65,70 **** ---- 65,79 ---- - - int immediate_size_expand; - -+ #ifdef GPC -+ -+ /* Nonzero means that the size of a type may vary -+ within one function context. */ -+ -+ int size_volatile = 0; -+ -+ #endif /* GPC */ -+ - tree - get_pending_sizes () - { -*************** -*** 102,109 **** - || global_bindings_p () < 0 || contains_placeholder_p (size)) - return size; - -! size = save_expr (size); -! - if (global_bindings_p ()) - { - if (TREE_CONSTANT (size)) ---- 111,123 ---- - || global_bindings_p () < 0 || contains_placeholder_p (size)) - return size; - -! #ifdef GPC -! if (! size_volatile) -! size = save_expr (size); -! #else /* not GPC */ -! size = save_expr (size); -! #endif /* not GPC */ -! - if (global_bindings_p ()) - { - if (TREE_CONSTANT (size)) -*************** -*** 119,125 **** ---- 133,143 ---- - Also, we would like to pass const0_rtx here, but don't have it. */ - expand_expr (size, expand_expr (integer_zero_node, NULL_PTR, VOIDmode, 0), - VOIDmode, 0); -+ #ifdef GPC -+ else if (! size_volatile) -+ #else /* not GPC */ - else -+ #endif /* not GPC */ - pending_sizes = tree_cons (NULL_TREE, size, pending_sizes); - - return size; -*************** -*** 953,958 **** ---- 971,1117 ---- - } - break; - -+ #ifdef GPC -+ /* Unfortunately the code for SET_TYPE in standard gcc 2.6.3 will -+ not work for pascal sets. The problem is that the code aligns -+ the set so that it always starts from the first bit of the -+ aligned set. (i.e it shifts bit 0 to the firt bit of the -+ aligned first word of the set). This is ok, if the set low -+ bound is zero (as in powersets) or any multiple of -+ "set_alignment". But this is not always the case in Pascal. -+ -+ It causes problems when using set types with set constructors -+ in an expression, possibly the expression having ranges whose -+ both bounds are variable. -+ -+ The method used in GPC is to adjust the sets so that the bits -+ are never shifted to the beginning of the aligned entity (in -+ gpc, it is a word), but rather more room is allocated in -+ front and behind of the actual set, so that both bounds are aligned -+ and then the size used by the set is counted. -+ -+ The code below works as the original code for the special -+ cases when set low bound is 0 or a multiple of alignement, -+ but it also works for GPC. -+ -+ Also, the code in the case when the bounds are variable -+ should work, and the algorithm is the same as in the -+ constant case, but the calculation is done in tree nodes -+ (so it can be folded wherever possible). -+ -+ In this case, the original code called abort(). */ -+ -+ #ifndef SET_WORD_SIZE -+ #define SET_WORD_SIZE BITS_PER_WORD -+ #endif -+ -+ case SET_TYPE: -+ if (TREE_CODE (TYPE_MAX_VALUE (TYPE_DOMAIN (type))) == INTEGER_CST -+ && TREE_CODE (TYPE_MIN_VALUE (TYPE_DOMAIN (type))) == INTEGER_CST) -+ { -+ int alignment = set_alignment ? set_alignment : SET_WORD_SIZE; -+ int aligned_size_in_bits; -+ int low_bound, high_bound; -+ -+ int l_index = TREE_INT_CST_LOW (TYPE_MIN_VALUE (TYPE_DOMAIN (type))); -+ int h_index = TREE_INT_CST_LOW (TYPE_MAX_VALUE (TYPE_DOMAIN (type))); -+ -+ if (l_index == 0 && h_index == -1) -+ { -+ /* Special empty set node */ -+ TYPE_SIZE (type) = size_zero_node; -+ TYPE_MODE (type) = VOIDmode; -+ TYPE_ALIGN (type) = 1; -+ break; -+ } -+ -+ /* Calculate an aligned low bound from the set low bound */ -+ low_bound = l_index - (l_index % alignment); -+ -+ /* Calculate an aligned high bound from the set high bound */ -+ high_bound = (alignment-1) + (alignment * (h_index / alignment)); -+ -+ /* This is the aligned size (both low and high aligned) */ -+ aligned_size_in_bits = high_bound - low_bound + 1; -+ -+ if (aligned_size_in_bits > alignment) -+ TYPE_MODE (type) = BLKmode; -+ else -+ TYPE_MODE (type) = mode_for_size (alignment, MODE_INT, 1); -+ -+ TYPE_SIZE (type) = size_int (aligned_size_in_bits); -+ TYPE_ALIGN (type) = alignment; -+ TYPE_PRECISION (type) = h_index - l_index + 1; -+ } -+ else -+ { -+ tree domain = TYPE_DOMAIN (type); -+ int alignment = set_alignment ? set_alignment : SET_WORD_SIZE; -+ tree align = build_int_2 (alignment, 0); -+ -+ /* @@@@@ Negative bounds do not work here. -+ -+ @@@ Although this should work, variable bound sets are -+ not supported in setop.c. */ -+ -+ extern tree build_binary_op (enum tree_code, tree, tree, int); -+ -+ /* low_bound = low_index - (low_index % align); */ -+ tree low_bound = -+ build_binary_op (MINUS_EXPR, -+ convert (integer_type_node, -+ TYPE_MIN_VALUE (domain)), -+ build_binary_op (TRUNC_MOD_EXPR, -+ convert (integer_type_node, -+ TYPE_MIN_VALUE (domain)), -+ align, -+ 0), -+ 0); -+ -+ /* Upper bit number. Avoid overflow. */ -+ /* upper_bound = (align-1) + (align * (high_index / align)); */ -+ tree high_bound = -+ build_binary_op -+ (PLUS_EXPR, -+ build_int_2 (alignment - 1, 0), -+ build_binary_op (MULT_EXPR, -+ align, -+ build_binary_op (TRUNC_DIV_EXPR, -+ convert (integer_type_node, -+ TYPE_MAX_VALUE (domain)), -+ align, -+ 0), -+ 0), -+ 0); -+ -+ /* Allocated TYPE_SIZE in bits, including possible aligning */ -+ /* set_size_in_bits = high_bound - low_bound + 1; */ -+ TYPE_SIZE (type) = -+ build_binary_op (PLUS_EXPR, -+ integer_one_node, -+ build_binary_op (MINUS_EXPR, -+ high_bound, -+ low_bound, -+ 0), -+ 0); -+ -+ TYPE_ALIGN (type) = alignment; -+ -+ /* Find out if the set fits in word_mode. If not, use BLKmode. -+ @@@ But it requires knowing the size, which is variable -+ in this case ... */ -+ -+ if (TYPE_SIZE (type) -+ && TREE_CODE (TYPE_SIZE (type)) == INTEGER_CST -+ && TREE_INT_CST_LOW (TYPE_SIZE (type)) <= alignment) -+ TYPE_MODE (type) = mode_for_size (alignment, MODE_INT, 1); -+ else -+ TYPE_MODE (type) = BLKmode; -+ } -+ break; -+ #else /* not GPC */ -+ -+ - case SET_TYPE: /* Used by Chill and Pascal. */ - if (TREE_CODE (TYPE_MAX_VALUE (TYPE_DOMAIN (type))) != INTEGER_CST - || TREE_CODE (TYPE_MIN_VALUE (TYPE_DOMAIN (type))) != INTEGER_CST) -*************** -*** 977,982 **** ---- 1136,1142 ---- - TYPE_PRECISION (type) = size_in_bits; - } - break; -+ #endif /* not GPC */ - - case FILE_TYPE: - /* The size may vary in different languages, so the language front end -*************** -*** 1152,1157 **** ---- 1312,1323 ---- - >> (HOST_BITS_PER_WIDE_INT - - (precision - HOST_BITS_PER_WIDE_INT))) - : 0); -+ #ifdef GPC -+ /* Not only for Pascal, but other languages don't seem to care -+ about this. */ -+ TREE_UNSIGNED (TYPE_MIN_VALUE (type)) = 1; -+ TREE_UNSIGNED (TYPE_MAX_VALUE (type)) = 1; -+ #endif /* GPC */ - TREE_TYPE (TYPE_MIN_VALUE (type)) = type; - TREE_TYPE (TYPE_MAX_VALUE (type)) = type; - diff --git a/lang/gpc/files/patch-an b/lang/gpc/files/patch-an deleted file mode 100644 index 97406adf8937..000000000000 --- a/lang/gpc/files/patch-an +++ /dev/null @@ -1,398 +0,0 @@ -*** system.h.orig Thu Jan 1 03:00:00 1970 ---- system.h Thu Mar 23 16:11:35 2000 -*************** -*** 0 **** ---- 1,393 ---- -+ /* system.h - Get common system includes and various definitions and -+ declarations based on autoconf macros. -+ Copyright (C) 1998 Free Software Foundation, Inc. -+ -+ */ -+ -+ #ifndef __GCC_SYSTEM_H__ -+ #define __GCC_SYSTEM_H__ -+ -+ /* We must include stdarg.h/varargs.h before stdio.h. */ -+ #ifdef ANSI_PROTOTYPES -+ #include <stdarg.h> -+ #else -+ #include <varargs.h> -+ #endif -+ -+ #include <stdio.h> -+ -+ /* Define a generic NULL if one hasn't already been defined. */ -+ #ifndef NULL -+ #define NULL 0 -+ #endif -+ -+ /* The compiler is not a multi-threaded application and therefore we -+ do not have to use the locking functions. */ -+ #ifdef HAVE_PUTC_UNLOCKED -+ # undef putc -+ # define putc(C, Stream) putc_unlocked (C, Stream) -+ #endif -+ #ifdef HAVE_FPUTC_UNLOCKED -+ # undef fputc -+ # define fputc(C, Stream) fputc_unlocked (C, Stream) -+ #endif -+ #ifdef HAVE_FPUTS_UNLOCKED -+ # undef fputs -+ # define fputs(String, Stream) fputs_unlocked (String, Stream) -+ #endif -+ -+ #include <ctype.h> -+ -+ /* Jim Meyering writes: -+ -+ "... Some ctype macros are valid only for character codes that -+ isascii says are ASCII (SGI's IRIX-4.0.5 is one such system --when -+ using /bin/cc or gcc but without giving an ansi option). So, all -+ ctype uses should be through macros like ISPRINT... If -+ STDC_HEADERS is defined, then autoconf has verified that the ctype -+ macros don't need to be guarded with references to isascii. ... -+ Defining isascii to 1 should let any compiler worth its salt -+ eliminate the && through constant folding." -+ -+ Bruno Haible adds: -+ -+ "... Furthermore, isupper(c) etc. have an undefined result if c is -+ outside the range -1 <= c <= 255. One is tempted to write isupper(c) -+ with c being of type `char', but this is wrong if c is an 8-bit -+ character >= 128 which gets sign-extended to a negative value. -+ The macro ISUPPER protects against this as well." */ -+ -+ #if defined (STDC_HEADERS) || (!defined (isascii) && !defined (HAVE_ISASCII)) -+ # define IN_CTYPE_DOMAIN(c) 1 -+ #else -+ # define IN_CTYPE_DOMAIN(c) isascii(c) -+ #endif -+ -+ #ifdef isblank -+ # define ISBLANK(c) (IN_CTYPE_DOMAIN (c) && isblank (c)) -+ #else -+ # define ISBLANK(c) ((c) == ' ' || (c) == '\t') -+ #endif -+ #ifdef isgraph -+ # define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isgraph (c)) -+ #else -+ # define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isprint (c) && !isspace (c)) -+ #endif -+ -+ #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c)) -+ #define ISALNUM(c) (IN_CTYPE_DOMAIN (c) && isalnum (c)) -+ #define ISALPHA(c) (IN_CTYPE_DOMAIN (c) && isalpha (c)) -+ #define ISCNTRL(c) (IN_CTYPE_DOMAIN (c) && iscntrl (c)) -+ #define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower (c)) -+ #define ISPUNCT(c) (IN_CTYPE_DOMAIN (c) && ispunct (c)) -+ #define ISSPACE(c) (IN_CTYPE_DOMAIN (c) && isspace (c)) -+ #define ISUPPER(c) (IN_CTYPE_DOMAIN (c) && isupper (c)) -+ #define ISXDIGIT(c) (IN_CTYPE_DOMAIN (c) && isxdigit (c)) -+ #define ISDIGIT_LOCALE(c) (IN_CTYPE_DOMAIN (c) && isdigit (c)) -+ -+ /* ISDIGIT differs from ISDIGIT_LOCALE, as follows: -+ - Its arg may be any int or unsigned int; it need not be an unsigned char. -+ - It's guaranteed to evaluate its argument exactly once. -+ - It's typically faster. -+ Posix 1003.2-1992 section 2.5.2.1 page 50 lines 1556-1558 says that -+ only '0' through '9' are digits. Prefer ISDIGIT to ISDIGIT_LOCALE unless -+ it's important to use the locale's definition of `digit' even when the -+ host does not conform to Posix. */ -+ #define ISDIGIT(c) ((unsigned) (c) - '0' <= 9) -+ -+ -+ #include <sys/types.h> -+ #include <errno.h> -+ -+ #ifndef errno -+ extern int errno; -+ #endif -+ -+ #ifdef STRING_WITH_STRINGS -+ # include <string.h> -+ # include <strings.h> -+ #else -+ # ifdef HAVE_STRING_H -+ # include <string.h> -+ # else -+ # ifdef HAVE_STRINGS_H -+ # include <strings.h> -+ # endif -+ # endif -+ #endif -+ -+ #ifdef HAVE_STDLIB_H -+ # include <stdlib.h> -+ #endif -+ -+ #ifdef HAVE_UNISTD_H -+ # include <unistd.h> -+ #endif -+ -+ #ifdef HAVE_SYS_PARAM_H -+ # include <sys/param.h> -+ #endif -+ -+ #if HAVE_LIMITS_H -+ # include <limits.h> -+ #endif -+ -+ #ifdef TIME_WITH_SYS_TIME -+ # include <sys/time.h> -+ # include <time.h> -+ #else -+ # if HAVE_SYS_TIME_H -+ # include <sys/time.h> -+ # else -+ # ifdef HAVE_TIME_H -+ # include <time.h> -+ # endif -+ # endif -+ #endif -+ -+ #ifdef HAVE_FCNTL_H -+ # include <fcntl.h> -+ #else -+ # ifdef HAVE_SYS_FILE_H -+ # include <sys/file.h> -+ # endif -+ #endif -+ -+ #ifndef SEEK_SET -+ # define SEEK_SET 0 -+ # define SEEK_CUR 1 -+ # define SEEK_END 2 -+ #endif -+ #ifndef F_OK -+ # define F_OK 0 -+ # define X_OK 1 -+ # define W_OK 2 -+ # define R_OK 4 -+ #endif -+ #ifndef O_RDONLY -+ # define O_RDONLY 0 -+ #endif -+ #ifndef O_WRONLY -+ # define O_WRONLY 1 -+ #endif -+ -+ #ifdef HAVE_SYS_WAIT_H -+ #include <sys/wait.h> -+ #endif -+ -+ #ifndef WIFSIGNALED -+ #define WIFSIGNALED(S) (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f) -+ #endif -+ #ifndef WTERMSIG -+ #define WTERMSIG(S) ((S) & 0x7f) -+ #endif -+ #ifndef WIFEXITED -+ #define WIFEXITED(S) (((S) & 0xff) == 0) -+ #endif -+ #ifndef WEXITSTATUS -+ #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) -+ #endif -+ -+ -+ -+ #ifndef bcopy -+ # ifdef HAVE_BCOPY -+ # ifdef NEED_DECLARATION_BCOPY -+ extern void bcopy (); -+ # endif -+ # else /* ! HAVE_BCOPY */ -+ # define bcopy(src,dst,len) memcpy ((dst),(src),(len)) -+ # endif -+ #endif -+ -+ #ifndef bcmp -+ # ifdef HAVE_BCMP -+ # ifdef NEED_DECLARATION_BCMP -+ extern int bcmp (); -+ # endif -+ # else /* ! HAVE_BCMP */ -+ # define bcmp(left,right,len) memcmp ((left),(right),(len)) -+ # endif -+ #endif -+ -+ #ifndef bzero -+ # ifdef HAVE_BZERO -+ # ifdef NEED_DECLARATION_BZERO -+ extern void bzero (); -+ # endif -+ # else /* ! HAVE_BZERO */ -+ # define bzero(dst,len) memset ((dst),0,(len)) -+ # endif -+ #endif -+ -+ #ifndef index -+ # ifdef HAVE_INDEX -+ # ifdef NEED_DECLARATION_INDEX -+ extern char *index (); -+ # endif -+ # else /* ! HAVE_INDEX */ -+ # define index strchr -+ # endif -+ #endif -+ -+ #ifndef rindex -+ # ifdef HAVE_RINDEX -+ # ifdef NEED_DECLARATION_RINDEX -+ extern char *rindex (); -+ # endif -+ # else /* ! HAVE_RINDEX */ -+ # define rindex strrchr -+ # endif -+ #endif -+ -+ #ifdef NEED_DECLARATION_ATOF -+ extern double atof (); -+ #endif -+ -+ #ifdef NEED_DECLARATION_ATOL -+ extern long atol(); -+ #endif -+ -+ #ifdef NEED_DECLARATION_FREE -+ extern void free (); -+ #endif -+ -+ #ifdef NEED_DECLARATION_GETCWD -+ extern char *getcwd (); -+ #endif -+ -+ #ifdef NEED_DECLARATION_GETENV -+ extern char *getenv (); -+ #endif -+ -+ #ifdef NEED_DECLARATION_GETWD -+ extern char *getwd (); -+ #endif -+ -+ #ifdef NEED_DECLARATION_SBRK -+ extern char *sbrk (); -+ #endif -+ -+ #ifdef HAVE_STRERROR -+ # ifdef NEED_DECLARATION_STRERROR -+ # ifndef strerror -+ extern char *strerror (); -+ # endif -+ # endif -+ #else /* ! HAVE_STRERROR */ -+ extern int sys_nerr; -+ extern char *sys_errlist[]; -+ #endif /* HAVE_STRERROR */ -+ -+ #ifdef HAVE_STRSIGNAL -+ # ifdef NEED_DECLARATION_STRSIGNAL -+ # ifndef strsignal -+ extern char * strsignal (); -+ # endif -+ # endif -+ #else /* ! HAVE_STRSIGNAL */ -+ # ifndef SYS_SIGLIST_DECLARED -+ # ifndef NO_SYS_SIGLIST -+ extern char * sys_siglist[]; -+ # endif -+ # endif -+ #endif /* HAVE_STRSIGNAL */ -+ -+ #ifdef HAVE_GETRLIMIT -+ # ifdef NEED_DECLARATION_GETRLIMIT -+ # ifndef getrlimit -+ extern int getrlimit (); -+ # endif -+ # endif -+ #endif -+ -+ #ifdef HAVE_SETRLIMIT -+ # ifdef NEED_DECLARATION_SETRLIMIT -+ # ifndef setrlimit -+ extern int setrlimit (); -+ # endif -+ # endif -+ #endif -+ -+ /* HAVE_VOLATILE only refers to the stage1 compiler. We also check -+ __STDC__ and assume gcc sets it and has volatile in stage >=2. */ -+ #if !defined(HAVE_VOLATILE) && !defined(__STDC__) && !defined(volatile) -+ #define volatile -+ #endif -+ -+ /* Redefine abort to report an internal error w/o coredump, and reporting the -+ location of the error in the source file. */ -+ #ifndef abort -+ #ifndef __STDC__ -+ #ifndef __GNUC__ -+ #ifndef USE_SYSTEM_ABORT -+ #define USE_SYSTEM_ABORT -+ #endif /* !USE_SYSTEM_ABORT */ -+ #endif /* !__GNUC__ */ -+ #endif /* !__STDC__ */ -+ -+ #ifdef USE_SYSTEM_ABORT -+ # ifdef NEED_DECLARATION_ABORT -+ extern void abort (); -+ # endif -+ #else -+ #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7) -+ #define abort() \ -+ (fprintf (stderr, \ -+ "%s:%d: Internal compiler error\n", __FILE__, __LINE__), \ -+ exit (FATAL_EXIT_CODE)) -+ -+ #else -+ #define abort() \ -+ (fprintf (stderr, \ -+ "%s:%d: Internal compiler error in function %s\n", \ -+ __FILE__, __LINE__, __PRETTY_FUNCTION__), \ -+ exit (FATAL_EXIT_CODE)) -+ -+ #endif /* recent gcc */ -+ #endif /* USE_SYSTEM_ABORT */ -+ #endif /* !abort */ -+ -+ -+ /* Define a STRINGIFY macro that's right for ANSI or traditional C. -+ HAVE_CPP_STRINGIFY only refers to the stage1 compiler. Assume that -+ (non-traditional) gcc used in stage2 or later has this feature. -+ -+ Note: if the argument passed to STRINGIFY is itself a macro, eg -+ #define foo bar, STRINGIFY(foo) will produce "foo", not "bar". -+ Although the __STDC__ case could be made to expand this via a layer -+ of indirection, the traditional C case can not do so. Therefore -+ this behavior is not supported. */ -+ #ifndef STRINGIFY -+ # if defined(HAVE_CPP_STRINGIFY) || (defined(__GNUC__) && defined(__STDC__)) -+ # define STRINGIFY(STRING) #STRING -+ # else -+ # define STRINGIFY(STRING) "STRING" -+ # endif -+ #endif /* ! STRINGIFY */ -+ -+ -+ /* These macros are here in preparation for the use of gettext in egcs. */ -+ #define _(String) String -+ #define N_(String) String -+ -+ #if HAVE_SYS_STAT_H -+ # include <sys/stat.h> -+ #endif -+ -+ /* Test if something is a normal file. */ -+ #ifndef S_ISREG -+ #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) -+ #endif -+ -+ /* Test if something is a directory. */ -+ #ifndef S_ISDIR -+ #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) -+ #endif -+ -+ #if !defined(GPC) || defined(EGCS92) -+ /* Get libiberty declarations. */ -+ #include "libiberty.h" -+ #endif -+ -+ #endif /* __GCC_SYSTEM_H__ */ diff --git a/lang/gpc/files/patch-ao b/lang/gpc/files/patch-ao deleted file mode 100644 index e5067d4eaec0..000000000000 --- a/lang/gpc/files/patch-ao +++ /dev/null @@ -1,95 +0,0 @@ -*** toplev.c.orig Thu Mar 23 14:19:51 2000 ---- toplev.c Thu Mar 23 15:57:06 2000 -*************** -*** 304,309 **** ---- 304,315 ---- - - int optimize = 0; - -+ #ifdef GPC -+ /* Nonzero if called with --version (i.e. gpc called with --verbose). */ -+ -+ int version_flag = 0; -+ #endif /* GPC */ -+ - /* Number of error messages and warning messages so far. */ - - int errorcount = 0; -*************** -*** 590,595 **** ---- 596,607 ---- - - int flag_pedantic_errors = 0; - -+ #ifdef GPC -+ /* Nonzero means copy the source input to stderr. */ -+ -+ extern int flag_debug_source; -+ #endif /* GPC */ -+ - /* flag_schedule_insns means schedule insns within basic blocks (before - local_alloc). - flag_schedule_insns_after_reload means schedule insns after -*************** -*** 2897,2902 **** ---- 2909,2921 ---- - #define ASM_FINISH_DECLARE_OBJECT(FILE, DECL, TOP, END) - #endif - -+ /* Dito. */ -+ #ifdef GPC -+ #define NOT_IN_GPC(X) -+ #else /* not GPC */ -+ #define NOT_IN_GPC(X) X -+ #endif /* not GPC */ -+ - /* Forward declarations for nested functions are not "external", - but we need to treat them as if they were. */ - if (TREE_STATIC (decl) || DECL_EXTERNAL (decl) -*************** -*** 2914,2922 **** - /* Don't output anything - when a tentative file-scope definition is seen. - But at end of compilation, do output code for them. */ -! if (! (! at_end && top_level - && (DECL_INITIAL (decl) == 0 -! || DECL_INITIAL (decl) == error_mark_node))) - assemble_variable (decl, top_level, at_end, 0); - if (!output_bytecode - && decl == last_assemble_variable_decl) ---- 2933,2941 ---- - /* Don't output anything - when a tentative file-scope definition is seen. - But at end of compilation, do output code for them. */ -! NOT_IN_GPC ( if (! (! at_end && top_level - && (DECL_INITIAL (decl) == 0 -! || DECL_INITIAL (decl) == error_mark_node))) ) - assemble_variable (decl, top_level, at_end, 0); - if (!output_bytecode - && decl == last_assemble_variable_decl) -*************** -*** 3741,3747 **** ---- 3760,3768 ---- - register int i; - char *filename = 0; - int flag_print_mem = 0; -+ #ifndef GPC - int version_flag = 0; -+ #endif /* not GPC */ - char *p; - - /* save in case md file wants to emit args as a comment. */ -*************** -*** 3956,3961 **** ---- 3977,3987 ---- - case 'R': - sched2_dump = 1; - break; -+ #ifdef GPC -+ case 'Y': -+ flag_debug_source = 1; -+ break; -+ #endif /* GPC */ - case 'y': - set_yydebug (1); - break; diff --git a/lang/gpc/files/patch-ap b/lang/gpc/files/patch-ap deleted file mode 100644 index a8adf52be22e..000000000000 --- a/lang/gpc/files/patch-ap +++ /dev/null @@ -1,18 +0,0 @@ -*** tree.c.orig Tue Mar 3 02:37:46 1998 ---- tree.c Thu Mar 23 15:58:48 2000 -*************** -*** 4742,4747 **** ---- 4742,4754 ---- - for (i = 0; i < bit_size; i++) - buffer[i] = 0; - -+ #ifdef GPC -+ /* Since sets are word-aligned in Pascal, -+ the first bits in the set may be unused. */ -+ -+ domain_min -= domain_min % BITS_PER_WORD; -+ #endif /* GPC */ -+ - for (vals = TREE_OPERAND (init, 1); - vals != NULL_TREE; vals = TREE_CHAIN (vals)) - { diff --git a/lang/gpc/files/patch-aq b/lang/gpc/files/patch-aq deleted file mode 100644 index 47bcd62055ef..000000000000 --- a/lang/gpc/files/patch-aq +++ /dev/null @@ -1,121 +0,0 @@ -diff -P -N -C3 -r gpc.std/p/gpc-common.c gpc/p/gpc-common.c -*** p/gpc-common.c.orig Sat Dec 26 02:06:58 1998 ---- p/gpc-common.c Thu Mar 23 18:24:40 2000 -*************** -*** 797,803 **** - - record_function_format (DECL_NAME (decl), - DECL_ASSEMBLER_NAME (decl), -! is_scan, format_num, first_arg_num); - break; - } - ---- 797,803 ---- - - record_function_format (DECL_NAME (decl), - DECL_ASSEMBLER_NAME (decl), -! is_scan, 0, format_num, first_arg_num); - break; - } - -*************** -*** 1038,1043 **** ---- 1038,1044 ---- - tree assembler_name; /* optional mangled identifier (for C++) */ - int is_scan; /* TRUE if *scanf */ - int format_num; /* number of format argument */ -+ int null_format_ok; /* TRUE if the format string may be NULL */ - int first_arg_num; /* number of first arg (zero for varargs) */ - } function_format_info; - -*************** -*** 1068,1082 **** - void - init_function_format_info () - { -! record_function_format (get_identifier ("printf"), NULL_TREE, 0, 1, 2); -! record_function_format (get_identifier ("fprintf"), NULL_TREE, 0, 2, 3); -! record_function_format (get_identifier ("sprintf"), NULL_TREE, 0, 2, 3); -! record_function_format (get_identifier ("scanf"), NULL_TREE, 1, 1, 2); -! record_function_format (get_identifier ("fscanf"), NULL_TREE, 1, 2, 3); -! record_function_format (get_identifier ("sscanf"), NULL_TREE, 1, 2, 3); -! record_function_format (get_identifier ("vprintf"), NULL_TREE, 0, 1, 0); -! record_function_format (get_identifier ("vfprintf"), NULL_TREE, 0, 2, 0); -! record_function_format (get_identifier ("vsprintf"), NULL_TREE, 0, 2, 0); - - record_international_format (get_identifier ("gettext"), NULL_TREE, 1); - record_international_format (get_identifier ("dgettext"), NULL_TREE, 2); ---- 1069,1083 ---- - void - init_function_format_info () - { -! record_function_format (get_identifier ("printf"), NULL_TREE, 0, 0, 1, 2); -! record_function_format (get_identifier ("fprintf"), NULL_TREE, 0, 0, 2, 3); -! record_function_format (get_identifier ("sprintf"), NULL_TREE, 0, 0, 2, 3); -! record_function_format (get_identifier ("scanf"), NULL_TREE, 1, 0, 1, 2); -! record_function_format (get_identifier ("fscanf"), NULL_TREE, 1, 0, 2, 3); -! record_function_format (get_identifier ("sscanf"), NULL_TREE, 1, 0, 2, 3); -! record_function_format (get_identifier ("vprintf"), NULL_TREE, 0, 0, 1, 0); -! record_function_format (get_identifier ("vfprintf"), NULL_TREE, 0, 0, 2, 0); -! record_function_format (get_identifier ("vsprintf"), NULL_TREE, 0, 0, 2, 0); - - record_international_format (get_identifier ("gettext"), NULL_TREE, 1); - record_international_format (get_identifier ("dgettext"), NULL_TREE, 2); -*************** -*** 1093,1104 **** - (e.g. for varargs such as vfprintf). */ - - void -! record_function_format (name, assembler_name, is_scan, - format_num, first_arg_num) - tree name; - tree assembler_name; - int is_scan; - int format_num; - int first_arg_num; - { - function_format_info *info; ---- 1094,1106 ---- - (e.g. for varargs such as vfprintf). */ - - void -! record_function_format (name, assembler_name, is_scan, null_format_ok, - format_num, first_arg_num) - tree name; - tree assembler_name; - int is_scan; - int format_num; -+ int null_format_ok; - int first_arg_num; - { - function_format_info *info; -*************** -*** 1122,1127 **** ---- 1124,1130 ---- - - info->is_scan = is_scan; - info->format_num = format_num; -+ info->null_format_ok = null_format_ok; - info->first_arg_num = first_arg_num; - } - -diff -P -N -C3 -r gpc.std/p/gpc-defs.h gpc/p/gpc-defs.h -*** p/gpc-defs.h.orig Mon Dec 21 04:41:07 1998 ---- p/gpc-defs.h Thu Mar 23 18:20:44 2000 -*************** -*** 622,628 **** - extern tree build_pascal_unary_op PROTO ((enum tree_code, tree, int)); - extern tree build_pascal_pointer_reference PROTO ((tree)); - extern tree build_pascal_address_expression PROTO ((tree)); -! extern void record_function_format PROTO ((tree, tree, int, int, int)); - - /* - * construct an identifier_node for the assembler-name ---- 622,628 ---- - extern tree build_pascal_unary_op PROTO ((enum tree_code, tree, int)); - extern tree build_pascal_pointer_reference PROTO ((tree)); - extern tree build_pascal_address_expression PROTO ((tree)); -! extern void record_function_format PROTO ((tree, tree, int, int, int, int)); - - /* - * construct an identifier_node for the assembler-name diff --git a/lang/gpc/files/patch-ar b/lang/gpc/files/patch-ar deleted file mode 100644 index 6b0ce53c3a81..000000000000 --- a/lang/gpc/files/patch-ar +++ /dev/null @@ -1,19 +0,0 @@ -*** p/rts/file.c.orig Sat Jan 16 04:07:00 1999 ---- p/rts/file.c Thu Mar 23 18:58:07 2000 -*************** -*** 1568,1574 **** - #ifdef HAVE_STATVFS - #include <sys/statvfs.h> - #elif defined(HAVE_STATFS) -! #include <sys/vfs.h> - #endif - - void ---- 1568,1574 ---- - #ifdef HAVE_STATVFS - #include <sys/statvfs.h> - #elif defined(HAVE_STATFS) -! #include <sys/mount.h> - #endif - - void diff --git a/lang/gpc/files/patch-as b/lang/gpc/files/patch-as deleted file mode 100644 index af9884303825..000000000000 --- a/lang/gpc/files/patch-as +++ /dev/null @@ -1,11 +0,0 @@ ---- p/units/regexc.c Tue Jan 5 08:53:29 1999 -+++ p/units/regexc.c.new Sun Apr 16 01:03:17 2000 -@@ -21,7 +21,7 @@ - */ - - #include <stdlib.h> --#include <rxposix.h> -+#include <gnuregex.h> - - typedef unsigned char Boolean; - diff --git a/lang/gpc/files/patch-at b/lang/gpc/files/patch-at deleted file mode 100644 index 73d872b5e2b3..000000000000 --- a/lang/gpc/files/patch-at +++ /dev/null @@ -1,20 +0,0 @@ ---- p/Make-lang.in.orig Tue Jan 19 02:10:16 1999 -+++ p/Make-lang.in Mon Jan 1 07:30:02 2001 -@@ -42,7 +42,7 @@ - HARDLINK=ln - - # Where to install the demos (relative to the prefix) --DEMO_DIR=doc/gpc/demos -+DEMO_DIR=share/doc/gpc/demos - demodir=$(prefix)/$(DEMO_DIR) - - # Analogous to objext -@@ -281,7 +281,7 @@ - p/doc/gpc.info: $(GPC_TEXI) p/doc/gpcpas.texi - if [ -d p/doc ]; then true; else mkdir p/doc; fi - src=`cd $(srcdir); pwd`; \ -- cd p/doc; $(MAKEINFO) -I$${src}/p/doc -o gpc.info $${src}/p/doc/gpc.texi -+ cd p/doc; $(MAKEINFO) --no-split -I$${src}/p/doc -o gpc.info $${src}/p/doc/gpc.texi - - p/doc/gpc.dvi: $(GPC_TEXI) p/doc/gpcpas.texi - if [ -d p/doc ]; then true; else mkdir p/doc; fi diff --git a/lang/gpc/files/patch-au b/lang/gpc/files/patch-au deleted file mode 100644 index 755ef1fafdf5..000000000000 --- a/lang/gpc/files/patch-au +++ /dev/null @@ -1,13 +0,0 @@ ---- p/doc/gpc.texi.orig Tue Jul 7 00:21:41 1998 -+++ p/doc/gpc.texi Mon Jan 1 07:17:33 2001 -@@ -23,6 +23,10 @@ - @c Header. - - @setfilename gpc.info -+@dircategory Programming -+@direntry -+* GPC: (gpc). The GNU Pascal Compiler. -+@end direntry - @c @setfilename usegpc.info - @c @setfilename hackgpc.info - @c To produce the full manual, use the "gpc.info" setfilename, and diff --git a/lang/gpc/pkg-descr b/lang/gpc/pkg-descr deleted file mode 100644 index 2bc7705f97c9..000000000000 --- a/lang/gpc/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -GNU Pascal is part of the GNU compiler family, GNU CC or GCC. -It combines a Pascal front-end with the proven GNU C back-end -for code generation and optimization. Unlike utilities such -as p2c, this is a true compiler, not just a converter. - -The current release 2.0 implements Standard Pascal (ISO 7185, -level 1), a large subset of Extended Pascal (ISO 10206), and -Borland Pascal. - -WWW: http://www.gnu-pascal.de/ diff --git a/lang/gpc/pkg-plist b/lang/gpc/pkg-plist deleted file mode 100644 index d40c64e5b805..000000000000 --- a/lang/gpc/pkg-plist +++ /dev/null @@ -1,60 +0,0 @@ -bin/bpc -bin/epc -bin/gpc -bin/pc -lib/gcc-lib/%%GNUHOST%%/2.8.1/gpc-cpp -lib/gcc-lib/%%GNUHOST%%/2.8.1/gpc1 -lib/gcc-lib/%%GNUHOST%%/2.8.1/libgcc.a -lib/gcc-lib/%%GNUHOST%%/2.8.1/libgpc.a -lib/gcc-lib/%%GNUHOST%%/2.8.1/specs -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/crt.inc -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/crt.pas -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/crtc.c -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/crtc.h -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/crtdospc.h -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/crtdummy.h -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/crtlinux386.h -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/crtunix.h -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/crtunix1.h -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/dos.pas -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/dosc.c -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/dosunix.pas -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/getopt.h -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/getopt.pas -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/getoptc.c -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/gmp.pas -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/gpc.pas -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/gpcutil.pas -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/internal.pas -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/overlay.pas -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/pexecutc.c -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/pexecute.h -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/pexecute.pas -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/pipe.pas -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/pipec.c -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/ports.pas -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/printer.pas -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/regex.pas -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/regexc.c -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/strings.pas -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/system.pas -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/turbo3.pas -lib/gcc-lib/%%GNUHOST%%/2.8.1/units/windos.pas -@unexec rmdir %D/lib/gcc-lib/%%GNUHOST%%/2.8.1/units 2>/dev/null || true -@unexec rmdir %D/lib/gcc-lib/%%GNUHOST%%/2.8.1 2>/dev/null || true -@unexec rmdir %D/lib/gcc-lib/%%GNUHOST%% 2>/dev/null || true -@unexec rmdir %D/lib/gcc-lib 2>/dev/null || true -share/doc/gpc/demos/demoproc.pas -share/doc/gpc/demos/factorial.pas -share/doc/gpc/demos/getoptdemo.pas -share/doc/gpc/demos/pexecutedemo.pas -share/doc/gpc/demos/pi.pas -share/doc/gpc/demos/pipedemo.pas -share/doc/gpc/demos/portdemo.pas -share/doc/gpc/demos/power.pas -share/doc/gpc/demos/regexdemo.pas -@dirrm share/doc/gpc/demos -@dirrm share/doc/gpc -@unexec install-info --delete %D/info/gpc.info %D/info/dir -info/gpc.info -@exec install-info %D/info/gpc.info %D/info/dir diff --git a/math/PDL/Makefile b/math/PDL/Makefile deleted file mode 100644 index 2c5dee10c06c..000000000000 --- a/math/PDL/Makefile +++ /dev/null @@ -1,81 +0,0 @@ -# New ports collection makefile for: PDL -# Date created: 08 February 1999 -# Whom: Anton Berezin <tobez@plab.ku.dk> -# -# $FreeBSD$ -# - -PORTNAME= PDL -PORTVERSION= 2.3.4 -CATEGORIES= math perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= PDL pdl - -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl Data Language - -BUILD_DEPENDS= ${PERL_SITELIBDIR}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ - ${PERL_SITELIBDIR}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77 \ - ${PERL_SITELIBDIR}/Inline.pm:${PORTSDIR}/devel/p5-Inline \ - ${PERL_SITELIBDIR}/${PERL_ARCH}/Filter/Util/Call.pm:${PORTSDIR}/devel/p5-Filter -RUN_DEPENDS= ${PERL_SITELIBDIR}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ - ${PERL_SITELIBDIR}/Term/ReadLine/readline.pm:${PORTSDIR}/devel/p5-ReadLine-Perl - -USE_MESA= yes -PERL_CONFIGURE= yes -PERL_SITELIBDIR= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -SCRIPTS_ENV= PERL=${PERL} - -.if defined(KITCHEN_SINK) -LIB_DEPENDS+= fftw.2:${PORTSDIR}/math/fftw \ - gsl.4:${PORTSDIR}/math/gsl -RUN_DEPENDS+= ppmtogif:${PORTSDIR}/graphics/netpbm \ - mpeg_encode:${PORTSDIR}/multimedia/mpeg_encode \ - saoimage:${PORTSDIR}/astro/saoimage -.endif - -.SILENT: - -.if !defined(KITCHEN_SINK) -pre-extract: - ${ECHO} "You can build additional functionality into PDL by defining KITCHEN_SINK" -.endif - -.include <bsd.port.pre.mk> - -.if ${MACHINE_ARCH} == "alpha" -BROKEN= test script t/flexraw.t fails all 26 tests -.endif -.if ${PERL_LEVEL} < 500601 -IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again -.endif # ${PERL_LEVEL} < 500601 - -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -post-patch: - for f in ${WRKSRC}/Basic/Core/*.PL ${WRKSRC}/Basic/Core/*.p \ - ${WRKSRC}/Doc/Doc/*.PL ${WRKSRC}/Doc/Pod/*.PL \ - ${WRKSRC}/Graphics/TriD/OpenGL/examples/clip \ - ${WRKSRC}/t/*.t ; do \ - ${PERL} -pi -e "s!/usr/local/bin/perl!${PERL}!" $$f ; \ - done - -test: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} make test - -# autogen plist -post-install: - @(cd ${WRKSRC}/blib/man3 ; \ - ${FIND} *.3 | ${SED} "s,^,lib/perl5/${PERL_VERSION}/man/man3/," \ - >> ${TMPPLIST} ; \ - cd ${WRKSRC}/blib/man1 ; \ - ${FIND} *.1 | ${SED} "s,^,man/man1/," >> ${TMPPLIST}) - @(cd ${PERL_SITELIBDIR}/${PERL_ARCH} ; ${FIND} PDL* -type f | \ - ${SED} "s,^,lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/," \ - >> ${TMPPLIST} ; \ - ${FIND} PDL* -type d | sort -r | \ - ${SED} "s,^,@dirrm lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/," \ - >> ${TMPPLIST}) - -.include <bsd.port.post.mk> diff --git a/math/PDL/distinfo b/math/PDL/distinfo deleted file mode 100644 index 2e3f1e6c380a..000000000000 --- a/math/PDL/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (PDL-2.3.4.tar.gz) = 5412cc612efba2bb940153ace3870092 diff --git a/math/PDL/files/patch-aa b/math/PDL/files/patch-aa deleted file mode 100644 index 07c535f951e5..000000000000 --- a/math/PDL/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- perldl.conf.orig Wed Sep 25 00:54:05 2002 -+++ perldl.conf Wed Sep 25 00:56:00 2002 -@@ -22,7 +22,7 @@ - # 0 -> don't use - # true -> force use - -- WITH_POSIX_THREADS => undef, -+ WITH_POSIX_THREADS => 0, - - MALLOCDBG => undef, - # { -@@ -75,7 +75,7 @@ - OPENGL_DEFINE => undef, - # Whether or not to build the Karma interface module - -- WITH_KARMA => undef, # Leave it up to PDL to decide -+ WITH_KARMA => 0, # Leave it up to PDL to decide - WHERE_KARMA => undef, # you may explicitly specify directory location - - # Whether or not to build the PDL::Slatec module diff --git a/math/PDL/files/patch-cpoly.c b/math/PDL/files/patch-cpoly.c deleted file mode 100644 index bc425f940f6c..000000000000 --- a/math/PDL/files/patch-cpoly.c +++ /dev/null @@ -1,21 +0,0 @@ ---- Basic/Math/cpoly.c.orig Wed Sep 25 01:05:04 2002 -+++ Basic/Math/cpoly.c Wed Sep 25 01:13:38 2002 -@@ -9,7 +9,6 @@ - #include <stdlib.h> - #include <math.h> - #if !defined(WIN32) && !defined(_WIN32) && !defined(__APPLE__) --#include <values.h> - #endif - #include <float.h> - /* #define DEBUGMAIN */ /* Set up debugging main, etc. */ -@@ -750,8 +749,8 @@ - #if !defined(WIN32) && !defined(_WIN32) && !defined(__APPLE__) - base = 2; - eta = DBL_EPSILON; -- smalno = MINDOUBLE; -- infin = MAXDOUBLE; -+ smalno = DBL_MIN; -+ infin = DBL_MAX; - #else - base = 2; - eta = DBL_EPSILON; diff --git a/math/PDL/files/patch-gg b/math/PDL/files/patch-gg deleted file mode 100644 index 0177b9bd2496..000000000000 --- a/math/PDL/files/patch-gg +++ /dev/null @@ -1,12 +0,0 @@ ---- Basic/Math/mconf.h.orig Wed Sep 25 00:57:31 2002 -+++ Basic/Math/mconf.h Wed Sep 25 00:58:06 2002 -@@ -89,7 +89,9 @@ - #endif - #if defined __alpha && ! defined __linux - #include <float.h> -+#ifndef __FreeBSD__ - #include <nan.h> -+#endif - #endif - #ifndef NANARG - #define NANARG diff --git a/math/PDL/pkg-descr b/math/PDL/pkg-descr deleted file mode 100644 index aac3a429d9d7..000000000000 --- a/math/PDL/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -PDL (``Perl Data Language'') gives standard perl the ability to -COMPACTLY store and SPEEDILY manipulate the large N-dimensional data -arrays which are the bread and butter of scientific computing. - -The idea is to turn perl in to a free, array-oriented, numerical -language in the same sense as commerical packages like IDL and -MatLab. One can write simple perl expressions to manipulate entire -numerical arrays all at once. For example, using PDL the perl variable -$a can hold a 1024x1024 floating point image, it only takes 4Mb of -memory to store it and expressions like $a=sqrt($a)+2 would manipulate -the whole image in a few seconds. - -A simple interactive shell (perldl) is provided for command line use -together with a module (PDL) for use in perl scripts. - -WWW: http://pdl.perl.org/ diff --git a/math/PDL/pkg-plist b/math/PDL/pkg-plist deleted file mode 100644 index 68a238421770..000000000000 --- a/math/PDL/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/perldl diff --git a/misc/cassowary/Makefile b/misc/cassowary/Makefile deleted file mode 100644 index f5a9f8515fed..000000000000 --- a/misc/cassowary/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: cassowary -# Date created: 01 October 1999 -# Whom: Yukihiro Nakai <nakai@FreeBSD>org> -# -# $FreeBSD$ -# - -PORTNAME= cassowary -PORTVERSION= 0.60 -CATEGORIES= misc -MASTER_SITES= http://www.cs.washington.edu/research/constraints/cassowary/ - -MAINTAINER= nakai@FreeBSD.org -COMMENT= Constraint solving toolkit - -BROKEN= "Does not build" - -BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile -LIB_DEPENDS= GTL.3:${PORTSDIR}/misc/gtl - -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-guile-prefix=${LOCALBASE} \ - --enable-guile-build \ - --enable-permissive -USE_GMAKE= yes -USE_BISON= yes - -.include <bsd.port.mk> diff --git a/misc/cassowary/distinfo b/misc/cassowary/distinfo deleted file mode 100644 index ccd00dab9b7a..000000000000 --- a/misc/cassowary/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (cassowary-0.60.tar.gz) = e8bc875306b1c873ceeb0a9d8a83533d diff --git a/misc/cassowary/files/patch-aa b/misc/cassowary/files/patch-aa deleted file mode 100644 index 9bb3b2316d2d..000000000000 --- a/misc/cassowary/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- c++/ClFDSolver.cc.orig Fri Oct 1 18:10:48 1999 -+++ c++/ClFDSolver.cc Fri Oct 1 18:11:19 1999 -@@ -9,6 +9,9 @@ - // - // ClFDSolver.cc - -+#ifdef __FreeBSD__ -+#include <stdarg.h> -+#endif - - #ifdef HAVE_CONFIG_H - #include <cassowary/config.h> diff --git a/misc/cassowary/files/patch-ab b/misc/cassowary/files/patch-ab deleted file mode 100644 index 8631941c5bec..000000000000 --- a/misc/cassowary/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/Makefile.in.orig Wed Oct 18 07:30:35 2000 -+++ docs/Makefile.in Wed Oct 18 07:30:42 2000 -@@ -94,7 +94,7 @@ - YACC = @YACC@ - cassoguiledir = @cassoguiledir@ - --docdir = $(prefix)/doc -+docdir = $(prefix)/share/doc - - doc_DATA = cassowary-tr.pdf cassowary-tr.ps.gz - diff --git a/misc/cassowary/pkg-descr b/misc/cassowary/pkg-descr deleted file mode 100644 index cff9483e537e..000000000000 --- a/misc/cassowary/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -constraint solving toolkit diff --git a/misc/cassowary/pkg-plist b/misc/cassowary/pkg-plist deleted file mode 100644 index 143910975171..000000000000 --- a/misc/cassowary/pkg-plist +++ /dev/null @@ -1,59 +0,0 @@ -bin/cassowary-config -include/Cl.h -include/ClC.h -include/cassowary/Cassowary.h -include/cassowary/ClAbstractVariable.h -include/cassowary/ClConstraint.h -include/cassowary/ClConstraintHash.h -include/cassowary/ClDummyVariable.h -include/cassowary/ClEditConstraint.h -include/cassowary/ClEditOrStayConstraint.h -include/cassowary/ClErrors.h -include/cassowary/ClFDConnectorVariable.h -include/cassowary/ClFDVariable.h -include/cassowary/ClFloatVariable.h -include/cassowary/ClLinearConstraint.h -include/cassowary/ClLinearEquation.h -include/cassowary/ClLinearExpression.h -include/cassowary/ClLinearExpression_fwd.h -include/cassowary/ClLinearInequality.h -include/cassowary/ClMap.h -include/cassowary/ClObjectiveVariable.h -include/cassowary/ClPoint.h -include/cassowary/ClReader.h -include/cassowary/ClSet.h -include/cassowary/ClSimplexSolver.h -include/cassowary/ClSlackVariable.h -include/cassowary/ClSolver.h -include/cassowary/ClStayConstraint.h -include/cassowary/ClStrength.h -include/cassowary/ClSymbolicWeight.h -include/cassowary/ClTableau.h -include/cassowary/ClTypedefs.h -include/cassowary/ClVariable.h -include/cassowary/cl_auto_ptr.h -include/cassowary/config-inline.h -include/cassowary/debug.h -include/cassowary/timer.h -include/cassowary_scm.h -include/cassowary_scm.hpp -include/cl-snarf.h -lib/cassowary/tests/ClTests -lib/guile/site/cassowary/libconstraints.a -lib/guile/site/cassowary/libconstraints.la -lib/guile/site/cassowary/libconstraints.so -lib/guile/site/cassowary/libconstraints.so.0 -lib/libcassowary.a -lib/libcassowary.la -lib/libcassowary.so -lib/libcassowary.so.0 -lib/libconstraints.a -share/doc/cassowary-tr.pdf -share/doc/cassowary-tr.ps.gz -@dirrm include/cassowary -@dirrm lib/cassowary/bench -@dirrm lib/cassowary/tests -@dirrm lib/cassowary -@dirrm lib/guile/site/cassowary -@dirrm lib/guile/site -@dirrm lib/guile diff --git a/net/coda_client/Makefile b/net/coda_client/Makefile deleted file mode 100644 index 3511244078ea..000000000000 --- a/net/coda_client/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: coda -# Date created: 19 June 1998 -# Whom: hmpierce <hmpierce@cs.cmu.edu> -# -# $FreeBSD$ -# - -PORTNAME= coda-client -PORTVERSION= 4.6.6.1 -CATEGORIES= net -#MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= asami/LOCAL_PORTS -DISTNAME= coda-4.6.6 -EXTRACT_SUFX= .tgz - -MAINTAINER= rvb@cs.cmu.edu -COMMENT= An experimental, replicated, high-performance network file system - -BROKEN= "Does not build" - -BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm - -ALL_TARGET= coda -INSTALL_TARGET= client-install - -GNU_CONFIGURE= yes -USE_GMAKE= yes - -NO_LATEST_LINK= yes - -.include <bsd.port.mk> diff --git a/net/coda_client/distinfo b/net/coda_client/distinfo deleted file mode 100644 index a130c080665c..000000000000 --- a/net/coda_client/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (coda-4.6.6.tgz) = e05c12cbe7bd20619a253ea24b4f951e diff --git a/net/coda_client/pkg-descr b/net/coda_client/pkg-descr deleted file mode 100644 index 32580d907cf0..000000000000 --- a/net/coda_client/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Coda is a distributed file system. Among its features are disconnected -operation, good security model, server replication and persistent client -side caching. - -This package builds the entire source tree but only installs(/packages) the -client side programs. - -For more info, contact <coda@cs.cmu.edu> or visit the website. - -WWW: http://www.coda.cs.cmu.edu/ diff --git a/net/coda_client/pkg-plist b/net/coda_client/pkg-plist deleted file mode 100644 index 9a0816ca0a76..000000000000 --- a/net/coda_client/pkg-plist +++ /dev/null @@ -1,56 +0,0 @@ -lib/coda/Advice.tcl -lib/coda/CodaConsole -lib/coda/Consider.tcl -lib/coda/ConsiderAdding.tcl -lib/coda/ConsiderRemoving.tcl -lib/coda/ControlPanel.tcl -lib/coda/Date.tcl -lib/coda/DiscoMiss.tcl -lib/coda/Events.tcl -lib/coda/Globals.tcl -lib/coda/Helper.tcl -lib/coda/HoardWalk.tcl -lib/coda/HoardWalkAdvice.tcl -lib/coda/Indicators.tcl -lib/coda/Initialization.tcl -lib/coda/Lock.tcl -lib/coda/Log.tcl -lib/coda/Network.tcl -lib/coda/OutsideWorld.tcl -lib/coda/ReadMiss.tcl -lib/coda/Reconnection.tcl -lib/coda/Reintegration.tcl -lib/coda/Repair.tcl -lib/coda/Space.tcl -lib/coda/Task.tcl -lib/coda/Timing.tcl -lib/coda/Tokens.tcl -lib/coda/WeakMiss.tcl -lib/coda/tixCodaMeter.tcl -sbin/au -sbin/venus -sbin/venus-setup -sbin/volmunge -sbin/vutil -bin/advice_srv -bin/cfs -bin/clog -bin/cmon -bin/codacon -bin/cpasswd -bin/ctokens -bin/cunlog -bin/filcon -bin/filerepair -bin/hoard -bin/logbandwidth -bin/logcmls -bin/logreintegration -bin/parser -bin/removeinc -bin/repair -bin/replay -bin/spy -bin/xaskuser -bin/xfrepair -@dirrm lib/coda diff --git a/net/coda_server/Makefile b/net/coda_server/Makefile deleted file mode 100644 index bf3c61686133..000000000000 --- a/net/coda_server/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: coda -# Date created: 19 June 1998 -# Whom: hmpierce <hmpierce@cs.cmu.edu> -# -# $FreeBSD$ -# - -PORTNAME= coda-server -PORTVERSION= 4.6.6.1 -CATEGORIES= net -#MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= asami/LOCAL_PORTS -DISTNAME= coda-4.6.6 -EXTRACT_SUFX= .tgz - -MAINTAINER= rvb@cs.cmu.edu -COMMENT= An experimental, replicated, high-performance network file system - -BROKEN= "Does not build" - -BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm - -ALL_TARGET= coda -INSTALL_TARGET= server-install - -GNU_CONFIGURE= yes -USE_GMAKE= yes - -NO_LATEST_LINK= yes - -.include <bsd.port.mk> diff --git a/net/coda_server/distinfo b/net/coda_server/distinfo deleted file mode 100644 index a130c080665c..000000000000 --- a/net/coda_server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (coda-4.6.6.tgz) = e05c12cbe7bd20619a253ea24b4f951e diff --git a/net/coda_server/pkg-descr b/net/coda_server/pkg-descr deleted file mode 100644 index 9b554b83c011..000000000000 --- a/net/coda_server/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Coda is a distributed file system. Among its features are disconnected -operation, good security model, server replication and persistent client -side caching. - -This package builds the entire source tree but only installs(/packages) the -server side programs. - -For more info, contact <coda@cs.cmu.edu> or visit the website. - -WWW: http://www.coda.cs.cmu.edu/ diff --git a/net/coda_server/pkg-plist b/net/coda_server/pkg-plist deleted file mode 100644 index 64aea2a44aba..000000000000 --- a/net/coda_server/pkg-plist +++ /dev/null @@ -1,40 +0,0 @@ -bin/filcon -bin/norton -bin/norton-reinit -bin/reinit -sbin/auth2 -sbin/backup -sbin/backup.sh -sbin/bldvldb.sh -sbin/codasrv -sbin/createvol_rep -sbin/initpw -sbin/inoder -sbin/makeftree -sbin/merge -sbin/mvdb -sbin/parserecdump -sbin/partial-reinit.sh -sbin/pcfgen -sbin/printvrdb -sbin/purgevol -sbin/purgevol_rep -sbin/pwd2pdb -sbin/rdsinit -sbin/readdump -sbin/rpc2portmap -sbin/rvmutl -sbin/startserver -sbin/tape.pl -sbin/updateclnt -sbin/updatefetch -sbin/updatesrv -sbin/vice-killvolumes -sbin/vice-setup -sbin/vice-setup-ports -sbin/vice-setup-rvm -sbin/vice-setup-scm -sbin/vice-setup-srvdir -sbin/vice-setup-user -sbin/volutil -etc/rc.vice diff --git a/net/gtk+licq/Makefile b/net/gtk+licq/Makefile deleted file mode 100644 index 5c6bba4a2453..000000000000 --- a/net/gtk+licq/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: gtk+licq -# Date created: 17 Oct 2000 -# Whom: Jeremy Norris <ishmael27@home.com> -# -# $FreeBSD$ -# - -PORTNAME= gtk+licq -PORTVERSION= 0.51 -PORTREVISION= 2 -CATEGORIES= net -MASTER_SITES= http://gtk.licq.org/download/ - -MAINTAINER= roman@xpert.com -COMMENT= Gtk+ plugin for licq - -BUILD_DEPENDS= ${LOCALBASE}/include/licq/licq_icqd.h:${PORTSDIR}/net/licq -LIB_DEPENDS= pspell.15:${PORTSDIR}/textproc/aspell \ - iconv.3:${PORTSDIR}/converters/libiconv -RUN_DEPENDS= licq:${PORTSDIR}/net/licq - -BROKEN= 'does not support licq >= 1.2.0' - -# It breaks the build for some reason -#USE_LIBTOOL= yes -USE_GMAKE= yes -USE_GNOME= gtk12 -WANT_GNOME= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mlibcapplet}!="" -USE_GNOME+= libcapplet -PKGNAMESUFFIX= -gnome -CONFIGURE_ARGS+= --enable-gnome -.else -CONFIGURE_ARGS+= --disable-gnome -.endif - -post-patch: - @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL5} -pi -e \ - 's|-D_REENTRANT|${PTHREAD_CFLAGS} -D_REENTRANT|g ; \ - s|^localedir =.*|localedir = \$$(prefix)/share/locale| ; \ - s|^gtklicq_helpdir =.*|gtklicq_helpdir = \ - \$$(datadir)/help/gtk+licq/C|' -.if !defined(HAVE_GNOME) - @${PERL5} -pi -e \ - 's|^SUBDIRS =.*|SUBDIRS =|' ${WRKSRC}/doc/Makefile.in - @${PERL5} -pi -e \ - 's|\sinstall-menuDATA||;s|\sinstall-ximianmenuDATA||' ${WRKSRC}/Makefile.in -.endif - -.include <bsd.port.post.mk> diff --git a/net/gtk+licq/distinfo b/net/gtk+licq/distinfo deleted file mode 100644 index 8a96e3fa9980..000000000000 --- a/net/gtk+licq/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtk+licq-0.51.tar.gz) = be09ec38ef2c5f7b078ff31f81371a38 diff --git a/net/gtk+licq/files/patch-configure b/net/gtk+licq/files/patch-configure deleted file mode 100644 index 77badda9fcd3..000000000000 --- a/net/gtk+licq/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Mon Aug 6 15:13:06 2001 -+++ configure Fri Nov 30 14:54:15 2001 -@@ -7956,7 +7956,7 @@ - XSS_LIBS="" - fi - LDFLAGS="$LDFLAGS_old" -- CPPFLAGS="$LDFLAGS_old" -+ CPPFLAGS="$CPPFLAGS_old" - else - USE_XSS_LIBS="no" - XSS_LIBS="" diff --git a/net/gtk+licq/files/patch-src::functions.cpp b/net/gtk+licq/files/patch-src::functions.cpp deleted file mode 100644 index c8ee50072d05..000000000000 --- a/net/gtk+licq/files/patch-src::functions.cpp +++ /dev/null @@ -1,15 +0,0 @@ ---- src/functions.cpp 2001/04/23 21:07:27 1.97 -+++ src/functions.cpp 2001/05/17 08:34:51 1.98 -@@ -989,7 +989,11 @@ - { - unsigned long *uinptr; - GtkWidget *parent=NULL; -- -+ -+ if (widget == NULL) { -+ return(0); -+ } -+ - for (;;) - { - if (GTK_IS_MENU (widget)) { diff --git a/net/gtk+licq/files/patch-src::options_dialog.cpp b/net/gtk+licq/files/patch-src::options_dialog.cpp deleted file mode 100644 index cfeba9e882a5..000000000000 --- a/net/gtk+licq/files/patch-src::options_dialog.cpp +++ /dev/null @@ -1,9 +0,0 @@ ---- src/options_dialog.cpp.orig Sat Jul 1 10:55:29 2000 -+++ src/options_dialog.cpp Tue Sep 19 21:47:10 2000 -@@ -1,5 +1,6 @@ - #include "gtk-gui.h" - -+#include <unistd.h> - #include <sys/time.h> - #include <stdio.h> - #include <sys/types.h> diff --git a/net/gtk+licq/files/patch-src::plugin_dialog.cpp b/net/gtk+licq/files/patch-src::plugin_dialog.cpp deleted file mode 100644 index 3946cb9a74b3..000000000000 --- a/net/gtk+licq/files/patch-src::plugin_dialog.cpp +++ /dev/null @@ -1,9 +0,0 @@ ---- src/plugin_dialog.cpp.orig Mon Mar 27 17:59:06 2000 -+++ src/plugin_dialog.cpp Tue Sep 19 21:47:13 2000 -@@ -1,5 +1,6 @@ - #include "gtk-gui.h" - -+#include <unistd.h> - #include <sys/time.h> - #include <stdio.h> - #include <sys/types.h> diff --git a/net/gtk+licq/pkg-descr b/net/gtk+licq/pkg-descr deleted file mode 100644 index 137173d73976..000000000000 --- a/net/gtk+licq/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A gtk+ gui plugin for the popular icq clone licq. - -WWW: http://gtk.licq.org/ diff --git a/net/gtk+licq/pkg-plist b/net/gtk+licq/pkg-plist deleted file mode 100644 index 9e754ef07de9..000000000000 --- a/net/gtk+licq/pkg-plist +++ /dev/null @@ -1,51 +0,0 @@ -bin/gtklicq -%%GNOME:%%lib/licq/licq_gnome_gui.so -%%GNOME:%%lib/licq/licq_gnome_gui.la -%%GNOME:%%share/gnome/help/gtk+licq/C/arvancedusage.html -%%GNOME:%%share/gnome/help/gtk+licq/C/authors.html -%%GNOME:%%share/gnome/help/gtk+licq/C/bugs.html -%%GNOME:%%share/gnome/help/gtk+licq/C/docbook.css -%%GNOME:%%share/gnome/help/gtk+licq/C/goodstuff.html -%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_applet.png -%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_chatwindow.png -%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_infowindow.png -%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_mainwindow.png -%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_optionwindow.png -%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_regwindow.png -%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_searchwindow.png -%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_sendwindow.png -%%GNOME:%%share/gnome/help/gtk+licq/C/images/gtk_licq_viewwindow.png -%%GNOME:%%share/gnome/help/gtk+licq/C/index.html -%%GNOME:%%share/gnome/help/gtk+licq/C/license.html -%%GNOME:%%share/gnome/help/gtk+licq/C/prefs.html -%%GNOME:%%share/gnome/help/gtk+licq/C/topic.dat -%%GNOME:%%share/gnome/help/gtk+licq/C/usage.html -%%NOGNOME:%%lib/licq/licq_gtk_gui.so -share/licq/gtk-gui/pixmaps/arrow.xpm -share/licq/gtk-gui/pixmaps/chatBeep.xpm -share/licq/gtk-gui/pixmaps/chatBold.xpm -share/licq/gtk-gui/pixmaps/chatChangeBg.xpm -share/licq/gtk-gui/pixmaps/chatChangeFg.xpm -share/licq/gtk-gui/pixmaps/chatClose.xpm -share/licq/gtk-gui/pixmaps/chatItalic.xpm -share/licq/gtk-gui/pixmaps/chatUnder.xpm -share/licq/gtk-gui/pixmaps/close.xpm -share/licq/gtk-gui/pixmaps/history.xpm -share/licq/gtk-gui/pixmaps/info.xpm -share/licq/gtk-gui/pixmaps/logo.xpm -share/licq/gtk-gui/pixmaps/not_secure_on.xpm -share/licq/gtk-gui/pixmaps/reglogo.xpm -share/licq/gtk-gui/pixmaps/search.xpm -share/licq/gtk-gui/pixmaps/secure_off.xpm -share/licq/gtk-gui/pixmaps/secure_on.xpm -share/licq/gtk-gui/pixmaps/sideways_strippeddownlogo.xpm -share/locale/de/LC_MESSAGES/gtk+licq.mo -share/locale/pt/LC_MESSAGES/gtk+licq.mo -share/locale/pt_BR/LC_MESSAGES/gtk+licq.mo -share/locale/ru/LC_MESSAGES/gtk+licq.mo -share/locale/sv/LC_MESSAGES/gtk+licq.mo -%%GNOME:%%@dirrm share/gnome/help/gtk+licq/C/images -%%GNOME:%%@dirrm share/gnome/help/gtk+licq/C -%%GNOME:%%@dirrm share/gnome/help/gtk+licq -@dirrm share/licq/gtk-gui/pixmaps -@dirrm share/licq/gtk-gui diff --git a/net/icukrell/Makefile b/net/icukrell/Makefile deleted file mode 100644 index 9d0dd07e0460..000000000000 --- a/net/icukrell/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: icukrell -# Date Created: 2 July 2001 -# Whom: Peter van Heusden <pvh@egenetics.com> -# -# $FreeBSD$ -# - -PORTNAME= icukrell -PORTVERSION= 0.1.3 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= pvh@wfeet.za.net -COMMENT= GKrellM plugin which shows status of gnomeICU - -BROKEN= "Does not compile" - -BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm -RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm \ - gnomeicu:${PORTSDIR}/net/gnomeicu - -USE_X_PREFIX= yes -USE_GNOME= gnomelibs - -post-patch: - @${PERL} -pi -ne "s!/usr/local/!${PREFIX}/!" ${WRKSRC}/config.h - -do-install: - @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \ - ${PREFIX}/libexec/gkrellm/plugins - @${INSTALL_DATA} ${WRKSRC}/icukrell.so ${PREFIX}/libexec/gkrellm/plugins - @${INSTALL_PROGRAM} ${WRKSRC}/icukrell-client ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/net/icukrell/distinfo b/net/icukrell/distinfo deleted file mode 100644 index 15775ea3854e..000000000000 --- a/net/icukrell/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (icukrell-0.1.3.tar.gz) = 8f442cec0a00d490ccc30ce89bf4a90b diff --git a/net/icukrell/files/patch-Makefile b/net/icukrell/files/patch-Makefile deleted file mode 100644 index 356a7ed7a8d9..000000000000 --- a/net/icukrell/files/patch-Makefile +++ /dev/null @@ -1,56 +0,0 @@ ---- Makefile.orig Sun May 6 18:03:12 2001 -+++ Makefile Mon Jul 2 23:07:45 2001 -@@ -2,24 +2,25 @@ - # Makefile for IcuKrell 0.1.3 - # - --GTK_INCLUDE = `gtk-config --cflags` --GTK_LIB = `gtk-config --libs` -+GTK_INCLUDE = `$(GTK_CONFIG) --cflags` -+GTK_LIB = `$(GTK_CONFIG) --libs` - --GNOME_INCLUDE = `gnome-config --cflags gnorba gnomeui` --GNOME_LIB = `gnome-config --libs gnorba gnomeui` -+GNOME_INCLUDE = `$(GNOME_CONFIG) --cflags gnorba gnomeui` -+GNOME_LIB = `$(GNOME_CONFIG) --libs gnorba gnomeui` - --IMLIB_INCLUDE = `imlib-config --cflags-gdk` --IMLIB_LIBS = `imlib-config --libs-gdk` -+IMLIB_INCLUDE = `$(IMLIB_CONFIG) --cflags-gdk` -+IMLIB_LIBS = `$(IMLIB_CONFIG) --libs-gdk` - --CFLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) $(GNOME_INCLUDE) $(IMLIB_INCLUDE) --LIBS = $(GTK_LIB) $(GNOME_LIBS) $(IMLIB_LIBS) --LFLAGS = -shared -lpthread -+CFLAGS += -Wall -fPIC $(GTK_INCLUDE) $(GNOME_INCLUDE) $(IMLIB_INCLUDE) $(PTHREAD_CFLAGS) -+LIBS = $(GTK_LIB) $(GNOME_LIBS) $(IMLIB_LIBS) $(PTHREAD_LIBS) -+LFLAGS = -shared - --CC = gcc $(CFLAGS) $(FLAGS) -+CC += $(CFLAGS) $(FLAGS) - --OBJS = src/action.o src/options.o src/icukrell.o src/themes.o -+OBJS = action.o options.o icukrell.o themes.o - CLIENT_OBJS = client/icukrell-client.c - -+VPATH=src - ICUKRELL_PROGS = icukrell.so icukrell-client - - all: $(ICUKRELL_PROGS) -@@ -35,12 +36,12 @@ - rm -f icukrell-client - - install: -- install -c -s -m 755 icukrell.so /usr/share/gkrellm/plugins -- install -c -s -m 755 icukrell-client/icukrell-client /usr/local/bin -+ $(BSD_INSTALL_DATA) icukrell.so /usr/share/gkrellm/plugins -+ $(BSD_INSTALL_PROGRAM) icukrell-client/icukrell-client /usr/local/bin - - install-user: -- install -c -s -m 755 icukrell.so $(HOME)/.gkrellm/plugins -- install -c -s -m 755 icukrell-client/icukrell-client /usr/local/bin -+ $(BSD_INSTALL_DATA) icukrell.so $(HOME)/.gkrellm/plugins -+ $(BSD_INSTALL_PROGRAM) icukrell-client/icukrell-client /usr/local/bin - - icukrell.c.o: icukrell.c - options.c.o: options.c diff --git a/net/icukrell/files/patch-src::themes.c b/net/icukrell/files/patch-src::themes.c deleted file mode 100644 index f9341c4efedd..000000000000 --- a/net/icukrell/files/patch-src::themes.c +++ /dev/null @@ -1,83 +0,0 @@ ---- src/themes.c.orig Sun May 6 18:02:50 2001 -+++ src/themes.c Mon Jul 2 22:49:07 2001 -@@ -43,6 +43,8 @@ - #endif - make_file_name("gnomeicu-offline.png"); - im = gdk_imlib_load_image(full_file); -+ if (im == NULL) -+ return FALSE; - gdk_imlib_render(im, im->rgb_width, im->rgb_height); - offline_pixmap = gdk_imlib_copy_image(im); - offline_bitmap = gdk_imlib_copy_mask(im); -@@ -53,6 +55,8 @@ - #endif - make_file_name("gnomeicu-online.png"); - im = gdk_imlib_load_image(full_file); -+ if (im == NULL) -+ return FALSE; - gdk_imlib_render(im, im->rgb_width, im->rgb_height); - online_pixmap = gdk_imlib_copy_image(im); - online_bitmap = gdk_imlib_copy_mask(im); -@@ -63,6 +67,8 @@ - #endif - make_file_name("gnomeicu-inv.png"); - im = gdk_imlib_load_image(full_file); -+ if (im == NULL) -+ return FALSE; - gdk_imlib_render(im, im->rgb_width, im->rgb_height); - inv_pixmap = gdk_imlib_copy_image(im); - inv_bitmap = gdk_imlib_copy_mask(im); -@@ -73,6 +79,8 @@ - #endif - make_file_name("gnomeicu-na.png"); - im = gdk_imlib_load_image(full_file); -+ if (im == NULL) -+ return FALSE; - gdk_imlib_render(im, im->rgb_width, im->rgb_height); - na_pixmap = gdk_imlib_copy_image(im); - na_bitmap = gdk_imlib_copy_mask(im); -@@ -83,6 +91,8 @@ - #endif - make_file_name("gnomeicu-ffc.png"); - im = gdk_imlib_load_image(full_file); -+ if (im == NULL) -+ return FALSE; - gdk_imlib_render(im, im->rgb_width, im->rgb_height); - chat_pixmap = gdk_imlib_copy_image(im); - chat_bitmap = gdk_imlib_copy_mask(im); -@@ -93,6 +103,8 @@ - #endif - make_file_name("gnomeicu-occ.png"); - im = gdk_imlib_load_image(full_file); -+ if (im == NULL) -+ return FALSE; - gdk_imlib_render(im, im->rgb_width, im->rgb_height); - occ_pixmap = gdk_imlib_copy_image(im); - occ_bitmap = gdk_imlib_copy_mask(im); -@@ -103,6 +115,8 @@ - #endif - make_file_name("gnomeicu-away.png"); - im = gdk_imlib_load_image(full_file); -+ if (im == NULL) -+ return FALSE; - gdk_imlib_render(im, im->rgb_width, im->rgb_height); - away_pixmap = gdk_imlib_copy_image(im); - away_bitmap = gdk_imlib_copy_mask(im); -@@ -113,6 +127,8 @@ - #endif - make_file_name("gnomeicu-dnd.png"); - im = gdk_imlib_load_image(full_file); -+ if (im == NULL) -+ return FALSE; - gdk_imlib_render(im, im->rgb_width, im->rgb_height); - dnd_pixmap = gdk_imlib_copy_image(im); - dnd_bitmap = gdk_imlib_copy_mask(im); -@@ -123,6 +139,8 @@ - #endif - make_file_name("gnomeicu-message.png"); - im = gdk_imlib_load_image(full_file); -+ if (im == NULL) -+ return FALSE; - gdk_imlib_render(im, im->rgb_width, im->rgb_height); - message_pixmap = gdk_imlib_copy_image(im); - message_bitmap = gdk_imlib_copy_mask(im); diff --git a/net/icukrell/pkg-descr b/net/icukrell/pkg-descr deleted file mode 100644 index 23c9755714ab..000000000000 --- a/net/icukrell/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -GKrellM plugin which shows status of gnomeICU - -A plugin for gkrellm, that keeps track of the status of gnomeICU, -the gnome ICQ client. - -Author: drJeckyll <drJeckyll@hotmail.com> -WWW: http://icukrell.sourceforge.net/ diff --git a/net/icukrell/pkg-plist b/net/icukrell/pkg-plist deleted file mode 100644 index e798229a091b..000000000000 --- a/net/icukrell/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/icukrell-client -libexec/gkrellm/plugins/icukrell.so diff --git a/net/macipgw/Makefile b/net/macipgw/Makefile deleted file mode 100644 index f2e18b93e940..000000000000 --- a/net/macipgw/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Ports collection makefile for: macipgw -# Date created: 25 Nov 1997 -# Whom: stb -# -# $FreeBSD$ -# - -PORTNAME= macipgw -PORTVERSION= 1.0 -CATEGORIES= net -MASTER_SITES= ftp://ftp.hanse.de/sites/transit/netatalk/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= stb/netatalk - -MAINTAINER= ports@freebsd.org -COMMENT= MacIP Gateway to allow IP-access from AppleTalk-only networks - -BROKEN= "Does not build" - -BUILD_DEPENDS= ${LOCALBASE}/lib/libatalk.a:${PORTSDIR}/net/netatalk \ - ${LOCALBASE}/include/atalk/ddp.h:${PORTSDIR}/net/netatalk -RUN_DEPENDS= ${LOCALBASE}/libexec/atalkd:${PORTSDIR}/net/netatalk - -.include <bsd.port.mk> diff --git a/net/macipgw/distinfo b/net/macipgw/distinfo deleted file mode 100644 index 90fe180a3486..000000000000 --- a/net/macipgw/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (macipgw-1.0.tar.gz) = 4ea100374884be316240b8dd0e517308 diff --git a/net/macipgw/files/patch-aa b/net/macipgw/files/patch-aa deleted file mode 100644 index ef2c52f54714..000000000000 --- a/net/macipgw/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- main.c.old Thu Feb 3 15:39:27 2000 -+++ main.c Thu Feb 3 16:52:18 2000 -@@ -160,8 +160,8 @@ - exit (EX_USAGE); - } - - --void main(int argc, char *argv[]) { -+int main(int argc, char *argv[]) { - struct sigaction sv; - u_long net=0, mask=0, ns=0; - char *zone = "*"; -@@ -209,7 +208,7 @@ - openlog ("macipgw", LOG_PID | gDebug ? LOG_PERROR : 0, LOG_DAEMON); - - sv.sa_handler = die; -- sv.sa_mask = 0; -+ sigemptyset(&(sv.sa_mask)); - sv.sa_flags = 0; - if (sigaction( SIGTERM, &sv, 0 ) < 0 ) { - syslog( LOG_ERR, "sigaction: %m" ); -@@ -243,5 +242,6 @@ - server(); - - die (0); -+ return(0); - } - diff --git a/net/macipgw/pkg-descr b/net/macipgw/pkg-descr deleted file mode 100644 index 03e14c3d04ab..000000000000 --- a/net/macipgw/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -macipgw - MacIP gateway to allow IP-access for AppleTalk-only networks - -MacIP is a protocol that allows the encapsulation of IP packets in AppleTalk -packets, thus allowing Macs connected through an AppleTalk-only network -(such as LocalTalk or Apple Remote Access) to use TCP/IP-based services. diff --git a/net/macipgw/pkg-plist b/net/macipgw/pkg-plist deleted file mode 100644 index 1d3369ad3de9..000000000000 --- a/net/macipgw/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -libexec/macipgw -man/man8/macipgw.8.gz diff --git a/net/trafcount/Makefile b/net/trafcount/Makefile deleted file mode 100644 index 4b190ab73f7e..000000000000 --- a/net/trafcount/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: trafcount -# Date created: Sat Jun 2 16:29:22 IDT 2001 -# Whom: amir@boom.org.il -# -# $FreeBSD$ -# - -PORTNAME= trafcount -PORTVERSION= 0.2.1 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= trafcount - -MAINTAINER= amir@boom.org.il -COMMENT= Ethernet Traffic Counter - -BROKEN= "Does not compile" - -STARTUP= trafcount.sh -MAN1= trafcount.1 - -MAN_COMPRESSED= no -USE_REINPLACE= yes - -post-patch: - @${REINPLACE_CMD} -e 's@kmoddir=/modules@kmoddir=${PREFIX}/libexec@g' \ - ${WRKSRC}/trafcount.sh - @${REINPLACE_CMD} -e 's@/usr/local@${PREFIX}@g' \ - ${WRKSRC}/client/Makefile ${WRKSRC}/module/Makefile \ - ${WRKSRC}/Makefile - -.if !exists(/usr/src/sys/Makefile) -BROKEN= "Kernel source files required" -.endif - -.include <bsd.port.mk> diff --git a/net/trafcount/distinfo b/net/trafcount/distinfo deleted file mode 100644 index b3959cb838f3..000000000000 --- a/net/trafcount/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (trafcount-0.2.1.tar.gz) = 18ab6b5f82ac70567121c6e92a14050d diff --git a/net/trafcount/files/patch-client-Makefile b/net/trafcount/files/patch-client-Makefile deleted file mode 100644 index cedb05588dfe..000000000000 --- a/net/trafcount/files/patch-client-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- client/Makefile.orig Fri Jun 1 11:58:57 2001 -+++ client/Makefile Sun Jun 17 18:29:15 2001 -@@ -1,6 +1,8 @@ - PROG = trafcount - SRCS = trafcount.c ../include/trafcount.h - BINDIR ?= /usr/local/bin -+MANDIR = /usr/local/man/man - CFLAGS += -Wall -+NOMANCOMPRESS = yes - - .include <bsd.prog.mk> diff --git a/net/trafcount/files/patch-module-Makefile b/net/trafcount/files/patch-module-Makefile deleted file mode 100644 index 3f56bbea4252..000000000000 --- a/net/trafcount/files/patch-module-Makefile +++ /dev/null @@ -1,8 +0,0 @@ ---- module/Makefile.orig Fri Jun 1 11:20:26 2001 -+++ module/Makefile Sun Jun 17 18:15:28 2001 -@@ -1,4 +1,5 @@ - KMOD = trafcount - SRCS = trafcount.c ../include/trafcount.h -+KMODDIR = /usr/local/libexec - - .include <bsd.kmod.mk> diff --git a/net/trafcount/files/patch-module-trafcount.c b/net/trafcount/files/patch-module-trafcount.c deleted file mode 100644 index fbaea991023a..000000000000 --- a/net/trafcount/files/patch-module-trafcount.c +++ /dev/null @@ -1,20 +0,0 @@ ---- module/trafcount.c.orig Mon Dec 24 15:34:22 2001 -+++ module/trafcount.c Mon Dec 24 15:34:55 2001 -@@ -37,7 +37,7 @@ - static ip_fw_chk_t *trafcount_old_chk_ptr; - static int trafcount_ip_fw_chk __P((struct ip **pip, int hlen, - struct ifnet *oif, u_int16_t *cookie, struct mbuf **m, -- struct ip_fw_chain **flow_id, -+ struct ip_fw **flow_id, - struct sockaddr_in **next_hop)); - - LIST_HEAD(rulechain_head, rulechain) trafcount_rulechain; /* defines the rule list */ -@@ -86,7 +86,7 @@ - static int - trafcount_ip_fw_chk(struct ip **pip, int hlen, - struct ifnet *oif, u_int16_t *cookie, struct mbuf **m, -- struct ip_fw_chain **flow_id, -+ struct ip_fw **flow_id, - struct sockaddr_in **next_hop) - { - struct ip *ip = *pip; diff --git a/net/trafcount/pkg-descr b/net/trafcount/pkg-descr deleted file mode 100644 index 38f1e404b6e7..000000000000 --- a/net/trafcount/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Trafcount is a loadable kernel module that provides you the option to -measure the total amount of bandwidth that is consumed by each of -your users. diff --git a/net/trafcount/pkg-plist b/net/trafcount/pkg-plist deleted file mode 100644 index e1b31ce470ad..000000000000 --- a/net/trafcount/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/trafcount -etc/rc.d/trafcount.sh -libexec/trafcount.ko diff --git a/net/zephyr/Makefile b/net/zephyr/Makefile deleted file mode 100644 index 172a07c51601..000000000000 --- a/net/zephyr/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: zephry -# Date created: 1-Aug-1995 -# Whom: pst -# -# $FreeBSD$ -# - -PORTNAME= zephyr -PORTVERSION= 20000421 -CATEGORIES= net -MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/zephyr/ \ - ftp://athena-dist.mit.edu/pub/ATHENA/zephyr/old/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Real time message passing and notification service - -WRKSRC= ${WRKDIR}/zephyr - -USE_XLIB= yes -USE_BISON= yes - -GNU_CONFIGURE= yes -.if exists(/usr/lib/libkrb.a) && defined(MAKE_EBONES) -CONFIGURE_ARGS="--with-krb4" -.endif - -MAN1= zephyr.1 xzwrite.1 zaway.1 zctl.1 zleave.1 zlocate.1 \ - zmailnotify.1 znol.1 zwgc.1 zwrite.1 -MAN8= zpopnotify.8 zshutdown_notify.8 zstat.8 zephyrd.8 zhm.8 - -ZEPHYR_RCDIR= ${PREFIX}/etc/rc.d -ZEPHYR_DOCDIR= ${PREFIX}/share/doc/zephyr -ZEPHYR_DOCS= INSTALL NOTES OPERATING README USING - -post-install: - ${MKDIR} ${ZEPHYR_RCDIR} - ${INSTALL_SCRIPT} ${FILESDIR}/zhm.sh ${ZEPHYR_RCDIR} -.if !defined(NOPORTDOCS) - ${MKDIR} ${ZEPHYR_DOCDIR} - for file in ${ZEPHYR_DOCS} ; do \ - ${INSTALL_DATA} ${WRKSRC}/$$file ${ZEPHYR_DOCDIR} ; \ - done -.endif - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 450000 -BROKEN= Broken due to lack of libss since FreeBSD 4.6 -.endif - -.include <bsd.port.post.mk> diff --git a/net/zephyr/distinfo b/net/zephyr/distinfo deleted file mode 100644 index 29cb78fc3ea6..000000000000 --- a/net/zephyr/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (zephyr-20000421.tar.gz) = 7b7c50ece90fbf294af82b8fec63c0f1 diff --git a/net/zephyr/files/patch-aa b/net/zephyr/files/patch-aa deleted file mode 100644 index 1f20e69de1e0..000000000000 --- a/net/zephyr/files/patch-aa +++ /dev/null @@ -1,26 +0,0 @@ ---- clients/xzwrite/Makefile.in.orig Wed May 26 17:22:09 1999 -+++ clients/xzwrite/Makefile.in Thu Dec 21 21:57:19 2000 -@@ -50,8 +50,8 @@ - install: xzwrite XZwrite - ${INSTALL} -m 755 -s xzwrite ${DESTDIR}${bindir} - ${INSTALL} -m 644 ${srcdir}/xzwrite.1 ${DESTDIR}${mandir}/man1 -- ${INSTALL} -m 644 XZwrite ${DESTDIR}${datadir}/zephyr -- ${INSTALL} -m 644 ${srcdir}/xzwrite.bitmap ${DESTDIR}${datadir}/zephyr -+ ${INSTALL} -m 644 XZwrite ${DESTDIR}${datadir} -+ ${INSTALL} -m 644 ${srcdir}/xzwrite.bitmap ${DESTDIR}${datadir} - - clean: - rm -f ${OBJS} xzwrite ---- zwgc/Makefile.in.orig Mon Mar 12 14:51:08 2001 -+++ zwgc/Makefile.in Mon Mar 12 14:51:38 2001 -@@ -85,8 +85,8 @@ - install: zwgc - ${INSTALL} -m 755 -s zwgc ${DESTDIR}${bindir} - ${INSTALL} -m 644 ${srcdir}/zwgc.1 ${DESTDIR}${mandir}/man1 -- ${INSTALL} -m 644 ${srcdir}/zwgc.desc ${DESTDIR}${datadir}/zephyr -- ${INSTALL} -m 644 ${srcdir}/zwgc_resources ${DESTDIR}${datadir}/zephyr -+ ${INSTALL} -m 644 ${srcdir}/zwgc.desc ${DESTDIR}${datadir} -+ ${INSTALL} -m 644 ${srcdir}/zwgc_resources ${DESTDIR}${datadir} - - clean: - rm -f ${OBJS} zwgc port_dictionary.[ch] pointer_dictionary.[ch] diff --git a/net/zephyr/files/patch-ab b/net/zephyr/files/patch-ab deleted file mode 100644 index 18a08c48e0c1..000000000000 --- a/net/zephyr/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig Thu Jun 11 20:10:02 1998 -+++ Makefile.in Thu Dec 21 22:08:19 2000 -@@ -30,9 +30,8 @@ - ${ENSUREDIR} ${DESTDIR}${bindir} 755 - ${ENSUREDIR} ${DESTDIR}${libdir} 755 - ${ENSUREDIR} ${DESTDIR}${datadir} 755 -- ${ENSUREDIR} ${DESTDIR}${datadir}/zephyr 755 - ${ENSUREDIR} ${DESTDIR}${sysconfdir} 755 -- ${ENSUREDIR} ${DESTDIR}${sysconfdir}/zephyr/acl 755 -+ ${ENSUREDIR} ${DESTDIR}${sysconfdir}/zephyr 755 - ${ENSUREDIR} ${DESTDIR}${sbindir} 755 - ${ENSUREDIR} ${DESTDIR}${includedir} 755 - ${ENSUREDIR} ${DESTDIR}${includedir}/zephyr 755 diff --git a/net/zephyr/files/patch-ac b/net/zephyr/files/patch-ac deleted file mode 100644 index 69a41fa3b411..000000000000 --- a/net/zephyr/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Fri Apr 21 22:30:15 2000 -+++ configure Thu Dec 21 20:19:25 2000 -@@ -50,7 +50,7 @@ - bindir='${exec_prefix}/bin' - sbindir='${exec_prefix}/sbin' - libexecdir='${exec_prefix}/libexec' --datadir='${prefix}/share' -+datadir='${prefix}/share/zephyr' - sysconfdir='${prefix}/etc' - sharedstatedir='${prefix}/com' - localstatedir='${prefix}/var' diff --git a/net/zephyr/files/patch-ad b/net/zephyr/files/patch-ad deleted file mode 100644 index 0b7a7d33efd6..000000000000 --- a/net/zephyr/files/patch-ad +++ /dev/null @@ -1,209 +0,0 @@ ---- h/zephyr/zephyr.h.orig Fri Jan 22 23:18:59 1999 -+++ h/zephyr/zephyr.h Thu Dec 21 20:25:44 2000 -@@ -64,8 +64,8 @@ - - /* Unique ID format */ - typedef struct _ZUnique_Id_t { -- struct in_addr zuid_addr; -- struct timeval tv; -+ struct in_addr zuid_addr; -+ ZEPHYR_INT32 zuid_sec, zuid_usec; - } ZUnique_Id_t; - - /* Checksum */ ---- lib/ZParseNot.c.orig Thu Aug 12 20:19:44 1999 -+++ lib/ZParseNot.c Sun Mar 11 23:18:38 2001 -@@ -151,10 +151,10 @@ - - if (numfields) { - if (ZReadAscii(ptr, end-ptr, (unsigned char *)¬ice->z_uid, -- sizeof(ZUnique_Id_t)) == ZERR_BADFIELD) -+ sizeof(notice->z_uid)) == ZERR_BADFIELD) - BAD_PACKET; -- notice->z_time.tv_sec = ntohl((u_long) notice->z_uid.tv.tv_sec); -- notice->z_time.tv_usec = ntohl((u_long) notice->z_uid.tv.tv_usec); -+ notice->z_time.tv_sec = ntohl((u_long) notice->z_uid.zuid_sec); -+ notice->z_time.tv_usec = ntohl((u_long) notice->z_uid.zuid_usec); - numfields--; - next_field (ptr); - } -@@ -265,10 +265,10 @@ - - if (numfields) { - if (ZReadAscii(ptr, end-ptr, (unsigned char *)¬ice->z_multiuid, -- sizeof(ZUnique_Id_t)) == ZERR_BADFIELD) -+ sizeof(notice->z_multiuid)) == ZERR_BADFIELD) - BAD_PACKET; -- notice->z_time.tv_sec = ntohl((u_long) notice->z_multiuid.tv.tv_sec); -- notice->z_time.tv_usec = ntohl((u_long) notice->z_multiuid.tv.tv_usec); -+ notice->z_time.tv_sec = ntohl((u_long) notice->z_multiuid.zuid_sec); -+ notice->z_time.tv_usec = ntohl((u_long) notice->z_multiuid.zuid_usec); - numfields--; - next_field (ptr); - } ---- lib/Zinternal.c.orig Sun Mar 11 23:20:05 2001 -+++ lib/Zinternal.c Sun Mar 11 23:46:57 2001 -@@ -585,6 +585,7 @@ - Code_t retval; - static char version[BUFSIZ]; /* default init should be all \0 */ - struct sockaddr_in name; -+ struct timeval tv; - int namelen = sizeof(name); - - if (!notice->z_sender) -@@ -604,9 +605,9 @@ - - notice->z_multinotice = ""; - -- (void) gettimeofday(¬ice->z_uid.tv, (struct timezone *)0); -- notice->z_uid.tv.tv_sec = htonl((u_long) notice->z_uid.tv.tv_sec); -- notice->z_uid.tv.tv_usec = htonl((u_long) notice->z_uid.tv.tv_usec); -+ (void) gettimeofday(&tv, (struct timezone *)0); -+ notice->z_uid.zuid_sec = htonl((u_long) tv.tv_sec); -+ notice->z_uid.zuid_usec = htonl((u_long) tv.tv_usec); - - (void) memcpy(¬ice->z_uid.zuid_addr, &__My_addr, sizeof(__My_addr)); - -@@ -684,7 +685,7 @@ - ptr += strlen(ptr)+1; - - if (ZMakeAscii(ptr, end-ptr, (unsigned char *)¬ice->z_uid, -- sizeof(ZUnique_Id_t)) == ZERR_FIELDLEN) -+ sizeof(notice->z_uid)) == ZERR_FIELDLEN) - return (ZERR_HEADERLEN); - ptr += strlen(ptr)+1; - -@@ -738,7 +739,7 @@ - return (ZERR_HEADERLEN); - - if (ZMakeAscii(ptr, end-ptr, (unsigned char *)¬ice->z_multiuid, -- sizeof(ZUnique_Id_t)) == ZERR_FIELDLEN) -+ sizeof(notice->z_multiuid)) == ZERR_FIELDLEN) - return (ZERR_HEADERLEN); - ptr += strlen(ptr)+1; - -@@ -858,6 +859,7 @@ - char multi[64]; - int offset, hdrsize, fragsize, ret_len, message_len, waitforack; - Code_t retval; -+ struct timeval tv; - - hdrsize = len-notice->z_message_len; - fragsize = Z_MAXPKTLEN-hdrsize-Z_FRAGFUDGE; -@@ -873,12 +875,9 @@ - (void) sprintf(multi, "%d/%d", offset, notice->z_message_len); - partnotice.z_multinotice = multi; - if (offset > 0) { -- (void) gettimeofday(&partnotice.z_uid.tv, -- (struct timezone *)0); -- partnotice.z_uid.tv.tv_sec = -- htonl((u_long) partnotice.z_uid.tv.tv_sec); -- partnotice.z_uid.tv.tv_usec = -- htonl((u_long) partnotice.z_uid.tv.tv_usec); -+ (void) gettimeofday(&tv, (struct timezone *)0); -+ partnotice.z_uid.zuid_sec = htonl((u_long) tv.tv_sec); -+ partnotice.z_uid.zuid_usec = htonl((u_long) tv.tv_usec); - (void) memcpy((char *)&partnotice.z_uid.zuid_addr, &__My_addr, - sizeof(__My_addr)); - } ---- server/dispatch.c.orig Sun Mar 11 23:27:40 2001 -+++ server/dispatch.c Sun Mar 11 23:34:42 2001 -@@ -25,8 +25,8 @@ - #define NACKTAB_HASHVAL(sockaddr, uid) (((sockaddr).sin_addr.s_addr ^ \ - (sockaddr).sin_port ^ \ - (uid).zuid_addr.s_addr ^ \ -- (uid).tv.tv_sec ^ \ -- (uid).tv.tv_usec) % NACKTAB_HASHSIZE) -+ (uid).zuid_sec ^ \ -+ (uid).zuid_usec) % NACKTAB_HASHSIZE) - #define HOSTS_SIZE_INIT 256 - - #ifdef DEBUG -@@ -820,9 +820,10 @@ - - /* search the not-yet-acked table for this packet, and flush it. */ - #if 0 -- zdbug((LOG_DEBUG, "nack_cancel: %s:%08X,%08X", -+ zdbug((LOG_DEBUG, "nack_cancel: %s:%08lX,%08lX", - inet_ntoa(notice->z_uid.zuid_addr), -- notice->z_uid.tv.tv_sec, notice->z_uid.tv.tv_usec)); -+ (u_long) notice->z_uid.zuid_sec, -+ (u_long) notice->z_uid.zuid_usec)); - #endif - hashval = NACKTAB_HASHVAL(*who, notice->z_uid); - for (nacked = nacktab[hashval]; nacked; nacked = nacked->next) { -@@ -840,9 +841,10 @@ - } - - #if 1 -- zdbug((LOG_DEBUG,"nack_cancel: nack not found %s:%08X,%08X", -+ zdbug((LOG_DEBUG,"nack_cancel: nack not found %s:%08lX,%08lX", - inet_ntoa (notice->z_uid.zuid_addr), -- notice->z_uid.tv.tv_sec, notice->z_uid.tv.tv_usec)); -+ (u_long) notice->z_uid.zuid_sec, -+ (u_long) notice->z_uid.zuid_usec)); - #endif - } - ---- server/realm.c.orig Sun Mar 11 23:35:16 2001 -+++ server/realm.c Sun Mar 11 23:40:06 2001 -@@ -240,9 +240,10 @@ - ZPacket_t retval; - - #if 0 -- zdbug((LOG_DEBUG, "rlm_nack_cancel: %s:%08X,%08X", -+ zdbug((LOG_DEBUG, "rlm_nack_cancel: %s:%08lX,%08lX", - inet_ntoa(notice->z_uid.zuid_addr), -- notice->z_uid.tv.tv_sec, notice->z_uid.tv.tv_usec)); -+ (u_long) notice->z_uid.zuid_sec, -+ (u_long) notice->z_uid.zuid_usec)); - #endif - if (!which) { - syslog(LOG_ERR, "non-realm ack?"); -@@ -266,9 +267,10 @@ - } - } - #if 0 -- zdbug((LOG_DEBUG,"nack_cancel: nack not found %s:%08X,%08X", -+ zdbug((LOG_DEBUG,"nack_cancel: nack not found %s:%08lX,%08lX", - inet_ntoa (notice->z_uid.zuid_addr), -- notice->z_uid.tv.tv_sec, notice->z_uid.tv.tv_usec)); -+ (u_long) notice->z_uid.zuid_sec, -+ (u_long) notice->z_uid.zuid_usec)); - #endif - return; - } -@@ -743,6 +745,7 @@ - int buffer_len, hdrlen, offset, fragsize, ret_len, message_len; - int origoffset, origlen; - Code_t retval; -+ struct timeval tv; - Unacked *nacked; - char buf[1024], multi[64]; - CREDENTIALS cred; -@@ -857,11 +860,9 @@ - (void) sprintf(multi, "%d/%d", offset+origoffset, origlen); - partnotice.z_multinotice = multi; - if (offset > 0) { -- (void) gettimeofday(&partnotice.z_uid.tv, (struct timezone *)0); -- partnotice.z_uid.tv.tv_sec = htonl((u_long) -- partnotice.z_uid.tv.tv_sec); -- partnotice.z_uid.tv.tv_usec = htonl((u_long) -- partnotice.z_uid.tv.tv_usec); -+ (void) gettimeofday(&tv, (struct timezone *)0); -+ partnotice.z_uid.zuid_sec = htonl((u_long) tv.tv_sec); -+ partnotice.z_uid.zuid_usec = htonl((u_long) tv.tv_usec); - (void) memcpy((char *)&partnotice.z_uid.zuid_addr, &__My_addr, - sizeof(__My_addr)); - } ---- server/server.c.orig Sun Mar 11 23:40:14 2001 -+++ server/server.c Sun Mar 11 23:40:44 2001 -@@ -22,7 +22,7 @@ - - #define SRV_NACKTAB_HASHSIZE 1023 - #define SRV_NACKTAB_HASHVAL(which, uid) (((which) ^ (uid).zuid_addr.s_addr ^ \ -- (uid).tv.tv_sec ^ (uid).tv.tv_usec) \ -+ (uid).zuid_sec ^ (uid).zuid_usec) \ - % SRV_NACKTAB_HASHSIZE) - /* - * Server manager. Deal with traffic to and from other servers. diff --git a/net/zephyr/files/patch-ae b/net/zephyr/files/patch-ae deleted file mode 100644 index 9cdc49a5e835..000000000000 --- a/net/zephyr/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/Makefile.in.orig Sat Jan 31 23:55:07 1998 -+++ lib/Makefile.in Thu Dec 21 20:36:28 2000 -@@ -22,7 +22,7 @@ - CPPFLAGS=@CPPFLAGS@ - CFLAGS=@CFLAGS@ - ALL_CFLAGS=${CFLAGS} -DSYSCONFDIR=\"${sysconfdir}\" -I${top_srcdir}/h \ -- -I${BUILDTOP}/h ${CPPFLAGS} -+ -I ${BUILDTOP}/h/zephyr -I${BUILDTOP}/h ${CPPFLAGS} - - OBJS = zephyr_err.o ZAsyncLocate.o ZCkAuth.o ZCkIfNot.o ZClosePort.o \ - ZCmpUID.o ZCmpUIDP.o ZFlsLocs.o ZFlsSubs.o ZFmtAuth.o ZFmtList.o \ diff --git a/net/zephyr/files/patch-af b/net/zephyr/files/patch-af deleted file mode 100644 index ac3987a520d2..000000000000 --- a/net/zephyr/files/patch-af +++ /dev/null @@ -1,38 +0,0 @@ ---- zwgc/main.c.orig Fri Jan 22 18:20:22 1999 -+++ zwgc/main.c Tue Nov 20 13:57:24 2001 -@@ -141,7 +141,7 @@ - - /* var_clear_all_variables(); <<<>>> */ - -- sprintf(defdesc, "%s/zephyr/%s", DATADIR, DEFDESC); -+ sprintf(defdesc, "%s/%s", DATADIR, DEFDESC); - input_file = locate_file(description_filename_override, USRDESC, defdesc); - if (input_file) - program = parse_file(input_file); ---- zwgc/X_driver.c.orig Fri Jan 22 18:20:06 1999 -+++ zwgc/X_driver.c Tue Nov 20 13:57:56 2001 -@@ -264,7 +264,7 @@ - return(1); - - /* Read in our application-specific resources: */ -- sprintf(dbasename, "%s/zephyr/zwgc_resources", DATADIR); -+ sprintf(dbasename, "%s/zwgc_resources", DATADIR); - temp_db1 = XrmGetFileDatabase(dbasename); - - /* ---- clients/xzwrite/interface.c.orig Thu Apr 30 16:03:32 1998 -+++ clients/xzwrite/interface.c Tue Nov 20 13:58:24 2001 -@@ -140,11 +140,11 @@ - strlen(DATADIR) + 12); - if (path2 != NULL) { - #ifdef HAVE_PUTENV -- sprintf(path2, "XFILESEARCHPATH=%s:%s/zephyr/%%N", path1, -+ sprintf(path2, "XFILESEARCHPATH=%s:%s/%%N", path1, - DATADIR); - putenv(path2); - #else -- sprintf(path2, "%s:%s/zephyr/%%N", path1, DATADIR); -+ sprintf(path2, "%s:%s/%%N", path1, DATADIR); - setenv("XFILESEARCHPATH", path2, 1); - free(path2); - #endif diff --git a/net/zephyr/files/patch-ag b/net/zephyr/files/patch-ag deleted file mode 100644 index 2585114f395a..000000000000 --- a/net/zephyr/files/patch-ag +++ /dev/null @@ -1,34 +0,0 @@ ---- lib/ZInit.c.orig Fri Jan 22 18:19:14 1999 -+++ lib/ZInit.c Wed Nov 21 16:32:06 2001 -@@ -36,6 +36,7 @@ - int s, sinsize = sizeof(sin); - Code_t code; - ZNotice_t notice; -+ char *realm = NULL; - #ifdef HAVE_KRB4 - char *krealm = NULL; - int krbval; -@@ -104,7 +105,11 @@ - return (krbval); - } - #else -- strcpy(__Zephyr_realm, "local-realm"); -+ realm = ZGetVariable("realm"); -+ if (realm) -+ strcpy(__Zephyr_realm, realm); -+ else -+ strcpy(__Zephyr_realm, "local-realm"); - #endif - - __My_addr.s_addr = INADDR_NONE; ---- lib/ZVariables.c.orig Thu Jun 3 10:51:42 1999 -+++ lib/ZVariables.c Mon Nov 26 08:51:56 2001 -@@ -36,7 +36,7 @@ - if ((ret = get_varval(varfile, var)) != ZERR_NONE) - return (ret); - -- sprintf(varfile, "%s/zephyr.vars", SYSCONFDIR); -+ sprintf(varfile, "%s/zephyr/zephyr.vars", SYSCONFDIR); - return (get_varval(varfile, var)); - } - diff --git a/net/zephyr/files/zhm.sh b/net/zephyr/files/zhm.sh deleted file mode 100644 index c516ccd6adff..000000000000 --- a/net/zephyr/files/zhm.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -PREFIX=${PREFIX-/usr/local} - -case $1 in -start) - if [ -x ${PREFIX}/sbin/zhm -a -f ${PREFIX}/etc/zephyr/server.list ] ; then - PATH=${PREFIX}/sbin:${PREFIX}/bin:$PATH ; export PATH - zhm `cat ${PREFIX}/etc/zephyr/server.list` && echo -n ' zhm' - fi - ;; -stop) - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - exit 64 - ;; -esac - -exit 0 diff --git a/net/zephyr/pkg-descr b/net/zephyr/pkg-descr deleted file mode 100644 index 24efb608fa56..000000000000 --- a/net/zephyr/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -zephyr - a system to pass messages for users and services (such as syslog) -between a distributed group of workstations. diff --git a/net/zephyr/pkg-plist b/net/zephyr/pkg-plist deleted file mode 100644 index 0b3c705a0533..000000000000 --- a/net/zephyr/pkg-plist +++ /dev/null @@ -1,33 +0,0 @@ -bin/xzwrite -bin/zaway -bin/zctl -bin/zleave -bin/zlocate -bin/zmailnotify -bin/znol -bin/zstat -bin/zwgc -bin/zwrite -etc/rc.d/zhm.sh -etc/zephyr/default.subscriptions -include/zephyr/mit-copyright.h -include/zephyr/zephyr.h -include/zephyr/zephyr_err.h -lib/libzephyr.a -sbin/zephyrd -sbin/zhm -sbin/zpopnotify -sbin/zshutdown_notify -%%PORTDOCS%%share/doc/zephyr/INSTALL -%%PORTDOCS%%share/doc/zephyr/NOTES -%%PORTDOCS%%share/doc/zephyr/OPERATING -%%PORTDOCS%%share/doc/zephyr/README -%%PORTDOCS%%share/doc/zephyr/USING -share/zephyr/XZwrite -share/zephyr/xzwrite.bitmap -share/zephyr/zwgc.desc -share/zephyr/zwgc_resources -@dirrm etc/zephyr -@dirrm include/zephyr -%%PORTDOCS%%@dirrm share/doc/zephyr -@dirrm share/zephyr diff --git a/news/xvnews/Makefile b/news/xvnews/Makefile deleted file mode 100644 index cf239eb31229..000000000000 --- a/news/xvnews/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: xvnews -# Date created: 31 Jul 1996 -# Whom: shanee@augusta.de -# -# $FreeBSD$ -# - -PORTNAME= xvnews -PORTVERSION= 2.3.2 -CATEGORIES= news -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= applications - -MAINTAINER= shanee@augusta.de -COMMENT= An OPEN LOOK news reader - -BROKEN= "Does not compile on -current; manpage does not build on -stable" - -LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview - -USE_IMAKE= yes -NO_INSTALL_MANPAGES= yes -MAN1= xvnews.1 - -post-install: - ${INSTALL_MAN} $(WRKSRC)/xvnews.1 ${PREFIX}/man/man1/ - -.include <bsd.port.mk> diff --git a/news/xvnews/distinfo b/news/xvnews/distinfo deleted file mode 100644 index 9a1671347e8a..000000000000 --- a/news/xvnews/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xvnews-2.3.2.tar.gz) = ed5e757f972b84c3f827cc8ff4b6c3c1 diff --git a/news/xvnews/files/patch-aa b/news/xvnews/files/patch-aa deleted file mode 100644 index 4268f1fffb90..000000000000 --- a/news/xvnews/files/patch-aa +++ /dev/null @@ -1,36 +0,0 @@ -*** ./guide/libguide/gio.c.orig Wed Jul 31 15:09:36 1996 ---- ./guide/libguide/gio.c Wed Jul 31 15:10:58 1996 -*************** -*** 57,63 **** - #else - #include <varargs.h> - #endif -! #include <malloc.h> - #include "guide.h" - #include "gio.h" - ---- 57,63 ---- - #else - #include <varargs.h> - #endif -! #include <stdlib.h> - #include "guide.h" - #include "gio.h" - -*************** -*** 84,90 **** - * System error message definitions. - */ - extern int sys_nerr; -! extern char *sys_errlist[]; - - /* - * Internal function declarations. ---- 84,90 ---- - * System error message definitions. - */ - extern int sys_nerr; -! /*extern char *sys_errlist[];*/ - - /* - * Internal function declarations. diff --git a/news/xvnews/files/patch-ab b/news/xvnews/files/patch-ab deleted file mode 100644 index 76d05e5869e7..000000000000 --- a/news/xvnews/files/patch-ab +++ /dev/null @@ -1,36 +0,0 @@ -*** Imakefile.orig Sun Sep 25 20:17:35 1994 ---- Imakefile Wed Nov 20 19:41:32 1996 -*************** -*** 13,19 **** - SUBDIRS = $(LIBGUIDE) $(GUIDEXV) - - XVIEWLIB = -lxview -lolgx -lX11 -! XVIEWDIR = /usr/openwin/lib - - MakeSubdirs($(SUBDIRS)) - ---- 13,19 ---- - SUBDIRS = $(LIBGUIDE) $(GUIDEXV) - - XVIEWLIB = -lxview -lolgx -lX11 -! XVIEWDIR = /usr/X11R6/lib - - MakeSubdirs($(SUBDIRS)) - -*************** -*** 22,28 **** - SYS_LIBRARIES = #-lintl - - # Add -linn to the following line if you want to support nnrp.passwd -! LOCAL_LIBRARIES = -L$(GUIDEXV) -lguidexv -L$(LIBGUIDE) -lguide -L$(XVIEWDIR) $(XVIEWLIB) - - ICONS = news.icon - ---- 22,28 ---- - SYS_LIBRARIES = #-lintl - - # Add -linn to the following line if you want to support nnrp.passwd -! LOCAL_LIBRARIES = -L$(GUIDEXV) -lguidexv -L$(LIBGUIDE) -lguide -L$(XVIEWDIR) $(XVIEWLIB) -lcompat - - ICONS = news.icon - diff --git a/news/xvnews/files/patch-ac b/news/xvnews/files/patch-ac deleted file mode 100644 index 7cf404d7b909..000000000000 --- a/news/xvnews/files/patch-ac +++ /dev/null @@ -1,21 +0,0 @@ -*** config.h.orig Wed Nov 20 19:15:27 1996 ---- config.h Wed Nov 20 19:15:15 1996 -*************** -*** 120,127 **** - SVR4_REGEX. On other systems you might try first - to see whether POSIX is supported. */ - -! #undef POSIX_REGEX -! #define SVR4_REGEX - #undef BSD_REGEX - - /* xvnews needs to know the timezone you are in in order to present dates ---- 120,127 ---- - SVR4_REGEX. On other systems you might try first - to see whether POSIX is supported. */ - -! #define POSIX_REGEX -! #undef SVR4_REGEX - #undef BSD_REGEX - - /* xvnews needs to know the timezone you are in in order to present dates diff --git a/news/xvnews/files/patch-ad b/news/xvnews/files/patch-ad deleted file mode 100644 index 5c68501fe00b..000000000000 --- a/news/xvnews/files/patch-ad +++ /dev/null @@ -1,14 +0,0 @@ -*** xv_regex.c.orig Wed Nov 20 19:28:51 1996 ---- xv_regex.c Wed Nov 20 19:21:09 1996 -*************** -*** 57,62 **** ---- 57,65 ---- - - #if defined(POSIX_REGEX) - #include <regex.h> -+ #ifndef REG_NOERROR -+ #define REG_NOERROR 0 -+ #endif - #else - #include <regexp.h> - #endif diff --git a/news/xvnews/pkg-descr b/news/xvnews/pkg-descr deleted file mode 100644 index b3bf2655bd4e..000000000000 --- a/news/xvnews/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ - xvnews 2.3.2 is an OpenLook interface for reading Usenet - news. It provides a menu-driven facility for reading, - storing and sending news articles. It also provides mail - functionality to reply to or forward news articles. Scrol- - lable windows allow easy access to newsgroups and arti- - cles. - diff --git a/news/xvnews/pkg-plist b/news/xvnews/pkg-plist deleted file mode 100644 index c2f8fe0e3297..000000000000 --- a/news/xvnews/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/xvnews -lib/libguide.a -lib/libguidexv.a diff --git a/print/pdflib3/Makefile b/print/pdflib3/Makefile deleted file mode 100644 index 84cb4d4851c2..000000000000 --- a/print/pdflib3/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: pdflib -# Date created: Mon Jan 18 17:03:33 CET 1999 -# Whom: Dirk Froemberg <dirk@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= pdflib -PORTVERSION= 3.03 -CATEGORIES= print -MASTER_SITES= http://www.pdflib.com/pdflib/download/ - -MAINTAINER= billf@FreeBSD.org -COMMENT= A C library for dynamically generating PDF - -BROKEN= "Distfile has disappeared" - -RUN_DEPENDS= ${LOCALBASE}/lib/afm/Courier:${PORTSDIR}/print/afm -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png - -RESTRICTED= "many odd restrictions on usage and distribution" -INSTALLS_SHLIB= yes -USE_LIBTOOL= yes -CONFIGURE_ARGS= --with-perl5=${PERL} \ - --with-jpeg=${PREFIX} \ - --with-pnglib=${PREFIX} \ - --enable-shared-pdflib \ - --enable-cxx \ - --with-zlib=/usr - -do-install: - ${INSTALL_DATA} ${WRKSRC}/pdflib/.libs/libpdf.so.3 ${PREFIX}/lib - ${LN} -s libpdf.so.3 ${PREFIX}/lib/libpdf.so - ${INSTALL_DATA} ${WRKSRC}/pdflib/pdflib.h ${PREFIX}/include -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/pdflib - ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/pdflib -.endif - -.include <bsd.port.mk> diff --git a/print/pdflib3/distinfo b/print/pdflib3/distinfo deleted file mode 100644 index 352868bb9c78..000000000000 --- a/print/pdflib3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (pdflib-3.03.tar.gz) = 693c76acb8881b554992786e81ada91b diff --git a/print/pdflib3/files/patch-ad b/print/pdflib3/files/patch-ad deleted file mode 100644 index d87fbf7806ad..000000000000 --- a/print/pdflib3/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Thu Dec 21 18:03:35 2000 -+++ configure Sat Mar 10 16:47:35 2001 -@@ -580,7 +580,7 @@ - - - --PDFLIB_CURRENT=1 -+PDFLIB_CURRENT=3 - PDFLIB_REVISION=1 - PDFLIB_AGE=1 - diff --git a/print/pdflib3/pkg-descr b/print/pdflib3/pkg-descr deleted file mode 100644 index 4eca1ff360f4..000000000000 --- a/print/pdflib3/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -PDFlib is a library of C routines which allow you to programmatically -generate files in Adobe's Portable Document Format PDF. PDFlib -acts as a backend processor to your own programs. While you (the -programmer) are responsible for retrieving or maintaining the data -to be processed, PDFlib takes over the task of generating the PDF -code which graphically represents your data. While you must still -format and arrange your text and graphical objects, PDFlib frees -you from the internals and intricacies of PDF. Although being far -from complete, PDFlib already offers many useful functions for -creating text, graphics, images and hypertext elements in PDF files. - -WWW: http://www.PDFlib.com/ diff --git a/print/pdflib3/pkg-plist b/print/pdflib3/pkg-plist deleted file mode 100644 index 72209c46710d..000000000000 --- a/print/pdflib3/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -include/pdflib.h -lib/libpdf.so -lib/libpdf.so.3 -share/doc/pdflib/PDFlib-license.pdf -share/doc/pdflib/PDFlib-manual.pdf -share/doc/pdflib/PDFlib-purchase-order.pdf -share/doc/pdflib/aladdin-license.pdf -share/doc/pdflib/changes.txt -share/doc/pdflib/compatibility.txt -share/doc/pdflib/grid.pdf -share/doc/pdflib/readme_ebcdic.txt -share/doc/pdflib/readme_mac.txt -share/doc/pdflib/readme_unix.txt -share/doc/pdflib/readme_win.txt -@dirrm share/doc/pdflib diff --git a/textproc/xsl-docbook-modular/Makefile b/textproc/xsl-docbook-modular/Makefile deleted file mode 100644 index c9eea6b075a5..000000000000 --- a/textproc/xsl-docbook-modular/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: XSL stylesheets for DocBook -# Date created: 19 December 2000 -# Whom: KIRIYAMA Kazuhiko <kiri@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xsl-docbook-modular -PORTVERSION= 1.24 -CATEGORIES= textproc -MASTER_SITES= http://nwalsh.com/docbook/xsl/ -DISTNAME= dbx${PORTVERSION:S/.//g} -EXTRACT_SUFX= .zip -BROKEN= use docbook-xsl instead - -MAINTAINER= kiri@FreeBSD.org -COMMENT= XSL stylesheets for the DocBook DTD by Norman Walsh - -RUN_DEPENDS= ${LOCALBASE}/share/xml/docbook/readme.txt:${PORTSDIR}/textproc/docbook-xml \ - ${LOCALBASE}/share/xml/docbook/sdocbook/test.xml:${PORTSDIR}/textproc/sdocbook-xml \ - ${LOCALBASE}/share/java/xt/xt.htm:${PORTSDIR}/textproc/xt \ - ${LOCALBASE}/share/java/classes/xerces.jar:${PORTSDIR}/textproc/xerces-j \ - ${LOCALBASE}/share/java/classes/fop.jar:${PORTSDIR}/textproc/fop - -USE_ZIP= yes -NO_MTREE= yes -WRKSRC= ${WRKDIR}/docbook -EXTRACT_BEFORE_ARGS= -a -q - -JDKVERSION?= 1.1.8 -INSTDIR= ${PREFIX}/share/xml/docbook/xsl/modular - -do-build: - ${RM} -rf ${WRKSRC}/docsrc - ${SED} -e 's|%%PREFIX%%|${PREFIX}|g' -e 's|%%JDKVERSION%%|${JDKVERSION}|g' \ - ${FILESDIR}/dbx2a.sh.tmpl > ${WRKSRC}/dbx2a.sh - -pre-install: - ${MKDIR} ${INSTDIR} - find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \; - -do-install: - ${CP} -Rp ${WRKDIR}/docbook/* ${INSTDIR} - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${INSTDIR} - ${CHMOD} ${BINMODE} ${INSTDIR}/dbx2a.sh - ${LN} -sf ${INSTDIR}/dbx2a.sh ${PREFIX}/bin/dbx2a - -post-install: - @${CAT} ${DESCR} - -.include <bsd.port.mk> diff --git a/textproc/xsl-docbook-modular/distinfo b/textproc/xsl-docbook-modular/distinfo deleted file mode 100644 index cca53bb27af2..000000000000 --- a/textproc/xsl-docbook-modular/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dbx124.zip) = d1008142a98593fbbcd94b3d536268c0 diff --git a/textproc/xsl-docbook-modular/files/dbx2a.sh.tmpl b/textproc/xsl-docbook-modular/files/dbx2a.sh.tmpl deleted file mode 100644 index 3a46e385a9be..000000000000 --- a/textproc/xsl-docbook-modular/files/dbx2a.sh.tmpl +++ /dev/null @@ -1,206 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -JDKVERSION=${JDKVERSION:-%%JDKVERSION%%} - -PREFIX=%%PREFIX%% -JAVABINDIR=${PREFIX}/jdk${JDKVERSION}/bin -CLASSDIR=${PREFIX}/share/java/classes -DBXSLDIR=${PREFIX}/share/xml/docbook/xsl/modular -DBXSL_HTML=${DBXSLDIR}/html/docbook.xsl -DBXSL_FO=${DBXSLDIR}/fo/docbook.xsl - -DBXSL_CLASSPATH=${CLASSDIR}/xt.jar:${CLASSDIR}/xerces.jar -JAVAPARSEARG='-Dcom.jclark.xsl.sax.parser=org.apache.xerces.parsers.SAXParser com.jclark.xsl.sax.Driver' - -cmd=`basename $0` -tmprfx=`mktemp -t ${cmd}` || exit 1 -rm -f ${tmprfx} - -msg() -{ - echo "===>[${cmd}]: $1" -} -error() -{ - if [ -z "${ignore_flag}" ]; then - echo "*** ERROR[${cmd}]: $1" - exit 1 - fi -} -usage() -{ - cat <<EOF -${cmd} [options] [file_name1, file_name2, ...] - -c : check xml syntax but do not anything else - -p : translate into PDF - -w : translate into HTML - -f : force to translate - -i : ignore errors and continue - -j : check java version - -v : verbose output - -d : debug mode. no execute but show commandlines. - -h : show this message - file_name : XML DocBook documents. wirdcard allows. -EOF - exit 0 -} - -while [ -z "`getopts "c p w f i j v d h" opt \ - > ${tmprfx}:getopt_err.log`" \ - -a X"${opt}" != "X?" ]; do - case ${opt} in - c) - check_flag="yes" - ;; - p) - pdf_flag="yes" - ;; - w) - html_flag="yes" - ;; - f) - force_flag="yes" - ;; - i) - ignore_flag="yes" - ;; - j) - java_flag="yes" - ;; - v) - verbose_flag="yes" - ;; - d) - ECHO="echo " - debug_flag="yes" - ;; - h) - usage - ;; - *) - ;; - esac -done -if [ -s ${tmprfx}:getopt_err.log ]; then - cat ${tmprfx}:getopt_err.log - rm -f ${tmprfx}:getopt_err.log - exit 1 -fi -rm -f ${tmprfx}:getopt_err.log - -shift `expr ${OPTIND} - 1` - -if [ -z "${pdf_flag}" -a -z "${html_flag}" \ - -a -z "${check_flag}" -a -z "${java_flag}" ]; then - error "need \`-c', \`-j', \`-p' or \`-w' option." -fi -if [ -n "${java_flag}" ]; then - path="`ls ${PREFIX}/jdk*/bin/java 2> /dev/null`" - for p in ${path}; do - jv="`echo ${p}|\ - perl -ne 'print $1 if m,^.*/jdk([0-9.]+)/bin/java$,'` ${jv}" - done - echo "JDK Version: ${jv} available" - echo "If you use another JDK version, set above version to JDKVERSION:" - echo " env JDKVERSION=jdk_version_no dbxa dbxa_options xml_file" -elif [ -z "$1" ]; then - usage -else - files="$*" -fi - -if [ -n "${check_flag}" ]; then - export CLASSPATH=${DBXSL_CLASSPATH}:${CLASSPATH} - for f in ${files}; do - fbase=`echo ${f}|grep \.xml$ ` - if [ -n "${fbase}" ]; then - fbase=`basename ${fbase} .xml` - else - continue - fi - if [ -f ${f} ]; then - if [ -n "${verbose_flag}" ]; then - msg "tring to parse \`${f}'" - fi - if [ -n "${debug_flag}" -o -n "${verbose_flag}" ]; then - echo ${JAVABINDIR}/java ${JAVAPARSEARG} ${f} ${DBXSL_HTML} \ - '>' /dev/null - fi - if [ -z "${debug_flag}" ]; then - ${JAVABINDIR}/java ${JAVAPARSEARG} ${f} ${DBXSL_HTML} \ - > /dev/null - if [ $? -ne 0 ]; then - error "failed to parse ${f}" - fi - fi - fi - done -fi -if [ -n "${pdf_flag}" ]; then - export CLASSPATH=${DBXSL_CLASSPATH}:${CLASSDIR}/fop.jar:${CLASSDIR}/svg-w3c.jar:${CLASSPATH} - for f in ${files}; do - fbase=`echo ${f}|grep \.xml$ ` - if [ -n "${fbase}" ]; then - fbase=`basename ${fbase} .xml` - else - continue - fi - if [ -f ${f} -a \( ! -s ${fbase}.pdf -o -n "${force_flag}" \) ]; then - if [ -n "${verbose_flag}" ]; then - msg "tring to make \`${f} -> ${fbase}.pdf'" - fi - if [ -n "${debug_flag}" -o -n "${verbose_flag}" ]; then - echo ${JAVABINDIR}/java ${JAVAPARSEARG} ${f} ${DBXSL_FO} \ - '>' ${fbase}.fo - fi - if [ -z "${debug_flag}" ]; then - ${JAVABINDIR}/java ${JAVAPARSEARG} ${f} ${DBXSL_FO} \ - > ${fbase}.fo - if [ $? -ne 0 ]; then - error "failed to put ${fbase}.fo" - fi - fi - if [ -n "${debug_flag}" -o -n "${verbose_flag}" ]; then - echo ${JAVABINDIR}/java org.apache.fop.apps.CommandLine \ - ${fbase}.fo ${fbase}.pdf - fi - if [ -z "${debug_flag}" ]; then - ${JAVABINDIR}/java org.apache.fop.apps.CommandLine \ - ${fbase}.fo ${fbase}.pdf - if [ $? -ne 0 ]; then - error "failed to put ${fbase}.pdf" - fi - fi - fi - done -fi -if [ -n "${html_flag}" ]; then - export CLASSPATH=${DBXSL_CLASSPATH}:${CLASSPATH} - for f in ${files}; do - fbase=`echo ${f}|grep \.xml$ ` - if [ -n "${fbase}" ]; then - fbase=`basename ${fbase} .xml` - else - continue - fi - if [ -f ${f} -a \( ! -s ${fbase}.html -o -n "${force_flag}" \) ]; then - if [ -n "${verbose_flag}" ]; then - msg "tring to make \`${f} -> ${fbase}.html'" - fi - if [ -n "${debug_flag}" -o -n "${verbose_flag}" ]; then - echo ${JAVABINDIR}/java ${JAVAPARSEARG} ${f} ${DBXSL_HTML} \ - '>' ${fbase}.html - fi - if [ -z "${debug_flag}" ]; then - ${JAVABINDIR}/java ${JAVAPARSEARG} ${f} ${DBXSL_HTML} \ - > ${fbase}.html - if [ $? -ne 0 ]; then - error "failed to put ${fbase}.html" - fi - fi - fi - done -fi diff --git a/textproc/xsl-docbook-modular/files/patch-aa b/textproc/xsl-docbook-modular/files/patch-aa deleted file mode 100644 index ab5676c0025b..000000000000 --- a/textproc/xsl-docbook-modular/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- fo/index.xsl.orig Thu Nov 9 09:56:33 2000 -+++ fo/index.xsl Tue Dec 26 14:20:58 2000 -@@ -40,7 +40,7 @@ - - <xsl:template match="book/index"> - <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable> -- <fo:page-sequence id="{$id}"> -+ <fo:page-sequence id="{$id}" master-name="pages"> - <fo:static-content flow-name="xsl-region-after"> - <fo:block text-align-last="center" font-size="10pt"> - <fo:page-number/> diff --git a/textproc/xsl-docbook-modular/pkg-descr b/textproc/xsl-docbook-modular/pkg-descr deleted file mode 100644 index ff6a583be302..000000000000 --- a/textproc/xsl-docbook-modular/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -These are XSL stylesheets for the DocBook DTD by Norm Walsh. Use them -with a java through XSLT (such as XT, XP and FOP) to convert documents -marked up as DocBook to HTML and FDF. - -To make translate DocBook XML dcouments HTML or PDF, use dbx2a script as -follows: - - dbx2a -w foo.xml (DocBook XML -> HTML) - dbx2a -p foo.xml (DocBook XML -> PDF) - -You can see usage for dbx2a by `dbx2a -h'. -For more information about XSL DocBook Stylesheets, see below: - -WWW: http://nwalsh.com/docbook/xsl/ diff --git a/textproc/xsl-docbook-modular/pkg-plist b/textproc/xsl-docbook-modular/pkg-plist deleted file mode 100644 index eb38019b53ab..000000000000 --- a/textproc/xsl-docbook-modular/pkg-plist +++ /dev/null @@ -1,273 +0,0 @@ -bin/dbx2a -share/xml/docbook/xsl/modular/BUGS -share/xml/docbook/xsl/modular/ChangeLog -share/xml/docbook/xsl/modular/README -share/xml/docbook/xsl/modular/TODO -share/xml/docbook/xsl/modular/VERSION -share/xml/docbook/xsl/modular/WhatsNew -share/xml/docbook/xsl/modular/bin/ChangeLog -share/xml/docbook/xsl/modular/bin/LostLog -share/xml/docbook/xsl/modular/bin/chunk.pl -share/xml/docbook/xsl/modular/bin/dbart.xml -share/xml/docbook/xsl/modular/bin/dbchunk.xml -share/xml/docbook/xsl/modular/bin/dbref.xml -share/xml/docbook/xsl/modular/bin/dingbat.pl -share/xml/docbook/xsl/modular/bin/docbook.pl -share/xml/docbook/xsl/modular/bin/removexmlns.pl -share/xml/docbook/xsl/modular/common/ChangeLog -share/xml/docbook/xsl/modular/common/LostLog -share/xml/docbook/xsl/modular/common/ca.xml -share/xml/docbook/xsl/modular/common/common.xsl -share/xml/docbook/xsl/modular/common/cs.xml -share/xml/docbook/xsl/modular/common/da.xml -share/xml/docbook/xsl/modular/common/de.xml -share/xml/docbook/xsl/modular/common/el.xml -share/xml/docbook/xsl/modular/common/en.xml -share/xml/docbook/xsl/modular/common/es.xml -share/xml/docbook/xsl/modular/common/et.xml -share/xml/docbook/xsl/modular/common/fi.xml -share/xml/docbook/xsl/modular/common/fr.xml -share/xml/docbook/xsl/modular/common/hu.xml -share/xml/docbook/xsl/modular/common/id.xml -share/xml/docbook/xsl/modular/common/it.xml -share/xml/docbook/xsl/modular/common/ja.xml -share/xml/docbook/xsl/modular/common/ko.xml -share/xml/docbook/xsl/modular/common/l10n.dtd -share/xml/docbook/xsl/modular/common/l10n.xml -share/xml/docbook/xsl/modular/common/l10n.xsl -share/xml/docbook/xsl/modular/common/nl.xml -share/xml/docbook/xsl/modular/common/no.xml -share/xml/docbook/xsl/modular/common/pl.xml -share/xml/docbook/xsl/modular/common/pt.xml -share/xml/docbook/xsl/modular/common/pt_br.xml -share/xml/docbook/xsl/modular/common/ro.xml -share/xml/docbook/xsl/modular/common/ru.xml -share/xml/docbook/xsl/modular/common/sk.xml -share/xml/docbook/xsl/modular/common/sl.xml -share/xml/docbook/xsl/modular/common/sv.xml -share/xml/docbook/xsl/modular/common/zh_cn.xml -share/xml/docbook/xsl/modular/contrib/htmlhelp/ChangeLog -share/xml/docbook/xsl/modular/contrib/htmlhelp/LostLog -share/xml/docbook/xsl/modular/contrib/htmlhelp/docbook.xsl -share/xml/docbook/xsl/modular/contrib/htmlhelp/langcodes.xml -share/xml/docbook/xsl/modular/contrib/outline/ChangeLog -share/xml/docbook/xsl/modular/contrib/outline/LostLog -share/xml/docbook/xsl/modular/contrib/outline/README -share/xml/docbook/xsl/modular/contrib/outline/appendix.gif -share/xml/docbook/xsl/modular/contrib/outline/book.gif -share/xml/docbook/xsl/modular/contrib/outline/chapter.gif -share/xml/docbook/xsl/modular/contrib/outline/example.gif -share/xml/docbook/xsl/modular/contrib/outline/figure.gif -share/xml/docbook/xsl/modular/contrib/outline/informaltable.gif -share/xml/docbook/xsl/modular/contrib/outline/n.gif -share/xml/docbook/xsl/modular/contrib/outline/outline.xsl -share/xml/docbook/xsl/modular/contrib/outline/page.gif -share/xml/docbook/xsl/modular/contrib/outline/part.gif -share/xml/docbook/xsl/modular/contrib/outline/preface.gif -share/xml/docbook/xsl/modular/contrib/outline/reference.gif -share/xml/docbook/xsl/modular/contrib/outline/s.gif -share/xml/docbook/xsl/modular/contrib/outline/sect1.gif -share/xml/docbook/xsl/modular/contrib/outline/sect2.gif -share/xml/docbook/xsl/modular/contrib/outline/sect3.gif -share/xml/docbook/xsl/modular/contrib/outline/sect4.gif -share/xml/docbook/xsl/modular/contrib/outline/sect5.gif -share/xml/docbook/xsl/modular/contrib/outline/section.gif -share/xml/docbook/xsl/modular/contrib/outline/simplesect.gif -share/xml/docbook/xsl/modular/contrib/outline/table.gif -share/xml/docbook/xsl/modular/dbx2a.sh -share/xml/docbook/xsl/modular/doc/ChangeLog -share/xml/docbook/xsl/modular/doc/book.xsl -share/xml/docbook/xsl/modular/doc/ch01.html -share/xml/docbook/xsl/modular/doc/ch01s02.html -share/xml/docbook/xsl/modular/doc/ch01s03.html -share/xml/docbook/xsl/modular/doc/ch01s04.html -share/xml/docbook/xsl/modular/doc/ch02.html -share/xml/docbook/xsl/modular/doc/ch03.html -share/xml/docbook/xsl/modular/doc/common/ChangeLog -share/xml/docbook/xsl/modular/doc/common/common.html -share/xml/docbook/xsl/modular/doc/copyright.html -share/xml/docbook/xsl/modular/doc/fo/ChangeLog -share/xml/docbook/xsl/modular/doc/fo/param.html -share/xml/docbook/xsl/modular/doc/fo/table.html -share/xml/docbook/xsl/modular/doc/html/ChangeLog -share/xml/docbook/xsl/modular/doc/html/ebnf.html -share/xml/docbook/xsl/modular/doc/html/param.html -share/xml/docbook/xsl/modular/doc/index.html -share/xml/docbook/xsl/modular/doc/jrefhtml.xsl -share/xml/docbook/xsl/modular/doc/lib/ChangeLog -share/xml/docbook/xsl/modular/doc/lib/lib.html -share/xml/docbook/xsl/modular/doc/pr01.html -share/xml/docbook/xsl/modular/doc/reference.css -share/xml/docbook/xsl/modular/doc/reference.html -share/xml/docbook/xsl/modular/doc/reference.xsl -share/xml/docbook/xsl/modular/doc/template/ChangeLog -share/xml/docbook/xsl/modular/doc/template/titlepage.html -share/xml/docbook/xsl/modular/doc/warranty.html -share/xml/docbook/xsl/modular/fo/ChangeLog -share/xml/docbook/xsl/modular/fo/LostLog -share/xml/docbook/xsl/modular/fo/admon.xsl -share/xml/docbook/xsl/modular/fo/autotoc.xsl -share/xml/docbook/xsl/modular/fo/biblio.xsl -share/xml/docbook/xsl/modular/fo/block.xsl -share/xml/docbook/xsl/modular/fo/callout.xsl -share/xml/docbook/xsl/modular/fo/component.xsl -share/xml/docbook/xsl/modular/fo/division.xsl -share/xml/docbook/xsl/modular/fo/docbook.xsl -share/xml/docbook/xsl/modular/fo/fo.xsl -share/xml/docbook/xsl/modular/fo/footnote.xsl -share/xml/docbook/xsl/modular/fo/formal.xsl -share/xml/docbook/xsl/modular/fo/glossary.xsl -share/xml/docbook/xsl/modular/fo/graphics.xsl -share/xml/docbook/xsl/modular/fo/index.xsl -share/xml/docbook/xsl/modular/fo/info.xsl -share/xml/docbook/xsl/modular/fo/inline.xsl -share/xml/docbook/xsl/modular/fo/keywords.xsl -share/xml/docbook/xsl/modular/fo/lists.xsl -share/xml/docbook/xsl/modular/fo/math.xsl -share/xml/docbook/xsl/modular/fo/param.xsl -share/xml/docbook/xsl/modular/fo/qandaset.xsl -share/xml/docbook/xsl/modular/fo/refentry.xsl -share/xml/docbook/xsl/modular/fo/sections.xsl -share/xml/docbook/xsl/modular/fo/synop.xsl -share/xml/docbook/xsl/modular/fo/table.xsl -share/xml/docbook/xsl/modular/fo/titlepage.templates.xml -share/xml/docbook/xsl/modular/fo/titlepage.templates.xsl -share/xml/docbook/xsl/modular/fo/titlepage.xsl -share/xml/docbook/xsl/modular/fo/toc.xsl -share/xml/docbook/xsl/modular/fo/verbatim.xsl -share/xml/docbook/xsl/modular/fo/xref.xsl -share/xml/docbook/xsl/modular/html/ChangeLog -share/xml/docbook/xsl/modular/html/LostLog -share/xml/docbook/xsl/modular/html/admon.xsl -share/xml/docbook/xsl/modular/html/autotoc.xsl -share/xml/docbook/xsl/modular/html/biblio.xsl -share/xml/docbook/xsl/modular/html/block.xsl -share/xml/docbook/xsl/modular/html/callout.xsl -share/xml/docbook/xsl/modular/html/changebars.xsl -share/xml/docbook/xsl/modular/html/chunk-common.xsl -share/xml/docbook/xsl/modular/html/chunk.xsl -share/xml/docbook/xsl/modular/html/component.xsl -share/xml/docbook/xsl/modular/html/division.xsl -share/xml/docbook/xsl/modular/html/docbook.xsl -share/xml/docbook/xsl/modular/html/ebnf.xsl -share/xml/docbook/xsl/modular/html/footnote.xsl -share/xml/docbook/xsl/modular/html/formal.xsl -share/xml/docbook/xsl/modular/html/glossary.xsl -share/xml/docbook/xsl/modular/html/graphics.xsl -share/xml/docbook/xsl/modular/html/html.xsl -share/xml/docbook/xsl/modular/html/index.xsl -share/xml/docbook/xsl/modular/html/info.xsl -share/xml/docbook/xsl/modular/html/inline.xsl -share/xml/docbook/xsl/modular/html/keywords.xsl -share/xml/docbook/xsl/modular/html/lists.xsl -share/xml/docbook/xsl/modular/html/math.xsl -share/xml/docbook/xsl/modular/html/param.xsl -share/xml/docbook/xsl/modular/html/pi.xsl -share/xml/docbook/xsl/modular/html/qandaset.xsl -share/xml/docbook/xsl/modular/html/refentry.xsl -share/xml/docbook/xsl/modular/html/sections.xsl -share/xml/docbook/xsl/modular/html/synop.xsl -share/xml/docbook/xsl/modular/html/table.xsl -share/xml/docbook/xsl/modular/html/titlepage.templates.xml -share/xml/docbook/xsl/modular/html/titlepage.templates.xsl -share/xml/docbook/xsl/modular/html/titlepage.xsl -share/xml/docbook/xsl/modular/html/toc.xsl -share/xml/docbook/xsl/modular/html/verbatim.xsl -share/xml/docbook/xsl/modular/html/xref.xsl -share/xml/docbook/xsl/modular/html/xtchunk.xsl -share/xml/docbook/xsl/modular/images/ChangeLog -share/xml/docbook/xsl/modular/images/callouts/1.png -share/xml/docbook/xsl/modular/images/callouts/10.png -share/xml/docbook/xsl/modular/images/callouts/2.png -share/xml/docbook/xsl/modular/images/callouts/3.png -share/xml/docbook/xsl/modular/images/callouts/4.png -share/xml/docbook/xsl/modular/images/callouts/5.png -share/xml/docbook/xsl/modular/images/callouts/6.png -share/xml/docbook/xsl/modular/images/callouts/7.png -share/xml/docbook/xsl/modular/images/callouts/8.png -share/xml/docbook/xsl/modular/images/callouts/9.png -share/xml/docbook/xsl/modular/images/callouts/ChangeLog -share/xml/docbook/xsl/modular/images/caution.png -share/xml/docbook/xsl/modular/images/home.png -share/xml/docbook/xsl/modular/images/important.png -share/xml/docbook/xsl/modular/images/next.png -share/xml/docbook/xsl/modular/images/note.png -share/xml/docbook/xsl/modular/images/prev.png -share/xml/docbook/xsl/modular/images/tip.png -share/xml/docbook/xsl/modular/images/toc-blank.png -share/xml/docbook/xsl/modular/images/toc-minus.png -share/xml/docbook/xsl/modular/images/toc-plus.png -share/xml/docbook/xsl/modular/images/up.png -share/xml/docbook/xsl/modular/images/warning.png -share/xml/docbook/xsl/modular/indexing/ChangeLog -share/xml/docbook/xsl/modular/indexing/docbook.xsl -share/xml/docbook/xsl/modular/javahelp/ChangeLog -share/xml/docbook/xsl/modular/javahelp/LostLog -share/xml/docbook/xsl/modular/javahelp/docbook.xsl -share/xml/docbook/xsl/modular/lib/ChangeLog -share/xml/docbook/xsl/modular/lib/LostLog -share/xml/docbook/xsl/modular/lib/lib.xsl -share/xml/docbook/xsl/modular/template/ChangeLog -share/xml/docbook/xsl/modular/template/LostLog -share/xml/docbook/xsl/modular/template/README -share/xml/docbook/xsl/modular/template/biblioentry.xsl -share/xml/docbook/xsl/modular/template/testtemplate.xml -share/xml/docbook/xsl/modular/template/titlepage.xsl -share/xml/docbook/xsl/modular/test/ChangeLog -share/xml/docbook/xsl/modular/test/LostLog -share/xml/docbook/xsl/modular/test/article.xml -share/xml/docbook/xsl/modular/test/article2.xml -share/xml/docbook/xsl/modular/test/article3.xml -share/xml/docbook/xsl/modular/test/bib.xml -share/xml/docbook/xsl/modular/test/book.xml -share/xml/docbook/xsl/modular/test/book2.xml -share/xml/docbook/xsl/modular/test/book3.xml -share/xml/docbook/xsl/modular/test/chunk.xml -share/xml/docbook/xsl/modular/test/classsynop.xml -share/xml/docbook/xsl/modular/test/condition.xml -share/xml/docbook/xsl/modular/test/docbook.css -share/xml/docbook/xsl/modular/test/docbook40.xml -share/xml/docbook/xsl/modular/test/emc2.gif -share/xml/docbook/xsl/modular/test/figtest.xml -share/xml/docbook/xsl/modular/test/foottest.xml -share/xml/docbook/xsl/modular/test/fotest.xml -share/xml/docbook/xsl/modular/test/func.xml -share/xml/docbook/xsl/modular/test/graphics.xml -share/xml/docbook/xsl/modular/test/gtest.xml -share/xml/docbook/xsl/modular/test/idxbook.xml -share/xml/docbook/xsl/modular/test/mlang.pl -share/xml/docbook/xsl/modular/test/multilingual.xml -share/xml/docbook/xsl/modular/test/qa.xml -share/xml/docbook/xsl/modular/test/qa2.xml -share/xml/docbook/xsl/modular/test/set.xml -share/xml/docbook/xsl/modular/test/table.xml -share/xml/docbook/xsl/modular/test/test.xml -share/xml/docbook/xsl/modular/test/verbtest.xml -share/xml/docbook/xsl/modular/xhtml/ChangeLog -share/xml/docbook/xsl/modular/xhtml/LostLog -share/xml/docbook/xsl/modular/xhtml/docbook.xsl -share/xml/docbook/xsl/modular/xhtml/xtchunk.xsl -@dirrm share/xml/docbook/xsl/modular/xhtml -@dirrm share/xml/docbook/xsl/modular/test -@dirrm share/xml/docbook/xsl/modular/template -@dirrm share/xml/docbook/xsl/modular/lib -@dirrm share/xml/docbook/xsl/modular/javahelp -@dirrm share/xml/docbook/xsl/modular/indexing -@dirrm share/xml/docbook/xsl/modular/images/callouts -@dirrm share/xml/docbook/xsl/modular/images -@dirrm share/xml/docbook/xsl/modular/html -@dirrm share/xml/docbook/xsl/modular/fo -@dirrm share/xml/docbook/xsl/modular/doc/template -@dirrm share/xml/docbook/xsl/modular/doc/lib -@dirrm share/xml/docbook/xsl/modular/doc/html -@dirrm share/xml/docbook/xsl/modular/doc/fo -@dirrm share/xml/docbook/xsl/modular/doc/common -@dirrm share/xml/docbook/xsl/modular/doc -@dirrm share/xml/docbook/xsl/modular/contrib/outline -@dirrm share/xml/docbook/xsl/modular/contrib/htmlhelp -@dirrm share/xml/docbook/xsl/modular/contrib -@dirrm share/xml/docbook/xsl/modular/common -@dirrm share/xml/docbook/xsl/modular/bin -@dirrm share/xml/docbook/xsl/modular -@unexec rmdir %D/share/xml/docbook/xsl 2>/dev/null || true -@unexec rmdir %D/share/xml/docbook 2>/dev/null || true diff --git a/www/eddie/Makefile b/www/eddie/Makefile deleted file mode 100644 index c982310049c0..000000000000 --- a/www/eddie/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: eddie -# Date created: 05-Jan-2001 -# Whom: Samuel Tardieu <sam@inf.enst.fr> -# -# $FreeBSD$ -# - -PORTNAME= eddie -PORTVERSION= 1.5.1 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://www.aims.com.au/chris/ -DISTNAME= eddie-1.5.1-20020619 - -MAINTAINER= ports@freebsd.org -COMMENT= Tool for building fault-tolerant redundant WWW servers - -BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang - -USE_AUTOCONF= yes -USE_GMAKE= yes - -BROKEN= does not build with Erlang 9.0 - -.include <bsd.port.mk> diff --git a/www/eddie/distinfo b/www/eddie/distinfo deleted file mode 100644 index 3d9db1979f35..000000000000 --- a/www/eddie/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (eddie-1.5.1-20020619.tar.gz) = 29b1a6e6d937b37530bdb776e656a1cc diff --git a/www/eddie/pkg-descr b/www/eddie/pkg-descr deleted file mode 100644 index 67b2ab66f46f..000000000000 --- a/www/eddie/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Eddie is a high availability clustering tool. It is an open source, 100% -software solution written primarily in the functional programming language -Erlang (www.erlang.org) and is available for Solaris, Linux and *BSD. - -Eddie provides advanced automatic traffic management and configuration of -geographically distributed server sites, consisting of one or more Local -Area Networks. - -At each site, certain servers are designated as Front End Servers. These -servers are responsible for controlling and distributing incoming traffic -across designated Back End Servers, and tracking the availability of Back -End Web Servers within the site. Back End Servers may support a range of -Web servers, including Apache. - -WWW: http://eddie.sourceforge.net/ diff --git a/www/eddie/pkg-plist b/www/eddie/pkg-plist deleted file mode 100644 index 338144aa7d09..000000000000 --- a/www/eddie/pkg-plist +++ /dev/null @@ -1,208 +0,0 @@ -@unexec if cmp -s %D/etc/eddie.conf %D/etc/eddie.conf.dist; then rm -f %D/etc/eddie.conf; fi -@unexec if cmp -s %D/etc/eddie.gate %D/etc/eddie.gate.dist; then rm -f %D/etc/eddie.gate; fi -@unexec if cmp -s %D/etc/eddie.mig %D/etc/eddie.mig.dist; then rm -f %D/etc/eddie.mig; fi -@unexec if cmp -s %D/etc/lb_dns.boot %D/etc/lb_dns.boot.dist; then rm -f %D/etc/lb_dns.boot; fi -@unexec if cmp -s %D/etc/tpl_blocked.html %D/etc/tpl_blocked.html.dist; then rm -f %D/etc/tpl_blocked.html; fi -@unexec if cmp -s %D/etc/tpl_queue.html %D/etc/tpl_queue.html.dist; then rm -f %D/etc/tpl_queue.html; fi -@unexec if cmp -s %D/etc/tpl_reject.html %D/etc/tpl_reject.html.dist; then rm -f %D/etc/tpl_reject.html; fi -etc/eddie.conf.dist -etc/eddie.gate.dist -etc/eddie.mig.dist -etc/lb_dns.boot.dist -etc/tpl_blocked.html.dist -etc/tpl_queue.html.dist -etc/tpl_reject.html.dist -lib/eddie/LICENSE -lib/eddie/bin/.eddie_path -lib/eddie/bin/dns.boot -lib/eddie/bin/dns_sys.config -lib/eddie/bin/ecmd -lib/eddie/bin/eddie.boot -lib/eddie/bin/loadinfo.boot -lib/eddie/bin/relay -lib/eddie/bin/start_httpd -lib/eddie/bin/stop_httpd -lib/eddie/bin/sys.config -lib/eddie/conf/basic_gateway.gate -lib/eddie/conf/basic_migration.mig -lib/eddie/conf/conf/httpd.conf -lib/eddie/conf/ex1.gate -lib/eddie/conf/ex1.mig -lib/eddie/conf/ex2.gate -lib/eddie/conf/ex2.mig -lib/eddie/conf/ex3.gate -lib/eddie/conf/ex3.mig -lib/eddie/conf/ex4.gate -lib/eddie/conf/ex4.mig -lib/eddie/conf/logs/.KEEPME -lib/eddie/lib/dns_server-1.5.3/ebin/.KEEPME -lib/eddie/lib/dns_server-1.5.3/ebin/dns_app.beam -lib/eddie/lib/dns_server-1.5.3/ebin/dns_cache.beam -lib/eddie/lib/dns_server-1.5.3/ebin/dns_catalog.beam -lib/eddie/lib/dns_server-1.5.3/ebin/dns_domain_sup.beam -lib/eddie/lib/dns_server-1.5.3/ebin/dns_load.beam -lib/eddie/lib/dns_server-1.5.3/ebin/dns_parse.beam -lib/eddie/lib/dns_server-1.5.3/ebin/dns_query.beam -lib/eddie/lib/dns_server-1.5.3/ebin/dns_recurse.beam -lib/eddie/lib/dns_server-1.5.3/ebin/dns_recurse_udp_tracker.beam -lib/eddie/lib/dns_server-1.5.3/ebin/dns_rr.beam -lib/eddie/lib/dns_server-1.5.3/ebin/dns_server.app -lib/eddie/lib/dns_server-1.5.3/ebin/dns_server.beam -lib/eddie/lib/dns_server-1.5.3/ebin/dns_sig.beam -lib/eddie/lib/dns_server-1.5.3/ebin/dns_sup.beam -lib/eddie/lib/dns_server-1.5.3/ebin/dns_tcp_accept.beam -lib/eddie/lib/dns_server-1.5.3/ebin/dns_udp.beam -lib/eddie/lib/dns_server-1.5.3/ebin/dns_xfr.beam -lib/eddie/lib/dns_server-1.5.3/ebin/dns_zone.beam -lib/eddie/lib/dns_server-1.5.3/priv/.KEEPME -lib/eddie/lib/dns_server-1.5.3/priv/dns.boot -lib/eddie/lib/dns_server-1.5.3/priv/dns_sys.config -lib/eddie/lib/dns_server-1.5.3/priv/lbdns -lib/eddie/lib/inet_server-1.5.3/ebin/.KEEPME -lib/eddie/lib/inet_server-1.5.3/ebin/erlet_admit_ctrl.beam -lib/eddie/lib/inet_server-1.5.3/ebin/erlet_status.beam -lib/eddie/lib/inet_server-1.5.3/ebin/erlet_utils.beam -lib/eddie/lib/inet_server-1.5.3/ebin/http.beam -lib/eddie/lib/inet_server-1.5.3/ebin/http_admit.beam -lib/eddie/lib/inet_server-1.5.3/ebin/http_db.beam -lib/eddie/lib/inet_server-1.5.3/ebin/http_fields.beam -lib/eddie/lib/inet_server-1.5.3/ebin/http_parse.beam -lib/eddie/lib/inet_server-1.5.3/ebin/inet_app.beam -lib/eddie/lib/inet_server-1.5.3/ebin/inet_server.app -lib/eddie/lib/inet_server-1.5.3/ebin/inet_server.beam -lib/eddie/lib/inet_server-1.5.3/ebin/is_config.beam -lib/eddie/lib/inet_server-1.5.3/ebin/is_core.beam -lib/eddie/lib/inet_server-1.5.3/ebin/is_db.beam -lib/eddie/lib/inet_server-1.5.3/ebin/is_service_db.beam -lib/eddie/lib/inet_server-1.5.3/ebin/is_sup.beam -lib/eddie/lib/inet_server-1.5.3/ebin/queue_srv.beam -lib/eddie/lib/inet_server-1.5.3/ebin/queue_timer.beam -lib/eddie/lib/inet_server-1.5.3/ebin/srv_parse.beam -lib/eddie/lib/inet_server-1.5.3/ebin/srv_table.beam -lib/eddie/lib/inet_server-1.5.3/ebin/url_parse.beam -lib/eddie/lib/inet_server-1.5.3/priv/.KEEPME -lib/eddie/lib/inet_server-1.5.3/priv/relay -lib/eddie/lib/load_info-1.5.3/ebin/.KEEPME -lib/eddie/lib/load_info-1.5.3/ebin/load_app.beam -lib/eddie/lib/load_info-1.5.3/ebin/load_info.app -lib/eddie/lib/load_info-1.5.3/ebin/load_server.beam -lib/eddie/lib/load_info-1.5.3/ebin/load_sup.beam -lib/eddie/lib/load_info-1.5.3/ebin/lonelb.beam -lib/eddie/lib/load_info-1.5.3/load_avg -lib/eddie/lib/load_info-1.5.3/priv/.KEEPME -lib/eddie/lib/load_info-1.5.3/priv/load_avg -lib/eddie/lib/lonelb-1.5.3/ebin/.KEEPME -lib/eddie/lib/lonelb-1.5.3/ebin/get_mig_conf.beam -lib/eddie/lib/lonelb-1.5.3/ebin/lonelb.app -lib/eddie/lib/master-1.5.3/ebin/.KEEPME -lib/eddie/lib/master-1.5.3/ebin/master.app -lib/eddie/lib/master-1.5.3/ebin/master_app.beam -lib/eddie/lib/master-1.5.3/ebin/master_heuristics.beam -lib/eddie/lib/master-1.5.3/ebin/master_server.beam -lib/eddie/lib/master-1.5.3/ebin/master_sup.beam -lib/eddie/lib/master-1.5.3/priv/.KEEPME -lib/eddie/lib/misc-1.5.3/ebin/.KEEPME -lib/eddie/lib/misc-1.5.3/ebin/config_file.beam -lib/eddie/lib/misc-1.5.3/ebin/db.beam -lib/eddie/lib/misc-1.5.3/ebin/disk_log_handler.beam -lib/eddie/lib/misc-1.5.3/ebin/fdsrv.beam -lib/eddie/lib/misc-1.5.3/ebin/log_sig.beam -lib/eddie/lib/misc-1.5.3/ebin/misc.app -lib/eddie/lib/misc-1.5.3/ebin/misc.beam -lib/eddie/lib/misc-1.5.3/ebin/misc_app.beam -lib/eddie/lib/misc-1.5.3/ebin/misc_sup.beam -lib/eddie/lib/misc-1.5.3/ebin/sig_ex.beam -lib/eddie/lib/misc-1.5.3/ebin/sig_handler.beam -lib/eddie/lib/misc-1.5.3/ebin/syslog_handler.beam -lib/eddie/lib/misc-1.5.3/priv/.KEEPME -lib/eddie/lib/misc-1.5.3/priv/fdsrv -lib/eddie/lib/misc-1.5.3/priv/fdsrv_drv.so -lib/eddie/lib/misc-1.5.3/priv/sig_handler -lib/eddie/lib/misc-1.5.3/priv/syslog_drv.so -lib/eddie/lib/oam-1.5.3/ebin/.KEEPME -lib/eddie/lib/oam-1.5.3/ebin/oam.app -lib/eddie/lib/oam-1.5.3/ebin/oam.beam -lib/eddie/lib/oam-1.5.3/ebin/oam_config.beam -lib/eddie/lib/oam-1.5.3/ebin/oam_config_files.beam -lib/eddie/lib/oam-1.5.3/priv/.KEEPME -lib/eddie/lib/oam-1.5.3/priv/conf -lib/eddie/lib/oam-1.5.3/priv/eddie -lib/eddie/lib/oam-1.5.3/priv/eddie.init -lib/eddie/lib/oam-1.5.3/priv/gate -lib/eddie/lib/oam-1.5.3/priv/lbdns.init -lib/eddie/lib/oam-1.5.3/priv/mig -lib/eddie/lib/oam-1.5.3/priv/oam.app -lib/eddie/lib/oam-1.5.3/priv/package -lib/eddie/lib/oam-1.5.3/priv/rpm.spec -lib/eddie/lib/oam-1.5.3/priv/start -lib/eddie/lib/servant-1.5.3/ebin/.KEEPME -lib/eddie/lib/servant-1.5.3/ebin/dummy.beam -lib/eddie/lib/servant-1.5.3/ebin/eddie.beam -lib/eddie/lib/servant-1.5.3/ebin/http_monitor.beam -lib/eddie/lib/servant-1.5.3/ebin/servant.app -lib/eddie/lib/servant-1.5.3/ebin/servant_app.beam -lib/eddie/lib/servant-1.5.3/ebin/servant_config.beam -lib/eddie/lib/servant-1.5.3/ebin/servant_inet_server_sup.beam -lib/eddie/lib/servant-1.5.3/ebin/servant_monitor_server.beam -lib/eddie/lib/servant-1.5.3/ebin/servant_monitor_sup.beam -lib/eddie/lib/servant-1.5.3/ebin/servant_server.beam -lib/eddie/lib/servant-1.5.3/ebin/servant_sup.beam -lib/eddie/lib/servant-1.5.3/ebin/servant_util.beam -lib/eddie/lib/servant-1.5.3/priv/garp -lib/eddie/lib/servant-1.5.3/priv/ifadd -lib/eddie/lib/servant-1.5.3/priv/ifdel -lib/eddie/lib/servant-1.5.3/priv/ifget -lib/eddie/lib/servant-1.5.3/priv/routeadd -lib/eddie/lib/sync_nodes-1.5.3/ebin/.KEEPME -lib/eddie/lib/sync_nodes-1.5.3/ebin/sync_nodes.app -lib/eddie/lib/sync_nodes-1.5.3/ebin/sync_nodes_app.beam -lib/eddie/lib/sync_nodes-1.5.3/ebin/sync_nodes_server.beam -lib/eddie/lib/sync_nodes-1.5.3/ebin/sync_nodes_sup.beam -lib/eddie/lib/sync_nodes-1.5.3/priv/.KEEPME -sbin/eddie -sbin/lbdns -share/eddie/README -share/eddie/common/LICENSE -share/eddie/common/eddie.1 -share/eddie/common/header_c.txt -share/eddie/common/header_erl.txt -share/eddie/dns/127.in-addr.arpa -share/eddie/dns/128.20.173.in-addr.arpa -share/eddie/dns/README -share/eddie/dns/foobarcorp.com.au -share/eddie/dns/lb_dns.boot -@dirrm share/eddie/dns -@dirrm share/eddie/common -@dirrm share/eddie -@dirrm lib/eddie/conf/conf -@dirrm lib/eddie/conf/logs -@dirrm lib/eddie/lib/dns_server-1.5.3/priv -@dirrm lib/eddie/lib/dns_server-1.5.3/ebin -@dirrm lib/eddie/lib/oam-1.5.3/priv -@dirrm lib/eddie/lib/oam-1.5.3/ebin -@dirrm lib/eddie/lib/inet_server-1.5.3/priv -@dirrm lib/eddie/lib/inet_server-1.5.3/ebin -@dirrm lib/eddie/lib/master-1.5.3/priv -@dirrm lib/eddie/lib/master-1.5.3/ebin -@dirrm lib/eddie/lib/servant-1.5.3/priv -@dirrm lib/eddie/lib/servant-1.5.3/ebin -@dirrm lib/eddie/lib/load_info-1.5.3/priv -@dirrm lib/eddie/lib/load_info-1.5.3/ebin -@dirrm lib/eddie/lib/sync_nodes-1.5.3/priv -@dirrm lib/eddie/lib/sync_nodes-1.5.3/ebin -@dirrm lib/eddie/lib/lonelb-1.5.3/ebin -@dirrm lib/eddie/lib/misc-1.5.3/priv -@dirrm lib/eddie/lib/misc-1.5.3/ebin -@dirrm lib/eddie/lib/dns_server-1.5.3 -@dirrm lib/eddie/lib/oam-1.5.3 -@dirrm lib/eddie/lib/inet_server-1.5.3 -@dirrm lib/eddie/lib/master-1.5.3 -@dirrm lib/eddie/lib/servant-1.5.3 -@dirrm lib/eddie/lib/load_info-1.5.3 -@dirrm lib/eddie/lib/sync_nodes-1.5.3 -@dirrm lib/eddie/lib/lonelb-1.5.3 -@dirrm lib/eddie/lib/misc-1.5.3 -@dirrm lib/eddie/conf -@dirrm lib/eddie/bin -@dirrm lib/eddie/lib -@dirrm lib/eddie diff --git a/x11-fm/jafm/Makefile b/x11-fm/jafm/Makefile deleted file mode 100644 index a3f321f4eaef..000000000000 --- a/x11-fm/jafm/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: jafm -# Date created: 31 August 1998 -# Whom: brett@peloton.physics.montana.edu -# -# $FreeBSD$ -# - -PORTNAME= jafm -PORTVERSION= 0.5 -CATEGORIES= x11-fm -MASTER_SITES= http://www-personal.usyd.edu.au/~rlittlew/jafm/ \ - ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= X11/desktop - -MAINTAINER= brett@peloton.runet.edu -COMMENT= Yet another file manager! - -BROKEN= "Does not build" - -USE_QT_VER= 1 -USE_BISON= yes -MAKE_ENV= Cxx="${CXX}" CxxFLAGS="${CXXFLAGS}" -ALL_TARGET= jafm - -MAN8= jafm.8 - -.include <bsd.port.mk> diff --git a/x11-fm/jafm/distinfo b/x11-fm/jafm/distinfo deleted file mode 100644 index 715092d05517..000000000000 --- a/x11-fm/jafm/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (jafm-0.5.tar.gz) = d8e4ea0a5f999c5635c637aa49440df5 diff --git a/x11-fm/jafm/files/patch-aa b/x11-fm/jafm/files/patch-aa deleted file mode 100644 index 38290a48b53c..000000000000 --- a/x11-fm/jafm/files/patch-aa +++ /dev/null @@ -1,82 +0,0 @@ ---- Makefile.orig Thu Oct 23 21:44:05 1997 -+++ Makefile Fri May 24 04:44:50 2002 -@@ -5,12 +5,13 @@ - # requires GNU make - - --INSTALLDIR=/usr/local -+INSTALLDIR=${PREFIX} - #INSTALLDIR=/nb/rupert - --JAFMDIR=$(INSTALLDIR)/lib/jafm -+JAFMDIR=$(INSTALLDIR)/share/jafm - ZICDIR=$(JAFMDIR)/zic - APPLDIR=$(JAFMDIR)/appl -+QTDIR=${X11BASE} - - - .SUFFIXES: .cc .o .cc.o -@@ -26,15 +27,15 @@ - M%.cc: %.hh - $(MOC) $< -o $@ - --CC = gcc --MOC = ${QTDIR}/bin/moc --Cxx =g++ -- --INCFLAGS=-I${QTDIR}/include --CxxFLAGS= -Wall #-pipe --CFLAGS= -Wall #-pipe --OPT=-g --DEFINES= -+CC ?= gcc -+MOC = ${QTDIR}/bin/moc1 -+Cxx ?= g++ -+ -+INCFLAGS = -I${QTDIR}/include/X11/qt1 -I${QTDIR}/include -+CxxFLAGS ?= -Wall #-pipe -+CFLAGS ?= -Wall #-pipe -+#OPT = -g -+#DEFINES = - # FILES - - HEADERS= iconview.hh menus.hh icon.hh dirbar.hh icondesk.hh deskicon.hh -@@ -50,28 +51,21 @@ - - MOBJS= Miconview.o Mmenus.o Micon.o Mdirbar.o Micondesk.o Msfm.o Mdeskicon.o - --LIBDIR=-L${QTDIR}/lib -L/usr/X11/lib -+LIBDIR=-L${QTDIR}/lib - - jafm : $(OBJS) $(MOBJS) -- $(Cxx) $(CxxLFAGS) -o jafm $(OBJS) $(MOBJS) $(LIBDIR) -lqt -lX11 -lXext -+ $(Cxx) $(CxxLFAGS) -o jafm $(OBJS) $(MOBJS) $(LIBDIR) -lqt1 -lX11 -lXext - - # must do this properly next time... - install: jafm -- mkdir -p -m 755 $(JAFMDIR) -- mkdir -p -m 755 $(INSTALLDIR)/bin -- mkdir -p -m 755 $(APPLDIR) -- mkdir -p -m 755 $(ZICDIR) -- cp system.jafmrules $(JAFMDIR)/system.jafmrules -- chmod 755 $(JAFMDIR)/system.jafmrules -- cp jafm $(INSTALLDIR)/bin/jafm -- chmod 755 $(INSTALLDIR)/bin/jafm -- cp zic/*.zic $(ZICDIR) -- chmod 644 $(ZICDIR)/* -- cp appl/* $(APPLDIR) -- chmod 644 $(APPLDIR)/* -- mkdir -p -m 755 $(INSTALLDIR)/man/man8 -- cp jafm.8 $(INSTALLDIR)/man/man8 -- chmod 644 $(INSTALLDIR)/man/man8/jafm.8 -+ mkdir -p $(JAFMDIR) -+ mkdir -p $(APPLDIR) -+ mkdir -p $(ZICDIR) -+ ${BSD_INSTALL_DATA} system.jafmrules $(JAFMDIR)/system.jafmrules -+ ${BSD_INSTALL_PROGRAM} jafm $(INSTALLDIR)/bin/jafm -+ ${BSD_INSTALL_DATA} zic/*.zic $(ZICDIR) -+ ${BSD_INSTALL_DATA} appl/* $(APPLDIR) -+ ${BSD_INSTALL_MAN} jafm.8 $(INSTALLDIR)/man/man8 - - dep: $(MSOURCES) - makedepend -I. -I$(QTDIR)/include $(SOURCES) $(MSOURCES) >/dev/null 2>&1 diff --git a/x11-fm/jafm/files/patch-ab b/x11-fm/jafm/files/patch-ab deleted file mode 100644 index e3db750d4a1f..000000000000 --- a/x11-fm/jafm/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- icon.cc.orig Sat Feb 26 19:38:06 2000 -+++ icon.cc Sat Feb 26 19:38:17 2000 -@@ -914,7 +914,7 @@ - instructions = 0 ; - realSize = 0 ; - -- static bug = 0 ; -+ static int bug = 0 ; - - // okay, parse the file - // error checking is s.e.p. diff --git a/x11-fm/jafm/files/patch-ac b/x11-fm/jafm/files/patch-ac deleted file mode 100644 index fdd0b05927a6..000000000000 --- a/x11-fm/jafm/files/patch-ac +++ /dev/null @@ -1,21 +0,0 @@ ---- zicon.y.orig Wed Sep 24 00:09:52 1997 -+++ zicon.y Sat Feb 26 19:51:35 2000 -@@ -3,6 +3,7 @@ - /* we pass a pointer to the painter into the */ - #define YYPARSE_PARAM p - -+#include <stdlib.h> - #include "icon.hh" - - #define PROGRAM ((IconProgram *)p) -@@ -13,6 +14,10 @@ - int bufAlloc = 160 ; - short int *buffer = new short int[bufAlloc] ; - -+extern int yyerror(char *); -+extern "C" { -+ extern int yylex(void); -+}; - - %} - diff --git a/x11-fm/jafm/files/patch-ad b/x11-fm/jafm/files/patch-ad deleted file mode 100644 index b943d62fa800..000000000000 --- a/x11-fm/jafm/files/patch-ad +++ /dev/null @@ -1,37 +0,0 @@ ---- icondesk.cc.orig Sat Feb 26 19:43:45 2000 -+++ icondesk.cc Sat Feb 26 19:45:22 2000 -@@ -29,6 +29,7 @@ - #include <iostream.h> - #include <sys/types.h> - #include <sys/stat.h> -+#include <ctype.h> - #include <errno.h> - #include <dirent.h> - -@@ -526,7 +527,7 @@ - it.current()->set_embossed (false) ; - } - -- dragDropIcon->drag_drop_action (dic_list) ; // do it -+ dragDropIcon->drag_drop_action ((QListT<DeskIcon> &)dic_list) ; // do it - unHighlightDragDrop () ; - - emit signal_refresh () ; // unnecessary, but can make things look zippier -@@ -831,7 +832,7 @@ - // ok, now has a file been added? - - dir_pointer = opendir (".") ; -- while (dp = readdir (dir_pointer)) { -+ while ((dp = readdir (dir_pointer))) { - if (!strcmp (".", dp->d_name) || - !strcmp ("..", dp->d_name)) - continue ; -@@ -925,7 +926,7 @@ - QListIterator<Icon> it (*icon_list) ; - for ( ; it.current() ; ++it) { - if (it.current()->get_label() == f.fileName()) { -- it.current()->new_file_info (newf) ; -+ it.current()->new_file_info ((QFileInfo &)newf) ; - single_repaint (it.current()) ; - return ; - } diff --git a/x11-fm/jafm/files/patch-ae b/x11-fm/jafm/files/patch-ae deleted file mode 100644 index 2693a1d83e4c..000000000000 --- a/x11-fm/jafm/files/patch-ae +++ /dev/null @@ -1,20 +0,0 @@ ---- deskicon.cc.orig Sat Feb 26 19:45:43 2000 -+++ deskicon.cc Sat Feb 26 19:46:48 2000 -@@ -90,7 +90,7 @@ - ShapeSet) ; - // setGeometry (icon->rect()) ; // Qt doesn't know we used XShape! - // make room for label -- QRect *r = &icon->get_label_rect () ; -+ QRect *r = (QRect *)&icon->get_label_rect () ; - QBitmap bm (r->width(), r->height()) ; - QPainter p (&bm) ; - p.fillRect (0,0,r->width(),r->height(), color1) ; -@@ -177,7 +177,7 @@ - { - // if WId is us, act accordingly - if (winId() == w) { -- icon->drag_drop_action (diList) ; -+ icon->drag_drop_action ((QListT<DeskIcon> &)diList) ; - icon->set_drag_drop (false) ; - repaint () ; - } diff --git a/x11-fm/jafm/files/patch-af b/x11-fm/jafm/files/patch-af deleted file mode 100644 index cfe921532620..000000000000 --- a/x11-fm/jafm/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- sfm.hh.orig Sat Feb 26 19:36:10 2000 -+++ sfm.hh Sat Feb 26 19:48:53 2000 -@@ -59,7 +59,7 @@ - - void slot_refresh () ; - -- void dragPointAt (const QPoint &p, const QList<DeskIcon> & =0) ; -+ void dragPointAt (const QPoint &p, const QList<DeskIcon> &) ; - void dragDropRelease (const QPoint &, const QList<DeskIcon> &) ; - - } ; diff --git a/x11-fm/jafm/pkg-descr b/x11-fm/jafm/pkg-descr deleted file mode 100644 index 3bb18f3fc140..000000000000 --- a/x11-fm/jafm/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is not Just Another File Manager! jafm supports drag and drop -amongst itself and onto the desktop. Right now it uses qt, but the -author is now in the process of converting it to gtk. - -WWW: http://www-personal.usyd.edu.au/~rlittlew/jafm/ - -Brett Taylor -brett@peloton.physics.montana.edu diff --git a/x11-fm/jafm/pkg-plist b/x11-fm/jafm/pkg-plist deleted file mode 100644 index 467592743bed..000000000000 --- a/x11-fm/jafm/pkg-plist +++ /dev/null @@ -1,30 +0,0 @@ -bin/jafm -share/jafm/appl/Applications -share/jafm/zic/core.zic -share/jafm/zic/trash.zic -share/jafm/zic/targz.zic -share/jafm/zic/skip.zic -share/jafm/zic/rubbish.zic -share/jafm/zic/printer2.zic -share/jafm/zic/printer.zic -share/jafm/zic/print.zic -share/jafm/zic/people.zic -share/jafm/zic/pencil.zic -share/jafm/zic/old-exec.zic -share/jafm/zic/object.zic -share/jafm/zic/null.zic -share/jafm/zic/netscape.zic -share/jafm/zic/netsc.zic -share/jafm/zic/nav.zic -share/jafm/zic/mail.zic -share/jafm/zic/folder.zic -share/jafm/zic/exec.zic -share/jafm/zic/edit.zic -share/jafm/zic/doc.zic -share/jafm/zic/dir.zic -share/jafm/zic/cswap.zic -share/jafm/zic/try.zic -share/jafm/system.jafmrules -@dirrm share/jafm/zic -@dirrm share/jafm/appl -@dirrm share/jafm diff --git a/x11-servers/Xatm/Makefile b/x11-servers/Xatm/Makefile deleted file mode 100644 index 0fb8d0940531..000000000000 --- a/x11-servers/Xatm/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: xfs-atm -# Date created: 31 Oct 1999 -# Whom: taguchi@tohoku.iij.ad.jp -# -# $FreeBSD$ -# - -PORTNAME= xfs-atm -PORTVERSION= 3.0.1 -CATEGORIES= x11-servers -MASTER_SITES= http://www.netlab.is.tsukuba.ac.jp/~yokota/archive/ -DISTNAME= ${PORTNAME}+cid-${PORTVERSION} - -MAINTAINER= taguchi@tohoku.iij.ad.jp -COMMENT= XFree86 Font Server with Xatm - -BROKEN= "Does not build" - -USE_IMAKE= yes -USE_GMAKE= yes -MAKE_ENV+= MAKE=${GMAKE} -MANCOMPRESSED= yes -MAN1= xfs-atm.1 -DOCFILES= README.t1-cid+xatm-cap README.t1-cid+xatm-cap.eng \ - README.xfs-atm README.xfs-atm.eng \ - lib/font/Xatm/Q_and_A.Xatm \ - lib/font/Xatm/README lib/font/Xatm/README.eng \ - lib/font/Xatm/README.fonts_cap \ - lib/font/Xatm/README.fonts_cap.eng -DOCPATH= ${PREFIX}/share/doc/Xatm - -post-install: -.if !defined(NOPORTDOCS) - ( ${MKDIR} ${DOCPATH} ; \ - cd ${WRKSRC}; \ - for i in ${DOCFILES} ; do \ - ${INSTALL_DATA} $$i ${DOCPATH}; \ - done ) -.endif - -.include <bsd.port.mk> diff --git a/x11-servers/Xatm/distinfo b/x11-servers/Xatm/distinfo deleted file mode 100644 index 7729e89b17a2..000000000000 --- a/x11-servers/Xatm/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xfs-atm+cid-3.0.1.tar.gz) = 39a80eb78d9ce79a614df7495fccac99 diff --git a/x11-servers/Xatm/files/patch-aa b/x11-servers/Xatm/files/patch-aa deleted file mode 100644 index 4601e053abcc..000000000000 --- a/x11-servers/Xatm/files/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ ---- programs/Imakefile~ Fri Apr 2 05:38:13 1999 -+++ programs/Imakefile Sun Oct 31 09:30:22 1999 -@@ -3,9 +3,10 @@ - #define IHaveSubdirs - #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" - --#ifndef BuildFontServer --#define BuildFontServer -+#ifdef BuildFontServer -+#undef BuildFontServer - #endif -+#define BuildFontServer YES - - #if BuildServer - RGBSRCDIR = rgb diff --git a/x11-servers/Xatm/files/patch-ab b/x11-servers/Xatm/files/patch-ab deleted file mode 100644 index 395fc91f82b0..000000000000 --- a/x11-servers/Xatm/files/patch-ab +++ /dev/null @@ -1,25 +0,0 @@ ---- Imakefile.orig Sun Oct 31 09:42:32 1999 -+++ Imakefile Sun Oct 31 09:43:58 1999 -@@ -19,18 +19,18 @@ - - xfs-atm:: ./programs/xfs/xfs-atm - rm -f $@ -- cp $< $@ -+ cp ./programs/xfs/xfs-atm $@ - - config.sample:: ./programs/xfs/config - rm -f $@ -- cp $< $@ -+ cp ./programs/xfs/config $@ - - fonts.cap.sample:: ./lib/font/Xatm/fonts.cap.sample - rm -f $@ -- cp $< $@ -+ cp ./lib/font/Xatm/fonts.cap.sample $@ - fonts.dir.sample:: ./lib/font/Xatm/fonts.dir.sample - rm -f $@ -- cp $< $@ -+ cp ./lib/font/Xatm/fonts.dir.sample $@ - - clean:: - rm -f $(XATM_TARGET) diff --git a/x11-servers/Xatm/pkg-descr b/x11-servers/Xatm/pkg-descr deleted file mode 100644 index 4d6a958aee17..000000000000 --- a/x11-servers/Xatm/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Xatm is PostScript font loader for X. -Standerd X can only load Type1 PostScript font, but Xatm do more. -Xatm can load Type 0,1,3,42 and OCF & CID type 16bit fonts. And also -supports defered glyph option. -This is good for Japanese or other asian font users. - -NOTE: Xatm requires ghostscript! You must install one of them. - -WWW: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/Xatm/xatm_e.html - -Taguchi, T. -taguchi@tohoku.iij.ad.jp diff --git a/x11-servers/Xatm/pkg-plist b/x11-servers/Xatm/pkg-plist deleted file mode 100644 index eda641afa0a8..000000000000 --- a/x11-servers/Xatm/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -bin/xfs-atm -lib/X11/xfs-atm/config -lib/X11/xfs-atm/fonts.cap.sample -lib/X11/xfs-atm/fonts.dir.sample -share/doc/Xatm/Q_and_A.Xatm -share/doc/Xatm/README -share/doc/Xatm/README.eng -share/doc/Xatm/README.fonts_cap -share/doc/Xatm/README.fonts_cap.eng -share/doc/Xatm/README.t1-cid+xatm-cap -share/doc/Xatm/README.t1-cid+xatm-cap.eng -share/doc/Xatm/README.xfs-atm -share/doc/Xatm/README.xfs-atm.eng -@dirrm share/doc/Xatm |