notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
p5-Text-ChaSen ChaSen library module for Perl5
1.03_7 japanese on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.03_7Version of this port present on the latest quarterly branch.
Maintainer: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2001-03-02 04:00:32
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: expat, darts, ja-p5-Jcode, libexif
Also Listed In: perl5 textproc
License: not specified in port
WWW:
http://www.daionet.gr.jp/~knok/chasen/
Description:
This is the ChaSen library module for Perl5.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. lib/perl5/site_perl/man/man3/Text::ChaSen.3.gz
  2. lib/perl5/site_perl/mach/5.32/Text/ChaSen.pm
  3. lib/perl5/site_perl/mach/5.32/auto/Text/ChaSen/ChaSen.so
  4. share/doc/chasen/README.perl
  5. @owner
  6. @group
  7. @mode
Collapse this list.
Dependency lines:
  • ja-p5-Text-ChaSen>0:japanese/p5-Text-ChaSen
To install the port:
cd /usr/ports/japanese/p5-Text-ChaSen/ && make install clean
To add the package, run one of these commands:
  • pkg install japanese/p5-Text-ChaSen
  • pkg install ja-p5-Text-ChaSen
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ja-p5-Text-ChaSen
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (chasen-2.4.5.tar.gz) = fd1a7afd73ed14e18b0fe82965c00a6baae383070360a4220fde01338611416a SIZE (chasen-2.4.5.tar.gz) = 830940

Packages (timestamps in pop-ups are UTC):
ja-p5-Text-ChaSen
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.03_71.03_71.03_71.03_71.03_7-1.03_7-
FreeBSD:13:quarterly1.03_71.03_71.03_71.03_71.03_71.03_71.03_71.03_7
FreeBSD:14:latest1.03_71.03_71.03_71.03_71.03_71.03_7-1.03_7
FreeBSD:14:quarterly1.03_71.03_7-1.03_71.03_71.03_71.03_71.03_7
FreeBSD:15:latest1.03_71.03_7n/a1.03_7n/a1.03_71.03_71.03_7
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
Library dependencies:
  1. libchasen.so : japanese/chasen-base
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for ja-p5-Text-ChaSen-1.03_7: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
japanese_p5-Text-ChaSen
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://osdn.net/dl/chasen-legacy/
Collapse this list.

Number of commits found: 39

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.03_7
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.03_7
20 Jul 2022 14:22:11
commit hash: 8d9b67bc44eed8f33c3fec9dae3fa0a556d54526commit hash: 8d9b67bc44eed8f33c3fec9dae3fa0a556d54526commit hash: 8d9b67bc44eed8f33c3fec9dae3fa0a556d54526commit hash: 8d9b67bc44eed8f33c3fec9dae3fa0a556d54526 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
japanese: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Daichi GOTO <daichi@FreeBSD.org>
  *  Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
  *  FUJISHIMA Satsuki <sf@FreeBSD.org>
  *  Fumihiko Kimura <jfkimura@yahoo.co.jp>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.03_7
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.03_7
24 Jul 2020 06:28:59
Revision:543005Original commit files touched by this commit
rigoletto search for other commits by this committer
Mk/bsd.sites.mk: Update URL of MASTER_SITE_OSDN to one that supports
geographical load balancing

- update all affected ports

PR:		244164
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Differential Revision:	https://reviews.freebsd.org/D24955
1.03_7
14 May 2018 16:27:21
Revision:469913Original commit files touched by this commit
sunpoet search for other commits by this committer
Update MASTER_SITES and unbreak this port

MFH:		2018Q2
1.03_7
24 Mar 2018 21:12:13
Revision:465484Original commit files touched by this commit
sunpoet search for other commits by this committer
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN

PR:		225609
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
1.03_7
01 Apr 2016 14:08:38
Revision:412347Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
1.03_7
29 Jun 2015 15:47:45
Revision:390918Original commit files touched by this commit
adamw search for other commits by this committer
After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.

Remove all instances of it from perl@ ports.
1.03_7
11 May 2015 12:04:19
Revision:386075Original commit files touched by this commit
mat search for other commits by this committer
Move p5- ports from ports@ to perl@.

