NetBSD.se

CVS log for pkgsrc/inputmethod/canna-dict/Makefile

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / inputmethod / canna-dict

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Feb 20 11:44:53 2010 UTC (2 years, 3 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, HEAD
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +44 -35 lines
* add user-destdir support
* fix permission of dict directory for binary package
Bump PKGREVISION.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jan 10 03:06:34 2009 UTC (3 years, 4 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -1 lines
MAKE_JOBS_SAFE=no

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jul 5 04:48:28 2006 UTC (5 years, 10 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +49 -21 lines
* Convert to USE_TOOLS+=itools instead of including nbitools/buildlink3.mk.

* Fully convert to the pkginstall framework by using it to manage
  directories required at install time.

* Rewrite the canna rc.d script to ensure that all needed directories
  are present before the daemon is started.

* Miscellaneous touch ups to the DESCR and MESSAGE files.

* Remove the need to explicitly set PREFIX.  These packages now install
  into ${LOCALBASE} and use symlinks and file copies to put the files
  into the ${IMDICTDIR}.

Bump the PKGREVISIONs for the canna* packages.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Dec 5 20:50:23 2005 UTC (6 years, 5 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jul 19 10:17:17 2005 UTC (6 years, 10 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
depends should be ../../<category>/<pkg>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jan 27 00:53:11 2004 UTC (8 years, 3 months ago) by heinz
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Sep 23 15:06:59 2003 UTC (8 years, 8 months ago) by uebayasi
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
1) Update Canna to 3.6p4.

* Reconstruct sample init files.
* RC-style start script.
* Auto-registration of Kana conversion.
* Abolish fuzokugo.cld.
* More key symbols can be configured with Lisp.
* Server returns more appropriate values at abort.
* TeX document improvements.
* And many bug fixes.

2) Make Canuum use Canna's common make files.  From Osamu Oishi in PR 22244.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat May 31 08:28:33 2003 UTC (8 years, 11 months ago) by uebayasi
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +10 -32 lines
* Move to use inputmethod/canna/Makefile.{common,include} for common
  definitions/inclusions.

* Deprecate canna-server and introduce inputmethod/canna as the new
  Canna meta package.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Dec 29 01:03:21 2002 UTC (9 years, 4 months ago) by seb
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -6 lines
Avoid setting LOCALBASE (this breaks path to some commands on non-NetBSD
systems), tweak PREFIX instead (but must comes after inclusion of bsd.pkg.mk).

Also remove apparent useless post-build target.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Dec 27 08:41:23 2002 UTC (9 years, 4 months ago) by uebayasi
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -12 lines
Update Canna to 3.6p1.

Changes from 3.5b2 are:
	* Add -inet option not to allow TCP connections by default.
	* Fix a buffer overflow.  (This fix was already incorpolated
	  in Pkgsrc version.)
	* Improve dicionary.
	* Improve conversion engine.
	* Other bug fixes.

Patch is made by Yoshifumi Hiramatsu.  Tested by Toru Takamizu.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Aug 21 02:43:45 2002 UTC (9 years, 9 months ago) by grant
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
check that USE_INET6 is defined.
remove extraneous parenthesis around .if (${FOO} ..) conditions.

Revision 1.1.1.1.2.2: download - view: text, markup, annotated - select for diffs
Sun Jun 23 18:47:14 2002 UTC (9 years, 11 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.1.1.1.2.1: preferred, colored; branchpoint 1.1.1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.1.1.2.1: +68 -0 lines
Merge from pkgsrc-current to buildlink2 branch.

Revision 1.1.1.1.2.1
Mon Jun 10 09:05:09 2002 UTC (9 years, 11 months ago) by jlam
Branches: buildlink2
FILE REMOVED
Changes since revision 1.1.1.1: +0 -68 lines
file Makefile was added on branch buildlink2 on 2002-06-23 18:47:14 +0000

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Jun 10 09:05:09 2002 UTC (9 years, 11 months ago) by sakamoto
Branches: TNF
CVS tags: pkgviews, pkgsrc-base, netbsd-1-6, buildlink2-base
Branch point for: buildlink2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import Canna-dict-3.5.2nb2

Kana-Kanji conversion system (dictionary)
separated from inputmethod/canna-server, Approved by agc.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 09:05:09 2002 UTC (9 years, 11 months ago) by sakamoto
Branches: MAIN
CVS tags: pkgviews-base, netbsd-1-6-RELEASE-base
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>