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: japanese/anthy/Makefile
SVNWeb

Number of commits found: 60

Sat, 28 Jan 2023
[ 12:37 MANTANI Nobutaka (nobutaka) search for other commits by this committer ]    commit hash:a2d5d783191e4cb94f51c3a1ddc996b0da8b16a3  commit hash:a2d5d783191e4cb94f51c3a1ddc996b0da8b16a3  commit hash:a2d5d783191e4cb94f51c3a1ddc996b0da8b16a3  a2d5d78 
japanese/anthy: Fix runtime error of anthy.el with editors/emacs-devel
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:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:8d9b67bc44eed8f33c3fec9dae3fa0a556d54526  commit hash:8d9b67bc44eed8f33c3fec9dae3fa0a556d54526  commit hash:8d9b67bc44eed8f33c3fec9dae3fa0a556d54526  8d9b67b  (Only the first 10 of 220 ports in this commit are shown above. View all ports for this commit)
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)
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.
Mon, 24 Aug 2020
[ 12:52 nobutaka search for other commits by this committer ] Original commit   Revision:546077
Fix breakage of anthy.el with emacs27.

PR:		248876
Submitted by:	nyan
Sat, 28 Sep 2019
[ 05:41 nobutaka search for other commits by this committer ] Original commit   Revision:513101
Add missing entries of the UTF-8 - EUC-JP conversion table.

Submitted by:	nyan
Sat, 21 Sep 2019
[ 04:13 nobutaka search for other commits by this committer ] Original commit   Revision:512463
- Change from USES=iconv to USES=iconv:patch. [*]
- Fix breakage of 2CHDIC, ODIC and GSKKDIC options.

Suggested by: nyan [*]
Mon, 16 Sep 2019
[ 14:02 nobutaka search for other commits by this committer ] Original commit   Revision:512179
Convert character encoding of src-util/rkhelper.c to fix a breakage of
anthy-agent that garbled characters are returned if a numeral or a symbol
is input.

PR:		240614
Submitted by:	nyan
Sat, 14 Sep 2019
[ 18:26 nobutaka search for other commits by this committer ] Original commit   Revision:512041
- Use MASTER_SITES=DEBIAN.
- Update URLs in pkg-descr.

Suggested by: jbeich
[ 15:28 nobutaka search for other commits by this committer ] Original commit   Revision:512021
- Switch to the version 0.4 that is maintained by Debian Project.
- Set PORTEPOCH because new PORTVERSION value is less than the previous one.
Sat, 18 May 2019
[ 07:51 nobutaka search for other commits by this committer ] Original commit   Revision:501920
- Fix emacs lisp to work on emacs27.
- Bump PORTREVISION.

