diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-15 14:28:44 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-15 14:28:44 +0000 |
commit | 8d1905f7041773dd6073d984f6e6ccd1d712e712 (patch) | |
tree | 8893373dbfdaaedace71935e09ae9fb483090676 /vietnamese | |
parent | 2fdadf42a218b825a5a2242f3e99367dbffa612b (diff) |
All dictionaries can be installed separately:
- by default, textproc/aspell installs the English dictionaries (no
change);
- thereafter you can install any foreign dictionary;
- when you install a foreign dictionary, i.e. french/aspell or
textproc/da-aspell, it installs only the dictionaries, and depends
upon textproc/aspell for the programs;
- if you don't need the English dictionaries, you can define
WITHOUT_DICTEN or install textproc/aspell-without-dicten;
- add a new port for textproc/en-aspell: if aspell had been installed
without the English dictionaries, they can be added thereafter;
- add a missing port for german/alt-aspell;
- foreign dictionaries are almost independent from textproc/aspell,
and their maintainership is available.
Credits: special thanks to Serge Gagnon <ser_gagnon (at) sympatico.ca>
Notes
Notes:
svn path=/head/; revision=167900
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/aspell/Makefile | 12 | ||||
-rw-r--r-- | vietnamese/aspell/distinfo | 3 | ||||
-rw-r--r-- | vietnamese/aspell/pkg-descr | 2 | ||||
-rw-r--r-- | vietnamese/aspell/pkg-plist | 8 |
4 files changed, 18 insertions, 7 deletions
diff --git a/vietnamese/aspell/Makefile b/vietnamese/aspell/Makefile index aac5c1e528fe..9b959667fe39 100644 --- a/vietnamese/aspell/Makefile +++ b/vietnamese/aspell/Makefile @@ -6,13 +6,13 @@ # PORTNAME= aspell -CATEGORIES= vietnamese +DISTVERSION= 6-vi-0.01.1-1 +CATEGORIES= vietnamese textproc MAINTAINER= obrien@FreeBSD.org -COMMENT= Aspell with Vietnamese dictionaries +COMMENT= Aspell Vietnamese dictionaries -MASTERDIR= ${.CURDIR}/../../textproc/aspell +DICT= vi -ASPELL_VI= vāng - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> diff --git a/vietnamese/aspell/distinfo b/vietnamese/aspell/distinfo new file mode 100644 index 000000000000..5a6243ba5a9d --- /dev/null +++ b/vietnamese/aspell/distinfo @@ -0,0 +1,3 @@ +MD5 (aspell6-vi-0.01.1-1.tar.bz2) = 314185e521900df0fab8375fa609bba2 +SHA256 (aspell6-vi-0.01.1-1.tar.bz2) = 3cd85d53bb62b0d104cb5c03e142c3bbe1ad64329d7beae057854816dc7e7c17 +SIZE (aspell6-vi-0.01.1-1.tar.bz2) = 30843 diff --git a/vietnamese/aspell/pkg-descr b/vietnamese/aspell/pkg-descr index ad5515f5321b..8ecf72a04bfe 100644 --- a/vietnamese/aspell/pkg-descr +++ b/vietnamese/aspell/pkg-descr @@ -1,3 +1,3 @@ -Aspell with Vietnamese dictionaries. +Aspell Vietnamese dictionaries. WWW: http://aspell.net/ diff --git a/vietnamese/aspell/pkg-plist b/vietnamese/aspell/pkg-plist new file mode 100644 index 000000000000..da4192b3bad1 --- /dev/null +++ b/vietnamese/aspell/pkg-plist @@ -0,0 +1,8 @@ +lib/aspell-%%VER%%/tcvn3.cmap +lib/aspell-%%VER%%/tcvn3.cset +lib/aspell-%%VER%%/vi.dat +lib/aspell-%%VER%%/viscii.cmap +lib/aspell-%%VER%%/viscii.cset +share/aspell/vi.multi +share/aspell/vi.rws +share/aspell/viet.alias |