Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2014 02:55:13 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/185503: textproc/soothsayer: Update MASTER_SITES and WWW: line
Message-ID:  <20140106025513.b0dbf2b5f059df978d53267a@yahoo.com>
Resent-Message-ID: <201401051810.s05IA1iD084974@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         185503
>Category:       ports
>Synopsis:       textproc/soothsayer: Update MASTER_SITES and WWW: line
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 05 18:10:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line
- Add LICENSE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/textproc/soothsayer/Makefile textproc/soothsayer/Makefile
--- /usr/ports/textproc/soothsayer/Makefile	2013-11-06 21:54:55.000000000 +0900
+++ textproc/soothsayer/Makefile	2014-01-06 00:00:00.000000000 +0900
@@ -4,13 +4,16 @@
 PORTNAME=	soothsayer
 PORTVERSION=	0.6.3
 CATEGORIES=	textproc
-MASTER_SITES=	# none known, please fix
+MASTER_SITES=	SF/presage/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Intelligent predictive text entry platform
 
+LICENSE=	GPLv2 # (or later)
+
 BUILD_DEPENDS=	help2man:${PORTSDIR}/misc/help2man
 
+USES=		pkgconfig
 USE_SQLITE=	3
 USE_AUTOTOOLS=	libtool
 CONFIGURE_ENV=	ac_cv_path_CPPUNIT_CONFIG=no \
@@ -20,24 +23,15 @@
 		ac_cv_prog_HAVE_DOXYGEN=no
 CONFIGURE_ARGS=	--disable-python-binding
 USE_LDCONFIG=	yes
-USES=		pkgconfig
-
-MAN1=		soothsayer_demo.1 soothsayer_demo_text.1 \
-		soothsayer_simulator.1 text2ngram.1
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-PORT_VERBS=	${PORTNAME} text2ngram
-
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|\$$\^|$${.ALLSRC}| ; \
 		 s|lib/soothsayer|soothsayer|g' ${WRKSRC}/resources/Makefile.in
 	@${REINPLACE_CMD} -e 's|lib/soothsayer|soothsayer|' \
 		${WRKSRC}/resources/profiles/Makefile.in
-	@${REINPLACE_CMD} -e '1s|/.*|/bin/sh|'\
-		${WRKSRC}/resources/profiles/generate_soothsayer_config.sh
 	@${REINPLACE_CMD} -E -e "s|(LIBS=.*)-lsqlite3(.*)|\1\`pkg-config --static --libs sqlite3\`\2|" \
 		-e "s|(.*SQLITE_LIBS=.*)-lsqlite3(.*)|\1\`pkg-config --static --libs sqlite3\`\2|" \
 		${WRKSRC}/configure
diff -urN /usr/ports/textproc/soothsayer/pkg-descr textproc/soothsayer/pkg-descr
--- /usr/ports/textproc/soothsayer/pkg-descr	2013-11-06 21:54:55.000000000 +0900
+++ textproc/soothsayer/pkg-descr	2014-01-06 00:00:00.000000000 +0900
@@ -11,4 +11,4 @@
 extracted with other information sources to calculate a set of most
 probable tokens.
 
-WWW: http://soothsayer.sourceforge.net/
+WWW: http://presage.sourceforge.net/
diff -urN /usr/ports/textproc/soothsayer/pkg-plist textproc/soothsayer/pkg-plist
--- /usr/ports/textproc/soothsayer/pkg-plist	2013-11-06 21:54:55.000000000 +0900
+++ textproc/soothsayer/pkg-plist	2014-01-06 00:00:00.000000000 +0900
@@ -9,6 +9,10 @@
 lib/libsoothsayer.la
 lib/libsoothsayer.so
 lib/libsoothsayer.so.0
+man/man1/soothsayer_demo.1.gz
+man/man1/soothsayer_demo_text.1.gz
+man/man1/soothsayer_simulator.1.gz
+man/man1/text2ngram.1.gz
 var/soothsayer/abbreviations_en.txt
 var/soothsayer/abbreviations_it.txt
 var/soothsayer/database_en.db
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140106025513.b0dbf2b5f059df978d53267a>