non port: chinese/ibus-chewing/Makefile |
SVNWeb
|
Number of commits found: 38 |
Thu, 2 Mar 2023
|
[ 05:23 Tobias C. Berner (tcberner) ] fa81a4f (Only the first 10 of 1168 ports in this commit are shown above. )
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above )
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] 25fe59a (Only the first 10 of 124 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 4 Nov 2019
|
[ 21:36 zeising ] (Only the first 10 of 43 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories c
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'.
|
Sun, 25 Jun 2017
|
[ 21:07 tcberner ] (Only the first 10 of 115 ports in this commit are shown above. )
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748
|
Tue, 12 Jul 2016
|
[ 19:17 pawel ]
Update to version 1.5.1
PR: 210364
Submitted by: Eric Camachat (maintainer)
|
Wed, 25 May 2016
|
[ 15:43 mat ] (Only the first 10 of 83 ports in this commit are shown above. )
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Mon, 11 May 2015
|
[ 18:34 mat ] (Only the first 10 of 285 ports in this commit are shown above. )
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
|
Thu, 19 Mar 2015
|
[ 18:08 bdrewery ] (Only the first 10 of 13 ports in this commit are shown above. )
Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with
GITHUB.
The new GITHUB MASTER_SITE from r381618 now supports not setting GH_COMMIT and
only having GH_TAGNAME default to DISTVERSION.
All of these ports as-is.
With hat: portmgr
|
Sat, 14 Mar 2015
|
[ 17:48 sunpoet ]
- Update to 1.4.14
- While I'm here:
- Use = instead of +=
- Remove PROJECTHOST
- Sort PLIST
- Update WWW
Changes: https://github.com/definite/ibus-chewing/blob/master/ChangeLog
PR: 198577
Submitted by: Ting-Wei Lan <lantw44@gmail.com>
Approved by: Eric Camachat <eric@camachat.org> (maintainer)
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Thu, 5 Jun 2014
|
[ 19:26 bdrewery ]
- Support staging
PR: 189637
Submitted by: eric@camachat.org (maintainer)
|
Wed, 11 Dec 2013
|
[ 14:58 bapt ] (Only the first 10 of 21 ports in this commit are shown above. )
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in chinese
|
Fri, 20 Sep 2013
|
[ 16:01 bapt ] (Only the first 10 of 138 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
chinese)
|
Thu, 12 Sep 2013
|
[ 09:07 marino ] (Only the first 10 of 18 ports in this commit are shown above. )
Add explicit dependency on pkgconf (18 ports)
Approved by: portmgr (bapt, implicit)
|
Thu, 27 Jun 2013
|
[ 01:48 clsung ]
bump PORTREVISION for libchewing update.
PR: ports/176021
|
Wed, 24 Apr 2013
|
[ 07:35 ak ] (Only the first 10 of 164 ports in this commit are shown above. )
- Convert USE_GETTEXT to USES (part 1)
Approved by: portmgr (bapt)
|
Fri, 22 Mar 2013
|
[ 20:06 makc ] (Only the first 10 of 464 ports in this commit are shown above. )
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Fri, 7 Dec 2012
|
[ 17:08 arved ]
Update to 1.4.3
PR: 174207
Submitted by: maintainer
Feature safe: yes
|
Sun, 11 Nov 2012
|
[ 14:46 rm ]
- update maintainer's email and Last name (the change was confirmed
in private email)
PR: 173284
PR: 173285
PR: 173286
Submitted by: Eric Camachat <eric at camachat dot org> (maintainer)
Feature safe: yes
|
Mon, 1 Oct 2012
|
[ 15:01 bdrewery ]
- Fix header to proper format
Reported by: danfe
|
Tue, 25 Sep 2012
|
[ 17:52 bdrewery ]
- Update to 1.4.2 [1]
- Add LICENSE
- Remove ABI versions from LIB_DEPENDS
- Update to new Makefile header
PR: ports/171653 [1]
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: Eric Camachat <lihong@ieee.org> (maintainer)
|
Mon, 13 Aug 2012
|
[ 08:06 beat ]
- Chase ibus update
Reported by: pointyhat
Approved by: maintainer
Obtained from: https://bugs.gentoo.org/show_bug.cgi?id=407695
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Sat, 14 Jan 2012
|
[ 10:40 lwhsu ]
- Update to 1.3.10
PR: ports/163910
Submitted by: Kuan-Chung Chiu <buganini@gmail.com>
Approved by: Eric Camachat <lihong@ieee.org> (maintainer)
|
Mon, 14 Nov 2011
|
[ 03:26 rakuco ] (Only the first 10 of 56 ports in this commit are shown above. )
Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes
|
Sun, 13 Feb 2011
|
[ 00:48 sunpoet ]
- Revert previous commit of MAINTAINER address
|
[ 00:25 sunpoet ]
- Remove FETCH_ARGS and FETCH_BEFORE_ARGS
- Update MAINTAINER address [1]
- Use GOOGLE_CODE macro
PR: ports/148276 [1]
ports/149963 [2]
Submitted by: Eric L. Chen <eric@bsded.com> (maintainer, new address)
|
Sat, 15 Jan 2011
|
[ 12:01 wen ]
- Update to 1.3.9.2
PR: ports/153907
Submitted by: "Charlie &" <linpct@gmail.com>
Approved by: maintainer
Feature safe: yes
|
Mon, 13 Dec 2010
|
[ 20:24 pgollucci ]
- distfile deltas verified by hand.
Requested by: wxs
|
[ 04:22 pgollucci ]
- Update to 1.3.6.20100730
- Remove MD5
PR: ports/149196
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: lihong@ieee.org (maintainer)
|
Wed, 28 Jul 2010
|
[ 13:46 arved ]
Update to 1.3.5.20100706
PR: 148983
Submitted by: Jin-Sih Lin <linpct@gmail.com>
Approved by: maintainer
|
Mon, 31 May 2010
|
[ 02:01 ade ] (Only the first 10 of 1416 ports in this commit are shown above. )
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sun, 27 Dec 2009
|
[ 10:10 wen ]
Chewing engine for IBus.
WWW: http://code.google.com/p/ibus
PR: ports/141951
Submitted by: "Eric L. Chen" <lihong@ieee.org>
|
Number of commits found: 38 |