diff options
117 files changed, 6 insertions, 4586 deletions
diff --git a/devel/Makefile b/devel/Makefile index bc06d9ca64c..a55c62f58d7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.638 2005/05/18 22:06:07 wiz Exp $ +# $NetBSD: Makefile,v 1.639 2005/05/18 22:39:00 wiz Exp $ # COMMENT= Development utilities @@ -495,7 +495,6 @@ SUBDIR+= prc-tools SUBDIR+= prcs SUBDIR+= pth SUBDIR+= pthread-sem -SUBDIR+= ptl2 SUBDIR+= pvs SUBDIR+= pwlib SUBDIR+= py-InlineEgg diff --git a/devel/ptl2/DESCR b/devel/ptl2/DESCR deleted file mode 100644 index ac28fa3cf7a..00000000000 --- a/devel/ptl2/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -This is PTL2 -- Portable Thread Library 2 written by Kota Abe. - -This library is based on the standard "POSIX 1003.1c" and works on BSD UNIX -(architecture-independent!). diff --git a/devel/ptl2/Makefile b/devel/ptl2/Makefile deleted file mode 100644 index 1af5d7dae3c..00000000000 --- a/devel/ptl2/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# $NetBSD: Makefile,v 1.48 2005/04/11 21:45:37 tv Exp $ - -DISTNAME= PTL-2.1.9 -PKGNAME= ptl-2.1.9 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.media.osaka-cu.ac.jp/pub/PTL/PTL2/ - -PATCH_SITES= ${MASTER_SITES} - -MAINTAINER= msaitoh@NetBSD.org -HOMEPAGE= http://www.media.osaka-cu.ac.jp/~k-abe/PTL/ -COMMENT= Portable user-level Thread Library 2 written by Kota Abe - -USE_PERL5= build -MAKE_ENV= INSTALL_PROGRAM="${INSTALL_SCRIPT}" -PLIST_SRC= ${WRKDIR}/PLIST - -# This needs a fair bit of work on Darwin and IRIX, so for now disable. -NOT_FOR_PLATFORM= Darwin-*-* IRIX-*-* - -post-install: - @${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/PTL/include - @${FIND} ${PREFIX}/PTL/include -type f -name "*.orig" -print | ${XARGS} ${RM} - @${FIND} ${PREFIX}/PTL/include -type d -print | ${XARGS} ${CHMOD} 755 - @${FIND} ${PREFIX}/PTL/include -type f -print | ${XARGS} ${CHMOD} 444 - @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} - @cd ${PREFIX}; \ - ${FIND} PTL -type f -print >>${PLIST_SRC}; \ - for LINK in `${FIND} PTL -type l -print`; do \ - set - X `${FILE_CMD} $$LINK`; \ - ${ECHO} "@exec ${LN} -s $$6 %D/$$LINK" >>${PLIST_SRC}; \ - ${ECHO} "@unexec ${RM} -f %D/$$LINK" >>${PLIST_SRC}; \ - done; \ - for DIR in `${FIND} PTL -type d -print | sort -r`; do \ - if [ -z "`ls $$DIR`" ]; then \ - ${ECHO} "@exec ${MKDIR} %D/$$DIR" >>${PLIST_SRC}; \ - fi; \ - ${ECHO} "@dirrm $$DIR" >>${PLIST_SRC}; \ - done - -.include "../../mk/bsd.pkg.mk" diff --git a/devel/ptl2/PLIST b/devel/ptl2/PLIST deleted file mode 100644 index eb71cb1f390..00000000000 --- a/devel/ptl2/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2002/12/12 07:07:05 msaitoh Exp $ -bin/ptlgcc -bin/ptlg++ -lib/libPTL.a -lib/libPTL.so -lib/libPTL.so.2.1 diff --git a/devel/ptl2/distinfo b/devel/ptl2/distinfo deleted file mode 100644 index d9e3ce57414..00000000000 --- a/devel/ptl2/distinfo +++ /dev/null @@ -1,7 +0,0 @@ -$NetBSD: distinfo,v 1.12 2005/02/23 22:24:31 agc Exp $ - -SHA1 (PTL-2.1.9.tar.gz) = 8ad35279a618f639d6fd0556c3053ca192ce50ee -RMD160 (PTL-2.1.9.tar.gz) = 88cfdf19ab44ec089d6ef0ce7c1509d467990703 -Size (PTL-2.1.9.tar.gz) = 694271 bytes -SHA1 (patch-aa) = 238660e4087b41e296f4048e65f8e54486c97dd8 -SHA1 (patch-ab) = 501fa5218757f9e47cc8d9b78f33082019517dcb diff --git a/devel/ptl2/patches/patch-aa b/devel/ptl2/patches/patch-aa deleted file mode 100644 index 38555746106..00000000000 --- a/devel/ptl2/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2002/12/12 07:07:05 msaitoh Exp $ ---- Makefile.orig Tue Nov 26 21:19:42 2002 -+++ Makefile Thu Dec 12 15:26:47 2002 -@@ -7,7 +7,7 @@ - # - - # Install directory --prefix = /usr/local -+prefix = ${PREFIX} - exec_prefix = $(prefix) - - # Directory to install ptlgcc diff --git a/devel/ptl2/patches/patch-ab b/devel/ptl2/patches/patch-ab deleted file mode 100644 index 08f15147090..00000000000 --- a/devel/ptl2/patches/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ -$NetBSD: patch-ab,v 1.6 2000/05/07 11:18:20 msaitoh Exp $ ---- Util/Makefile.in.orig Thu Feb 3 12:44:33 2000 -+++ Util/Makefile.in Mon Feb 21 00:12:18 2000 -@@ -292,7 +292,6 @@ - @echo "Loading $@ ... " - $(MKSHLIBCMD) -o $@ $(LIBRARY_OBJS_PIC) $(LIBC_R_OBJS_PIC) $(NET_R_OBJS_PIC) $(altsysdir)/*.po - -rm -f $(SHARED_LIBRARY) -- $(LN_S) $@ $(SHARED_LIBRARY) - @echo done - - # misc.c must be compiled without -O option diff --git a/emulators/Makefile b/emulators/Makefile index 4d94a63052a..8cc3dfdf382 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.129 2005/04/22 19:17:14 wiz Exp $ +# $NetBSD: Makefile,v 1.130 2005/05/18 22:39:00 wiz Exp $ # COMMENT= Emulators for other operating systems @@ -52,7 +52,6 @@ SUBDIR+= hercules SUBDIR+= hercules-images SUBDIR+= ia64sim SUBDIR+= libspectrum -SUBDIR+= linux-locale SUBDIR+= linuxppc_lib SUBDIR+= lrmi SUBDIR+= m1 diff --git a/emulators/linux-locale/DESCR b/emulators/linux-locale/DESCR deleted file mode 100644 index 87006c280c5..00000000000 --- a/emulators/linux-locale/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -Locales for Linux - -These RPM files are supplementary locales for Linux. -Many languages are not supproted by default by GNU libc. diff --git a/emulators/linux-locale/Makefile b/emulators/linux-locale/Makefile deleted file mode 100644 index 842274a3205..00000000000 --- a/emulators/linux-locale/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# $NetBSD: Makefile,v 1.20 2004/07/30 09:03:11 wiz Exp $ - -DISTNAME= locales-2.1-1mdk -PKGNAME= linux-locale-2.1.1 -CATEGORIES= emulators -MASTER_SITES= # http://www.linuxi18n.org/locales/ -EXTRACT_SUFX= .noarch.rpm -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= sakamoto@NetBSD.org -HOMEPAGE= http://www.linuxi18n.org/locales/ -COMMENT= Locales for Linux - -BUILD_DEPENDS+= rpm-[0-9]*:../../misc/rpm - -.include "../../mk/bsd.prefs.mk" -.if !defined(LINUX_LOCALES) -LINUX_LOCALES= \ - af ar bg br ca cs cy da de el en eo es et eu fi fo fr ga gl \ - he hr hu hy id is it ja ka kl ko lo lt lv nl no oc pl pt ro \ - ru sk sl sr sv th tr uk vi wa zh -# fa gd gv iu kw ml ms pd -.endif - -.for locale in ${LINUX_LOCALES} -DISTFILES+= locales-${locale}-2.1-1mdk${EXTRACT_SUFX} -.endfor - -DIST_SUBDIR= linux-locale - -ONLY_FOR_PLATFORM=NetBSD-*-i386 -DEPENDS= suse_base>=6.3:../../emulators/${SUSE_DIR_PREFIX}_base - -EXTRACT_ONLY= # empty -NO_CONFIGURE= yes -NO_BUILD= yes - -EMULSUBDIR= emul/linux -EMULDIR= ${PREFIX}/${EMULSUBDIR} -PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC -EXCLUDELIST= ${WRKDIR}/EXCLUDE -CPIOLIST= ${WRKDIR}/CPIOLIST -CHECK_SHLIBS= no - -do-install: - @${RM} -f ${CPIOLIST} - @(cd ${EMULDIR}; \ - ${FIND} usr/share/locale -name "*" -print > ${EXCLUDELIST}) -.for f in ${DISTFILES} - @rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${f} | \ - cpio -t -v -f -E ${EXCLUDELIST} >> ${CPIOLIST} - @(cd ${EMULDIR}; rpm2cpio ${DISTDIR}/${DIST_SUBDIR}/${f} | \ - cpio -i -d -f -E ${EXCLUDELIST}) -.endfor - -post-install: - @${CAT} ${CPIOLIST}|${GREP} "^d"|${SED} -e "s|.* \(usr\/.*\)|@exec ${MKDIR} ${EMULDIR}/\1|"|sort >> ${PLIST_SRC} - @${CAT} ${CPIOLIST}|${GREP} "^-"|${SED} -e "s|.* \(usr\/.*\)|${EMULSUBDIR}/\1|"|sort >> ${PLIST_SRC} - @${CAT} ${CPIOLIST}|${GREP} "^l"|${SED} -e "s|.* \(usr\/.*\) -> \(.*\)|@exec ln -s \2 %D/${EMULSUBDIR}/\1|"|sort >> ${PLIST_SRC} - @${CAT} ${CPIOLIST}|${GREP} "^l"|${SED} -e "s|.* \(usr\/.*\) -> .*|@unexec rm -f %D/${EMULSUBDIR}/\1|"|sort >> ${PLIST_SRC} - @${CAT} ${CPIOLIST}|${GREP} "^d"|${SED} -e "s|.* \(usr\/.*\)|@dirrm ${EMULSUBDIR}/\1|"|sort -r >> ${PLIST_SRC} - -.include "../../emulators/suse_linux/Makefile.application" -.include "../../mk/bsd.pkg.mk" diff --git a/emulators/linux-locale/distinfo b/emulators/linux-locale/distinfo deleted file mode 100644 index 9b494569f75..00000000000 --- a/emulators/linux-locale/distinfo +++ /dev/null @@ -1,158 +0,0 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 18:49:19 agc Exp $ - -SHA1 (linux-locale/locales-2.1-1mdk.noarch.rpm) = 2553fd3eea5862a527eb54567f0dfe653a712ec1 -RMD160 (linux-locale/locales-2.1-1mdk.noarch.rpm) = 780590b003374676a1ef02d80a34ae8ab0c0ec8d -Size (linux-locale/locales-2.1-1mdk.noarch.rpm) = 29296 bytes -SHA1 (linux-locale/locales-af-2.1-1mdk.noarch.rpm) = 73281eb73d79b346c462c44431920f88c864a46c -RMD160 (linux-locale/locales-af-2.1-1mdk.noarch.rpm) = 445aff1700d2e082ab1aed825f47118bb3369ccd -Size (linux-locale/locales-af-2.1-1mdk.noarch.rpm) = 16862 bytes -SHA1 (linux-locale/locales-ar-2.1-1mdk.noarch.rpm) = 2d0c05e8e0a66d94570de68f434e9d5b6d816512 -RMD160 (linux-locale/locales-ar-2.1-1mdk.noarch.rpm) = 301406bdb923f8f6f22047f885766e1663bb1fff -Size (linux-locale/locales-ar-2.1-1mdk.noarch.rpm) = 16573 bytes -SHA1 (linux-locale/locales-bg-2.1-1mdk.noarch.rpm) = 1ca7534c5ee96f86b821a432ddfa2ad7d2f635a5 -RMD160 (linux-locale/locales-bg-2.1-1mdk.noarch.rpm) = 246f205a63dd1a2063e416cb6125fd41f7dc7a5b -Size (linux-locale/locales-bg-2.1-1mdk.noarch.rpm) = 16966 bytes -SHA1 (linux-locale/locales-br-2.1-1mdk.noarch.rpm) = 1bacccd92e53e061f3ba51ad872f204d7e05316e -RMD160 (linux-locale/locales-br-2.1-1mdk.noarch.rpm) = 860f5b71649b7cd9fb2b97a240a4c4b61a25c585 -Size (linux-locale/locales-br-2.1-1mdk.noarch.rpm) = 43232 bytes -SHA1 (linux-locale/locales-ca-2.1-1mdk.noarch.rpm) = b8b236fce735f8051e69e17d31c534fa84a5f695 -RMD160 (linux-locale/locales-ca-2.1-1mdk.noarch.rpm) = af1bde9dabbd99ed4631bc8bf57105c4646d7982 -Size (linux-locale/locales-ca-2.1-1mdk.noarch.rpm) = 31080 bytes -SHA1 (linux-locale/locales-cs-2.1-1mdk.noarch.rpm) = d3db26bfc6c3d0f98933654d538839a875492fde -RMD160 (linux-locale/locales-cs-2.1-1mdk.noarch.rpm) = 1a2fd031c2cdccd7679b48205ba930964d3eb959 -Size (linux-locale/locales-cs-2.1-1mdk.noarch.rpm) = 16634 bytes -SHA1 (linux-locale/locales-cy-2.1-1mdk.noarch.rpm) = 5c6431df957de4ac46afb1b792d7ecb316763151 -RMD160 (linux-locale/locales-cy-2.1-1mdk.noarch.rpm) = 3d996d8cb8cc8a885d1b83aab5e37b0625f8b5aa -Size (linux-locale/locales-cy-2.1-1mdk.noarch.rpm) = 46499 bytes -SHA1 (linux-locale/locales-da-2.1-1mdk.noarch.rpm) = d4a4da1dad8e7d3c6080b2dd342f70aa475104a6 -RMD160 (linux-locale/locales-da-2.1-1mdk.noarch.rpm) = c70925dfe2acea3388d81b14bb7cbb87fc6a4116 -Size (linux-locale/locales-da-2.1-1mdk.noarch.rpm) = 30027 bytes -SHA1 (linux-locale/locales-de-2.1-1mdk.noarch.rpm) = c3c4c4b466ffde44059710c8e016a26aae0808ce -RMD160 (linux-locale/locales-de-2.1-1mdk.noarch.rpm) = e9c3a043afcf892473ae44e0b273a1c5f677efcf -Size (linux-locale/locales-de-2.1-1mdk.noarch.rpm) = 100453 bytes -SHA1 (linux-locale/locales-el-2.1-1mdk.noarch.rpm) = 3b82f2b859d6a15e9298d3e34f5a511354fb127d -RMD160 (linux-locale/locales-el-2.1-1mdk.noarch.rpm) = 4d3bfffde50aa56f6d8144d3d9e6164dfaf8c161 -Size (linux-locale/locales-el-2.1-1mdk.noarch.rpm) = 5942 bytes -SHA1 (linux-locale/locales-en-2.1-1mdk.noarch.rpm) = 1b3b38534c473ac270f535b61d548186c352577d -RMD160 (linux-locale/locales-en-2.1-1mdk.noarch.rpm) = 3afbea4c07d60c147e4590f7e5b035aecf64d10e -Size (linux-locale/locales-en-2.1-1mdk.noarch.rpm) = 121436 bytes -SHA1 (linux-locale/locales-eo-2.1-1mdk.noarch.rpm) = 64651e3f18b564fa74c3979f038202be641944a2 -RMD160 (linux-locale/locales-eo-2.1-1mdk.noarch.rpm) = c3f3e6edaaa15a03ec9702fcbb0d461adc17d536 -Size (linux-locale/locales-eo-2.1-1mdk.noarch.rpm) = 17164 bytes -SHA1 (linux-locale/locales-es-2.1-1mdk.noarch.rpm) = 8ea829354dbb057636e80fb5e473b894bbde4ca2 -RMD160 (linux-locale/locales-es-2.1-1mdk.noarch.rpm) = c5b8807298f67f05608e1eea1ad63def07ef9c28 -Size (linux-locale/locales-es-2.1-1mdk.noarch.rpm) = 237745 bytes -SHA1 (linux-locale/locales-et-2.1-1mdk.noarch.rpm) = 9aeb67f84fae620b6d16e71a37604503e57e4873 -RMD160 (linux-locale/locales-et-2.1-1mdk.noarch.rpm) = 1354e9a16b59b988de43dcada0af9f2edae8e4ef -Size (linux-locale/locales-et-2.1-1mdk.noarch.rpm) = 78197 bytes -SHA1 (linux-locale/locales-eu-2.1-1mdk.noarch.rpm) = 4842fce78d025d835658a3d2112bdd0631549e9c -RMD160 (linux-locale/locales-eu-2.1-1mdk.noarch.rpm) = fd66058eb943480656f35b4f821b95eea2168385 -Size (linux-locale/locales-eu-2.1-1mdk.noarch.rpm) = 30426 bytes -SHA1 (linux-locale/locales-fi-2.1-1mdk.noarch.rpm) = 2b40d02d7a7930e2fab2a278296bc4d6e821e146 -RMD160 (linux-locale/locales-fi-2.1-1mdk.noarch.rpm) = 9f0605a884dc7308a16bb562dc0d7c6eaf9c6d16 -Size (linux-locale/locales-fi-2.1-1mdk.noarch.rpm) = 29743 bytes -SHA1 (linux-locale/locales-fo-2.1-1mdk.noarch.rpm) = c889a3b3d87a024d641a4bf598b1bed14531ad21 -RMD160 (linux-locale/locales-fo-2.1-1mdk.noarch.rpm) = 118dbe494edc039d7bd177a09a39a2806d3858a3 -Size (linux-locale/locales-fo-2.1-1mdk.noarch.rpm) = 17142 bytes -SHA1 (linux-locale/locales-fr-2.1-1mdk.noarch.rpm) = 341b9326a96e18fb7f33abf900e72664fc741b90 -RMD160 (linux-locale/locales-fr-2.1-1mdk.noarch.rpm) = 8da16b32f08aa3e93f745872c13248e2ed80b0cf -Size (linux-locale/locales-fr-2.1-1mdk.noarch.rpm) = 112792 bytes -SHA1 (linux-locale/locales-ga-2.1-1mdk.noarch.rpm) = 23aea4e3e4a63b07bd13d02f7b1ddb6b5d508b92 -RMD160 (linux-locale/locales-ga-2.1-1mdk.noarch.rpm) = 32746147bdb08cbda3147f1dc27b6ff7f1245d49 -Size (linux-locale/locales-ga-2.1-1mdk.noarch.rpm) = 41893 bytes -SHA1 (linux-locale/locales-gl-2.1-1mdk.noarch.rpm) = 101977fdf644e8295a0bd1bf1ac0fd8de6e22178 -RMD160 (linux-locale/locales-gl-2.1-1mdk.noarch.rpm) = 46877d685567c8db77004423e5b083d3df938353 -Size (linux-locale/locales-gl-2.1-1mdk.noarch.rpm) = 31150 bytes -SHA1 (linux-locale/locales-he-2.1-1mdk.noarch.rpm) = 0a793d83926420a805b78641313919995a0b70f9 -RMD160 (linux-locale/locales-he-2.1-1mdk.noarch.rpm) = 6d4cefd769954acda2a4ca868a9382dbafa6ac89 -Size (linux-locale/locales-he-2.1-1mdk.noarch.rpm) = 16582 bytes -SHA1 (linux-locale/locales-hr-2.1-1mdk.noarch.rpm) = b68e51601a5de4ded189860333e2eaa5232aebba -RMD160 (linux-locale/locales-hr-2.1-1mdk.noarch.rpm) = c5d3a9fbe0b4213eb1f01ee5bdcf6a047d1df11a -Size (linux-locale/locales-hr-2.1-1mdk.noarch.rpm) = 17723 bytes -SHA1 (linux-locale/locales-hu-2.1-1mdk.noarch.rpm) = 5739b6956df8adff587d120e474d99e4115ac315 -RMD160 (linux-locale/locales-hu-2.1-1mdk.noarch.rpm) = c025a0619d03a4ba239d08ffe4d184ae29710011 -Size (linux-locale/locales-hu-2.1-1mdk.noarch.rpm) = 18964 bytes -SHA1 (linux-locale/locales-hy-2.1-1mdk.noarch.rpm) = 622bb7d78fc617af2aafb012af09cb4d298919de -RMD160 (linux-locale/locales-hy-2.1-1mdk.noarch.rpm) = dd119f93bfb91ca65909ca74356c188f4dbbb106 -Size (linux-locale/locales-hy-2.1-1mdk.noarch.rpm) = 17100 bytes -SHA1 (linux-locale/locales-id-2.1-1mdk.noarch.rpm) = af02f8fb058e30208ed9a105f1260e7af56aabf2 -RMD160 (linux-locale/locales-id-2.1-1mdk.noarch.rpm) = 78d5224844080b257b811fd30830b11c4ffcc2a9 -Size (linux-locale/locales-id-2.1-1mdk.noarch.rpm) = 17186 bytes -SHA1 (linux-locale/locales-is-2.1-1mdk.noarch.rpm) = d9eed82c3806567474ccda7da99f89988f36cf5f -RMD160 (linux-locale/locales-is-2.1-1mdk.noarch.rpm) = c1091e5853431cd9508872817b10d23360de43ad -Size (linux-locale/locales-is-2.1-1mdk.noarch.rpm) = 29478 bytes -SHA1 (linux-locale/locales-it-2.1-1mdk.noarch.rpm) = 503e0e39080f8681f1802a3b0516d5ad61ddb755 -RMD160 (linux-locale/locales-it-2.1-1mdk.noarch.rpm) = ce7b1f728fe847d3c94718ba418f151bb6da6c62 -Size (linux-locale/locales-it-2.1-1mdk.noarch.rpm) = 29694 bytes -SHA1 (linux-locale/locales-ja-2.1-1mdk.noarch.rpm) = 28d36e955fe599027537029dbb2a82b6852838c1 -RMD160 (linux-locale/locales-ja-2.1-1mdk.noarch.rpm) = e7e823b8277df7e33268c456c732e2a69b9b38a9 -Size (linux-locale/locales-ja-2.1-1mdk.noarch.rpm) = 139531 bytes -SHA1 (linux-locale/locales-ka-2.1-1mdk.noarch.rpm) = e1a743fb7c92d30329f4687c75e74a18d0540f29 -RMD160 (linux-locale/locales-ka-2.1-1mdk.noarch.rpm) = cfa8fd96d9c6f0d5a1f605e96f385f47e0311001 -Size (linux-locale/locales-ka-2.1-1mdk.noarch.rpm) = 48057 bytes -SHA1 (linux-locale/locales-kl-2.1-1mdk.noarch.rpm) = 652b6d34375d2df1a7abc28b679fec933d9fc3cd -RMD160 (linux-locale/locales-kl-2.1-1mdk.noarch.rpm) = d4caac0ffbb05e0bef8051f83ba53a748799fa8f -Size (linux-locale/locales-kl-2.1-1mdk.noarch.rpm) = 17154 bytes -SHA1 (linux-locale/locales-ko-2.1-1mdk.noarch.rpm) = c3a2d58bcacc71a2c62e122fe4242453f199c310 -RMD160 (linux-locale/locales-ko-2.1-1mdk.noarch.rpm) = a6d923af8a71f83a2303c98ad44ceb50496d8764 -Size (linux-locale/locales-ko-2.1-1mdk.noarch.rpm) = 17455 bytes -SHA1 (linux-locale/locales-lo-2.1-1mdk.noarch.rpm) = 2f3b1f41448092263230ec5477787ee56f33342c -RMD160 (linux-locale/locales-lo-2.1-1mdk.noarch.rpm) = 99824b5a81411867bef717dfece4bbc53cfb5021 -Size (linux-locale/locales-lo-2.1-1mdk.noarch.rpm) = 40056 bytes -SHA1 (linux-locale/locales-lt-2.1-1mdk.noarch.rpm) = 9dc1404a8b129fb46b1dd40f2ff61611bf4bea49 -RMD160 (linux-locale/locales-lt-2.1-1mdk.noarch.rpm) = 214db7418e78aee72d79412125a1cf153e75bb44 -Size (linux-locale/locales-lt-2.1-1mdk.noarch.rpm) = 76887 bytes -SHA1 (linux-locale/locales-lv-2.1-1mdk.noarch.rpm) = 53a71fb109af272d86e6bb08655a4f108979a29e -RMD160 (linux-locale/locales-lv-2.1-1mdk.noarch.rpm) = a3fa85744595e6baa9fffed8461e88cd6caf197e -Size (linux-locale/locales-lv-2.1-1mdk.noarch.rpm) = 17552 bytes -SHA1 (linux-locale/locales-nl-2.1-1mdk.noarch.rpm) = da0b61819f3d7c445641d1da3a75b821c2c173e4 -RMD160 (linux-locale/locales-nl-2.1-1mdk.noarch.rpm) = 55cf4f6d6ab166369b1d4c912f413b0a29e6ab69 -Size (linux-locale/locales-nl-2.1-1mdk.noarch.rpm) = 53249 bytes -SHA1 (linux-locale/locales-no-2.1-1mdk.noarch.rpm) = 0d9bd6553ecf108084663bd34340ee02dc8ad920 -RMD160 (linux-locale/locales-no-2.1-1mdk.noarch.rpm) = 6faa99acd12eb63261e0532bf4a7617c4e355ce5 -Size (linux-locale/locales-no-2.1-1mdk.noarch.rpm) = 30019 bytes -SHA1 (linux-locale/locales-oc-2.1-1mdk.noarch.rpm) = 2b8762091aec69c4b0023772a6a454c0f7bda8c6 -RMD160 (linux-locale/locales-oc-2.1-1mdk.noarch.rpm) = 73f6a4412be12bb6ffca8172d334b238b24a67be -Size (linux-locale/locales-oc-2.1-1mdk.noarch.rpm) = 17339 bytes -SHA1 (linux-locale/locales-pl-2.1-1mdk.noarch.rpm) = 84ed5ec6a8892e19b79e3bf496030bdc209d455e -RMD160 (linux-locale/locales-pl-2.1-1mdk.noarch.rpm) = a0c5932ec23b2dde8574bbee04088bdcf93da772 -Size (linux-locale/locales-pl-2.1-1mdk.noarch.rpm) = 17197 bytes -SHA1 (linux-locale/locales-pt-2.1-1mdk.noarch.rpm) = d3d1e006eb31614c48b3ab95b92063f9ac4ef3c9 -RMD160 (linux-locale/locales-pt-2.1-1mdk.noarch.rpm) = 524ca38895b9266032c809cc9c87ae9169725c94 -Size (linux-locale/locales-pt-2.1-1mdk.noarch.rpm) = 52807 bytes -SHA1 (linux-locale/locales-ro-2.1-1mdk.noarch.rpm) = 5586607f6de993d46bfe911527f33d8c0f00973e -RMD160 (linux-locale/locales-ro-2.1-1mdk.noarch.rpm) = f1dc17a0a181b85be9f7a3b571a2026af35551ea -Size (linux-locale/locales-ro-2.1-1mdk.noarch.rpm) = 17260 bytes -SHA1 (linux-locale/locales-ru-2.1-1mdk.noarch.rpm) = e5efd6459b7482308c8dc96803c2c5862d6392fd -RMD160 (linux-locale/locales-ru-2.1-1mdk.noarch.rpm) = 7f3455f8b17b595b45c02b32db290c41bb118bd0 -Size (linux-locale/locales-ru-2.1-1mdk.noarch.rpm) = 98027 bytes -SHA1 (linux-locale/locales-sk-2.1-1mdk.noarch.rpm) = f958417905b5e2a4319f4ee497ecf53cdbe58741 -RMD160 (linux-locale/locales-sk-2.1-1mdk.noarch.rpm) = 7bd8989da6af3d0830fedd57614f0f7ad18b2fb0 -Size (linux-locale/locales-sk-2.1-1mdk.noarch.rpm) = 17042 bytes -SHA1 (linux-locale/locales-sl-2.1-1mdk.noarch.rpm) = ed7a7c95a823712b89a0150e28b75d18ee2d96a3 -RMD160 (linux-locale/locales-sl-2.1-1mdk.noarch.rpm) = 84b9631c09136520f4a6d77427fc279f23835166 -Size (linux-locale/locales-sl-2.1-1mdk.noarch.rpm) = 17220 bytes -SHA1 (linux-locale/locales-sr-2.1-1mdk.noarch.rpm) = 49920ca2713ea88400464aeea51ebfe4da7cecd2 -RMD160 (linux-locale/locales-sr-2.1-1mdk.noarch.rpm) = a6b05ed92ee7685a5035e266c91d7820d380c351 -Size (linux-locale/locales-sr-2.1-1mdk.noarch.rpm) = 40111 bytes -SHA1 (linux-locale/locales-sv-2.1-1mdk.noarch.rpm) = 5c36169f4124fb5feac9cabd6607a99799443728 -RMD160 (linux-locale/locales-sv-2.1-1mdk.noarch.rpm) = 106645ebb67dfe59025accb245ec5bb747edc7bf -Size (linux-locale/locales-sv-2.1-1mdk.noarch.rpm) = 53247 bytes -SHA1 (linux-locale/locales-th-2.1-1mdk.noarch.rpm) = b6818f537e98b8f886bc35cffea3fe851a99b594 -RMD160 (linux-locale/locales-th-2.1-1mdk.noarch.rpm) = 92d67d264671c80b50434bc2d905f94e2c397617 -Size (linux-locale/locales-th-2.1-1mdk.noarch.rpm) = 41368 bytes -SHA1 (linux-locale/locales-tr-2.1-1mdk.noarch.rpm) = f912404e25e29b8d8ae04010c93109cc31b11750 -RMD160 (linux-locale/locales-tr-2.1-1mdk.noarch.rpm) = ef300cc80ccf6e794a14de8ecc0f376261704b81 -Size (linux-locale/locales-tr-2.1-1mdk.noarch.rpm) = 17220 bytes -SHA1 (linux-locale/locales-uk-2.1-1mdk.noarch.rpm) = f4b062cd52e69d0afb86f65bc80a23f9e1bddd80 -RMD160 (linux-locale/locales-uk-2.1-1mdk.noarch.rpm) = 0e4f86e6dac2d77aeee133b3ffd6647ded7cac1b -Size (linux-locale/locales-uk-2.1-1mdk.noarch.rpm) = 17561 bytes -SHA1 (linux-locale/locales-vi-2.1-1mdk.noarch.rpm) = d66279d09fabde9a95571796719cf0f68afad63d -RMD160 (linux-locale/locales-vi-2.1-1mdk.noarch.rpm) = 7d2c95597464379c0e81e5d111f3d1f3fb760b08 -Size (linux-locale/locales-vi-2.1-1mdk.noarch.rpm) = 51970 bytes -SHA1 (linux-locale/locales-wa-2.1-1mdk.noarch.rpm) = 1f01e4293f26817bdde39de43885a38111acf505 -RMD160 (linux-locale/locales-wa-2.1-1mdk.noarch.rpm) = 439a45df62883fd1778fffa0a3b369ce15bf2ad7 -Size (linux-locale/locales-wa-2.1-1mdk.noarch.rpm) = 29766 bytes -SHA1 (linux-locale/locales-zh-2.1-1mdk.noarch.rpm) = bec6175d352c2caf9f89a48ebf2772667c5c197f -RMD160 (linux-locale/locales-zh-2.1-1mdk.noarch.rpm) = 85a5a04f58df4c7cf0eb59f2766440c37efe22f8 -Size (linux-locale/locales-zh-2.1-1mdk.noarch.rpm) = 526422 bytes diff --git a/games/Makefile b/games/Makefile index 371fa1cc498..5a3df7a2e9e 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.247 2005/05/18 22:02:17 wiz Exp $ +# $NetBSD: Makefile,v 1.248 2005/05/18 22:39:00 wiz Exp $ # COMMENT= Games @@ -26,7 +26,6 @@ SUBDIR+= cgoban SUBDIR+= cgoban-java SUBDIR+= circuslinux SUBDIR+= civctp-demo -SUBDIR+= clanbomber SUBDIR+= cmatrix SUBDIR+= colchess SUBDIR+= colchess-book-colchess diff --git a/games/clanbomber/DESCR b/games/clanbomber/DESCR deleted file mode 100644 index 2524a99e1f3..00000000000 --- a/games/clanbomber/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -ClanBomber is a free (GPL) Bomberman-like multiplayer game that uses -ClanLib, a free multi platform C++ game SDK. First "ClanBomber" was only a -working title for a small game started in September 1998, that has only -been started to learn how to use ClanLib. But the ClanBomber project has -grown into a real game. It is fully playable and features Computer -controlled bombers, however, it is recommended to play ClanBomber with -friends (3-8 players are really fun). diff --git a/games/clanbomber/Makefile b/games/clanbomber/Makefile deleted file mode 100644 index bed647bcce2..00000000000 --- a/games/clanbomber/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $NetBSD: Makefile,v 1.23 2005/04/11 21:45:48 tv Exp $ - -DISTNAME= clanbomber-1.01 -PKGREVISION= 4 -CATEGORIES= games x11 -MASTER_SITES= http://www.clanbomber.de/files/ - -MAINTAINER= root@garbled.net -HOMEPAGE= http://www.clanbomber.de/ -COMMENT= Bomberman clone using the ClanLib graphics system - -USE_X11BASE= yes -GNU_CONFIGURE= yes -USE_GNU_TOOLS+= make - -DOCDIR= ${PREFIX}/share/doc/${PKGBASE} - -pre-configure: - ${ECHO} "#define BOMBERDATDIR \"${PREFIX}/share/clanbomber/clanbomber.dat\"" >> ${WRKSRC}/config.h.in - ${ECHO} "#define BOMBERMAPS \"${PREFIX}/share/clanbomber/maps\"" >> ${WRKSRC}/config.h.in - -post-install: - ${INSTALL_DATA_DIR} ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR} - -.include "../../graphics/clanlib/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/games/clanbomber/PLIST b/games/clanbomber/PLIST deleted file mode 100644 index 11f293af567..00000000000 --- a/games/clanbomber/PLIST +++ /dev/null @@ -1,42 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2002/09/21 13:23:34 jlam Exp $ -bin/clanbomber -share/clanbomber/bud.mod -share/clanbomber/maps/Crammed.map -share/clanbomber/maps/Hole_Run.map -share/clanbomber/maps/Obstacle_Race.map -share/clanbomber/maps/Prison_Cells.map -share/clanbomber/maps/Small_Standard.map -share/clanbomber/maps/Tiny_Standard.map -share/clanbomber/maps/Football.map -share/clanbomber/maps/Kitchen.map -share/clanbomber/maps/Whole_Mess.map -share/clanbomber/maps/Redirection.map -share/clanbomber/maps/Bloody_Ring.map -share/clanbomber/maps/Four_Instance.map -share/clanbomber/maps/Ghostbear.map -share/clanbomber/maps/Hard_Work.map -share/clanbomber/maps/Meeting.map -share/clanbomber/maps/Overkill.map -share/clanbomber/maps/Sixty_Nine.map -share/clanbomber/maps/Boiling_Egg.map -share/clanbomber/maps/Bomb_Attack.map -share/clanbomber/maps/Arena.map -share/clanbomber/maps/Big_Block.map -share/clanbomber/maps/Big_Standard.map -share/clanbomber/maps/Blast_Matrix.map -share/clanbomber/maps/Death_Corridor.map -share/clanbomber/maps/Dilemma.map -share/clanbomber/maps/FearCircle.map -share/clanbomber/maps/FearCircle_Remix.map -share/clanbomber/maps/FireWheels.map -share/clanbomber/maps/Huge_Standard.map -share/clanbomber/maps/Juicy_Lucy.map -share/clanbomber/maps/MungoBane.map -share/clanbomber/maps/Snake_Race.map -share/clanbomber/clanbomber.dat -share/clanbomber/clanbomber.scr -share/doc/clanbomber/COPYING -share/doc/clanbomber/README -@dirrm share/doc/clanbomber -@dirrm share/clanbomber/maps -@dirrm share/clanbomber diff --git a/games/clanbomber/distinfo b/games/clanbomber/distinfo deleted file mode 100644 index 94a34d43c35..00000000000 --- a/games/clanbomber/distinfo +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 23:11:55 agc Exp $ - -SHA1 (clanbomber-1.01.tar.gz) = f28164abc3cfcda8b427a81ab0ea9ec6c3369220 -RMD160 (clanbomber-1.01.tar.gz) = dc7c589d754442bac38d848bd74dec2fa1a3c012 -Size (clanbomber-1.01.tar.gz) = 2022877 bytes -SHA1 (patch-aa) = 4471ecf9ce9c85c3f3750182b285b51a8940d8ae -SHA1 (patch-ab) = 5e927e07b9915c9505249931462dbd6218553dde -SHA1 (patch-ad) = a52d93faa2c76088a19c00874f9db26ee731e37e -SHA1 (patch-ae) = 4af874641226aa01c695bc6a31ee92a3021fedf5 -SHA1 (patch-af) = f4c0a2815f7766d85effcee03d992b11d828bc83 -SHA1 (patch-ag) = 7e7a61526ebe09159b57bd2ec8dc92d4cd4e1af0 -SHA1 (patch-ah) = a0cac939b1c1d998285575f5762d8224edf1cc5b -SHA1 (patch-aj) = 9984cc34650772c473d3bef1e13c75fa3dc5fa16 -SHA1 (patch-ak) = 47ebde5c8e989d2e91383f7697565d4cbcd2e256 -SHA1 (patch-al) = 870576058822962571eaf42554bf33a2453d5134 diff --git a/games/clanbomber/patches/patch-aa b/games/clanbomber/patches/patch-aa deleted file mode 100644 index ec52a723dbe..00000000000 --- a/games/clanbomber/patches/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2001/01/04 01:08:58 wiz Exp $ - ---- clanbomber/Resources.cpp.orig Tue Mar 28 17:04:30 2000 -+++ clanbomber/Resources.cpp -@@ -24,6 +24,7 @@ - #include <ClanLib/Core/Sound/soundbuffer.h> - - #include "Resources.h" -+#include <config.h> - - CL_ResourceManager* Resources::res = NULL; - -@@ -110,8 +111,7 @@ - try - { - res = CL_ResourceManager::create( -- "/usr/share/clanbomber/clanbomber.dat", -- true); -+ BOMBERDATDIR, true); - } - catch (CL_Error err) - { -@@ -149,7 +149,7 @@ - { - if (!sur_titlescreen) - { -- if (rand()%2) -+ if (random()%2) - { - sur_titlescreen = CL_Surface::load("Titlescreen/andi", res); - } diff --git a/games/clanbomber/patches/patch-ab b/games/clanbomber/patches/patch-ab deleted file mode 100644 index 02ce6c5dae8..00000000000 --- a/games/clanbomber/patches/patch-ab +++ /dev/null @@ -1,31 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2001/01/04 01:08:59 wiz Exp $ - ---- clanbomber/ClanBomber.cpp.orig Sat Apr 1 18:39:50 2000 -+++ clanbomber/ClanBomber.cpp -@@ -83,7 +83,7 @@ - CL_SetupCore::init_display(); - CL_SetupCore::init_sound(); - -- srand( (long)time(NULL) ); -+ srandom( (long)time(NULL) ); - - CL_Display::set_videomode(800, 600, 16); - -@@ -95,7 +95,7 @@ - show_fps = false; - key_F1 = false; - #ifndef WIN32 -- map_path = "maps"; -+ map_path = BOMBERMAPS; - if (!opendir(map_path)) - { - map_path = "/usr/local/share/clanbomber/maps"; -@@ -790,7 +790,7 @@ - Resources::Intro_fl_logo()->put_screen( 100, 250, 0 ); - Resources::Font_small()->print_left( 230, 360, domi_str->mid(0,domispell) ); - CL_Display::flip_display(); -- CL_System::sleep(rand()%100 + 80); -+ CL_System::sleep(random()%100 + 80); - } - CL_System::sleep(1500); - diff --git a/games/clanbomber/patches/patch-ad b/games/clanbomber/patches/patch-ad deleted file mode 100644 index 17cc6acb971..00000000000 --- a/games/clanbomber/patches/patch-ad +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2001/01/04 01:08:59 wiz Exp $ - ---- clanbomber/Controller_AI.cpp.orig Tue Mar 7 01:36:56 2000 -+++ clanbomber/Controller_AI.cpp -@@ -588,8 +588,8 @@ - - for (int per=0; per<10; per++) - { -- int a = rand()%4; -- int b = rand()%4; -+ int a = random()%4; -+ int b = random()%4; - Direction dummy; - dummy = dirs[a]; - dirs[a] = dirs[b]; -@@ -960,7 +960,7 @@ - bomber->set_pos( x_org, y_org ); - } - -- if (dmap[x][y] > 0 && dmap[x][y] == best.z && rand()%2) -+ if (dmap[x][y] > 0 && dmap[x][y] == best.z && random()%2) - { - if (distance >= max_distance) - { diff --git a/games/clanbomber/patches/patch-ae b/games/clanbomber/patches/patch-ae deleted file mode 100644 index ebfa97c0e38..00000000000 --- a/games/clanbomber/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.1 2001/01/04 01:08:59 wiz Exp $ - ---- clanbomber/Corpse_Part.cpp.orig Sat Dec 11 11:17:28 1999 -+++ clanbomber/Corpse_Part.cpp -@@ -25,7 +25,7 @@ - { - speed = 400; - surface = Resources::Corpse_part(); -- sprite_nr = rand()%4; -+ sprite_nr = random()%4; - z = Z_CORPSE_PART; - countdown = 2.0f; - can_fly_over_walls = false; diff --git a/games/clanbomber/patches/patch-af b/games/clanbomber/patches/patch-af deleted file mode 100644 index f2cf28b9d1b..00000000000 --- a/games/clanbomber/patches/patch-af +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-af,v 1.1 2001/01/04 01:08:59 wiz Exp $ - ---- clanbomber/Credits.cpp.orig Tue Mar 28 17:04:30 2000 -+++ clanbomber/Credits.cpp -@@ -150,9 +150,9 @@ - t += Timer::time_elapsed(); - for (; t>0.04f; t-=0.04f) - { -- Corpse_Part* cp = new Corpse_Part( rand()%800-60, -40, app ); -- cp->fly_to( rand()%800-60, 540 ); -- Resources::Splash(rand()%2)->play(); -+ Corpse_Part* cp = new Corpse_Part( random()%800-60, -40, app ); -+ cp->fly_to( random()%800-60, 540 ); -+ Resources::Splash(random()%2)->play(); - } - } - yoffset = 50; -@@ -172,9 +172,9 @@ - t += Timer::time_elapsed(); - for (; t>0.04f; t-=0.04f) - { -- Corpse_Part* cp = new Corpse_Part( rand()%800-60, -40, app ); -- cp->fly_to( rand()%800-60, 540 ); -- Resources::Splash(rand()%2)->play(); -+ Corpse_Part* cp = new Corpse_Part( random()%800-60, -40, app ); -+ cp->fly_to( random()%800-60, 540 ); -+ Resources::Splash(random()%2)->play(); - } - } - yoffset = -text.get_num_items()*40 + 100; diff --git a/games/clanbomber/patches/patch-ag b/games/clanbomber/patches/patch-ag deleted file mode 100644 index 5dbb47a9d9a..00000000000 --- a/games/clanbomber/patches/patch-ag +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ag,v 1.1 2001/01/04 01:08:59 wiz Exp $ - ---- clanbomber/Debug.cpp.orig Sun Jan 9 02:18:32 2000 -+++ clanbomber/Debug.cpp -@@ -64,7 +64,7 @@ - if (CL_Keyboard::get_keycode(CL_KEY_F2) && !key_F2) - { - -- Bomber* bomber =new Bomber(((rand()%(MAP_WIDTH-2))+1)*40,((rand()%(MAP_HEIGHT-2))+1)*40,Bomber::GREEN, Controller::create(Controller::AI), "Debug Robi", 0,0, app); -+ Bomber* bomber =new Bomber(((random()%(MAP_WIDTH-2))+1)*40,((random()%(MAP_HEIGHT-2))+1)*40,Bomber::GREEN, Controller::create(Controller::AI), "Debug Robi", 0,0, app); - // bomber->fly_to(app->map->get_passable()); - bomber->controller->activate(); - } -@@ -72,7 +72,7 @@ - - if (CL_Keyboard::get_keycode(CL_KEY_F3) && !key_F3) - { -- Bomber* bomber =new Bomber(((rand()%(MAP_WIDTH-2))+1)*40,((rand()%(MAP_HEIGHT-2))+1)*40,Bomber::RED, Controller::create(Controller::AI_MIC), "Debug Robi MIC", 0,0, app); -+ Bomber* bomber =new Bomber(((random()%(MAP_WIDTH-2))+1)*40,((random()%(MAP_HEIGHT-2))+1)*40,Bomber::RED, Controller::create(Controller::AI_MIC), "Debug Robi MIC", 0,0, app); - // bomber->fly_to(app->map->get_passable()); - bomber->controller->activate(); - } diff --git a/games/clanbomber/patches/patch-ah b/games/clanbomber/patches/patch-ah deleted file mode 100644 index b430afc7f9d..00000000000 --- a/games/clanbomber/patches/patch-ah +++ /dev/null @@ -1,44 +0,0 @@ -$NetBSD: patch-ah,v 1.1 2001/01/04 01:08:59 wiz Exp $ - ---- clanbomber/Map.cpp.orig Mon Mar 27 15:05:47 2000 -+++ clanbomber/Map.cpp -@@ -236,7 +236,7 @@ - { - do - { -- spin_to(rand()%get_map_count()); -+ spin_to(random()%get_map_count()); - } while (Config::get_number_of_players() > get_max_players() || !current_map->is_enabled()); - reload(); - } -@@ -314,7 +314,7 @@ - maptiles[x][y] = MapTile::create(MapTile::BOX, 40*x, 40*y, app); - break; - case 'R': -- if ( rand() %3) -+ if ( random() %3) - { - maptiles[x][y] = MapTile::create(MapTile::BOX, 40*x, 40*y, app); - } -@@ -590,8 +590,8 @@ - int ymapfield; - do - { -- xmapfield = rand() % 17; -- ymapfield = rand() % 13; -+ xmapfield = random() % 17; -+ ymapfield = random() % 13; - if (maptiles[xmapfield][ymapfield]->is_passable() && !maptiles[xmapfield][ymapfield]->is_vanishing()) - { - return maptiles[xmapfield][ymapfield]; -@@ -609,8 +609,8 @@ - int ymapfield; - do - { -- xmapfield = rand() % 17; -- ymapfield = rand() % 13; -+ xmapfield = random() % 17; -+ ymapfield = random() % 13; - if (maptiles[xmapfield][ymapfield]->get_type()!=MapTile::NONE && !maptiles[xmapfield][ymapfield]->is_vanishing()) - { - return maptiles[xmapfield][ymapfield]; diff --git a/games/clanbomber/patches/patch-aj b/games/clanbomber/patches/patch-aj deleted file mode 100644 index 482bd058c04..00000000000 --- a/games/clanbomber/patches/patch-aj +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aj,v 1.1 2001/01/04 01:09:00 wiz Exp $ - ---- clanbomber/MapEntry.cpp.orig Sun Jan 9 01:34:44 2000 -+++ clanbomber/MapEntry.cpp -@@ -385,7 +385,7 @@ - int new_pos; - do - { -- new_pos = rand()%max_players; -+ new_pos = random()%max_players; - }while (taken[new_pos]==true); - - temp_bomber_pos[new_pos]=bomber_pos[i]; diff --git a/games/clanbomber/patches/patch-ak b/games/clanbomber/patches/patch-ak deleted file mode 100644 index 0d2be4f8254..00000000000 --- a/games/clanbomber/patches/patch-ak +++ /dev/null @@ -1,49 +0,0 @@ -$NetBSD: patch-ak,v 1.1 2001/01/04 01:09:00 wiz Exp $ - ---- clanbomber/MapTile.cpp.orig Sun Jan 9 01:40:25 2000 -+++ clanbomber/MapTile.cpp -@@ -118,7 +118,7 @@ - } - if (Config::get_theme() == 4) - { -- ret->set_sprite_nr( (rand()%4) *4 +type); -+ ret->set_sprite_nr( (random()%4) *4 +type); - } - else - { -@@ -166,7 +166,7 @@ - - void MapTile::draw_shaken() - { -- draw( rand()%4, rand()%4 ); -+ draw( random()%4, random()%4 ); - } - - void MapTile::vanish() -@@ -254,7 +254,7 @@ - - void MapTile::spawn_extra() - { -- switch (rand()%8) -+ switch (random()%8) - { - case 0: - if (Config::get_power()) -@@ -284,7 +284,7 @@ - } - break; - case 3: -- switch (rand()%2) -+ switch (random()%2) - { - case 0: - if (!Config::get_start_kick() && Config::get_kick()) -@@ -307,7 +307,7 @@ - } - break; - case 4: -- switch (rand()%16) -+ switch (random()%16) - { - case 0: - if (Config::get_joint()) diff --git a/games/clanbomber/patches/patch-al b/games/clanbomber/patches/patch-al deleted file mode 100644 index c056e0b6dfc..00000000000 --- a/games/clanbomber/patches/patch-al +++ /dev/null @@ -1,36 +0,0 @@ -$NetBSD: patch-al,v 1.1 2001/01/04 01:09:00 wiz Exp $ - ---- clanbomber/Bomber_Corpse.cpp.orig Sun Jan 9 02:18:32 2000 -+++ clanbomber/Bomber_Corpse.cpp -@@ -76,7 +76,7 @@ - - if (splash_counter!=-1) - { -- cur_dir = Direction(rand() % 4); -+ cur_dir = Direction(random() % 4); - move(); - CL_Iterator<Bomber> bomber_object_counter(app->bomber_objects); - while (bomber_object_counter.next() != NULL) -@@ -89,7 +89,7 @@ - { - if (ready_to_splash) - { -- PLAY_PAN(Resources::Splash(rand()%2)); -+ PLAY_PAN(Resources::Splash(random()%2)); - splash_counter++; - if (splash_counter==5) - { -@@ -126,10 +126,10 @@ - cp = new Corpse_Part( x, y, app ); - - int xmaptiles, ymaptiles; -- xmaptiles = rand() % 17; -- ymaptiles = rand() % 13; -+ xmaptiles = random() % 17; -+ ymaptiles = random() % 13; - -- cp->fly_to(xmaptiles*40 +rand()%20-10 ,ymaptiles*40 +rand()%20-10); -+ cp->fly_to(xmaptiles*40 +random()%20-10 ,ymaptiles*40 +random()%20-10); - } - } - } diff --git a/graphics/Makefile b/graphics/Makefile index 11ea9d6c8a6..ceadde86961 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.383 2005/05/18 22:03:56 wiz Exp $ +# $NetBSD: Makefile,v 1.384 2005/05/18 22:39:00 wiz Exp $ # COMMENT= Graphics tools and libraries @@ -43,7 +43,6 @@ SUBDIR+= camediaplay SUBDIR+= camlimages SUBDIR+= cdlabelgen SUBDIR+= cinepaint -SUBDIR+= clanlib SUBDIR+= claraocr SUBDIR+= cnxtview SUBDIR+= compface @@ -193,7 +192,6 @@ SUBDIR+= nvtv SUBDIR+= nvtv-gtk2 SUBDIR+= opendis SUBDIR+= openexr -SUBDIR+= openptc SUBDIR+= ov519view SUBDIR+= p5-Chart SUBDIR+= p5-Chart-ThreeD @@ -265,7 +263,6 @@ SUBDIR+= sodipodi SUBDIR+= spcaview SUBDIR+= swfdec SUBDIR+= swfdec-gtk2 -SUBDIR+= tcm SUBDIR+= tgif SUBDIR+= tiff SUBDIR+= tkpiechart diff --git a/graphics/clanlib/DESCR b/graphics/clanlib/DESCR deleted file mode 100644 index 4d2e017a274..00000000000 --- a/graphics/clanlib/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -The ClanLib Game SDK is a crossplatform game library designed to ease the -work for game developers. The goal is to provide a common interface to -classical game problems (loading graphics eg.), so games can share as much -code as possible. Ideally anyone with small resources should be able to -write commercial quality games. diff --git a/graphics/clanlib/Makefile b/graphics/clanlib/Makefile deleted file mode 100644 index a65a0d3c77c..00000000000 --- a/graphics/clanlib/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# $NetBSD: Makefile,v 1.40 2005/04/28 22:39:04 jlam Exp $ - -DISTNAME= ClanLib-0.4.4 -PKGREVISION= 6 -CATEGORIES= graphics games devel x11 -MASTER_SITES= http://dark.x.dtu.dk/~mbn/clanlib/download/ - -MAINTAINER= root@garbled.net -HOMEPAGE= http://www.clanlib.org/ -COMMENT= The ClanLib Game SDK - -USE_LANGUAGES= c++ -USE_X11BASE= yes -USE_GNU_TOOLS+= make -GNU_CONFIGURE= yes -PTHREAD_OPTS+= require - -.include "../../mk/bsd.prefs.mk" - -.if ${MACHINE_ARCH} == "i386" -CONFIGURE_ARGS+= --enable-asm386 -.else -CONFIGURE_ARGS+= --disable-asm386 -.endif -CONFIGURE_ARGS+= --enable-libpng -CONFIGURE_ARGS+= --enable-clansound -CONFIGURE_ARGS+= --enable-dyn -CONFIGURE_ARGS+= --enable-network -CONFIGURE_ARGS+= --enable-mesa -CONFIGURE_ARGS+= --disable-ggi -CONFIGURE_ARGS+= --disable-vidmode - -CONFIGURE_ENV+= perl_exec="${PERL5}" -CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}" -MAKE_ENV+= X11BASE="${X11BASE}" - -.include "../../mk/bsd.prefs.mk" - -post-patch: - ${CHMOD} +x ${WRKSRC}/configure - -.include "../../graphics/hermes/buildlink3.mk" -.include "../../graphics/png/buildlink3.mk" -.include "../../graphics/MesaLib/buildlink3.mk" -.include "../../graphics/glu/buildlink3.mk" -.include "../../mk/pthread.buildlink3.mk" -.include "../../mk/ossaudio.buildlink3.mk" - -.include "../../mk/bsd.pkg.mk" diff --git a/graphics/clanlib/PLIST b/graphics/clanlib/PLIST deleted file mode 100644 index b8c1ab01a44..00000000000 --- a/graphics/clanlib/PLIST +++ /dev/null @@ -1,173 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:50:22 zuntum Exp $ -bin/clanlib-config -lib/libclanCore.so -lib/libclanCore.so.0 -lib/libclanCore.so.0.4.4 -lib/ClanLib/libclan-input-tty.so.0.4.4 -lib/ClanLib/libclan-display-x11.so.0.4.4 -lib/ClanLib/libclan-display-glx.so.0.4.4 -lib/ClanLib/libclan-sound.so.0.4.4 -lib/ClanLib/libclan-network.so.0.4.4 -include/ClanLib/Core/Display/cliprect.h -include/ClanLib/Core/Display/display.h -include/ClanLib/Core/Display/display_events.h -include/ClanLib/Core/Display/displaycard.h -include/ClanLib/Core/Display/mousecursor.h -include/ClanLib/Core/Display/mousecursor_provider.h -include/ClanLib/Core/Display/palette.h -include/ClanLib/Core/Display/pixelformat.h -include/ClanLib/Core/Display/res_surface.h -include/ClanLib/Core/Display/surface.h -include/ClanLib/Core/Display/surfacepriority.h -include/ClanLib/Core/Display/surfaceprovider.h -include/ClanLib/Core/Display/target.h -include/ClanLib/Core/Display/vidmode.h -include/ClanLib/Core/Font/font.h -include/ClanLib/Core/Font/font_description.h -include/ClanLib/Core/IOData/cl_endian.h -include/ClanLib/Core/IOData/inputsource.h -include/ClanLib/Core/IOData/inputsource_memory.h -include/ClanLib/Core/IOData/inputsource_provider.h -include/ClanLib/Core/IOData/outputsource.h -include/ClanLib/Core/IOData/outputsource_memory.h -include/ClanLib/Core/IOData/outputsource_provider.h -include/ClanLib/Core/Input/input.h -include/ClanLib/Core/Input/input_events.h -include/ClanLib/Core/Input/inputaxis.h -include/ClanLib/Core/Input/inputaxis_basic.h -include/ClanLib/Core/Input/inputaxis_group.h -include/ClanLib/Core/Input/inputbuffer.h -include/ClanLib/Core/Input/inputbutton.h -include/ClanLib/Core/Input/inputbutton_basic.h -include/ClanLib/Core/Input/inputbutton_group.h -include/ClanLib/Core/Input/inputbutton_to_axis_analog.h -include/ClanLib/Core/Input/inputbutton_to_axis_digital.h -include/ClanLib/Core/Input/inputcursor.h -include/ClanLib/Core/Input/inputdevice.h -include/ClanLib/Core/Input/inputhat.h -include/ClanLib/Core/Input/key.h -include/ClanLib/Core/Input/keyboard.h -include/ClanLib/Core/Input/mouse.h -include/ClanLib/Core/Math/bezier.h -include/ClanLib/Core/Math/cl_vector.h -include/ClanLib/Core/Math/math.h -include/ClanLib/Core/Math/matrix.h -include/ClanLib/Core/NetObjects/netdata_controller.h -include/ClanLib/Core/NetObjects/netobject.h -include/ClanLib/Core/NetObjects/netobject_controller.h -include/ClanLib/Core/NetObjects/netobject_creator.h -include/ClanLib/Core/Network/netcomputer.h -include/ClanLib/Core/Network/netgame.h -include/ClanLib/Core/Network/netgroup.h -include/ClanLib/Core/Network/netmessage.h -include/ClanLib/Core/Network/network.h -include/ClanLib/Core/Resources/resource.h -include/ClanLib/Core/Resources/resource_manager.h -include/ClanLib/Core/Resources/resource_manager_net.h -include/ClanLib/Core/Resources/resourceoption.h -include/ClanLib/Core/Resources/resourceoptions.h -include/ClanLib/Core/Resources/resourcetype.h -include/ClanLib/Core/Resources/resourcetype_boolean.h -include/ClanLib/Core/Resources/resourcetype_integer.h -include/ClanLib/Core/Resources/resourcetype_string.h -include/ClanLib/Core/Sound/cd_audio.h -include/ClanLib/Core/Sound/sound.h -include/ClanLib/Core/Sound/soundbuffer.h -include/ClanLib/Core/Sound/soundbuffer_session.h -include/ClanLib/Core/Sound/soundformat.h -include/ClanLib/Core/Sound/static_soundprovider.h -include/ClanLib/Core/Sound/stream_soundprovider.h -include/ClanLib/Core/SoundProviders/static_provider_raw.h -include/ClanLib/Core/SoundProviders/static_provider_wave.h -include/ClanLib/Core/SoundProviders/stream_provider_raw.h -include/ClanLib/Core/SoundProviders/stream_provider_wave.h -include/ClanLib/Core/SurfaceProviders/canvas.h -include/ClanLib/Core/SurfaceProviders/generic_surfaceprovider.h -include/ClanLib/Core/SurfaceProviders/provider_bmp.h -include/ClanLib/Core/SurfaceProviders/provider_convpoly.h -include/ClanLib/Core/SurfaceProviders/provider_convpoly_basics.h -include/ClanLib/Core/SurfaceProviders/provider_dynamic.h -include/ClanLib/Core/SurfaceProviders/provider_empty.h -include/ClanLib/Core/SurfaceProviders/provider_fli.h -include/ClanLib/Core/SurfaceProviders/provider_mpeg.h -include/ClanLib/Core/SurfaceProviders/provider_pcx.h -include/ClanLib/Core/SurfaceProviders/provider_ppm.h -include/ClanLib/Core/SurfaceProviders/provider_targa.h -include/ClanLib/Core/SurfaceProviders/sprite.h -include/ClanLib/Core/SurfaceProviders/sprite2.h -include/ClanLib/Core/SurfaceProviders/sprite_subarray_provider.h -include/ClanLib/Core/SurfaceProviders/sprite_subsection_provider.h -include/ClanLib/Core/SurfaceProviders/surface_manager.h -include/ClanLib/Core/System/cl_assert.h -include/ClanLib/Core/System/clanapp.h -include/ClanLib/Core/System/clanstring.h -include/ClanLib/Core/System/error.h -include/ClanLib/Core/System/eventchain.h -include/ClanLib/Core/System/keep_alive.h -include/ClanLib/Core/System/mutex.h -include/ClanLib/Core/System/setupcore.h -include/ClanLib/Core/System/system.h -include/ClanLib/Core/System/thread.h -include/ClanLib/Core/System/types.h -include/ClanLib/Core/System/clanstring.h.orig -include/ClanLib/GL/bsp.h -include/ClanLib/GL/opengl.h -include/ClanLib/GL/setupgl.h -include/ClanLib/GL/texture.h -include/ClanLib/GUI/cl_gapplication.h -include/ClanLib/GUI/cl_gbutton.h -include/ClanLib/GUI/cl_gconnection.h -include/ClanLib/GUI/cl_gevent.h -include/ClanLib/GUI/cl_glabel.h -include/ClanLib/GUI/cl_gmultifield.h -include/ClanLib/GUI/cl_gobject.h -include/ClanLib/GUI/cl_gpoint.h -include/ClanLib/GUI/cl_gpushbutton.h -include/ClanLib/GUI/cl_grect.h -include/ClanLib/GUI/cl_grootwindow.h -include/ClanLib/GUI/cl_gsldef.h -include/ClanLib/GUI/cl_gtextfield.h -include/ClanLib/GUI/cl_gtogglebutton.h -include/ClanLib/GUI/cl_gwidget.h -include/ClanLib/GUI/trace.h -include/ClanLib/Lua/lua.h -include/ClanLib/MIDI/cl_midi.h -include/ClanLib/MPEG/mpeg.h -include/ClanLib/MPEG/mpeg_soundprovider.h -include/ClanLib/Magick/provider_magick.h -include/ClanLib/MikMod/streamed_mikmod_sample.h -include/ClanLib/PNG/provider_png.h -include/ClanLib/core.h -include/ClanLib/efence.h -include/ClanLib/gl.h -include/ClanLib/gui.h -include/ClanLib/lua.h -include/ClanLib/magick.h -include/ClanLib/midi.h -include/ClanLib/mikmod.h -include/ClanLib/mpeg.h -include/ClanLib/png.h -include/ClanLib/stl.h -@dirrm lib/ClanLib -@dirrm include/ClanLib/PNG -@dirrm include/ClanLib/MikMod -@dirrm include/ClanLib/Magick -@dirrm include/ClanLib/MPEG -@dirrm include/ClanLib/MIDI -@dirrm include/ClanLib/Lua -@dirrm include/ClanLib/GUI -@dirrm include/ClanLib/GL -@dirrm include/ClanLib/Core/System -@dirrm include/ClanLib/Core/SurfaceProviders -@dirrm include/ClanLib/Core/SoundProviders -@dirrm include/ClanLib/Core/Sound -@dirrm include/ClanLib/Core/Resources -@dirrm include/ClanLib/Core/Network -@dirrm include/ClanLib/Core/NetObjects -@dirrm include/ClanLib/Core/Math -@dirrm include/ClanLib/Core/Input -@dirrm include/ClanLib/Core/IOData -@dirrm include/ClanLib/Core/Font -@dirrm include/ClanLib/Core/Display -@dirrm include/ClanLib/Core -@dirrm include/ClanLib diff --git a/graphics/clanlib/buildlink3.mk b/graphics/clanlib/buildlink3.mk deleted file mode 100644 index be6c67cb230..00000000000 --- a/graphics/clanlib/buildlink3.mk +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.1 2004/04/18 05:33:14 snj Exp $ - -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ -CLANLIB_BUILDLINK3_MK:= ${CLANLIB_BUILDLINK3_MK}+ - -.if !empty(BUILDLINK_DEPTH:M+) -BUILDLINK_DEPENDS+= ClanLib -.endif - -BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NClanLib} -BUILDLINK_PACKAGES+= ClanLib - -.if !empty(CLANLIB_BUILDLINK3_MK:M+) -BUILDLINK_DEPENDS.ClanLib+= ClanLib>=0.4.4nb4 -BUILDLINK_PKGSRCDIR.ClanLib?= ../../graphics/clanlib -.endif # CLANLIB_BUILDLINK3_MK - -.include "../../mk/pthread.buildlink3.mk" -.include "../../graphics/hermes/buildlink3.mk" -.include "../../graphics/png/buildlink3.mk" -.include "../../graphics/MesaLib/buildlink3.mk" -.include "../../graphics/glu/buildlink3.mk" - -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/graphics/clanlib/distinfo b/graphics/clanlib/distinfo deleted file mode 100644 index 764bf7cbfa4..00000000000 --- a/graphics/clanlib/distinfo +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: distinfo,v 1.10 2005/02/24 08:45:04 agc Exp $ - -SHA1 (ClanLib-0.4.4.tar.gz) = 326fb3812bd3c26cd8ecf60d8975c662674ae9a8 -RMD160 (ClanLib-0.4.4.tar.gz) = 6b1f2f7d3d506b4fdeed537ba0c9374e3017c14d -Size (ClanLib-0.4.4.tar.gz) = 642836 bytes -SHA1 (patch-aa) = 3c9669716944b0c1617b9020daa51599616aed5e -SHA1 (patch-ab) = 38acc42d60694482b61853fb14e0460a437a1653 -SHA1 (patch-ac) = 383a03b0ecca44a6d3397184d6022a0bb91882da -SHA1 (patch-ad) = ea6da825d77090177c2c5c73362fc5caa80181f3 -SHA1 (patch-ae) = 2fb537e21cb8e670b492d80a8864b26b44db2ad1 -SHA1 (patch-af) = 9e34098b5641c9f386b8bcf7da04b43f8b50de39 -SHA1 (patch-ag) = d1681ff5d11c06ad4829b91109c6356870a3bfbc -SHA1 (patch-ah) = 6947c12c5ea10333d30376a6754791a13fb1746b -SHA1 (patch-ai) = 91dc24ba5876202ab2c815f774c7fb53fcb92b13 -SHA1 (patch-aj) = 75baea86b4b666a72eb2318af5fce15ad9457edb -SHA1 (patch-ak) = 9ffe1e63c36a12fc30e94b47405f88f7190cd587 diff --git a/graphics/clanlib/patches/patch-aa b/graphics/clanlib/patches/patch-aa deleted file mode 100644 index 601ddb98ac8..00000000000 --- a/graphics/clanlib/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-aa,v 1.5 2001/08/29 22:41:16 jlam Exp $ - ---- Makefile.conf.in.orig Sun Apr 9 08:17:58 2000 -+++ Makefile.conf.in -@@ -13,7 +13,7 @@ - BIN_PREFIX = @bindir@ - TARGET_PREFIX = @libdir@/ClanLib - --INCLUDE_DIRS = -I Sources @x_includes@ -+INCLUDE_DIRS = -I Sources @CPPFLAGS@ @x_includes@ - - COMP_OPTIONS = -Wall $(INCLUDE_DIRS) -fPIC -DNOCONTROLS @DEFS@ @comp_mode@ - -@@ -21,7 +21,7 @@ - - OBJF_NONDYN = @objf_nondyn@ - --LINK_COMMAND = $(CXX) -shared -fPIC -Wl,-rpath,$(TARGET_PREFIX) -+LINK_COMMAND = $(CXX) -shared -fPIC -Wl,-rpath,$(TARGET_PREFIX) @LDFLAGS@ - - Libs/Intermediate/%.o : %.cpp - @echo "Compiling $<" diff --git a/graphics/clanlib/patches/patch-ab b/graphics/clanlib/patches/patch-ab deleted file mode 100644 index 4511555a608..00000000000 --- a/graphics/clanlib/patches/patch-ab +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2000/12/15 03:24:18 garbled Exp $ ---- Sources/Core/Input/X11/joystick_linux.h.orig Thu Jul 8 11:36:50 1999 -+++ Sources/Core/Input/X11/joystick_linux.h Thu Jul 8 11:41:55 1999 -@@ -21,13 +21,16 @@ - #define header_joystick_linux - - // TODO: ifdef this out if it isn't a linux system. -- --#include <linux/version.h> -- - #ifndef KERNEL_VERSION - #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) - #endif - -+#ifdef __NetBSD__ -+#define LINUX_VERSION_CODE KERNEL_VERSION(1,0,0) -+#else -+ -+#include <linux/version.h> -+ - #ifndef LINUX_VERSION_CODE - #error "You need to use at least 2.0 Linux kernel." - #endif -@@ -109,5 +112,5 @@ - }; - - #endif -- -+#endif - #endif diff --git a/graphics/clanlib/patches/patch-ac b/graphics/clanlib/patches/patch-ac deleted file mode 100644 index 2144fbb6a21..00000000000 --- a/graphics/clanlib/patches/patch-ac +++ /dev/null @@ -1,120 +0,0 @@ -$NetBSD: patch-ac,v 1.4 2001/05/11 14:12:10 dmcmahill Exp $ - - -add an operator overload for CL_String << long so this can build -on 64-bit systems. - ---- Sources/API/Core/System/clanstring.h.orig Tue May 9 17:09:32 2000 -+++ Sources/API/Core/System/clanstring.h Thu May 10 17:57:14 2001 -@@ -26,4 +26,6 @@ - #ifndef WIN32 - #include <cctype> -+#include <stdio.h> -+#include <sys/param.h> - #endif - -@@ -69,4 +71,36 @@ - } - } -+ -+void ltoa(long num, char *str, const int number_format) -+{ -+ long num1 = num; -+ int num_chars = 0; -+ -+ while (num1>0) -+ { -+ num_chars++; -+ num1 /= number_format; -+ } -+ -+ if (num_chars == 0) num_chars = 1; -+ -+ str[num_chars] = 0; // Null-terminate the str -+ -+ for (int pos = num_chars-1; pos>=0; pos--) -+ { -+ int cur_char = num % number_format; -+ -+ if (cur_char < 10) // Insert number -+ { -+ str[pos] = cur_char + '0'; -+ } -+ else // Insert letter -+ { -+ str[pos] = cur_char-10 + 'A'; -+ } -+ -+ num /= number_format; -+ } -+} - #else - #pragma warning( disable : 4244 ) -@@ -97,4 +131,26 @@ - return text; - } -+ -+ char *long_to_string(const char *prefix, const long number) -+ { -+ char buf[20]; -+ ltoa(number, buf, 10); -+ -+ int len=0; -+ if (prefix!=NULL) len=strlen(prefix); -+ -+ char *text=new char[len+strlen(buf)+1]; -+ if (prefix!=NULL) -+ { -+ strcpy(text, prefix); -+ strcat(text, buf); -+ } -+ else -+ { -+ strcpy(text, buf); -+ } -+ -+ return text; -+ } - - char *float_to_string(const char *prefix, const float _float_number) -@@ -102,7 +158,10 @@ - char buf[25]; - buf[0]=0; -+ int precision=4; - -+#if (defined(BSD) && BSD >= 199306) -+ snprintf(buf, sizeof buf, "%.*f", precision, (double)_float_number); -+#else - int decimal, sign; -- int precision=4; - char temp; - -@@ -135,4 +194,5 @@ - - copy_strings: -+#endif - int len=0; - if (prefix!=NULL) len=strlen(prefix); -@@ -434,4 +494,22 @@ - { - char *new_string=int_to_string(str, number); -+ if (str!=NULL) delete str; -+ str=new_string; -+ -+ return *this; -+ } -+ -+ CL_String &operator<< (const unsigned long number) -+ { -+ char *new_string=long_to_string(str, number); -+ if (str!=NULL) delete str; -+ str=new_string; -+ -+ return *this; -+ } -+ -+ CL_String &operator<< (const long number) -+ { -+ char *new_string=long_to_string(str, number); - if (str!=NULL) delete str; - str=new_string; diff --git a/graphics/clanlib/patches/patch-ad b/graphics/clanlib/patches/patch-ad deleted file mode 100644 index 4ae7c439306..00000000000 --- a/graphics/clanlib/patches/patch-ad +++ /dev/null @@ -1,29 +0,0 @@ -$NetBSD: patch-ad,v 1.4 2000/12/15 03:24:18 garbled Exp $ ---- Sources/Core/System/Unix/init_linux.cpp.orig Thu Dec 14 18:25:57 2000 -+++ Sources/Core/System/Unix/init_linux.cpp Thu Dec 14 18:21:25 2000 -@@ -531,19 +531,20 @@ - { - struct timeval tv; - // select doesn't modify timeval if interrupted on non Linux systems --#ifndef linux -- int then, now, elapsed; -- then = CL_System::get_time(); --#else -+ -+#if defined(linux) || defined(__NetBSD__) - tv.tv_sec = millis/ 1000; - tv.tv_usec = (millis%1000)*1000; -+#else -+ int then, now, elapsed; -+ then = CL_System::get_time(); - #endif - - int was_error; - do - { - errno = 0; --#ifndef linux -+#if !defined(linux) && !defined(__NetBSD__) - now = CL_System::get_time(); - elapsed = now - then; - then = now; diff --git a/graphics/clanlib/patches/patch-ae b/graphics/clanlib/patches/patch-ae deleted file mode 100644 index 6e8fefb5cea..00000000000 --- a/graphics/clanlib/patches/patch-ae +++ /dev/null @@ -1,39 +0,0 @@ -$NetBSD: patch-ae,v 1.3 2000/12/15 03:24:18 garbled Exp $ ---- Sources/Core/System/Unix/appconf.cpp.orig Thu Dec 14 18:33:18 2000 -+++ Sources/Core/System/Unix/appconf.cpp Thu Dec 14 18:37:38 2000 -@@ -59,7 +59,7 @@ - # include <windows.h> - #endif // WIN32 - --#ifdef __unix__ -+#if defined(__unix__) || defined(__NetBSD__) - # include <sys/param.h> - # include <sys/stat.h> - # include <unistd.h> -@@ -165,7 +165,7 @@ - #if APPCONF_CASE_SENSITIVE - # define StrCmp(s1,s2) strcmp((s1),(s2)) - #else --# ifdef __unix__ -+# if defined(__unix__) || defined(__NetBSD__) - extern "C" int strcasecmp(const char *s1, const char *s2); // it's not ansi - # define StrCmp(s1,s2) strcasecmp((s1),(s2)) - # else -@@ -1326,7 +1326,7 @@ - // check if file has extension - Bool bNoExt = strchr(m_szFileName, '.') == NULL; - --#ifdef __unix__ -+#if defined(__unix__) || defined(__NetBSD__) - strcpy(s_szBuf, "/etc/"); - strcat(s_szBuf, m_szFileName); - if ( bNoExt ) -@@ -1349,7 +1349,7 @@ - { - static char s_szBuf[MAX_PATH]; - --#ifdef __unix__ -+#if defined(__unix__) || defined(__NetBSD__) - const char *szHome = getenv("HOME"); - if ( szHome == NULL ) { - // we're homeless... diff --git a/graphics/clanlib/patches/patch-af b/graphics/clanlib/patches/patch-af deleted file mode 100644 index 92a8563e600..00000000000 --- a/graphics/clanlib/patches/patch-af +++ /dev/null @@ -1,27 +0,0 @@ -$NetBSD: patch-af,v 1.5 2001/12/05 04:56:21 jlam Exp $ ---- Sources/Core/System/Unix/mutex_pthread.cpp.orig Thu Dec 14 18:45:06 2000 -+++ Sources/Core/System/Unix/mutex_pthread.cpp Thu Dec 14 18:45:11 2000 -@@ -21,7 +21,11 @@ - // suck: - extern "C" - { -+#ifndef _PTH_PTHREAD_H_ - int pthread_mutexattr_setkind_np(pthread_mutexattr_t *attr, int kind); -+#else -+ int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int kind); -+#endif - } - - CL_Mutex *CL_Mutex::create() -@@ -33,7 +37,11 @@ - { - pthread_mutexattr_t attr; - pthread_mutexattr_init(&attr); -+#ifndef _PTH_PTHREAD_H_ - pthread_mutexattr_setkind_np(&attr, PTHREAD_MUTEX_RECURSIVE_NP); -+#else -+ pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE); -+#endif - pthread_mutex_init(&mutex, &attr); - pthread_mutexattr_destroy(&attr); - diff --git a/graphics/clanlib/patches/patch-ag b/graphics/clanlib/patches/patch-ag deleted file mode 100644 index b67d773c34c..00000000000 --- a/graphics/clanlib/patches/patch-ag +++ /dev/null @@ -1,27 +0,0 @@ -$NetBSD: patch-ag,v 1.3 2000/12/15 03:24:18 garbled Exp $ ---- Sources/Core/Sound/ClanSound/oss.cpp.orig Thu Dec 14 18:47:17 2000 -+++ Sources/Core/Sound/ClanSound/oss.cpp Thu Dec 14 18:52:47 2000 -@@ -12,7 +12,11 @@ - #include <unistd.h> - #include <fcntl.h> - #include <sys/ioctl.h> -+#ifdef __NetBSD__ -+#include <soundcard.h> -+#else - #include <sys/soundcard.h> -+#endif - #include <iostream> - - #include <API/Core/System/error.h> -@@ -29,7 +33,11 @@ - - CL_CSOutput::CL_CSOutput() - { -+#ifdef __NetBSD__ -+ dev_dsp_fd = open("/dev/sound", O_WRONLY); -+#else - dev_dsp_fd = open("/dev/dsp", O_WRONLY); -+#endif - if (dev_dsp_fd == -1) - { - has_sound = false; diff --git a/graphics/clanlib/patches/patch-ah b/graphics/clanlib/patches/patch-ah deleted file mode 100644 index cc920283598..00000000000 --- a/graphics/clanlib/patches/patch-ah +++ /dev/null @@ -1,106 +0,0 @@ -$NetBSD: patch-ah,v 1.6 2001/08/23 15:55:26 jlam Exp $ - ---- Makefile.in.orig Sun Apr 9 14:17:58 2000 -+++ Makefile.in -@@ -261,43 +261,43 @@ - @install -d $(BIN_PREFIX) - @install -d $(LIB_PREFIX) - @for i in `find Sources/API/* -type d | grep -v CVS | sed "s/Sources\/API\///;"`; do install -d $(INC_PREFIX)/ClanLib/$$i; done -- @for i in `find Sources/API/* -type f | grep -v CVS | sed "s/Sources\/API\///;"`; do install -m 0644 Sources/API/$$i $(INC_PREFIX)/ClanLib/$$i; done -+ @for i in `find Sources/API/* -type f | grep -v CVS | sed "s/Sources\/API\///;"`; do install -c -m 0644 Sources/API/$$i $(INC_PREFIX)/ClanLib/$$i; done - @echo "Libraries are being installed in $(LIB_PREFIX)." -- @install Libs/libclanCore.so.$(D_VERSION_MINOR) $(LIB_PREFIX) -+ @install -c Libs/libclanCore.so.$(D_VERSION_MINOR) $(LIB_PREFIX) - @ln -s -f libclanCore.so.$(D_VERSION_MINOR) $(LIB_PREFIX)/libclanCore.so.$(D_VERSION_MAJOR) - @ln -s -f libclanCore.so.$(D_VERSION_MAJOR) $(LIB_PREFIX)/libclanCore.so - @if [ -f Libs/libclanGL.so ]; then \ -- install Libs/libclanGL.so.$(D_VERSION_MINOR) $(LIB_PREFIX); \ -+ install -c Libs/libclanGL.so.$(D_VERSION_MINOR) $(LIB_PREFIX); \ - ln -s -f libclanGL.so.$(D_VERSION_MINOR) $(LIB_PREFIX)/libclanGL.so.$(D_VERSION_MAJOR); \ - ln -s -f libclanGL.so.$(D_VERSION_MAJOR) $(LIB_PREFIX)/libclanGL.so; \ - fi - @if [ -f Libs/libclanMagick.so ]; then \ -- install Libs/libclanMagick.so.$(D_VERSION_MINOR) $(LIB_PREFIX); \ -+ install -c Libs/libclanMagick.so.$(D_VERSION_MINOR) $(LIB_PREFIX); \ - ln -s -f libclanMagick.so.$(D_VERSION_MINOR) $(LIB_PREFIX)/libclanMagick.so.$(D_VERSION_MAJOR); \ - ln -s -f libclanMagick.so.$(D_VERSION_MAJOR) $(LIB_PREFIX)/libclanMagick.so; \ - fi - @if [ -f Libs/libclanMPEG.so ]; then \ -- install Libs/libclanMPEG.so.$(D_VERSION_MINOR) $(LIB_PREFIX); \ -+ install -c Libs/libclanMPEG.so.$(D_VERSION_MINOR) $(LIB_PREFIX); \ - ln -s -f libclanMPEG.so.$(D_VERSION_MINOR) $(LIB_PREFIX)/libclanMPEG.so.$(D_VERSION_MAJOR); \ - ln -s -f libclanMPEG.so.$(D_VERSION_MAJOR) $(LIB_PREFIX)/libclanMPEG.so; \ - fi - @if [ -f Libs/libclanLua.so ]; then \ -- install Libs/libclanLua.so.$(D_VERSION_MINOR) $(LIB_PREFIX); \ -+ install -c Libs/libclanLua.so.$(D_VERSION_MINOR) $(LIB_PREFIX); \ - ln -s -f libclanLua.so.$(D_VERSION_MINOR) $(LIB_PREFIX)/libclanLua.so.$(D_VERSION_MAJOR); \ - ln -s -f libclanLua.so.$(D_VERSION_MAJOR) $(LIB_PREFIX)/libclanLua.so; \ - fi - @if [ -f Libs/libclanGUI.so ]; then \ -- install Libs/libclanGUI.so.$(D_VERSION_MINOR) $(LIB_PREFIX); \ -+ install -c Libs/libclanGUI.so.$(D_VERSION_MINOR) $(LIB_PREFIX); \ - ln -s -f libclanGUI.so.$(D_VERSION_MINOR) $(LIB_PREFIX)/libclanGUI.so.$(D_VERSION_MAJOR); \ - ln -s -f libclanGUI.so.$(D_VERSION_MAJOR) $(LIB_PREFIX)/libclanGUI.so; \ - fi - @if [ -f Libs/libclanMikMod.so ]; then \ -- install Libs/libclanMikMod.so.$(D_VERSION_MINOR) $(LIB_PREFIX); \ -+ install -c Libs/libclanMikMod.so.$(D_VERSION_MINOR) $(LIB_PREFIX); \ - ln -s -f libclanMikMod.so.$(D_VERSION_MINOR) $(LIB_PREFIX)/libclanMikMod.so.$(D_VERSION_MAJOR); \ - ln -s -f libclanMikMod.so.$(D_VERSION_MAJOR) $(LIB_PREFIX)/libclanMikMod.so; \ - fi - @if [ -f Libs/libclanPNG.so ]; then \ -- install Libs/libclanPNG.so.$(D_VERSION_MINOR) $(LIB_PREFIX); \ -+ install -c Libs/libclanPNG.so.$(D_VERSION_MINOR) $(LIB_PREFIX); \ - ln -s -f libclanPNG.so.$(D_VERSION_MINOR) $(LIB_PREFIX)/libclanPNG.so.$(D_VERSION_MAJOR); \ - ln -s -f libclanPNG.so.$(D_VERSION_MAJOR) $(LIB_PREFIX)/libclanPNG.so; \ - fi -@@ -306,10 +306,10 @@ - install -d $(TARGET_PREFIX); \ - all_targets_var="$(ALL_TARGETS)"; \ - for curtarget in $$all_targets_var; do \ -- install $$curtarget $(TARGET_PREFIX); \ -+ install -c $$curtarget $(TARGET_PREFIX); \ - done; \ - fi -- @install clanlib-config $(BIN_PREFIX) -+ @install -c clanlib-config $(BIN_PREFIX) - - @echo "" - @echo "Installation complete, now run 'ldconfig' as root or point the" -@@ -427,7 +427,7 @@ - - Libs/libclanPNG.so: Libs/libclanCore.so $(OBJF_LIB_PNG) - @echo "Building Libs/libclanPNG.so" -- @$(LINK_COMMAND) -Wl,-soname=libclanPNG.so.$(D_VERSION_MAJOR) -o Libs/libclanPNG.so.$(D_VERSION_MINOR) $(OBJF_LIB_PNG) -L Libs -lclanCore -lpng -+ @$(LINK_COMMAND) -Wl,-R$(LOCALBASE)/lib -Wl,-soname=libclanPNG.so.$(D_VERSION_MAJOR) -o Libs/libclanPNG.so.$(D_VERSION_MINOR) $(OBJF_LIB_PNG) -L Libs -lclanCore -lpng - @ln -s -f libclanPNG.so.$(D_VERSION_MINOR) Libs/libclanPNG.so.$(D_VERSION_MAJOR) - @ln -s -f libclanPNG.so.$(D_VERSION_MAJOR) Libs/libclanPNG.so - -@@ -437,7 +437,7 @@ - - Libs/libclan-sound.so.$(D_VERSION_MINOR): $(OBJF_SOUND_CLANSOUND) - @echo "Building sound target" -- @$(LINK_COMMAND) -o Libs/libclan-sound.so.$(D_VERSION_MINOR) $(OBJF_SOUND_CLANSOUND) -+ @$(LINK_COMMAND) ${LIBOSSAUDIO} -o Libs/libclan-sound.so.$(D_VERSION_MINOR) $(OBJF_SOUND_CLANSOUND) - - Libs/libclan-input-tty.so.$(D_VERSION_MINOR): $(OBJF_INPUT_TTY) - @echo "Building tty input target" -@@ -445,7 +445,7 @@ - - Libs/libclan-display-x11.so.$(D_VERSION_MINOR): $(OBJF_DISP_X11) - @echo "Building x11 target" -- @$(LINK_COMMAND) -o Libs/libclan-display-x11.so.$(D_VERSION_MINOR) $(OBJF_DISP_X11) @x_libraries@ -+ @$(LINK_COMMAND) -Wl,-R$(X11BASE)/lib -o Libs/libclan-display-x11.so.$(D_VERSION_MINOR) $(OBJF_DISP_X11) @x_libraries@ - - Libs/libclan-display-ptc.so.$(D_VERSION_MINOR): $(OBJF_DISP_PTC) Libs/libclan-display-x11.so.$(D_VERSION_MINOR) - @echo "Building openptc target" -@@ -456,7 +456,7 @@ - Libs/libclan-display-glx.so.$(D_VERSION_MINOR): $(OBJF_DISP_GLX) Libs/libclan-display-x11.so.$(D_VERSION_MINOR) - @echo "Building glx target" - @ln -s -f Libs/libclan-display-x11.so.$(D_VERSION_MINOR) . -- @$(LINK_COMMAND) -L Libs -Wl,-rpath,$(TARGET_PREFIX) libclan-display-x11.so.$(D_VERSION_MINOR) -o Libs/libclan-display-glx.so.$(D_VERSION_MINOR) $(OBJF_DISP_GLX) @x_libraries@ -lGL -lGLU -+ @$(LINK_COMMAND) -L Libs -Wl,-R$(X11BASE)/lib libclan-display-x11.so.$(D_VERSION_MINOR) -o Libs/libclan-display-glx.so.$(D_VERSION_MINOR) $(OBJF_DISP_GLX) @x_libraries@ -lGL -lGLU - @rm -f libclan-display-x11.so.$(D_VERSION_MINOR) - - Libs/libclan-display-ggi.so.$(D_VERSION_MINOR): $(OBJF_DISP_GGI) diff --git a/graphics/clanlib/patches/patch-ai b/graphics/clanlib/patches/patch-ai deleted file mode 100644 index d95f699f8ae..00000000000 --- a/graphics/clanlib/patches/patch-ai +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-ai,v 1.5 2003/06/10 00:22:33 jmc Exp $ ---- configure.orig Tue May 9 14:46:48 2000 -+++ configure Fri Mar 23 08:37:24 2001 -@@ -2199,7 +2199,7 @@ - - - --libs="-ldl -lz -lHermes -lpthread" -+libs="-lz -lHermes -lpthread" - - objf_nondyn="" - flag_tty="" -@@ -2217,7 +2217,6 @@ - if test "$flag_tty" = "yes"; then objf_nondyn="\$(OBJF_INPUT_TTY) $objf_nondyn"; fi - fi - --x_libraries="$x_libraries -lXxf86vm" - - - diff --git a/graphics/clanlib/patches/patch-aj b/graphics/clanlib/patches/patch-aj deleted file mode 100644 index 56295c6c645..00000000000 --- a/graphics/clanlib/patches/patch-aj +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-aj,v 1.4 2001/01/01 07:51:10 toshii Exp $ - ---- Sources/Core/SurfaceProviders/provider_pcx.cpp.orig Sun Apr 9 21:18:02 2000 -+++ Sources/Core/SurfaceProviders/provider_pcx.cpp -@@ -113,10 +113,14 @@ - - datafile->seek(4, CL_InputSource::seek_set); - -- short xmin = datafile->read_short16(); -- short ymin = datafile->read_short16(); -- short xmax = datafile->read_short16(); -- short ymax = datafile->read_short16(); -+ short xmin = datafile->read_uchar8() | -+ (datafile->read_char8() << 8); -+ short ymin = datafile->read_uchar8() | -+ (datafile->read_char8() << 8); -+ short xmax = datafile->read_uchar8() | -+ (datafile->read_char8() << 8); -+ short ymax = datafile->read_uchar8() | -+ (datafile->read_char8() << 8); - - pitch = xmax - xmin + 1; - height = ymax - ymin + 1; diff --git a/graphics/clanlib/patches/patch-ak b/graphics/clanlib/patches/patch-ak deleted file mode 100644 index 096ec17b453..00000000000 --- a/graphics/clanlib/patches/patch-ak +++ /dev/null @@ -1,39 +0,0 @@ -$NetBSD: patch-ak,v 1.3 2001/04/02 20:16:42 wrstuden Exp $ ---- Sources/Core/SurfaceProviders/provider_targa.cpp.orig Sat Mar 24 10:39:52 2001 -+++ Sources/Core/SurfaceProviders/provider_targa.cpp Sat Mar 24 10:46:53 2001 -@@ -151,8 +151,7 @@ - // read or skip the colormap (rgb-palette) - if (colormaptype == 1) - { -- map_length = *((unsigned short *) &file[5]); -- SWAP_IF_BIG(map_length); -+ map_length = file[5] + 256 * file[6]; - unsigned char map_size = file[7]>>3; - - if (!read_colormap) -@@ -194,13 +193,11 @@ - } - - // read pitch, height and bits-pr-pixel -- pitch = *((unsigned short *) &file[12]); -- SWAP_IF_BIG(pitch); -+ pitch = file[12] + 256 * file[13]; - bounding_left = pitch; - bounding_right = 0; - -- height = *((unsigned short *) &file[14]); -- SWAP_IF_BIG(height); -+ height = file[14] + 256 * file[15]; - bounding_top = height; - bounding_bottom = 0; - -@@ -456,8 +453,7 @@ - } - else - { -- entry = *((unsigned short *) &file[pos]); -- SWAP_IF_BIG(entry); -+ entry = file[pos] + 256 * file[pos + 1]; - pos += 2; - } - diff --git a/graphics/openptc/DESCR b/graphics/openptc/DESCR deleted file mode 100644 index 303e1a5c1fd..00000000000 --- a/graphics/openptc/DESCR +++ /dev/null @@ -1,13 +0,0 @@ -Prometheus Truecolour (OpenPTC) is a third-generation standard for cross -platform low-level graphics access. A lot of design experience has gone into -it to provide one of the cleanest APIs available for this kind of purpose. - -OpenPTC will provide you with a frame-buffer to draw into. You can choose -that buffer to use a pixel format convenient for you, OpenPTC will convert -it to the video modes on the target platform, using highly optimised -x86 and MMX routines where available. This is achieved using the HERMES -((c)1998/99 Christian Nentwich et al) pixel conversion library. - -OpenPTC 1.0 is available for X11, GGI (Linux), Win32, DOS and JAVA. Work for -other platforms is in progress. All implementations of PTC come with full -source code and may be used free of charge even in commercial projects. diff --git a/graphics/openptc/Makefile b/graphics/openptc/Makefile deleted file mode 100644 index a08a4b3c2b0..00000000000 --- a/graphics/openptc/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $NetBSD: Makefile,v 1.15 2005/04/11 21:46:07 tv Exp $ - -DISTNAME= OpenPTC-x11-1.0.0-2 -PKGNAME= OpenPTC-X11-1.0.02 -PKGREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= # only on NetBSD mirrors anymore - -MAINTAINER= root@garbled.net -HOMEPAGE= http://www.gaffer.org/ptc/ -COMMENT= Prometheus Truecolour for X11 - -WRKSRC= ${WRKDIR}/OpenPTC-x11-1.0.0 -GNU_CONFIGURE= yes -USE_GNU_TOOLS+= make -USE_X11BASE= yes - -BUILDLINK_DEPENDS.Hermes= Hermes>=1.3.2nb1 - -.include "../../graphics/hermes/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/graphics/openptc/PLIST b/graphics/openptc/PLIST deleted file mode 100644 index ad837bd4156..00000000000 --- a/graphics/openptc/PLIST +++ /dev/null @@ -1,34 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:52:29 zuntum Exp $ -bin/ptc-config -include/ptc/Core/Area.h -include/ptc/Core/Base.h -include/ptc/Core/Clear.h -include/ptc/Core/Clipper.h -include/ptc/Core/Color.h -include/ptc/Core/Config.h -include/ptc/Core/Copy.h -include/ptc/Core/Error.h -include/ptc/Core/Format.h -include/ptc/Core/Hermes.h -include/ptc/Core/Index.h -include/ptc/Core/Key.h -include/ptc/Core/Mode.h -include/ptc/Core/Palette.h -include/ptc/Core/Surface.h -include/ptc/Core/Timer.h -include/ptc/Core/Types.h -include/ptc/X11/Console.h -include/ptc/X11/DGADisplay.h -include/ptc/X11/Display.h -include/ptc/X11/Image.h -include/ptc/X11/WindowDisplay.h -include/ptc/X11/ptconfig.h -include/ptc/ptc.h -lib/libptc.1.0.a -lib/libptc.a -lib/libptc.so -lib/libptc.so.1 -lib/libptc.so.1.0 -@dirrm include/ptc/Core -@dirrm include/ptc/X11 -@dirrm include/ptc diff --git a/graphics/openptc/distinfo b/graphics/openptc/distinfo deleted file mode 100644 index e341cc994bf..00000000000 --- a/graphics/openptc/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -$NetBSD: distinfo,v 1.4 2005/02/24 08:45:10 agc Exp $ - -SHA1 (OpenPTC-x11-1.0.0-2.tar.gz) = e28eaed3c7678f269c2a1ef5846dc607033b6489 -RMD160 (OpenPTC-x11-1.0.0-2.tar.gz) = 58f3471fcce705477455448a669b1598b7c426b2 -Size (OpenPTC-x11-1.0.0-2.tar.gz) = 562050 bytes -SHA1 (patch-aa) = 6b7ad89297a9fcdce8d08b36859cf14ccc6144f2 -SHA1 (patch-ab) = 55422988cb03c6c83d394a3632b33116ec7ea511 -SHA1 (patch-ac) = bab854a254865f3e9aa21b67e62f3bac93a9ac32 diff --git a/graphics/openptc/patches/patch-aa b/graphics/openptc/patches/patch-aa deleted file mode 100644 index 9ba304cd65f..00000000000 --- a/graphics/openptc/patches/patch-aa +++ /dev/null @@ -1,44 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/07/22 09:14:55 garbled Exp $ ---- configure.orig Wed Mar 31 16:43:45 1999 -+++ configure Thu Jul 22 01:34:25 1999 -@@ -528,9 +528,9 @@ - - - --PTCVERSION="1.0.0" -+PTCVERSION="1.0" - PTCFLAGS=$CXXFLAGS --PTCLIBS="-lX11 -lXext" -+PTCLIBS="-lX11 -lXext $LDFLAGS" - SAVELIBS="" - - -@@ -1950,7 +1950,7 @@ - #include "confdefs.h" - #include <$ac_hdr> - EOF --ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -+ac_try="$ac_cpp -I$LOCALBASE/include conftest.$ac_ext >/dev/null 2>conftest.out" - { (eval echo configure:1955: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } - ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` - if test -z "$ac_err"; then -@@ -2019,9 +2019,6 @@ - - echo - echo "Do you want to build a dynamic library too ? (y/n) " --read PTC_DYN_JN -- --if test $PTC_DYN_JN = "y"; then - echo "Building dynamic library". - PTC_DYN="dynamic" - -@@ -2042,9 +2039,6 @@ - # else - # echo "Skippping Java support." - # fi --else -- echo "No dynamic library will be built." --fi - - - diff --git a/graphics/openptc/patches/patch-ab b/graphics/openptc/patches/patch-ab deleted file mode 100644 index 22fac3d4599..00000000000 --- a/graphics/openptc/patches/patch-ab +++ /dev/null @@ -1,32 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2001/02/23 13:09:24 wiz Exp $ - ---- Makefile.in.orig Thu Apr 1 01:44:04 1999 -+++ Makefile.in -@@ -54,20 +54,21 @@ - install -d $(prefix)/include/ptc/X11 - install -d $(exec_prefix)/lib - install -d $(exec_prefix)/bin -- install -m 0644 source/ptc.h $(prefix)/include/ptc -+ install -c -m 0644 source/ptc.h $(prefix)/include/ptc - for incfile in $(CORE_HEADER_FILES); do \ -- install -m 0644 source/Core/$$incfile $(prefix)/include/ptc/Core; \ -+ install -c -m 0644 source/Core/$$incfile $(prefix)/include/ptc/Core; \ - done - for incfile in $(X11_HEADER_FILES); do \ -- install -m 0644 source/X11/$$incfile $(prefix)/include/ptc/X11; \ -+ install -c -m 0644 source/X11/$$incfile $(prefix)/include/ptc/X11; \ - done -- install -m 0644 $(PTC_LIBRARY_PATH)/$(PTC_LIBRARY_NAME) $(exec_prefix)/lib -+ install -c -m 0644 $(PTC_LIBRARY_PATH)/$(PTC_LIBRARY_NAME) $(exec_prefix)/lib - @cd $(exec_prefix)/lib ; ln -sf $(PTC_LIBRARY_NAME) libptc.a -- install -m 0755 ptc-config $(exec_prefix)/bin -+ install -c -m 0755 ptc-config $(exec_prefix)/bin - chmod 755 $(exec_prefix)/bin/ptc-config - if test -e library/$(PTC_LIBRARY_DYN); then \ -- install -m 0755 library/$(PTC_LIBRARY_DYN) $(exec_prefix)/lib; \ -+ install -c -m 0755 library/$(PTC_LIBRARY_DYN) $(exec_prefix)/lib; \ - cd $(exec_prefix)/lib ; ln -sf $(PTC_LIBRARY_DYN) libptc.so ; \ -+ ln -sf $(PTC_LIBRARY_DYN) libptc.so.1 ; \ - fi - - diff --git a/graphics/openptc/patches/patch-ac b/graphics/openptc/patches/patch-ac deleted file mode 100644 index 3eb6a3a5a97..00000000000 --- a/graphics/openptc/patches/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2002/07/16 14:55:04 agc Exp $ - ---- demos/land/Land.cc 2002/07/16 14:50:07 1.1 -+++ demos/land/Land.cc 2002/07/16 14:50:38 -@@ -259,7 +259,8 @@ - // - // Initialize last-y and last-color arrays - // -- for ( int d=0; d<SCREENWIDTH; d++ ) -+ int d; -+ for ( d=0; d<SCREENWIDTH; d++ ) - { - lasty[d]=SCREENHEIGHT; - lastc[d]=-1; diff --git a/graphics/tcm/DESCR b/graphics/tcm/DESCR deleted file mode 100644 index 6ca7b4e79dd..00000000000 --- a/graphics/tcm/DESCR +++ /dev/null @@ -1,22 +0,0 @@ -TCM is a collection of graphical editors for different software -specification methods. It contains generic editors (for generic -diagrams, tables and trees), editors for Structured Analysis -(entity-relationship diagrams, data and event flow diagrams, -state-transition diagrams, function refinement trees etc.) and editors -for UML (static-structure diagrams, use-case diagrams, activity -diagrams etc.). - -TCM supports constraint checking for single documents (e.g. name -duplication and cycles in is-a relationships). TCM distinguishes -built-in constraints (of which a violation cannot even be attempted) -from immediate constraints (of which an attempted violation is -immediately prevented) and soft constraints (against which the editor -provides a warning when it checks the drawing). TCM is planned to -support hierarchic graphs, so that it can handle, for example, -hierarchic statecharts. Features to be added later include constraint -checking across documents and executable models. - -In addition to the TCM file format, TCM outputs Plain PostScript, -Encapsulated PostScript, PNG and the XFig file format. The TCM file -format is simple to read and parse so other forms of output can be -generated easily. diff --git a/graphics/tcm/Makefile b/graphics/tcm/Makefile deleted file mode 100644 index c0dc320f69b..00000000000 --- a/graphics/tcm/Makefile +++ /dev/null @@ -1,98 +0,0 @@ -# $NetBSD: Makefile,v 1.24 2005/04/11 21:46:09 tv Exp $ - -DISTNAME= tcm-2.01.src -PKGNAME= tcm-2.01 -PKGREVISION= 2 -CATEGORIES= graphics devel -MASTER_SITES= ftp://ftp.cs.utwente.nl/pub/tcm/ - -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://wwwhome.cs.utwente.nl/~tcm/index.html -COMMENT= TCM - Toolkit for Conceptual Modeling - -WRKSRC= ${WRKDIR}/tcm-2.01/src -USE_PKGINSTALL= YES -USE_X11BASE= YES - -# These two variables denote where the installed location of the libraries -# are located. -# -MAKE_ENV+= XWIN_HOME=${X11BASE} -MAKE_ENV+= MOTIF_HOME=${MOTIFBASE} - -TCM_SRC= ${WRKDIR}/tcm-2.01 -MAKE_ENV+= TCM_HOME=${TCM_SRC} - -CPPFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" -CONF_FILES= ${PREFIX}/share/examples/tcm/tcm.conf \ - ${PKG_SYSCONFDIR}/tcm.conf - -BUILD_TARGET= depend all - -post-extract: - ${RM} -f ${TCM_SRC}/lib/COPYING ${TCM_SRC}/lib/CHANGELOG - -do-configure: - ${RM} -f ${WRKSRC}/Config.tmpl - ${LN} -fs ${WRKSRC}/Config.tmpl_netbsd ${WRKSRC}/Config.tmpl - ${RM} -f ${WRKSRC}/Makefile - ${LN} -fs ${WRKSRC}/Makefile.gcc ${WRKSRC}/Makefile - ${MV} -f ${WRKSRC}/gl/system.c ${WRKSRC}/gl/system.c.dist - ${SED} -e "s|@PREFIX@|${PREFIX}|g" \ - -e "s|@X11BASE@|${X11BASE}|g" \ - -e "s|@LOCALBASE@|${LOCALBASE}|g" \ - ${WRKSRC}/gl/system.c.dist > ${WRKSRC}/gl/system.c - for f in `${FIND} ${WRKSRC} -name \*.c -print`; do \ - ${MV} -f $$f $$f`${ECHO} c`; \ - done - ${MV} -f ${WRKSRC}/gl/text2ps.cc ${WRKSRC}/gl/text2ps.c - -do-install: - cd ${TCM_SRC}/bin && ${INSTALL_PROGRAM} tcm tcmd tcmt text2ps \ - ${PREFIX}/bin/ - for f in tatd tcpd tcrd tdfd tdpd tefd terd tesd tfrt tgd \ - tgtt tpsd trpg tsnd tssd tstd tucd; do \ - ${LN} -fs ${PREFIX}/bin/tcmd ${PREFIX}/bin/$$f; \ - done - for f in tfet tgt ttdt ttut; do \ - ${LN} -fs ${PREFIX}/bin/tcmt ${PREFIX}/bin/$$f; \ - done - ${INSTALL_SCRIPT} ${TCM_SRC}/bin/psf ${PREFIX}/bin - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/tcm - ${INSTALL_DATA} ${TCM_SRC}/lib/tcm.conf ${PREFIX}/share/examples/tcm - ${INSTALL_DATA} ${TCM_SRC}/lib/TCM ${PREFIX}/lib/X11/app-defaults/ - ${INSTALL_DATA} ${TCM_SRC}/man/man1/*.1 ${PREFIX}/man/man1/ - ${INSTALL_DATA_DIR} ${PREFIX}/share/tcm - ${INSTALL_DATA} ${TCM_SRC}/lib/colorrgb.txt ${PREFIX}/share/tcm - ${INSTALL_DATA} ${TCM_SRC}/lib/banner.ps ${PREFIX}/share/tcm - ${INSTALL_DATA_DIR} ${PREFIX}/share/tcm/help - cd ${TCM_SRC} && ${INSTALL_DATA} COPYING CHANGELOG lib/help/* \ - ${PREFIX}/share/tcm/help/ - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tcm - cd ${TCM_SRC} && ${INSTALL_DATA} README COPYING CHANGELOG \ - ${PREFIX}/share/doc/tcm/ - ${INSTALL_DATA} ${TCM_SRC}/doc/*.ps.gz ${PREFIX}/share/doc/tcm/ - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/tcm - ${INSTALL_DATA} ${TCM_SRC}/doc/*.html ${PREFIX}/share/doc/html/tcm/ - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/tcm/developersguide - ${INSTALL_DATA} ${TCM_SRC}/doc/developersguide/* \ - ${PREFIX}/share/doc/html/tcm/developersguide/ - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/tcm/sourcecode - ${INSTALL_DATA} ${TCM_SRC}/doc/sourcecode/* \ - ${PREFIX}/share/doc/html/tcm/sourcecode/ - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/tcm/specifications - ${INSTALL_DATA} ${TCM_SRC}/doc/specifications/* \ - ${PREFIX}/share/doc/html/tcm/specifications/ - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/tcm/usersguide - ${INSTALL_DATA} ${TCM_SRC}/doc/usersguide/* \ - ${PREFIX}/share/doc/html/tcm/usersguide/ - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/tcm/wishlist - ${INSTALL_DATA} ${TCM_SRC}/doc/wishlist/* \ - ${PREFIX}/share/doc/html/tcm/wishlist/ - -.include "../../mk/motif.buildlink3.mk" -.include "../../mk/bsd.pkg.mk" - -.if defined(MOTIF_TYPE) && (${MOTIF_TYPE} == "lesstif") -CPPFLAGS+= -DLESSTIF -.endif diff --git a/graphics/tcm/PLIST b/graphics/tcm/PLIST deleted file mode 100644 index 57df59254e0..00000000000 --- a/graphics/tcm/PLIST +++ /dev/null @@ -1,856 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 2003/01/01 22:02:01 jmmv Exp $ -bin/psf -bin/tatd -bin/tcm -bin/tcmd -bin/tcmt -bin/tcpd -bin/tcrd -bin/tdfd -bin/tdpd -bin/tefd -bin/terd -bin/tesd -bin/text2ps -bin/tfet -bin/tfrt -bin/tgd -bin/tgt -bin/tgtt -bin/tpsd -bin/trpg -bin/tsnd -bin/tssd -bin/tstd -bin/ttdt -bin/ttut -bin/tucd -lib/X11/app-defaults/TCM -man/man1/psf.1 -man/man1/tatd.1 -man/man1/tcm.1 -man/man1/tcpd.1 -man/man1/tcrd.1 -man/man1/tdfd.1 -man/man1/tdpd.1 -man/man1/tefd.1 -man/man1/terd.1 -man/man1/tesd.1 -man/man1/text2ps.1 -man/man1/tfet.1 -man/man1/tfrt.1 -man/man1/tgd.1 -man/man1/tgt.1 -man/man1/tgtt.1 -man/man1/tpsd.1 -man/man1/trpg.1 -man/man1/tsnd.1 -man/man1/tssd.1 -man/man1/tstd.1 -man/man1/ttdt.1 -man/man1/ttut.1 -man/man1/tucd.1 -share/doc/html/tcm/developersguide/TechDoc.css -share/doc/html/tcm/developersguide/TechDoc.html -share/doc/html/tcm/developersguide/contents_motif.gif -share/doc/html/tcm/developersguide/developersguideimg1.gif -share/doc/html/tcm/developersguide/developersguideimg10.gif -share/doc/html/tcm/developersguide/developersguideimg11.gif -share/doc/html/tcm/developersguide/developersguideimg12.gif -share/doc/html/tcm/developersguide/developersguideimg13.gif -share/doc/html/tcm/developersguide/developersguideimg14.gif -share/doc/html/tcm/developersguide/developersguideimg15.gif -share/doc/html/tcm/developersguide/developersguideimg2.gif -share/doc/html/tcm/developersguide/developersguideimg3.gif -share/doc/html/tcm/developersguide/developersguideimg4.gif -share/doc/html/tcm/developersguide/developersguideimg5.gif -share/doc/html/tcm/developersguide/developersguideimg6.gif -share/doc/html/tcm/developersguide/developersguideimg7.gif -share/doc/html/tcm/developersguide/developersguideimg8.gif -share/doc/html/tcm/developersguide/developersguideimg9.gif -share/doc/html/tcm/developersguide/developersguidenode1.html -share/doc/html/tcm/developersguide/developersguidenode10.html -share/doc/html/tcm/developersguide/developersguidenode11.html -share/doc/html/tcm/developersguide/developersguidenode2.html -share/doc/html/tcm/developersguide/developersguidenode3.html -share/doc/html/tcm/developersguide/developersguidenode4.html -share/doc/html/tcm/developersguide/developersguidenode5.html -share/doc/html/tcm/developersguide/developersguidenode6.html -share/doc/html/tcm/developersguide/developersguidenode7.html -share/doc/html/tcm/developersguide/developersguidenode8.html -share/doc/html/tcm/developersguide/developersguidenode9.html -share/doc/html/tcm/developersguide/index.html -share/doc/html/tcm/developersguide/next_motif.gif -share/doc/html/tcm/developersguide/next_motif_gr.gif -share/doc/html/tcm/developersguide/previous_motif.gif -share/doc/html/tcm/developersguide/previous_motif_gr.gif -share/doc/html/tcm/developersguide/up_motif.gif -share/doc/html/tcm/developersguide/up_motif_gr.gif -share/doc/html/tcm/index.html -share/doc/html/tcm/sourcecode/AFont.html -share/doc/html/tcm/sourcecode/ATChecks.html -share/doc/html/tcm/sourcecode/ATDActionStateNode.html -share/doc/html/tcm/sourcecode/ATDDecisionStateNode.html -share/doc/html/tcm/sourcecode/ATDFinalStateNode.html -share/doc/html/tcm/sourcecode/ATDInitialStateNode.html -share/doc/html/tcm/sourcecode/ATDSynchronizationNode.html -share/doc/html/tcm/sourcecode/ATDTransitionEdge.html -share/doc/html/tcm/sourcecode/ATDWaitStateNode.html -share/doc/html/tcm/sourcecode/ATDiagram.html -share/doc/html/tcm/sourcecode/ATGraph.html -share/doc/html/tcm/sourcecode/ATUpdateNodeShapeTypeCmd.html -share/doc/html/tcm/sourcecode/ATViewer.html -share/doc/html/tcm/sourcecode/ATWindow.html -share/doc/html/tcm/sourcecode/AddColumnsCmd.html -share/doc/html/tcm/sourcecode/AddHandleCmd.html -share/doc/html/tcm/sourcecode/AddRowsCmd.html -share/doc/html/tcm/sourcecode/AlignNodeShapesCmd.html -share/doc/html/tcm/sourcecode/AppendTableCmd.html -share/doc/html/tcm/sourcecode/Application.html -share/doc/html/tcm/sourcecode/ArrowTextBox.html -share/doc/html/tcm/sourcecode/Assoc.html -share/doc/html/tcm/sourcecode/AssocList.html -share/doc/html/tcm/sourcecode/BidirectionalDataFlow.html -share/doc/html/tcm/sourcecode/BinaryRelationship.html -share/doc/html/tcm/sourcecode/Bitmap.html -share/doc/html/tcm/sourcecode/BlackDot.html -share/doc/html/tcm/sourcecode/Box.html -share/doc/html/tcm/sourcecode/Buffer.html -share/doc/html/tcm/sourcecode/BuildingBlock.html -share/doc/html/tcm/sourcecode/BullsEye.html -share/doc/html/tcm/sourcecode/C1Arrow.html -share/doc/html/tcm/sourcecode/C1Edge.html -share/doc/html/tcm/sourcecode/C2R2Line.html -share/doc/html/tcm/sourcecode/CPDComponentNode.html -share/doc/html/tcm/sourcecode/CPDDependencyEdge.html -share/doc/html/tcm/sourcecode/CPDInterfaceNode.html -share/doc/html/tcm/sourcecode/CPDRealizationEdge.html -share/doc/html/tcm/sourcecode/CPDiagram.html -share/doc/html/tcm/sourcecode/CPGraph.html -share/doc/html/tcm/sourcecode/CPViewer.html -share/doc/html/tcm/sourcecode/CPWindow.html -share/doc/html/tcm/sourcecode/CRChecks.html -share/doc/html/tcm/sourcecode/CRDiagram.html -share/doc/html/tcm/sourcecode/CRGraph.html -share/doc/html/tcm/sourcecode/CRViewer.html -share/doc/html/tcm/sourcecode/CRWindow.html -share/doc/html/tcm/sourcecode/Cell.html -share/doc/html/tcm/sourcecode/CellColumn.html -share/doc/html/tcm/sourcecode/CellRow.html -share/doc/html/tcm/sourcecode/CellSelection.html -share/doc/html/tcm/sourcecode/CellText.html -share/doc/html/tcm/sourcecode/CellTextBuffer.html -share/doc/html/tcm/sourcecode/CellTextEditor.html -share/doc/html/tcm/sourcecode/CellVector.html -share/doc/html/tcm/sourcecode/Circle.html -share/doc/html/tcm/sourcecode/ClassNode.html -share/doc/html/tcm/sourcecode/Code.html -share/doc/html/tcm/sourcecode/Color.html -share/doc/html/tcm/sourcecode/ColorChooserDialog.html -share/doc/html/tcm/sourcecode/Command.html -share/doc/html/tcm/sourcecode/Comment.html -share/doc/html/tcm/sourcecode/CommentLink.html -share/doc/html/tcm/sourcecode/Component.html -share/doc/html/tcm/sourcecode/ComponentFunction.html -share/doc/html/tcm/sourcecode/Config.html -share/doc/html/tcm/sourcecode/ConnectionEnd.html -share/doc/html/tcm/sourcecode/ConnectionStart.html -share/doc/html/tcm/sourcecode/ContinuousDataFlow.html -share/doc/html/tcm/sourcecode/ContinuousEventFlow.html -share/doc/html/tcm/sourcecode/ControlProcess.html -share/doc/html/tcm/sourcecode/ControlledDataStream.html -share/doc/html/tcm/sourcecode/CopyCellTextsCmd.html -share/doc/html/tcm/sourcecode/CopyShapesCmd.html -share/doc/html/tcm/sourcecode/CreateEdgeCmd.html -share/doc/html/tcm/sourcecode/CreateNodeCmd.html -share/doc/html/tcm/sourcecode/Cube.html -share/doc/html/tcm/sourcecode/CutCellTextsCmd.html -share/doc/html/tcm/sourcecode/CutShapesCmd.html -share/doc/html/tcm/sourcecode/DCFChecks.html -share/doc/html/tcm/sourcecode/DCFDiagram.html -share/doc/html/tcm/sourcecode/DCFGraph.html -share/doc/html/tcm/sourcecode/DCFStubs.html -share/doc/html/tcm/sourcecode/DCFViewer.html -share/doc/html/tcm/sourcecode/DCFWindow.html -share/doc/html/tcm/sourcecode/DFChecks.html -share/doc/html/tcm/sourcecode/DFDiagram.html -share/doc/html/tcm/sourcecode/DFEdge.html -share/doc/html/tcm/sourcecode/DFGraph.html -share/doc/html/tcm/sourcecode/DFNode.html -share/doc/html/tcm/sourcecode/DFProcess.html -share/doc/html/tcm/sourcecode/DFStore.html -share/doc/html/tcm/sourcecode/DFStubs.html -share/doc/html/tcm/sourcecode/DFViewer.html -share/doc/html/tcm/sourcecode/DFWindow.html -share/doc/html/tcm/sourcecode/DPDCommunicationEdge.html -share/doc/html/tcm/sourcecode/DPDResourceNode.html -share/doc/html/tcm/sourcecode/DPDiagram.html -share/doc/html/tcm/sourcecode/DPWindow.html -share/doc/html/tcm/sourcecode/DataFlow.html -share/doc/html/tcm/sourcecode/DataProcess.html -share/doc/html/tcm/sourcecode/DataStore.html -share/doc/html/tcm/sourcecode/DataStream.html -share/doc/html/tcm/sourcecode/DecisionPoint.html -share/doc/html/tcm/sourcecode/DeleteAllCellsCmd.html -share/doc/html/tcm/sourcecode/DeleteAllSubjectsCmd.html -share/doc/html/tcm/sourcecode/DeleteCellsCmd.html -share/doc/html/tcm/sourcecode/DeleteColumnsCmd.html -share/doc/html/tcm/sourcecode/DeleteHandleCmd.html -share/doc/html/tcm/sourcecode/DeleteRowsCmd.html -share/doc/html/tcm/sourcecode/DeleteSelectedSubjectsCmd.html -share/doc/html/tcm/sourcecode/DeleteShapesCmd.html -share/doc/html/tcm/sourcecode/DeleteSubjectsCmd.html -share/doc/html/tcm/sourcecode/Diagram.html -share/doc/html/tcm/sourcecode/DiagramChecks.html -share/doc/html/tcm/sourcecode/DiagramStubs.html -share/doc/html/tcm/sourcecode/DiagramViewer.html -share/doc/html/tcm/sourcecode/DiagramWindow.html -share/doc/html/tcm/sourcecode/Dialog.html -share/doc/html/tcm/sourcecode/Diamond.html -share/doc/html/tcm/sourcecode/Disk.html -share/doc/html/tcm/sourcecode/Document.html -share/doc/html/tcm/sourcecode/DoubleBox.html -share/doc/html/tcm/sourcecode/DoubleClassBox.html -share/doc/html/tcm/sourcecode/DragCellTextCmd.html -share/doc/html/tcm/sourcecode/DragCmd.html -share/doc/html/tcm/sourcecode/DragColumnCmd.html -share/doc/html/tcm/sourcecode/DragColumnLabelCmd.html -share/doc/html/tcm/sourcecode/DragHLineCmd.html -share/doc/html/tcm/sourcecode/DragHandleCmd.html -share/doc/html/tcm/sourcecode/DragRowCmd.html -share/doc/html/tcm/sourcecode/DragRowLabelCmd.html -share/doc/html/tcm/sourcecode/DragSTLabelCmd.html -share/doc/html/tcm/sourcecode/DragShapeCmd.html -share/doc/html/tcm/sourcecode/DragShapesCmd.html -share/doc/html/tcm/sourcecode/DragTextShapeCmd.html -share/doc/html/tcm/sourcecode/DrawWindow.html -share/doc/html/tcm/sourcecode/DrawingArea.html -share/doc/html/tcm/sourcecode/DumpWidgetTree.html -share/doc/html/tcm/sourcecode/DuplicateShapesCmd.html -share/doc/html/tcm/sourcecode/ERChecks.html -share/doc/html/tcm/sourcecode/ERDiagram.html -share/doc/html/tcm/sourcecode/ERGraph.html -share/doc/html/tcm/sourcecode/ERStubs.html -share/doc/html/tcm/sourcecode/ERView.html -share/doc/html/tcm/sourcecode/ERViewer.html -share/doc/html/tcm/sourcecode/ERWindow.html -share/doc/html/tcm/sourcecode/ESDDiagram.html -share/doc/html/tcm/sourcecode/ESDWindow.html -share/doc/html/tcm/sourcecode/Edge.html -share/doc/html/tcm/sourcecode/EditStubs.html -share/doc/html/tcm/sourcecode/EditWindow.html -share/doc/html/tcm/sourcecode/Element.html -share/doc/html/tcm/sourcecode/Ellipse.html -share/doc/html/tcm/sourcecode/EllipsedBox.html -share/doc/html/tcm/sourcecode/Ellipsis.html -share/doc/html/tcm/sourcecode/EmptyEdge.html -share/doc/html/tcm/sourcecode/EmptyNode.html -share/doc/html/tcm/sourcecode/EndC1Arrow.html -share/doc/html/tcm/sourcecode/EntityType.html -share/doc/html/tcm/sourcecode/Event.html -share/doc/html/tcm/sourcecode/EventFlow.html -share/doc/html/tcm/sourcecode/EventStore.html -share/doc/html/tcm/sourcecode/ExternalEntity.html -share/doc/html/tcm/sourcecode/FDDiagram.html -share/doc/html/tcm/sourcecode/FDGraph.html -share/doc/html/tcm/sourcecode/FDViewer.html -share/doc/html/tcm/sourcecode/FDWindow.html -share/doc/html/tcm/sourcecode/FETable.html -share/doc/html/tcm/sourcecode/FEViewer.html -share/doc/html/tcm/sourcecode/FEWindow.html -share/doc/html/tcm/sourcecode/FigGrafport.html -share/doc/html/tcm/sourcecode/File.html -share/doc/html/tcm/sourcecode/FileSelectionDialog.html -share/doc/html/tcm/sourcecode/FileUtils.html -share/doc/html/tcm/sourcecode/FillStyle.html -share/doc/html/tcm/sourcecode/FindAllCellsCmd.html -share/doc/html/tcm/sourcecode/FindAllTextsCmd.html -share/doc/html/tcm/sourcecode/FindDialog.html -share/doc/html/tcm/sourcecode/FindNextCellCmd.html -share/doc/html/tcm/sourcecode/FindNextTextCmd.html -share/doc/html/tcm/sourcecode/FlashArrow.html -share/doc/html/tcm/sourcecode/Folder.html -share/doc/html/tcm/sourcecode/FontChooserDialog.html -share/doc/html/tcm/sourcecode/Function.html -share/doc/html/tcm/sourcecode/GDDiagram.html -share/doc/html/tcm/sourcecode/GDGraph.html -share/doc/html/tcm/sourcecode/GDUpdateNodeShapeTypeCmd.html -share/doc/html/tcm/sourcecode/GDViewer.html -share/doc/html/tcm/sourcecode/GDWindow.html -share/doc/html/tcm/sourcecode/GShape.html -share/doc/html/tcm/sourcecode/GenericEdge.html -share/doc/html/tcm/sourcecode/GenericNode.html -share/doc/html/tcm/sourcecode/Grafport.html -share/doc/html/tcm/sourcecode/Graph.html -share/doc/html/tcm/sourcecode/Grid.html -share/doc/html/tcm/sourcecode/HIER.html -share/doc/html/tcm/sourcecode/HIERjava.html -share/doc/html/tcm/sourcecode/Helper.html -share/doc/html/tcm/sourcecode/Hexagon.html -share/doc/html/tcm/sourcecode/HorizontalBar.html -share/doc/html/tcm/sourcecode/InitialState.html -share/doc/html/tcm/sourcecode/InitialStateBox.html -share/doc/html/tcm/sourcecode/InlineEditor.html -share/doc/html/tcm/sourcecode/InputFile.html -share/doc/html/tcm/sourcecode/Intersect.html -share/doc/html/tcm/sourcecode/IsaRelationship.html -share/doc/html/tcm/sourcecode/Key.html -share/doc/html/tcm/sourcecode/LeftLineCircle.html -share/doc/html/tcm/sourcecode/Line.html -share/doc/html/tcm/sourcecode/LineEnd.html -share/doc/html/tcm/sourcecode/LineEndDialog.html -share/doc/html/tcm/sourcecode/LinePiece.html -share/doc/html/tcm/sourcecode/LineStyle.html -share/doc/html/tcm/sourcecode/LineStyleDialog.html -share/doc/html/tcm/sourcecode/LineStyleSideDialog.html -share/doc/html/tcm/sourcecode/LineWidthDialog.html -share/doc/html/tcm/sourcecode/LineWidthSideDialog.html -share/doc/html/tcm/sourcecode/Link.html -share/doc/html/tcm/sourcecode/List.html -share/doc/html/tcm/sourcecode/MWidget.html -share/doc/html/tcm/sourcecode/MainWindow.html -share/doc/html/tcm/sourcecode/Matrix.html -share/doc/html/tcm/sourcecode/MatrixViewer.html -share/doc/html/tcm/sourcecode/Menu.html -share/doc/html/tcm/sourcecode/MenuItem.html -share/doc/html/tcm/sourcecode/MessageDialog.html -share/doc/html/tcm/sourcecode/MessageLogDialog.html -share/doc/html/tcm/sourcecode/MiniArrowEllipse.html -share/doc/html/tcm/sourcecode/MiniBox.html -share/doc/html/tcm/sourcecode/MiniDiamond.html -share/doc/html/tcm/sourcecode/MiniEllipse.html -share/doc/html/tcm/sourcecode/MiniTriangle.html -share/doc/html/tcm/sourcecode/ModeJunction.html -share/doc/html/tcm/sourcecode/MouseCursor.html -share/doc/html/tcm/sourcecode/MoveAllShapesCmd.html -share/doc/html/tcm/sourcecode/MoveShapesCmd.html -share/doc/html/tcm/sourcecode/MoveTableCmd.html -share/doc/html/tcm/sourcecode/NToggleListDialog.html -share/doc/html/tcm/sourcecode/Node.html -share/doc/html/tcm/sourcecode/NodeAlign.html -share/doc/html/tcm/sourcecode/NodeAlignmentDialog.html -share/doc/html/tcm/sourcecode/NodeShape.html -share/doc/html/tcm/sourcecode/NodeShapeDialog.html -share/doc/html/tcm/sourcecode/Note.html -share/doc/html/tcm/sourcecode/NoteBox.html -share/doc/html/tcm/sourcecode/OutputFile.html -share/doc/html/tcm/sourcecode/PSChecks.html -share/doc/html/tcm/sourcecode/PSDiagram.html -share/doc/html/tcm/sourcecode/PSGrafport.html -share/doc/html/tcm/sourcecode/PSGraph.html -share/doc/html/tcm/sourcecode/PSProcess.html -share/doc/html/tcm/sourcecode/PSStubs.html -share/doc/html/tcm/sourcecode/PSViewer.html -share/doc/html/tcm/sourcecode/PSWindow.html -share/doc/html/tcm/sourcecode/PageSize.html -share/doc/html/tcm/sourcecode/PasteCellTextsCmd.html -share/doc/html/tcm/sourcecode/PasteShapesCmd.html -share/doc/html/tcm/sourcecode/Point.html -share/doc/html/tcm/sourcecode/Printer.html -share/doc/html/tcm/sourcecode/PrinterOptions.html -share/doc/html/tcm/sourcecode/PrinterQueueDialog.html -share/doc/html/tcm/sourcecode/ProcessGraphNode.html -share/doc/html/tcm/sourcecode/ProcessGraphRoot.html -share/doc/html/tcm/sourcecode/PromptDialog.html -share/doc/html/tcm/sourcecode/Properties.html -share/doc/html/tcm/sourcecode/Property.html -share/doc/html/tcm/sourcecode/PurgeCellsCmd.html -share/doc/html/tcm/sourcecode/QuestionDialog.html -share/doc/html/tcm/sourcecode/RPDiagram.html -share/doc/html/tcm/sourcecode/RPGraph.html -share/doc/html/tcm/sourcecode/RPUpdateNodeShapeTypeCmd.html -share/doc/html/tcm/sourcecode/RPViewer.html -share/doc/html/tcm/sourcecode/RPWindow.html -share/doc/html/tcm/sourcecode/ReadDirection.html -share/doc/html/tcm/sourcecode/Rectangle.html -share/doc/html/tcm/sourcecode/ReindexCmd.html -share/doc/html/tcm/sourcecode/RelationshipNode.html -share/doc/html/tcm/sourcecode/ReplaceAllCellTextsCmd.html -share/doc/html/tcm/sourcecode/ReplaceAllTextsCmd.html -share/doc/html/tcm/sourcecode/ReplaceCellTextCmd.html -share/doc/html/tcm/sourcecode/ReplaceDialog.html -share/doc/html/tcm/sourcecode/ReplaceNextCellTextCmd.html -share/doc/html/tcm/sourcecode/ReplaceNextTextCmd.html -share/doc/html/tcm/sourcecode/ReplaceTextCmd.html -share/doc/html/tcm/sourcecode/RoundedBox.html -share/doc/html/tcm/sourcecode/RowColumnLabel.html -share/doc/html/tcm/sourcecode/SNChecks.html -share/doc/html/tcm/sourcecode/SNDiagram.html -share/doc/html/tcm/sourcecode/SNGraph.html -share/doc/html/tcm/sourcecode/SNNode.html -share/doc/html/tcm/sourcecode/SNProcess.html -share/doc/html/tcm/sourcecode/SNViewer.html -share/doc/html/tcm/sourcecode/SNWindow.html -share/doc/html/tcm/sourcecode/SSDAggregationEdge.html -share/doc/html/tcm/sourcecode/SSDAggregationNode.html -share/doc/html/tcm/sourcecode/SSDAssociationLinkEdge.html -share/doc/html/tcm/sourcecode/SSDAssociationNode.html -share/doc/html/tcm/sourcecode/SSDBinaryAssociationEdge.html -share/doc/html/tcm/sourcecode/SSDChecks.html -share/doc/html/tcm/sourcecode/SSDClassNode.html -share/doc/html/tcm/sourcecode/SSDCompositionEdge.html -share/doc/html/tcm/sourcecode/SSDDiagram.html -share/doc/html/tcm/sourcecode/SSDDoubleClassBox.html -share/doc/html/tcm/sourcecode/SSDDoubleObjectBox.html -share/doc/html/tcm/sourcecode/SSDGeneralizationEdge.html -share/doc/html/tcm/sourcecode/SSDGeneralizationNode.html -share/doc/html/tcm/sourcecode/SSDGraph.html -share/doc/html/tcm/sourcecode/SSDObjectLinkEdge.html -share/doc/html/tcm/sourcecode/SSDObjectNode.html -share/doc/html/tcm/sourcecode/SSDParticipantLinkEdge.html -share/doc/html/tcm/sourcecode/SSDR2Line.html -share/doc/html/tcm/sourcecode/SSDRCLine.html -share/doc/html/tcm/sourcecode/SSDSingleClassBox.html -share/doc/html/tcm/sourcecode/SSDSingleObjectBox.html -share/doc/html/tcm/sourcecode/SSDStubs.html -share/doc/html/tcm/sourcecode/SSDTripleClassBox.html -share/doc/html/tcm/sourcecode/SSDUpdateClassBoxPropertyCmd.html -share/doc/html/tcm/sourcecode/SSDUpdateClassBoxTypeCmd.html -share/doc/html/tcm/sourcecode/SSDViewer.html -share/doc/html/tcm/sourcecode/SSDWindow.html -share/doc/html/tcm/sourcecode/STChecks.html -share/doc/html/tcm/sourcecode/STDiagram.html -share/doc/html/tcm/sourcecode/STGraph.html -share/doc/html/tcm/sourcecode/STNode.html -share/doc/html/tcm/sourcecode/STViewer.html -share/doc/html/tcm/sourcecode/STWindow.html -share/doc/html/tcm/sourcecode/SameSizeCmd.html -share/doc/html/tcm/sourcecode/ScaleDialog.html -share/doc/html/tcm/sourcecode/Scaler.html -share/doc/html/tcm/sourcecode/SelectAllCellsCmd.html -share/doc/html/tcm/sourcecode/SelectAllCmd.html -share/doc/html/tcm/sourcecode/SelectAreaCmd.html -share/doc/html/tcm/sourcecode/SelectCellAreaCmd.html -share/doc/html/tcm/sourcecode/SelectionDialog.html -share/doc/html/tcm/sourcecode/Sequence.html -share/doc/html/tcm/sourcecode/Shape.html -share/doc/html/tcm/sourcecode/ShapeView.html -share/doc/html/tcm/sourcecode/Shapes.html -share/doc/html/tcm/sourcecode/Side.html -share/doc/html/tcm/sourcecode/SimpleLabel.html -share/doc/html/tcm/sourcecode/SizeShapeBorderCmd.html -share/doc/html/tcm/sourcecode/SizeShapeCenterCmd.html -share/doc/html/tcm/sourcecode/SizeShapeCmd.html -share/doc/html/tcm/sourcecode/SolidHorizontalBar.html -share/doc/html/tcm/sourcecode/SolidVerticalBar.html -share/doc/html/tcm/sourcecode/SortColumnsCmd.html -share/doc/html/tcm/sourcecode/SortRowsCmd.html -share/doc/html/tcm/sourcecode/SplitMergeNode.html -share/doc/html/tcm/sourcecode/Square.html -share/doc/html/tcm/sourcecode/StartC1Line.html -share/doc/html/tcm/sourcecode/StartupWindow.html -share/doc/html/tcm/sourcecode/State.html -share/doc/html/tcm/sourcecode/StateVector.html -share/doc/html/tcm/sourcecode/StickMan.html -share/doc/html/tcm/sourcecode/StringList.html -share/doc/html/tcm/sourcecode/StringListEdge.html -share/doc/html/tcm/sourcecode/StringListNode.html -share/doc/html/tcm/sourcecode/StringListNode2.html -share/doc/html/tcm/sourcecode/SubFolder.html -share/doc/html/tcm/sourcecode/Subject.html -share/doc/html/tcm/sourcecode/Subjects.html -share/doc/html/tcm/sourcecode/System.html -share/doc/html/tcm/sourcecode/T1Line.html -share/doc/html/tcm/sourcecode/T2Line.html -share/doc/html/tcm/sourcecode/T4Line.html -share/doc/html/tcm/sourcecode/TDTable.html -share/doc/html/tcm/sourcecode/TDViewer.html -share/doc/html/tcm/sourcecode/TDWindow.html -share/doc/html/tcm/sourcecode/TRDiagram.html -share/doc/html/tcm/sourcecode/TRGraph.html -share/doc/html/tcm/sourcecode/TRView.html -share/doc/html/tcm/sourcecode/TRViewer.html -share/doc/html/tcm/sourcecode/TRWindow.html -share/doc/html/tcm/sourcecode/TUTable.html -share/doc/html/tcm/sourcecode/TUViewer.html -share/doc/html/tcm/sourcecode/TUWindow.html -share/doc/html/tcm/sourcecode/Table.html -share/doc/html/tcm/sourcecode/TableStubs.html -share/doc/html/tcm/sourcecode/TableViewer.html -share/doc/html/tcm/sourcecode/TableWindow.html -share/doc/html/tcm/sourcecode/TaxonomyJunction.html -share/doc/html/tcm/sourcecode/TextAlign.html -share/doc/html/tcm/sourcecode/TextAlignmentDialog.html -share/doc/html/tcm/sourcecode/TextBox.html -share/doc/html/tcm/sourcecode/TextEdge.html -share/doc/html/tcm/sourcecode/TextEditDialog.html -share/doc/html/tcm/sourcecode/TextFieldListDialog.html -share/doc/html/tcm/sourcecode/TextNode.html -share/doc/html/tcm/sourcecode/TextRoot.html -share/doc/html/tcm/sourcecode/TextShape.html -share/doc/html/tcm/sourcecode/TextShapeEditor.html -share/doc/html/tcm/sourcecode/TextViewDialog.html -share/doc/html/tcm/sourcecode/Thing.html -share/doc/html/tcm/sourcecode/ToggleListDialog.html -share/doc/html/tcm/sourcecode/Toolkit.html -share/doc/html/tcm/sourcecode/Transition.html -share/doc/html/tcm/sourcecode/TransitionArrow.html -share/doc/html/tcm/sourcecode/Triangle.html -share/doc/html/tcm/sourcecode/TripleBox.html -share/doc/html/tcm/sourcecode/TripleClassBox.html -share/doc/html/tcm/sourcecode/TypeName.html -share/doc/html/tcm/sourcecode/UCChecks.html -share/doc/html/tcm/sourcecode/UCDActorNode.html -share/doc/html/tcm/sourcecode/UCDBinaryAssociationEdge.html -share/doc/html/tcm/sourcecode/UCDBoundaryBox.html -share/doc/html/tcm/sourcecode/UCDGeneralizationEdge.html -share/doc/html/tcm/sourcecode/UCDSingleClassBox.html -share/doc/html/tcm/sourcecode/UCDSystemNode.html -share/doc/html/tcm/sourcecode/UCDUseCaseNode.html -share/doc/html/tcm/sourcecode/UCDiagram.html -share/doc/html/tcm/sourcecode/UCGraph.html -share/doc/html/tcm/sourcecode/UCUpdateActorTypeCmd.html -share/doc/html/tcm/sourcecode/UCViewer.html -share/doc/html/tcm/sourcecode/UCWindow.html -share/doc/html/tcm/sourcecode/URLabeledBox.html -share/doc/html/tcm/sourcecode/UpdateCellTextCmd.html -share/doc/html/tcm/sourcecode/UpdateCellTextFontCmd.html -share/doc/html/tcm/sourcecode/UpdateCellTextUnderlineCmd.html -share/doc/html/tcm/sourcecode/UpdateClassBoxTypeCmd.html -share/doc/html/tcm/sourcecode/UpdateColorCmd.html -share/doc/html/tcm/sourcecode/UpdateColumnAlignmentCmd.html -share/doc/html/tcm/sourcecode/UpdateCurveCmd.html -share/doc/html/tcm/sourcecode/UpdateFillColorCmd.html -share/doc/html/tcm/sourcecode/UpdateFontCmd.html -share/doc/html/tcm/sourcecode/UpdateLineColorCmd.html -share/doc/html/tcm/sourcecode/UpdateLineEndCmd.html -share/doc/html/tcm/sourcecode/UpdateLineStyleCmd.html -share/doc/html/tcm/sourcecode/UpdateLineStyleTableCmd.html -share/doc/html/tcm/sourcecode/UpdateLineTableCmd.html -share/doc/html/tcm/sourcecode/UpdateLineWidthCmd.html -share/doc/html/tcm/sourcecode/UpdateLineWidthTableCmd.html -share/doc/html/tcm/sourcecode/UpdateNodeShapeTypeCmd.html -share/doc/html/tcm/sourcecode/UpdateReadDirectionCmd.html -share/doc/html/tcm/sourcecode/UpdateRowAlignmentCmd.html -share/doc/html/tcm/sourcecode/UpdateTextAlignmentCmd.html -share/doc/html/tcm/sourcecode/UpdateTextCmd.html -share/doc/html/tcm/sourcecode/UpdateTextColorCmd.html -share/doc/html/tcm/sourcecode/UpdateTextUnderlineCmd.html -share/doc/html/tcm/sourcecode/UpdateTypeCmd.html -share/doc/html/tcm/sourcecode/UpdateVectorAlignmentCmd.html -share/doc/html/tcm/sourcecode/ValueType.html -share/doc/html/tcm/sourcecode/Version.html -share/doc/html/tcm/sourcecode/VerticalBar.html -share/doc/html/tcm/sourcecode/Viewer.html -share/doc/html/tcm/sourcecode/WhiteDot.html -share/doc/html/tcm/sourcecode/XFont.html -share/doc/html/tcm/sourcecode/XGrafport.html -share/doc/html/tcm/sourcecode/XResources.html -share/doc/html/tcm/sourcecode/aindex.html -share/doc/html/tcm/sourcecode/down.gif -share/doc/html/tcm/sourcecode/icon1.gif -share/doc/html/tcm/sourcecode/icon2.gif -share/doc/html/tcm/sourcecode/index.html -share/doc/html/tcm/sourcecode/logo.gif -share/doc/html/tcm/sourcecode/string.html -share/doc/html/tcm/specifications/TATD_specs-1.2.ps.gz -share/doc/html/tcm/specifications/TUCD_specs-1.2.ps.gz -share/doc/html/tcm/specifications/line-distribution.gd -share/doc/html/tcm/specifications/line-distribution.txt -share/doc/html/tcm/specifications/tssd.ssd -share/doc/html/tcm/specifications/tssd_edge.ssd -share/doc/html/tcm/specifications/tssd_line.ssd -share/doc/html/tcm/specifications/tssd_node.ssd -share/doc/html/tcm/specifications/tssd_nodeshape.ssd -share/doc/html/tcm/usersguide.html -share/doc/html/tcm/usersguide/User.css -share/doc/html/tcm/usersguide/User.html -share/doc/html/tcm/usersguide/contents_motif.gif -share/doc/html/tcm/usersguide/cross_ref_motif.gif -share/doc/html/tcm/usersguide/index.html -share/doc/html/tcm/usersguide/index_motif.gif -share/doc/html/tcm/usersguide/next_motif.gif -share/doc/html/tcm/usersguide/next_motif_gr.gif -share/doc/html/tcm/usersguide/previous_motif.gif -share/doc/html/tcm/usersguide/previous_motif_gr.gif -share/doc/html/tcm/usersguide/up_motif.gif -share/doc/html/tcm/usersguide/up_motif_gr.gif -share/doc/html/tcm/usersguide/usersguideimg1.gif -share/doc/html/tcm/usersguide/usersguideimg10.gif -share/doc/html/tcm/usersguide/usersguideimg100.gif -share/doc/html/tcm/usersguide/usersguideimg101.gif -share/doc/html/tcm/usersguide/usersguideimg102.gif -share/doc/html/tcm/usersguide/usersguideimg103.gif -share/doc/html/tcm/usersguide/usersguideimg104.gif -share/doc/html/tcm/usersguide/usersguideimg105.gif -share/doc/html/tcm/usersguide/usersguideimg106.gif -share/doc/html/tcm/usersguide/usersguideimg107.gif -share/doc/html/tcm/usersguide/usersguideimg108.gif -share/doc/html/tcm/usersguide/usersguideimg109.gif -share/doc/html/tcm/usersguide/usersguideimg11.gif -share/doc/html/tcm/usersguide/usersguideimg110.gif -share/doc/html/tcm/usersguide/usersguideimg111.gif -share/doc/html/tcm/usersguide/usersguideimg112.gif -share/doc/html/tcm/usersguide/usersguideimg113.gif -share/doc/html/tcm/usersguide/usersguideimg114.gif -share/doc/html/tcm/usersguide/usersguideimg115.gif -share/doc/html/tcm/usersguide/usersguideimg116.gif -share/doc/html/tcm/usersguide/usersguideimg117.gif -share/doc/html/tcm/usersguide/usersguideimg118.gif -share/doc/html/tcm/usersguide/usersguideimg119.gif -share/doc/html/tcm/usersguide/usersguideimg12.gif -share/doc/html/tcm/usersguide/usersguideimg120.gif -share/doc/html/tcm/usersguide/usersguideimg121.gif -share/doc/html/tcm/usersguide/usersguideimg122.gif -share/doc/html/tcm/usersguide/usersguideimg123.gif -share/doc/html/tcm/usersguide/usersguideimg124.gif -share/doc/html/tcm/usersguide/usersguideimg125.gif -share/doc/html/tcm/usersguide/usersguideimg126.gif -share/doc/html/tcm/usersguide/usersguideimg127.gif -share/doc/html/tcm/usersguide/usersguideimg128.gif -share/doc/html/tcm/usersguide/usersguideimg129.gif -share/doc/html/tcm/usersguide/usersguideimg13.gif -share/doc/html/tcm/usersguide/usersguideimg130.gif -share/doc/html/tcm/usersguide/usersguideimg131.gif -share/doc/html/tcm/usersguide/usersguideimg132.gif -share/doc/html/tcm/usersguide/usersguideimg133.gif -share/doc/html/tcm/usersguide/usersguideimg134.gif -share/doc/html/tcm/usersguide/usersguideimg135.gif -share/doc/html/tcm/usersguide/usersguideimg136.gif -share/doc/html/tcm/usersguide/usersguideimg137.gif -share/doc/html/tcm/usersguide/usersguideimg138.gif -share/doc/html/tcm/usersguide/usersguideimg139.gif -share/doc/html/tcm/usersguide/usersguideimg14.gif -share/doc/html/tcm/usersguide/usersguideimg140.gif -share/doc/html/tcm/usersguide/usersguideimg141.gif -share/doc/html/tcm/usersguide/usersguideimg142.gif -share/doc/html/tcm/usersguide/usersguideimg143.gif -share/doc/html/tcm/usersguide/usersguideimg144.gif -share/doc/html/tcm/usersguide/usersguideimg145.gif -share/doc/html/tcm/usersguide/usersguideimg146.gif -share/doc/html/tcm/usersguide/usersguideimg147.gif -share/doc/html/tcm/usersguide/usersguideimg148.gif -share/doc/html/tcm/usersguide/usersguideimg149.gif -share/doc/html/tcm/usersguide/usersguideimg15.gif -share/doc/html/tcm/usersguide/usersguideimg150.gif -share/doc/html/tcm/usersguide/usersguideimg151.gif -share/doc/html/tcm/usersguide/usersguideimg152.gif -share/doc/html/tcm/usersguide/usersguideimg153.gif -share/doc/html/tcm/usersguide/usersguideimg154.gif -share/doc/html/tcm/usersguide/usersguideimg155.gif -share/doc/html/tcm/usersguide/usersguideimg156.gif -share/doc/html/tcm/usersguide/usersguideimg157.gif -share/doc/html/tcm/usersguide/usersguideimg158.gif -share/doc/html/tcm/usersguide/usersguideimg159.gif -share/doc/html/tcm/usersguide/usersguideimg16.gif -share/doc/html/tcm/usersguide/usersguideimg160.gif -share/doc/html/tcm/usersguide/usersguideimg161.gif -share/doc/html/tcm/usersguide/usersguideimg162.gif -share/doc/html/tcm/usersguide/usersguideimg163.gif -share/doc/html/tcm/usersguide/usersguideimg164.gif -share/doc/html/tcm/usersguide/usersguideimg165.gif -share/doc/html/tcm/usersguide/usersguideimg166.gif -share/doc/html/tcm/usersguide/usersguideimg167.gif -share/doc/html/tcm/usersguide/usersguideimg168.gif -share/doc/html/tcm/usersguide/usersguideimg169.gif -share/doc/html/tcm/usersguide/usersguideimg17.gif -share/doc/html/tcm/usersguide/usersguideimg170.gif -share/doc/html/tcm/usersguide/usersguideimg171.gif -share/doc/html/tcm/usersguide/usersguideimg172.gif -share/doc/html/tcm/usersguide/usersguideimg173.gif -share/doc/html/tcm/usersguide/usersguideimg174.gif -share/doc/html/tcm/usersguide/usersguideimg175.gif -share/doc/html/tcm/usersguide/usersguideimg176.gif -share/doc/html/tcm/usersguide/usersguideimg177.gif -share/doc/html/tcm/usersguide/usersguideimg178.gif -share/doc/html/tcm/usersguide/usersguideimg179.gif -share/doc/html/tcm/usersguide/usersguideimg18.gif -share/doc/html/tcm/usersguide/usersguideimg180.gif -share/doc/html/tcm/usersguide/usersguideimg181.gif -share/doc/html/tcm/usersguide/usersguideimg182.gif -share/doc/html/tcm/usersguide/usersguideimg183.gif -share/doc/html/tcm/usersguide/usersguideimg184.gif -share/doc/html/tcm/usersguide/usersguideimg185.gif -share/doc/html/tcm/usersguide/usersguideimg186.gif -share/doc/html/tcm/usersguide/usersguideimg187.gif -share/doc/html/tcm/usersguide/usersguideimg188.gif -share/doc/html/tcm/usersguide/usersguideimg189.gif -share/doc/html/tcm/usersguide/usersguideimg19.gif -share/doc/html/tcm/usersguide/usersguideimg190.gif -share/doc/html/tcm/usersguide/usersguideimg191.gif -share/doc/html/tcm/usersguide/usersguideimg192.gif -share/doc/html/tcm/usersguide/usersguideimg193.gif -share/doc/html/tcm/usersguide/usersguideimg194.gif -share/doc/html/tcm/usersguide/usersguideimg195.gif -share/doc/html/tcm/usersguide/usersguideimg196.gif -share/doc/html/tcm/usersguide/usersguideimg197.gif -share/doc/html/tcm/usersguide/usersguideimg198.gif -share/doc/html/tcm/usersguide/usersguideimg199.gif -share/doc/html/tcm/usersguide/usersguideimg2.gif -share/doc/html/tcm/usersguide/usersguideimg20.gif -share/doc/html/tcm/usersguide/usersguideimg200.gif -share/doc/html/tcm/usersguide/usersguideimg201.gif -share/doc/html/tcm/usersguide/usersguideimg202.gif -share/doc/html/tcm/usersguide/usersguideimg203.gif -share/doc/html/tcm/usersguide/usersguideimg204.gif -share/doc/html/tcm/usersguide/usersguideimg205.gif -share/doc/html/tcm/usersguide/usersguideimg206.gif -share/doc/html/tcm/usersguide/usersguideimg207.gif -share/doc/html/tcm/usersguide/usersguideimg208.gif -share/doc/html/tcm/usersguide/usersguideimg209.gif -share/doc/html/tcm/usersguide/usersguideimg21.gif -share/doc/html/tcm/usersguide/usersguideimg210.gif -share/doc/html/tcm/usersguide/usersguideimg211.gif -share/doc/html/tcm/usersguide/usersguideimg212.gif -share/doc/html/tcm/usersguide/usersguideimg213.gif -share/doc/html/tcm/usersguide/usersguideimg214.gif -share/doc/html/tcm/usersguide/usersguideimg215.gif -share/doc/html/tcm/usersguide/usersguideimg22.gif -share/doc/html/tcm/usersguide/usersguideimg23.gif -share/doc/html/tcm/usersguide/usersguideimg24.gif -share/doc/html/tcm/usersguide/usersguideimg25.gif -share/doc/html/tcm/usersguide/usersguideimg26.gif -share/doc/html/tcm/usersguide/usersguideimg27.gif -share/doc/html/tcm/usersguide/usersguideimg28.gif -share/doc/html/tcm/usersguide/usersguideimg29.gif -share/doc/html/tcm/usersguide/usersguideimg3.gif -share/doc/html/tcm/usersguide/usersguideimg30.gif -share/doc/html/tcm/usersguide/usersguideimg31.gif -share/doc/html/tcm/usersguide/usersguideimg32.gif -share/doc/html/tcm/usersguide/usersguideimg33.gif -share/doc/html/tcm/usersguide/usersguideimg34.gif -share/doc/html/tcm/usersguide/usersguideimg35.gif -share/doc/html/tcm/usersguide/usersguideimg36.gif -share/doc/html/tcm/usersguide/usersguideimg37.gif -share/doc/html/tcm/usersguide/usersguideimg38.gif -share/doc/html/tcm/usersguide/usersguideimg39.gif -share/doc/html/tcm/usersguide/usersguideimg4.gif -share/doc/html/tcm/usersguide/usersguideimg40.gif -share/doc/html/tcm/usersguide/usersguideimg41.gif -share/doc/html/tcm/usersguide/usersguideimg42.gif -share/doc/html/tcm/usersguide/usersguideimg43.gif -share/doc/html/tcm/usersguide/usersguideimg44.gif -share/doc/html/tcm/usersguide/usersguideimg45.gif -share/doc/html/tcm/usersguide/usersguideimg46.gif -share/doc/html/tcm/usersguide/usersguideimg47.gif -share/doc/html/tcm/usersguide/usersguideimg48.gif -share/doc/html/tcm/usersguide/usersguideimg49.gif -share/doc/html/tcm/usersguide/usersguideimg5.gif -share/doc/html/tcm/usersguide/usersguideimg50.gif -share/doc/html/tcm/usersguide/usersguideimg51.gif -share/doc/html/tcm/usersguide/usersguideimg52.gif -share/doc/html/tcm/usersguide/usersguideimg53.gif -share/doc/html/tcm/usersguide/usersguideimg54.gif -share/doc/html/tcm/usersguide/usersguideimg55.gif -share/doc/html/tcm/usersguide/usersguideimg56.gif -share/doc/html/tcm/usersguide/usersguideimg57.gif -share/doc/html/tcm/usersguide/usersguideimg58.gif -share/doc/html/tcm/usersguide/usersguideimg59.gif -share/doc/html/tcm/usersguide/usersguideimg6.gif -share/doc/html/tcm/usersguide/usersguideimg60.gif -share/doc/html/tcm/usersguide/usersguideimg61.gif -share/doc/html/tcm/usersguide/usersguideimg62.gif -share/doc/html/tcm/usersguide/usersguideimg63.gif -share/doc/html/tcm/usersguide/usersguideimg64.gif -share/doc/html/tcm/usersguide/usersguideimg65.gif -share/doc/html/tcm/usersguide/usersguideimg66.gif -share/doc/html/tcm/usersguide/usersguideimg67.gif -share/doc/html/tcm/usersguide/usersguideimg68.gif -share/doc/html/tcm/usersguide/usersguideimg69.gif -share/doc/html/tcm/usersguide/usersguideimg7.gif -share/doc/html/tcm/usersguide/usersguideimg70.gif -share/doc/html/tcm/usersguide/usersguideimg71.gif -share/doc/html/tcm/usersguide/usersguideimg72.gif -share/doc/html/tcm/usersguide/usersguideimg73.gif -share/doc/html/tcm/usersguide/usersguideimg74.gif -share/doc/html/tcm/usersguide/usersguideimg75.gif -share/doc/html/tcm/usersguide/usersguideimg76.gif -share/doc/html/tcm/usersguide/usersguideimg77.gif -share/doc/html/tcm/usersguide/usersguideimg78.gif -share/doc/html/tcm/usersguide/usersguideimg79.gif -share/doc/html/tcm/usersguide/usersguideimg8.gif -share/doc/html/tcm/usersguide/usersguideimg80.gif -share/doc/html/tcm/usersguide/usersguideimg81.gif -share/doc/html/tcm/usersguide/usersguideimg82.gif -share/doc/html/tcm/usersguide/usersguideimg83.gif -share/doc/html/tcm/usersguide/usersguideimg84.gif -share/doc/html/tcm/usersguide/usersguideimg85.gif -share/doc/html/tcm/usersguide/usersguideimg86.gif -share/doc/html/tcm/usersguide/usersguideimg87.gif -share/doc/html/tcm/usersguide/usersguideimg88.gif -share/doc/html/tcm/usersguide/usersguideimg89.gif -share/doc/html/tcm/usersguide/usersguideimg9.gif -share/doc/html/tcm/usersguide/usersguideimg90.gif -share/doc/html/tcm/usersguide/usersguideimg91.gif -share/doc/html/tcm/usersguide/usersguideimg92.gif -share/doc/html/tcm/usersguide/usersguideimg93.gif -share/doc/html/tcm/usersguide/usersguideimg94.gif -share/doc/html/tcm/usersguide/usersguideimg95.gif -share/doc/html/tcm/usersguide/usersguideimg96.gif -share/doc/html/tcm/usersguide/usersguideimg97.gif -share/doc/html/tcm/usersguide/usersguideimg98.gif -share/doc/html/tcm/usersguide/usersguideimg99.gif -share/doc/html/tcm/usersguide/usersguidenode1.html -share/doc/html/tcm/usersguide/usersguidenode10.html -share/doc/html/tcm/usersguide/usersguidenode11.html -share/doc/html/tcm/usersguide/usersguidenode12.html -share/doc/html/tcm/usersguide/usersguidenode13.html -share/doc/html/tcm/usersguide/usersguidenode14.html -share/doc/html/tcm/usersguide/usersguidenode15.html -share/doc/html/tcm/usersguide/usersguidenode16.html -share/doc/html/tcm/usersguide/usersguidenode2.html -share/doc/html/tcm/usersguide/usersguidenode3.html -share/doc/html/tcm/usersguide/usersguidenode4.html -share/doc/html/tcm/usersguide/usersguidenode5.html -share/doc/html/tcm/usersguide/usersguidenode6.html -share/doc/html/tcm/usersguide/usersguidenode7.html -share/doc/html/tcm/usersguide/usersguidenode8.html -share/doc/html/tcm/usersguide/usersguidenode9.html -share/doc/html/tcm/wishlist/FutureDevelopments.html -share/doc/html/tcm/wishlist/WishList.html -share/doc/html/tcm/wishlist/WishListDone.html -share/doc/tcm/CHANGELOG -share/doc/tcm/COPYING -share/doc/tcm/README -share/doc/tcm/developersguide-2.01.ps.gz -share/doc/tcm/sourcecode-2.01.ps.gz -share/doc/tcm/usersguide-2.01.ps.gz -share/examples/tcm/tcm.conf -share/tcm/banner.ps -share/tcm/colorrgb.txt -share/tcm/help/CHANGELOG -share/tcm/help/COPYING -share/tcm/help/DiagramEditCommands -share/tcm/help/DiagramMainWindow -share/tcm/help/DiagramMiscCommands -share/tcm/help/DiagramMouseCommands -share/tcm/help/FileMenuCommands -share/tcm/help/GettingStarted -share/tcm/help/PrintPageCommands -share/tcm/help/StartingEditors -share/tcm/help/TCPDIntro -share/tcm/help/TCRDIntro -share/tcm/help/TDFDIntro -share/tcm/help/TDPDIntro -share/tcm/help/TEFDIntro -share/tcm/help/TERDIntro -share/tcm/help/TESDIntro -share/tcm/help/TFETIntro -share/tcm/help/TFRTIntro -share/tcm/help/TGDIntro -share/tcm/help/TGTIntro -share/tcm/help/TGTTIntro -share/tcm/help/TPSDIntro -share/tcm/help/TRPGIntro -share/tcm/help/TSNDIntro -share/tcm/help/TSSDIntro -share/tcm/help/TSTDIntro -share/tcm/help/TTDTIntro -share/tcm/help/TTUTIntro -share/tcm/help/TUCDIntro -share/tcm/help/TableEditCommands -share/tcm/help/TableMainWindow -share/tcm/help/TableMiscCommands -share/tcm/help/TableMouseCommands -share/tcm/help/Version -share/tcm/help/Welcome -@dirrm share/tcm/help -@dirrm share/tcm -@dirrm share/examples/tcm -@dirrm share/doc/tcm -@dirrm share/doc/html/tcm/wishlist -@dirrm share/doc/html/tcm/usersguide -@dirrm share/doc/html/tcm/specifications -@dirrm share/doc/html/tcm/sourcecode -@dirrm share/doc/html/tcm/developersguide -@dirrm share/doc/html/tcm diff --git a/graphics/tcm/distinfo b/graphics/tcm/distinfo deleted file mode 100644 index aa01facbd5b..00000000000 --- a/graphics/tcm/distinfo +++ /dev/null @@ -1,38 +0,0 @@ -$NetBSD: distinfo,v 1.9 2005/02/24 08:45:13 agc Exp $ - -SHA1 (tcm-2.01.src.tar.gz) = ce63d4310f43c89984cfcf2fc3da38eb55907c0f -RMD160 (tcm-2.01.src.tar.gz) = fc0ab993ddc5ca6ad5db9f2e52bad84691ea9474 -Size (tcm-2.01.src.tar.gz) = 3624778 bytes -SHA1 (patch-aa) = d5d18f58ebc7a4d11839c38d47b1ace338cce592 -SHA1 (patch-ab) = 68d58e4fcba032a3385c181878fab6452527a13a -SHA1 (patch-ac) = 1a85d3b44dbbf9291bec2f1a915ae23eec9818b3 -SHA1 (patch-ad) = 07a424b0da5f22bba82170847650b08c07625af9 -SHA1 (patch-ae) = b710a716cbfd2bed5ffdb21c5e793185db9a07d8 -SHA1 (patch-af) = 50c87ea3ca5b2b494b51ea272aa0c43c02f7daa3 -SHA1 (patch-ag) = e29f2518c9e63f2b9e427a6b4af6978ef6f285f0 -SHA1 (patch-ah) = 095886753437f5b0c2d65333d846635abdddd81c -SHA1 (patch-ai) = 5ac6114b5a2b1f72e7c03bc6ec722a1626e4a3ec -SHA1 (patch-aj) = d8c2af60833f0316f37130b2e83be26efe3b6e86 -SHA1 (patch-ak) = a5258112b0635f410265911017909dc089670cc1 -SHA1 (patch-al) = 49b18674873b9e4556f39013dd6677722f04eb64 -SHA1 (patch-am) = 7aa052825735b055f622c3917e14529ef5d808a5 -SHA1 (patch-an) = 1c33207bb1e29caef8c592542c347e9916745fcc -SHA1 (patch-ao) = 3581a8395b2ad1a861781f12f1a2fe05b3970cf4 -SHA1 (patch-ap) = 9aacd9d9500723db45d29f790edc0ef7ab14ed00 -SHA1 (patch-aq) = ed86083b7e02a235c84ffab3acbaffa8146f0945 -SHA1 (patch-ar) = 6b9b71925eb9a90d738c2646d51b0fd38f54a2d0 -SHA1 (patch-as) = acfdbdbaaac5878e658a83ba1c9a9d64f12db26f -SHA1 (patch-at) = a29da35a72967d05914d9c994eca66ae42caccea -SHA1 (patch-au) = 1fd448579b3add5793b94877c04e19c31bf04112 -SHA1 (patch-av) = 4f87570d2c1ca0f5640fd2426b4927994162035d -SHA1 (patch-aw) = aee0469f06370ee85920ade20f85b34ff4991506 -SHA1 (patch-ax) = f4627c5fcaf2e82c2c6fcf171dcdd9ee756949aa -SHA1 (patch-ay) = 2ac5cf63c87d4ff550908a16056b7b7074cd2d6f -SHA1 (patch-az) = cc01691826393fbf829b186f173eb0e44a27aad1 -SHA1 (patch-ba) = 198f12f68fd58ce09127d435334b1db718f8b969 -SHA1 (patch-bb) = 00aa951e4de26aec458bb1435d2d68a116380f3a -SHA1 (patch-bc) = 04ffc44017cb7c5a9bf1aaf0936a522c0d0271ad -SHA1 (patch-bd) = 858598fa54a61f1e136f59556eda5eb49423569e -SHA1 (patch-be) = 897d196188906b0030ef0c91ed4d7bf9fb6e0229 -SHA1 (patch-bf) = 9a229f7fd2d9b20dc5ff0ae62bb88eccf9be394c -SHA1 (patch-bg) = 0862580c3f4bf9fdde0dedfbf9cc2401f7f95249 diff --git a/graphics/tcm/patches/patch-aa b/graphics/tcm/patches/patch-aa deleted file mode 100644 index 9d1f7f273f4..00000000000 --- a/graphics/tcm/patches/patch-aa +++ /dev/null @@ -1,46 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2002/09/23 01:26:26 jlam Exp $ - ---- /dev/null Thu May 10 23:00:48 2001 -+++ Config.tmpl_netbsd -@@ -0,0 +1,41 @@ -+# Configuration file for NetBSD and OpenMotif/LessTif. -+ -+SYSFLAGS = -DBSD -+ -+SRC_DIR = $(TCM_HOME)/src -+BIN_DIR = $(TCM_HOME)/bin -+LIB_DIR = $(TCM_HOME)/lib -+ -+MOTIF_INCLUDE = $(MOTIF_HOME)/include -+MOTIF_LIB = $(MOTIF_HOME)/lib -+ -+XWIN_INCLUDE = $(XWIN_HOME)/include -+XWIN_LIB = $(XWIN_HOME)/lib -+ -+LDFLAGS += -L$(LIB_DIR) -R$(MOTIF_LIB) -L$(MOTIF_LIB) -R$(XWIN_LIB) -L$(XWIN_LIB) -+ -+LDLIBS += ${MOTIFLIB} -lXt -lSM -lICE -lXext -lX11 -lm -+ -+STRIP ?= /usr/bin/true -+MV ?= /bin/mv -+RM ?= /bin/rm -+ -+INCLUDEDIRS = -I.\ -+ -I$(SRC_DIR)/bitmaps\ -+ -I$(SRC_DIR)/gl\ -+ -I$(SRC_DIR)/ui\ -+ -I$(SRC_DIR)/ed\ -+ -I$(SRC_DIR)/dg\ -+ -I$(SRC_DIR)/tb\ -+ -I$(MOTIF_INCLUDE)\ -+ -I$(XWIN_INCLUDE)\ -+ -+CPPFLAGS += $(SYSFLAGS) $(INCLUDEDIRS) -+MKDEPEND = $(XWIN_HOME)/bin/makedepend -+MKDEPENDFLAGS = $(CPPFLAGS) -I/usr/include/g++ -+ -+xclean: -+ $(RM) *.o core $(SRC_DIR)/ptrepository/* $(SRC_DIR)/Templates.DB/* -+ -+xdepend: -+ $(MKDEPEND) $(MKDEPENDFLAGS) *.*c diff --git a/graphics/tcm/patches/patch-ab b/graphics/tcm/patches/patch-ab deleted file mode 100644 index 26a14c762fc..00000000000 --- a/graphics/tcm/patches/patch-ab +++ /dev/null @@ -1,61 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2001/05/10 23:35:28 jtb Exp $ - ---- st/Makefile.orig Wed Dec 20 13:32:45 2000 -+++ st/Makefile -@@ -9,40 +9,30 @@ - TBOBJECTS = $(TDOBJECTS) $(TUOBJECTS) $(FEOBJECTS) - - tcmt: $(TBOBJECTS) tcmt.o -- $(PURIFY) $(CC) $(CFLAGS) $(TBOBJECTS) tcmt.o \ -- $(LIB_DIR)/libtable.a $(LIB_DIR)/libeditor.a $(LIB_DIR)/libgui.a \ -- -o $@ $(LDFLAGS) $(LIB_DIR)/libglobal.a $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(CXX) $(CXXFLAGS) $(TBOBJECTS) tcmt.o \ -+ -L$(LIB_DIR) -ltcmtable -ltcmeditor -ltcmgui \ -+ -o $@ $(LDFLAGS) -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - tgt: $(OBJECTS) tableeditor.o -- $(PURIFY) $(CC) $(CFLAGS) tableeditor.o -o $@ \ -- $(LDFLAGS) -ltable -leditor -lgui -lglobal $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(CXX) $(CXXFLAGS) tableeditor.o -o $@ \ -+ $(LDFLAGS) -ltcmtable -ltcmeditor -ltcmgui -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - ttdt: $(TDOBJECTS) tdeditor.o -- $(PURIFY) $(CC) $(CFLAGS) $(TDOBJECTS) tdeditor.o -o $@ \ -- $(LDFLAGS) -ltable -leditor -lgui -lglobal $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(CXX) $(CXXFLAGS) $(TDOBJECTS) tdeditor.o -o $@ \ -+ $(LDFLAGS) -ltcmtable -ltcmeditor -ltcmgui -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - ttut: $(TUOBJECTS) tueditor.o -- $(PURIFY) $(CC) $(CFLAGS) $(TUOBJECTS) tueditor.o -o $@ \ -- $(LDFLAGS) -ltable -leditor -lgui -lglobal $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(CXX) $(CXXFLAGS) $(TUOBJECTS) tueditor.o -o $@ \ -+ $(LDFLAGS) -ltcmtable -ltcmeditor -ltcmgui -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - tfet: $(FEOBJECTS) feeditor.o -- $(PURIFY) $(CC) $(CFLAGS) $(FEOBJECTS) feeditor.o -o $@ \ -- $(LDFLAGS) -ltable -leditor -lgui -lglobal $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(CXX) $(CXXFLAGS) $(FEOBJECTS) feeditor.o -o $@ \ -+ $(LDFLAGS) -ltcmtable -ltcmeditor -ltcmgui -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - clean: xclean - diff --git a/graphics/tcm/patches/patch-ac b/graphics/tcm/patches/patch-ac deleted file mode 100644 index ff6a0c9c3ad..00000000000 --- a/graphics/tcm/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2001/04/11 21:32:00 jtb Exp $ - ---- dg/diagramchecks.h.orig Fri Aug 27 14:11:46 1999 -+++ dg/diagramchecks.h -@@ -23,7 +23,6 @@ - #define _DIAGRAMCHECKS_H - - #include "bool.h" --#include <values.h> - class Graph; - class Diagram; - class string; diff --git a/graphics/tcm/patches/patch-ad b/graphics/tcm/patches/patch-ad deleted file mode 100644 index 0fe86d62692..00000000000 --- a/graphics/tcm/patches/patch-ad +++ /dev/null @@ -1,51 +0,0 @@ -$NetBSD: patch-ad,v 1.2 2002/06/28 09:29:02 agc Exp $ - ---- gl/system.c.orig Tue Nov 21 12:32:14 2000 -+++ gl/system.c -@@ -47,7 +47,7 @@ - - const char System::TOOLKIT_HOME_VAR_NAME[] = "TCM_HOME"; - --const char System::TOOLKIT_HOME_DEFAULT[] = "/home/tcm"; -+const char System::TOOLKIT_HOME_DEFAULT[] = "@PREFIX@"; - - bool System::sendBugEmail = True; - char System::emailAddress[MAXNAME] = "tcm@cs.vu.nl"; -@@ -63,13 +63,11 @@ - // most common Unix directories for system wide available binaries. - const char *System::STD_SEARCH_DIRS[] = - {"./", "/bin/", "/usr/bin/", "/usr/local/bin/", -- "/usr/local/tcm/bin", "/home/tcm/bin", "/usr/bin/X11/", -- "/usr/ucb/", "/usr/sbin/", "/usr/X11/bin/", "/usr/openwin/bin/", -- "/opt/tcm/bin", "/usr/local/X11/bin", "/usr/local/bin/X11/", -- "/usr/openwin/contrib/bin", "/Window/X11/bin", -- "/Window/X11/contrib/bin", 0}; -+ "@PREFIX@/bin/", "@X11BASE@/bin/", "@LOCALBASE@/bin/", -+ "/usr/openwin/bin", "/usr/sbin/", "/usr/X11/bin/", -+ "/opt/tcm/bin", "/usr/local/X11/bin", "/usr/local/bin/X11/", 0}; - --#if defined(LINUX) || defined(AIX) || defined(HPUX) || defined(OSF1) -+#if defined(LINUX) || defined(AIX) || defined(HPUX) || defined(OSF1) || defined(__NetBSD__) - typedef void (*SIG_PF)(int); - #endif - -@@ -177,11 +175,14 @@ - return; - } - else { -- cerr << "Error: " << TOOLKIT_HOME_VAR_NAME -- << " environment variable is not set" << endl; -- cerr << "please set this variable to the" -- " directory where the software is installed " -- "and try it again" << endl; -+ const char *p2 = TOOLKIT_HOME_DEFAULT; -+ strncpy(home, p2, MAXNAME-1); -+ return; -+ // cerr << "Error: " << TOOLKIT_HOME_VAR_NAME -+ // << " environment variable is not set" << endl; -+ //cerr << "please set this variable to the" -+ // " directory where the software is installed " -+ // "and try it again" << endl; - } - exit(1); - } diff --git a/graphics/tcm/patches/patch-ae b/graphics/tcm/patches/patch-ae deleted file mode 100644 index effd88b7326..00000000000 --- a/graphics/tcm/patches/patch-ae +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ae,v 1.2 2001/04/11 21:32:00 jtb Exp $ - ---- sd/bv/stdiagram.c.orig Tue Mar 21 12:53:27 2000 -+++ sd/bv/stdiagram.c -@@ -34,7 +34,9 @@ - #include "transitionarrow.h" - #include "initialstatebox.h" - #include "stdiagram.h" --#include <values.h> -+#include <limits.h> -+ -+#define MAXINT INT_MAX - - const int STDiagram::BOX_WIDTH = 100; - const int STDiagram::BOX_HEIGHT = 38; diff --git a/graphics/tcm/patches/patch-af b/graphics/tcm/patches/patch-af deleted file mode 100644 index a6d066e6699..00000000000 --- a/graphics/tcm/patches/patch-af +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-af,v 1.2 2001/04/11 21:32:00 jtb Exp $ - ---- sd/bv/rpdiagram.c.orig Mon Jul 26 10:44:03 1999 -+++ sd/bv/rpdiagram.c -@@ -34,7 +34,9 @@ - #include "line.h" - #include "rpdiagram.h" - #include "diagramchecks.h" --#include <values.h> -+#include <limits.h> -+ -+#define MAXINT INT_MAX - - const int RPDiagram::BOX_WIDTH = 58; - const int RPDiagram::BOX_HEIGHT = 38; diff --git a/graphics/tcm/patches/patch-ag b/graphics/tcm/patches/patch-ag deleted file mode 100644 index 82b6604c7e8..00000000000 --- a/graphics/tcm/patches/patch-ag +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ag,v 1.2 2001/04/11 21:32:00 jtb Exp $ - ---- sd/bv/atdiagram.c.orig Mon Oct 23 10:30:35 2000 -+++ sd/bv/atdiagram.c -@@ -46,6 +46,9 @@ - #include "atgraph.h" - #include "atviewer.h" - #include "atwindow.h" -+#include <limits.h> -+ -+#define MAXINT INT_MAX - - const int ATDiagram::DOT_WIDTH = 8; - diff --git a/graphics/tcm/patches/patch-ah b/graphics/tcm/patches/patch-ah deleted file mode 100644 index a1601ae15dd..00000000000 --- a/graphics/tcm/patches/patch-ah +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ah,v 1.2 2001/04/11 21:32:01 jtb Exp $ - ---- sd/dv/crdiagram.c.orig Mon Sep 25 11:34:40 2000 -+++ sd/dv/crdiagram.c -@@ -38,7 +38,9 @@ - #include "textbox.h" - #include "comment.h" - #include "crdiagram.h" --#include <values.h> -+#include <limits.h> -+ -+#define MAXINT INT_MAX - - CRDiagram::CRDiagram(Config *c, CRWindow *d, CRViewer *v, CRGraph *g): - ERDiagram(c, d, v, g) { diff --git a/graphics/tcm/patches/patch-ai b/graphics/tcm/patches/patch-ai deleted file mode 100644 index fea0f33ce49..00000000000 --- a/graphics/tcm/patches/patch-ai +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ai,v 1.2 2001/04/11 21:32:01 jtb Exp $ - ---- sd/dv/esddiagram.c.orig Mon Oct 23 09:27:10 2000 -+++ sd/dv/esddiagram.c -@@ -56,7 +56,6 @@ - #include "miniellipse.h" - #include "esddiagram.h" - #include <stdio.h> --#include <values.h> - - const int ESDDiagram::MINI_ELLIPSE_WIDTH = 8; - const int ESDDiagram::MINI_ELLIPSE_HEIGHT = 8; diff --git a/graphics/tcm/patches/patch-aj b/graphics/tcm/patches/patch-aj deleted file mode 100644 index 1785cafea7b..00000000000 --- a/graphics/tcm/patches/patch-aj +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aj,v 1.2 2001/04/11 21:32:01 jtb Exp $ - ---- sd/dv/ssddiagram.c.orig Mon Oct 23 09:22:45 2000 -+++ sd/dv/ssddiagram.c -@@ -56,7 +56,6 @@ - #include "note.h" - #include "ssddiagram.h" - #include <stdio.h> --#include <values.h> - - const int SSDDiagram::MINI_ELLIPSE_WIDTH = 8; - const int SSDDiagram::MINI_ELLIPSE_HEIGHT = 8; diff --git a/graphics/tcm/patches/patch-ak b/graphics/tcm/patches/patch-ak deleted file mode 100644 index ad522c4490a..00000000000 --- a/graphics/tcm/patches/patch-ak +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ak,v 1.2 2001/04/11 21:32:01 jtb Exp $ - ---- sd/dv/ucdiagram.c.orig Mon Oct 23 10:09:42 2000 -+++ sd/dv/ucdiagram.c -@@ -41,7 +41,6 @@ - #include "ucdiagram.h" - #include "note.h" - #include <stdio.h> --#include <values.h> - - UCDiagram::UCDiagram(Config *c, UCWindow *d, UCViewer *v, UCGraph *g): - ERDiagram(c, d, v, g) { diff --git a/graphics/tcm/patches/patch-al b/graphics/tcm/patches/patch-al deleted file mode 100644 index 543d0f9b39d..00000000000 --- a/graphics/tcm/patches/patch-al +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-al,v 1.3 2002/07/08 02:48:18 wiz Exp $ - ---- ed/startupwindow.c.orig Fri Feb 9 15:44:45 2001 -+++ ed/startupwindow.c -@@ -38,6 +38,9 @@ - #include "liteclue.h" - #include "grafport.h" - #include "Teapot2a.xbm" -+#ifdef LESSTIF -+#include <stdio.h> -+#endif - #include <stdlib.h> - #include <Xm/XmAll.h> - diff --git a/graphics/tcm/patches/patch-am b/graphics/tcm/patches/patch-am deleted file mode 100644 index 2f11e44af9a..00000000000 --- a/graphics/tcm/patches/patch-am +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-am,v 1.2 2001/04/11 21:32:01 jtb Exp $ - ---- sd/tr/trdiagram.c.orig Fri Jun 18 15:30:17 1999 -+++ sd/tr/trdiagram.c -@@ -32,7 +32,10 @@ - #include "trgraph.h" - #include "trview.h" - #include "diagramchecks.h" -- -+#include <limits.h> -+ -+#define MAXINT INT_MAX -+ - TRDiagram::TRDiagram(Config *c, TRWindow *d, TRViewer *v, TRGraph *g): - Diagram(c,d,v,g) { - UpdateNodeType(1); diff --git a/graphics/tcm/patches/patch-an b/graphics/tcm/patches/patch-an deleted file mode 100644 index 63f04cb0b88..00000000000 --- a/graphics/tcm/patches/patch-an +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-an,v 1.3 2002/07/08 02:48:18 wiz Exp $ - ---- ui/application.c.orig Fri Nov 10 04:52:16 2000 -+++ ui/application.c -@@ -28,6 +28,9 @@ - #include "inputfile.h" - #include "system.h" - #include "color.h" -+#ifdef LESSTIF -+#include <stdio.h> -+#endif - #include <stdlib.h> - #include <string.h> - #include <Xm/XmStrDefs.h> -@@ -41,7 +44,7 @@ - return Application::XErrorHandler(dpy, err_event); - } - --const char Application::COLORFILE[] = "lib/colorrgb.txt"; -+const char Application::COLORFILE[] = "share/tcm/colorrgb.txt"; - - Application *theApplication = 0; - diff --git a/graphics/tcm/patches/patch-ao b/graphics/tcm/patches/patch-ao deleted file mode 100644 index b10aa2b5ab7..00000000000 --- a/graphics/tcm/patches/patch-ao +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ao,v 1.1.1.1 2001/02/24 01:30:07 jtb Exp $ - ---- ui/psgrafport.c.orig Fri Feb 23 18:12:13 2001 -+++ ui/psgrafport.c -@@ -25,7 +25,7 @@ - #include "color.h" - #include <ctype.h> - --const char PSGrafport::BANNER[] = "lib/banner.ps"; -+const char PSGrafport::BANNER[] = "share/tcm/banner.ps"; - - const double PSGrafport::DEFAULT_LINE_WIDTH = 0.750; - diff --git a/graphics/tcm/patches/patch-ap b/graphics/tcm/patches/patch-ap deleted file mode 100644 index 0befece9af0..00000000000 --- a/graphics/tcm/patches/patch-ap +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ap,v 1.2 2003/01/01 22:02:02 jmmv Exp $ - ---- gl/config.c.orig Fri Feb 23 18:13:48 2001 -+++ gl/config.c -@@ -27,7 +27,7 @@ - #include <stdlib.h> - #include <string.h> - --const char Config::SYS_CONFIG[] = "lib/tcm.conf"; -+const char Config::SYS_CONFIG[] = PKG_SYSCONFDIR "/tcm.conf"; - const char Config::USER_CONFIG[] = ".tcmrc"; - - Config::Config(const char *s) { diff --git a/graphics/tcm/patches/patch-aq b/graphics/tcm/patches/patch-aq deleted file mode 100644 index b9043c153d4..00000000000 --- a/graphics/tcm/patches/patch-aq +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aq,v 1.1.1.1 2001/02/24 01:30:07 jtb Exp $ - ---- ed/helper.c.orig Fri Feb 23 18:17:11 2001 -+++ ed/helper.c -@@ -44,7 +44,7 @@ - char home[MAXNAME]; - System::GetToolkitHome(home); - string helpFile = home; -- helpFile += "/lib/help/"; -+ helpFile += "/share/tcm/help/"; - - switch(tp) { - case WELCOME: diff --git a/graphics/tcm/patches/patch-ar b/graphics/tcm/patches/patch-ar deleted file mode 100644 index 684869f308d..00000000000 --- a/graphics/tcm/patches/patch-ar +++ /dev/null @@ -1,54 +0,0 @@ -$NetBSD: patch-ar,v 1.2 2001/05/10 23:35:28 jtb Exp $ - ---- sd/gd/Makefile.orig Wed Dec 20 13:33:23 2000 -+++ sd/gd/Makefile -@@ -7,37 +7,27 @@ - gdwindow.o - - tcmgd: $(GDOBJECTS) tcmgd.o -- $(PURIFY) $(CC) $(CFLAGS) $(GDOBJECTS) \ -- -ldiagram -leditor -lguix $(LIB_DIR)/libglobal.a \ -+ $(CXX) $(CXXFLAGS) $(GDOBJECTS) \ -+ -ltcmdiagram -ltcmeditor -ltcmguix -ltcmglobal \ - tcmgd.o -o $@ $(LDFLAGS) $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(MV) -f $@ $(BIN_DIR) - - libtcmgd.a: $(GDOBJECTS) -- $(AR) $@ $(GDOBJECTS) -- chmod a+rx $@ -+ $(AR) cr $@ $(GDOBJECTS) - $(RANLIB) $@ -- $(MV) $@ $(LIB_DIR) -+ $(MV) -f $@ $(LIB_DIR) - - tgd: $(GDOBJECTS) gdeditor.o -- $(PURIFY) $(CC) $(CFLAGS) $(GDOBJECTS) gdeditor.o -o $@ \ -- $(LDFLAGS) -ldiagram -leditor -lgui -lglobal $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(CXX) $(CXXFLAGS) $(GDOBJECTS) gdeditor.o -o $@ \ -+ $(LDFLAGS) -ltcmdiagram -ltcmeditor -ltcmgui -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - tcmd: tcmd.o -- $(PURIFY) $(CC) $(CFLAGS) tcmd.o -o $@ \ -+ $(CXX) $(CXXFLAGS) tcmd.o -o $@ \ - -I../dv -I../bv -I../tr -I../fv \ -- $(LDFLAGS) $(LIB_DIR)/libtcmgd.a $(LIB_DIR)/libtcmtr.a \ -- $(LIB_DIR)/libtcmdv.a $(LIB_DIR)/libtcmbv.a $(LIB_DIR)/libtcmfv.a \ -- $(LIB_DIR)/libtcmpv.a \ -- $(LIB_DIR)/libdiagram.a $(LIB_DIR)/libeditor.a \ -- $(LIB_DIR)/libgui.a $(LIB_DIR)/libglobal.a $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(LDFLAGS) -ltcmgd -ltcmtr -ltcmdv -ltcmbv -ltcmfv -ltcmpv \ -+ -ltcmdiagram -ltcmeditor -ltcmgui -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - - clean: xclean diff --git a/graphics/tcm/patches/patch-as b/graphics/tcm/patches/patch-as deleted file mode 100644 index d9217e88b84..00000000000 --- a/graphics/tcm/patches/patch-as +++ /dev/null @@ -1,62 +0,0 @@ -$NetBSD: patch-as,v 1.2 2001/05/10 23:35:28 jtb Exp $ - ---- Makefile.gcc.orig Wed Dec 13 10:57:07 2000 -+++ Makefile.gcc -@@ -18,45 +18,45 @@ - - tcm: - ( cp ed/edinstances.h gl/instances.h ) -- ( cd ./gl ; touch llist.c ) -- ( $(MAKE) libglobal.a ) -+ ( cd ./gl ; touch llist.cc ) -+ ( $(MAKE) libtcmglobal.a ) - ( cd ./ed ; $(MAKE) $@) - - tcmd: - ( cp sd/sdinstances.h gl/instances.h ) -- ( cd ./gl ; touch llist.c ) -- ( $(MAKE) libglobal.a ) -+ ( cd ./gl ; touch llist.cc ) -+ ( $(MAKE) libtcmglobal.a ) - ( cd ./sd ; $(MAKE) $@) - - tcmgd tcmtr tcmdv tcmbv \ - tgtt tfrt tgd terd tesd tcrd tssd tucd tatd tstd tpsd tsnd trpg \ - tscd tsqd tcbd tcpd tdpd: - ( cp dg/dginstances.h gl/instances.h ) -- ( cd ./gl ; touch llist.c ) -- ( $(MAKE) libglobal.a ) -+ ( cd ./gl ; touch llist.cc ) -+ ( $(MAKE) libtcmglobal.a ) - ( cd ./sd ; $(MAKE) $@) - - tcmfv tdfd tefd: - ( cp sd/fv/dfinstances.h gl/instances.h ) -- ( cd ./gl ; touch llist.c ) -- ( $(MAKE) libglobal.a ) -+ ( cd ./gl ; touch llist.cc ) -+ ( $(MAKE) libtcmglobal.a ) - ( cd ./sd ; $(MAKE) $@) - - tcmt tgt ttdt ttut tfet: - ( cp tb/tbinstances.h gl/instances.h ) -- ( cd ./gl ; touch llist.c ) -- ( $(MAKE) libglobal.a ) -+ ( cd ./gl ; touch llist.cc ) -+ ( $(MAKE) libtcmglobal.a ) - ( cd ./st ; $(MAKE) $@) - - # csod: - # ( cp cx/cx_instances.h gl/instances.h ) --# ( cd ./gl ; touch llist.c ) -+# ( cd ./gl ; touch llist.cc ) - # ( $(MAKE) libglobal.a ) - # ( cd ./cx ; $(MAKE) $@) - - # ced: - # ( cp dg/dginstances.h gl/instances.h ) --# ( cd ./gl ; touch llist.c ) -+# ( cd ./gl ; touch llist.cc ) - # ( $(MAKE) libglobal.a ) - # ( cd ./cx ; $(MAKE) $@) - diff --git a/graphics/tcm/patches/patch-at b/graphics/tcm/patches/patch-at deleted file mode 100644 index 48f2e29c6b5..00000000000 --- a/graphics/tcm/patches/patch-at +++ /dev/null @@ -1,76 +0,0 @@ -$NetBSD: patch-at,v 1.2 2001/05/10 23:35:28 jtb Exp $ - ---- Makefile.GEN.orig Wed Dec 13 10:57:26 2000 -+++ Makefile.GEN -@@ -18,7 +18,7 @@ - # colorx: libs text2ps csod ced - - # make static libs. --staticlibs: libglobal.a libgui.a libeditor.a libdiagram.a libtable.a -+staticlibs: libtcmglobal.a libtcmgui.a libtcmeditor.a libtcmdiagram.a libtcmtable.a - - # make dynamic libs. - dynamiclibs: libglobal.so libgui.so libeditor.so libdiagram.so libtable.so -@@ -42,37 +42,37 @@ - ( cd ./tb ; $(MAKE) libtable.so) - - --libglobal.a: -- ( cd ./gl ; $(MAKE) libglobal.a) -- ( cd $(LIB_DIR) ; $(RANLIB) libglobal.a) -- --libgui.a: -- ( cd ./ui ; $(MAKE) libgui.a) -- ( cd $(LIB_DIR) ; $(RANLIB) libgui.a) -- --libguix.a: -- ( cd ./ui ; $(MAKE) libguix.a) -- ( cd $(LIB_DIR) ; $(RANLIB) libguix.a) -- --libeditor.a: -- ( cd ./ed ; $(MAKE) libeditor.a) -- ( cd $(LIB_DIR) ; $(RANLIB) libeditor.a) -+libtcmglobal.a: -+ ( cd ./gl ; $(MAKE) libtcmglobal.a) -+ ( cd $(LIB_DIR) ; $(RANLIB) libtcmglobal.a) -+ -+libtcmgui.a: -+ ( cd ./ui ; $(MAKE) libtcmgui.a) -+ ( cd $(LIB_DIR) ; $(RANLIB) libtcmgui.a) -+ -+libtcmguix.a: -+ ( cd ./ui ; $(MAKE) libtcmguix.a) -+ ( cd $(LIB_DIR) ; $(RANLIB) libtcmguix.a) -+ -+libtcmeditor.a: -+ ( cd ./ed ; $(MAKE) libtcmeditor.a) -+ ( cd $(LIB_DIR) ; $(RANLIB) libtcmeditor.a) - - # the touchy thing is necessary that the right template - # instances are linked in the static lib. --libdiagram.a: -+libtcmdiagram.a: - ( cp dg/dginstances.h gl/instances.h ) -- ( cd ./gl ; touch llist.c ) -- ( $(MAKE) libglobal.a ) -- ( cd ./dg ; $(MAKE) libdiagram.a) -- ( cd $(LIB_DIR) ; $(RANLIB) libdiagram.a) -+ ( cd ./gl ; touch llist.cc ) -+ ( $(MAKE) libtcmglobal.a ) -+ ( cd ./dg ; $(MAKE) libtcmdiagram.a) -+ ( cd $(LIB_DIR) ; $(RANLIB) libtcmdiagram.a) - --libtable.a: -+libtcmtable.a: - ( cp tb/tbinstances.h gl/instances.h ) -- ( cd ./gl ; touch llist.c ) -- ( $(MAKE) libglobal.a ) -- ( cd ./tb ; $(MAKE) libtable.a) -- ( cd $(LIB_DIR) ; $(RANLIB) libtable.a) -+ ( cd ./gl ; touch llist.cc ) -+ ( $(MAKE) libtcmglobal.a ) -+ ( cd ./tb ; $(MAKE) libtcmtable.a) -+ ( cd $(LIB_DIR) ; $(RANLIB) libtcmtable.a) - - - SUBDIRS = gl ui ed dg tb sd st diff --git a/graphics/tcm/patches/patch-au b/graphics/tcm/patches/patch-au deleted file mode 100644 index d074ee77fe2..00000000000 --- a/graphics/tcm/patches/patch-au +++ /dev/null @@ -1,93 +0,0 @@ -$NetBSD: patch-au,v 1.2 2001/05/10 23:35:28 jtb Exp $ - ---- sd/dv/Makefile.orig Wed Dec 20 13:33:17 2000 -+++ sd/dv/Makefile -@@ -93,64 +93,51 @@ - $(SESDOBJECTSX) $(ESDOBJECTSX) $(SSDOBJECTSX) $(UCDOBJECTSX) - - tcmdv: $(DVOBJECTS) tcmdv.o -- $(PURIFY) $(CC) $(CFLAGS) $(DVOBJECTS) \ -- $(LDFLAGS) -ldiagram -leditor -lguix $(LIB_DIR)/libglobal.a \ -+ $(CXX) $(CXXFLAGS) $(DVOBJECTS) \ -+ $(LDFLAGS) -ltcmdiagram -ltcmeditor -ltcmguix -ltcmglobal \ - tcmdv.o -o $@ $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(MV) -f $@ $(BIN_DIR) - - libtcmdv.a: $(DVOBJECTS) -- $(AR) $@ $(DVOBJECTS) -- chmod a+rx $@ -+ $(AR) cr $@ $(DVOBJECTS) - $(RANLIB) $@ -- $(MV) $@ $(LIB_DIR) -+ $(MV) -f $@ $(LIB_DIR) - - terd: $(EROBJECTS) ereditor.o -- $(PURIFY) $(CC) $(CFLAGS) $(EROBJECTS) ereditor.o -o $@ \ -- $(LDFLAGS) -ldiagram -leditor -lgui -lglobal $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(CXX) $(CXXFLAGS) $(EROBJECTS) ereditor.o -o $@ \ -+ $(LDFLAGS) -ltcmdiagram -ltcmeditor -ltcmgui -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - tcrd: $(CROBJECTS) creditor.o -- $(PURIFY) $(CC) $(CFLAGS) $(CROBJECTS) creditor.o -o $@ \ -- $(LDFLAGS) -ldiagram -leditor -lgui -lglobal $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(CXX) $(CXXFLAGS) $(CROBJECTS) creditor.o -o $@ \ -+ $(LDFLAGS) -ltcmdiagram -ltcmeditor -ltcmgui -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - tesd: $(ESDOBJECTS) esdeditor.o -- $(PURIFY) $(CC) $(CFLAGS) $(ESDOBJECTS) esdeditor.o -o $@ \ -- $(LDFLAGS) -ldiagram -leditor -lgui -lglobal $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(CXX) $(CXXFLAGS) $(ESDOBJECTS) esdeditor.o -o $@ \ -+ $(LDFLAGS) -ltcmdiagram -ltcmeditor -ltcmgui -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - tssd: $(SSDOBJECTS) ssdeditor.o -- $(PURIFY) $(CC) $(CFLAGS) $(SSDOBJECTS) ssdeditor.o -o $@ \ -- $(LDFLAGS) -ldiagram -leditor -lgui -lglobal $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(CXX) $(CXXFLAGS) $(SSDOBJECTS) ssdeditor.o -o $@ \ -+ $(LDFLAGS) -ltcmdiagram -ltcmeditor -ltcmgui -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - tucd: $(UCDOBJECTS) uceditor.o -- $(PURIFY) $(CC) $(CFLAGS) $(UCDOBJECTS) uceditor.o -o $@ \ -- $(LDFLAGS) -ldiagram -leditor -lgui -lglobal $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(CXX) $(CXXFLAGS) $(UCDOBJECTS) uceditor.o -o $@ \ -+ $(LDFLAGS) -ltcmdiagram -ltcmeditor -ltcmgui -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - cardconstraint.tab.h: cardconstraint.y -- $(YACC) --debug -p cardconstraint -d cardconstraint.y -+ $(YACC) -b cardconstraint -p cardconstraint -d cardconstraint.y - cardconstraint.tab.c: cardconstraint.y cardconstraint.l -- $(YACC) --debug -p cardconstraint -d cardconstraint.y -+ $(YACC) -b cardconstraint -p cardconstraint -d cardconstraint.y - cardconstraint.c: cardconstraint.l cardconstraint.tab.h - $(LEX) -Pcardconstraint -ocardconstraint.c cardconstraint.l - cardconstraint.o: cardconstraint.c -- $(Cc) -c cardconstraint.c -+ $(CC) $(CPPFLAGS) $(CFLAGS) -c cardconstraint.c - cardconstraint.tab.o: cardconstraint.tab.h cardconstraint.tab.c -- $(Cc) -c cardconstraint.tab.c -+ $(CC) $(CPPFLAGS) $(CFLAGS) -c cardconstraint.tab.c - - clean: xclean - rm -f cardconstraint.c cardconstraint.tab.h cardconstraint.tab.c diff --git a/graphics/tcm/patches/patch-av b/graphics/tcm/patches/patch-av deleted file mode 100644 index cd7453f63b3..00000000000 --- a/graphics/tcm/patches/patch-av +++ /dev/null @@ -1,73 +0,0 @@ -$NetBSD: patch-av,v 1.2 2001/05/10 23:35:28 jtb Exp $ - ---- sd/fv/Makefile.orig Wed Dec 20 13:33:20 2000 -+++ sd/fv/Makefile -@@ -51,50 +51,42 @@ - FVOBJECTS = $(DCFOBJECTS) $(SNOBJECTS) - - tcmfv: $(FVOBJECTS) tcmfv.o -- $(PURIFY) $(CC) $(CFLAGS) $(FVOBJECTS) \ -- -ldiagram -leditor -lguix $(LIB_DIR)/libglobal.a \ -+ $(CXX) $(CXXFLAGS) $(FVOBJECTS) \ -+ -ltcmdiagram -ltcmeditor -ltcmguix -ltcmlglobal \ - tcmfv.o -o $@ $(LDFLAGS) $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(MV) -f $@ $(BIN_DIR) - - libtcmfv.a: $(FVOBJECTS) -- $(AR) $@ $(FVOBJECTS) -- chmod a+rx $@ -+ $(AR) cr $@ $(FVOBJECTS) - $(RANLIB) $@ -- $(MV) $@ $(LIB_DIR) -+ $(MV) -f $@ $(LIB_DIR) - - tdfd: $(DFOBJECTS) dfeditor.o -- $(PURIFY) $(CC) $(CFLAGS) $(DFOBJECTS) dfeditor.o -o $@ \ -- $(LDFLAGS) -ldiagram -leditor -lgui -lglobal $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(CXX) $(CXXFLAGS) $(DFOBJECTS) dfeditor.o -o $@ \ -+ $(LDFLAGS) -ltcmdiagram -ltcmeditor -ltcmgui -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - tsnd: $(SNOBJECTS) $(PARSER) sneditor.o -- $(PURIFY) $(CC) $(CFLAGS) $(SNOBJECTS) $(PARSER) sneditor.o -o $@ \ -- $(LDFLAGS) -ldiagram -leditor -lgui -lglobal $(LDLIBS) -+ $(CXX) $(CXXFLAGS) $(SNOBJECTS) $(PARSER) sneditor.o -o $@ \ -+ $(LDFLAGS) -ltcmdiagram -ltcmeditor -ltcmgui -ltcmglobal $(LDLIBS) - chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(MV) -f $@ $(BIN_DIR) - - tefd: $(DCFOBJECTS) dcfeditor.o -- $(PURIFY) $(CC) $(CFLAGS) $(DCFOBJECTS) dcfeditor.o -o $@ \ -- $(LDFLAGS) -ldiagram -leditor -lgui -lglobal $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(CXX) $(CXXFLAGS) $(DCFOBJECTS) dcfeditor.o -o $@ \ -+ $(LDFLAGS) -ltcmdiagram -ltcmeditor -ltcmgui -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - cardconstraint.tab.h: cardconstraint.y -- $(YACC) --debug -p cardconstraint -d cardconstraint.y -+ $(YACC) -b cardconstraint -p cardconstraint -d cardconstraint.y - cardconstraint.tab.c: cardconstraint.y cardconstraint.l -- $(YACC) --debug -p cardconstraint -d cardconstraint.y -+ $(YACC) -b cardconstraint -p cardconstraint -d cardconstraint.y - cardconstraint.c: cardconstraint.l cardconstraint.tab.h - $(LEX) -Pcardconstraint -ocardconstraint.c cardconstraint.l - cardconstraint.o: cardconstraint.c -- $(Cc) -c cardconstraint.c -+ $(CC) $(CPPFLAGS) $(CFLAGS) -c cardconstraint.c - cardconstraint.tab.o: cardconstraint.tab.h cardconstraint.tab.c -- $(Cc) -c cardconstraint.tab.c -+ $(CC) $(CPPFLAGS) $(CFLAGS) -c cardconstraint.tab.c - - clean: xclean - rm -f cardconstraint.c cardconstraint.tab.h cardconstraint.tab.c diff --git a/graphics/tcm/patches/patch-aw b/graphics/tcm/patches/patch-aw deleted file mode 100644 index 05d8a7f5b20..00000000000 --- a/graphics/tcm/patches/patch-aw +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-aw,v 1.1 2001/05/10 23:35:28 jtb Exp $ - ---- dg/Makefile.orig Wed Dec 20 13:32:28 2000 -+++ dg/Makefile -@@ -117,10 +117,9 @@ - whitedot.o - - --libdiagram.a: $(OBJECTS) -- $(AR) $@ $(OBJECTS) -- chmod a+rx $@ -- $(MV) $@ $(LIB_DIR) -+libtcmdiagram.a: $(OBJECTS) -+ $(AR) cr $@ $(OBJECTS) -+ $(MV) -f $@ $(LIB_DIR) - - libdiagram.so: $(OBJECTS) - $(CC) $(CFLAGS) $(SHAREDFLAG) $(OBJECTS) -o $@ diff --git a/graphics/tcm/patches/patch-ax b/graphics/tcm/patches/patch-ax deleted file mode 100644 index fffc9b7c667..00000000000 --- a/graphics/tcm/patches/patch-ax +++ /dev/null @@ -1,33 +0,0 @@ -$NetBSD: patch-ax,v 1.1 2001/05/10 23:35:28 jtb Exp $ - ---- ed/Makefile.orig Wed Dec 20 13:32:34 2000 -+++ ed/Makefile -@@ -18,10 +18,9 @@ - startupwindow.o\ - startup.o - --libeditor.a: $(OBJECTS) -- $(AR) $@ $(OBJECTS) -- chmod a+rx $@ -- $(MV) $@ $(LIB_DIR) -+libtcmeditor.a: $(OBJECTS) -+ $(AR) cr $@ $(OBJECTS) -+ $(MV) -f $@ $(LIB_DIR) - - libeditor.so: $(OBJECTS) - $(CC) $(CFLAGS) $(SHAREDFLAG) $(OBJECTS) -o $@ -@@ -30,11 +29,9 @@ - $(MV) $@ $(LIB_DIR) - - tcm: $(STARTOBJECTS) -- $(PURIFY) $(CC) $(CFLAGS) $(STARTOBJECTS) -o $@ \ -- $(LDFLAGS) -lgui -lglobal $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(CXX) $(CXXFLAGS) $(STARTOBJECTS) -o $@ \ -+ $(LDFLAGS) -ltcmgui -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - clean: xclean - diff --git a/graphics/tcm/patches/patch-ay b/graphics/tcm/patches/patch-ay deleted file mode 100644 index a0f01652bed..00000000000 --- a/graphics/tcm/patches/patch-ay +++ /dev/null @@ -1,28 +0,0 @@ -$NetBSD: patch-ay,v 1.1 2001/05/10 23:35:28 jtb Exp $ - ---- gl/Makefile.orig Wed Dec 20 13:32:38 2000 -+++ gl/Makefile -@@ -28,17 +28,15 @@ - version.o - - text2ps.o: -- $(Cc) -c text2ps.c -+ $(CC) $(CPPFLAGS) $(CFLAGS) -c text2ps.c - - text2ps: text2ps.o -- $(Cc) text2ps.o -o $@ -- chmod a+rx $@ -- $(MV) $@ $(BIN_DIR) -+ $(CC) text2ps.o -o $@ -+ $(MV) -f $@ $(BIN_DIR) - --libglobal.a: $(OBJECTS) -- $(AR) $@ $(OBJECTS) -- chmod a+rx $@ -- $(MV) $@ $(LIB_DIR) -+libtcmglobal.a: $(OBJECTS) -+ $(AR) cr $@ $(OBJECTS) -+ $(MV) -f $@ $(LIB_DIR) - - libglobal.so: $(OBJECTS) - $(CC) $(CFLAGS) $(SHAREDFLAG) $(OBJECTS) -o $@ diff --git a/graphics/tcm/patches/patch-az b/graphics/tcm/patches/patch-az deleted file mode 100644 index e034244f2de..00000000000 --- a/graphics/tcm/patches/patch-az +++ /dev/null @@ -1,68 +0,0 @@ -$NetBSD: patch-az,v 1.1 2001/05/10 23:35:28 jtb Exp $ - ---- sd/bv/Makefile.orig Wed Dec 20 13:33:13 2000 -+++ sd/bv/Makefile -@@ -50,46 +50,35 @@ - BVOBJECTS = $(STOBJECTS) $(PSOBJECTS) $(RPOBJECTS) $(ATOBJECTS) - - tcmbv: $(BVOBJECTS) tcmbv.o -- $(PURIFY) $(CC) $(CFLAGS) $(BVOBJECTS) \ -- -ldiagram -leditor -lguix $(LIB_DIR)/libglobal.a \ -+ $(CXX) $(CXXFLAGS) $(BVOBJECTS) \ -+ -ltcmdiagram -ltcmeditor -ltcmguix -ltcmglobal \ - tcmbv.o -o $@ $(LDFLAGS) $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(MV) -f $@ $(BIN_DIR) - - libtcmbv.a: $(BVOBJECTS) -- $(AR) $@ $(BVOBJECTS) -- chmod a+rx $@ -+ $(AR) cr $@ $(BVOBJECTS) - $(RANLIB) $@ -- $(MV) $@ $(LIB_DIR) -+ $(MV) -f $@ $(LIB_DIR) - - tpsd: $(PSOBJECTS) pseditor.o -- $(PURIFY) $(CC) $(CFLAGS) $(PSOBJECTS) pseditor.o -o $@ \ -- $(LDFLAGS) -ldiagram -leditor -lgui -lglobal $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(CXX) $(CXXFLAGS) $(PSOBJECTS) pseditor.o -o $@ \ -+ $(LDFLAGS) -ltcmdiagram -ltcmeditor -ltcmgui -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - tstd: $(STOBJECTS) steditor.o -- $(PURIFY) $(CC) $(CFLAGS) $(STOBJECTS) steditor.o -o $@ \ -- $(LDFLAGS) -ldiagram -leditor -lgui -lglobal $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(CXX) $(CXXFLAGS) $(STOBJECTS) steditor.o -o $@ \ -+ $(LDFLAGS) -ltcmdiagram -ltcmeditor -ltcmgui -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - trpg: $(RPOBJECTS) rpeditor.o -- $(PURIFY) $(CC) $(CFLAGS) $(RPOBJECTS) rpeditor.o -o $@ \ -- $(LDFLAGS) -ldiagram -leditor -lgui -lglobal $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(CXX) $(CXXFLAGS) $(RPOBJECTS) rpeditor.o -o $@ \ -+ $(LDFLAGS) -ltcmdiagram -ltcmeditor -ltcmgui -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - tatd: $(ATOBJECTS) ateditor.o -- $(PURIFY) $(CC) $(CFLAGS) $(ATOBJECTS) ateditor.o -o $@ \ -- $(LDFLAGS) -ldiagram -leditor -lgui -lglobal $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(CXX) $(CXXFLAGS) $(ATOBJECTS) ateditor.o -o $@ \ -+ $(LDFLAGS) -ltcmdiagram -ltcmeditor -ltcmgui -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - - clean: xclean diff --git a/graphics/tcm/patches/patch-ba b/graphics/tcm/patches/patch-ba deleted file mode 100644 index 056ab3cbc3a..00000000000 --- a/graphics/tcm/patches/patch-ba +++ /dev/null @@ -1,48 +0,0 @@ -$NetBSD: patch-ba,v 1.1 2001/05/10 23:35:28 jtb Exp $ - ---- sd/pv/Makefile.orig Wed Dec 20 13:33:26 2000 -+++ sd/pv/Makefile -@@ -17,32 +17,25 @@ - PVOBJECTS = $(CPOBJECTS) $(DPOBJECTS) - - tcmpv: $(PVOBJECTS) tcmpv.o -- $(PURIFY) $(CC) $(CFLAGS) $(PVOBJECTS) \ -- -ldiagram -leditor -lguix $(LIB_DIR)/libglobal.a \ -+ $(CXX) $(CXXFLAGS) $(PVOBJECTS) \ -+ -ltcmdiagram -ltcmeditor -ltcmguix -ltcmglobal \ - tcmpv.o -o $@ $(LDFLAGS) $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(MV) -f $@ $(BIN_DIR) - - libtcmpv.a: $(PVOBJECTS) -- $(AR) $@ $(PVOBJECTS) -- chmod a+rx $@ -+ $(AR) cr $@ $(PVOBJECTS) - $(RANLIB) $@ -- $(MV) $@ $(LIB_DIR) -+ $(MV) -f $@ $(LIB_DIR) - - tcpd: $(CPOBJECTS) cpeditor.o -- $(PURIFY) $(CC) $(CFLAGS) $(CPOBJECTS) cpeditor.o -o $@ \ -- $(LDFLAGS) -ldiagram -leditor -lgui -lglobal $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(CXX) $(CXXFLAGS) $(CPOBJECTS) cpeditor.o -o $@ \ -+ $(LDFLAGS) -ltcmdiagram -ltcmeditor -ltcmgui -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - tdpd: $(PVOBJECTS) dpeditor.o -- $(PURIFY) $(CC) $(CFLAGS) $(PVOBJECTS) dpeditor.o -o $@ \ -- $(LDFLAGS) -ldiagram -leditor -lgui -lglobal $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(CXX) $(CXXFLAGS) $(PVOBJECTS) dpeditor.o -o $@ \ -+ $(LDFLAGS) -ltcmdiagram -ltcmeditor -ltcmgui -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - clean: xclean - diff --git a/graphics/tcm/patches/patch-bb b/graphics/tcm/patches/patch-bb deleted file mode 100644 index 334ea9f5e04..00000000000 --- a/graphics/tcm/patches/patch-bb +++ /dev/null @@ -1,48 +0,0 @@ -$NetBSD: patch-bb,v 1.1 2001/05/10 23:35:28 jtb Exp $ - ---- sd/tr/Makefile.orig Wed Dec 20 13:33:29 2000 -+++ sd/tr/Makefile -@@ -17,32 +17,25 @@ - TROBJECTS = $(FDOBJECTS) - - tcmtr: $(TROBJECTS) tcmtr.o -- $(PURIFY) $(CC) $(CFLAGS) $(TROBJECTS) \ -- -ldiagram -leditor -lguix $(LIB_DIR)/libglobal.a \ -+ $(CXX) $(CXXFLAGS) $(TROBJECTS) \ -+ -ltcmdiagram -ltcmeditor -ltcmguix -ltcmglobal \ - tcmtr.o -o $@ $(LDFLAGS) $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(MV) -f $@ $(BIN_DIR) - - libtcmtr.a: $(TROBJECTS) -- $(AR) $@ $(TROBJECTS) -- chmod a+rx $@ -+ $(AR) cr $@ $(TROBJECTS) - $(RANLIB) $@ -- $(MV) $@ $(LIB_DIR) -+ $(MV) -f $@ $(LIB_DIR) - - tgtt: $(GTOBJECTS) gteditor.o -- $(PURIFY) $(CC) $(CFLAGS) $(GTOBJECTS) gteditor.o -o $@ \ -- $(LDFLAGS) -ldiagram -leditor -lgui -lglobal $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(CXX) $(CXXFLAGS) $(GTOBJECTS) gteditor.o -o $@ \ -+ $(LDFLAGS) -ltcmdiagram -ltcmeditor -ltcmgui -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - tfrt: $(FDOBJECTS) fdeditor.o -- $(PURIFY) $(CC) $(CFLAGS) $(FDOBJECTS) fdeditor.o -o $@ \ -- $(LDFLAGS) -ldiagram -leditor -lgui -lglobal $(LDLIBS) -- chmod a+rx $@ -- $(STRIP) $@ -- $(MV) $@ $(BIN_DIR) -+ $(CXX) $(CXXFLAGS) $(FDOBJECTS) fdeditor.o -o $@ \ -+ $(LDFLAGS) -ltcmdiagram -ltcmeditor -ltcmgui -ltcmglobal $(LDLIBS) -+ $(MV) -f $@ $(BIN_DIR) - - clean: xclean - diff --git a/graphics/tcm/patches/patch-bc b/graphics/tcm/patches/patch-bc deleted file mode 100644 index ac1aef2db28..00000000000 --- a/graphics/tcm/patches/patch-bc +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-bc,v 1.1 2001/05/10 23:35:28 jtb Exp $ - ---- tb/Makefile.orig Wed Dec 20 13:32:48 2000 -+++ tb/Makefile -@@ -54,10 +54,9 @@ - updatecelltextunderlinecmd.o\ - updatecelltextfontcmd.o - --libtable.a: $(OBJECTS) -- $(AR) $@ $(OBJECTS) -- chmod a+rx $@ -- $(MV) $@ $(LIB_DIR) -+libtcmtable.a: $(OBJECTS) -+ $(AR) cr $@ $(OBJECTS) -+ $(MV) -f $@ $(LIB_DIR) - - libtable.so: $(OBJECTS) - $(CC) $(CFLAGS) $(SHAREDFLAG) $(OBJECTS) -o $@ diff --git a/graphics/tcm/patches/patch-bd b/graphics/tcm/patches/patch-bd deleted file mode 100644 index f7044b92714..00000000000 --- a/graphics/tcm/patches/patch-bd +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-bd,v 1.1 2001/05/10 23:35:28 jtb Exp $ - ---- ui/Makefile.orig Wed Dec 20 13:32:52 2000 -+++ ui/Makefile -@@ -49,15 +49,13 @@ - - MAIN = main.o - --libgui.a: $(OBJECTS) $(MAIN) -- $(AR) $@ $(OBJECTS) $(MAIN) -- chmod a+rx $@ -- $(MV) $@ $(LIB_DIR) -+libtcmgui.a: $(OBJECTS) $(MAIN) -+ $(AR) cr $@ $(OBJECTS) $(MAIN) -+ $(MV) -f $@ $(LIB_DIR) - --libguix.a: $(OBJECTS) -- ar cr $@ $(OBJECTS) -- chmod a+rx $@ -- $(MV) $@ $(LIB_DIR) -+libtcmguix.a: $(OBJECTS) -+ $(AR) cr $@ $(OBJECTS) -+ $(MV) -f $@ $(LIB_DIR) - - libgui.so: $(OBJECTS) $(MAIN) - $(CC) $(CFLAGS) $(SHAREDFLAG) $(OBJECTS) $(MAIN) -o $@ diff --git a/graphics/tcm/patches/patch-be b/graphics/tcm/patches/patch-be deleted file mode 100644 index 38d79b686ee..00000000000 --- a/graphics/tcm/patches/patch-be +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-be,v 1.1 2002/07/08 02:48:18 wiz Exp $ - ---- ui/textviewdialog.c.orig Tue Apr 4 18:25:17 2000 -+++ ui/textviewdialog.c -@@ -30,6 +30,9 @@ - #include "printeroptions.h" - #include "application.h" - #include <Xm/XmAll.h> -+#ifdef LESSTIF -+#include <stdio.h> -+#endif - #include <stdlib.h> - #include <unistd.h> - #include <ctype.h> diff --git a/graphics/tcm/patches/patch-bf b/graphics/tcm/patches/patch-bf deleted file mode 100644 index b340f3c7b0c..00000000000 --- a/graphics/tcm/patches/patch-bf +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-bf,v 1.1 2002/07/08 02:48:18 wiz Exp $ - ---- ui/error.c.orig Fri Jun 18 10:29:04 1999 -+++ ui/error.c -@@ -23,6 +23,9 @@ - #include "application.h" - #include "messagelogdialog.h" - #include <stdarg.h> -+#ifdef LESSTIF -+#include <stdio.h> -+#endif - - void error(const char *fmt ...) { - // we're not getting huge strings diff --git a/graphics/tcm/patches/patch-bg b/graphics/tcm/patches/patch-bg deleted file mode 100644 index f0e1a03faa3..00000000000 --- a/graphics/tcm/patches/patch-bg +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-bg,v 1.1 2002/07/08 02:48:18 wiz Exp $ - ---- ui/colorchooserdialog.c.orig Mon Mar 20 16:27:05 2000 -+++ ui/colorchooserdialog.c -@@ -22,6 +22,9 @@ - #include "colorchooserdialog.h" - #include "application.h" - #include "mstring.h" -+#ifdef LESSTIF -+#include <stdio.h> -+#endif - #include <Xm/XmAll.h> - #include <stdlib.h> - diff --git a/lang/Makefile b/lang/Makefile index bf711dc9ebb..7ce47f8f2af 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.213 2005/04/22 19:52:50 wiz Exp $ +# $NetBSD: Makefile,v 1.214 2005/05/18 22:39:00 wiz Exp $ # COMMENT= Programming languages @@ -17,7 +17,6 @@ SUBDIR+= caml-light SUBDIR+= ccsh SUBDIR+= cdl3 SUBDIR+= chicken -SUBDIR+= cilk SUBDIR+= cim SUBDIR+= cint SUBDIR+= classpath @@ -95,7 +94,6 @@ SUBDIR+= objc SUBDIR+= ocaml SUBDIR+= onyx SUBDIR+= oo2c -SUBDIR+= openc++ SUBDIR+= opencobol SUBDIR+= p2c SUBDIR+= parrot diff --git a/lang/cilk/DESCR b/lang/cilk/DESCR deleted file mode 100644 index fbacbf3cf0c..00000000000 --- a/lang/cilk/DESCR +++ /dev/null @@ -1,9 +0,0 @@ -Cilk is a language for multithreaded parallel programming based on -ANSI C. Cilk is designed for general-purpose parallel programming, -but it is especially effective for exploiting dynamic, highly -asynchronous parallelism, which can be difficult to write in -data-parallel or message-passing style. Cilk has been developed since -1994 by the Supercomputing Technologies Group at the MIT Laboratory -for Computer Science. Cilk has been used for research, teaching, and -for coding applications such as a virus shell assembly simulator and -three chess programs. diff --git a/lang/cilk/Makefile b/lang/cilk/Makefile deleted file mode 100644 index d6bc8357ac7..00000000000 --- a/lang/cilk/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# $NetBSD: Makefile,v 1.22 2005/04/11 21:46:12 tv Exp $ - -DISTNAME= cilk-5.3.1 -PKGREVISION= 3 -CATEGORIES= lang parallel -MASTER_SITES= http://supertech.lcs.mit.edu/cilk/ \ - ftp://theory.lcs.mit.edu/pub/cilk/ - -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://supertech.lcs.mit.edu/cilk/ -COMMENT= Multithreaded parallel programming language based on ANSI C - -ONLY_FOR_PLATFORM= *-*-alpha *-*-i386 -*-*mipse[bl] *-*-powerpc *-*-sparc - -GNU_CONFIGURE= # defined -USE_GNU_TOOLS+= make -USE_PERL5= yes -USE_LIBTOOL= yes -PTHREAD_OPTS+= require - -INFO_FILES= cilk-faq.info - -TEST_TARGET= check - -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cilk - cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS COPYING \ - FAQ/cilk-faq.ascii README THANKS doc/manual.ps \ - ${PREFIX}/share/doc/cilk - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cilk - cd ${WRKSRC}/examples && ${INSTALL_DATA} *.cilk *.c *.input \ - ${PREFIX}/share/examples/cilk - ${INSTALL_DATA} ${WRKSRC}/FAQ/cilk-faq.info ${PREFIX}/${INFO_DIR} - -.include "../../mk/pthread.buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/lang/cilk/PLIST b/lang/cilk/PLIST deleted file mode 100644 index 12b920cde00..00000000000 --- a/lang/cilk/PLIST +++ /dev/null @@ -1,51 +0,0 @@ -@comment $NetBSD: PLIST,v 1.4 2004/09/22 08:09:39 jlam Exp $ -bin/cilk -include/cilk/cilk-cilk2c-pre.h -include/cilk/cilk-cilk2c.h -include/cilk/cilk-conf.h -include/cilk/cilk-lib.h -include/cilk/cilk-sysdep.h -include/cilk/cilk.h -include/cilk/gcc-builtin.h -lib/cilk/cilk2c -lib/cilk/libcilkrt0.a -lib/cilk/specs -lib/libcilk.g.la -lib/libcilk.g.p.la -lib/libcilk.la -lib/libcilk.p.la -share/doc/cilk/AUTHORS -share/doc/cilk/COPYING -share/doc/cilk/README -share/doc/cilk/THANKS -share/doc/cilk/cilk-faq.ascii -share/doc/cilk/manual.ps -share/examples/cilk/bucket.cilk -share/examples/cilk/cholesky.cilk -share/examples/cilk/cilksort.cilk -share/examples/cilk/ck.cilk -share/examples/cilk/fft.cilk -share/examples/cilk/fib-serial.c -share/examples/cilk/fib.cilk -share/examples/cilk/game.cilk -share/examples/cilk/getoptions.c -share/examples/cilk/heat.cilk -share/examples/cilk/hello.cilk -share/examples/cilk/kalah.cilk -share/examples/cilk/knapsack-example1.input -share/examples/cilk/knapsack-example2.input -share/examples/cilk/knapsack-example3.input -share/examples/cilk/knapsack.cilk -share/examples/cilk/lu.cilk -share/examples/cilk/magic.cilk -share/examples/cilk/matmul.cilk -share/examples/cilk/nfib.cilk -share/examples/cilk/plu.cilk -share/examples/cilk/queens.cilk -share/examples/cilk/rand.cilk -share/examples/cilk/test-locks.cilk -share/examples/cilk/testall.cilk -@dirrm share/examples/cilk -@dirrm share/doc/cilk -@dirrm lib/cilk -@dirrm include/cilk diff --git a/lang/cilk/distinfo b/lang/cilk/distinfo deleted file mode 100644 index 21d343bbabb..00000000000 --- a/lang/cilk/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -$NetBSD: distinfo,v 1.6 2005/02/24 09:03:06 agc Exp $ - -SHA1 (cilk-5.3.1.tar.gz) = 2a0d142badc7be57787c4608fc07b98090207994 -RMD160 (cilk-5.3.1.tar.gz) = c9a9335c4f75565e4cc8683b4d520064afa72194 -Size (cilk-5.3.1.tar.gz) = 848755 bytes -SHA1 (patch-aa) = de31546280810242eb44f1d06ded023d23109092 -SHA1 (patch-ab) = c8bb837869e3dced44aeff03ba36879929e9251f -SHA1 (patch-ac) = c2b91a956e968997551594466cb3f106fbbedaae diff --git a/lang/cilk/patches/patch-aa b/lang/cilk/patches/patch-aa deleted file mode 100644 index d3db6ecaa77..00000000000 --- a/lang/cilk/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/05/04 00:37:29 jtb Exp $ - ---- examples/Makefile.in.orig Fri May 3 13:12:15 2002 -+++ examples/Makefile.in Fri May 3 13:12:37 2002 -@@ -574,7 +574,7 @@ - - fib-serial: $(fib_serial_OBJECTS) $(fib_serial_DEPENDENCIES) - @rm -f fib-serial -- $(CC) -o $@ $(fib_serial_OBJECTS) $(LIBS) -+ $(CC) -o $@ $(fib_serial_OBJECTS) $(LDFLAGS) $(LIBS) - - check: hello testall fft fib lu matmul cilksort heat test-locks - @echo "Runnig Cilk tests. This will take a while." diff --git a/lang/cilk/patches/patch-ab b/lang/cilk/patches/patch-ab deleted file mode 100644 index c2ce5460932..00000000000 --- a/lang/cilk/patches/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2002/07/18 00:54:36 dmcmahill Exp $ - ---- configure.orig Wed Jul 17 19:18:48 2002 -+++ configure -@@ -2074,10 +2074,7 @@ - { echo "configure: error: "gcc does not accept the --specs option. Please upgrade gcc to v2.95 or newer."" 1>&2; exit 1; } - fi - --if test "$HAVE_GCC_2_96" = "yes"; then -- echo "WARNING: I found gcc-2.96. This version of gcc is untested with Cilk." -- echo "Please report any problem to cilk-support@lists.sourceforge.net" -- -+if test -f /usr/libexec/cpp0; then - CPP_FOR_CILK=cpp0 - else - CPP_FOR_CILK=cpp diff --git a/lang/cilk/patches/patch-ac b/lang/cilk/patches/patch-ac deleted file mode 100644 index 0862e6f20f4..00000000000 --- a/lang/cilk/patches/patch-ac +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2003/07/11 08:15:09 jtb Exp $ - ---- runtime/workers.c.orig -+++ runtime/workers.c -@@ -60,8 +60,10 @@ - CILK_CHECK(tid, (NULL, "could not malloc tid\n")); - - pthread_attr_init(&attr); /* initialize attr with default attributes */ -+#ifdef PTHREAD_SCOPE_SYSTEM - pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); - /* system-wide contention */ -+#endif - - for (i = 0; i < USE_PARAMETER(active_size); i++) - { diff --git a/lang/openc++/DESCR b/lang/openc++/DESCR deleted file mode 100644 index 6091d2b16ba..00000000000 --- a/lang/openc++/DESCR +++ /dev/null @@ -1,9 +0,0 @@ -OpenC++ is a version of C++ with a Metaobject Protocol. In other -words, it is a tool of source-code translation for C++. Programmers -can easily implement various kinds of translation so that they can -define new syntax, new annotation, and new object behavior. OpenC++ is -useful if they need, for example: developing extensions to C++, to -provide support for things like parallelism, distribution, -concurrency, and persistence; Adding domain-, application-, or -class-specific compiler optimizations; Building their own version of -(runtime) MOP for C++. diff --git a/lang/openc++/Makefile b/lang/openc++/Makefile deleted file mode 100644 index 31ad37dc4a0..00000000000 --- a/lang/openc++/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:46:15 tv Exp $ -# - -DISTNAME= opencxx2512 -PKGNAME= openc++-2.5.12 -PKGREVISION= 3 -CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opencxx/} - -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.csg.is.titech.ac.jp/~chiba/openc++.html -COMMENT= OpenC++ is a version of C++ with a Metaobject Protocol - -USE_GNU_TOOLS+= make -MAKEFILE= Makefile.SunOSandBSD -MAKE_FLAGS+= CXXFLAGS=-I${PREFIX}/include -MAKE_FLAGS+= GCLIBDIR=${BUILDLINK_DIR} - -WRKSRC= ${WRKDIR}/openc++2.5.12/src/Unix - -OPENCXX_SHAREDIR= ${PREFIX}/share/openc++ - -post-build: - ${MV} ${WRKSRC}/../../sample/Makefile ${WRKSRC}/../../sample/Makefile.temp - ${SED} -e "s|__LOCALBASE__|${LOCALBASE}|g" ${WRKSRC}/../../sample/Makefile.temp >${WRKSRC}/../../sample/Makefile - ${RM} -f ${WRKSRC}/../../sample/Makefile.orig ${WRKSRC}/../../sample/Makefile.temp - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/opencxx.a ${PREFIX}/lib/opencxx.a - ${INSTALL_PROGRAM} ${WRKSRC}/occ ${PREFIX}/bin/occ - ${INSTALL_DATA_DIR} ${OPENCXX_SHAREDIR}/examples - ${INSTALL_DATA} ${WRKSRC}/../../sample/* ${OPENCXX_SHAREDIR}/examples/ - ${INSTALL_DATA_DIR} ${PREFIX}/include/openc++ - ${INSTALL_DATA} ${WRKSRC}/../*.h ${PREFIX}/include/openc++ - ${INSTALL_DATA_DIR} ${OPENCXX_SHAREDIR}/doc/html - ${INSTALL_DATA} ${WRKSRC}/../../html/* ${OPENCXX_SHAREDIR}/doc/html - ${INSTALL_DATA} ${WRKSRC}/../../reference.pdf ${OPENCXX_SHAREDIR}/doc - -.include "../../devel/boehm-gc/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/lang/openc++/PLIST b/lang/openc++/PLIST deleted file mode 100644 index 3e372c4d0af..00000000000 --- a/lang/openc++/PLIST +++ /dev/null @@ -1,73 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/11 19:03:17 cjep Exp $ -bin/occ -include/openc++/buffer.h -include/openc++/cbodywalk.h -include/openc++/classwalk.h -include/openc++/encoding.h -include/openc++/env.h -include/openc++/hash.h -include/openc++/member.h -include/openc++/metaclass.h -include/openc++/mop.h -include/openc++/parse.h -include/openc++/ptree-core.h -include/openc++/ptree.h -include/openc++/quote-class.h -include/openc++/token.h -include/openc++/typeinfo.h -include/openc++/types.h -include/openc++/walker.h -lib/opencxx.a -share/openc++/doc/html/base.html -share/openc++/doc/html/class.html -share/openc++/doc/html/env.html -share/openc++/doc/html/green-pin.gif -share/openc++/doc/html/green.gif -share/openc++/doc/html/index.html -share/openc++/doc/html/instance-of.gif -share/openc++/doc/html/logo.gif -share/openc++/doc/html/man.html -share/openc++/doc/html/member.html -share/openc++/doc/html/mop.html -share/openc++/doc/html/occ.gif -share/openc++/doc/html/overview.html -share/openc++/doc/html/ptree.html -share/openc++/doc/html/red-pin.gif -share/openc++/doc/html/red.gif -share/openc++/doc/html/typeinfo.html -share/openc++/doc/html/yellow-pin.gif -share/openc++/doc/html/yellow.gif -share/openc++/doc/reference.pdf -share/openc++/examples/BeforeClass.mc -share/openc++/examples/GraphClass.h -share/openc++/examples/GraphClass.mc -share/openc++/examples/Makefile -share/openc++/examples/Makefile.IrixCC -share/openc++/examples/Makefile.Win -share/openc++/examples/Makefile.static -share/openc++/examples/MatrixClass.mc -share/openc++/examples/Readme -share/openc++/examples/RtmopClass.h -share/openc++/examples/RtmopClass.mc -share/openc++/examples/SyncClass.mc -share/openc++/examples/VerboseClass.mc -share/openc++/examples/VerboseClass2.mc -share/openc++/examples/WrapperClass.h -share/openc++/examples/WrapperClass.mc -share/openc++/examples/baseScript -share/openc++/examples/before-test.cc -share/openc++/examples/gclass-test.cc -share/openc++/examples/matrix-test.cc -share/openc++/examples/matrix.cc -share/openc++/examples/matrix.h -share/openc++/examples/metaobj-test.cc -share/openc++/examples/metaobj.cc -share/openc++/examples/metaobj.h -share/openc++/examples/person.cc -share/openc++/examples/person2.cc -share/openc++/examples/sync-test.cc -@dirrm share/openc++/examples -@dirrm share/openc++/doc/html -@dirrm share/openc++/doc -@dirrm share/openc++ -@dirrm include/openc++ diff --git a/lang/openc++/distinfo b/lang/openc++/distinfo deleted file mode 100644 index 8746aba343a..00000000000 --- a/lang/openc++/distinfo +++ /dev/null @@ -1,9 +0,0 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 09:03:10 agc Exp $ - -SHA1 (opencxx2512.tar.gz) = 9f75238a244ec6256ea4379be47752a0453b1115 -RMD160 (opencxx2512.tar.gz) = 2f5bbd0fa3e0ea1cd63672bc61a483be1e185f7b -Size (opencxx2512.tar.gz) = 635457 bytes -SHA1 (patch-aa) = 19174ce593e5e92d4124a6656567accd133c1757 -SHA1 (patch-ab) = afbbda7e3767f4f4c6f6eea6f4328a1113fa3a37 -SHA1 (patch-ac) = a80157b35b3f2e3c1e1cd9c007927faa035e3df8 -SHA1 (patch-ad) = fa00b57561b7a663fb1f6a24cbf355a08786e3f6 diff --git a/lang/openc++/patches/patch-aa b/lang/openc++/patches/patch-aa deleted file mode 100644 index 2096e184c12..00000000000 --- a/lang/openc++/patches/patch-aa +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/12/11 19:03:17 cjep Exp $ - ---- ../../sample/Makefile.orig Thu Dec 9 10:18:37 1999 -+++ ../../sample/Makefile -@@ -29,15 +29,15 @@ - # NEGLIGENCE) OR STRICT LIABILITY, EVEN IF XEROX CORPORATION IS ADVISED - # OF THE POSSIBILITY OF SUCH DAMAGES. - --# Makefile for Unix platforms -+# Example Makefile for pkgsrc - --OCC = ../src/Unix/occ -+OCC = LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:. occ - - CFLAGS = -g - CXXFLAGS = -g --OCCFLAGS = -I../src -- $(CXXFLAGS) -+OCCFLAGS = -I__LOCALBASE__/include -I__LOCALBASE__/include/openc++ -- $(CXXFLAGS) - --LIB = ../src/Unix/opencxx.a -+LIB = __LOCALBASE__/lib/opencxx.a - - %.so : %.mc - $(OCC) -m $(OCCFLAGS) $< diff --git a/lang/openc++/patches/patch-ab b/lang/openc++/patches/patch-ab deleted file mode 100644 index caf7b119c27..00000000000 --- a/lang/openc++/patches/patch-ab +++ /dev/null @@ -1,41 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 2002/12/11 19:03:17 cjep Exp $ - ---- Makefile.SunOSandBSD.orig Wed Oct 17 07:40:48 2001 -+++ Makefile.SunOSandBSD -@@ -16,27 +16,28 @@ - # - # This makefile was written for GNU make. - --CCC = g++ --CXX = g++ -+#CCC = g++ -+#CXX = g++ - RANLIB = ranlib - --CFLAGS = -O -g --CXXFLAGS = -O -g -ansi -Wall -pedantic --GCLIB = ../gc/gc.a --LDFLAGS = -+#CFLAGS = -O -g -+CXXFLAGS += ${INCLUDES} -ansi -Wall -pedantic -+GCLIB = ${GCLIBDIR}/lib/libgc.a -+LDFLAGS += -export-dynamic - LIB = - -+ - OBJ = buffer.o hash.o token.o ptree.o ptree-core.o encoding.o env.o\ - pattern.o walker.o typeinfo.o parse.o main-con.o mop.o classwalk.o\ - metaclass.o quote-class.o member.o driver.o driver2.o cbodywalk.o - - %.o : ../%.cc -- $(CXX) $(CXXFLAGS) -c -o $@ $< -+ $(CXX) ${CXXFLAGS} -c -o $@ $< - - all : libocc - - libocc : opencxx.a -- $(CXX) $(CXXFLAGS) $(LDFLAGS) -o occ opencxx.a $(LIB) -+ $(CXX) ${CXXFLAGS} $(LDFLAGS) -o occ opencxx.a $(LIB) - - opencxx.a : $(OBJ) - cp $(GCLIB) $@ diff --git a/lang/openc++/patches/patch-ac b/lang/openc++/patches/patch-ac deleted file mode 100644 index a7445657ebb..00000000000 --- a/lang/openc++/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2003/06/06 15:33:40 jmc Exp $ - ---- ../hash.cc.orig Wed Oct 17 07:40:48 2001 -+++ ../hash.cc -@@ -39,7 +39,7 @@ - #include "hash.h" - #include "ptree-core.h" - #ifndef DONT_GC --#include "gc/gc.h" -+#include <gc/gc.h> - #endif - - struct HashTableEntry { diff --git a/lang/openc++/patches/patch-ad b/lang/openc++/patches/patch-ad deleted file mode 100644 index e33e2dbc781..00000000000 --- a/lang/openc++/patches/patch-ad +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ad,v 1.2 2003/06/06 15:33:40 jmc Exp $ - ---- ../types.h.orig Wed Oct 17 07:40:48 2001 -+++ ../types.h -@@ -80,7 +80,7 @@ typedef unsigned int uint; - #define OCXXMOP - #endif - --#if (defined(__FreeBSD__) && __FreeBSD__ <= 2) || defined (__OpenBSD__) || defined (__NetBSD__) -+#if (defined(__FreeBSD__) && __FreeBSD__ <= 2) || defined (__OpenBSD__) - #define DLSYM_NEED_UNDERSCORE 1 - #define SHARED_OPTION 0 - #else // Solaris, SunOS, Linux, Irix, FreeBSD 3.x -@@ -128,7 +128,7 @@ inline void* operator new [](size_t size - - #else - --#include "gc/gc_cpp.h" -+#include <gc/gc_cpp.h> - typedef gc LightObject; - typedef gc_cleanup Object; - diff --git a/math/Makefile b/math/Makefile index 3eda8758d0e..285b05747f9 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.130 2005/05/18 15:54:59 drochner Exp $ +# $NetBSD: Makefile,v 1.131 2005/05/18 22:39:00 wiz Exp $ # COMMENT= Mathematics @@ -102,7 +102,6 @@ SUBDIR+= snns SUBDIR+= statist SUBDIR+= superlu SUBDIR+= tasp-vsipl -SUBDIR+= tela SUBDIR+= tochnog SUBDIR+= udunits SUBDIR+= vista diff --git a/math/tela/DESCR b/math/tela/DESCR deleted file mode 100644 index a78013e84ff..00000000000 --- a/math/tela/DESCR +++ /dev/null @@ -1,16 +0,0 @@ -Tela (TEnsor LAnguage) is a scientific computing language and -environment. It is mainly targeted for prototyping large-scale -numerical simulations and doing pre- and postprocessing for them, and -it replaces a compiled language like C++ or Fortran in this -respect. The feature set is therefore biased to operations needed in -partial differential equation solvers. A relatively complete graphics -is included via a separate program (PlotMTV). Tela uses HDF format as -native save/load format. It can also read/write Matlab binary files -and some ASCII files. - -Tela is generally 2-4 times faster than Matlab, the extremeties -encountered so far are 0.9-11. Even though Tela is mainly a -prototyping and development environment, modest-size 2D simulations -can be run in modern desktop workstations while preserving -"interactive" response times. Only large 2D or 3D simulations must -usually be coded in C or Fortran and run on supercomputers. diff --git a/math/tela/Makefile b/math/tela/Makefile deleted file mode 100644 index 7dcb5e3bcdf..00000000000 --- a/math/tela/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# $NetBSD: Makefile,v 1.18 2005/04/11 21:46:31 tv Exp $ - -DISTNAME= tela-1.34 -PKGREVISION= 1 -CATEGORIES= math -MASTER_SITES= ftp://ftp.funet.fi/pub/sci/math/tela/ \ - ftp://sumppu.fmi.fi/pub/tela/ - -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.geo.fmi.fi/prog/tela_00.html -COMMENT= Tensor Language - a programming language for scientific computing - -DEPENDS+= plotmtv-[0-9]*:../../graphics/plotmtv - -GNU_CONFIGURE= # defined -USE_LANGUAGES= fortran -USE_X11= # defined - -INSTALL_TARGET= install installdocs - -CONFIGURE_ENV+= INSTALLATION_PREFIX=${PREFIX}/share/tela -CONFIGURE_ENV+= ARCHDEP_INSTALLATION_PREFIX=${PREFIX}/lib/tela - -pre-configure: - @for f in ${WRKSRC}/t/demo.t ${WRKSRC}/t/docview.t \ - ${WRKSRC}/t/std.t; do \ - ${SED} -e 's:@PREFIX@:'${PREFIX}':g' \ - $$f > $$f.tmp && ${MV} -f $$f.tmp $$f; \ - done - -.include "../../math/lapack/buildlink3.mk" -.include "../../math/blas/buildlink3.mk" -.include "../../devel/readline/buildlink3.mk" -.include "../../devel/hdf/buildlink3.mk" -.include "../../devel/zlib/buildlink3.mk" -.include "../../graphics/jpeg/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/math/tela/PLIST b/math/tela/PLIST deleted file mode 100644 index 54c68314d7a..00000000000 --- a/math/tela/PLIST +++ /dev/null @@ -1,168 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:34:22 zuntum Exp $ -bin/ctpp -bin/tela -bin/telakka -lib/tela/ani.o -lib/tela/dld.o -lib/tela/fft.o -lib/tela/fftpack.o -lib/tela/fileio.o -lib/tela/files.o -lib/tela/geopack_ct.o -lib/tela/la.o -lib/tela/libmpeg2encode.a -lib/tela/libtela.a -lib/tela/libtsyg.a -lib/tela/numerics.o -lib/tela/plotmtv.o -lib/tela/sppc.o -lib/tela/std.o -man/man1/ctpp.1 -man/man1/tela.1 -man/man1/telakka.1 -share/tela/ct/CDF.ct -share/tela/ct/ani.ct -share/tela/ct/binops.ct -share/tela/ct/dld.ct -share/tela/ct/fft.ct -share/tela/ct/fileio.ct -share/tela/ct/files.ct -share/tela/ct/geopack_ct.ct -share/tela/ct/la.ct -share/tela/ct/matlabeng.ct -share/tela/ct/numerics.ct -share/tela/ct/plotmtv.ct -share/tela/ct/sppc.ct -share/tela/ct/std.ct -share/tela/ct/tests.ct -share/tela/html/features.html -share/tela/html/instfaq.html -share/tela/html/telafaq.html -share/tela/html/telafuncs-1.html -share/tela/html/telafuncs.html -share/tela/html/telafuncsSectioned-1.html -share/tela/html/telafuncsSectioned-10.html -share/tela/html/telafuncsSectioned-11.html -share/tela/html/telafuncsSectioned-12.html -share/tela/html/telafuncsSectioned-13.html -share/tela/html/telafuncsSectioned-2.html -share/tela/html/telafuncsSectioned-3.html -share/tela/html/telafuncsSectioned-4.html -share/tela/html/telafuncsSectioned-5.html -share/tela/html/telafuncsSectioned-6.html -share/tela/html/telafuncsSectioned-7.html -share/tela/html/telafuncsSectioned-8.html -share/tela/html/telafuncsSectioned-9.html -share/tela/html/telafuncsSectioned.html -share/tela/html/telahelp-1.html -share/tela/html/telahelp-2.html -share/tela/html/telahelp-3.html -share/tela/html/telahelp-4.html -share/tela/html/telahelp-5.html -share/tela/html/telahelp-6.html -share/tela/html/telahelp.html -share/tela/html/usrguide-1.html -share/tela/html/usrguide-2.html -share/tela/html/usrguide-3.html -share/tela/html/usrguide-4.html -share/tela/html/usrguide-5.html -share/tela/html/usrguide-6.html -share/tela/html/usrguide-7.html -share/tela/html/usrguide.html -share/tela/include/Tcomplex.H -share/tela/include/common.H -share/tela/include/ctinfo.H -share/tela/include/d.l.h -share/tela/include/d.y.h -share/tela/include/def.H -share/tela/include/deftyp.h -share/tela/include/error.H -share/tela/include/fftpack.H -share/tela/include/gatscat.H -share/tela/include/lapack.H -share/tela/include/lisp.H -share/tela/include/machine.H -share/tela/include/objarithm.H -share/tela/include/object.H -share/tela/include/prg.H -share/tela/include/symbol.H -share/tela/include/templ/tLL.H -share/tela/include/tree.H -share/tela/include/vecfftpack.H -share/tela/include/version.H -share/tela/instfaq.txt -share/tela/t/3windows.t -share/tela/t/ThetaPhi.hdf -share/tela/t/aref.t -share/tela/t/bardemo1.t -share/tela/t/bench.t -share/tela/t/blasbench.t -share/tela/t/bug1.t -share/tela/t/bz.hdf -share/tela/t/demo.t -share/tela/t/diff.t -share/tela/t/docview.t -share/tela/t/draw.t -share/tela/t/fact.t -share/tela/t/fib.t -share/tela/t/fit.t -share/tela/t/fmin.t -share/tela/t/font-10x20.hdf -share/tela/t/font-7x14.hdf -share/tela/t/forbench.t -share/tela/t/fsolve.t -share/tela/t/gstest.t -share/tela/t/inp.t -share/tela/t/input.t -share/tela/t/input1.t -share/tela/t/input2.t -share/tela/t/input3.t -share/tela/t/integrate.t -share/tela/t/lpmin.t -share/tela/t/madala.t -share/tela/t/matlabbench2.t -share/tela/t/matlabdemo.t -share/tela/t/matlabextra.t -share/tela/t/matmenu.t -share/tela/t/mipsbench.t -share/tela/t/norm.t -share/tela/t/perf.t -share/tela/t/plots.t -share/tela/t/poly.t -share/tela/t/puolukkamatas.t -share/tela/t/randphases.t -share/tela/t/remdiv.t -share/tela/t/sim.t -share/tela/t/specfun.t -share/tela/t/std.t -share/tela/t/telahelp.sh -share/tela/t/telainit.t -share/tela/t/testfft.t -share/tela/t/testla.t -share/tela/t/testpoisson.t -share/tela/t/testvecfft.t -share/tela/t/turbgen.t -share/tela/t/vbench.t -share/tela/t/xintf.t -share/tela/t/xpaneltest.t -share/tela/t/xv.t -share/tela/telafaq.txt -share/tela/telafuncs.dvi -share/tela/telafuncs.sgml -share/tela/telafuncs.txt -share/tela/telafuncsSectioned.dvi -share/tela/telafuncsSectioned.sgml -share/tela/telafuncsSectioned.txt -share/tela/telahelp.dvi -share/tela/telahelp.sgml -share/tela/telahelp.txt -share/tela/usrguide.dvi -share/tela/usrguide.sgml -share/tela/usrguide.txt -@dirrm share/tela/t -@dirrm share/tela/include/templ -@dirrm share/tela/include -@dirrm share/tela/html -@dirrm share/tela/ct -@dirrm share/tela -@dirrm lib/tela diff --git a/math/tela/distinfo b/math/tela/distinfo deleted file mode 100644 index 7f89ccaac8f..00000000000 --- a/math/tela/distinfo +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: distinfo,v 1.5 2005/02/23 12:06:58 agc Exp $ - -SHA1 (tela-1.34.tar.gz) = b600db15563be48418ea1a5ba90e30acc9dcadb5 -RMD160 (tela-1.34.tar.gz) = 6e81f12321af3f89d3189a849bc52ea8f467d069 -Size (tela-1.34.tar.gz) = 1894352 bytes -SHA1 (patch-aa) = 2a2033c3d3bddbfcfaebb189223fc320fb82c4cc -SHA1 (patch-ab) = b8e60e92716c35432e3c991c0c871e29968e2df6 -SHA1 (patch-ac) = 85511c1c32457a41a00b5557b650454f85040374 -SHA1 (patch-ad) = fedad68bb459a1ef326c180db5e5016ef2f7f3eb -SHA1 (patch-ae) = ad36a0b3d6d9e4e48e3e266ea9d88c6d3e5d918d -SHA1 (patch-af) = a126910bd70b2f1fbde2f4609cace499795d0e0c -SHA1 (patch-ag) = b4c1dfb4de635d40fe07559c10f78056ad38689a -SHA1 (patch-ah) = 0547a73aa6c378715c9a06056ebe00a2e10f1f96 -SHA1 (patch-ai) = 696eb355650b4dbfca3150e2352786b75e8b7a8b diff --git a/math/tela/patches/patch-aa b/math/tela/patches/patch-aa deleted file mode 100644 index c8db2dcf914..00000000000 --- a/math/tela/patches/patch-aa +++ /dev/null @@ -1,54 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2001/03/30 00:12:02 jtb Exp $ - ---- configure.orig Thu Jan 25 10:00:31 2001 -+++ configure -@@ -543,6 +543,11 @@ - #define LINUX 1 - EOF - system='Linux' ;; -+ NetBSD:*) -+ cat >> confdefs.h <<\EOF -+#define NETBSD 1 -+EOF -+ system='NetBSD' ;; - HP-UX:*) - cat >> confdefs.h <<\EOF - #define HPUX 1 -@@ -2091,7 +2096,7 @@ - - # It would also be nice to do this for all -L options, not just this one. - if test -n "$x_libraries"; then -- X_LIBS="$X_LIBS -L$x_libraries" -+ X_LIBS="$X_LIBS -R$x_libraries -L$x_libraries" - # For Solaris; some versions of Sun CC require a space after -R and - # others require no space. Words are not sufficient . . . . - case "`(uname -sr) 2>/dev/null`" in -@@ -2656,7 +2661,7 @@ - - # Check for libraries that X11R6 Xt/Xaw programs need. - ac_save_LDFLAGS="$LDFLAGS" -- test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries" -+ test -n "$x_libraries" && LDFLAGS="$LDFLAGS -R$x_libraries -L$x_libraries" - # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to - # check for ICE first), but we must link in the order -lSM -lICE or - # we get undefined symbols. So assume we have SM if we have ICE. -@@ -3573,8 +3578,8 @@ - ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' - cross_compiling=$ac_cv_prog_cxx_cross - --FLIBS='' --FFLAGS='-O' -+# FLIBS='' -+# FFLAGS='-O' - R8FLAG='-r8' - TCOMPLEX_O='Tcomplex.o' - VRANF_O='' -@@ -3629,6 +3634,8 @@ - ;; - OSF1) - FLIBS='-lfor -lots' -+ ;; -+ NetBSD) - ;; - Linux|*) - FLIBS='-lg2c -ldl' diff --git a/math/tela/patches/patch-ab b/math/tela/patches/patch-ab deleted file mode 100644 index 6b5ce6bfb30..00000000000 --- a/math/tela/patches/patch-ab +++ /dev/null @@ -1,53 +0,0 @@ -$NetBSD: patch-ab,v 1.5 2002/05/03 23:32:13 jtb Exp $ - ---- makeinc.in.orig Thu Mar 8 23:55:48 2001 -+++ makeinc.in -@@ -11,12 +11,12 @@ - INSTALL_DATA = @INSTALL_DATA@ - BISON++ = @BISONXX@ - --INSTALLATION_PREFIX = @INSTALLATION_PREFIX@ --ARCHDEP_INSTALLATION_PREFIX = @ARCHDEP_INSTALLATION_PREFIX@ -+INSTALLATION_PREFIX = ${PREFIX}/share/tela -+ARCHDEP_INSTALLATION_PREFIX = ${PREFIX}/lib/tela - - DEFS = @DEFS@ --CFLAGS = @CFLAGS@ @CXXFLAGS@ --FFLAGS = @FFLAGS@ -+#CFLAGS = @CFLAGS@ @CXXFLAGS@ -+#FFLAGS = @FFLAGS@ - LDFLAGS = @LDFLAGS@ - UNROLL_FLAGS = @UNROLL_FLAGS@ - NOVECTORALIASES = @NOVECTORALIASES@ -@@ -31,13 +31,13 @@ - X_CFLAGS = @X_CFLAGS@ - X_LIBS = @X_LIBS@ - R8FLAG = @R8FLAG@ --READLINELIB = @READLINELIB@ --BLASLIB = @BLASLIB@ --LAPACKLIB = @LAPACKLIB@ --DLDLIB = @DLDLIB@ --HDFINCLUDE = @HDFDEF@ --HDFLIBS = @HDFLIBS@ --FLIBS = @FLIBS@ -+READLINELIB = -Wl,-R${BUILDLINK_PREFIX.readline}/lib -lreadline -ltermcap -+BLASLIB = -Wl,-R${BUILDLINK_PREFIX.blas}/lib -lblas -+LAPACKLIB = -Wl,-R${BUILDLINK_PREFIX.lapack}/lib -llapack -+DLDLIB = -+HDFINCLUDE = -Dunix @HDFDEF@ -+HDFLIBS = -Wl,-R${BUILDLINK_PREFIX.hdf}/lib -lmfhdf -ldf -R${BUILDLINK_PREFIX.jpeg}/lib -ljpeg -lz -lm -+FLIBS = -lg2c - EXTRALIBS = @EXTRALIBS@ - EXTRA_TARGETS = @EXTRA_TARGETS@ - -@@ -47,8 +47,8 @@ - MATLABLIB = @MATLABLIB@ - - CDF_O = @CDF_O@ --CDFLIB = @CDFLIB@ --CDFINCLUDE = -I/usr/local/include -+CDFLIB = -+CDFINCLUDE = - - LOCAL_CTELA_MODULES = - NEEDED_BY_LOCAL_CTELA_MODULES = diff --git a/math/tela/patches/patch-ac b/math/tela/patches/patch-ac deleted file mode 100644 index b6bee0238f9..00000000000 --- a/math/tela/patches/patch-ac +++ /dev/null @@ -1,47 +0,0 @@ -$NetBSD: patch-ac,v 1.4 2002/05/03 23:32:13 jtb Exp $ - ---- tela.C.orig Tue Sep 4 13:57:20 2001 -+++ tela.C Wed May 1 16:00:57 2002 -@@ -13,7 +13,7 @@ - #include "d.y.h" - #include "d.l.h" - #include "version.H" --#include <values.h> -+//#include <values.h> - //#include <unistd.h> - #if HAVE_IEEE754_H == 1 - # include <ieee754.h> -@@ -31,7 +31,9 @@ - #include <signal.h> - - extern "C" { --#include "readline/chardefs.h" -+#ifndef whitespace -+#define whitespace(c) (((c) == ' ') || ((c) == '\t')) -+#endif - extern Tchar *readline(...); - extern Tchar **completion_matches(...); - extern int rl_add_defun(...); -@@ -45,9 +47,9 @@ - // MAIN__ which is supposed to be the Fortran main program. Since we - // do not have a Fortran main program here, we define it here. Hope - // it doesn't conflict with anything else. --#ifdef LINUX -+// #ifdef LINUX - int MAIN__; --#endif -+// #endif - } - - char *VersionString = VERSION; -@@ -220,8 +222,8 @@ - return 0.0; - } - #else -- real zero = 0.0; -- real result = zero/zero; -+ Treal zero = 0.0; -+ Treal result = zero/zero; - return result; - #endif - } diff --git a/math/tela/patches/patch-ad b/math/tela/patches/patch-ad deleted file mode 100644 index 902aadd7eb6..00000000000 --- a/math/tela/patches/patch-ad +++ /dev/null @@ -1,60 +0,0 @@ -$NetBSD: patch-ad,v 1.8 2002/05/03 23:32:13 jtb Exp $ - ---- Makefile.orig Tue Mar 6 18:25:25 2001 -+++ Makefile -@@ -27,7 +27,7 @@ - - GNUZIP = gzip -9 - --READLINEINCLUDE = -I/usr/local/include -+READLINEINCLUDE = - SGML2PS = sgml2latex - #HDFLIBS = /usr/local/lib/libdf.a - #DLDINCLUDE = -@@ -113,7 +113,7 @@ - OBJECTDEPS = objarithm.H object.H def.H deftyp.h Tcomplex.H error.H ctinfo.H common.H $(srcdir)/templ/tLL.H - EXECUTABLES = testobject testil testerror testtree tela ctpp - --all : tela docs -+all : tela - - what help : - @echo 'make - same as make tela';\ -@@ -541,20 +541,22 @@ - if [ ! -d ct ]; then mkdir ct; chmod 755 ct; fi;\ - if [ ! -d include ]; then mkdir include; chmod 755 include; fi;\ - if [ ! -d include/templ ]; then mkdir include/templ; chmod 755 include/templ; fi -- $(INSTALL_PROGRAM) ctpp $(INSTALL_BINDIR) -- $(INSTALL_PROGRAM) tela $(INSTALL_BINDIR) -+ $(INSTALL_PROGRAM) ctpp ${PREFIX}/bin -+ $(INSTALL_PROGRAM) tela ${PREFIX}/bin -+ sed -e 's@$$*BINDIR/ctpp@${PREFIX}/bin/ctpp@g' \ -+ <telakka > telakka.1 - sed -e 's@^BINDIR=.*$$@BINDIR=$(INSTALL_BINDIR)@' \ - -e 's@^INCLUDEDIR=.*$$@INCLUDEDIR=$(INSTALL_LIBDIR)/include@' \ -- <telakka >telakka.1;\ -- chmod +x telakka.1 -- $(INSTALL_PROGRAM) telakka.1 $(INSTALL_BINDIR)/telakka;\ -- rm telakka.1 -+ <telakka.1 >telakka.2;\ -+ chmod +x telakka.2 -+ $(BSD_INSTALL_SCRIPT) telakka.2 ${PREFIX}/bin/telakka;\ -+ rm telakka.1 telakka.2 - cd $(srcdir); for i in *.ct local/*.ct; do $(INSTALL_DATA) $$i $(INSTALL_LIBDIR)/ct; done - cd $(srcdir)/opt; for i in *.ct; do $(INSTALL_DATA) $$i $(INSTALL_LIBDIR)/ct; done - cd $(srcdir)/t; for i in *.t *.hdf; do $(INSTALL_DATA) $$i $(INSTALL_LIBDIR)/t; done - cd $(srcdir); for i in *.H *.h; do $(INSTALL_DATA) $$i $(INSTALL_LIBDIR)/include; done - cd $(srcdir)/templ; for i in *.H; do $(INSTALL_DATA) $$i $(INSTALL_LIBDIR)/include/templ; done -- cd $(srcdir); $(INSTALL_PROGRAM) telahelp.sh $(INSTALL_LIBDIR)/t -+ cd $(srcdir); $(BSD_INSTALL_SCRIPT) telahelp.sh $(INSTALL_LIBDIR)/t - for i in libtela.a $(CTELA_MODULES) $(NEEDED_BY_CTELA_MODULES) \ - $(LOCAL_CTELA_MODULES) $(NEEDED_BY_LOCAL_CTELA_MODULES); \ - do $(INSTALL_DATA) $$i $(INSTALL_BINDIR); done -@@ -565,6 +567,7 @@ - cd $(docdir); for i in *.txt *.sgml *.dvi; do $(INSTALL_DATA) $$i $(INSTALL_LIBDIR); done - if [ ! -d $(INSTALL_LIBDIR)/html ]; then mkdir $(INSTALL_LIBDIR)/html; chmod 755 $(INSTALL_LIBDIR)/html; fi - cd $(docdir); for i in *.html; do $(INSTALL_DATA) $$i $(INSTALL_LIBDIR)/html; done -+ cd $(docdir); for i in tela ctpp telakka; do $(BSD_INSTALL_MAN) $$i.man ${PREFIX}/man/man1/$$i.1; done - - # ---------------------------------------------------------------- - # ---- Distribution tarfile diff --git a/math/tela/patches/patch-ae b/math/tela/patches/patch-ae deleted file mode 100644 index 8a23eb8c1d9..00000000000 --- a/math/tela/patches/patch-ae +++ /dev/null @@ -1,25 +0,0 @@ -$NetBSD: patch-ae,v 1.1 2001/04/01 16:04:24 dmcmahill Exp $ - ---- telakka.in.orig Thu Jan 25 04:57:21 2001 -+++ telakka.in Sun Apr 1 11:32:54 2001 -@@ -80,5 +80,5 @@ - .-c|.--compile-only) - compileOnly=true -- if [ "$shared" == "true" ]; then -+ if [ "$shared" = "true" ]; then - echo "telakka: compile-only and shared are mutually exclusive." 1>&2 - exit 1 -@@ -87,5 +87,5 @@ - .--shared) - shared=true -- if [ "$compileOnly" == "true" ]; then -+ if [ "$compileOnly" = "true" ]; then - echo "telakka: compile-only and shared are mutually exclusive." 1>&2 - exit 1 -@@ -149,5 +149,5 @@ - in - *.ct) -- if [ "$wrote_only_file" == "true" ]; then -+ if [ "$wrote_only_file" = "true" ]; then - echo "telakka: cannot combine compile-only, output-file, and multiple ct-files." 1>&2 - exit 1 diff --git a/math/tela/patches/patch-af b/math/tela/patches/patch-af deleted file mode 100644 index be5d55f295a..00000000000 --- a/math/tela/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.1.1.1 2001/02/28 22:34:09 jtb Exp $ - ---- t/demo.t.orig Wed Feb 28 18:59:25 2001 -+++ t/demo.t -@@ -46,7 +46,7 @@ - - } else if (strstarteq(choice,"Contour")) { - -- cd("/usr/local/lib/tela"); -+ cd("@PREFIX@/share/tela"); - msg("\nA 'real world' example of plotting capabilities."); - msg("Generating"); - msg("- a colormap plot with annotations"); diff --git a/math/tela/patches/patch-ag b/math/tela/patches/patch-ag deleted file mode 100644 index b841b9d3da4..00000000000 --- a/math/tela/patches/patch-ag +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ag,v 1.4 2002/05/03 23:32:13 jtb Exp $ - ---- t/docview.t.orig Wed May 1 15:32:52 2002 -+++ t/docview.t Wed May 1 15:33:25 2002 -@@ -1,6 +1,6 @@ - choiceViewing = smenu("Choose viewing method","ASCII","xdvi","Xemacs"); - --directory = "/usr/local/lib/tela"; -+directory = "@PREFIX@/share/tela"; - - choiceDoc = smenu("Choose document to view", - "Basic help file", diff --git a/math/tela/patches/patch-ah b/math/tela/patches/patch-ah deleted file mode 100644 index 70b106da31f..00000000000 --- a/math/tela/patches/patch-ah +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ah,v 1.4 2002/05/03 23:32:13 jtb Exp $ - ---- t/std.t.orig Thu Nov 30 11:06:14 2000 -+++ t/std.t -@@ -95,7 +95,7 @@ - // kinds of Tela documentation. - local(directory,choicViewing,choiceDoc,editor,env) - { -- directory = "/usr/local/lib/tela"; -+ directory = "@PREFIX@/share/tela"; - editor = "emacs"; - pager = "less -Ms"; - env = getenv("EDITOR"); diff --git a/math/tela/patches/patch-ai b/math/tela/patches/patch-ai deleted file mode 100644 index 9c33fef737b..00000000000 --- a/math/tela/patches/patch-ai +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ai,v 1.5 2002/05/03 23:32:13 jtb Exp $ - ---- files.ct.orig Wed May 1 15:38:51 2002 -+++ files.ct Wed May 1 15:39:13 2002 -@@ -24,8 +24,8 @@ - # include "dfr8.h" - #else - extern "C" { --# include "df.h" --# include "mfhdf.h" -+# include "hdf/df.h" -+# include "hdf/mfhdf.h" - } - #endif - #ifndef __GNUC__ |