Import verbiste 0.1.27.
This package contains a database of French conjugation templates and a list of more than 7000 regular and irregular French verbs with their corresponding template. One can obtain the complete conjugation for a verb from its infinitive form, and obtain the mode, tense and person from a conjugated verb.
This commit is contained in:
parent
6cbf8a08cc
commit
bedc20985f
38
education/verbiste/Makefile
Normal file
38
education/verbiste/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/10/11 09:55:47 naddy Exp $
|
||||
|
||||
COMMENT= French conjugation system
|
||||
|
||||
DISTNAME= verbiste-0.1.27
|
||||
SHARED_LIBS += verbiste-0.1 0.0 # .0.0
|
||||
CATEGORIES= education
|
||||
HOMEPAGE= http://sarrazip.com/dev/verbiste.html
|
||||
|
||||
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://sarrazip.com/dev/
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
|
||||
xml2.>=10::textproc/libxml
|
||||
|
||||
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
||||
Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig \
|
||||
freetype gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 m \
|
||||
pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png \
|
||||
pthread-stubs stdc++ xcb z
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static \
|
||||
--with-gtk-app
|
||||
|
||||
MAKE_FLAGS= INTLLIBS='$$(LTLIBINTL)'
|
||||
|
||||
.include <bsd.port.mk>
|
5
education/verbiste/distinfo
Normal file
5
education/verbiste/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (verbiste-0.1.27.tar.gz) = cqCMEOrOdVU/dafwIDBtCA==
|
||||
RMD160 (verbiste-0.1.27.tar.gz) = EDwbJ+Oy5bBJ66vzeozuuWFOy3s=
|
||||
SHA1 (verbiste-0.1.27.tar.gz) = 74dktmQwOP3XzUsTXKFZMoyH32E=
|
||||
SHA256 (verbiste-0.1.27.tar.gz) = kb9EKDpT/eiIhY4hcFgIWCiqxKxwkkIZ9iLol8Oo9SY=
|
||||
SIZE (verbiste-0.1.27.tar.gz) = 649405
|
12
education/verbiste/patches/patch-Makefile_in
Normal file
12
education/verbiste/patches/patch-Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2009/10/11 09:55:47 naddy Exp $
|
||||
--- Makefile.in.orig Sun Oct 4 19:22:55 2009
|
||||
+++ Makefile.in Fri Oct 9 19:07:15 2009
|
||||
@@ -1037,7 +1037,7 @@ info: info-recursive
|
||||
|
||||
info-am:
|
||||
|
||||
-install-data-am: install-docDATA install-frman1DATA install-frman3DATA \
|
||||
+install-data-am: install-frman1DATA install-frman3DATA \
|
||||
install-libdataDATA install-man install-pkgconfigDATA
|
||||
|
||||
install-dvi: install-dvi-recursive
|
5
education/verbiste/pkg/DESCR
Normal file
5
education/verbiste/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
This package contains a database of French conjugation templates
|
||||
and a list of more than 7000 regular and irregular French verbs
|
||||
with their corresponding template. One can obtain the complete
|
||||
conjugation for a verb from its infinitive form, and obtain the mode,
|
||||
tense and person from a conjugated verb.
|
2
education/verbiste/pkg/PFRAG.shared
Normal file
2
education/verbiste/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2009/10/11 09:55:47 naddy Exp $
|
||||
@lib lib/libverbiste-0.1.so.${LIBverbiste-0.1_VERSION}
|
38
education/verbiste/pkg/PLIST
Normal file
38
education/verbiste/pkg/PLIST
Normal file
@ -0,0 +1,38 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/10/11 09:55:47 naddy Exp $
|
||||
%%SHARED%%
|
||||
@bin bin/french-conjugator
|
||||
@bin bin/french-deconjugator
|
||||
@bin bin/verbiste-gtk
|
||||
include/verbiste-0.1/
|
||||
include/verbiste-0.1/verbiste/
|
||||
include/verbiste-0.1/verbiste/FrenchVerbDictionary.h
|
||||
include/verbiste-0.1/verbiste/Trie.cpp
|
||||
include/verbiste-0.1/verbiste/Trie.h
|
||||
include/verbiste-0.1/verbiste/c-api.h
|
||||
include/verbiste-0.1/verbiste/misc-types.h
|
||||
lib/libverbiste-0.1.a
|
||||
lib/libverbiste-0.1.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/verbiste-0.1.pc
|
||||
man/fr/
|
||||
man/fr/man1/
|
||||
@man man/fr/man1/french-conjugator.1
|
||||
@man man/fr/man1/french-deconjugator.1
|
||||
man/fr/man3/
|
||||
@man man/fr/man3/verbiste.3
|
||||
@man man/man1/french-conjugator.1
|
||||
@man man/man1/french-deconjugator.1
|
||||
@man man/man3/verbiste.3
|
||||
share/locale/fr/LC_MESSAGES/verbiste.mo
|
||||
share/pixmaps/
|
||||
share/pixmaps/verbiste.png
|
||||
share/texmf/
|
||||
share/texmf/tex/
|
||||
share/texmf/tex/latex/
|
||||
share/texmf/tex/latex/verbiste/
|
||||
share/texmf/tex/latex/verbiste/verbiste.cfg
|
||||
share/texmf/tex/latex/verbiste/verbiste.cls
|
||||
share/verbiste-0.1/
|
||||
@comment share/verbiste-0.1/COPYING
|
||||
share/verbiste-0.1/conjugation-fr.xml
|
||||
share/verbiste-0.1/verbs-fr.xml
|
Loading…
Reference in New Issue
Block a user