diff options
-rw-r--r-- | textproc/dict-client/Makefile | 6 | ||||
-rw-r--r-- | textproc/dict-client/PLIST | 4 | ||||
-rw-r--r-- | textproc/dict-server/Makefile | 5 | ||||
-rw-r--r-- | textproc/dict-server/Makefile.common | 4 | ||||
-rw-r--r-- | textproc/dict-server/distinfo | 8 |
5 files changed, 14 insertions, 13 deletions
diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile index 8166a6c1300..4935b2eb6a1 100644 --- a/textproc/dict-client/Makefile +++ b/textproc/dict-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2009/12/30 11:58:48 abs Exp $ +# $NetBSD: Makefile,v 1.34 2011/02/03 12:55:50 obache Exp $ .include "../../textproc/dict-server/Makefile.common" @@ -6,7 +6,7 @@ PKGNAME= ${DISTNAME:S/dictd/dict-client/} CATEGORIES= textproc COMMENT= Dictionary Service Protocol client -LICENSE= gnu-gpl-v2 +LICENSE= gnu-gpl-v2 AND mit USE_TOOLS+= gmake yacc lex USE_LIBTOOL= yes @@ -18,7 +18,7 @@ BUILD_TARGET= dict INSTALL_TARGET= install.dict FILESDIR= ${.CURDIR}/../../textproc/dict-server/files -PATCHDIR= ${.CURDIR}/../../textproc/dict-server/patches +#PATCHDIR= ${.CURDIR}/../../textproc/dict-server/patches DISTINFO_FILE= ${.CURDIR}/../../textproc/dict-server/distinfo .include "../../devel/zlib/buildlink3.mk" diff --git a/textproc/dict-client/PLIST b/textproc/dict-client/PLIST index be301383397..d8e8e48312d 100644 --- a/textproc/dict-client/PLIST +++ b/textproc/dict-client/PLIST @@ -1,5 +1,7 @@ -@comment $NetBSD: PLIST,v 1.2 2005/02/22 16:09:54 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2011/02/03 12:55:50 obache Exp $ bin/dict +bin/dict_lookup bin/dictl man/man1/dict.1 +man/man1/dict_lookup.1 man/man1/dictl.1 diff --git a/textproc/dict-server/Makefile b/textproc/dict-server/Makefile index 42a8538ff28..f98c215be9d 100644 --- a/textproc/dict-server/Makefile +++ b/textproc/dict-server/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.27 2009/12/30 11:55:49 abs Exp $ +# $NetBSD: Makefile,v 1.28 2011/02/03 12:55:51 obache Exp $ .include "../../textproc/dict-server/Makefile.common" PKGNAME= ${DISTNAME:S/dictd/dict-server/} CATEGORIES= textproc COMMENT= Dictionary Service Protocol server - -#LICENSE= gnu-gpl-v2 +LICENSE= gnu-gpl-v2 .include "../../mk/bsd.prefs.mk" diff --git a/textproc/dict-server/Makefile.common b/textproc/dict-server/Makefile.common index abdfd50cf8e..b1d5faa3852 100644 --- a/textproc/dict-server/Makefile.common +++ b/textproc/dict-server/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.1 2009/12/31 00:42:24 abs Exp $ +# $NetBSD: Makefile.common,v 1.2 2011/02/03 12:55:51 obache Exp $ # used by textproc/dict-server/Makefile # used by textproc/dict-client/Makefile -DISTNAME= dictd-1.11.2 +DISTNAME= dictd-1.12.0 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dict/} \ ftp://ftp.dict.org/pub/dict/ diff --git a/textproc/dict-server/distinfo b/textproc/dict-server/distinfo index be2e262b35e..90f287912ab 100644 --- a/textproc/dict-server/distinfo +++ b/textproc/dict-server/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2009/12/30 11:55:49 abs Exp $ +$NetBSD: distinfo,v 1.19 2011/02/03 12:55:51 obache Exp $ -SHA1 (dictd-1.11.2.tar.gz) = 11087cfeffed4e19991e54561d2a6eca1b18d651 -RMD160 (dictd-1.11.2.tar.gz) = f93e8a7a0bbb4e1812288d2ed16889a60e8973ba -Size (dictd-1.11.2.tar.gz) = 418649 bytes +SHA1 (dictd-1.12.0.tar.gz) = 0a1b0c4103e5c3c8b749f9a5dc005cb70e4639e8 +RMD160 (dictd-1.12.0.tar.gz) = 56abaebf57baabcb72b96ccf6ec5c39cc3a67ceb +Size (dictd-1.12.0.tar.gz) = 423183 bytes |