1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Initial import of gedit version 0.5.1.

A small but powerful text editor for the Gnome Desktop Environment.

PR:		11486
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
This commit is contained in:
Steve Price 1999-06-06 17:55:43 +00:00
parent 860dd3e826
commit a9f0e2b686
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19273
10 changed files with 250 additions and 0 deletions

61
editors/gedit/Makefile Normal file
View File

@ -0,0 +1,61 @@
# New ports collection makefile for: gedit
# Version required: 0.5.1
# Date created: 4 May 1999
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= gedit-0.5.1
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://gedit.pn.org/ \
http://reviewboard.com/gedit/ \
ftp://reviewboard.com/pub/gedit/
MASTER_SITE_SUBDIR= X11/gtkbuffet/apps/gedit
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
art_lgpl.2:${PORTSDIR}/x11/gnomelibs \
audiofile.0:${PORTSDIR}/audio/libaudiofile \
esd.1:${PORTSDIR}/audio/esound \
gdk_imlib.4:${PORTSDIR}/graphics/imlib \
gdk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
gif.3:${PORTSDIR}/graphics/png \
glib12.2:${PORTSDIR}/devel/glib12 \
gmodule12.2:${PORTSDIR}/devel/glib12 \
gnome.2:${PORTSDIR}/x11/gnomelibs \
gnomesupport.2:${PORTSDIR}/x11/gnomelibs \
gnomeui.2:${PORTSDIR}/x11/gnomelibs \
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
intl.1:${PORTSDIR}/devel/gettext \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.3:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff34
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--with-gnome=${X11BASE} \
--datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" \
GTK_CONFIG="${X11BASE}/bin/gtk12-config"
MAN1= gedit.1
post-install:
@${MKDIR} ${PREFIX}/share/gnome/apps/Applications
@ ${MV} ${PREFIX}/share/gnome/gnome/apps/Applications/gedit.desktop ${PREFIX}/share/gnome/apps/Applications
@ ${RMDIR} ${PREFIX}/share/gnome/gnome/apps/Applications
@ ${RMDIR} ${PREFIX}/share/gnome/gnome/apps
@ ${RMDIR} ${PREFIX}/share/gnome/gnome
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/gedit
.for file in AUTHORS COPYING ChangeLog FAQ INSTALL KNOWNBUGS README README.plugins THANKS TODO
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gedit
.endfor
.endif
.include <bsd.port.mk>

1
editors/gedit/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (gedit-0.5.1.tar.gz) = 439cd7a07962bed73a54e0cb6698be5d

View File

@ -0,0 +1 @@
A small but powerful text editor for Gnome Desktop Environment

16
editors/gedit/pkg-descr Normal file
View File

@ -0,0 +1,16 @@
gEdit is a text editor for X using the GTK+ and GNOME libraries.
It is being developed by Alex Roberts, Evan Lawrence and Chris Lahey
(among others).
This version is quite a neat text editor, it contains the following
features:
* Opening/Saving/Creating of files;
* Cut/Copy/Paste and Select All text;
* Search and Replace;
* A complete preferences interface;
* Dynamically loading fonts;
* Splitscreen Mode;
* Printing support;
* Configurable Plugins system.
WWW: http://gedit.pn.org

46
editors/gedit/pkg-plist Normal file
View File

@ -0,0 +1,46 @@
bin/gedit
include/gedit/client.h
lib/libclient.a
libexec/go/plugins/prm-plugin
libexec/go/plugins/cvsdiff-plugin
libexec/go/plugins/encrypt-plugin
libexec/go/plugins/openother-plugin
libexec/go/plugins/reverse-plugin
libexec/go/plugins/testselect-plugin
libexec/go/plugins/hello-plugin
libexec/go/plugins/convert-plugin
libexec/go/plugins/diff-plugin
libexec/go/plugins/email-plugin
libexec/go/plugins/browse-plugin
libexec/go/plugins/spell-plugin
libexec/go/plugins/httpview-plugin
share/doc/gedit/AUTHORS
share/doc/gedit/COPYING
share/doc/gedit/ChangeLog
share/doc/gedit/FAQ
share/doc/gedit/INSTALL
share/doc/gedit/KNOWNBUGS
share/doc/gedit/README
share/doc/gedit/README.plugins
share/doc/gedit/THANKS
share/doc/gedit/TODO
share/gnome/geditrc
share/gnome/apps/Applications/gedit.desktop
share/gnome/mime-info/gedit.keys
share/gnome/pixmaps/gnome-gedit.png
share/locale/cs/LC_MESSAGES/gedit.mo
share/locale/de/LC_MESSAGES/gedit.mo
share/locale/es/LC_MESSAGES/gedit.mo
share/locale/fr/LC_MESSAGES/gedit.mo
share/locale/ga/LC_MESSAGES/gedit.mo
share/locale/it/LC_MESSAGES/gedit.mo
share/locale/ko/LC_MESSAGES/gedit.mo
share/locale/no/LC_MESSAGES/gedit.mo
share/locale/pt/LC_MESSAGES/gedit.mo
share/locale/ru/LC_MESSAGES/gedit.mo
share/locale/sv/LC_MESSAGES/gedit.mo
share/locale/nl/LC_MESSAGES/gedit.mo
@dirrm include/gedit
@dirrm libexec/go/plugins
@dirrm libexec/go
@dirrm share/doc/gedit

