diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-11-25 15:11:34 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-11-25 15:11:34 +0000 |
commit | 4bef85280e2c9fc038ea5b27b9eb0236e114950c (patch) | |
tree | 5777632eb5c4658d4d9d59c3a5c449d5facf4cbc /textproc/etoile-lucenekit | |
parent | 9d465ec248bb9f80568facf6cc1e38238673a67b (diff) | |
download | ports-4bef85280e2c9fc038ea5b27b9eb0236e114950c.tar.gz ports-4bef85280e2c9fc038ea5b27b9eb0236e114950c.zip |
Notes
Diffstat (limited to 'textproc/etoile-lucenekit')
-rw-r--r-- | textproc/etoile-lucenekit/Makefile | 12 | ||||
-rw-r--r-- | textproc/etoile-lucenekit/distinfo | 6 | ||||
-rw-r--r-- | textproc/etoile-lucenekit/pkg-descr | 6 |
3 files changed, 10 insertions, 14 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/ |