diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-07-22 11:02:40 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-07-22 11:02:40 +0000 |
commit | a0a418ae05b666d68bc7c663a7b91bae7609d556 (patch) | |
tree | 517581b5a38e06bbab3a011d8f740d0cea609561 /textproc | |
parent | 333f7bfd327bb66e16ecc2ae7a2d33e08b286391 (diff) | |
download | pkgsrc-a0a418ae05b666d68bc7c663a7b91bae7609d556.tar.gz |
Add LICENSE
Update to dictem-1.0.3
- fix: "dictem-get-matches" function returns dictionary names
without ":" in the end.
- fix. insertion of text produced by "dict" client of by user's
database is always made IN THE END of dictem buffer. This fixes
the problems with hightlighting in match/define mixed results.
- Fix failure when dictem-use-user-databases-only is t. The problem
was that dictem-last-database variable was initialized
incorrectly.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/dictem/Makefile | 9 | ||||
-rw-r--r-- | textproc/dictem/PLIST | 3 | ||||
-rw-r--r-- | textproc/dictem/distinfo | 8 |
3 files changed, 9 insertions, 11 deletions
diff --git a/textproc/dictem/Makefile b/textproc/dictem/Makefile index 2ca50b7268c..61d5cb5c151 100644 --- a/textproc/dictem/Makefile +++ b/textproc/dictem/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2011/10/09 10:02:44 cheusov Exp $ +# $NetBSD: Makefile,v 1.9 2012/07/22 11:02:40 cheusov Exp $ -DISTNAME= dictem-1.0.2 +DISTNAME= dictem-1.0.3 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dictem/} \ http://www.mova.org/~cheusov/pub/dictem/ @@ -10,14 +9,14 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dictem/} \ MAINTAINER= cheusov@NetBSD.org HOMEPAGE= http://freshmeat.net/projects/dictem/ COMMENT= Dictionary client (RFC-2229) for [X]Emacs +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= dict-client>=1.9.14:../../textproc/dict-client -#MESSAGE_SUBST+= PREFIX=${PREFIX} SRCS= dictem.el -DOCS= README NEWS COPYING ChangeLog +DOCS= README NEWS COPYING # ChangeLog INSTALLATION_DIRS+= share/doc/${PKGBASE} ${EMACS_LISPPREFIX} diff --git a/textproc/dictem/PLIST b/textproc/dictem/PLIST index 503aa138bcb..6bb9ed37bf0 100644 --- a/textproc/dictem/PLIST +++ b/textproc/dictem/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:17:14 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2012/07/22 11:02:40 cheusov Exp $ share/doc/dictem/COPYING -share/doc/dictem/ChangeLog share/doc/dictem/NEWS share/doc/dictem/README ${EMACS_LISPPREFIX}/dictem.el diff --git a/textproc/dictem/distinfo b/textproc/dictem/distinfo index fee7b733b53..c741511d3fc 100644 --- a/textproc/dictem/distinfo +++ b/textproc/dictem/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2009/04/06 10:34:55 wiz Exp $ +$NetBSD: distinfo,v 1.5 2012/07/22 11:02:40 cheusov Exp $ -SHA1 (dictem-1.0.2.tar.gz) = 544c7f60c1f7aa12a4c1202a0b2521d5e76ad7cf -RMD160 (dictem-1.0.2.tar.gz) = d6b12f1b2f35b1c8cb62eba731da79bfcf8374e3 -Size (dictem-1.0.2.tar.gz) = 34354 bytes +SHA1 (dictem-1.0.3.tar.gz) = 3dbc181809dbc5de3916fd3f24eb82e857648127 +RMD160 (dictem-1.0.3.tar.gz) = 8f6d60965227ebd50e1e40bb1ad652c3952c6460 +Size (dictem-1.0.3.tar.gz) = 22042 bytes |