--- Portfile.orig	2006-07-10 17:48:04.000000000 +0700
+++ Portfile	2006-07-10 17:38:35.000000000 +0700
@@ -1,39 +1,33 @@
-# $Id: Portfile,v 1.7 2006/05/25 17:27:42 takanori Exp $
+# $Id: $
 
 PortSystem		1.0
 name			hyperestraier
-version         1.2.7
-categories		textproc
+version         1.3.1
+categories      textproc net
 maintainers     rsky0711@gmail.com pelopor@nifty.com
 
 platforms       darwin
 description		Hyper Estraier is a full-text search system.
 long_description	\
-	Hyper Estraier is a full-text search system. You can search lots of\
-	documents for some documents including specified words. If you run a web\
-	site, it is useful as your own search engine for pages in your site. Also,\
-	it is useful as search utilities of mail boxes and file servers.\
-	\
-	The characteristic of Hyper Estraier is the following.\
-	\
-    	* High performance of search\
-    	* High scalability of target documents\
-    	* Perfect recall ratio by N-gram method\
-        * High precision by hybrid mechanism of N-gram and morphological analyzer\
-        * Phrase search, regular expressions, attribute search, and similarity search\
-    	* Multilingualism with Unicode\
-    	* Independent of file format and repository\
-        * Intelligent web crawler\
-    	* Simple and powerful API\
-        * Supporting P2P architecture\
-	\
-	Hyper Estraier is an open-source software released under the terms of the\
-    GNU Lesser General Public License.
+    Hyper Estraier is a full-text search system. It has the following \
+    characteristics. \
+	(1) High performance of search \
+ 	(2) High scalability of target documents \
+	(3) Perfect recall ratio by N-gram method \
+	(4) High precision by hybrid mechanism of N-gram and morphological analyzer \
+	(5) Phrase search, regular expressions, attribute search, and similarity search \
+    (6) Multilingualism with Unicode \
+	(7) Independent of file format and repository \
+	(8) Intelligent web crawler \
+	(9) Simple and powerful API \
+	(10) Supporting P2P architecture.
+
 homepage	 	http://hyperestraier.sourceforge.net/
-master_sites    ${homepage}
-checksums       md5	   9ca74a6eacbbe5593d4e61d20c1e9f8f \
-                sha1   3754922bb2ba5be0e7cf3d014528680974d92612 \
-                rmd160 7ef95096e14f435fc15a7ea92283418473a2df72
+master_sites    ${homepage} \
+				sourceforge:${name}
+checksums       md5	   198c728d73edc9d70c465ef219a72bb2 \
+                sha1   2baef585d5f594a62b319e27d12e410764fc0873 \
+                rmd160 f894c4a2d626f12907c3a255dfc8aa17946df840
 
 depends_build	bin:pkg-config:pkgconfig
 depends_lib		port:qdbm port:libiconv port:zlib 

