diff options
author | rene <rene@FreeBSD.org> | 2013-03-06 23:05:43 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-03-06 23:05:43 +0800 |
commit | 7a68967d8aa03077fac3a6b190c330163d05827b (patch) | |
tree | 8ecee83305fb2df252aad7edc8ac22099a13d7e3 /x11 | |
parent | 2bc843b045bb960291abaef1659cf2c917790ad5 (diff) | |
download | freebsd-ports-gnome-7a68967d8aa03077fac3a6b190c330163d05827b.tar.gz freebsd-ports-gnome-7a68967d8aa03077fac3a6b190c330163d05827b.tar.zst freebsd-ports-gnome-7a68967d8aa03077fac3a6b190c330163d05827b.zip |
Remove expired, unmaintained ports:
2013-03-01 sysutils/sge60: Ancient and unsupported release
2013-03-01 sysutils/sge61: Ancient and unsupported release
2013-03-05 x11-themes/sapphire-themes: Broken for more than 6 month
2013-03-05 misc/fep: Broken for more than 6 month
2013-03-05 devel/gauche-gaunit: Broken for more than 6 month
2013-03-05 games/tuxracer_golf: Broken for more than 6 month
2013-03-05 net/bfilter: Broken for more than 6 month
2013-03-05 graphics/fnlib: Broken for more than 6 month
2013-03-05 print/gfontview: Broken for more than 6 month
2013-03-05 print/hugelatex: Broken for more than 6 month
2013-03-05 misc/gtktalog: Broken for more than 6 month
2013-03-05 x11/wterm: Broken for more than 6 month
2013-03-05 databases/xapian-bindings10: Broken for more than 6 month
2013-03-05 databases/adstudio: Broken for more than 6 month
2013-03-05 misc/splitvt: Broken for more than 6 month
2013-03-05 sysutils/udesc_dump: Broken for more than 6 month
2013-03-05 textproc/gxditview: Broken for more than 6 month
2013-03-05 x11/powershell: Broken for more then 6 month
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 2 | ||||
-rw-r--r-- | x11/powershell/Makefile | 24 | ||||
-rw-r--r-- | x11/powershell/distinfo | 2 | ||||
-rw-r--r-- | x11/powershell/files/patch-aa | 58 | ||||
-rw-r--r-- | x11/powershell/files/patch-ab | 19 | ||||
-rw-r--r-- | x11/powershell/pkg-descr | 6 | ||||
-rw-r--r-- | x11/powershell/pkg-plist | 17 | ||||
-rw-r--r-- | x11/wterm/Makefile | 45 | ||||
-rw-r--r-- | x11/wterm/distinfo | 2 | ||||
-rw-r--r-- | x11/wterm/pkg-descr | 9 |
10 files changed, 0 insertions, 184 deletions
diff --git a/x11/Makefile b/x11/Makefile index f1a15b71fc98..fbc691a6e3e8 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -227,7 +227,6 @@ SUBDIR += pixman SUBDIR += plasma-scriptengine-python SUBDIR += plasma-scriptengine-ruby - SUBDIR += powershell SUBDIR += printproto SUBDIR += printscreen SUBDIR += props @@ -304,7 +303,6 @@ SUBDIR += wmmatrix SUBDIR += wmxss SUBDIR += workrave - SUBDIR += wterm SUBDIR += x11perf SUBDIR += x3270 SUBDIR += xaniroc diff --git a/x11/powershell/Makefile b/x11/powershell/Makefile deleted file mode 100644 index 93dd12c47ab3..000000000000 --- a/x11/powershell/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Scott A. Moberly <smoberly@xavier.dyndns.org> -# $FreeBSD$ -# $MCom: ports/x11/powershell/Makefile,v 1.1 2006/10/04 19:44:10 ahze Exp $ - -PORTNAME= powershell -PORTVERSION= 0.8 -PORTREVISION= 11 -CATEGORIES= x11 gnome -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= A terminal emulator for the X11 - -DEPRECATED= Broken for more then 6 month -EXPIRATION_DATE= 2013-03-05 -BROKEN= does not configure - -USE_GNOME= gnomelibs gnomehier -USE_AUTOTOOLS= autoconf -CPPFLAGS+= -I${LOCALBASE}/include `${IMLIB_CONFIG} --cflags` -LDFLAGS+= -L${LOCALBASE}/lib `${IMLIB_CONFIG} --libs` -ALL_TARGET= ${PORTNAME} - -.include <bsd.port.mk> diff --git a/x11/powershell/distinfo b/x11/powershell/distinfo deleted file mode 100644 index 3de124bbd8af..000000000000 --- a/x11/powershell/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (powershell-0.8.tar.gz) = 6a4e8ada5a9c3bef9d78c16d7055f0950f530b0264355dc74b4daf3f25449db9 -SIZE (powershell-0.8.tar.gz) = 164174 diff --git a/x11/powershell/files/patch-aa b/x11/powershell/files/patch-aa deleted file mode 100644 index 9b3a7a6fb6fb..000000000000 --- a/x11/powershell/files/patch-aa +++ /dev/null @@ -1,58 +0,0 @@ -*** configure.in.orig Sun Jan 23 17:13:12 2000 ---- configure.in Fri May 5 06:56:50 2000 -*************** -*** 3,20 **** - AC_CONFIG_HEADER(config.h) - - -! GTK_EXTRA_LIBS="`gtk-config --libs` -lgdk_imlib -lutil" - -! VERSION=`gtk-config --version` -! MAJOR=`echo $VERSION | cut -f 1 -d . -` -! MINOR=`echo $VERSION | cut -f 2 -d . -` -! MICRO=`echo $VERSION | cut -f 3 -d . -` - - GNOMEVERSION=`gnome-config --version` -! GVERSION=`echo $GNOMEVERSION | cut -f 2 -d " " -` -! GNOMEMAJOR=`echo $GVERSION | cut -f 1 -d . -` -! GNOMEMINOR=`echo $GVERSION | cut -f 2 -d . -` -! GNOMEMICRO=`echo $GVERSION | cut -f 3 -d . -` - - dnl Checks for programs. - AC_PROG_CC ---- 3,20 ---- - AC_CONFIG_HEADER(config.h) - - -! GTK_EXTRA_LIBS="`$GTK_CONFIG --libs` -lgdk_imlib -lutil" - -! VERSION=`$GTK_CONFIG --version` -! MAJOR=`echo $VERSION | cut -f 1 -d .` -! MINOR=`echo $VERSION | cut -f 2 -d .` -! MICRO=`echo $VERSION | cut -f 3 -d .` - - GNOMEVERSION=`gnome-config --version` -! GVERSION=`echo $GNOMEVERSION | cut -f 2 -d " "` -! GNOMEMAJOR=`echo $GVERSION | cut -f 1 -d .` -! GNOMEMINOR=`echo $GVERSION | cut -f 2 -d .` -! GNOMEMICRO=`echo $GVERSION | cut -f 3 -d .` - - dnl Checks for programs. - AC_PROG_CC -*************** -*** 42,48 **** - fi - - if let $(($GNOMEMINOR < 1)); then -! if let $((GNOMEMICRO < 13)); then - AC_MSG_ERROR([Gnome 1.0.13 or greater required!]) - fi - fi ---- 42,48 ---- - fi - - if let $(($GNOMEMINOR < 1)); then -! if let $(($GNOMEMICRO < 13)); then - AC_MSG_ERROR([Gnome 1.0.13 or greater required!]) - fi - fi diff --git a/x11/powershell/files/patch-ab b/x11/powershell/files/patch-ab deleted file mode 100644 index b42ac12fa53f..000000000000 --- a/x11/powershell/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -*** Makefile.in.orig Thu Feb 17 18:47:27 2000 ---- Makefile.in Sat May 6 11:16:43 2000 -*************** -*** 15,21 **** - CC = @CC@ - CPPFLAGS = @CPPFLAGS@ - CFLAGS = $(CPPFLAGS) @CFLAGS@ `gnome-config --cflags gnome gnomeui` -! LDFLAGS = @LDFLAGS@ `gnome-config --libs gnome gnomeui` `gtk-config --libs` - LIBS = @LIBS@ -lgdk_imlib -lzvt - INSTALL = @INSTALL@ - ---- 15,21 ---- - CC = @CC@ - CPPFLAGS = @CPPFLAGS@ - CFLAGS = $(CPPFLAGS) @CFLAGS@ `gnome-config --cflags gnome gnomeui` -! LDFLAGS = @LDFLAGS@ `gnome-config --libs gnome gnomeui` `${GTK_CONFIG} --libs` - LIBS = @LIBS@ -lgdk_imlib -lzvt - INSTALL = @INSTALL@ - diff --git a/x11/powershell/pkg-descr b/x11/powershell/pkg-descr deleted file mode 100644 index d7d69f863d21..000000000000 --- a/x11/powershell/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -PowerShell is a terminal emulator for the X11 Window System. It is built -on top of the GTK+ Toolkit (www.gtk.org) and GNOME (www.gnome.org). It -supports many very useful features such as the ability to have many -terminals embedded in a single window, separated by notebook tabs. - -WWW: http://powershell.sourceforge.net/ diff --git a/x11/powershell/pkg-plist b/x11/powershell/pkg-plist deleted file mode 100644 index 607c9d41f108..000000000000 --- a/x11/powershell/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -bin/powershell -share/gnome/help/powershell/C/a246.htm -share/gnome/help/powershell/C/book1.htm -share/gnome/help/powershell/C/c154.htm -share/gnome/help/powershell/C/c41.htm -share/gnome/help/powershell/C/c74.htm -share/gnome/help/powershell/C/f12.htm -share/gnome/help/powershell/C/f17.htm -share/gnome/help/powershell/C/topic.dat -share/gnome/help/powershell/C/x124.htm -share/gnome/help/powershell/C/x136.htm -share/gnome/help/powershell/C/x175.htm -share/gnome/help/powershell/C/x240.htm -share/gnome/help/powershell/C/x281.htm -share/gnome/help/powershell/C/x67.htm -@dirrm share/gnome/help/powershell/C -@dirrm share/gnome/help/powershell diff --git a/x11/wterm/Makefile b/x11/wterm/Makefile deleted file mode 100644 index fedc1f3f1666..000000000000 --- a/x11/wterm/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# Created by: Chris Piazza <cpiazza@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= wterm -PORTVERSION= 6.2.9 -PORTREVISION= 6 -CATEGORIES= x11 -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}.tar.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= A color vt102 terminal emulator with transparency support - -DEPRECATED= Broken for more than 6 month -EXPIRATION_DATE= 2013-03-05 - -BUILD_DEPENDS= ${LOCALBASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker - -BROKEN= does not compile - -USE_XORG= xpm -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-transparency --enable-xpm-background \ - --disable-delete-key --disable-backspace-key \ - --enable-next-scrollbar --enable-utmp --enable-wtmp \ - --enable-menubar --enable-graphics --with-term=xterm-color \ - --with-xpm-includes=${LOCALBASE} --with-xpm-library=${LOCALBASE} -CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/WINGs - -MAN1= wterm.1 -PLIST_FILES= bin/wterm - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 900007 -BROKEN= fails to build with new utmpx -.endif - -post-extract: - ${RM} -f ${WRKSRC}/config.cache - ${RM} -f ${WRKSRC}/src/*.o - -post-install: - @${CHMOD} 4711 ${PREFIX}/bin/wterm - -.include <bsd.port.post.mk> diff --git a/x11/wterm/distinfo b/x11/wterm/distinfo deleted file mode 100644 index 8421d9284ff4..000000000000 --- a/x11/wterm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wterm-6.2.9.tar.gz) = a389e2c92c6040685b4d74bfb554f07b457c946b72acfae5ff1639096e798839 -SIZE (wterm-6.2.9.tar.gz) = 316773 diff --git a/x11/wterm/pkg-descr b/x11/wterm/pkg-descr deleted file mode 100644 index 3defc947d10b..000000000000 --- a/x11/wterm/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -wterm is an unofficial development branch of rxvt which adds true NeXT -style scrollbars, transparent backgrounds with optional shading, and -other additions. Unlike many other efforts, wterm aims to have -its changed merged back into the parent rxvt rather than forking off -yet another separate terminal emulator. - -WWW: http://www.wterm.org - - -Adam <adam-ports@blacktabby.org> |