diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-11-05 19:48:18 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-11-05 19:48:18 +0800 |
commit | e97e7a0a567d06e87269f37f25c300a948cc54aa (patch) | |
tree | 6f25a2760256763132585e2a1eb99c501739dd1c /textproc | |
parent | 500e7860867545baef86316c5b135c1ef13aba39 (diff) | |
download | freebsd-ports-gnome-e97e7a0a567d06e87269f37f25c300a948cc54aa.tar.gz freebsd-ports-gnome-e97e7a0a567d06e87269f37f25c300a948cc54aa.tar.zst freebsd-ports-gnome-e97e7a0a567d06e87269f37f25c300a948cc54aa.zip |
Remove expired ports:
2013-11-05 net-im/qutim: Old version, a new one needs to be ported from scratch
2013-11-05 textproc/gtkdiff: Gnome1 EOLed by upstream for a while.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/gtkdiff/Makefile | 27 | ||||
-rw-r--r-- | textproc/gtkdiff/distinfo | 2 | ||||
-rw-r--r-- | textproc/gtkdiff/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/gtkdiff/pkg-plist | 12 |
5 files changed, 0 insertions, 47 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 8371af82dbd7..2a6acf478f2c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -221,7 +221,6 @@ SUBDIR += groonga SUBDIR += gsed SUBDIR += gtk-doc - SUBDIR += gtkdiff SUBDIR += gtkspell SUBDIR += gtkspell-reference SUBDIR += gu-aspell diff --git a/textproc/gtkdiff/Makefile b/textproc/gtkdiff/Makefile deleted file mode 100644 index ca2894d952e4..000000000000 --- a/textproc/gtkdiff/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Maxim Sobolev <sobomax@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= gtkdiff -PORTVERSION= 1.8.0 -PORTREVISION= 9 -CATEGORIES= textproc gnome -MASTER_SITES= TUCOWS - -MAINTAINER= cy@FreeBSD.org -COMMENT= A frontend for diff(1) - -DEPRECATED= Gnome1 EOLed by upstream for a while. -EXPIRATION_DATE= 2013-11-05 - -USE_GNOME= gnomehack gnomeprefix gnomelibs -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -MAN1= gtkdiff.1 gtkdiff-rcs.1 - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/textproc/gtkdiff/distinfo b/textproc/gtkdiff/distinfo deleted file mode 100644 index a4b97b8de01b..000000000000 --- a/textproc/gtkdiff/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gtkdiff-1.8.0.tar.gz) = 08e73f969abc69f9eb325d30916ff2c25af943638aa0659097fa91989737109f -SIZE (gtkdiff-1.8.0.tar.gz) = 282002 diff --git a/textproc/gtkdiff/pkg-descr b/textproc/gtkdiff/pkg-descr deleted file mode 100644 index d1c0c6271ede..000000000000 --- a/textproc/gtkdiff/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -gtkdiff is a frontend for diff. It's written with GTK+ and -requires GNOME. - -Author: INOUE Seiichiro <inoue@ainet.or.jp> -WWW: http://directory.fsf.org/gtkdiff.html diff --git a/textproc/gtkdiff/pkg-plist b/textproc/gtkdiff/pkg-plist deleted file mode 100644 index d751bf70594f..000000000000 --- a/textproc/gtkdiff/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/gtkdiff -bin/gtkdiff-cvs -bin/gtkdiff-rcs -share/gnome/apps/Utilities/gtkdiff.desktop -%%DATADIR%%/gtkdiffrc -share/locale/da/LC_MESSAGES/gtkdiff.mo -share/locale/de/LC_MESSAGES/gtkdiff.mo -share/locale/es/LC_MESSAGES/gtkdiff.mo -share/locale/fr/LC_MESSAGES/gtkdiff.mo -share/locale/ja/LC_MESSAGES/gtkdiff.mo -share/locale/tr/LC_MESSAGES/gtkdiff.mo -@dirrm %%DATADIR%% |