diff options
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 32 | ||||
-rw-r--r-- | x11/rxvt-unicode/distinfo | 1 | ||||
-rw-r--r-- | x11/rxvt-unicode/files/patch-aa | 11 | ||||
-rw-r--r-- | x11/rxvt-unicode/files/patch-ab | 12 | ||||
-rw-r--r-- | x11/rxvt-unicode/files/patch-ac | 20 | ||||
-rw-r--r-- | x11/rxvt-unicode/pkg-comment | 1 | ||||
-rw-r--r-- | x11/rxvt-unicode/pkg-descr | 8 | ||||
-rw-r--r-- | x11/rxvt-unicode/pkg-plist | 1 |
8 files changed, 0 insertions, 86 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile deleted file mode 100644 index ce4caaaa9081..000000000000 --- a/x11/rxvt-unicode/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection Makefile for: rxvt -# Date created: 5th December 1994 -# Whom: gpalmer@FreeBSD.org -# -# $FreeBSD$ -# -# If possible, please consider updating the simple ports/x11-clocks/rclock -# (and maybe ports/chinese/rxvt) when you upgrade rxvt. These ports all use -# the same distfile. - -PORTNAME= rxvt -PORTVERSION= 2.6.3 -CATEGORIES= x11 -MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \ - ftp://mason.primenet.com.au/pub/rxvt/ \ - ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/rxvt/ \ - ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt/ - -MAINTAINER= lioux@linf.unb.br - -USE_X_PREFIX= yes -USE_XPM= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-utmp --enable-wtmp \ - --with-xpm --enable-xpm-background --enable-transparency -USE_BZIP2= yes -MAN1= rxvt.1 - -post-install: - @${CHMOD} 4711 ${PREFIX}/bin/rxvt - -.include <bsd.port.mk> diff --git a/x11/rxvt-unicode/distinfo b/x11/rxvt-unicode/distinfo deleted file mode 100644 index faef4dd5f891..000000000000 --- a/x11/rxvt-unicode/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (rxvt-2.6.3.tar.bz2) = 4aae8a7e478cd09d3701faf35c6300c9 diff --git a/x11/rxvt-unicode/files/patch-aa b/x11/rxvt-unicode/files/patch-aa deleted file mode 100644 index e90f485112ef..000000000000 --- a/x11/rxvt-unicode/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Aug 21 23:31:36 2000 -+++ Makefile.in Mon Aug 21 23:31:51 2000 -@@ -9,7 +9,7 @@ - first_rule: all - dummy: - --subdirs = src doc rclock src/graphics -+subdirs = src doc - - DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog - diff --git a/x11/rxvt-unicode/files/patch-ab b/x11/rxvt-unicode/files/patch-ab deleted file mode 100644 index a2c62c26ff94..000000000000 --- a/x11/rxvt-unicode/files/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ ---- doc/Makefile.in.orig Mon Aug 21 23:32:21 2000 -+++ doc/Makefile.in Mon Aug 21 23:32:44 2000 -@@ -41,9 +41,6 @@ - - all: rxvt.1 - --rxvt.1: Makefile -- @if test x$(TBL) = x; then : ; else echo "$(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1"; $(TBL) $(srcdir)/rxvt.tbl | grep -v '^.lf' > rxvt.1 ; fi -- - SEDREPLACE = -e 's%@RXVT_VERSION@%$(VERSION)%g;'\ - -e 's%@RXVT_LSMDATE@%$(LSMDATE)%g;'\ - -e 's%@RXVT_DATE@%$(DATE)%g;'\ diff --git a/x11/rxvt-unicode/files/patch-ac b/x11/rxvt-unicode/files/patch-ac deleted file mode 100644 index 5e70c833507b..000000000000 --- a/x11/rxvt-unicode/files/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ ---- autoconf/config.h.in.orig Mon Aug 21 23:33:43 2000 -+++ autoconf/config.h.in Mon Aug 21 23:34:39 2000 -@@ -161,7 +161,7 @@ - #undef HAVE_UTMP_HOST - - /* Define location of utmp */ --#undef RXVT_UTMP_FILE -+#define RXVT_UTMP_FILE "/var/run/utmp" - - /* Define in utmpx.h has struct utmpx */ - #undef HAVE_STRUCT_UTMPX -@@ -173,7 +173,7 @@ - #undef RXVT_UTMPX_FILE - - /* Define location of wtmp */ --#undef RXVT_WTMP_FILE -+#define RXVT_WTMP_FILE "/var/log/wtmp" - - /* Define location of wtmpx */ - #undef RXVT_WTMPX_FILE diff --git a/x11/rxvt-unicode/pkg-comment b/x11/rxvt-unicode/pkg-comment deleted file mode 100644 index da0198bff376..000000000000 --- a/x11/rxvt-unicode/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A low memory usage xterm replacement that supports color diff --git a/x11/rxvt-unicode/pkg-descr b/x11/rxvt-unicode/pkg-descr deleted file mode 100644 index d72f27c3619c..000000000000 --- a/x11/rxvt-unicode/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Rxvt is an xterm replacement which uses a little less memory, and is -suitable for use on machines with small memories. Tek4010 support -is removed. - -Modifications were made by Rob Nation (nation@rocket.sanders.lockheed.com) -to make it a little more compact, and to add and remove certain features. - -WWW: http://www.rxvt.org/ diff --git a/x11/rxvt-unicode/pkg-plist b/x11/rxvt-unicode/pkg-plist deleted file mode 100644 index 45ab4ea65bfd..000000000000 --- a/x11/rxvt-unicode/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/rxvt |