aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2008-11-25 23:11:34 +0800
committerdinoex <dinoex@FreeBSD.org>2008-11-25 23:11:34 +0800
commit665ce094d61b662134e09d2d7ce6d7ead8cc7b09 (patch)
tree65e9bb277d1777695c352c2075dfd0f82102ce19 /textproc
parent336afc0a923e1720ece7d2d7c02a45a576df4ed1 (diff)
downloadfreebsd-ports-gnome-665ce094d61b662134e09d2d7ce6d7ead8cc7b09.tar.gz
freebsd-ports-gnome-665ce094d61b662134e09d2d7ce6d7ead8cc7b09.tar.zst
freebsd-ports-gnome-665ce094d61b662134e09d2d7ce6d7ead8cc7b09.zip
- update etoile-0.4.0
Diffstat (limited to 'textproc')
-rw-r--r--textproc/etoile-lucenekit/Makefile12
-rw-r--r--textproc/etoile-lucenekit/distinfo6
-rw-r--r--textproc/etoile-lucenekit/pkg-descr6
-rw-r--r--textproc/etoile-ogrekit/Makefile5
-rw-r--r--textproc/etoile-ogrekit/distinfo6
-rw-r--r--textproc/etoile-ogrekit/pkg-plist2
6 files changed, 18 insertions, 19 deletions
diff --git a/textproc/etoile-lucenekit/Makefile b/textproc/etoile-lucenekit/Makefile
index d7d1fddfdb63..bf157d33451a 100644
--- a/textproc/etoile-lucenekit/Makefile
+++ b/textproc/etoile-lucenekit/Makefile
@@ -6,13 +6,11 @@
#
PORTNAME= lucenekit
-PORTVERSION= 0.1.${SNAPSHOT}
-PORTREVISION= 2
+PORTVERSION= 0.4.0
CATEGORIES= textproc gnustep
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= dinoex
+MASTER_SITES= http://download.gna.org/etoile/
PKGNAMEPREFIX= etoile-
-DISTNAME= Etoile-${SNAPSHOT}
+DISTNAME= etoile-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Etoile Project OgreKit framework
@@ -26,8 +24,8 @@ USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_LOCAL_LIBS+= OgreKit:${OGREKIT_PORT}
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
-SNAPSHOT= 20061221
-WRKSRC= ${WRKDIR}/Etoile/
+DEFAULT_LIBVERSION= 0.1.1
+WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION}
USE_GNUSTEP_MAKE_DIRS+= Frameworks/LuceneKit
OGREKIT_PORT?= textproc/etoile-ogrekit
diff --git a/textproc/etoile-lucenekit/distinfo b/textproc/etoile-lucenekit/distinfo
index 545ac18e8091..2c1e8a612c54 100644
--- a/textproc/etoile-lucenekit/distinfo
+++ b/textproc/etoile-lucenekit/distinfo
@@ -1,3 +1,3 @@
-MD5 (Etoile-20061221.tar.bz2) = 120ffa8cf06c58ff775f8a218ad91448
-SHA256 (Etoile-20061221.tar.bz2) = 7dc8acbf2cb46d9d119c9817204bbbbe72884065f3287877550c400e68f4c992
-SIZE (Etoile-20061221.tar.bz2) = 9867481
+MD5 (etoile-0.4.0.tar.bz2) = 7c33baf8ec3a708d0d419b1e137452de
+SHA256 (etoile-0.4.0.tar.bz2) = 05b5f01932aaad2ae6251ae01a1ad5376d29c984ee83d9fb62688c8d4a20237a
+SIZE (etoile-0.4.0.tar.bz2) = 8225128
diff --git a/textproc/etoile-lucenekit/pkg-descr b/textproc/etoile-lucenekit/pkg-descr
index 6ce53c5ceef1..c2f3d4374c1e 100644
--- a/textproc/etoile-lucenekit/pkg-descr
+++ b/textproc/etoile-lucenekit/pkg-descr
@@ -1,6 +1,4 @@
-
-Lucene is a high-performance, full-featured text search engine library in Java.
-LuceneKit is a class-to-class port of Lucene in GNUstep. It is a technology
-suitable for nearly any application that requires full-text search.
+Lucene is a high-performance, full-featured text search engine library. It is a
+technology suitable for nearly any application that requires full-text search.
WWW: http://www.etoile-project.org/
diff --git a/textproc/etoile-ogrekit/Makefile b/textproc/etoile-ogrekit/Makefile
index d7779b65573f..743c75ea216f 100644
--- a/textproc/etoile-ogrekit/Makefile
+++ b/textproc/etoile-ogrekit/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= ogrekit
-PORTVERSION= 0.2
-PORTREVISION= 1
+PORTVERSION= 0.4.0
CATEGORIES= textproc gnustep
MASTER_SITES= http://download.gna.org/etoile/
PKGNAMEPREFIX= etoile-
@@ -18,6 +17,7 @@ COMMENT= Etoile Project OgreKit framework
LIB_DEPENDS= onig:${PORTSDIR}/${ONIGURUMA4_PORT}
+USE_BZIP2= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
@@ -25,6 +25,7 @@ USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
+DEFAULT_LIBVERSION= 1.2.1
WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION}
USE_GNUSTEP_MAKE_DIRS+= Frameworks/OgreKit
ADDITIONAL_OBJCFLAGS+= -DONIGURUMA_4
diff --git a/textproc/etoile-ogrekit/distinfo b/textproc/etoile-ogrekit/distinfo
index 2ac1ee4891af..2c1e8a612c54 100644
--- a/textproc/etoile-ogrekit/distinfo
+++ b/textproc/etoile-ogrekit/distinfo
@@ -1,3 +1,3 @@
-MD5 (etoile-0.2.tar.gz) = cc1b54ba2e4ba371c5eda45c756bece9
-SHA256 (etoile-0.2.tar.gz) = 293cb9e5c50b27a8e38f16374c17595f20c5950ba44d00ffac3fb17ddd852d2c
-SIZE (etoile-0.2.tar.gz) = 21373391
+MD5 (etoile-0.4.0.tar.bz2) = 7c33baf8ec3a708d0d419b1e137452de
+SHA256 (etoile-0.4.0.tar.bz2) = 05b5f01932aaad2ae6251ae01a1ad5376d29c984ee83d9fb62688c8d4a20237a
+SIZE (etoile-0.4.0.tar.bz2) = 8225128
diff --git a/textproc/etoile-ogrekit/pkg-plist b/textproc/etoile-ogrekit/pkg-plist
index d4b9e2d4e945..5e810a5fe0aa 100644
--- a/textproc/etoile-ogrekit/pkg-plist
+++ b/textproc/etoile-ogrekit/pkg-plist
@@ -1,5 +1,6 @@
Local/Library/Frameworks/OgreKit.framework/Headers
Local/Library/Frameworks/OgreKit.framework/OgreKit
+Local/Library/Frameworks/OgreKit.framework/OgreKit.framework
Local/Library/Frameworks/OgreKit.framework/Resources
Local/Library/Frameworks/OgreKit.framework/Versions/%%MAJORLIBVERSION%%/Headers/NSString_OgreKitAdditions.h
Local/Library/Frameworks/OgreKit.framework/Versions/%%MAJORLIBVERSION%%/Headers/OGAttributedString.h
@@ -15,6 +16,7 @@ Local/Library/Frameworks/OgreKit.framework/Versions/%%MAJORLIBVERSION%%/Headers/
Local/Library/Frameworks/OgreKit.framework/Versions/%%MAJORLIBVERSION%%/Headers/OGReplaceExpression.h
Local/Library/Frameworks/OgreKit.framework/Versions/%%MAJORLIBVERSION%%/Headers/OGString.h
Local/Library/Frameworks/OgreKit.framework/Versions/%%MAJORLIBVERSION%%/Headers/OgreFindAllThread.h
+Local/Library/Frameworks/OgreKit.framework/Versions/%%MAJORLIBVERSION%%/Headers/OgreFindPanel.h
Local/Library/Frameworks/OgreKit.framework/Versions/%%MAJORLIBVERSION%%/Headers/OgreFindPanelController.h
Local/Library/Frameworks/OgreKit.framework/Versions/%%MAJORLIBVERSION%%/Headers/OgreFindResultBranch.h
Local/Library/Frameworks/OgreKit.framework/Versions/%%MAJORLIBVERSION%%/Headers/OgreFindResultLeaf.h