diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-20 10:57:44 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-20 10:57:44 +0800 |
commit | 2dd69647f082befcde0f49cec9aa58a1c179042e (patch) | |
tree | 88b58ba4d56122e1ceeb9712c3e118b8614275c7 /editors | |
parent | 67e9dcddced992fe070399731f114e4f4e1b71d2 (diff) | |
download | marcuscom-ports-2dd69647f082befcde0f49cec9aa58a1c179042e.tar marcuscom-ports-2dd69647f082befcde0f49cec9aa58a1c179042e.tar.gz marcuscom-ports-2dd69647f082befcde0f49cec9aa58a1c179042e.tar.bz2 marcuscom-ports-2dd69647f082befcde0f49cec9aa58a1c179042e.tar.lz marcuscom-ports-2dd69647f082befcde0f49cec9aa58a1c179042e.tar.xz marcuscom-ports-2dd69647f082befcde0f49cec9aa58a1c179042e.tar.zst marcuscom-ports-2dd69647f082befcde0f49cec9aa58a1c179042e.zip |
Add gedit-plugins-2.3.5.
The arch of my foot itches real bad. REAL BAD. Pretty soon I'm
gonna have to get in there with a screwdriver.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1228 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit-plugins/Makefile | 27 | ||||
-rw-r--r-- | editors/gedit-plugins/distinfo | 1 | ||||
-rw-r--r-- | editors/gedit-plugins/files/patch-configure | 10 | ||||
-rw-r--r-- | editors/gedit-plugins/pkg-descr | 1 | ||||
-rw-r--r-- | editors/gedit-plugins/pkg-plist | 8 |
5 files changed, 47 insertions, 0 deletions
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile new file mode 100644 index 000000000..27ebf7738 --- /dev/null +++ b/editors/gedit-plugins/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: gedit-plugins +# Date created: 19 September 2003 +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gedit-plugins +PORTVERSION= 2.3.5 +CATEGORIES= editors gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Plugins for gedit2 + +BUILD_DEPENDS= gedit:${PORTSDIR}/editors/gedit2 +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_BZIP2= yes +USE_PERL5= yes +USE_X_PREFIX= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +USE_GNOME= gnomehack gnomeprefix + +.include <bsd.port.mk> diff --git a/editors/gedit-plugins/distinfo b/editors/gedit-plugins/distinfo new file mode 100644 index 000000000..f05e408cb --- /dev/null +++ b/editors/gedit-plugins/distinfo @@ -0,0 +1 @@ +MD5 (gedit-plugins-2.3.5.tar.bz2) = 6925b3f5150a0e265abeb6d4657728d1 diff --git a/editors/gedit-plugins/files/patch-configure b/editors/gedit-plugins/files/patch-configure new file mode 100644 index 000000000..0823124aa --- /dev/null +++ b/editors/gedit-plugins/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Fri Sep 19 22:52:09 2003 ++++ configure Fri Sep 19 22:52:44 2003 +@@ -18474,6 +18474,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/editors/gedit-plugins/pkg-descr b/editors/gedit-plugins/pkg-descr new file mode 100644 index 000000000..9edebc33f --- /dev/null +++ b/editors/gedit-plugins/pkg-descr @@ -0,0 +1 @@ +Various plugins for gedit2. diff --git a/editors/gedit-plugins/pkg-plist b/editors/gedit-plugins/pkg-plist new file mode 100644 index 000000000..1a1b5e30a --- /dev/null +++ b/editors/gedit-plugins/pkg-plist @@ -0,0 +1,8 @@ +lib/gedit-2/plugins/ascii.gedit-plugin +lib/gedit-2/plugins/cvschangelog.gedit-plugin +lib/gedit-2/plugins/diff.gedit-plugin +lib/gedit-2/plugins/libasciitable.so +lib/gedit-2/plugins/libcvschangelog.so +lib/gedit-2/plugins/libdiff.so +share/gnome/gedit-2/glade/asciitable.glade2 +share/gnome/gedit-2/glade/diff.glade2 |