Submitted by:	YAMAMOTO, Shigeru
Differential Revision:	https://reviews.freebsd.org/D19916
Sat, 24 Mar 2018
[ 21:12 sunpoet search for other commits by this committer ] Original commit   Revision:465484 (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN

PR:		225609
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 22 May 2014
[ 10:16 miwi search for other commits by this committer ] Original commit   Revision:354820
- Strip shared libraries.
- Bump PORTREVISION.

PR:		188988
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	maintainer timeout
Thu, 24 Apr 2014
[ 18:14 tijl search for other commits by this committer ] Original commit   Revision:352037
- USES=libtool pathfix.
- Fully qualify DOCSDIR.
- Staging.
Fri, 20 Sep 2013
[ 18:47 bapt search for other commits by this committer ] Original commit   Revision:327737 (Only the first 10 of 352 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:
japanese)
Tue, 14 May 2013
[ 17:06 nobutaka search for other commits by this committer ] Original commit   Revision:318179
Fix incompatibility of anthy.el with Emacs 24.

PR:		ports/178413
Submitted by:	Yuichiro NAITO <naito.yuichiro@gmail.com>
Tue, 23 Apr 2013
[ 11:46 bapt search for other commits by this committer ] Original commit   Revision:316350 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Convert j* categories to USES=pkgconfig
Sat, 26 Jan 2013
[ 10:27 nobutaka search for other commits by this committer ] Original commit   Revision:311001
Add license info.
Adopt new OPTIONS framework.
Trim Makefile header.

PR:		ports/175254
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Sun, 29 Jul 2012
[ 11:17 cs search for other commits by this committer ] Original commit  (Only the first 10 of 181 ports in this commit are shown above. View all ports for this commit)
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
Thu, 11 Aug 2011
[ 19:20 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 543 ports in this commit are shown above. View all ports for this commit)
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Sat, 21 Feb 2009
[ 12:29 nobutaka search for other commits by this committer ] Original commit 
Update to 9100h.
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Tue, 29 Jan 2008
[ 14:59 nobutaka search for other commits by this committer ] Original commit 
Update to 9100e.
Sat, 22 Dec 2007
[ 14:04 nobutaka search for other commits by this committer ] Original commit 
Update to 9100d.

PR:             ports/117653
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
Mon, 24 Sep 2007
[ 14:59 nobutaka search for other commits by this committer ] Original commit 
Update to 9100c.

PR:             ports/116503
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
Sat, 28 Jul 2007
[ 07:19 nobutaka search for other commits by this committer ] Original commit 
Update Okinawa additional dictionary.

PR:             ports/114803
Submitted by:   Yamashiro Jun <yamajun@ofug.net>
Sun, 8 Jul 2007
[ 08:06 nobutaka search for other commits by this committer ] Original commit 
Update to 9100.

PR:             ports/114269
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
Sun, 4 Mar 2007
[ 13:29 nobutaka search for other commits by this committer ] Original commit 
Update to 8700b.
Sat, 3 Mar 2007
[ 17:02 nobutaka search for other commits by this committer ] Original commit 
Update to 8700.

PR:             ports/109699
Submitted by:   KIMURA Yasuhiro <yasu@utahime.org>
Thu, 23 Nov 2006
[ 04:16 nobutaka search for other commits by this committer ] Original commit 
Update to 8322.
Sun, 9 Jul 2006
[ 16:29 nobutaka search for other commits by this committer ] Original commit 
Update to 7900.
Tue, 9 May 2006
[ 00:18 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from categories starting with a J
Sun, 19 Mar 2006
[ 13:18 nobutaka search for other commits by this committer ] Original commit 
Update to 7500.
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)
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.
Sun, 13 Nov 2005
[ 13:43 nobutaka search for other commits by this committer ] Original commit 
- Fix optional dictionary support.
- Add SHA256 checksums to distinfo.

PR:             ports/88920
Submitted by:   Yamashiro, Jun <yamajun@ofug.net>
Thu, 3 Nov 2005
[ 15:52 nobutaka search for other commits by this committer ] Original commit 
Update to 7100b.

PR:             ports/88456
Submitted by:   Jun Mukai <mukai@jmuk.org>
Sat, 2 Jul 2005
[ 13:28 nobutaka search for other commits by this committer ] Original commit 
Update to 6700b.
Sun, 17 Apr 2005
[ 16:18 nobutaka search for other commits by this committer ] Original commit 
Follow the update of the Okinawan dictionary file.

PR:             ports/79738
Submitted by:   Yamashiro Jun <yamajun@ofug.net>
Sat, 12 Mar 2005
[ 09:45 nobutaka search for other commits by this committer ] Original commit 
Update to 6300d.

Committed at:   Jakarta, Indonesia
Wed, 9 Mar 2005
[ 18:49 ume search for other commits by this committer ] Original commit 
add a knob to embed gskk (SKK's dictionary for Canna) into Anthy.

Approved by:    nobutaka (maintainer)
Wed, 2 Mar 2005
[ 09:53 krion search for other commits by this committer ] Original commit 
Fix plist.
Tue, 1 Mar 2005
[ 19:09 nobutaka search for other commits by this committer ] Original commit 
Update to 6300.
Sun, 9 Jan 2005
[ 12:37 nobutaka search for other commits by this committer ] Original commit 
Add WITH_ODIC knob. This adds geographical names and biographical names in
Okinawa region (located at the southern tip of Japan) to the anthy dictionary.

PR:             ports/75309
Submitted by:   Yamashiro Jun <yamajun@ofug.net>
Wed, 3 Nov 2004
[ 16:42 nobutaka search for other commits by this committer ] Original commit 
Update to 5900.
Fri, 9 Jul 2004
[ 17:43 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 489 ports in this commit are shown above. View all ports for this commit)
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
Sun, 4 Jul 2004
[ 03:11 nobutaka search for other commits by this committer ] Original commit 
Update to 5500.
Sun, 14 Mar 2004
[ 06:17 ade search for other commits by this committer ] Original commit  (Only the first 10 of 945 ports in this commit are shown above. View all ports for this commit)
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Tue, 2 Mar 2004
[ 15:17 nobutaka search for other commits by this committer ] Original commit 
Update to 5100.
Mon, 23 Feb 2004
[ 13:56 nobutaka search for other commits by this committer ] Original commit 
Create DOCSDIR before install the document.
Bump PORTREVISION since the document is installed into incorrect location
in previous PORTREVISION.

Submitted by:   bento via kris
Sun, 22 Feb 2004
[ 13:36 nobutaka search for other commits by this committer ] Original commit 
1. Change the install location of elisp files.
2. SIZEify.
3. Install the document of elisp files.

PR:             ports/63150 [1]
Submitted by:   NIIMI Satoshi <sa2c@sa2c.net> [1]
Sat, 8 Nov 2003
[ 17:25 nobutaka search for other commits by this committer ] Original commit 
Update to 4700.
Sun, 31 Aug 2003
[ 11:26 nobutaka search for other commits by this committer ] Original commit 
Add WITH_2CHDIC knob.
It enables to include the 2ch BBS terms dictionary in the Anthy dictionary.
Sun, 24 Aug 2003
[ 14:41 nobutaka search for other commits by this committer ] Original commit 
Take over maintainership.
Tue, 19 Aug 2003
[ 06:06 daichi search for other commits by this committer ] Original commit 
update japanese/anthy: 4300 -> 4300b

PR:             55625
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Fri, 11 Jul 2003
[ 17:39 nork search for other commits by this committer ] Original commit 
Update to version 4300[1].
Drop MAINTAINERship.

PR:             ports/54325 [1]
Submitted by:   Ports Fury [1]
Approved by:    maintainer timeout (a long time)
Fri, 7 Mar 2003
[ 06:04 ade search for other commits by this committer ] Original commit  (Only the first 10 of 247 ports in this commit are shown above. View all ports for this commit)
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Tue, 26 Feb 2002
[ 06:37 nakai search for other commits by this committer ] Original commit 
Initial import.   Another kana-kanji conversion server.    

Number of commits found: 60