61
editors/gedit2/Makefile Normal file
View File

@ -0,0 +1,61 @@
# New ports collection makefile for: gedit
# Version required: 0.5.1
# Date created: 4 May 1999
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= gedit-0.5.1
CATEGORIES= editors gnome
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://gedit.pn.org/ \
http://reviewboard.com/gedit/ \
ftp://reviewboard.com/pub/gedit/
MASTER_SITE_SUBDIR= X11/gtkbuffet/apps/gedit
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
art_lgpl.2:${PORTSDIR}/x11/gnomelibs \
audiofile.0:${PORTSDIR}/audio/libaudiofile \
esd.1:${PORTSDIR}/audio/esound \
gdk_imlib.4:${PORTSDIR}/graphics/imlib \
gdk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
gif.3:${PORTSDIR}/graphics/png \
glib12.2:${PORTSDIR}/devel/glib12 \
gmodule12.2:${PORTSDIR}/devel/glib12 \
gnome.2:${PORTSDIR}/x11/gnomelibs \
gnomesupport.2:${PORTSDIR}/x11/gnomelibs \
gnomeui.2:${PORTSDIR}/x11/gnomelibs \
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
intl.1:${PORTSDIR}/devel/gettext \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.3:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff34
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--with-gnome=${X11BASE} \
--datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" \
GTK_CONFIG="${X11BASE}/bin/gtk12-config"
MAN1= gedit.1
post-install:
@${MKDIR} ${PREFIX}/share/gnome/apps/Applications
@ ${MV} ${PREFIX}/share/gnome/gnome/apps/Applications/gedit.desktop ${PREFIX}/share/gnome/apps/Applications
@ ${RMDIR} ${PREFIX}/share/gnome/gnome/apps/Applications
@ ${RMDIR} ${PREFIX}/share/gnome/gnome/apps
@ ${RMDIR} ${PREFIX}/share/gnome/gnome
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/gedit
.for file in AUTHORS COPYING ChangeLog FAQ INSTALL KNOWNBUGS README README.plugins THANKS TODO
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gedit
.endfor
.endif
.include <bsd.port.mk>

1
editors/gedit2/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (gedit-0.5.1.tar.gz) = 439cd7a07962bed73a54e0cb6698be5d

View File

@ -0,0 +1 @@
A small but powerful text editor for Gnome Desktop Environment

16
editors/gedit2/pkg-descr Normal file
View File

@ -0,0 +1,16 @@
gEdit is a text editor for X using the GTK+ and GNOME libraries.
It is being developed by Alex Roberts, Evan Lawrence and Chris Lahey
(among others).
This version is quite a neat text editor, it contains the following
features:
* Opening/Saving/Creating of files;
* Cut/Copy/Paste and Select All text;
* Search and Replace;
* A complete preferences interface;
* Dynamically loading fonts;
* Splitscreen Mode;
* Printing support;
* Configurable Plugins system.
WWW: http://gedit.pn.org

46
editors/gedit2/pkg-plist Normal file
View File

@ -0,0 +1,46 @@
bin/gedit
include/gedit/client.h
lib/libclient.a
libexec/go/plugins/prm-plugin
libexec/go/plugins/cvsdiff-plugin
libexec/go/plugins/encrypt-plugin
libexec/go/plugins/openother-plugin
libexec/go/plugins/reverse-plugin
libexec/go/plugins/testselect-plugin
libexec/go/plugins/hello-plugin
libexec/go/plugins/convert-plugin
libexec/go/plugins/diff-plugin
libexec/go/plugins/email-plugin
libexec/go/plugins/browse-plugin
libexec/go/plugins/spell-plugin
libexec/go/plugins/httpview-plugin
share/doc/gedit/AUTHORS
share/doc/gedit/COPYING
share/doc/gedit/ChangeLog
share/doc/gedit/FAQ
share/doc/gedit/INSTALL
share/doc/gedit/KNOWNBUGS
share/doc/gedit/README
share/doc/gedit/README.plugins
share/doc/gedit/THANKS
share/doc/gedit/TODO
share/gnome/geditrc
share/gnome/apps/Applications/gedit.desktop
share/gnome/mime-info/gedit.keys
share/gnome/pixmaps/gnome-gedit.png
share/locale/cs/LC_MESSAGES/gedit.mo
share/locale/de/LC_MESSAGES/gedit.mo
share/locale/es/LC_MESSAGES/gedit.mo
share/locale/fr/LC_MESSAGES/gedit.mo
share/locale/ga/LC_MESSAGES/gedit.mo
share/locale/it/LC_MESSAGES/gedit.mo
share/locale/ko/LC_MESSAGES/gedit.mo
share/locale/no/LC_MESSAGES/gedit.mo
share/locale/pt/LC_MESSAGES/gedit.mo
share/locale/ru/LC_MESSAGES/gedit.mo
share/locale/sv/LC_MESSAGES/gedit.mo
share/locale/nl/LC_MESSAGES/gedit.mo
@dirrm include/gedit
@dirrm libexec/go/plugins
@dirrm libexec/go
@dirrm share/doc/gedit