From f124555536ce4b815ff160312c094545c36ec440 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sat, 10 Aug 2002 04:35:28 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_2'. --- editors/gnuserv/Makefile | 48 ------------------------------------------ editors/gnuserv/distinfo | 1 - editors/gnuserv/files/patch-aa | 11 ---------- editors/gnuserv/pkg-comment | 1 - editors/gnuserv/pkg-descr | 7 ------ editors/gnuserv/pkg-message | 10 --------- editors/gnuserv/pkg-plist | 17 --------------- 7 files changed, 95 deletions(-) delete mode 100644 editors/gnuserv/Makefile delete mode 100644 editors/gnuserv/distinfo delete mode 100644 editors/gnuserv/files/patch-aa delete mode 100644 editors/gnuserv/pkg-comment delete mode 100644 editors/gnuserv/pkg-descr delete mode 100644 editors/gnuserv/pkg-message delete mode 100644 editors/gnuserv/pkg-plist (limited to 'editors/gnuserv') diff --git a/editors/gnuserv/Makefile b/editors/gnuserv/Makefile deleted file mode 100644 index 2f595acb9c76..000000000000 --- a/editors/gnuserv/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: gnuserv-emacs20 -# Date created: 10 February 2001 -# Whom: ilya -# -# $FreeBSD$ -# - -PORTNAME= gnuserv -PORTVERSION= 3.12.3 -CATEGORIES= editors -MASTER_SITES= http://meltin.net/hacks/emacs/src/ -PKGNAMESUFFIX= -${EMACS_PORT_NAME} - -MAINTAINER= ports@FreeBSD.org - -HAS_CONFIGURE= yes - -EMACS_PORT_NAME?=emacs20 - -CONFIGURE_ARGS= --prefix=${PREFIX} - -PORTDOCDIR= share/doc/gnuserv-${EMACS_PORT_NAME} -MAN1= gnuserv.1 -MLINKS= gnuserv.1 gnuattach.1 \ - gnuserv.1 gnuclient.1 \ - gnuserv.1 gnudoit.1 -DOCS= COPYING ChangeLog INSTALL README README.orig -SOURCES= devices.el gnuserv-compat.el gnuserv.el -ELCS= ${SOURCES:S/.el/.elc/g} - -PLIST_SUB= EMACS_PORT_NAME=${EMACS_PORT_NAME} \ - EMACS_SITE_LISPDIR=${EMACS_SITE_LISPDIR} - -lispdir= ${PREFIX}/${EMACS_SITE_LISPDIR}/gnuserv -post-install: - ${MKDIR} ${lispdir}; -.for i in ${SOURCES} ${ELCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${lispdir} -.endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/${PORTDOCDIR} -.for i in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/${PORTDOCDIR} -.endfor -.endif - @${CAT} ${PKGMESSAGE} - -.include diff --git a/editors/gnuserv/distinfo b/editors/gnuserv/distinfo deleted file mode 100644 index ff8a7f93d810..000000000000 --- a/editors/gnuserv/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnuserv-3.12.3.tar.gz) = 5d5a90810f353c81332c9002d4aa31eb diff --git a/editors/gnuserv/files/patch-aa b/editors/gnuserv/files/patch-aa deleted file mode 100644 index b0f8bb0aa727..000000000000 --- a/editors/gnuserv/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- gnuserv.c~ Thu Jan 25 13:41:48 2001 -+++ gnuserv.c Sat Feb 10 18:00:44 2001 -@@ -790,7 +790,7 @@ - + strlen (server.sun_path) + 1); - server.sun_len = bindlen; - #else -- bindlen = strlen (server.sun_path) + sizeof (server.sun_family); -+ bindlen = strlen (server.sun_path) + 1 + sizeof (server.sun_family); - #endif - - if (bind(ls,(struct sockaddr *)&server,bindlen) < 0) diff --git a/editors/gnuserv/pkg-comment b/editors/gnuserv/pkg-comment deleted file mode 100644 index 089532c88781..000000000000 --- a/editors/gnuserv/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A standalone release of gnuserv for GNU Emacs diff --git a/editors/gnuserv/pkg-descr b/editors/gnuserv/pkg-descr deleted file mode 100644 index db64c04118d3..000000000000 --- a/editors/gnuserv/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -gnuserv allows you to attach to an already running Emacs. This allows -external programs to make use of Emacs' editing capabilities. It is -like GNU Emacs' emacsserver/server.el, but has many more features. - -WWW: http://meltin.net/hacks/emacs/ - --- ported by Ilya Martynov diff --git a/editors/gnuserv/pkg-message b/editors/gnuserv/pkg-message deleted file mode 100644 index 2553879a1178..000000000000 --- a/editors/gnuserv/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -***************************************************************************** - -Add following code into your .emacs to enable autoloading of gnuserv lisp -files: - - (autoload 'gnuserv-start "gnuserv-compat" - "Allow this Emacs process to be a server for client processes." - t) - -***************************************************************************** diff --git a/editors/gnuserv/pkg-plist b/editors/gnuserv/pkg-plist deleted file mode 100644 index 303adc252c42..000000000000 --- a/editors/gnuserv/pkg-plist +++ /dev/null @@ -1,17 +0,0 @@ -%%EMACS_SITE_LISPDIR%%/gnuserv/devices.el -%%EMACS_SITE_LISPDIR%%/gnuserv/devices.elc -%%EMACS_SITE_LISPDIR%%/gnuserv/gnuserv-compat.el -%%EMACS_SITE_LISPDIR%%/gnuserv/gnuserv-compat.elc -%%EMACS_SITE_LISPDIR%%/gnuserv/gnuserv.el -%%EMACS_SITE_LISPDIR%%/gnuserv/gnuserv.elc -bin/gnuattach -bin/gnuclient -bin/gnudoit -bin/gnuserv -share/doc/gnuserv-%%EMACS_PORT_NAME%%/COPYING -share/doc/gnuserv-%%EMACS_PORT_NAME%%/ChangeLog -share/doc/gnuserv-%%EMACS_PORT_NAME%%/INSTALL -share/doc/gnuserv-%%EMACS_PORT_NAME%%/README -share/doc/gnuserv-%%EMACS_PORT_NAME%%/README.orig -@dirrm %%EMACS_SITE_LISPDIR%%/gnuserv -@dirrm share/doc/gnuserv-%%EMACS_PORT_NAME%% -- cgit v1.2.3