summaryrefslogtreecommitdiff
path: root/editors/gnuserv
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 15:44:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 15:44:17 +0000
commit931a6f1635f0c4b8d9fcd808549ec8b06b53a06a (patch)
tree5eaaf1da583a62709dd06c5baf2d412dce449c96 /editors/gnuserv
parentConvert to USES=libtool and add INSTALL_TARGET=install-strip (diff)
Remove non staged ports without pending PR from d*
Notes
Notes: svn path=/head/; revision=366887
Diffstat (limited to 'editors/gnuserv')
-rw-r--r--editors/gnuserv/Makefile64
-rw-r--r--editors/gnuserv/distinfo2
-rw-r--r--editors/gnuserv/files/patch-aa11
-rw-r--r--editors/gnuserv/files/patch-gnuserv.el11
-rw-r--r--editors/gnuserv/pkg-descr5
-rw-r--r--editors/gnuserv/pkg-message12
-rw-r--r--editors/gnuserv/pkg-plist17
7 files changed, 0 insertions, 122 deletions
diff --git a/editors/gnuserv/Makefile b/editors/gnuserv/Makefile
deleted file mode 100644
index 91716be0f043..000000000000
--- a/editors/gnuserv/Makefile
+++ /dev/null
@@ -1,64 +0,0 @@
-# Created by: ilya
-# $FreeBSD$
-
-PORTNAME= gnuserv
-PORTVERSION= 3.12.8
-PORTREVISION= 13
-CATEGORIES= editors
-MASTER_SITES= http://meltin.net/hacks/emacs/src/
-PKGNAMESUFFIX= -${EMACS_PORT_NAME}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Standalone release of gnuserv for GNU Emacs
-
-
-GNU_CONFIGURE= yes
-
-BINSUFFIX?= -emacs
-
-USE_EMACS= yes
-
-.if defined(WITHOUT_X11)
-BROKEN= Configure fails without X support
-.endif
-
-CONFIGURE_ARGS+= --x-includes=${LOCALBASE}/include --x-libraries=${LOCALBASE}/lib
-
-# configure --program-suffix doesn't work somehow
-MAKE_ARGS= binsuffix="${BINSUFFIX}"
-
-PORTDOCDIR= share/doc/gnuserv-${EMACS_PORT_NAME}
-MAN1= gnuserv${BINSUFFIX}.1
-MLINKS= gnuserv${BINSUFFIX}.1 gnuattach${BINSUFFIX}.1 \
- gnuserv${BINSUFFIX}.1 gnuclient${BINSUFFIX}.1 \
- gnuserv${BINSUFFIX}.1 gnudoit${BINSUFFIX}.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} \
- BINSUFFIX=${BINSUFFIX}
-
-lispdir= ${PREFIX}/${EMACS_SITE_LISPDIR}/gnuserv
-
-NO_STAGE= yes
-post-patch:
-.for i in gnudoit gnuattach
- @${REINPLACE_CMD} 's/gnuclient/gnuclient${BINSUFFIX}/' ${WRKSRC}/${i}
-.endfor
-
-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 <bsd.port.mk>
diff --git a/editors/gnuserv/distinfo b/editors/gnuserv/distinfo
deleted file mode 100644
index 83f4d54d4ddd..000000000000
--- a/editors/gnuserv/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnuserv-3.12.8.tar.gz) = c9ba560e7d773c175ef1cbced8fae17d7a921b050a11457971a7b7a6216aeed9
-SIZE (gnuserv-3.12.8.tar.gz) = 124070
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/files/patch-gnuserv.el b/editors/gnuserv/files/patch-gnuserv.el
deleted file mode 100644
index cebd04a9445d..000000000000
--- a/editors/gnuserv/files/patch-gnuserv.el
+++ /dev/null
@@ -1,11 +0,0 @@
---- gnuserv.el.orig Thu Jan 25 19:41:59 2001
-+++ gnuserv.el Sun Sep 29 19:16:03 2002
-@@ -173,7 +173,7 @@
- (function :tag "Other"))
- :group 'gnuserv)
-
--(defcustom gnuserv-program "gnuserv"
-+(defcustom gnuserv-program "gnuserv-emacs"
- "*Program to use as the editing server."
- :type 'string
- :group 'gnuserv)
diff --git a/editors/gnuserv/pkg-descr b/editors/gnuserv/pkg-descr
deleted file mode 100644
index 5e62db7f40ac..000000000000
--- a/editors/gnuserv/pkg-descr
+++ /dev/null
@@ -1,5 +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/
diff --git a/editors/gnuserv/pkg-message b/editors/gnuserv/pkg-message
deleted file mode 100644
index 2034576ec627..000000000000
--- a/editors/gnuserv/pkg-message
+++ /dev/null
@@ -1,12 +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)
- (setq gnuserv-program "gnuserv-emacs")
- (gnuserv-start)
-
-*****************************************************************************
diff --git a/editors/gnuserv/pkg-plist b/editors/gnuserv/pkg-plist
deleted file mode 100644
index 6eab02d8f386..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%%BINSUFFIX%%
-bin/gnuclient%%BINSUFFIX%%
-bin/gnudoit%%BINSUFFIX%%
-bin/gnuserv%%BINSUFFIX%%
-%%PORTDOCS%%share/doc/gnuserv-%%EMACS_PORT_NAME%%/COPYING
-%%PORTDOCS%%share/doc/gnuserv-%%EMACS_PORT_NAME%%/ChangeLog
-%%PORTDOCS%%share/doc/gnuserv-%%EMACS_PORT_NAME%%/INSTALL
-%%PORTDOCS%%share/doc/gnuserv-%%EMACS_PORT_NAME%%/README
-%%PORTDOCS%%share/doc/gnuserv-%%EMACS_PORT_NAME%%/README.orig
-@dirrm %%EMACS_SITE_LISPDIR%%/gnuserv
-%%PORTDOCS%%@dirrm share/doc/gnuserv-%%EMACS_PORT_NAME%%