Index: head/devel/c_c++_reference/Makefile =================================================================== --- head/devel/c_c++_reference/Makefile (revision 34346) +++ head/devel/c_c++_reference/Makefile (revision 34347) @@ -1,29 +1,27 @@ # New ports collection makefile for: c_c++_reference.tar.gz # Date created: 8 March 2000 -# Whom: imura@FreeBSD.org +# Whom: imura@af.airnet.ne.jp # # $FreeBSD$ # PORTNAME= c_c++_reference PORTVERSION= 1.08 CATEGORIES= devel MASTER_SITES= ftp://129.187.206.68/pub/unix/ide/KDevelop/documentation/ \ ftp://gd.tuwien.ac.at/hci/KDevelop/documentation/ \ ftp://fara.cs.uni-potsdam.de/pub/kdevelop/documentation/ DISTNAME= ${PORTNAME} -MAINTAINER= imura@FreeBSD.org +MAINTAINER= ports@FreeBSD.org -RUN_DEPENDS= kdevelop:${PORTSDIR}/devel/kdevelop${PKGNAMESUFFIX} +RUN_DEPENDS= kdevelop:${PORTSDIR}/devel/kdevelop EXTRACT_ONLY= # none NO_BUILD= yes - -QTTYPE?= # normal do-install: ${TAR} -xzf ${DISTDIR}/c_c++_reference.tar.gz -C ${PREFIX} ${CHOWN} -R 0:0 ${PREFIX}/share/doc/HTML/en/kdevelop/reference .include Property changes on: head/devel/c_c++_reference/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/devel/kdelibdocs/Makefile =================================================================== --- head/devel/kdelibdocs/Makefile (revision 34346) +++ head/devel/kdelibdocs/Makefile (revision 34347) @@ -1,26 +1,24 @@ # New ports collection makefile for: kdelibdocs # Date created: 8 Feb 2000 -# Whom: imura@FreeBSD.org +# Whom: imura@af.airnet.ne.jp # # $FreeBSD$ # PORTNAME= kdelibdocs PORTVERSION= 1.1 CATEGORIES= devel kde MASTER_SITES= ftp://129.187.206.68/pub/unix/ide/KDevelop/documentation/ \ ftp://gd.tuwien.ac.at/hci/KDevelop/documentation/ \ ftp://fara.cs.uni-potsdam.de/pub/kdevelop/documentation/ -MAINTAINER= imura@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS?= kdecore.3:${PORTSDIR}/x11/kdelibs11 USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= "--with-qtdoc-dir=${X11BASE}/share/doc/qt/html" \ "--with-qt-includes=${X11BASE}/include/X11/qt" - -PATCHDIR= ${.CURDIR}/files .include Property changes on: head/devel/kdelibdocs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/japanese/linux-netscape47-communicator/Makefile =================================================================== --- head/japanese/linux-netscape47-communicator/Makefile (revision 34346) +++ head/japanese/linux-netscape47-communicator/Makefile (revision 34347) @@ -1,18 +1,16 @@ # New ports collection makefile for: Netscape browser with Japanese resources # Date created: 24 Mar 2000 -# Whom: imura@FreeBSD.org +# Whom: imura@af.airnet.ne.jp # # $FreeBSD$ # RUN_DEPENDS= ${PREFIX}/bin/${BROWSER_ARC}-${BROWSER_VERSION}:${PORTSDIR}/www/linux-netscape47-${BROWSER} RUN_DEPENDS+= /compat/linux/usr/share/locale/ja_JP:${PORTSDIR}/japanese/linux_locale - -MAINTAINER= imura@FreeBSD.org BROWSER_ARC= ${BROWSER}-linux MASTERDIR_LINUX= ${.CURDIR}/../linux-netscape47-communicator NSUBDIR= lib/netscape-linux START_SCRIPT= ${MASTERDIR_LINUX}/files/start.sh.in .include "${.CURDIR}/../netscape47-communicator/Makefile" Property changes on: head/japanese/linux-netscape47-communicator/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/japanese/linux_locale/Makefile =================================================================== --- head/japanese/linux_locale/Makefile (revision 34346) +++ head/japanese/linux_locale/Makefile (revision 34347) @@ -1,49 +1,47 @@ # New ports collection makefile for: ja-linux_locale # Date created: March 20 2000 -# Whom: imura@FreeBSD.org +# Whom: imura@af.airnet.ne.jp # # $FreeBSD$ # PORTNAME= linux_locale PORTVERSION= ${VERSION}.0 CATEGORIES= japanese emulators linux -MASTER_SITES= ftp://ftp.debian.org/debian/dists/woody/main/source/admin/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= imura +MASTER_SITES= ftp://ftp.debian.org/debian/dists/woody/main/source/admin/ DISTNAME= locale-ja_${VERSION} -MAINTAINER= imura@FreeBSD.org +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LCDEF_CMD}:${PORTSDIR}/emulators/linux_base USE_LINUX_PREFIX= yes WRKSRC= ${WRKDIR}/locale-ja-${VERSION} PLIST_SUB= VER=${VERSION} VERSION= 18 SRCDEF= ${WRKSRC}/ja_JP CHARMAPS= ${WRKSRC}/charmaps/EUC-JP REPERTOIRE_MAP= ${LINUXBASE}/usr/share/i18n/repertoiremaps/charids.894 LCDEF_CMD= ${LINUXBASE}/usr/bin/localedef LCDEF_ARGS= --repertoire-map=${REPERTOIRE_MAP} \ -c -f ${CHARMAPS} -i ${SRCDEF} LCDIR= ${PREFIX}/usr/share/locale/ja_JP COMPAT_LC= ${PREFIX}/usr/share/locale/ja_JP.EUC DOCDIR= ${PREFIX}/usr/doc/locale-ja-${VERSION} do-build: ${MKDIR} ${WRKDIR}/LC_MESSAGES ${LCDEF_CMD} ${LCDEF_ARGS} ${WRKDIR} do-install: ${MKDIR} ${LCDIR}/LC_MESSAGES .for LC in COLLATE CTYPE MONETARY NUMERIC TIME ${INSTALL_DATA} ${WRKDIR}/LC_${LC} ${LCDIR} .endfor ${INSTALL_DATA} ${WRKDIR}/LC_MESSAGES/SYS_LC_MESSAGES ${LCDIR}/LC_MESSAGES ${LN} -sf ja_JP ${COMPAT_LC} ${MKDIR} ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/debian/* ${DOCDIR} .include Property changes on: head/japanese/linux_locale/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/japanese/msdosfs/Makefile =================================================================== --- head/japanese/msdosfs/Makefile (revision 34346) +++ head/japanese/msdosfs/Makefile (revision 34347) @@ -1,65 +1,65 @@ # Ports collection makefile for: mount_jamsdos # Date created: 3 July 2000 # Whom: Ryuichiro IMURA # # $FreeBSD$ # PORTNAME= msdosfs PORTVERSION= ${LAST_UPDATED} CATEGORIES= japanese MASTER_SITES= http://www.linkclub.or.jp/~clover/ \ ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= imura +MASTER_SITE_SUBDIR= asami DISTNAME= ${PORTNAME}-ja-20000421 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ mount_msdos-20000701.tar.gz -MAINTAINER= imura@FreeBSD.org +MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/${DISTNAME}/msdosfs.ja .include .if ${OSVERSION} >= 410001 && ${OSVERSION} < 500000 LAST_UPDATED= 20001027 PATCHDIR= ${MASTERDIR}/patches.4 .elif ${OSVERSION} >= 500013 LAST_UPDATED= 20001022 PATCHDIR= ${MASTERDIR}/patches.5 NO_PACKAGE= "to avoid crashing a machine when try to install incorrect version" .else LAST_UPDATED= 20001007 BROKEN= "It may not work with your FreeBSD version (but I'm not sure)" .endif post-extract: cd ${WRKDIR}/mount ; co RCS/*,v cd ${WRKDIR}/mount_msdos ; co RCS/*,v ${LN} -s ${WRKSRC} ${WRKSRC}/msdosfs ${LN} -s ${WRKSRC}/msdosfsmount.h ${WRKDIR}/mount_msdos pre-build: @if [ ! -d /sys -o ! -d /usr/src/sys ]; then \ ${ECHO} "****************************************" ; \ ${ECHO} " You need to extract kernel source tree" ; \ ${ECHO} " before you build this package..." ; \ ${ECHO} "****************************************" ; \ ${FALSE} ; \ fi post-build: cd ${WRKDIR}/mount_msdos && ${MAKE} ${SED} -e "s,@@PREFIX@@,${PREFIX}," ${FILESDIR}/ja-msdosfs.sh \ > ${WRKDIR}/ja-msdosfs.sh do-install: ${MKDIR} ${PREFIX}/lib/ja-msdosfs ${INSTALL_PROGRAM} ${WRKDIR}/mount_msdos/mount_jamsdos ${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/msdos_ja.ko ${PREFIX}/lib/ja-msdosfs ${INSTALL_SCRIPT} ${WRKDIR}/ja-msdosfs.sh ${PREFIX}/etc/rc.d post-install: /sbin/kldload ${PREFIX}/lib/ja-msdosfs/msdos_ja.ko .include Property changes on: head/japanese/msdosfs/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/japanese/msdosfs/pkg-descr =================================================================== --- head/japanese/msdosfs/pkg-descr (revision 34346) +++ head/japanese/msdosfs/pkg-descr (revision 34347) @@ -1,9 +1,9 @@ You can mount a Japanese FAT file system via "mount_jamsdos" command. Be sure that "msdos_ja.ko" is already dynamically linked into the kernal before you type "mount_jamsdos" (see kldstat(8)). The author is Toshihiko Arai . WWW: http://www.linkclub.or.jp/~clover/msdosfs.html -- R. Imura +- R. Imura Property changes on: head/japanese/msdosfs/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/linux-lesstif-ns/Makefile =================================================================== --- head/www/linux-lesstif-ns/Makefile (revision 34346) +++ head/www/linux-lesstif-ns/Makefile (revision 34347) @@ -1,46 +1,46 @@ # New ports collection makefile for: linux-lesstif-ns # Date created: 7 May 2000 -# Whom: imura@FreeBSD.org +# Whom: imura@af.airnet.ne.jp # # $FreeBSD$ # PORTNAME= lesstif PORTVERSION= 0.91.0 CATEGORIES= www x11-toolkits linux MASTER_SITES= ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/ \ ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ \ ftp://ftp.fu-berlin.de/unix/X11/gui/lesstif/srcdist/ \ ftp://ftp.win.or.jp/pub/X11/misc/lesstif/srcdist/ PKGNAMEPREFIX= linux- PKGNAMESUFFIX= -ns PATCH_SITES= http://cgi.shikoku.ne.jp/~fun/srpms/ PATCHFILES= ${DISTNAME}-i18n.patch PATCH_DIST_STRIP= -p1 -MAINTAINER= imura@FreeBSD.org +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LINUXBASE}/usr/bin/cc:${PORTSDIR}/devel/linux_devtools USE_LINUX_PREFIX= yes PREFIX= ${LINUXBASE}${X11BASE} HAS_CONFIGURE= yes CONFIGURE_ARGS= --host=${MACHINE_ARCH}--linux-gnu --enable-shared --enable-production \ --disable-build-20 --disable-debug --no-recursion \ --without-motif --disable-build-Xlt --disable-build-Xbae GMAKE= ${LINUXBASE}/usr/bin/make do-build: cd ${WRKSRC}/lib/Xm && ${GMAKE} do-install: ${INSTALL_SCRIPT} ${WRKSRC}/lib/Xm/.libs/libXm.so.1.0.2 \ ${PREFIX}/lib/libXm-ns.so.1.0.2 ${LN} -sf libXm-ns.so.1.0.2 ${PREFIX}/lib/libXm.so.1 ${LN} -sf libXm.so.1 ${PREFIX}/lib/libXm.so ${LINUXBASE}/sbin/ldconfig .include CONFIGURE_ENV+= ${LINUXBASE}/bin/bash Property changes on: head/www/linux-lesstif-ns/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/www/linux-lesstif-ns/pkg-descr =================================================================== --- head/www/linux-lesstif-ns/pkg-descr (revision 34346) +++ head/www/linux-lesstif-ns/pkg-descr (revision 34347) @@ -1,12 +1,12 @@ LessTif is a API compatible clone of the Motif. Currently Motif (statically linked by Netscape4) has a critical bug around multi-byte handling in TextWidget such as and