Commit graph

351 commits

Author SHA1 Message Date
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
hubertf
46a42a2e26 Get rid of BUILD_ROOT and replace it with PKGSRCDIR (which was there
before!)
2001-10-17 23:23:15 +00:00
nra
b8eaa9da9d Add SUBDIR entry for qkc. 2001-10-09 18:44:11 +00:00
nra
086f149d1f Add qkc-1.0. PR 14179 by Hiramatsu Yoshifumi.
Qkc is a kanji code converter capable of SHIFT-JIS, EUC and JIS.
Unlike nkf, qkc can handle multiple files at a time. Qkc also has
functionality to change end-of-line characters, ie, from CR+LF to LF,
or to CR, and vice versa.
2001-10-09 18:43:30 +00:00
jlam
f0a4fcd3e4 Substitute the real config script for the config wrapper script in
installed files.  We don't want buildlink references to escape into the
install directory.
2001-10-03 20:56:40 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
taca
8cc98f5d82 Create test target and don't always do testing. 2001-09-26 08:12:33 +00:00
taca
34ee40ea17 Update namazu2 to namazu 2.0.7.
Overview of Changes in Namazu 2.0.7 - Sep 13, 2001

* Bug fix release.
* Fix nmz_is_lang_ja() to return correct value.
* Fix header files installation.
* Fix mknmz checkpoint bug.
* Added extensions of Ichitaro 7 and 8.
* Fixed the bug when target directories contain the
  current directory. (Only Win32 Platforms)
* Fixed the AND query bug that namazu ignores
  the keywords which don't match at all.
* Lookup both environment variables of SCRIPT_NAME
  and DOCUMENT_URI (instead of DOCUMENT_NAME). (namazu.cgi)
* More portability improvements.

I've also applied those bug fixes after 2.0.7 released.
(All URL bellow are in Japanese.)

http://www.namazu.org/ml/namazu-users-ja/msg02073.html
	pl/util.pl

http://www.namazu.org/ml/namazu-devel-ja/msg02024.html
	pl/htmlsplit.pl

http://www.namazu.org/ml/namazu-devel-ja/msg02030.html
	scripts/mknmz.in
2001-09-24 03:56:01 +00:00
taca
accb7c4f49 Update kakasi to 2.3.4.
Here is rough changes from 2.3.3.

* Some fix on initialization of library.
* Fix stack overflow
* Now do_kakasi() returns "" instead of NULL when reading of
  a word is uncertain.
* Fix a bug when converting hiragana into roman with "-Ha -rkunrei"
  option. ("pp" was converted badly into "bb")
* Add new library function, kakasi_free().
2001-09-18 16:17:55 +00:00
jlam
b3c4f7b699 Back out changes to explicitly add ${CHASENDIR} to the compiler search
paths.  Not necessary with perl>=5.6.1nb3.
2001-09-12 19:06:45 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
jlam
b9e5c1100c Fix problem reported by Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
where libchasen.so wasn't being found by the perl Makefile generation
process.  This is done by passing the location of the chasen installation
through to Makefile.PL via an environment variable, and should serve as
a model for fixes to similar problems with other perl modules.
2001-09-09 06:16:40 +00:00
jlam
19523cff28 Move buildlink.mk from chasen-base to chasen. 2001-09-09 05:30:55 +00:00
jlam
1c8966d583 The chasen meta-package should at least depend on a similarly versioned
chasen-base package.
2001-09-09 05:29:37 +00:00
jlam
ccc2df17c0 Add a buildlink.mk file for use by other package Makefiles. 2001-09-09 05:15:14 +00:00
jlam
c3a2d588ea Mark as USE_BUILDLINK_ONLY. 2001-09-09 05:14:46 +00:00
jlam
a64726316f Move inclusion of bsd.pkg.mk from Makefile.common into the individual
package Makefiles.  The idiom is to define any variables, include
Makefile.common, then any additional targets, then include bsd.pkg.mk.
2001-09-09 04:06:08 +00:00
jlam
99c293f270 Move USE_BUILDLINK_ONLY definition out of Makefile.common and into the
individual package Makefiles.
2001-09-09 03:37:00 +00:00
hubertf
e11a336b6d 'tex -ini' complains that LaTeX sOuRcEs Are older than one year, and should
be updated. We'll not go and touch the guts of teTeX here, and instead just
ignore the warnings (``... || true'').

Fixes PR 13446 by Naoto Shimazaki <igy@arhc.org>
2001-09-02 21:26:01 +00:00
hubertf
4a725c2c01 fix typo 2001-09-02 20:02:36 +00:00
taca
0e20b209ac o Some bugfix for namazu-2.0.6;
- make sure to install a header file, score.h
	- correct some strcmp() condition.
o Catch up MESSAGE to namazu 2.0.6.
o Correct PLIST.

