# Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= Plucene-Analysis-CJKAnalyzer PORTVERSION= 0.02 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:XERN PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Analyzer for CJK texts RUN_DEPENDS= p5-Plucene>=0:${PORTSDIR}/textproc/p5-Plucene BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML USES= perl5 USE_PERL5= configure MAN3= Plucene::Analysis::CJKAnalyzer.3 \ Plucene::Analysis::CJKTokenizer.3 NO_STAGE= yes .include xhtml'>

Mark as broken on aarch64: fails to link with sbrk. 2016-11-10T01:21:43+00:00 linimon linimon@FreeBSD.org 2016-11-10T01:21:43+00:00 481fb4eee5966d4619bb8dad3297c08cdc0c699f While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket)
While here, pet portlint and remove stale ia64 lines.

Approved by:	portmgr (tier-2 blanket)
Make build as a user. 2015-12-14T17:19:46+00:00 mat mat@FreeBSD.org 2015-12-14T17:19:46+00:00 1b3d2a3da0cdb98937d1aeef73120a96d7acce7c While there, convert to autoreconf, options helpers, rename patches to match our naming scheme. Sponsored by: Absolight
While there, convert to autoreconf, options helpers, rename patches to match
our naming scheme.

Sponsored by:	Absolight
net/openldap24-*: 2014-07-24T18:34:16+00:00 tijl tijl@FreeBSD.org 2014-07-24T18:34:16+00:00 dd9461f57714144c86bbb90f59a0f314976d25a9 - Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports)
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample

databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip

databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)

devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla

dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
  opened modules

mail/dovecot2:
- Add USES=libtool

mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip

math/gnumeric:
- USES=libtool tar:xz

Approved by:	portmgr (implicit, bump unstaged ports)
- Convert gmake to USES 2014-05-29T11:39:16+00:00 miwi miwi@FreeBSD.org 2014-05-29T11:39:16+00:00 4f3fb1260a626a482bb8f7c7b9e4758bf9da77e6

Missed a direct access of $PREFIX 2014-03-29T18:12:30+00:00 adamw adamw@FreeBSD.org 2014-03-29T18:12:30+00:00 ccd39765543ce44614fed9daaa52edd7c314c459

Add stage support to news, and improve correctness. 2014-03-29T17:28:56+00:00 adamw adamw@FreeBSD.org 2014-03-29T17:28:56+00:00 2a32fb6bd2fd16d6ee1c24024785a8ed80edf867 I am not touching the husky ports with a 10 foot pole. atp: stage, improve pkg-message crashmail: stage diablo: too wacky to stage, but convert WITH_* to OPTIONS, unmute commands that shouldn't be muted, use :MDOCS fidogate-ds: stage, OPTIONS, treat examples as EXAMPLES, not DOCS, handle /var/* in the plist properly golded+: stage, OPTIONS, protect examples behind %%PORTEXAMPLES%% nntpbtr: this was an unbelievably PITA stage, add missing prototypes, add missing return types, rename patch files to what they actually patch nntpcache: stage support, required lots of Makefile.in patching, call submakes correctly, handle config files properly nzbperl: stage, use OPTIONS, remove obsolete pkg-message papercut: stage, handle config file properly py-pynzb: stage, use OPTIONS helper to avoid bsd.port.options.mk inclusion s-news: stage slrnconf: stage slrnface: stage, install required files to datadir, not examplesdir, generate proper pkg-message sn: stage
I am not touching the husky ports with a 10 foot pole.

atp:
	stage, improve pkg-message
crashmail:
	stage
diablo:
	too wacky to stage, but convert WITH_* to OPTIONS, unmute
	commands that shouldn't be muted, use :MDOCS
fidogate-ds:
	stage, OPTIONS, treat examples as EXAMPLES, not DOCS, handle
	/var/* in the plist properly
golded+:
	stage, OPTIONS, protect examples behind %%PORTEXAMPLES%%
nntpbtr:
	this was an unbelievably PITA
	stage, add missing prototypes, add missing return types,
	rename patch files to what they actually patch
nntpcache:
	stage support, required lots of Makefile.in patching,
	call submakes correctly, handle config files properly
nzbperl:
	stage, use OPTIONS, remove obsolete pkg-message
papercut:
	stage, handle config file properly
py-pynzb:
	stage, use OPTIONS helper to avoid bsd.port.options.mk inclusion
s-news:
	stage
slrnconf:
	stage
slrnface:
	stage, install required files to datadir, not examplesdir,
	generate proper pkg-message
sn:
	stage
2daf30dcf728039d03d019f88344eb'>Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0 * x11-wm/labwc: update to 0.1.0Jan Beich2021-03-073-10/+11 * x11-wm/labwc: update to s20210304Jan Beich2021-03-062-13/+5 * x11-wm/labwc: simplify MANPAGES=onJan Beich2021-03-042-5/+3 * x11-wm/labwc: find Openbox themes if PREFIX != /usr/localJan Beich2021-03-041-1/+2 * x11-wm/labwc: simplify MANPAGES=offJan Beich2021-03-042-3/+6