From 15cb85e984c9447f16ae65a772cfc08204419d5e Mon Sep 17 00:00:00 2001 From: Yi-Jheng Lin Date: Tue, 24 Nov 2009 15:48:04 +0000 Subject: 2007-10-28 x11-toolkits/xclasses: Version branch long since retired Approved by: rafan (co-mentor) --- MOVED | 1 + x11-toolkits/Makefile | 1 - x11-toolkits/xclasses/Makefile | 69 ------------------------------------ x11-toolkits/xclasses/distinfo | 3 -- x11-toolkits/xclasses/files/patch-aa | 46 ------------------------ x11-toolkits/xclasses/files/patch-ab | 11 ------ x11-toolkits/xclasses/files/patch-ac | 53 --------------------------- x11-toolkits/xclasses/pkg-descr | 13 ------- 8 files changed, 1 insertion(+), 196 deletions(-) delete mode 100644 x11-toolkits/xclasses/Makefile delete mode 100644 x11-toolkits/xclasses/distinfo delete mode 100644 x11-toolkits/xclasses/files/patch-aa delete mode 100644 x11-toolkits/xclasses/files/patch-ab delete mode 100644 x11-toolkits/xclasses/files/patch-ac delete mode 100644 x11-toolkits/xclasses/pkg-descr diff --git a/MOVED b/MOVED index f716bd98b643..8042dccab13b 100644 --- a/MOVED +++ b/MOVED @@ -4211,3 +4211,4 @@ security/f-prot-sig||2009-11-20|No longer needed with security/f-prot update lang/gcc295|lang/gcc44|2009-11-21|Abandoned upstream, superseded by later versions games/freebsd-games|games/bsdgames|2009-11-21|Superseded by and equivalent to freebsd-games devel/arm-elf-gcc295|devel/cross-gcc|2009-11-21|Broken with current versions of FreeBSD, abandoned upstream, superseded by later versions +x11-toolkits/xclasses||2009-11-24|Has expired: Version branch long since retired diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 88c587919e0a..d0abda35df7e 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -312,7 +312,6 @@ SUBDIR += wxgtk28-unicode SUBDIR += wxgtk28-unicode-contrib SUBDIR += xbae - SUBDIR += xclasses SUBDIR += xforms SUBDIR += xforms-i18n SUBDIR += xmhtml diff --git a/x11-toolkits/xclasses/Makefile b/x11-toolkits/xclasses/Makefile deleted file mode 100644 index 6d26c620b128..000000000000 --- a/x11-toolkits/xclasses/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: xclasses -# Date created: 2000-10-01 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= xclasses -PORTVERSION= 1.4.0 -PORTREVISION= 2 -CATEGORIES= x11-toolkits -MASTER_SITES= SF/xcmail/Xclasses%20lib/${PORTVERSION} -DISTNAME= Xclasses-public-${PORTVERSION}.src - -MAINTAINER= ports@FreeBSD.org -COMMENT= C++ layout library for X - -DEPRECATED= Version branch long since retired -EXPIRATION_DATE= 2007-10-28 - -USE_LDCONFIG= yes -NOT_FOR_ARCHS= alpha amd64 ia64 sparc64 -PLIST= ${WRKDIR}/pkg-plist -PLIST_SUB= VERSION="${PORTVERSION}" -USE_GMAKE= yes -USE_PERL5_BUILD=yes -USE_XORG= x11 xpm -WRKSRC= ${WRKDIR}/xclasses - -pre-configure: -.for file in build System/ARules.FreeBSD - @${PERL} -pi \ - -e "s|%%CXX%%|${CXX}|g;" \ - -e "s|%%CXXFLAGS%%|${CXXFLAGS}|g;" \ - -e "s|%%LOCALBASE%%|${LOCALBASE}|g;" ${WRKSRC}/${file} -.endfor - ${REINPLACE_CMD} -e 's|\([:alnum:]\)\\$$|\1 \\|' ${WRKSRC}/Makefile - -do-build: - @cd ${WRKSRC} && ${SH} build all - -pre-install: - ${ECHO_CMD} bin/setenvxc > ${PLIST} -.for ii in \ -Ddraw XCprogram Xclasses Xclasses_class Xcolors Xdisplay Xshadow Xwindows anim \ -appwindow autotextbox bordergroup button callable card checkbox choice \ -colornamegroup config creater dirview dlist easy_dialog fbutton file_dialog \ -fileinput fontgroup gadget gfx_arrow gfx_autotext gfx_checkbox gfx_command \ -gfx_dir gfx_file gfx_knob gfx_locked gfx_object gfx_text gfx_xpm go_button \ -go_selbutton gpopup graphic group html_gadget htmltextbox image indicator \ -input keyclass lefttext listgroup listview menu message message_tools \ -multilistview mxbutton mxgadget mxknob output popbutton popup rubbergroup \ -ruler scroller selbutton selgadget selknob slider spacegroup text textbox \ -tools treeview types visible xclock - ${ECHO_CMD} include/Xclasses/${ii}.h >> ${PLIST} -.endfor -.for ii in .a .so .so.1 .so.%%VERSION%% - ${ECHO_CMD} lib/libXclasses${ii} >> ${PLIST} -.endfor - ${ECHO_CMD} share/Xclasses/Xclasses >> ${PLIST} -.for ii in share include - ${ECHO_CMD} @dirrm ${ii}/Xclasses >> ${PLIST} -.endfor - -do-install: - @cd ${WRKSRC} && ${SH} build install - @${INSTALL_SCRIPT} ${WRKSRC}/setenvxc ${PREFIX}/bin - -.include diff --git a/x11-toolkits/xclasses/distinfo b/x11-toolkits/xclasses/distinfo deleted file mode 100644 index 6719ddfb69ec..000000000000 --- a/x11-toolkits/xclasses/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Xclasses-public-1.4.0.src.tar.gz) = 5816aac001177d8d48fc3e428b7fb16f -SHA256 (Xclasses-public-1.4.0.src.tar.gz) = 86da9a4d79f18bea75532711d536ef1bb7015f904cb9d3161af7c879c7cc952b -SIZE (Xclasses-public-1.4.0.src.tar.gz) = 979793 diff --git a/x11-toolkits/xclasses/files/patch-aa b/x11-toolkits/xclasses/files/patch-aa deleted file mode 100644 index 378a17269ea2..000000000000 --- a/x11-toolkits/xclasses/files/patch-aa +++ /dev/null @@ -1,46 +0,0 @@ ---- System/ARules.FreeBSD.orig Fri Sep 11 04:12:51 1998 -+++ System/ARules.FreeBSD Sat Oct 14 04:54:12 2000 -@@ -25,19 +25,19 @@ - CPUm=$(shell uname -m) - - ## CPU options (currently only intel x86) --CPUi386=-O3 --CPUi486=-m486 -O3 -DBSTRING --CPUi586=-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -O3 -DBSTRING --CPUi686=-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -O3 -DBSTRING -+CPUi386= -+CPUi486=-m486 -DBSTRING -+CPUi586=-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DBSTRING -+CPUi686=-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DBSTRING - - ## set CPU options and optimize - CPU=$(CPU$(CPUm)) - - ## additional include paths --INCLUDES=-I$(TOPDIR)/include -I/usr/openwin/include -I/usr/local/include -I$(INCLUDESDIR) -+INCLUDES=-I$(TOPDIR)/include -I$(INCLUDESDIR) - - ## Flags for compiler AND linker --BOTH= -+BOTH=%%CXXFLAGS%% - - ## warnings - WARNS=-Winline -Wuninitialized -Wunused -Wreturn-type -Wreorder -@@ -48,7 +48,7 @@ - CC_OPTIONS=$(CPU) $(WARNS) $(INCLUDES) $(DEFINES) - - ## linker flags --LD_OPTIONS=-L/usr/X11/lib -L/usr/lib -L$(LIBSDIR) -+LD_OPTIONS=-L$(LIBSDIR) - - ## linker libraries - SHLIBS=-lX11 -lm -@@ -86,6 +86,6 @@ - LIBNAME=libXclasses.so. - ARNAME=libXclasses.a - --CC=g++ --LD=gcc -+CC=%%CXX%% -+LD=%%CXX%% - LDCONFIG=ldconfig -m $(LIBSDIR) diff --git a/x11-toolkits/xclasses/files/patch-ab b/x11-toolkits/xclasses/files/patch-ab deleted file mode 100644 index 23b5d61dfb2f..000000000000 --- a/x11-toolkits/xclasses/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- code/code.rule.orig Thu Jul 16 19:29:27 1998 -+++ code/code.rule Sun Oct 1 02:46:19 2000 -@@ -13,7 +13,7 @@ - - compile: .depend $(ALL) - @rm -f ../$(DIRNAME).arc -- @(for N in $(ALL); do echo >>../$(DIRNAME).arc "$(DIRNAME)/`basename $$N .o`.lo"; done) -+ @(for N in $(ALL); do echo >>../$(DIRNAME).arc "$(DIRNAME)/`basename $$N .o`.o"; done) - - install: - $(MAKE) -C ../ install diff --git a/x11-toolkits/xclasses/files/patch-ac b/x11-toolkits/xclasses/files/patch-ac deleted file mode 100644 index 2da0aba1c85b..000000000000 --- a/x11-toolkits/xclasses/files/patch-ac +++ /dev/null @@ -1,53 +0,0 @@ ---- build.orig Thu Jun 8 00:13:13 2000 -+++ build Sun Oct 1 03:15:10 2000 -@@ -57,29 +57,25 @@ - rm -f Rules - rm -f Rules.make - -- INCLUDESDIR=${XCLASSESINCLUDE:-"/usr/local/include"} -- LIBSDIR=${XCLASSESLIB:-"/usr/local/lib"} -- CONFIGSDIR=${XCLASSESCONFIG:-"/usr/lib/X11/Xclasses"} -+ INCLUDESDIR=%%LOCALBASE%%/include/ -+ LIBSDIR=%%LOCALBASE%%/lib/ -+ CONFIGSDIR=%%LOCALBASE%%/share/Xclasses/ - ROOTID=0 - - if [ "$2" != "quit" ]; then - echo -n "includes dir [$INCLUDESDIR] :" -- read R - if [ -n "$R" ]; then - INCLUDESDIR="$R" - fi - echo -n "libs dir [$LIBSDIR] :" -- read R - if [ -n "$R" ]; then - LIBSDIR="$R" - fi - echo -n "configs dir [$CONFIGSDIR] :" -- read R - if [ -n "$R" ]; then - CONFIGSDIR="$R" - fi - echo -n "root id (Xclasses owner) [$ROOTID] :" -- read R - if [ -n "$R" ]; then - ROOTID="$R" - fi -@@ -100,7 +96,7 @@ - - # look for installed XPM lib - MAKEXPM="y" -- for N in /usr/include/X11 /usr/local/include/X11 -+ for N in %%LOCALBASE%%/include/X11/ - do - if [ -f "$N/xpm.h" ]; then - MAKEXPM="n" -@@ -112,7 +108,7 @@ - fi - - # look for shapes -- if [ -f "/usr/include/X11/extensions/shape.h" ]; then -+ if [ -f "%%LOCALBASE%%/include/X11/extensions/shape.h" ]; then - USESHAPE="y" - else - USESHAPE="n" diff --git a/x11-toolkits/xclasses/pkg-descr b/x11-toolkits/xclasses/pkg-descr deleted file mode 100644 index fb27c519105b..000000000000 --- a/x11-toolkits/xclasses/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -from the README: - -Xclasses is a C++ layout library for the X Window System. The -sizes of all objects (gadgets) change with the size of the font -and the size of the window. - -All gadgets have the same base class (class gadget) so they are -all used the same way. Gadgets are put together in groups which -manage the sizes of the gadgets (or groups) inside. - -WWW: http://www.js-home.org/Xclasses/ - -Trevor Johnson -- cgit v1.2.3