diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-02-16 11:40:34 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-02-16 11:40:34 +0000 |
commit | 550c939f076ef9a56ae16efd3ae17666b7278bef (patch) | |
tree | 4d55e8446034e26f75b5e0d5dfa7429bcc082946 /editors/custom-emacs | |
parent | Remove expired port editors/custom-mule and all dependant ports (diff) |
Remove expired port editors/custom-emacs and all dependant ports
Discussed with: anray
Notes
Notes:
svn path=/head/; revision=156151
Diffstat (limited to 'editors/custom-emacs')
-rw-r--r-- | editors/custom-emacs/Makefile | 59 | ||||
-rw-r--r-- | editors/custom-emacs/distinfo | 3 | ||||
-rw-r--r-- | editors/custom-emacs/pkg-descr | 22 | ||||
-rw-r--r-- | editors/custom-emacs/pkg-plist | 17 |
4 files changed, 0 insertions, 101 deletions
diff --git a/editors/custom-emacs/Makefile b/editors/custom-emacs/Makefile deleted file mode 100644 index 9e40b88955d3..000000000000 --- a/editors/custom-emacs/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: custom for emacs -# Date created: 27 December 1998 -# Whom: shige -# -# $FreeBSD$ -# - -PORTNAME= custom -PORTVERSION= ${CUSTOM_VER} -CATEGORIES= editors elisp -MASTER_SITES= ftp://ftp.dina.kvl.dk/pub/Staff/Per.Abrahamsen/custom/ -PKGNAMESUFFIX= -${EMACS_PORT_NAME} - -MAINTAINER?= ports@FreeBSD.org -COMMENT?= The Custom Library for emacs - -DEPRECATED= mastersite dissapeared; abandoned software for obsolete emacs version -EXPIRATION_DATE=2006-01-24 - -# custom library -CUSTOM_VER= 1.9962 -CUSTOMDOCDIR= share/doc/custom -CUSTOM_ELS= cus-edit.el cus-face.el custom.el \ - wid-browse.el wid-edit.el widget-example.el widget.el - -# This is a master port. -PORTCLASS?= master - -.if (${PORTCLASS} == "master") -USE_EMACS= yes -EMACS_PORT_NAME= emacs19 -.endif - -PLIST_SUB= CUSTOMDOCDIR=${CUSTOMDOCDIR} - -.include <bsd.port.pre.mk> - -.if !defined(EMACS_PORT_NAME) -.BEGIN: - @${ECHO} "Error: Bad port." - @${ECHO} "You must define EMACS_PORT_NAME." - @${FALSE} -.endif - -do-install: - @for i in ${CUSTOM_ELS} ; do \ - ${INSTALL_DATA} ${WRKSRC}/$${i} \ - ${LOCALBASE}/${EMACS_LIBDIR}/${EMACS_VER}/site-lisp/ ; \ - ${INSTALL_DATA} ${WRKSRC}/$${i}c \ - ${LOCALBASE}/${EMACS_LIBDIR}/${EMACS_VER}/site-lisp/ ; \ - done -.if !defined(NOPORTDOCS) - @${MKDIR} ${LOCALBASE}/${CUSTOMDOCDIR} - @for i in ChangeLog TODO ; do \ - ${INSTALL_DATA} ${WRKSRC}/$${i} ${LOCALBASE}/${CUSTOMDOCDIR} ; \ - done -.endif - -.include <bsd.port.post.mk> diff --git a/editors/custom-emacs/distinfo b/editors/custom-emacs/distinfo deleted file mode 100644 index b2c75020c84e..000000000000 --- a/editors/custom-emacs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (custom-1.9962.tar.gz) = af3c53820c7f63f158c803be2d429596 -SHA256 (custom-1.9962.tar.gz) = ce59c6880924f38a91e9ed58468b649d3a8dda45daf5fc211d422cd4b88a734f -SIZE (custom-1.9962.tar.gz) = 106218 diff --git a/editors/custom-emacs/pkg-descr b/editors/custom-emacs/pkg-descr deleted file mode 100644 index 8601334e0b10..000000000000 --- a/editors/custom-emacs/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -The Custom Library for emacs. - -The Custom Library is intended for use by emacs lisp programmers who -want to make their emacs packages easily customizable. It allows the -programmer to - - - declare the type for each user option, - i.e. specify the set of legal values for each variable, - - specify and initialize the faces used by the package, and - - organize the user options into groups and hierarchies. - -The user will then be able to customize the user options through a -helpful structured interface that resembles the property editor in -modern GUI programs. - -How to use: - M-x customize - -Installed at: - ${LOCALBASE}/share/emacs/19.34/site-lisp/ - -WWW: http://www.dina.kvl.dk/~abraham/custom/ diff --git a/editors/custom-emacs/pkg-plist b/editors/custom-emacs/pkg-plist deleted file mode 100644 index 44bbd8396629..000000000000 --- a/editors/custom-emacs/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/cus-edit.el -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/cus-edit.elc -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/cus-face.el -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/cus-face.elc -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/custom.el -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/custom.elc -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/wid-browse.el -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/wid-browse.elc -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/wid-edit.el -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/wid-edit.elc -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/widget-example.el -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/widget-example.elc -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/widget.el -%%EMACS_LIBDIR%%/%%EMACS_VER%%/site-lisp/widget.elc -%%CUSTOMDOCDIR%%/ChangeLog -%%CUSTOMDOCDIR%%/TODO -@dirrm %%CUSTOMDOCDIR%% |