With hat:	perl@
Sponsored by:	Absolight
1.03_7
24 Mar 2015 13:30:53
Revision:382095Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Simplify MASTER_SITES
- Strip library
1.03_6
26 Nov 2014 13:08:38
Revision:373448Original commit files touched by this commit
mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.03_5
12 Nov 2014 13:46:00
Revision:372492Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
1.03_5
15 Jul 2014 15:43:35
Revision:361956Original commit files touched by this commit
adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
1.03_5
10 Jun 2014 12:14:14
Revision:357300Original commit files touched by this commit
mat search for other commits by this committer
Remove all the bootstrap files (.bs) from the plists.

Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
1.03_5
16 Apr 2014 16:35:55
Revision:351401Original commit files touched by this commit
antoine search for other commits by this committer
Chase chasen-base update

Reported by:	pkg-fallout
MFH:		2014Q2
1.03_4
08 Apr 2014 06:23:26
Revision:350569Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
1.03_4
20 Sep 2013 18:47:56
Revision:327737Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese)
1.03_4
02 Aug 2013 18:21:06
Revision:324171Original commit files touched by this commit Sanity Test Failure
az search for other commits by this committer
- Convert to new perl framework
1.03_4
28 Mar 2013 16:29:01
Revision:315487Original commit files touched by this commit
eadler search for other commits by this committer
Style: tab -> space.

Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree.
1.03_4
04 Aug 2011 08:36:40
Original commit files touched by this commit
tota search for other commits by this committer
- Add WWW: line
1.03_4
02 Aug 2011 20:58:23
Original commit files touched by this commit
ehaupt search for other commits by this committer
Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared.
1.03_4
02 Aug 2011 15:18:16
Original commit files touched by this commit
tota search for other commits by this committer
- Fix MASTER_SITES
- Unbreak
1.03_4
02 Aug 2011 13:47:46
Original commit files touched by this commit
bapt search for other commits by this committer
Mark BROKEN: Does not fetch
1.03_4
28 Oct 2010 21:00:21
Original commit files touched by this commit
erwin search for other commits by this committer
Deprecate md5 in favour of sha256 checksums.  md5 checksums will no longer
be generated or checked, and will be silently ignored for now.  Also,
generalize the MD5_FILE macro to DISTINFO_FILO.

PR:             149657
Submitted by:   rene
Approved by:    portmgr
Tested on:      pointyhat i386 7-exp
1.03_4
29 Dec 2008 22:37:28
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Chase japanese/chasen-base shlib version bump
1.03_3
11 Dec 2008 22:42:53
Original commit files touched by this commit
okazaki search for other commits by this committer
Fix BROKEN.
Utilize DOCSDIR.
1.03_3
29 Nov 2008 22:45:52
Original commit files touched by this commit
pav search for other commits by this committer
- Mark BROKEN: does not install

Reported by:    pointyhat
1.03_3
22 Jan 2006 02:16:45
Original commit files touched by this commit
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
1.03_3
11 Nov 2005 01:18:01
Original commit files touched by this commit
linimon search for other commits by this committer
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
1.03_3
14 May 2004 13:29:55
Original commit files touched by this commit
kuriyama search for other commits by this committer
ChaSen.so requires linking libstdc++ explicitly.
1.03_2
14 May 2004 12:55:48
Original commit files touched by this commit
kuriyama search for other commits by this committer
Upgrade to chasen-2.3.3 and ipadic-2.7.0.
1.03_1
24 Oct 2003 12:05:09
Original commit files touched by this commit
ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
1.03_1
02 Apr 2003 12:35:38
Original commit files touched by this commit
knu search for other commits by this committer
Update CHASEN_VERSION. (2.3.0)
1.03
02 Apr 2003 12:33:41
Original commit files touched by this commit
knu search for other commits by this committer
Add textproc to CATEGORIES.
1.03
18 Feb 2003 05:52:57
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment my non-ruby ports as well.
1.03
23 Mar 2002 16:25:58
Original commit files touched by this commit
knu search for other commits by this committer
Update CHASEN_VERSION. (There was no functional change)

Submitted by:   Norikatsu Shigemura <nork@cityfujisawa.ne.jp>
23 Jul 2001 12:21:25
commit hash: fp1.16429@dev.null.freshports.orgcommit hash: fp1.16429@dev.null.freshports.orgcommit hash: fp1.16429@dev.null.freshports.orgcommit hash: fp1.16429@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update to 1.03 after ChaSen's upgrade to 2.2.7.    
02 Mar 2001 07:00:32
commit hash: fp1.10191@dev.null.freshports.orgcommit hash: fp1.10191@dev.null.freshports.orgcommit hash: fp1.10191@dev.null.freshports.orgcommit hash: fp1.10191@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Add ja-p5-Text-ChaSen, the ChaSen library module for Perl5, separated   from
japanese/chasen.    

Number of commits found: 39