diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Gtk2-Spell/Makefile | 27 | ||||
-rw-r--r-- | devel/p5-Gtk2-Spell/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Gtk2-Spell/pkg-descr | 5 | ||||
-rw-r--r-- | devel/p5-Gtk2-Spell/pkg-plist | 12 |
5 files changed, 48 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index ba4d0c9ec172..66a1d358a22a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1010,6 +1010,7 @@ SUBDIR += p5-Getopt-Popt SUBDIR += p5-Glib2 SUBDIR += p5-Gnome2-GConf + SUBDIR += p5-Gtk2-Spell SUBDIR += p5-Heap SUBDIR += p5-Heap-Simple SUBDIR += p5-Heap-Simple-Perl diff --git a/devel/p5-Gtk2-Spell/Makefile b/devel/p5-Gtk2-Spell/Makefile new file mode 100644 index 000000000000..1f61aa9f8d23 --- /dev/null +++ b/devel/p5-Gtk2-Spell/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-Gtk2-Spell +# Date created: 2006-03-21 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +PORTNAME= Gtk2-Spell +PORTVERSION= 1.03 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gtk2-perl +PKGNAMEPREFIX= p5- + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Perl interface to the Gtk2Spell library + +BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \ + ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ + ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 +LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 + +PERL_CONFIGURE= yes + +MAN3= Gtk2::Spell.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Gtk2-Spell/distinfo b/devel/p5-Gtk2-Spell/distinfo new file mode 100644 index 000000000000..f9b62af8e8d8 --- /dev/null +++ b/devel/p5-Gtk2-Spell/distinfo @@ -0,0 +1,3 @@ +MD5 (Gtk2-Spell-1.03.tar.gz) = caf3b6d1e48e4c9096b2ab1ee15cbf4d +SHA256 (Gtk2-Spell-1.03.tar.gz) = 5dfe1307a10d931b13477722434672940594e34799a8094dbdb1607b8ec4438e +SIZE (Gtk2-Spell-1.03.tar.gz) = 15812 diff --git a/devel/p5-Gtk2-Spell/pkg-descr b/devel/p5-Gtk2-Spell/pkg-descr new file mode 100644 index 000000000000..2f98a782bc32 --- /dev/null +++ b/devel/p5-Gtk2-Spell/pkg-descr @@ -0,0 +1,5 @@ +Perl bindings to the 2.x series of the GtkSpell graphical user interface +library. This module allows you to write perl applications that utilize the +GtkSpell library for mis-spelled word highlighting. + +WWW: http://gtk2-perl.sourceforge.net/ diff --git a/devel/p5-Gtk2-Spell/pkg-plist b/devel/p5-Gtk2-Spell/pkg-plist new file mode 100644 index 000000000000..bff36a5a56c6 --- /dev/null +++ b/devel/p5-Gtk2-Spell/pkg-plist @@ -0,0 +1,12 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/Spell.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/Spell/Install/Files.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/Spell/Install/gtk2spellperl.h +%%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/Spell/Install/gtkspell.typemap +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Spell/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Spell/Spell.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Spell/Spell.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Spell +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2 +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/Spell/Install +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/Spell +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2 |