diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-10 13:37:23 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-10 13:37:23 +0000 |
commit | 297e7f1ccdd924713f520a938d37711ef5f3fad5 (patch) | |
tree | 176fd2a50933353379cfacc33b3c464a9de9cc19 /textproc | |
parent | 86b09615e65a8d2bc948449eccadb2ec889ff267 (diff) | |
download | ports-297e7f1ccdd924713f520a938d37711ef5f3fad5.tar.gz ports-297e7f1ccdd924713f520a938d37711ef5f3fad5.zip |
Maintainer update: textproc/dico (1.1)
Makefile
PORTREVISION bumped
BROKEN_WWW added (from pkg-descr)
pkg-descr
WWW: deleted
pkg-plist
@name and @cwd deleted
@comment $FreeBSD$ added
share/dico -> %%DATADIR%%
share/doc/dico -> %%DOCSDIR%%
PR: ports/56616
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
Notes
Notes:
svn path=/head/; revision=90795
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/dico/Makefile | 8 | ||||
-rw-r--r-- | textproc/dico/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/dico/pkg-plist | 65 |
3 files changed, 37 insertions, 38 deletions
diff --git a/textproc/dico/Makefile b/textproc/dico/Makefile index 47e94abfe1ba..824d91eef34a 100644 --- a/textproc/dico/Makefile +++ b/textproc/dico/Makefile @@ -7,17 +7,19 @@ PORTNAME= dico PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://homepages.starnet.fr/dtrystram/ # http://www.montefiore.ulg.ac.be/~geuzaine/BRONNE/WWW/ftp/ le_dico.tgz -# ftp://ftp.supelec.fr/lsi/pub/security/ le_dico.tar.gz -# http://homepages.starnet.fr/dtrystram/ ledico.zip +# ftp://ftp.supelec.fr/lsi/pub/security/ le_dico.tar.gz +# http://homepages.starnet.fr/dtrystram/ ledico.zip # http://hpux.cict.fr/ftp/hpux/Text/ dico-1.1/dico-1.1-ss-11.00.tar.gz +# ftp://ftp.ac-amiens.fr/pub/Educatifs_fr/Francais ledico.zip DISTNAME= ledico MAINTAINER= cyrille.lefevre@laposte.net COMMENT= Interactive dictionary in french +BROKEN_WWW= http://www.montefiore.ulg.ac.be/cgi-bin-ulg/DICO.html # Global variables # diff --git a/textproc/dico/pkg-descr b/textproc/dico/pkg-descr index e41731d59d30..7cbaf12d6f2e 100644 --- a/textproc/dico/pkg-descr +++ b/textproc/dico/pkg-descr @@ -13,5 +13,3 @@ common nouns, verbs, adjectives, conjugations and plurals. It also includes post codes. The package features a fast spell checking program. The documentation is in FRENCH (no English) but it should be fairly obvious how to use it. - -WWW: http://www.montefiore.ulg.ac.be/cgi-bin-ulg/DICO.html diff --git a/textproc/dico/pkg-plist b/textproc/dico/pkg-plist index c6186faf83d7..cd1e9707319f 100644 --- a/textproc/dico/pkg-plist +++ b/textproc/dico/pkg-plist @@ -1,34 +1,33 @@ -@name dico-1.1 -@cwd /usr/local +@comment $FreeBSD$ bin/dico -share/dico/a.dic -share/dico/b.dic -share/dico/c.dic -share/dico/d.dic -share/dico/e.dic -share/dico/f.dic -share/dico/g.dic -share/dico/h.dic -share/dico/i.dic -share/dico/j.dic -share/dico/k.dic -share/dico/l.dic -share/dico/m.dic -share/dico/n.dic -share/dico/o.dic -share/dico/p.dic -share/dico/q.dic -share/dico/r.dic -share/dico/s.dic -share/dico/t.dic -share/dico/u.dic -share/dico/v.dic -share/dico/version.dic -share/dico/w.dic -share/dico/x.dic -share/dico/y.dic -share/dico/z.dic -@dirrm share/dico -share/doc/dico/README.TXT -share/doc/dico/copying.doc -@dirrm share/doc/dico +%%DATADIR%%/a.dic +%%DATADIR%%/b.dic +%%DATADIR%%/c.dic +%%DATADIR%%/d.dic +%%DATADIR%%/e.dic +%%DATADIR%%/f.dic +%%DATADIR%%/g.dic +%%DATADIR%%/h.dic +%%DATADIR%%/i.dic +%%DATADIR%%/j.dic +%%DATADIR%%/k.dic +%%DATADIR%%/l.dic +%%DATADIR%%/m.dic +%%DATADIR%%/n.dic +%%DATADIR%%/o.dic +%%DATADIR%%/p.dic +%%DATADIR%%/q.dic +%%DATADIR%%/r.dic +%%DATADIR%%/s.dic +%%DATADIR%%/t.dic +%%DATADIR%%/u.dic +%%DATADIR%%/v.dic +%%DATADIR%%/version.dic +%%DATADIR%%/w.dic +%%DATADIR%%/x.dic +%%DATADIR%%/y.dic +%%DATADIR%%/z.dic +@dirrm %%DATADIR%% +%%PORTDOCS%%%%DOCSDIR%%/copying.doc +%%PORTDOCS%%%%DOCSDIR%%/README.TXT +%%PORTDOCS%%@dirrm %%DOCSDIR%% |