From 8c2dbcb3ef84b0e2919e39d0976bcfe3323f94d6 Mon Sep 17 00:00:00 2001 From: Shigeyuki Fukushima Date: Fri, 30 Apr 1999 03:01:44 +0000 Subject: [PATCH] New port: New custom library for mule. --- editors/custom-mule/Makefile | 31 +++++++++++++++++++++++++++++++ editors/custom-mule/pkg-comment | 1 + editors/custom-mule/pkg-descr | 27 +++++++++++++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 editors/custom-mule/Makefile create mode 100644 editors/custom-mule/pkg-comment create mode 100644 editors/custom-mule/pkg-descr diff --git a/editors/custom-mule/Makefile b/editors/custom-mule/Makefile new file mode 100644 index 000000000000..e6f82cf0dced --- /dev/null +++ b/editors/custom-mule/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: custom for mule +# Version required: 1.9962 +# Date created: 27 December 1998 +# Whom: shige +# +# $Id$ +# + +MAINTAINER= shige@FreeBSD.ORG + +PATCHFILES= custom-1.9962.patch +PATCH_SITES= http://www.jpl.org/elips/semi-gnus-mule23@1934/ +PATCH_DIST_STRIP= -p1 + +# This is a slave port. +PORTCLASS= slave + +MASTERDIR= ${.CURDIR}/../../editors/custom-emacs + +# emacs port setup +EMACS_NAME= mule +EMACS_PORT= mule +EMACS_VER= 19.34 +EMACS_LIBDIR= share/${EMACS_NAME} +HAVE_COMMON_PORT= YES + +# pkg/* files but PLIST are used in ${.CURDIR} +PKGDIR= ${.CURDIR}/pkg +PLIST= ${MASTERDIR}/pkg/PLIST + +.include <${MASTERDIR}/Makefile> diff --git a/editors/custom-mule/pkg-comment b/editors/custom-mule/pkg-comment new file mode 100644 index 000000000000..509d29ecae01 --- /dev/null +++ b/editors/custom-mule/pkg-comment @@ -0,0 +1 @@ +The Custom Library for mule. diff --git a/editors/custom-mule/pkg-descr b/editors/custom-mule/pkg-descr new file mode 100644 index 000000000000..8a0452eb3218 --- /dev/null +++ b/editors/custom-mule/pkg-descr @@ -0,0 +1,27 @@ +The Custom Library for mule. + +--- Emacs Library Porting + +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: + ${PREFIX}/share/mule/19.34/site-lisp/ + +See also: + http://www.dina.kvl.dk/~abraham/custom/ + +--- Porting by .