diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-15 19:10:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-15 19:10:59 +0000 |
commit | cc6825cf28f45c090747ed100adeb2189bda6280 (patch) | |
tree | 227c9e7f8d44c0aaf556fd64a12ba3661c086be6 /x11/linux-xalf | |
parent | Remove nautilus support now that Nautilus has been removed from the tree. (diff) |
Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All
core desktop components are being removed.
Notes
Notes:
svn path=/head/; revision=84934
Diffstat (limited to 'x11/linux-xalf')
-rw-r--r-- | x11/linux-xalf/Makefile | 43 | ||||
-rw-r--r-- | x11/linux-xalf/distinfo | 1 | ||||
-rw-r--r-- | x11/linux-xalf/pkg-descr | 10 | ||||
-rw-r--r-- | x11/linux-xalf/pkg-plist | 1 |
4 files changed, 0 insertions, 55 deletions
diff --git a/x11/linux-xalf/Makefile b/x11/linux-xalf/Makefile deleted file mode 100644 index ea1408c54a3e..000000000000 --- a/x11/linux-xalf/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: linux-xalf -# Date created: 17 January 2002 -# Whom: Joe Marcus Clarke <marcus@marcuscom.com> -# -# $FreeBSD$ -# - -PORTNAME= xalf -PORTVERSION= 0.12 -CATEGORIES= x11 linux -MASTER_SITES= http://www.lysator.liu.se/~astrand/projects/xalf/ \ - http://www.lysator.liu.se/~astrand/projects/xalf/old/ -DISTNAME= xalf-0.12-1.i386 -PKGNAMEPREFIX= linux- -EXTRACT_SUFX= .rpm - -MAINTAINER= gnome@freebsd.org -COMMENT= Linux X11 Application Launch Feedback - -LIB_DEPENDS= xalflaunch.0:${PORTSDIR}/x11/xalf -BUILD_DEPENDS= rpm2cpio:${PORTSDIR}/archivers/rpm2cpio -USE_LINUX_PREFIX= yes - -EXTRACT_CMD= rpm2cpio -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= | cpio -id --quiet -XALFDIR= /compat/linux/usr/X11R6/lib -WRKSRC= ${WRKDIR}/usr/lib - -# Linux binary should not be stripped by INSTALL_PROGRAM -# because as a side effect it brands the binary as FreeBSD. -STRIP= - -.include <bsd.port.pre.mk> - -ONLY_FOR_ARCHS= i386 -NO_BUILD= yes - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/libxalflaunch.so.0.0.1 \ - ${XALFDIR}/libxalflaunch.so.0 - -.include <bsd.port.post.mk> diff --git a/x11/linux-xalf/distinfo b/x11/linux-xalf/distinfo deleted file mode 100644 index f5be43a566ee..000000000000 --- a/x11/linux-xalf/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (xalf-0.12-1.i386.rpm) = 542a51de68e60e91e13fbddf271f4bb3 diff --git a/x11/linux-xalf/pkg-descr b/x11/linux-xalf/pkg-descr deleted file mode 100644 index 4ec5bff9c982..000000000000 --- a/x11/linux-xalf/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Xalf is a small utility to provide feedback when starting X11 applications. -Feedback can be given via four different indicators: an invisible window -(to be used in conjunction with a task pager like GNOMEs tasklist_applet or -KDEs Taskbar), an generic splashscreen, an hourglass attached to the mouse -cursor or an animated star. - -This is the Linux version need for launching Linux applications from the -GNOME panel. - -WWW: http://www.lysator.liu.se/~astrand/projects/xalf/ diff --git a/x11/linux-xalf/pkg-plist b/x11/linux-xalf/pkg-plist deleted file mode 100644 index ed5de8bb63d9..000000000000 --- a/x11/linux-xalf/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -usr/X11R6/lib/libxalflaunch.so.0 |