These fix namazu-2.0.6 package updating to namazu-2.0.6nb1.
2001-08-21 14:01:18 +00:00
taca
1c977f8506 Update namazu to 2.0.6 with updating MASTER_SITES. 2001-08-14 16:19:24 +00:00
jlam
412078d7ce Depend on same version of vflib-lib as this package. 2001-08-12 18:16:34 +00:00
wiz
6c9daddd92 Depend on ja-less>=332. 2001-08-06 21:31:34 +00:00
taca
c95c9e4257 Update ja-less to ja-less-358.
It based on less-358 and iso254 patch.
2001-07-29 14:10:06 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
taca
53a0ee0b2e Update chasen-base/chasen to 2.2.8.
----------------------------------------------------------------------
ChaSen 2.2.8 (2001/07/23)
----------------------------------------------------------------------
- bug fix for sentence end processing for annotation symbols
2001-07-25 00:02:47 +00:00
taca
534c786537 Add $NetBSD$ tag. 2001-07-23 15:04:11 +00:00
jlam
04959a2155 Fix oversight in package name...it's ja-vflib-lib. 2001-07-22 23:20:59 +00:00
jlam
7b1d3cb465 Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
BUILDLINK_PREFIX.<pkgname>.  This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed.  Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-20 01:54:31 +00:00
taca
9b1f57272e Update p5-Jcode to 0.75.
0.75    2001/07/19
	* (:?) -> (?:) (Tatsuhiko Miyagawa <miyagawa@edge.co.jp>)
	* fixed file permissions
	  (Takahiro Kambe <taca@sky.yamashina.kyoto.jp>)
0.74    2001/07/17
	* optimization of debug (()->(:?))
	  (Hiroki Ohzaki <ohzaki@iod.ricoh.co.jp>)
	* H2Z bugfix (Mutsutoshi Yoshimoto <riku@freedom.co.jp>)
2001-07-19 12:54:57 +00:00
jlam
cb76bd5efc Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
jlam
0148c10742 Pass LDFLAGS to the compiler when linking the library to get correct rpath
settings.  Also move the inclusion of the buildlink.mk file below the
GNU_CONFIGURE setting.
2001-06-25 20:19:52 +00:00
wiz
1f007b2fcc Rename ja-freewnn rc.d script to ja_freewnn, following a suggestion
by Masao Uebayashi in pkg/13251.
2001-06-25 18:39:19 +00:00
jlam
34d11d8a0f Generalize how the dependency pattern may be specified. Instead of just
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo>=1.0.  This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-23 19:26:48 +00:00
taca
afbda12c2c Update chasen to 2.2.7. Change from 2.2.6 is below:
----------------------------------------------------------------------
ChaSen 2.2.7 (2001/06/22)
----------------------------------------------------------------------
- bug fix for sentence end processing
- "EOS" length is modified from 3 to 0.
2001-06-22 14:12:06 +00:00
taca
0231dfc4c9 - Update p5-jcode to 2.13.
- Remove obsolete URL in DESCR.
- Add blank HOMEPAGE.

Changes are bellow (with my poor translation):

2.11-2.13

Fixed those bugs:

* wrong target string for replacement was specified in __z2h_jis().
* z2h() fail in processing a katakana which would never have a sonant mark
  but attached a sonant mark.

2.10-2.11

* jcode.pl works on perl with therad enabled.
2001-06-20 16:22:07 +00:00
taca
9e9638f661 - Update p5-jcode to 2.13.
- Remove obsolete URL in DESCR.
- Add blank HOMEPAGE.

Changes are below (with my poor translation):

2.11-2.13

Fixed those bugs:

* wrong target string for replacement was specified in __z2h_jis().
* z2h() fail in processing a katakana which would never have a sonant mark
  but attached a sonant mark.

2.10-2.11

* jcode.pl works on perl with therad enabled.
2001-06-20 16:22:06 +00:00
taca
0104e9ae09 Update Jcode to 0.73. Changes from HISTORY are below:
0.73    2001/06/13
       * euc -> jis conversion fails when it encounters
         consecutive hankaku kana then zenkaku kana
         (Mikage Sawatari<mikage@mikage.to>)
2001-06-12 22:19:20 +00:00
jlam
dbfde59b14 The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles.  As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
2001-06-11 02:05:07 +00:00
jlam
072be2ad69 Use bsd.buildlink.mk instead of duplicating code all over the place. 2001-06-11 01:59:33 +00:00
jlam
5d02f04b3a Use cookies (.*_done) to determine whether headers and libs have been
linked from a particular package, and add a pre-configure target to
the buildlink.mk file to more painlessly use buildlink.mk files.  A
${BUILDLINK_TARGETS} variable still exists in case a package _must_
define NO_CONFIGURE.
2001-06-10 00:09:29 +00:00
jlam
3bc5e40254 Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-10 00:08:41 +00:00
wiz
5be454e29d ' '->'\t' 2001-06-09 15:25:18 +00:00
wiz
2ff497d689 add vfxdvik 2001-06-09 10:46:53 +00:00
kei
6b51176038 Initial import of ja-vfxdvik-22.15 package.
ja-vfxdvik is an extension of xdvik with Japanese support by vflib.

This package was provided and posted to tech-pkg-ja mailing list by
ORI Manabu, and modified slightly by me.
2001-06-06 05:13:48 +00:00
taca
c01a2abb7d Update p5-Jcode to 0.72. Here is change from 0.71 (date is localtime, JST).
0.72    2001/06/01
        * $j->tr("a-Z", '', 'd') fixed
          (Tatsuhiko Miyagawa <miyagawa@edge.co.jp>)
	* t/tr.t rewritten to test that
2001-05-31 23:13:56 +00:00
jlam
d471faaa5a Cosmetic changes. 2001-05-28 03:27:17 +00:00
jlam
439d00266d Use vflib-lib/buildlink.mk to get dependency on vflib-lib and to find
its libraries and headers.
2001-05-28 03:25:09 +00:00
jlam
9b902f0503 Rework build to use buildlink.mk files so that it won't pick up installed
headers and libraries during a "make build".  Add a patch to directly
modify the configure script to remove build dependency on autoconf.
2001-05-28 03:24:29 +00:00