From 842257beace68f0834f129c2fb20ef334a9c3d3d Mon Sep 17 00:00:00 2001 From: veego Date: Thu, 18 Oct 2001 15:20:01 +0000 Subject: 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. --- japanese/p5-Jcode/Makefile | 3 ++- japanese/p5-Text-ChaSen/Makefile | 3 ++- japanese/p5-Text-Kakasi/Makefile | 3 ++- japanese/p5-jcode/Makefile | 3 ++- japanese/p5-nkf/Makefile | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) (limited to 'japanese') diff --git a/japanese/p5-Jcode/Makefile b/japanese/p5-Jcode/Makefile index c17ee8322bc..2c3510aa454 100644 --- a/japanese/p5-Jcode/Makefile +++ b/japanese/p5-Jcode/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2001/09/26 08:12:33 taca Exp $ +# $NetBSD: Makefile,v 1.11 2001/10/18 15:20:22 veego Exp $ # DISTNAME= Jcode-0.75 PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5jco CATEGORIES= converters japanese MASTER_SITES= http://openlab.ring.gr.jp/Jcode/ diff --git a/japanese/p5-Text-ChaSen/Makefile b/japanese/p5-Text-ChaSen/Makefile index f044f84d304..2b72a487557 100644 --- a/japanese/p5-Text-ChaSen/Makefile +++ b/japanese/p5-Text-ChaSen/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2001/09/12 19:06:45 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/10/18 15:20:23 veego Exp $ DISTNAME= Text-ChaSen-1.03 PKGNAME= p5-${DISTNAME}nb1 +SVR4_PKGNAME= p5tcs CATEGORIES= japanese perl5 MASTER_SITES= http://www.daionet.gr.jp/~knok/chasen/ diff --git a/japanese/p5-Text-Kakasi/Makefile b/japanese/p5-Text-Kakasi/Makefile index 4374c47ca4f..ad803f60189 100644 --- a/japanese/p5-Text-Kakasi/Makefile +++ b/japanese/p5-Text-Kakasi/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 15:25:27 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/10/18 15:20:24 veego Exp $ DISTNAME= Text-Kakasi-1.04 PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5tka CATEGORIES= japanese perl5 MASTER_SITES= http://www.daionet.gr.jp/~knok/kakasi/ diff --git a/japanese/p5-jcode/Makefile b/japanese/p5-jcode/Makefile index a4e9e02134a..b2980b422b7 100644 --- a/japanese/p5-jcode/Makefile +++ b/japanese/p5-jcode/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2001/09/09 20:36:31 agc Exp $ +# $NetBSD: Makefile,v 1.7 2001/10/18 15:20:24 veego Exp $ # FreeBSD Id: Makefile,v 1.2 1999/01/17 10:56:40 vanilla Exp $ DISTNAME= jcode.pl-2.13 PKGNAME= p5-jcode-2.13 +SVR4_PKGNAME= p5jc2 CATEGORIES= japanese MASTER_SITES= ftp://ftp.iij.ad.jp/pub/IIJ/dist/utashiro/perl/ \ ftp://ftp.sra.co.jp/pub/lang/perl/sra-scripts/ diff --git a/japanese/p5-nkf/Makefile b/japanese/p5-nkf/Makefile index 4dc70a8102d..cdbd30170c1 100644 --- a/japanese/p5-nkf/Makefile +++ b/japanese/p5-nkf/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 15:25:28 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/10/18 15:20:25 veego Exp $ # DISTNAME= nkf-1.7 PKGNAME= p5-nkf-1.7 +SVR4_PKGNAME= p5nkf CATEGORIES= japanese converters MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/nkf/ -- cgit v1.2.3