diff options
author | bsam <bsam@FreeBSD.org> | 2009-04-01 23:25:39 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-04-01 23:25:39 +0800 |
commit | 390e9ab8d0b8356749f73adea8e07815b03f03c2 (patch) | |
tree | 54ceec35ba484ca3945a6bdef50f107e8f18a974 /textproc/linux-f8-aspell | |
parent | 273376aa17299d37f9f66a1050b393a9701b5c88 (diff) | |
download | freebsd-ports-gnome-390e9ab8d0b8356749f73adea8e07815b03f03c2.tar.gz freebsd-ports-gnome-390e9ab8d0b8356749f73adea8e07815b03f03c2.tar.zst freebsd-ports-gnome-390e9ab8d0b8356749f73adea8e07815b03f03c2.zip |
Here are new Linux Fedora 8 infrastructure ports.
The recommended version of FreeBSD to use them is 8-CURRENT.
FreeBSD-7.x is not fully compatible with compat.linux.osrelease
2.6.16. Some syscalls cannot be MFCed due to native FreeBSD
ABI breakage.
Usage (and package building):
1. define compat.linux.osrelease=2.6.16;
2. add following variables to /etc/make.conf:
. OVERRIDE_LINUX_BASE_PORT=f8;
. OVERRIDE_LINUX_NONBASE_PORTS=f8.
Approved by: bsam (me) ;-)
Diffstat (limited to 'textproc/linux-f8-aspell')
-rw-r--r-- | textproc/linux-f8-aspell/Makefile | 216 | ||||
-rw-r--r-- | textproc/linux-f8-aspell/distinfo.i386 | 6 | ||||
-rw-r--r-- | textproc/linux-f8-aspell/pkg-plist | 201 |
3 files changed, 144 insertions, 279 deletions
diff --git a/textproc/linux-f8-aspell/Makefile b/textproc/linux-f8-aspell/Makefile index d63a5ce3f480..e3364af841e2 100644 --- a/textproc/linux-f8-aspell/Makefile +++ b/textproc/linux-f8-aspell/Makefile @@ -1,212 +1,26 @@ -# New ports collection makefile for: linux-aspell -# Date created: 14 May 2004 -# Whom: Mezz <mezz@FreeBSD.org> +# New ports collection makefile for: textproc/linux-f8-aspell +# Date created: 2008-04-04 +# Whom: bsam # # $FreeBSD$ # PORTNAME= aspell -PORTVERSION= 0.50.4.1 -PORTREVISION= 2 +PORTVERSION= 0.60.5 CATEGORIES= textproc linux -MASTER_SITES= ftp://ftp.pbone.net/mirror/ftp.ximian.com/pub/ximian-evolution/redhat-80-i386/ \ - ftp://ftp.pbone.net/mirror/ftp.ximian.com/pub/ximian-evolution/redhat-80-i386/source/ \ - ftp://ftp.is.co.za/mirror/ftp.ximian.com/ximian-evolution/redhat-80-i386/ \ - ftp://ftp.chg.ru/pub/X11/ximian/ximian-evolution/redhat-80-i386/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-0.ximian.5.1 -DISTFILES= ${DISTNAME}.i386.rpm # needed for slave ports / options -EXTRACT_SUFX= .i386.rpm -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +PKGNAMEPREFIX= linux-f8- +DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= Spelling checker with better logic than ispell (linux version) +MAINTAINER= emulation@FreeBSD.org +COMMENT= Spelling checker with better logic than ispell (Linux Fedora 8) -USE_LINUX_RPM= yes ONLY_FOR_ARCHS= i386 amd64 -USE_GMAKE= yes -MD5_FILE= ${MASTERDIR}/distinfo -DIST_SUBDIR= rpm -BRANDELF_DIRS= usr/bin - -CONF_DICT_ENV= ASPELL="${PREFIX}/usr/bin/aspell" \ - WORD_LIST_COMPRESS="${PREFIX}/usr/bin/word-list-compress" -AVAIL_DICT= af bg br ca cs cy da de el en eo es fo fr hr ia id it ga gd gl \ - gv is mi ms mt nb nl nn pl pt ro ru sk sl sv sw tn tr uk wa zu -SPECDICTS= af bg cs cy da el en fo fr ga gd gl gv hr ia id is it mi ms mt \ - nb nn pl sk sl sv sw tn tr uk wa zu -DICTVERSION= 0.50-2 -DICTVER_AF= 0.50-0 -DICTVER_BG= 0.50-0 -DICTVER_CS= 0.51-0 -DICTVER_CY= 0.50-3 -DICTVER_DA= 0.50.1-0 -DICTVER_EL= 0.50-3 -DICTVER_EN= 0.51-1 -DICTVER_FO= 0.51-0 -DICTVER_FR= 0.50-3 -DICTVER_GA= 0.50.1-0 -DICTVER_GD= 0.50-0 -DICTVER_GL= 0.50-0 -DICTVER_GV= 0.50-0 -DICTVER_HR= 0.51-0 -DICTVER_IA= 0.50-1 -DICTVER_ID= 0.50.1-0 -DICTVER_IS= 0.51.1-0 -DICTVER_IT= 0.53-0 -DICTVER_MI= 0.50-0 -DICTVER_MS= 0.50-0 -DICTVER_MT= 0.50-0 -DICTVER_NB= 0.50.1-0 -DICTVER_NN= 0.50.1-1 -DICTVER_PL= 0.51-0 -DICTVER_SK= 0.52-0 -DICTVER_SL= 0.50-0 -DICTVER_SV= 0.51-0 -DICTVER_SW= 0.50-0 -DICTVER_TN= 0.50-0 -DICTVER_TR= 0.50-0 -DICTVER_UK= 0.51-0 -DICTVER_WA= 0.50-0 -DICTVER_ZU= 0.50-0 -DICT_SUFFIX= .tar.bz2 - -.include <bsd.port.pre.mk> - -.if defined(LANG) -. for i in ${AVAIL_DICT} no -. if ${LANG:M${i}*} != "" -DEF_DICT= ${i} -. endif -. endfor -. if defined(DEF_DICT) && ${DEF_DICT} == no -DEF_DICT= nn -. endif -.endif -DEF_DICT?= en -DICO_WRKDIR= ${WRKDIR}_DICO - -pre-everything:: -.if defined(ASPELL_NO) -ASPELL_NN= yes -.endif -.if defined(WITH_ALL_DICTS) -. for LG in ${AVAIL_DICT} -ASPELL_${LG:U}= yes -. endfor -.endif -.for LG in ${AVAIL_DICT} -. if defined(ASPELL_${LG:U}) -DICTS+= ${LG} -. endif -.endfor -.if !defined(DICTS) - @${ECHO_MSG} '*********************************************************' - @${ECHO_MSG} '* You can add further dictionaries: *' - @${ECHO_MSG} '* Use make-flag: *' - @${ECHO_MSG} '* - Afrikaans ASPELL_AF=yes *' - @${ECHO_MSG} '* - Bulgarian ASPELL_BG=yes *' - @${ECHO_MSG} '* - Breton ASPELL_BR=yes *' - @${ECHO_MSG} '* - Catalan ASPELL_CA=yes *' - @${ECHO_MSG} '* - Croatian ASPELL_HR=yes *' - @${ECHO_MSG} '* - Czech ASPELL_CS=yes *' - @${ECHO_MSG} '* - Danish ASPELL_DA=yes *' - @${ECHO_MSG} '* - Dutch ASPELL_NL=yes *' - @${ECHO_MSG} '* - English ASPELL_EN=yes *' - @${ECHO_MSG} '* - Esperanto ASPELL_EO=yes *' - @${ECHO_MSG} '* - Faroese ASPELL_FO=yes *' - @${ECHO_MSG} '* - French ASPELL_FR=yes *' - @${ECHO_MSG} '* - Galician ASPELL_GL=yes *' - @${ECHO_MSG} '* - German ASPELL_DE=yes *' - @${ECHO_MSG} '* - Greek ASPELL_EL=yes *' - @${ECHO_MSG} '* - Icelandic ASPELL_IS=yes *' - @${ECHO_MSG} '* - Indonesian ASPELL_ID=yes *' - @${ECHO_MSG} '* - Interlingua ASPELL_IA=yes *' - @${ECHO_MSG} '* - Irish (Gaelic) ASPELL_GA=yes *' - @${ECHO_MSG} '* - Italian ASPELL_IT=yes *' - @${ECHO_MSG} '* - Maori ASPELL_MI=yes *' - @${ECHO_MSG} '* - Malay ASPELL_MS=yes *' - @${ECHO_MSG} '* - Maltese ASPELL_MT=yes *' - @${ECHO_MSG} '* - Manx Gaelic ASPELL_GV=yes *' - @${ECHO_MSG} '* - Norwegian Bokmal ASPELL_NB=yes *' - @${ECHO_MSG} '* - Norwegian Nynorsk ASPELL_NN=yes *' - @${ECHO_MSG} '* - Polish ASPELL_PL=yes *' - @${ECHO_MSG} '* - Portuguese ASPELL_PT=yes *' - @${ECHO_MSG} '* - Romanian ASPELL_RO=yes *' - @${ECHO_MSG} '* - Russian ASPELL_RU=yes *' - @${ECHO_MSG} '* - Scottish Gaelic ASPELL_GD=yes *' - @${ECHO_MSG} '* - Slovak ASPELL_SK=yes *' - @${ECHO_MSG} '* - Slovenian ASPELL_SL=yes *' - @${ECHO_MSG} '* - Swahili ASPELL_SW=yes *' - @${ECHO_MSG} '* - Spanish ASPELL_ES=yes *' - @${ECHO_MSG} '* - Swedish ASPELL_SV=yes *' - @${ECHO_MSG} '* - Tswana ASPELL_TN=yes *' - @${ECHO_MSG} '* - Turkish ASPELL_TR=yes *' - @${ECHO_MSG} '* - Ukrainian ASPELL_UK=yes *' - @${ECHO_MSG} '* - Walloon ASPELL_WA=yes *' - @${ECHO_MSG} '* - Welsh ASPELL_CY=yes *' - @${ECHO_MSG} '* - Zulu ASPELL_ZU=yes *' - @${ECHO_MSG} '* *' - @${ECHO_MSG} '* Example: "make ASPELL_FR=yes ASPELL_EN=yes install" *' - @${ECHO_MSG} '*********************************************************' -. for LG in ${AVAIL_DICT} -. if (${DEF_DICT} == ${LG}) -DICTS= ${LG} -. endif -. endfor -.endif -.for DICO in ${DICTS} -MASTER_SITES+= ftp://ftp.gnu.org/gnu/aspell/dict/${DICO}/:dict${DICO} \ - http://gnu.mirror.mcgill.ca/aspell/dict/${DICO}/:dict${DICO} \ - http://mirrors.usc.edu/pub/gnu/aspell/dict/${DICO}/:dict${DICO} \ - ftp://ftp.sunsite.org.uk/package/gnu/aspell/dict/${DICO}/:dict${DICO} -. if (${SPECDICTS:M${DICO}*} != "") -DISTFILES+= aspell-${DICO}-${DICTVER_${DICO:U}}${DICT_SUFFIX}:dict${DICO} -. else -DISTFILES+= aspell-${DICO}-${DICTVERSION}${DICT_SUFFIX}:dict${DICO} -. endif -.endfor - -post-extract: -.for DICO in ${DICTS} -. if (${SPECDICTS:M${DICO}*} != "") - @${MKDIR} -p ${DICO_WRKDIR} && cd ${DICO_WRKDIR} && \ - ${TAR} -xjf ${DISTDIR}/${DIST_SUBDIR}/aspell-${DICO}-${DICTVER_${DICO:U}}${DICT_SUFFIX} -. else - @${MKDIR} -p ${DICO_WRKDIR} && cd ${DICO_WRKDIR} && \ - ${TAR} -xjf ${DISTDIR}/${DIST_SUBDIR}/aspell-${DICO}-${DICTVERSION}${DICT_SUFFIX} -. endif -.endfor - -post-patch: -.for DICO in ${DICTS} -. if (${SPECDICTS:M${DICO}*} != "") - @${REINPLACE_CMD} -e 's|$${dictdir}|${PREFIX}$${dictdir}|g ; \ - s|$${datadir}|${PREFIX}$${datadir}|g' \ - ${DICO_WRKDIR}/aspell-${DICO}-${DICTVER_${DICO:U}}/Makefile.pre -. else - @${REINPLACE_CMD} -e 's|$${dictdir}|${PREFIX}$${dictdir}|g ; \ - s|$${datadir}|${PREFIX}$${datadir}|g' \ - ${DICO_WRKDIR}/aspell-${DICO}-${DICTVERSION}/Makefile.pre -. endif -.endfor - -post-install: -.for DICO in ${DICTS} - @${ECHO_MSG} "===> Installing for ${DICO} dictionaries" -. if (${SPECDICTS:M${DICO}*} != "") - @cd ${DICO_WRKDIR}/aspell-${DICO}-${DICTVER_${DICO:U}} && \ - ${CONF_DICT_ENV} ./${CONFIGURE_SCRIPT} && \ - ${GMAKE} install -. else - @cd ${DICO_WRKDIR}/aspell-${DICO}-${DICTVERSION} && \ - ${CONF_DICT_ENV} ./${CONFIGURE_SCRIPT} && \ - ${GMAKE} install -. endif - @${CAT} ${MASTERDIR}/pkg-plist.${DICO} >> ${TMPPLIST} -.endfor - @${CAT} ${MASTERDIR}/pkg-plist.dirrm >> ${TMPPLIST} +USE_LINUX_RPM= yes +LINUX_DIST_VER= 8 +RPMVERSION= 3.fc7 +BRANDELF_DIRS== usr/bin +USE_LDCONFIG= yes -post-clean: - @${RM} -rf ${DICO_WRKDIR} || ${TRUE} +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/linux-f8-aspell/distinfo.i386 b/textproc/linux-f8-aspell/distinfo.i386 new file mode 100644 index 000000000000..d0679e52ef47 --- /dev/null +++ b/textproc/linux-f8-aspell/distinfo.i386 @@ -0,0 +1,6 @@ +MD5 (rpm/i386/fedora/8/aspell-0.60.5-3.fc7.i386.rpm) = ad9bad67419c3f73532f6bc487d40aed +SHA256 (rpm/i386/fedora/8/aspell-0.60.5-3.fc7.i386.rpm) = d0f7a8345094f54b979636ec30c2e3bebd3f43a938cacc9f89eb1e1c138d5728 +SIZE (rpm/i386/fedora/8/aspell-0.60.5-3.fc7.i386.rpm) = 990382 +MD5 (rpm/i386/fedora/8/aspell-0.60.5-3.fc7.src.rpm) = affafa0b1f7efff8d16103f27d6bfb11 +SHA256 (rpm/i386/fedora/8/aspell-0.60.5-3.fc7.src.rpm) = c7e0c1313c9d3610a887141851d9ca3760df8b638d60661705038b7cfe98373a +SIZE (rpm/i386/fedora/8/aspell-0.60.5-3.fc7.src.rpm) = 1754048 diff --git a/textproc/linux-f8-aspell/pkg-plist b/textproc/linux-f8-aspell/pkg-plist index cc3e4d7f8301..ae295f8fce88 100644 --- a/textproc/linux-f8-aspell/pkg-plist +++ b/textproc/linux-f8-aspell/pkg-plist @@ -1,84 +1,129 @@ +@comment file listing usr/bin/aspell usr/bin/aspell-import -usr/bin/pspell-config +usr/bin/ispell +usr/bin/precat +usr/bin/preunzip +usr/bin/prezip +usr/bin/prezip-bin usr/bin/run-with-aspell +usr/bin/spell usr/bin/word-list-compress -usr/lib/libaspell.la +usr/lib/aspell-0.60/ccpp.amf +usr/lib/aspell-0.60/comment.amf +usr/lib/aspell-0.60/context-filter.info +usr/lib/aspell-0.60/context-filter.so +usr/lib/aspell-0.60/cp1250.cmap +usr/lib/aspell-0.60/cp1250.cset +usr/lib/aspell-0.60/cp1251.cmap +usr/lib/aspell-0.60/cp1251.cset +usr/lib/aspell-0.60/cp1252.cmap +usr/lib/aspell-0.60/cp1252.cset +usr/lib/aspell-0.60/cp1253.cmap +usr/lib/aspell-0.60/cp1253.cset +usr/lib/aspell-0.60/cp1254.cmap +usr/lib/aspell-0.60/cp1254.cset +usr/lib/aspell-0.60/cp1255.cmap +usr/lib/aspell-0.60/cp1255.cset +usr/lib/aspell-0.60/cp1256.cmap +usr/lib/aspell-0.60/cp1256.cset +usr/lib/aspell-0.60/cp1257.cmap +usr/lib/aspell-0.60/cp1257.cset +usr/lib/aspell-0.60/cp1258.cmap +usr/lib/aspell-0.60/cp1258.cset +usr/lib/aspell-0.60/dvorak.kbd +usr/lib/aspell-0.60/email-filter.info +usr/lib/aspell-0.60/email-filter.so +usr/lib/aspell-0.60/email.amf +usr/lib/aspell-0.60/html-filter.info +usr/lib/aspell-0.60/html.amf +usr/lib/aspell-0.60/iso-8859-1.cmap +usr/lib/aspell-0.60/iso-8859-1.cset +usr/lib/aspell-0.60/iso-8859-10.cmap +usr/lib/aspell-0.60/iso-8859-10.cset +usr/lib/aspell-0.60/iso-8859-11.cmap +usr/lib/aspell-0.60/iso-8859-11.cset +usr/lib/aspell-0.60/iso-8859-13.cmap +usr/lib/aspell-0.60/iso-8859-13.cset +usr/lib/aspell-0.60/iso-8859-14.cmap +usr/lib/aspell-0.60/iso-8859-14.cset +usr/lib/aspell-0.60/iso-8859-15.cmap +usr/lib/aspell-0.60/iso-8859-15.cset +usr/lib/aspell-0.60/iso-8859-16.cmap +usr/lib/aspell-0.60/iso-8859-16.cset +usr/lib/aspell-0.60/iso-8859-2.cmap +usr/lib/aspell-0.60/iso-8859-2.cset +usr/lib/aspell-0.60/iso-8859-3.cmap +usr/lib/aspell-0.60/iso-8859-3.cset +usr/lib/aspell-0.60/iso-8859-4.cmap +usr/lib/aspell-0.60/iso-8859-4.cset +usr/lib/aspell-0.60/iso-8859-5.cmap +usr/lib/aspell-0.60/iso-8859-5.cset +usr/lib/aspell-0.60/iso-8859-6.cmap +usr/lib/aspell-0.60/iso-8859-6.cset +usr/lib/aspell-0.60/iso-8859-7.cmap +usr/lib/aspell-0.60/iso-8859-7.cset +usr/lib/aspell-0.60/iso-8859-8.cmap +usr/lib/aspell-0.60/iso-8859-8.cset +usr/lib/aspell-0.60/iso-8859-9.cmap +usr/lib/aspell-0.60/iso-8859-9.cset +usr/lib/aspell-0.60/koi8-r.cmap +usr/lib/aspell-0.60/koi8-r.cset +usr/lib/aspell-0.60/koi8-u.cmap +usr/lib/aspell-0.60/koi8-u.cset +usr/lib/aspell-0.60/none.amf +usr/lib/aspell-0.60/nroff-filter.info +usr/lib/aspell-0.60/nroff-filter.so +usr/lib/aspell-0.60/nroff.amf +usr/lib/aspell-0.60/perl.amf +usr/lib/aspell-0.60/sgml-filter.info +usr/lib/aspell-0.60/sgml-filter.so +usr/lib/aspell-0.60/sgml.amf +usr/lib/aspell-0.60/split.kbd +usr/lib/aspell-0.60/standard.kbd +usr/lib/aspell-0.60/tex-filter.info +usr/lib/aspell-0.60/tex-filter.so +usr/lib/aspell-0.60/tex.amf +usr/lib/aspell-0.60/texinfo-filter.info +usr/lib/aspell-0.60/texinfo-filter.so +usr/lib/aspell-0.60/texinfo.amf +usr/lib/aspell-0.60/url.amf usr/lib/libaspell.so.15 -usr/lib/libaspell.so.15.0.2 -usr/lib/libpspell.la +usr/lib/libaspell.so.15.1.4 usr/lib/libpspell.so.15 -usr/lib/libpspell.so.15.0.2 -usr/share/aspell/ASCII.dat -usr/share/aspell/dvorak.kbd -usr/share/aspell/iso8859-1.dat -usr/share/aspell/iso8859-10.dat -usr/share/aspell/iso8859-13.dat -usr/share/aspell/iso8859-14.dat -usr/share/aspell/iso8859-15.dat -usr/share/aspell/iso8859-2.dat -usr/share/aspell/iso8859-3.dat -usr/share/aspell/iso8859-4.dat -usr/share/aspell/iso8859-5.dat -usr/share/aspell/iso8859-6.dat -usr/share/aspell/iso8859-7.dat -usr/share/aspell/iso8859-8.dat -usr/share/aspell/iso8859-9.dat -usr/share/aspell/ispell -usr/share/aspell/koi8-f.dat -usr/share/aspell/koi8-r.dat -usr/share/aspell/koi8-u.dat -usr/share/aspell/spell -usr/share/aspell/standard.kbd -usr/share/aspell/viscii.dat -usr/share/doc/aspell-0.50.4.1/README -usr/share/doc/aspell-0.50.4.1/TODO -usr/share/doc/aspell-0.50.4.1/man-html/1_Introduction.html -usr/share/doc/aspell-0.50.4.1/man-html/2_Getting.html -usr/share/doc/aspell-0.50.4.1/man-html/3_Basic.html -usr/share/doc/aspell-0.50.4.1/man-html/4_Customizing.html -usr/share/doc/aspell-0.50.4.1/man-html/5_Working.html -usr/share/doc/aspell-0.50.4.1/man-html/6_Writing.html -usr/share/doc/aspell-0.50.4.1/man-html/7_Adding.html -usr/share/doc/aspell-0.50.4.1/man-html/8_How.html -usr/share/doc/aspell-0.50.4.1/man-html/A_Changelog.html -usr/share/doc/aspell-0.50.4.1/man-html/About_this.html -usr/share/doc/aspell-0.50.4.1/man-html/B_Do.html -usr/share/doc/aspell-0.50.4.1/man-html/C_Credits.html -usr/share/doc/aspell-0.50.4.1/man-html/Contents.html -usr/share/doc/aspell-0.50.4.1/man-html/D_Glossary.html -usr/share/doc/aspell-0.50.4.1/man-html/E_Copyright.html -usr/share/doc/aspell-0.50.4.1/man-html/Makefile -usr/share/doc/aspell-0.50.4.1/man-html/Makefile.am -usr/share/doc/aspell-0.50.4.1/man-html/Makefile.in -usr/share/doc/aspell-0.50.4.1/man-html/contents.png -usr/share/doc/aspell-0.50.4.1/man-html/crossref.png -usr/share/doc/aspell-0.50.4.1/man-html/index.html -usr/share/doc/aspell-0.50.4.1/man-html/manual.css -usr/share/doc/aspell-0.50.4.1/man-html/manual.html -usr/share/doc/aspell-0.50.4.1/man-html/next.png -usr/share/doc/aspell-0.50.4.1/man-html/next_g.png -usr/share/doc/aspell-0.50.4.1/man-html/prev.png -usr/share/doc/aspell-0.50.4.1/man-html/prev_g.png -usr/share/doc/aspell-0.50.4.1/man-html/up.png -usr/share/doc/aspell-0.50.4.1/man-html/up_g.png -usr/share/doc/aspell-0.50.4.1/man-text/1_Introduction.txt -usr/share/doc/aspell-0.50.4.1/man-text/2_Getting.txt -usr/share/doc/aspell-0.50.4.1/man-text/3_Basic.txt -usr/share/doc/aspell-0.50.4.1/man-text/4_Customizing.txt -usr/share/doc/aspell-0.50.4.1/man-text/5_Working.txt -usr/share/doc/aspell-0.50.4.1/man-text/6_Writing.txt -usr/share/doc/aspell-0.50.4.1/man-text/7_Adding.txt -usr/share/doc/aspell-0.50.4.1/man-text/8_How.txt -usr/share/doc/aspell-0.50.4.1/man-text/A_Changelog.txt -usr/share/doc/aspell-0.50.4.1/man-text/About_this.txt -usr/share/doc/aspell-0.50.4.1/man-text/B_Do.txt -usr/share/doc/aspell-0.50.4.1/man-text/C_Credits.txt -usr/share/doc/aspell-0.50.4.1/man-text/Contents.txt -usr/share/doc/aspell-0.50.4.1/man-text/D_Glossary.txt -usr/share/doc/aspell-0.50.4.1/man-text/E_Copyright.txt -usr/share/doc/aspell-0.50.4.1/man-text/Makefile -usr/share/doc/aspell-0.50.4.1/man-text/Makefile.am -usr/share/doc/aspell-0.50.4.1/man-text/Makefile.in -usr/share/doc/aspell-0.50.4.1/man-text/index.txt -usr/share/doc/aspell-0.50.4.1/man-text/manual.txt +usr/lib/libpspell.so.15.1.4 +usr/share/doc/aspell-0.60.5/COPYING +usr/share/doc/aspell-0.60.5/README +usr/share/doc/aspell-0.60.5/TODO +usr/share/info/aspell.info.gz +usr/share/locale/be/LC_MESSAGES/aspell.mo +usr/share/locale/ca/LC_MESSAGES/aspell.mo +usr/share/locale/cs/LC_MESSAGES/aspell.mo +usr/share/locale/da/LC_MESSAGES/aspell.mo +usr/share/locale/de/LC_MESSAGES/aspell.mo +usr/share/locale/en_GB/LC_MESSAGES/aspell.mo +usr/share/locale/es/LC_MESSAGES/aspell.mo +usr/share/locale/fr/LC_MESSAGES/aspell.mo +usr/share/locale/ga/LC_MESSAGES/aspell.mo +usr/share/locale/it/LC_MESSAGES/aspell.mo +usr/share/locale/mn/LC_MESSAGES/aspell.mo +usr/share/locale/nl/LC_MESSAGES/aspell.mo +usr/share/locale/pt_BR/LC_MESSAGES/aspell.mo +usr/share/locale/ro/LC_MESSAGES/aspell.mo +usr/share/locale/ru/LC_MESSAGES/aspell.mo +usr/share/locale/rw/LC_MESSAGES/aspell.mo +usr/share/locale/sl/LC_MESSAGES/aspell.mo +usr/share/locale/sr/LC_MESSAGES/aspell.mo +usr/share/locale/sv/LC_MESSAGES/aspell.mo +usr/share/locale/tg/LC_MESSAGES/aspell.mo +usr/share/locale/uk/LC_MESSAGES/aspell.mo +usr/share/locale/vi/LC_MESSAGES/aspell.mo +usr/share/locale/wa/LC_MESSAGES/aspell.mo +usr/share/man/man1/aspell-import.1.gz +usr/share/man/man1/aspell.1.gz +usr/share/man/man1/prezip-bin.1.gz +usr/share/man/man1/run-with-aspell.1.gz +usr/share/man/man1/word-list-compress.1.gz +@comment non-empty directory listing in revers order +@dirrm usr/share/doc/aspell-0.60.5 +@dirrm usr/lib/aspell-0.60 |