Skip to content

Commit

Permalink
aspell: resplit
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmarino committed Nov 28, 2024
1 parent 6f7d67b commit 6a3d841
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 29 deletions.
1 change: 1 addition & 0 deletions bucket_99/aspell/descriptions/desc.tools
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This package contains the aspell tools.
6 changes: 6 additions & 0 deletions bucket_99/aspell/manifests/plist.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
include/aspell.h
include/pspell/pspell.h
lib/libaspell.a
lib/libaspell.so
lib/libpspell.a
lib/libpspell.so
27 changes: 0 additions & 27 deletions bucket_99/aspell/manifests/plist.primary
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
bin/aspell
bin/aspell-import
bin/precat
bin/preunzip
bin/prezip
bin/prezip-bin
bin/pspell-config
bin/run-with-aspell
bin/word-list-compress
include/aspell.h
include/pspell/pspell.h
lib/libaspell.a
lib/libaspell.so
lib/libaspell.so.%%SOMAJOR%%
lib/libaspell.so.%%SOVERSION%%
lib/libpspell.a
lib/libpspell.so
lib/libpspell.so.%%SOMAJOR%%
lib/libpspell.so.%%SOVERSION%%
lib/aspell-%%VER%%/cp1250.cmap
Expand Down Expand Up @@ -74,15 +59,3 @@ lib/aspell-%%VER%%/koi8-u.cset
lib/aspell-%%VER%%/spell
lib/aspell-%%VER%%/split.kbd
lib/aspell-%%VER%%/standard.kbd
share/aspell/ccpp.amf
share/aspell/comment.amf
share/aspell/email.amf
share/aspell/html.amf
share/aspell/markdown.amf
share/aspell/none.amf
share/aspell/nroff.amf
share/aspell/perl.amf
share/aspell/sgml.amf
share/aspell/tex.amf
share/aspell/texinfo.amf
share/aspell/url.amf
21 changes: 21 additions & 0 deletions bucket_99/aspell/manifests/plist.tools
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
bin/aspell
bin/aspell-import
bin/precat
bin/preunzip
bin/prezip
bin/prezip-bin
bin/pspell-config
bin/run-with-aspell
bin/word-list-compress
share/aspell/ccpp.amf
share/aspell/comment.amf
share/aspell/email.amf
share/aspell/html.amf
share/aspell/markdown.amf
share/aspell/none.amf
share/aspell/nroff.amf
share/aspell/perl.amf
share/aspell/sgml.amf
share/aspell/tex.amf
share/aspell/texinfo.amf
share/aspell/url.amf
6 changes: 4 additions & 2 deletions bucket_99/aspell/specification
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DEF[SOVERSION]= 15.3.1

NAMEBASE= aspell
VERSION= ${PORTVERSION}
REVISION= 1
REVISION= 2
KEYWORDS= textproc
VARIANTS= std
SDESC[std]= GNU spell checker
Expand All @@ -16,13 +16,15 @@ DOWNLOAD_GROUPS= main
SITES[main]= GNU/aspell
DISTFILE[1]= aspell-${PORTVERSION}.tar.gz:main

SPKGS[std]= set primary nls man info
SPKGS[std]= set primary dev tools nls man info

OPTIONS_AVAILABLE= none
OPTIONS_STANDARD= none

FPC_EQUIVALENT= textproc/aspell

EXRUN[tools]= primary

USES= cpe gmake iconv libtool ncurses perl shebangfix
gettext mbsdfix c++:primary
INSTALL_REQ_TOOLCHAIN= yes
Expand Down

0 comments on commit 6a3d841

Please sign in to comment.