notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: chinese/libchewing/Makefile
SVNWeb

Number of commits found: 43

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:25fe59a33ef000c1e61b9135490822d4b5069764  commit hash:25fe59a33ef000c1e61b9135490822d4b5069764  commit hash:25fe59a33ef000c1e61b9135490822d4b5069764  25fe59a  (Only the first 10 of 124 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 10 Nov 2018
[ 18:12 bapt search for other commits by this committer ] Original commit   Revision:484628 (Only the first 10 of 386 ports in this commit are shown above. View all ports for this commit)
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
Sat, 4 Feb 2017
[ 15:05 vanilla search for other commits by this committer ] Original commit   Revision:433316
Update to 0.5.1.
Thu, 29 Dec 2016
[ 14:29 amdmi3 search for other commits by this committer ] Original commit   Revision:429918 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes

Approved by:	portmgr blanket
Sat, 17 Dec 2016
[ 16:32 antoine search for other commits by this committer ] Original commit   Revision:428775
Revert r428752 and unbreak

Pointy hat:	sunpoet
[ 12:58 sunpoet search for other commits by this committer ] Original commit   Revision:428752
- Use USES=makeinfo instead of hard-coded BUILD_DEPENDS
- Use = instead of += for CMAKE_ARGS
Mon, 9 May 2016
[ 16:47 lwhsu search for other commits by this committer ] Original commit   Revision:414867
- Fix runtime error caused by wrong CHEWING_DATADIR

Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
[ 03:21 vanilla search for other commits by this committer ] Original commit   Revision:414824
Update to 0.5.0.
Mon, 25 Apr 2016
[ 16:13 mat search for other commits by this committer ] Original commit   Revision:414014 (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
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
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 7 Jan 2016
[ 14:37 jhale search for other commits by this committer ] Original commit   Revision:405441
- Switch to USE_SQLITE
- Remove unnecessary gmake build dependency
Thu, 3 Sep 2015
[ 09:44 danfe search for other commits by this committer ] Original commit   Revision:395937
Remove BROKEN on powerpc statements: both these ports build and install fine.
Sun, 7 Jun 2015
[ 16:53 amdmi3 search for other commits by this committer ] Original commit   Revision:388735
- Style improvements
Wed, 6 May 2015
[ 15:16 mat search for other commits by this committer ] Original commit   Revision:385521 (Only the first 10 of 348 ports in this commit are shown above. View all ports for this commit)
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 26 Feb 2015
[ 14:28 vanilla search for other commits by this committer ] Original commit   Revision:380006
Fix runtime error with wrong datadir.

Obtained from:	James Hung via facebook.
Sun, 15 Feb 2015
[ 03:28 vanilla search for other commits by this committer ] Original commit   Revision:379027
Fix build on 10 (makeinfo issue)

PR:		197598
Submitted by:	Ting-Wei Lan <lantw44 at gmail.com>
Mon, 9 Feb 2015
[ 03:21 vanilla search for other commits by this committer ] Original commit   Revision:378710
1: Upgrade to 0.4.0.
2: add LICENSE & LICENSE_FILE
3: add LIB_DEPENDS to sqlite3
4: sort USES
5: switch to cmake.
Tue, 2 Dec 2014
[ 22:50 bapt search for other commits by this committer ] Original commit   Revision:373793
Finish resetting maintainership

PR:		195059
Thu, 19 Jun 2014
[ 13:44 amdmi3 search for other commits by this committer ] Original commit   Revision:358417
- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
Sun, 1 Jun 2014
[ 16:43 ohauer search for other commits by this committer ] Original commit   Revision:356156 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
Wed, 8 Jan 2014
[ 15:47 vanilla search for other commits by this committer ] Original commit   Revision:339152 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Support STAGEDIR.

Approved by:	portmgr (blanket infrastructure)
Fri, 20 Sep 2013
[ 16:01 bapt search for other commits by this committer ] Original commit   Revision:327713 (Only the first 10 of 138 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese)
Sat, 6 Jul 2013
[ 07:59 bapt search for other commits by this committer ] Original commit   Revision:322366
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
Thu, 27 Jun 2013
[ 01:47 clsung search for other commits by this committer ] Original commit   Revision:321829
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>
Thu, 10 Nov 2011
[ 21:25 linimon search for other commits by this committer ] Original commit 
Fails to install on powerpc: signal 6.

Hat:            portmgr
Feature safe:   yes
Wed, 9 Nov 2011
[ 15:26 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 250 ports in this commit are shown above. View all ports for this commit)
- Remove WITH_FBSD10_FIX, is no longer needed
Sat, 29 Oct 2011
[ 19:01 kwm search for other commits by this committer ] Original commit 
Fix build with FreeBSD 10

Approved by:    portmgr (miwi)
Thu, 3 Mar 2011
[ 05:55 clsung search for other commits by this committer ] Original commit 
- Update to 0.3.3

PR:             ports/155089
Submitted by:   Jin-Sih Lin <linpct_AT_gmail dot com>
Fri, 18 Dec 2009
[ 05:06 clsung search for other commits by this committer ] Original commit 
- Update to 0.3.2

PR:             ports/140991
Submitted by:   Denny Lin <dennylin93_AT_cnmc32 dot hs dot ntnu dot edu dot tw>
Fri, 25 Jul 2008
[ 14:34 pav search for other commits by this committer ] Original commit  (Only the first 10 of 213 ports in this commit are shown above. View all ports for this commit)
- 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
Sat, 4 Aug 2007
[ 11:41 gabor search for other commits by this committer ] Original commit  (Only the first 10 of 291 ports in this commit are shown above. View all ports for this commit)
- 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)
Mon, 14 Aug 2006
[ 04:20 clsung search for other commits by this committer ] Original commit 
- Respect DESTDIR
- Use USE_LDCONFIG

PR:             ports/101872
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Mon, 22 May 2006
[ 01:09 clsung search for other commits by this committer ] Original commit 
- Require newer GCC to build, fix build on 4.x

PR:             97573
Submitted by:   Rong-En Fan
Sat, 20 May 2006
[ 16:23 clsung search for other commits by this committer ] Original commit 
- 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>
Tue, 16 May 2006
[ 02:50 clsung search for other commits by this committer ] Original commit 
- update to 0.3.0
Thu, 23 Feb 2006
[ 10:40 ade search for other commits by this committer ] Original commit  (Only the first 10 of 2514 ports in this commit are shown above. View all ports for this commit)
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Mon, 6 Feb 2006
[ 14:37 clsung search for other commits by this committer ] Original commit 
- 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
Sat, 14 Jan 2006
[ 09:28 kris search for other commits by this committer ] Original commit 
BROKEN: Does not build
Tue, 15 Nov 2005
[ 06:52 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1438 ports in this commit are shown above. View all ports for this commit)
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.
Sat, 5 Mar 2005
[ 20:38 leeym search for other commits by this committer ] Original commit 
- update the URL of master site
- upgrade to 0.2.6

Approved by:    kcwu
Wed, 13 Oct 2004
[ 22:23 pav search for other commits by this committer ] Original commit 
Add libchewing, an Intelligent Chinese Phonetic Input Method for UNIX.

PR:             ports/72620
Submitted by:   Kuang-che Wu <kcwu@csie.org>

Number of commits found: 43