The NetBSD Project

CVS log for pkgsrc/inputmethod/sj3-server/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / inputmethod / sj3-server

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Mon Feb 15 13:35:22 2010 UTC (2 years, 3 months ago) by obache
Branch: 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
Changes since 1.10: +34 -8 lines
Diff to previous 1.10 (colored)

Update sj3 to 2.0.1.23p1.

Re-arranged packages:
 * sj3-lib:removed
 * sj3-dict: removed
 * sj3-server-bin: removed
 * sj3-client: added (lib + client tools)
 * sj3-server: no more meta-pkg (server + dict)
 * sj3: added (sj3-server + sj3-client)

Notable changes since 2.0.1.21:
 * changed to gnu-configure.
 * sj3lib is shared library.
 * using lua for server settings.
 * sj3 command was removed.
 * sj3serv no longer listen network socket. Set "false" to "strict_auth" and
   invoke sj3proxy additionaly if require it.
 * dictionaty directry was changed, please refer MigrationGuide from HOMEPAGE.
   On pkgsrc, new location is ${VARBASE}/sj3/dict.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Apr 8 23:09:59 2009 UTC (3 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.9: +3 -11 lines
Diff to previous 1.9 (colored)

Use META_PACKAGE.

Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 25 22:00:47 2007 UTC (4 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, 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, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

* If PLIST_SRC is explicitly set to an empty value in a package Makefile,
  then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jul 5 04:55:24 2006 UTC (5 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: 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
Changes since 1.7: +5 -5 lines
Diff to previous 1.7 (colored)

* Convert to USE_TOOLS+=itools instead of including nbitools/buildlink3.mk.

* Fully convert to pkginstall framework by properly using OWN_DIRS*
  to manage required directories during package installation and
  deinstallation.

* Drop the need to explicitly set PREFIX in the package Makefiles.  We
  now install into ${LOCALBASE} like all other pkgsrc packages and use
  symlinks and file copies to put the right files into ${IMDICTDIR}.

* Change default dependency relationship in sj3-lib/buildlink3.mk to a
  build dependency since it the package only installs headers and a
  static library archive.

* Move some important setup instructions from the DESCR file to MESSAGE
  files so that the admin will see them at package installation.

* Rewrite the sj3 rc.d script so that all necessary directories are
  created before the daemon is started.

* Miscellaneous touch ups to the DESCR and MESSAGE files.

Bump the PKGREVISIONs on the sj3* packages.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Sep 28 18:22:11 2005 UTC (6 years, 7 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Don't abuse int variables as pointers in patch-ag. Bumped PKGREVISION in
all sj3 packages.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jul 19 10:17:18 2005 UTC (6 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

depends should be ../../<category>/<pkg>

Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:11 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Mar 5 21:03:27 2004 UTC (8 years, 2 months ago) by minskim
Branch: MAIN
CVS Tags: 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
Changes since 1.3: +3 -1 lines
Diff to previous 1.3 (colored)

Define NO_BUILDLINK and NO_CONFIGURE becuase this is a meta package.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 17 21:43:45 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.2.2.2 / (download) - annotate - [select for diffs], Sun Jun 23 18:48:03 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.2.2.1: +21 -0 lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored)

Merge from pkgsrc-current to buildlink2 branch.

Revision 1.2.2.1, Mon Jun 10 10:22:41 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.2: +0 -21 lines
FILE REMOVED

file Makefile was added on branch buildlink2 on 2002-06-23 18:48:03 +0000

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 10 10:22:41 2002 UTC (9 years, 11 months ago) by sakamoto
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, buildlink2-base
Branch point for: buildlink2
Changes since 1.1: +10 -51 lines
Diff to previous 1.1 (colored)

bump PKGREVISION.
split out into sj3-dict and sj3-server-bin,
sj3-server is meta package for these packages.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri May 31 13:01:13 2002 UTC (9 years, 11 months ago) by seb
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Reimport of package sj3-server from japanese/sj3-server into inputmethod/sj3-server.
This is part of the japanese category retirement.
CATEGORIES and pathnames to japanese/ adjusted.

Revision 1.1 / (download) - annotate - [select for diffs], Fri May 31 13:01:13 2002 UTC (9 years, 11 months ago) by seb
Branch: MAIN

Initial revision

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>