aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-01-06 04:26:24 +0800
committermiwi <miwi@FreeBSD.org>2007-01-06 04:26:24 +0800
commit8941de097b2f69b5da595c054c8741087f598eaa (patch)
tree8bb88d53d7d65baf66682069d327eaea1f7a84f2 /www
parent3e8e472c359cef32dbf96705ab4b39e09fd94792 (diff)
downloadfreebsd-ports-gnome-8941de097b2f69b5da595c054c8741087f598eaa.tar.gz
freebsd-ports-gnome-8941de097b2f69b5da595c054c8741087f598eaa.tar.zst
freebsd-ports-gnome-8941de097b2f69b5da595c054c8741087f598eaa.zip
2006-12-23 www/emp: project is shutting down
2006-12-01 textproc/nfbtrans: Unfetchable
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/emp/Makefile35
-rw-r--r--www/emp/distinfo3
-rw-r--r--www/emp/pkg-descr5
-rw-r--r--www/emp/pkg-plist7
5 files changed, 0 insertions, 51 deletions
diff --git a/www/Makefile b/www/Makefile
index 145eea021050..b9dfe33b4bca 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -120,7 +120,6 @@
SUBDIR += emacs-w3m
SUBDIR += emacs-w3m-emacs20
SUBDIR += emacs-w3m-xemacs21-mule
- SUBDIR += emp
SUBDIR += epiphany
SUBDIR += epiphany-extensions
SUBDIR += erwn
diff --git a/www/emp/Makefile b/www/emp/Makefile
deleted file mode 100644
index f4076889d49c..000000000000
--- a/www/emp/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: emp
-# Date created: Oct 20, 2003
-# Whom: Allan Bowhill <abowhill@blarg.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= emp
-PORTVERSION= 0.94
-CATEGORIES= www
-MASTER_SITES= http://home.blarg.net/~abowhill/ \
- ftp://userftp.blarg.net/users/abowhill/
-
-MAINTAINER= allanb@u.washington.edu
-COMMENT= CGI program to deliver hierarchy of web links
-
-HAS_CONFIGURE= yes
-
-DEPRECATED= project is shutting down
-EXPIRATION_DATE= 2006-12-23
-
-CGI_BIN= ${PREFIX}/www/cgi-bin
-
-do-install:
- ${MKDIR} ${CGI_BIN}
- ${INSTALL_PROGRAM} ${WRKSRC}/emp ${CGI_BIN}/emp.cgi
- ${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/Samples/links.sample ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/Samples/emp.cfg ${EXAMPLESDIR}
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/www/emp/distinfo b/www/emp/distinfo
deleted file mode 100644
index 901a304f0219..000000000000
--- a/www/emp/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (emp-0.94.tar.gz) = 2efe31692f9fb89b502cac5ec5dfedff
-SHA256 (emp-0.94.tar.gz) = c5df12bd03c4fe8a32077817e5750dcf1c307d001c9d6b3f9863f9388e3b69ae
-SIZE (emp-0.94.tar.gz) = 91648
diff --git a/www/emp/pkg-descr b/www/emp/pkg-descr
deleted file mode 100644
index 3705e81ac57e..000000000000
--- a/www/emp/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-EMP (Easy Maintenance Pages) is a heirarchical web delivery system.
-It is written in C++. It is small, fast and has a clean appearance.
-It makes a web site of categorized links that is easy to maintain.
-
-WWW: http://home.blarg.net/~abowhill/
diff --git a/www/emp/pkg-plist b/www/emp/pkg-plist
deleted file mode 100644
index b4dd50730d8d..000000000000
--- a/www/emp/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-www/cgi-bin/emp.cgi
-@dirrmtry www/cgi-bin
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%EXAMPLESDIR%%/links.sample
-%%EXAMPLESDIR%%/emp.cfg
-@dirrm %%EXAMPLESDIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%