aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2006-02-16 19:40:34 +0800
committergarga <garga@FreeBSD.org>2006-02-16 19:40:34 +0800
commit846a2b8f657d6ccef2db6a47eb8c99384d68d61b (patch)
tree92741c84ae0b6c3a3384ffd68a6cadf03b5e48bc /devel
parent3215b24c14275f67e40e581bab327ec7ff812b48 (diff)
downloadfreebsd-ports-gnome-846a2b8f657d6ccef2db6a47eb8c99384d68d61b.tar.gz
freebsd-ports-gnome-846a2b8f657d6ccef2db6a47eb8c99384d68d61b.tar.zst
freebsd-ports-gnome-846a2b8f657d6ccef2db6a47eb8c99384d68d61b.zip
Remove expired port editors/custom-emacs and all dependant ports
Discussed with: anray
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/pcl-cvs-emacs/Makefile124
-rw-r--r--devel/pcl-cvs-emacs/distinfo9
-rw-r--r--devel/pcl-cvs-emacs/pkg-descr7
-rw-r--r--devel/pcl-cvs-emacs/pkg-message3
-rw-r--r--devel/pcl-cvs-emacs/pkg-plist21
6 files changed, 0 insertions, 165 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 8543f8fb6ff6..5037510975fc 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1269,7 +1269,6 @@
SUBDIR += p65
SUBDIR += patch
SUBDIR += pccts
- SUBDIR += pcl-cvs-emacs
SUBDIR += pcl-cvs-emacs20
SUBDIR += pcre
SUBDIR += pcre++
diff --git a/devel/pcl-cvs-emacs/Makefile b/devel/pcl-cvs-emacs/Makefile
deleted file mode 100644
index 97b633679350..000000000000
--- a/devel/pcl-cvs-emacs/Makefile
+++ /dev/null
@@ -1,124 +0,0 @@
-# New ports collection makefile for: pcl-cvs for GNU Emacs 19
-# Date created: 18 Apr 2000
-# Whom: OKAZAKI Tetsurou
-#
-# $FreeBSD$
-#
-
-PORTNAME= pcl-cvs
-PORTVERSION= 2.9.9
-PORTREVISION= 1
-CATEGORIES= devel elisp
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= okazaki/pcl-cvs
-PKGNAMESUFFIX= -${EMACS_PORT_NAME}
-DIST_SUBDIR= pcl-cvs
-
-PATCH_SITES= ${MASTER_SITE_LOCAL}
-PATCH_SITE_SUBDIR= okazaki/pcl-cvs
-PATCHFILES= pcl-cvs-2.9.9-compat.patch
-
-MAINTAINER?= okazaki@FreeBSD.org
-COMMENT= An Emacs-based front-end to CVS
-
-# startup el filename
-PORT_SETUPEL= pcl-cvs-setup.el
-
-# This is a master port.
-PORTCLASS?= master
-
-# emacs port setup
-.if (${PORTCLASS} == "master")
-USE_EMACS= yes
-EMACS_PORT_NAME= emacs19
-CUSTOM_PORT_SUFFIX= -emacs
-.endif
-ELIB_PORT_SUFFIX?= -${EMACS_PORT_NAME}
-
-# target name for make build
-ALL_TARGET?= elcfiles info
-INSTALL_TARGET?= install_el install_elc install_info
-INSTALL_TARGET+= install_startup
-
-INFO= pcl-cvs
-
-.include <bsd.port.pre.mk>
-
-.if !defined(NOPORTDOCS)
-PORTDOCS= ChangeLog FAQ NEWS README TODO
-.endif
-
-.if ${EMACS_VER} == "19.34"
-EASY_MMODE= easy-mmode.el
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-DISTFILES= ${EXTRACT_ONLY} ${EASY_MMODE}
-ELIB_SETUP= '(if (locate-library "elib-startup") (require '\''elib-startup))'
-.endif
-
-PLIST_SUB+= PORT_SETUPEL=${PORT_SETUPEL}
-MAKE_ARGS+= EMACS="${EMACS_CMD} -q --no-site-file" \
- CP="${INSTALL_DATA}" \
- MAKEINFO="makeinfo --no-split" \
- MKDIR="${MKDIR}" \
- prefix="${PREFIX}" \
- lispdir="${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}" \
- startupfile="${PORT_SETUPEL}"
-
-.if defined(EMACS_PORT_NAME)
-ELIB_PORTDIR= ${PORTSDIR}/devel/elib${ELIB_PORT_SUFFIX}
-BUILD_DEPENDS+= ${EMACS_BASE}/${EMACS_VERSION_SITE_LISPDIR}/elib/cookie.el:${ELIB_PORTDIR}
-RUN_DEPENDS+= ${EMACS_BASE}/${EMACS_VERSION_SITE_LISPDIR}/elib/cookie.el:${ELIB_PORTDIR}
-.if (${EMACS_VER} == "19.34")
-CUSTOM_PORTDIR= ${PORTSDIR}/editors/custom${CUSTOM_PORT_SUFFIX}
-# depends on custom: emacs-19.34 or mule-2.3 based on emacs-19.34
-BUILD_DEPENDS+= ${EMACS_BASE}/${EMACS_VERSION_SITE_LISPDIR}/custom.el:${CUSTOM_PORTDIR}
-RUN_DEPENDS+= ${EMACS_BASE}/${EMACS_VERSION_SITE_LISPDIR}/custom.el:${CUSTOM_PORTDIR}
-.else
-# diff-mode.el does not run on emacs-19.34
-RUN_DEPENDS+= ${EMACS_BASE}/${EMACS_SITE_LISPDIR}/diff-mode.el:${PORTSDIR}/textproc/diff-mode.el
-.endif
-.else
-.BEGIN:
- @${ECHO} "Error: Bad port."
- @${ECHO} "You must define EMACS_PORT_NAME."
- @${FALSE}
-.endif
-
-post-extract:
-.if defined(EASY_MMODE)
- ${CP} ${_DISTDIR}/${EASY_MMODE} ${WRKSRC}
-.endif
-
-pre-build:
- ${RM} ${WRKSRC}/pcl-cvs.info*
-
-post-build:
- ${ECHO_CMD} "(provide 'pcl-cvs-startup)" >> ${WRKSRC}/pcl-cvs-startup.el
-
-pre-install:
- -${RM} ${INSTALL_WRKSRC}/${PORT_SETUPEL}
-.if defined(ELIB_SETUP) && !empty(ELIB_SETUP)
- ${ECHO_CMD} ${ELIB_SETUP} >> ${INSTALL_WRKSRC}/${PORT_SETUPEL}
-.endif
-
-POST_INSTALL_SEQ+= setupel-install
-.if !defined(NOPORTDOCS)
-POST_INSTALL_SEQ+= doc-install
-.endif
-
-post-install: ${POST_INSTALL_SEQ}
- @${CAT} ${PKGMESSAGE}
-
-doc-install:
- ${MKDIR} ${DOCSDIR}
- cd ${INSTALL_WRKSRC} && \
- for i in ${PORTDOCS}; do \
- ${INSTALL_DATA} $${i} ${DOCSDIR} ; \
- done
-
-setupel-install:
- ${ECHO_CMD} "(provide 'pcl-cvs-setup)" >> ${INSTALL_WRKSRC}/${PORT_SETUPEL}
- ${INSTALL_DATA} ${INSTALL_WRKSRC}/${PORT_SETUPEL} \
- ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/
-
-.include <bsd.port.post.mk>
diff --git a/devel/pcl-cvs-emacs/distinfo b/devel/pcl-cvs-emacs/distinfo
deleted file mode 100644
index 1029567a3d80..000000000000
--- a/devel/pcl-cvs-emacs/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-MD5 (pcl-cvs/pcl-cvs-2.9.9.tar.gz) = b4511b9eae0bf2ee033f37705cb5f1f9
-SHA256 (pcl-cvs/pcl-cvs-2.9.9.tar.gz) = 3177c5994f2ab36d8c482acb69ca984ba08ebce3e6b52c5765d1d615d5103fdf
-SIZE (pcl-cvs/pcl-cvs-2.9.9.tar.gz) = 140016
-MD5 (pcl-cvs/easy-mmode.el) = 59baa701f3fafcf2a8f47ea58785722b
-SHA256 (pcl-cvs/easy-mmode.el) = a7a37d0a6c7fdfee59a4e5c362a0be2eb6c34b9f79067a4d256c4c9493ca11d8
-SIZE (pcl-cvs/easy-mmode.el) = 5962
-MD5 (pcl-cvs/pcl-cvs-2.9.9-compat.patch) = 42d7926bde6eb3f9375aa511a4da4aa5
-SHA256 (pcl-cvs/pcl-cvs-2.9.9-compat.patch) = 40fb7a15845c0c7b7f769decbf5d8e861aae58dacac9f104a04577ed51679425
-SIZE (pcl-cvs/pcl-cvs-2.9.9-compat.patch) = 2150
diff --git a/devel/pcl-cvs-emacs/pkg-descr b/devel/pcl-cvs-emacs/pkg-descr
deleted file mode 100644
index ae924c4a6f91..000000000000
--- a/devel/pcl-cvs-emacs/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-PCL-CVS is a front-end to CVS. It integrates the most frequently
-used CVS commands into emacs.
-
-For VC users, PCL-CVS can be thought of as a VC-dired specially designed
-for CVS. PCL-CVS is not a replacement for VC and is supposed to interact
-well with it. It provides a global view of your project and allows
-execution of cvs commands on several files at a time.
diff --git a/devel/pcl-cvs-emacs/pkg-message b/devel/pcl-cvs-emacs/pkg-message
deleted file mode 100644
index 311ace634ff4..000000000000
--- a/devel/pcl-cvs-emacs/pkg-message
+++ /dev/null
@@ -1,3 +0,0 @@
-To use pcl-cvs, put the following setup into your ~/.emacs:
-
- (require 'pcl-cvs-setup)
diff --git a/devel/pcl-cvs-emacs/pkg-plist b/devel/pcl-cvs-emacs/pkg-plist
deleted file mode 100644
index a13f79105bd0..000000000000
--- a/devel/pcl-cvs-emacs/pkg-plist
+++ /dev/null
@@ -1,21 +0,0 @@
-%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/cvs-compat.el
-%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/cvs-compat.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/cvs-edit.el
-%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/cvs-edit.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/cvs-log.el
-%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/cvs-log.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/cvs-status.el
-%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/cvs-status.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/pcl-cvs-defs.el
-%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/pcl-cvs-defs.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/pcl-cvs-info.el
-%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/pcl-cvs-info.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/pcl-cvs-parse.el
-%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/pcl-cvs-parse.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/pcl-cvs-startup.el
-%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/pcl-cvs-util.el
-%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/pcl-cvs-util.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/pcl-cvs.el
-%%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs/pcl-cvs.elc
-%%EMACS_VERSION_SITE_LISPDIR%%/%%PORT_SETUPEL%%
-@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/pcl-cvs