Commit Graph

6 Commits

Author SHA1 Message Date
sthen
dbe4fdba23 drop RCS IDs in stsp's ports "feel free to remove them from mine" stsp@ 2022-03-07 21:53:24 +00:00
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
stsp
53ad52d1bf Add a .desktop file for textsuggest-server.
Makes it easy to set it up as a startup-application in Gnome.
ok jca@
2019-03-25 11:16:36 +00:00
kn
9aaf94b742 Preserve CXXFLAGS and LDFLAGS, use LINK.cc
Even though DEBUG was picked through CFLAGS by the port, do append to
CXXFLAGS and LDFLAGS such that DEBUG ends in CXXFLAGS also iff set.

Simply use the existing LINK.cc instead of rolling our own:

	$ make -p | grep ^LINK.cc
	LINK.cc          = ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS}

OK stsp
2019-03-17 11:34:32 +00:00
kn
2368663945 Drop defaults, install from WRKBUILD, introduce PROCESSORS
CONFIGURE_STYLE and SEPARATE_BUILD are set to default, so drop them.
Consequently, as there's no configure target, substitute variables in
post-patch not pre-configure.

With SEPARATE_BUILD=no WRKSRC and WRKBUILD are identical, but install built
files still from the latter to be consistent.

Move the hardcoded list of processors into PROCESSORS.

OK stsp
2019-03-17 11:26:38 +00:00
stsp
1aefd6d81d import x11/textsuggest
TextSuggest is a program that shows completions for the word selected          
or currently being typed. It is generally bound to a keyboard shortcut.

Testing by pamela@, kn@, and myself

ok kn@
2019-03-14 14:47:07 +00:00