diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-02 01:24:33 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-02 01:24:33 +0000 |
commit | 854c187a95dd45c631fce6c886af4da10a25addd (patch) | |
tree | abf919a40a64e4dba1699470b0cbc529a7b97a59 /textproc | |
parent | 54a0e16a5d5755947df6bffdbb27bfb7e49f6cec (diff) |
Remove MAINTAINER, as per his request:
"I'll be offline for the next few months. Someone please take care
of these poor orphans."
Also slip in some minor fixes.
PR: 52831
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
Notes
Notes:
svn path=/head/; revision=81956
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/dictionary/Makefile | 2 | ||||
-rw-r--r-- | textproc/gauche-sxml/Makefile | 2 | ||||
-rw-r--r-- | textproc/manued.el/Makefile | 2 | ||||
-rw-r--r-- | textproc/manued.el/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/manued.el/pkg-message | 2 | ||||
-rw-r--r-- | textproc/xml-lite.el/Makefile | 2 | ||||
-rw-r--r-- | textproc/xmlcharent/Makefile | 2 | ||||
-rw-r--r-- | textproc/xmlcharent/pkg-descr | 3 |
8 files changed, 6 insertions, 12 deletions
diff --git a/textproc/dictionary/Makefile b/textproc/dictionary/Makefile index 4ff1b1990902..4505a524a12a 100644 --- a/textproc/dictionary/Makefile +++ b/textproc/dictionary/Makefile @@ -11,7 +11,7 @@ CATEGORIES= textproc net elisp MASTER_SITES= http://me.in-berlin.de/~myrkr/dictionary/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} -MAINTAINER= fuyuki@hadaly.org +MAINTAINER= ports@FreeBSD.org COMMENT= A dictionary client for Emacs EMACS_PORT_NAME?= emacs21 diff --git a/textproc/gauche-sxml/Makefile b/textproc/gauche-sxml/Makefile index 9922e79de0c6..ceb5c298f4e7 100644 --- a/textproc/gauche-sxml/Makefile +++ b/textproc/gauche-sxml/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= gauche- DISTNAME= SXML-gauche-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= fuyuki@hadaly.org +MAINTAINER= ports@FreeBSD.org COMMENT= A port of Oleg Kiselyov's (S)XML utilities to Gauche BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche diff --git a/textproc/manued.el/Makefile b/textproc/manued.el/Makefile index 0252b26b5d54..4915b4c8ab03 100644 --- a/textproc/manued.el/Makefile +++ b/textproc/manued.el/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.mpi-sb.mpg.de/~hitoshi/otherprojects/manued/arcs/ \ http://www.archi.is.tohoku.ac.jp/~yamauchi/otherprojects/manued/arcs/ DISTNAME= manued-${PORTVERSION} -MAINTAINER= fuyuki@hadaly.org +MAINTAINER= ports@FreeBSD.org COMMENT= Emacs minor mode for manued proofreading method NO_BUILD= yes diff --git a/textproc/manued.el/pkg-descr b/textproc/manued.el/pkg-descr index 36c53087405c..27ba32585216 100644 --- a/textproc/manued.el/pkg-descr +++ b/textproc/manued.el/pkg-descr @@ -6,6 +6,3 @@ Manued.el is an emacs lisp implementation for supporting manued method. WWW: http://www.mpi-sb.mpg.de/~hitoshi/otherprojects/manued/index.shtml - -- Kimura Fuyuki -fuyuki@hadaly.org diff --git a/textproc/manued.el/pkg-message b/textproc/manued.el/pkg-message index 54407e8be112..6f2b6186e71f 100644 --- a/textproc/manued.el/pkg-message +++ b/textproc/manued.el/pkg-message @@ -1,3 +1,3 @@ -To use manued.el, add to your ~/.emacs the following lines: +To use manued.el, add to your ~/.emacs the following line: (autoload 'manued-minor-mode "manued" "manuscript editing mode" t) diff --git a/textproc/xml-lite.el/Makefile b/textproc/xml-lite.el/Makefile index a8ba0f08747b..a1447e6d3d94 100644 --- a/textproc/xml-lite.el/Makefile +++ b/textproc/xml-lite.el/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME} EXTRACT_SUFX= # empty EXTRACT_ONLY= # empty -MAINTAINER= fuyuki@hadaly.org +MAINTAINER= ports@FreeBSD.org COMMENT= A simple XML-editing for GNU Emacs EMACS_PORT_NAME?= emacs21 diff --git a/textproc/xmlcharent/Makefile b/textproc/xmlcharent/Makefile index 151b2b70b238..0fb8d0499130 100644 --- a/textproc/xmlcharent/Makefile +++ b/textproc/xmlcharent/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.3 CATEGORIES= textproc MASTER_SITES= http://www.oasis-open.org/docbook/${PORTNAME}/${PORTVERSION}/ -MAINTAINER= fuyuki@hadaly.org +MAINTAINER= ports@FreeBSD.org COMMENT= XML character entities USE_ZIP= yes diff --git a/textproc/xmlcharent/pkg-descr b/textproc/xmlcharent/pkg-descr index ec8a47994ac4..d7b03519ac4f 100644 --- a/textproc/xmlcharent/pkg-descr +++ b/textproc/xmlcharent/pkg-descr @@ -1,6 +1,3 @@ XML character entity sets derived from ISO 8879. WWW: http://www.oasis-open.org/docbook/xmlcharent/ - -- Kimura Fuyuki -fuyuki@hadaly.org |