mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Remove japanese/xjman and japanese/xjman-3. These are no longer
maintained.
This commit is contained in:
parent
0b55dd0a5e
commit
ca0452b155
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221208
2
MOVED
2
MOVED
@ -3615,3 +3615,5 @@ print/sv-acroread|print/sv-acroread8|2008-09-06|Removed because of security vuln
|
|||||||
net/py-zsi-devel|net/py-zsi-devel|2008-09-07|Removed in favor of py-zsi
|
net/py-zsi-devel|net/py-zsi-devel|2008-09-07|Removed in favor of py-zsi
|
||||||
audio/squeezecenter-transitionupdater||2008-09-07|Plugin integrated in to SqueezeCenter 7.1
|
audio/squeezecenter-transitionupdater||2008-09-07|Plugin integrated in to SqueezeCenter 7.1
|
||||||
net/p5-Socket||2008-09-25|Removed because newer version is present inside perl5
|
net/p5-Socket||2008-09-25|Removed because newer version is present inside perl5
|
||||||
|
japanese/xjman||2008-10-05|No longer maintained
|
||||||
|
japanese/xjman-3||2008-10-05|No longer maintained
|
||||||
|
@ -390,8 +390,6 @@
|
|||||||
SUBDIR += xdvik
|
SUBDIR += xdvik
|
||||||
SUBDIR += xemacs21-canna
|
SUBDIR += xemacs21-canna
|
||||||
SUBDIR += xgate
|
SUBDIR += xgate
|
||||||
SUBDIR += xjman
|
|
||||||
SUBDIR += xjman-3
|
|
||||||
SUBDIR += xjtext
|
SUBDIR += xjtext
|
||||||
SUBDIR += xlockmore
|
SUBDIR += xlockmore
|
||||||
SUBDIR += xmsgsaver
|
SUBDIR += xmsgsaver
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
# New ports collection makefile for: X Japanese man documents for XFree86 3.x.x
|
|
||||||
# Date created: 8 Aug 2001
|
|
||||||
# Whom: SADA Kenji <sada@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
PORTVERSION= 0.5
|
|
||||||
MASTER_SITES= ${MASTER_SITE_PORTS_JP} \
|
|
||||||
http://xjman.dsl.gr.jp/
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
|
||||||
|
|
||||||
MASTERDIR= ${.CURDIR}/../xjman
|
|
||||||
MD5_FILE= ${.CURDIR}/distinfo
|
|
||||||
WRKSRC= ${WRKDIR}/man/ja_JP.eucJP
|
|
||||||
|
|
||||||
LATEST_LINK= ja-xjman-3
|
|
||||||
|
|
||||||
.include "${MASTERDIR}/Makefile"
|
|
@ -1,3 +0,0 @@
|
|||||||
MD5 (xjman-0.5.tar.bz2) = e3f6c43bb6680ca48b32a81e99d8bb40
|
|
||||||
SHA256 (xjman-0.5.tar.bz2) = f72f903c359fa5ea451b02fa2a41815530442c83cbd15a0002cb380864c1d48a
|
|
||||||
SIZE (xjman-0.5.tar.bz2) = 799554
|
|
@ -1,77 +0,0 @@
|
|||||||
# New ports collection makefile for: X Japanese man documents
|
|
||||||
# Date created: 24 Dec 1998
|
|
||||||
# Based on: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>'s
|
|
||||||
# japanese/man-doc
|
|
||||||
# Whom: SADA Kenji <sada@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= xjman
|
|
||||||
PORTVERSION?= 0.7
|
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= japanese
|
|
||||||
MASTER_SITES?= ${MASTER_SITE_PORTS_JP} \
|
|
||||||
http://xjman.dsl.gr.jp/dist/
|
|
||||||
|
|
||||||
MAINTAINER?= ports@FreeBSD.org
|
|
||||||
COMMENT= Japanized X manual from "The X Japanese Documentation Project"
|
|
||||||
|
|
||||||
RUN_DEPENDS= jman:${PORTSDIR}/japanese/man
|
|
||||||
|
|
||||||
USE_PERL5= yes
|
|
||||||
NO_MTREE= yes
|
|
||||||
PLIST= ${WRKDIR}/PLIST
|
|
||||||
USE_BZIP2= yes
|
|
||||||
WRKSRC?= ${WRKDIR}/xjman
|
|
||||||
SCRIPTS_ENV+= MANSECS="${MANSECS}"
|
|
||||||
|
|
||||||
MANSECS= 1 3 5
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
post-extract:
|
|
||||||
.for i in Makefile Makefile.inc
|
|
||||||
@${CP} ${FILESDIR}/$i ${WRKSRC}
|
|
||||||
.endfor
|
|
||||||
.for sec in ${MANSECS}
|
|
||||||
(cd ${WRKSRC}/man${sec}; \
|
|
||||||
for f in *.${sec}x; do ${CP} $$f $${f%x}; done; \
|
|
||||||
${REINPLACE_CMD} -e 's/^\(\.so .*\)x$$/\1/' *.${sec})
|
|
||||||
.endfor
|
|
||||||
|
|
||||||
post-build:
|
|
||||||
@${RM} -f ${PLIST}
|
|
||||||
@for sec in ${MANSECS}; do \
|
|
||||||
if [ -d ${WRKSRC}/man$${sec} ]; then \
|
|
||||||
cd ${WRKSRC}/man$${sec}; \
|
|
||||||
list=`${MAKE} pages-list`; \
|
|
||||||
set `${ECHO_CMD} $$list " "|${SED} 's/\.\([0-9]\) /.\1 \1 /g'`; \
|
|
||||||
while : ; do \
|
|
||||||
case $$# in \
|
|
||||||
0) break;; \
|
|
||||||
[1]) ${ECHO_CMD} "can not happen"; break;; \
|
|
||||||
esac; \
|
|
||||||
${ECHO_CMD} man/ja/man$$2/$$1.gz; shift 2; \
|
|
||||||
done; \
|
|
||||||
fi; \
|
|
||||||
done|${SORT}|uniq >>${PLIST}
|
|
||||||
@${ECHO_CMD} "@exec ${LN} -sf %D/man/ja %D/man/ja_JP.EUC" >>${PLIST}
|
|
||||||
@${ECHO_CMD} "@unexec ${RM} -f %D/man/ja_JP.EUC" >>${PLIST}
|
|
||||||
@${ECHO_CMD} "share/doc/xjman/COPYRIGHT" >>${PLIST}
|
|
||||||
@${ECHO_CMD} "share/doc/xjman/COPYRIGHT.XJDP" >>${PLIST}
|
|
||||||
@${ECHO_CMD} "@dirrm share/doc/xjman" >>${PLIST}
|
|
||||||
|
|
||||||
pre-install:
|
|
||||||
.for sec in ${MANSECS}
|
|
||||||
@${MKDIR} ${PREFIX}/man/ja/man${sec}
|
|
||||||
.endfor
|
|
||||||
|
|
||||||
post-install:
|
|
||||||
@${MKDIR} ${PREFIX}/share/doc/xjman
|
|
||||||
.for i in COPYRIGHT COPYRIGHT.XJDP
|
|
||||||
@${INSTALL_DATA} ${FILESDIR}/$i ${PREFIX}/share/doc/xjman/
|
|
||||||
.endfor
|
|
||||||
@${CAT} ${PKGMESSAGE}
|
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
|
@ -1,3 +0,0 @@
|
|||||||
MD5 (xjman-0.7.tar.bz2) = 37ce160df10ce40c83b5320e2033e5e1
|
|
||||||
SHA256 (xjman-0.7.tar.bz2) = 9b4c922c732960b913c24f343c84c584b46daf6a41bc8a1af4164e3dd2b7924e
|
|
||||||
SIZE (xjman-0.7.tar.bz2) = 973885
|
|
@ -1,396 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Copyright
|
|
||||||
|
|
||||||
The XFree86 Project, Inc.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
1. XFree86 Copyright
|
|
||||||
|
|
||||||
XFree86 code without an explicit copyright is covered by the following copy-
|
|
||||||
right:
|
|
||||||
|
|
||||||
Copyright (C) 1994-1998 The XFree86 Project, Inc. All Rights Reserved.
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
||||||
this software and associated documentation files (the "Software"), to deal in
|
|
||||||
the Software without restriction, including without limitation the rights to
|
|
||||||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
||||||
of the Software, and to permit persons to whom the Software is furnished to do
|
|
||||||
so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
|
|
||||||
NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
|
|
||||||
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
||||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
|
|
||||||
Except as contained in this notice, the name of the XFree86 Project shall not
|
|
||||||
be used in advertising or otherwise to promote the sale, use or other dealings
|
|
||||||
in this Software without prior written authorization from the XFree86 Project.
|
|
||||||
|
|
||||||
|
|
||||||
2. Other Copyrights
|
|
||||||
|
|
||||||
Portions of code are covered by the following copyrights:
|
|
||||||
|
|
||||||
2.1 X Consortium
|
|
||||||
|
|
||||||
Copyright (C) 1996 X Consortium
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
||||||
this software and associated documentation files (the "Software"), to deal in
|
|
||||||
the Software without restriction, including without limitation the rights to
|
|
||||||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
||||||
of the Software, and to permit persons to whom the Software is furnished to do
|
|
||||||
so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
|
|
||||||
Copyright 1
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Copyright 2
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
|
|
||||||
NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X
|
|
||||||
CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
|
|
||||||
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
||||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
|
|
||||||
Except as contained in this notice, the name of the X Consortium shall not be
|
|
||||||
used in advertising or otherwise to promote the sale, use or other dealings in
|
|
||||||
this Software without prior written authorization from the X Consortium.
|
|
||||||
|
|
||||||
X Window System is a trademark of X Consortium, Inc.
|
|
||||||
|
|
||||||
2.2 Berkeley-based copyrights:
|
|
||||||
|
|
||||||
2.2.1 General
|
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without modifica-
|
|
||||||
tion, are permitted provided that the following conditions are met:
|
|
||||||
|
|
||||||
1. Redistributions of source code must retain the above copyright notice,
|
|
||||||
this list of conditions and the following disclaimer.
|
|
||||||
|
|
||||||
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
||||||
this list of conditions and the following disclaimer in the documentation
|
|
||||||
and/or other materials provided with the distribution.
|
|
||||||
|
|
||||||
3. The name of the author may not be used to endorse or promote products
|
|
||||||
derived from this software without specific prior written permission.
|
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
|
||||||
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MER-
|
|
||||||
CHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
|
|
||||||
SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEM-
|
|
||||||
PLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
||||||
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTER-
|
|
||||||
RUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
||||||
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
|
|
||||||
WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
|
||||||
DAMAGE.
|
|
||||||
|
|
||||||
2.2.2 UCB/LBL
|
|
||||||
|
|
||||||
Copyright (c) 1993 The Regents of the University of California. All rights
|
|
||||||
reserved.
|
|
||||||
|
|
||||||
This software was developed by the Computer Systems Engineering group at
|
|
||||||
Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and contributed to
|
|
||||||
Berkeley.
|
|
||||||
|
|
||||||
All advertising materials mentioning features or use of this software must dis-
|
|
||||||
play the following acknowledgement: This product includes software developed by
|
|
||||||
the University of California, Lawrence Berkeley Laboratory.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Copyright 3
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without modifica-
|
|
||||||
tion, are permitted provided that the following conditions are met:
|
|
||||||
|
|
||||||
1. Redistributions of source code must retain the above copyright notice,
|
|
||||||
this list of conditions and the following disclaimer.
|
|
||||||
|
|
||||||
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
||||||
this list of conditions and the following disclaimer in the documentation
|
|
||||||
and/or other materials provided with the distribution.
|
|
||||||
|
|
||||||
3. All advertising materials mentioning features or use of this software
|
|
||||||
must display the following acknowledgement: This product includes soft-
|
|
||||||
ware developed by the University of California, Berkeley and its contrib-
|
|
||||||
utors.
|
|
||||||
|
|
||||||
4. Neither the name of the University nor the names of its contributors may
|
|
||||||
be used to endorse or promote products derived from this software without
|
|
||||||
specific prior written permission.
|
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
|
|
||||||
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WAR-
|
|
||||||
RANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
||||||
IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDI-
|
|
||||||
RECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
|
||||||
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
|
|
||||||
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIA-
|
|
||||||
BILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
||||||
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
|
||||||
OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
||||||
|
|
||||||
2.3 NVidia Corp
|
|
||||||
|
|
||||||
Copyright (c) 1996-1998 NVIDIA, Corp. All rights reserved.
|
|
||||||
|
|
||||||
NOTICE TO USER: The source code is copyrighted under U.S. and international
|
|
||||||
laws. NVIDIA, Corp. of Sunnyvale, California owns the copyright and as design
|
|
||||||
patents pending on the design and interface of the NV chips. Users and posses-
|
|
||||||
sors of this source code are hereby granted a nonexclusive, royalty-free copy-
|
|
||||||
right and design patent license to use this code in individual and commercial
|
|
||||||
software.
|
|
||||||
|
|
||||||
Any use of this source code must include, in the user documentation and inter-
|
|
||||||
nal comments to the code, notices to the end user as follows:
|
|
||||||
|
|
||||||
Copyright (c) 1996-1998 NVIDIA, Corp. NVIDIA design patents pending in the
|
|
||||||
U.S. and foreign countries.
|
|
||||||
|
|
||||||
NVIDIA, CORP. MAKES NO REPRESENTATION ABOUT THE SUITABILITY OF THIS SOURCE
|
|
||||||
CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WAR-
|
|
||||||
RANTY OF ANY KIND. NVIDIA, CORP. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
|
|
||||||
SOURCE CODE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
|
||||||
FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL NVIDIA, CORP. BE LIABLE FOR ANY
|
|
||||||
SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSO-
|
|
||||||
EVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Copyright 4
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
|
||||||
WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE.
|
|
||||||
|
|
||||||
Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/CPYRIGHT.sgml,v 3.9.2.2 1998/01/24 11:55:06 dawes Exp $
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$XConsortium: CPYRIGHT.sgml /main/5 1996/10/25 16:24:53 kaleb $
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Copyright 5
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CONTENTS
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
1. XFree86 Copyright ........................................................ 1
|
|
||||||
|
|
||||||
2. Other Copyrights ......................................................... 1
|
|
||||||
2.1 X Consortium ......................................................... 1
|
|
||||||
2.2 Berkeley-based copyrights: ........................................... 2
|
|
||||||
2.3 NVidia Corp .......................................................... 3
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
i
|
|
||||||
|
|
||||||
|
|
@ -1,27 +0,0 @@
|
|||||||
Copyright (c),A 1998-1999 The X Japanese Documentation Project.
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a
|
|
||||||
copy of this software and associated documentation files (the
|
|
||||||
"Software"), to deal in the Software without restriction, including
|
|
||||||
without limitation the rights to use, copy, modify, merge, publish, dis-
|
|
||||||
tribute, sublicense, and/or sell copies of the Software, and to permit
|
|
||||||
persons to whom the Software is furnished to do so, subject to the fol-
|
|
||||||
lowing conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included
|
|
||||||
in all copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
|
||||||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-
|
|
||||||
ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
||||||
SHALL THE X JAPANESE DOCUMENTATION PROJECT BE LIABLE FOR ANY CLAIM,
|
|
||||||
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
|
||||||
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
|
|
||||||
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
||||||
|
|
||||||
Except as contained in this notice, the name of The X Japanese
|
|
||||||
Documentation Project shall not be used in advertising or otherwise to
|
|
||||||
promote the sale, use or other dealings in this Software without prior
|
|
||||||
written authorization from The X Japanese Documentation Project.
|
|
||||||
|
|
||||||
X Window System is a trademark of The Open Group.
|
|
@ -1,7 +0,0 @@
|
|||||||
BINDIR= ${PREFIX}
|
|
||||||
SUBDIR= man1 man3 man5
|
|
||||||
|
|
||||||
makedb:
|
|
||||||
LANG=ja_JP.EUC jmakewhatis ${DESTDIR}${BINDIR}/man/ja/
|
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
|
@ -1,23 +0,0 @@
|
|||||||
PREFIX?= /usr/local
|
|
||||||
MANDIR= ${PREFIX}/man/ja/man
|
|
||||||
MROFF_CMD= /usr/local/bin/groff -Tnippon -man
|
|
||||||
|
|
||||||
NOMLINKS= yes
|
|
||||||
|
|
||||||
afterinstall:
|
|
||||||
.if defined(MLINKS) && !empty(MLINKS)
|
|
||||||
@set `echo ${MLINKS} " " | sed 's/\.\([^.]\)\([^.]*\) /.\1\2 \1 /g'`; \
|
|
||||||
while : ; do \
|
|
||||||
case $$# in \
|
|
||||||
0) break;; \
|
|
||||||
[123]) echo "warn: empty MLINK: $$1 $$2 $$3"; break;; \
|
|
||||||
esac; \
|
|
||||||
name=$$1; shift; sect=$$1; shift; \
|
|
||||||
l=${DESTDIR}${MANDIR}$${sect}${MANSUBDIR}/$$name; \
|
|
||||||
name=$$1; shift; sect=$$1; shift; \
|
|
||||||
t=${DESTDIR}${MANDIR}$${sect}${MANSUBDIR}/$$name; \
|
|
||||||
${ECHO} $${t}${ZEXT} -\> $${l}${ZEXT}; \
|
|
||||||
rm -f $${t} $${t}${MCOMPRESS_EXT}; \
|
|
||||||
ln $${l}${ZEXT} $${t}${ZEXT}; \
|
|
||||||
done
|
|
||||||
.endif
|
|
@ -1,17 +0,0 @@
|
|||||||
Japanized X manual, presented by "The X Japanese Documentation Project".
|
|
||||||
|
|
||||||
Copyright (c) 1993 The Regents of the University of California.
|
|
||||||
All rights reserved.
|
|
||||||
Copyright (c) 1998-1999 The X Japanese Documentation Project.
|
|
||||||
|
|
||||||
This product includes software developed by
|
|
||||||
the University of California, Lawrence Berkeley Laboratory.
|
|
||||||
|
|
||||||
X Japanese Documentation Project <URL:http://xjman.dsl.gr.jp>
|
|
||||||
X Free86(TM): Home Page <URL:http://www.xfree86.org>
|
|
||||||
The X Window System <URL:http://www.x.org>
|
|
||||||
|
|
||||||
WWW: http://xjman.dsl.gr.jp/
|
|
||||||
|
|
||||||
- SADA Kenji
|
|
||||||
sada@FreeBSD.ORG
|
|
@ -1,8 +0,0 @@
|
|||||||
Copyright (c) 1993 The Regents of the University of California.
|
|
||||||
All rights reserved.
|
|
||||||
Copyright (c) 1998-2001 The X Japanese Documentation Project.
|
|
||||||
--
|
|
||||||
This product includes software developed by
|
|
||||||
the University of California, Lawrence Berkeley Laboratory.
|
|
||||||
--
|
|
||||||
Refer to the documentations at `PREFIX/share/doc/xjman/'.
|
|
@ -1 +0,0 @@
|
|||||||
@comment
|
|
47
japanese/xjman/scripts/configure
vendored
47
japanese/xjman/scripts/configure
vendored
@ -1,47 +0,0 @@
|
|||||||
exec /usr/bin/perl -Sx "$0" ${1+"$@"}
|
|
||||||
#! perl
|
|
||||||
|
|
||||||
$WRKSRC = $ENV{'WRKSRC'};
|
|
||||||
@MANSECS = split(/\s+/, $ENV{'MANSECS'});
|
|
||||||
|
|
||||||
for $sec (@MANSECS) {
|
|
||||||
print "===> Creating Makefile in man${sec}\n";
|
|
||||||
|
|
||||||
chdir "$WRKSRC/man$sec";
|
|
||||||
@manpages = ();
|
|
||||||
@mlinks = ();
|
|
||||||
|
|
||||||
for $manpage (<*.${sec}>) {
|
|
||||||
open(F, $manpage) || die "cannot open $manpage: $!\n";
|
|
||||||
$_ = <F>;
|
|
||||||
chop;
|
|
||||||
close(F);
|
|
||||||
if (/^\.so /) {
|
|
||||||
($real = $') =~ s!^man./!!;
|
|
||||||
push(@mlinks, "$real\t$manpage");
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
push(@manpages, $manpage);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
open(MAKEFILE, '>Makefile');
|
|
||||||
|
|
||||||
if (@manpages) {
|
|
||||||
print MAKEFILE join("\t\\\n\t", "MAN${sec} =", sort @manpages);
|
|
||||||
print MAKEFILE "\n\n";
|
|
||||||
}
|
|
||||||
if (@mlinks) {
|
|
||||||
print MAKEFILE join("\t\\\n\t", "MLINKS =", sort @mlinks);
|
|
||||||
print MAKEFILE "\n\n";
|
|
||||||
}
|
|
||||||
|
|
||||||
print MAKEFILE <<EOF;
|
|
||||||
pages-list:
|
|
||||||
@\${ECHO} \${MAN${sec}} \${MLINKS}
|
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
|
||||||
EOF
|
|
||||||
|
|
||||||
close(MAKEFILE);
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user