Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149171330
D1230.id2661.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D1230.id2661.diff
View Options
Index: Makefile
===================================================================
--- Makefile
+++ Makefile
@@ -2,18 +2,17 @@
# $FreeBSD$
PORTNAME= verbiste
-PORTVERSION= 0.1.33
-PORTREVISION= 2
+PORTVERSION= 0.1.41
CATEGORIES= french textproc
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/
MAINTAINER= dereckson@gmail.com
COMMENT= French verb conjugator/deconjugator
-OPTIONS_DEFINE= GTK2 GNOME DOCS EXAMPLES
-
LICENSE= GPLv2
+OPTIONS_DEFINE= GTK2 GNOME DOCS EXAMPLES
+
USES= pathfix pkgconfig iconv libtool shebangfix
SHEBANG_FILES= ${WRKSRC}/examples/*.pl
GNU_CONFIGURE= yes
@@ -27,18 +26,18 @@
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGTK2}
-CONFIGURE_ARGS+=--with-gtk-app
USE_GNOME+= gtk20
PLIST_SUB+= HASGTK=""
.else
+CONFIGURE_ARGS+=--without-gtk-app
PLIST_SUB+= HASGTK="@comment "
.endif
.if ${PORT_OPTIONS:MGNOME}
-CONFIGURE_ARGS+=--with-gnome-app
USE_GNOME+= gnomeprefix libgnomeui
PLIST_SUB+= HASGNOME=""
.else
+CONFIGURE_ARGS+=--without-gnome-app --without-gnome-applet
PLIST_SUB+= HASGNOME="@comment "
.endif
Index: distinfo
===================================================================
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (verbiste-0.1.33.tar.gz) = 3fa7c86e452543e4262b581522a33bc1b222e872924239a8724ee9d7e4bc9e3d
-SIZE (verbiste-0.1.33.tar.gz) = 684999
+SHA256 (verbiste-0.1.41.tar.gz) = b4490d99dc768c8947536c01a5fbbecf71d067f472c0bd4d79b828df45d79f9f
+SIZE (verbiste-0.1.41.tar.gz) = 751059
Index: pkg-descr
===================================================================
--- pkg-descr
+++ pkg-descr
@@ -1,5 +1,5 @@
-Verbiste is a French conjugation system. It contains a C++ library, and two
-programs that can be run from the command line or from another program. The
-knowledge base is represented in XML and contains over 7000 verbs.
+Verbiste is a conjugation system, with comprehensive French verb tables, and
+some capabilities for extra languages. It provides a library, a CLI and a GUI
+interface.
WWW: http://sarrazip.com/dev/verbiste.html
Index: pkg-plist
===================================================================
--- pkg-plist
+++ pkg-plist
@@ -22,23 +22,27 @@
%%HASGUI%%share/locale/de/LC_MESSAGES/verbiste.mo
%%HASGUI%%share/locale/fr/LC_MESSAGES/verbiste.mo
%%HASGUI%%share/locale/el/LC_MESSAGES/verbiste.mo
-%%HASGUI%%share/pixmaps/verbiste.png
+%%HASGUI%%share/icons/hicolor/16x16/apps/verbiste.png
+%%HASGUI%%share/icons/hicolor/32x32/apps/verbiste.png
+%%HASGUI%%share/icons/hicolor/48x48/apps/verbiste.png
+%%HASGUI%%share/icons/hicolor/64x64/apps/verbiste.png
+%%HASGUI%%share/icons/hicolor/128x128/apps/verbiste.png
+%%HASGUI%%share/icons/hicolor/256x256/apps/verbiste.png
+%%HASGUI%%share/icons/hicolor/512x512/apps/verbiste.png
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/THANKS
%%PORTDOCS%%%%DOCSDIR%%/HACKING
%%PORTDOCS%%%%DOCSDIR%%/LISEZMOI
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO
+%%PORTDOCS%%%%DOCSDIR%%/THANKS
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/FrenchDeconjugatorTester.java
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conjugator.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/deconjugator.c
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generate-all-forms.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test-french-deconjugator.pl
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/trans-tenses.pl
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/generate-all-forms.pl
%%DATADIR%%-0.1/COPYING
%%DATADIR%%-0.1/conjugation-el.xml
%%DATADIR%%-0.1/conjugation-fr.xml
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 23, 6:10 PM (14 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30197971
Default Alt Text
D1230.id2661.diff (3 KB)
Attached To
Mode
D1230: french/verbiste update to 0.1.41
Attached
Detach File
Event Timeline
Log In to Comment