Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.5 29 Jul 2024 12:38:54 |
Po-Chuan Hsieh (sunpoet) |
chinese/libchewing: Adjust cmake option
This port is not bumped since the resulting packages are identical.
Reported by: diizzy |
0.8.5 24 Jul 2024 21:15:47 |
Po-Chuan Hsieh (sunpoet) |
chinese/libchewing: Update to 0.8.5
- Update WWW
- Use complete arguments/options
- Sort PLIST
- Update pkg-descr
- Take maintainership
Changes: https://github.com/chewing/libchewing/releases |
0.8.4 06 Jun 2024 19:05:48 |
Daniel Engberg (diizzy) |
chinese/libchewing: Update to 0.8.4
* Enable "make test"
Changelog: https://github.com/chewing/libchewing/releases/tag/v0.8.4 |
0.6.0 08 Mar 2024 15:40:02 |
Vanilla I. Shu (vanilla) |
chinese/libchewing: update to 0.6.0. |
0.5.1_1 01 Nov 2023 22:13:06 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS
Homepage link is permanent redirected to its HTTPS counterpart |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
0.5.1_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.5.1_1 20 Jul 2022 14:21:00 |
Tobias C. Berner (tcberner) |
chinese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <intron@intron.ac>
* Bo-Yi Wu <appleboy.tw@gmail.com>
* Chih-Hsin Chang <chihhsin@cs.nctu.edu.tw>
* Ching-Hong Wu <woju@freebsd.ntu.edu.tw>
* David O'Brien (obrien@FreeBSD.org)
* David O'Brien (obrien@cs.ucdavis.edu)
* Eric L. Camachat <eric@camachat.org>
* Foxfair Hu <foxfair@FreeBSD.org>
* G. Adam Stanislav <adam@whizkidtech.net>
* Gasol Wu <gasol.wu@gmail.com>
* Gea-Suan Lin <gslin@gslin.org> (Only the first 15 lines of the commit message are shown above ) |
0.5.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.1_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
0.5.1 29 Mar 2018 13:28:58 |
lwhsu |
- Update WWW |
0.5.1 04 Feb 2017 15:05:56 |
vanilla |
Update to 0.5.1. |
0.5.0_1 29 Dec 2016 14:29:19 |
amdmi3 |
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes
Approved by: portmgr blanket |
0.5.0_1 17 Dec 2016 16:32:47 |
antoine |
Revert r428752 and unbreak
Pointy hat: sunpoet |
0.5.0_1 17 Dec 2016 12:58:36 |
sunpoet |
- Use USES=makeinfo instead of hard-coded BUILD_DEPENDS
- Use = instead of += for CMAKE_ARGS |
0.5.0_1 09 May 2016 16:47:45 |
lwhsu |
- Fix runtime error caused by wrong CHEWING_DATADIR
Submitted by: Ting-Wei Lan <lantw44@gmail.com> |
0.5.0 09 May 2016 03:21:10 |
vanilla |
Update to 0.5.0. |
0.4.0_1 25 Apr 2016 16:13:39 |
mat |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951 |
0.4.0_1 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.4.0_1 08 Mar 2016 13:09:12 |
mat |
Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.
lang/yorick's tag was moved, and the added patch was no longer needed.
PR: 207644
Submitted by: mat
Exp-run by by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D4268 |
0.4.0_1 07 Jan 2016 14:54:04 |
jhale |
Add USES=pathfix support for CMake. Some ports that use CMake to build
already had USES=pathfix, although it did nothing. For those ports, I
either removed it as they were handling the pkgconfig files differently
or I removed patches and substitutions that accomplished the same thing
as pathfix.
Differential Revision: https://reviews.freebsd.org/D850
Reviewed by: antoine, bapt, tijl
Approved by: portmgr (bapt) |
0.4.0_1 07 Jan 2016 14:37:49 |
jhale |
- Switch to USE_SQLITE
- Remove unnecessary gmake build dependency |
0.4.0_1 03 Sep 2015 09:44:00 |
danfe |
Remove BROKEN on powerpc statements: both these ports build and install fine. |
0.4.0_1 07 Jun 2015 16:53:36 |
amdmi3 |
- Style improvements |
0.4.0_1 06 May 2015 15:16:54 |
mat |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
0.4.0_1 26 Feb 2015 14:28:14 |
vanilla |
Fix runtime error with wrong datadir.
Obtained from: James Hung via facebook. |
0.4.0 15 Feb 2015 03:28:00 |
vanilla |
Fix build on 10 (makeinfo issue)
PR: 197598
Submitted by: Ting-Wei Lan <lantw44 at gmail.com> |
0.4.0 09 Feb 2015 03:21:40 |
vanilla |
1: Upgrade to 0.4.0.
2: add LICENSE & LICENSE_FILE
3: add LIB_DEPENDS to sqlite3
4: sort USES
5: switch to cmake. |
0.3.4_1 02 Dec 2014 22:50:11 |
bapt |
Finish resetting maintainership
PR: 195059 |
0.3.4_1 20 Oct 2014 08:38:22 |
bapt |
Cleanup plist |
0.3.4_1 19 Jun 2014 13:44:30 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
0.3.4 01 Jun 2014 16:43:04 |
ohauer |
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) |
0.3.4 08 Jan 2014 15:47:09 |
vanilla |
Support STAGEDIR.
Approved by: portmgr (blanket infrastructure) |
0.3.4 20 Sep 2013 16:01:22 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese) |
0.3.4 06 Jul 2013 07:59:09 |
bapt |
Convert remanent USE_PKGCONFIG to USES=pkgconfig
While here convert:
USE_ICONV -> USES=iconv
USE_GMAKE -> USES=gmake
USE_GNOME=gnomehack -> USES=pathfix
some post-patch to USES=pathfix |
0.3.4 27 Jun 2013 01:47:19 |
clsung |
Update chinese/libchewing to 0.3.4
* Master site changed to Google Code
* Patches to install data into PREFIX/share/chewing
Patch created and tested by me and Zhihao Yuan(lichray@gmail.com)
PR: ports/176021
Submitted by: Henry Hu <henry.hu.sh_AT_gmail.com> |
0.3.3 10 Nov 2011 21:25:30 |
linimon |
Fails to install on powerpc: signal 6.
Hat: portmgr
Feature safe: yes |
0.3.3 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
0.3.3 29 Oct 2011 19:01:59 |
kwm |
Fix build with FreeBSD 10
Approved by: portmgr (miwi) |
0.3.3 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.3.3 03 Mar 2011 05:55:55 |
clsung |
- Update to 0.3.3
PR: ports/155089
Submitted by: Jin-Sih Lin <linpct_AT_gmail dot com> |
0.3.2 18 Dec 2009 05:06:18 |
clsung |
- Update to 0.3.2
PR: ports/140991
Submitted by: Denny Lin <dennylin93_AT_cnmc32 dot hs dot ntnu dot edu dot tw> |
0.3.0_1 25 Jul 2008 14:34:52 |
pav |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
0.3.0_1 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
0.3.0_1 14 Aug 2006 04:20:56 |
clsung |
- Respect DESTDIR
- Use USE_LDCONFIG
PR: ports/101872
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.3.0_1 22 May 2006 01:09:05 |
clsung |
- Require newer GCC to build, fix build on 4.x
PR: 97573
Submitted by: Rong-En Fan |
0.3.0_1 20 May 2006 16:23:34 |
clsung |
- since isspace(0xa0) return true. When using sscanf(...,"%s",...),
it will treat some UTF8 words containing 0xa0 as spaces.
Thus those words will be skipped.
- added two patch to avoid that problem.
- bump PORTREVISION
Submitted by: Rong-En Fan <rafan_AT_infor dot org> |
0.2.7_1 16 May 2006 02:50:17 |
clsung |
- update to 0.3.0 |
0.2.7_1 27 Apr 2006 00:55:57 |
clsung |
- Fix build on 4.x. Dont use C99 syntax.
PR: 96384
Submitted by: Rong-En Fan <rafan AT infor dot org> |
0.2.7_1 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.2.7 06 Feb 2006 14:37:08 |
clsung |
- Update to 0.2.7
- fix BROKEN
- remove GNU_CONFIGURE (included in USE_AUTOTOOLS)
- take maintainer (requested by <kcwu AT csie dot org>)
PR: 92879
Submitted by: clsung
Approved by: maintainer |
0.2.6 22 Jan 2006 09:54:26 |
edwin |
SHA256ify (manually done and checked)
Approved by: krion@ |
0.2.6 14 Jan 2006 09:28:44 |
kris |
BROKEN: Does not build |
0.2.6 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
0.2.6 05 Mar 2005 20:38:30 |
leeym |
- update the URL of master site
- upgrade to 0.2.6
Approved by: kcwu |
0.2.4 13 Oct 2004 22:23:42 |
pav |
Add libchewing, an Intelligent Chinese Phonetic Input Method for UNIX.
PR: ports/72620
Submitted by: Kuang-che Wu <kcwu@csie.org> |