diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-07-29 09:12:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-07-29 09:12:37 +0000 |
commit | 10588346d36bc9ae62b97d8b2ac11c56ad04df24 (patch) | |
tree | 100bc8497eb3bdddc4107fab1d3cfed9e10a64a3 /editors | |
parent | 6ec0158c26d892a46a620e871900ec2b1b182312 (diff) |
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
Notes
Notes:
svn path=/head/; revision=85841
Diffstat (limited to 'editors')
-rw-r--r-- | editors/jedit/Makefile | 2 | ||||
-rw-r--r-- | editors/jext/Makefile | 2 | ||||
-rw-r--r-- | editors/manedit/Makefile | 2 | ||||
-rw-r--r-- | editors/moleskine/Makefile | 2 | ||||
-rw-r--r-- | editors/scite/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/editors/jedit/Makefile b/editors/jedit/Makefile index 1c3e6fd59f67..bbbaea5ad8c9 100644 --- a/editors/jedit/Makefile +++ b/editors/jedit/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${_DISTNAME:S/0install$/install/} EXTRACT_SUFX= .jar EXTRACT_ONLY= -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Powerful programmer's text editor written in Java USE_JAVA= 1.3+ diff --git a/editors/jext/Makefile b/editors/jext/Makefile index 70e8e6025852..5b3e701d3e10 100644 --- a/editors/jext/Makefile +++ b/editors/jext/Makefile @@ -12,7 +12,7 @@ CATEGORIES= editors java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= jext -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Powerful 100% pure Java text editor RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper \ diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile index 62481fb2bec7..12eb085ab224 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.5.6 CATEGORIES= editors MASTER_SITES= ftp://wolfpack.twu.net/users/wolfpack/ -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A UNIX manual page editor and viewer WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} diff --git a/editors/moleskine/Makefile b/editors/moleskine/Makefile index 974ce78bdca9..156c6be15276 100644 --- a/editors/moleskine/Makefile +++ b/editors/moleskine/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME:S/^m/M/}-${PORTVERSION} -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A generic source code editor for the GNOME desktop RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome \ diff --git a/editors/scite/Makefile b/editors/scite/Makefile index 11f7abba0e24..602a833e7348 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= scintilla DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A full-featured SCIntilla based Text Editor for GTK/GNOME LIB_DEPENDS= scintilla.1:${PORTSDIR}/x11-toolkits/scintilla |