diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-06-10 11:40:42 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-06-10 11:40:42 +0800 |
commit | 88c00276f369598158ad821e6ec35e19793d7ffa (patch) | |
tree | a35342ecb7404c85029c84ed11423c3b62bfa00b /misc | |
parent | 7da94cdd4fe62c829724d5e1d800140348c96de0 (diff) | |
download | freebsd-ports-gnome-88c00276f369598158ad821e6ec35e19793d7ffa.tar.gz freebsd-ports-gnome-88c00276f369598158ad821e6ec35e19793d7ffa.tar.zst freebsd-ports-gnome-88c00276f369598158ad821e6ec35e19793d7ffa.zip |
misc/freedialog||2010-06-10|Removed, has been in base for a decade
Requested by: "James P. Howard, II" <jh@jameshoward.us> (original creator) via ports@
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/freedialog/Makefile | 26 | ||||
-rw-r--r-- | misc/freedialog/distinfo | 3 | ||||
-rw-r--r-- | misc/freedialog/files/patch-aa | 17 | ||||
-rw-r--r-- | misc/freedialog/pkg-descr | 3 |
5 files changed, 0 insertions, 50 deletions
diff --git a/misc/Makefile b/misc/Makefile index 85fe6063d62d..ef17715756d1 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -121,7 +121,6 @@ SUBDIR += freebsd-doc-tr SUBDIR += freebsd-doc-zh_cn SUBDIR += freebsd-doc-zh_tw - SUBDIR += freedialog SUBDIR += freeguide SUBDIR += freshmeat-submit SUBDIR += ftdi-eeprom diff --git a/misc/freedialog/Makefile b/misc/freedialog/Makefile deleted file mode 100644 index 7896abe4c51d..000000000000 --- a/misc/freedialog/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: freedialog -# Date created: 30 October 1999 -# Whom: James Howard <ports@vocito.com> -# -# $FreeBSD$ -# - -PORTNAME= freedialog -PORTVERSION= 0.3 -CATEGORIES= misc -MASTER_SITES= ftp://ftp.jameshoward.us/pub/howardjp/dialog/ -DISTNAME= dialog-${PORTVERSION} - -MAINTAINER= jh@jameshoward.us -COMMENT= An implementation of dialog(1) under a BSD-friendly license - -MAN1= dialog.1 -PLIST_FILES= bin/dialog - -post-extract: - @(cd ${WRKSRC}; ${RM} -f .depend) - -post-patch: - @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' ${WRKSRC}/Makefile - -.include <bsd.port.mk> diff --git a/misc/freedialog/distinfo b/misc/freedialog/distinfo deleted file mode 100644 index 3a58df18808c..000000000000 --- a/misc/freedialog/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (dialog-0.3.tar.gz) = f2c4bc3547415d30cefdbf7f6eb7b8da -SHA256 (dialog-0.3.tar.gz) = 7da8b29a77eed5e51c3ff3d41930a2b49e5a1a0d88f2940f9b9cbe793a72d7f9 -SIZE (dialog-0.3.tar.gz) = 4421 diff --git a/misc/freedialog/files/patch-aa b/misc/freedialog/files/patch-aa deleted file mode 100644 index 1194307dd04f..000000000000 --- a/misc/freedialog/files/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.orig 1999-10-30 17:40:50.000000000 -0500 -+++ Makefile 2010-06-08 20:29:51.000000000 -0500 -@@ -1,8 +1,13 @@ -+DESTDIR= ${PREFIX} -+BINDIR= /bin -+MANDIR= /man/man -+NO_MANCOMPRESS= 1 -+ - PROG= dialog - SRCS= dialog.c - - CFLAGS+= -I/usr/local/include -Wall -pedantic - --LDADD= -ldialog -L/usr/local/lib/ -liberty -+LDADD= -ldialog - - .include <bsd.prog.mk> diff --git a/misc/freedialog/pkg-descr b/misc/freedialog/pkg-descr deleted file mode 100644 index 5ab935e9cd7d..000000000000 --- a/misc/freedialog/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is an implementation of dialog(1) intended as a replacement for -FreeBSD's GNU dialog. GNU dialog falls under GPL, while this implementation -is under a BSD-friendly licence. |