ports/56616: Maintainer update: textproc/dico (1.1)
Cyrille Lefevre
cyrille.lefevre at laposte.net
Tue Sep 9 00:10:14 UTC 2003
>Number: 56616
>Category: ports
>Synopsis: Maintainer update: textproc/dico (1.1)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Mon Sep 08 17:10:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Cyrille Lefevre
>Release: FreeBSD 5.1-BETA i386
>Organization:
ACME
>Environment:
System: FreeBSD gits 5.1-BETA FreeBSD 5.1-BETA #1: Sat May 31 04:26:14 CEST 2003 root at gits:/disk3/freebsd/current/obj/disk3/freebsd/current/src/sys/CUSTOM i386
>Description:
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%%
>How-To-Repeat:
n/a
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/dico/Makefile,v
retrieving revision 1.9
diff -u -I$Id.*$ -I$.+BSD.*$ -r1.9 Makefile
--- Makefile 21 Feb 2003 13:42:33 -0000 1.9
+++ Makefile 8 Sep 2003 22:43:13 -0000
@@ -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 at laposte.net
COMMENT= Interactive dictionary in french
+BROKEN_WWW= http://www.montefiore.ulg.ac.be/cgi-bin-ulg/DICO.html
# Global variables
#
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/textproc/dico/pkg-descr,v
retrieving revision 1.1
diff -u -I$Id.*$ -I$.+BSD.*$ -r1.1 pkg-descr
--- pkg-descr 10 Mar 2001 17:47:32 -0000 1.1
+++ pkg-descr 8 Sep 2003 22:37:13 -0000
@@ -13,5 +13,3 @@
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
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/dico/pkg-plist,v
retrieving revision 1.1
diff -u -I$Id.*$ -I$.+BSD.*$ -r1.1 pkg-plist
--- pkg-plist 10 Mar 2001 17:47:32 -0000 1.1
+++ pkg-plist 8 Sep 2003 22:48:25 -0000
@@ -1,34 +1,33 @@
- at name dico-1.1
- at cwd /usr/local
+ at 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
- at dirrm share/dico
-share/doc/dico/README.TXT
-share/doc/dico/copying.doc
- at 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
+ at dirrm %%DATADIR%%
+%%PORTDOCS%%%%DOCSDIR%%/copying.doc
+%%PORTDOCS%%%%DOCSDIR%%/readme.txt
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
Index: files/patch-Makefile.am
===================================================================
RCS file: /home/ncvs/ports/textproc/dico/files/patch-Makefile.am,v
retrieving revision 1.2
diff -u -I$Id.*$ -I$.+BSD.*$ -r1.2 patch-Makefile.am
--- files/patch-Makefile.am 31 Oct 2002 23:49:38 -0000 1.2
+++ files/patch-Makefile.am 1 Nov 2002 06:10:15 -0000
@@ -2,6 +2,6 @@
+++ Makefile.am Wed Oct 11 03:49:06 2000
@@ -0,0 +1,4 @@
+docdir = $(datadir)/doc/dico
-+doc_DATA = README.TXT
++doc_DATA = readme.txt
+
+SUBDIRS = sources lexique manuel
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list