svn commit: r338912 - head/textproc/soothsayer

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Jan 6 17:42:52 UTC 2014


Author: rakuco
Date: Mon Jan  6 17:42:50 2014
New Revision: 338912
URL: http://svnweb.freebsd.org/changeset/ports/338912

Log:
  - Support staging
  - Set an existing MASTER_SITE again
  - Add LICENSE
  - Update the WWW line in pkg-descr

Modified:
  head/textproc/soothsayer/Makefile
  head/textproc/soothsayer/pkg-descr
  head/textproc/soothsayer/pkg-plist

Modified: head/textproc/soothsayer/Makefile
==============================================================================
--- head/textproc/soothsayer/Makefile	Mon Jan  6 17:42:09 2014	(r338911)
+++ head/textproc/soothsayer/Makefile	Mon Jan  6 17:42:50 2014	(r338912)
@@ -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 at 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 @@ CONFIGURE_ENV=	ac_cv_path_CPPUNIT_CONFIG
 		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

Modified: head/textproc/soothsayer/pkg-descr
==============================================================================
--- head/textproc/soothsayer/pkg-descr	Mon Jan  6 17:42:09 2014	(r338911)
+++ head/textproc/soothsayer/pkg-descr	Mon Jan  6 17:42:50 2014	(r338912)
@@ -11,4 +11,4 @@ analyses the text already entered and co
 extracted with other information sources to calculate a set of most
 probable tokens.
 
-WWW: http://soothsayer.sourceforge.net/
+WWW: http://presage.sourceforge.net/

Modified: head/textproc/soothsayer/pkg-plist
==============================================================================
--- head/textproc/soothsayer/pkg-plist	Mon Jan  6 17:42:09 2014	(r338911)
+++ head/textproc/soothsayer/pkg-plist	Mon Jan  6 17:42:50 2014	(r338912)
@@ -9,6 +9,10 @@ lib/libsoothsayer.a
 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


More information about the svn-ports-all mailing list