Commit graph

27 commits

Author SHA1 Message Date
nia
afa868c45a inputmethod: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (possibly fetched
conditionally?):

./inputmethod/anthy/distinfo 2ch.t
./inputmethod/anthy/distinfo okinawa-20090801.t
2021-10-26 10:49:30 +00:00
nia
0e6591d263 inputmethod: Remove SHA1 hashes for distfiles 2021-10-07 14:19:36 +00:00
rillig
9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00
agc
5fb7ef9693 Add SHA512 digests for distfiles for inputmethod category
Problems found locating distfiles:
	Package anthy: missing distfile 2ch.t
	Package anthy: missing distfile okinawa-20090801.t

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 22:13:34 +00:00
ryoon
7110bb1f60 Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN.
sourceforge.jp is renamed to osdn.jp.
However its mirror sites are not ready for osdn.jp.
2015-06-29 11:06:46 +00:00
asau
691a200a94 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-06 14:25:10 +00:00
obache
96aab0e1f1 Improve portablility for Japanese man dir. 2011-12-17 10:57:56 +00:00
marino
8112f7527a inputmethod/sskinput: DragonFly-specific handling of PLIST
DragonFly dumps the documention in man1 instead of cat1. (Not sure why
it's different from NetBSD).  PLIST substitution handles both cases.
2011-12-17 00:54:11 +00:00
obache
e93f5afeff Update skkinput to 2.06.4.
Based on patch provided by Ryo ONODERA in PR 42416 (include user-destdir support).
While here set LICENSE=gnu-gpl-v2.

* 2.06.3 -> 2.06.4
 - close IM by Shift-Space even if NumLock or CapsLock.
 - fix skkinput.ja.man install path
2009-12-08 11:52:41 +00:00
joerg
45656cf39c Remove @dirrm entries from PLISTs 2009-06-14 18:00:32 +00:00
jlam
07dd3147c6 Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.

Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files.  Replace:

	BUILD_DEFS+=	USE_INET6
with
	BUILD_DEFS+=	IPV6_READY

and teach the README-generation tools to look for that instead.

This nukes USE_INET6 from pkgsrc proper.  We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.
2007-09-07 22:12:10 +00:00
joerg
d26cf36e57 - fine grained X11 dependencies for packages which have either USE_IMAKE
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
  via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
  in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
  C++ for compilation without including the proper headers

Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-27 13:37:35 +00:00
jlam
3ba41e8b0c Drop use of INSTALL_SRC and DEINSTALL_SRC and instead set the proper
variables so that the default INSTALL/DEINSTALL scripts from the
pkginstall framework do the right thing.  Where possible, move some
post-install directions for package setup into MESSAGE files so that
they may be re-inspected by querying the installed package using
"pkg_info -D ...".
2006-07-05 06:53:12 +00:00
jlam
daad0f3d6c Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
2006-03-14 01:14:26 +00:00
jlam
3901c6559d Don't create a do-nothing DEINSTALL script 2006-03-10 22:30:29 +00:00
jlam
dc953ec88f Use the pkginstall framework to generate the INSTALL script instead. 2006-03-10 19:24:13 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rxg
1cc6b4c312 Use MASTER_SITE_SOURCEFORGE_JP. 2006-01-21 11:55:14 +00:00
joerg
ee0ec7938b Use imake variables in PLIST. Still have to do something about the
japanese page ending up in the wrong directory though.
2006-01-12 00:29:16 +00:00
rillig
b71a1d488b 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
2005-12-05 20:49:47 +00:00
agc
e6962cf9de Add RMD160 digests 2005-02-23 21:00:34 +00:00
uebayasi
0105e80db3 Update MASTER_SITES. 2004-01-06 03:53:27 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
uebayasi
1b78c1f8db Update the MASTER_SITES path.
Addresses PR21765 by Iyoda-san <iyoda at atikoro dot org>.
2003-06-04 00:32:14 +00:00
uebayasi
4e67c50dc2 Update to 2.06.3.
* Improve IPv6 support.
* Make XIM, Ximp start keys configurable.
* Keep input modes across conversations.  (History functions.)
* Convert "oh" as "oo".
* Support "Off The Spot" style.

And tons of bug fixes.
2003-05-31 13:09:00 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
seb
bafcb1bc2c Reimport of package skkinput from japanese/skkinput into inputmethod/skkinput.
This is part of the japanese category retirement.
CATEGORIES adjusted.
2002-05-31 13:00:02 +00:00