diff options
-rw-r--r-- | MOVED | 3 | ||||
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/postilion/Makefile | 39 | ||||
-rw-r--r-- | mail/postilion/distinfo | 3 | ||||
-rw-r--r-- | mail/postilion/files/Makefile.bsd | 54 | ||||
-rw-r--r-- | mail/postilion/files/config.h | 46 | ||||
-rw-r--r-- | mail/postilion/files/patch-af | 15 | ||||
-rw-r--r-- | mail/postilion/pkg-descr | 19 | ||||
-rw-r--r-- | mail/postilion/pkg-plist | 149 | ||||
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/sonytv/Makefile | 37 | ||||
-rw-r--r-- | misc/sonytv/distinfo | 3 | ||||
-rw-r--r-- | misc/sonytv/pkg-descr | 8 | ||||
-rw-r--r-- | misc/sonytv/pkg-plist | 2 | ||||
-rw-r--r-- | misc/sonytv/scripts/configure | 22 | ||||
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/p5-TclTk/Makefile | 42 | ||||
-rw-r--r-- | x11-toolkits/p5-TclTk/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/p5-TclTk/files/patch-aa | 11 | ||||
-rw-r--r-- | x11-toolkits/p5-TclTk/pkg-descr | 17 | ||||
-rw-r--r-- | x11-toolkits/p5-TclTk/pkg-plist | 7 |
21 files changed, 3 insertions, 480 deletions
@@ -3959,3 +3959,6 @@ devel/oskit||2009-05-07|Has expired: does not work with current versions of GCC, www/p5-WWW-Nicovideo-Download|www/p5-WWW-NicoVideo-Download|2009-05-07|directory renamed german/swissgerman-ding|german/ding|2009-05-12|integrated into german/ding net/ntp-rc|net/ntp|2009-05-22|NTP is no longer in release candidate status. Use net/ntp instead. +misc/sonytv||2009-05-28|Has expired: tcl8.3 support is going to be dropped +mail/postilion||2009-05-28|Has expired: tcl8.3 support is going to be dropped +x11-toolkits/p5-TclTk||2009-05-28|Has expired: replaced by x11-toolkits/p5-Tcl-Tk diff --git a/mail/Makefile b/mail/Makefile index f9ec7f2510af..516a9ca4583e 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -491,7 +491,6 @@ SUBDIR += postfix24 SUBDIR += postfixadmin SUBDIR += postgrey - SUBDIR += postilion SUBDIR += prayer SUBDIR += premail SUBDIR += prepflog diff --git a/mail/postilion/Makefile b/mail/postilion/Makefile deleted file mode 100644 index f9f8a6ebf8f3..000000000000 --- a/mail/postilion/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: postilion -# Date created: 20 February 1999 -# Whom: Glenn Johnson <gljohns@bellsouth.net> -# -# $FreeBSD$ -# - -PORTNAME= postilion -PORTVERSION= 0.9.3c -PORTREVISION= 3 -CATEGORIES= mail tk -MASTER_SITES= http://www.postilion.org/software/Postilion/ -DISTNAME= ${PORTNAME}-current - -MAINTAINER= ports@FreeBSD.org -COMMENT= Mail client with the NeXt look - -LIB_DEPENDS= c-client4:${PORTSDIR}/mail/cclient -RUN_DEPENDS= ${LOCALBASE}/lib/Img1.2/pkgIndex.tcl:${PORTSDIR}/graphics/libimg-tk83 - -DEPRECATED= tcl8.3 support is going to be dropped -EXPIRATION_DATE= 2009-05-22 - -USE_TK= 83 -USE_TK_BUILD= 83 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -MAKEFILE= ${FILESDIR}/Makefile.bsd -MAKE_ARGS= PORTVERSION="${PORTVERSION}" LOCALBASE="${LOCALBASE}" \ - MKDIR="${MKDIR}" INSTALL_DATA="${INSTALL_DATA}" \ - DIR=lib/postilionlib SED="${SED}" \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" -EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude '*/imap/*' - -do-configure: - ${LN} -s ${FILESDIR}/config.h ${WRKSRC} - -.include <bsd.port.mk> diff --git a/mail/postilion/distinfo b/mail/postilion/distinfo deleted file mode 100644 index 01c268a4d4c2..000000000000 --- a/mail/postilion/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (postilion-current.tar.gz) = e87addacfd83e30cd678eb6d549ef655 -SHA256 (postilion-current.tar.gz) = 83f144b4d775fb5fbd257f11c63819effe7a182192dddae5e4f8bed5422291e8 -SIZE (postilion-current.tar.gz) = 2277965 diff --git a/mail/postilion/files/Makefile.bsd b/mail/postilion/files/Makefile.bsd deleted file mode 100644 index bf0eeff3bb73..000000000000 --- a/mail/postilion/files/Makefile.bsd +++ /dev/null @@ -1,54 +0,0 @@ -PROG= postilion.exec -NOMAN= why would you even ask? - -LOCALBASE?= /usr/local -TCL_VER?= 8.3 -DIR?= lib/postlionlib - -LDADD= -lm -L${LOCALBASE}/lib -lc-client4 \ - -ltk${TCL_VER:S/.//} -ltcl${TCL_VER:S/.//} -lX11 -.if exists(/usr/lib/libpam.a) -LDADD+= -lpam -.endif - -CFLAGS+= -I${LOCALBASE}/include/tcl${TCL_VER} -CFLAGS+= -I${LOCALBASE}/include/tk${TCL_VER} -CFLAGS+= -DNDEBUG -I. -CFLAGS+= -I${LOCALBASE}/include/c-client -I${LOCALBASE}/include -CFLAGS+= -I${LOCALBASE}/include - -BINDIR = ${LOCALBASE}/${DIR} - -${BINDIR} ${BINDIR}/images: - ${MKDIR} $@ - -all: ${PROG} postilion.sh ${.CURDIR}/postilion/tclIndex - -${.CURDIR}/postilion/tclIndex: - cd ${.CURDIR}/postilion/Text/ && tclsh${TCL_VER} dotext.tcl - cd ${.CURDIR}/postilion && \ - (${ECHO} "auto_mkindex . postilion *.tcl" | tclsh${TCL_VER}) - -postilion.sh: ${.CURDIR}/script/postilion - ${SED} -e "s%^LIBDIR.*%LIBDIR=${BINDIR}%" \ - -e "s%^EXEC.*%EXEC=${PROG}%" \ - -e "s%^COMPRESS.*%COMPRESS=/usr/bin/gzip%" \ - -e "s%^CSUFFIX.*%CSUFFIX=gz%" \ - -e "s%^CONFIG_DIR.*%CONFIG_DIR=${LOCALBASE}/lib/postilion%" \ - -e "s%^PGP.*%PGP=${LOCALBASE}/bin/pgp%" \ - < ${.CURDIR}/script/postilion > $@ - -beforeinstall: ${BINDIR} ${BINDIR}/images - ${INSTALL_DATA} ${.CURDIR}/postilion/*.tcl \ - ${.CURDIR}/postilion/postilion \ - ${.CURDIR}/postilion/tclIndex ${BINDIR} - ${INSTALL_DATA} ${.CURDIR}/postilion/images/*.gif ${BINDIR}/images - ${INSTALL_SCRIPT} postilion.sh ${LOCALBASE}/bin/postilion - -.PATH: ${.CURDIR}/lib -SRCS= ratAppInit.c ratFolder.c ratStdFolder.c ratMessage.c ratCode.c \ - ratAddress.c ratDbase.c ratDbFolder.c ratStdMessage.c ratDbMessage.c \ - ratFrMessage.c ratSMTP.c ratDSN.c ratHold.c ratSender.c ratExp.c \ - ratMailcap.c ratCompat.c ratPGP.c ratPGPprog.c - -.include <bsd.prog.mk> diff --git a/mail/postilion/files/config.h b/mail/postilion/files/config.h deleted file mode 100644 index deb8be0c3521..000000000000 --- a/mail/postilion/files/config.h +++ /dev/null @@ -1,46 +0,0 @@ -/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ -#define HAVE_SYS_WAIT_H 1 - -/* Define if utime(file, NULL) sets file's timestamp to the present. */ -#define HAVE_UTIME_NULL 1 - -/* Define if your <sys/time.h> declares struct tm. */ -#define TM_IN_SYS_TIME 1 - -/* Define if you have the gethostname function. */ -#define HAVE_GETHOSTNAME 1 - -/* Define if you have the mkdir function. */ -#define HAVE_MKDIR 1 - -/* Define if you have the mktime function. */ -#define HAVE_MKTIME 1 - -/* Define if you have the strstr function. */ -#define HAVE_STRSTR 1 - -/* Define if you have the <dirent.h> header file. */ -#define HAVE_DIRENT_H 1 - -/* Define if you have the <fcntl.h> header file. */ -#define HAVE_FCNTL_H 1 - -/* Define if you have the <sys/ndir.h> header file. */ -#define HAVE_SYS_NDIR_H 1 - -/* Define if you have the <tkstep.h> header file. */ -#undef HAVE_TKSTEP_H 1 - -/* Define if you have the <unistd.h> header file. */ -#define HAVE_UNISTD_H 1 - -/* Timezone defines */ -#undef HAVE_TM_TZADJ -#define HAVE_TM_GMTOFF 1 -#define HAVE_TIMEZONE_VAR 1 - -/* Define if you have the crypt library (-lcrypt). */ -#define HAVE_LIBCRYPT 1 - -/* Define if you have the s library (-ls). */ -#undef HAVE_LIBS diff --git a/mail/postilion/files/patch-af b/mail/postilion/files/patch-af deleted file mode 100644 index 30456c07fb66..000000000000 --- a/mail/postilion/files/patch-af +++ /dev/null @@ -1,15 +0,0 @@ ---- postilion/options.tcl Wed Feb 23 17:27:28 2000 -+++ postilion/options.tcl Mon Feb 12 19:24:36 2001 -@@ -217,5 +217,5 @@ -- if [info exists $env(MAIL)] { -- set option(default_folder) "INBOX file {} /var/spool/mail/$env(USER)" -- } else { -+ if [info exists env(MAIL)] { - set option(default_folder) "INBOX file {} $env(MAIL)" -+ } else { -+ set option(default_folder) "INBOX file {} /var/mail/$env(USER)" - } -@@ -265,2 +265,2 @@ - # Default sending program -- set option(sendprog) /usr/lib/sendmail -+ set option(sendprog) /usr/sbin/sendmail diff --git a/mail/postilion/pkg-descr b/mail/postilion/pkg-descr deleted file mode 100644 index 8ea11dc98441..000000000000 --- a/mail/postilion/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -Postilion is a mail client with the NeXt look so should be of interest -to those using Window Maker and Afterstep. It is derived from tkRat, but -has some improvements in addition to the interface change. - -Postilion uses virtual folders to map to your real mail hierarchy. This -can be a one-to-one or many-to-one mapping. Postilion has a couple -of features that are useful for mail archiving. One is "dynamic" -folders which will automatically store mail based on things such as -sender address or date. Another feature is the database. Mail can -be archived into a database which is handy for storage as well as -searching. Multiple virtual folders of type "database" can be setup with -different attributes. Any messages subsequently moved to these virtual -folders will be entered into the database with the attributes that were -specified for the respective folder. This can also be done on-the-fly -through a dialog box. - -More information about Postilion can be found at: - -WWW: http://www.postilion.org/software/Postilion/index.html diff --git a/mail/postilion/pkg-plist b/mail/postilion/pkg-plist deleted file mode 100644 index 61d6cca5002d..000000000000 --- a/mail/postilion/pkg-plist +++ /dev/null @@ -1,149 +0,0 @@ -bin/postilion -lib/postilionlib/postilion.exec -lib/postilionlib/tclIndex -lib/postilionlib/address.tcl -lib/postilionlib/alias.tcl -lib/postilionlib/balloon.tcl -lib/postilionlib/clock.tcl -lib/postilionlib/compose.tcl -lib/postilionlib/convert.tcl -lib/postilionlib/dbase.tcl -lib/postilionlib/dsn.tcl -lib/postilionlib/exp.tcl -lib/postilionlib/fileselector.tcl -lib/postilionlib/filter.tcl -lib/postilionlib/folder.tcl -lib/postilionlib/font.tcl -lib/postilionlib/help.tcl -lib/postilionlib/hierwin.tcl -lib/postilionlib/info.tcl -lib/postilionlib/ispell.tcl -lib/postilionlib/keydef.tcl -lib/postilionlib/languages.tcl -lib/postilionlib/mailbox.tcl -lib/postilionlib/menu.tcl -lib/postilionlib/newuser.tcl -lib/postilionlib/options.tcl -lib/postilionlib/pgp.tcl -lib/postilionlib/postcomp.tcl -lib/postilionlib/postfold.tcl -lib/postilionlib/postilion -lib/postilionlib/preferences.tcl -lib/postilionlib/print.tcl -lib/postilionlib/show.tcl -lib/postilionlib/source.tcl -lib/postilionlib/text_balText_de.tcl -lib/postilionlib/text_balText_en.tcl -lib/postilionlib/text_balText_fr.tcl -lib/postilionlib/text_balText_it.tcl -lib/postilionlib/text_balText_nl.tcl -lib/postilionlib/text_balText_sv.tcl -lib/postilionlib/text_changes_de.tcl -lib/postilionlib/text_changes_en.tcl -lib/postilionlib/text_changes_fr.tcl -lib/postilionlib/text_changes_it.tcl -lib/postilionlib/text_changes_nl.tcl -lib/postilionlib/text_changes_sv.tcl -lib/postilionlib/text_help_de.tcl -lib/postilionlib/text_help_en.tcl -lib/postilionlib/text_help_fr.tcl -lib/postilionlib/text_help_it.tcl -lib/postilionlib/text_help_nl.tcl -lib/postilionlib/text_help_sv.tcl -lib/postilionlib/text_t_de.tcl -lib/postilionlib/text_t_en.tcl -lib/postilionlib/text_t_fr.tcl -lib/postilionlib/text_t_it.tcl -lib/postilionlib/text_t_nl.tcl -lib/postilionlib/text_t_sv.tcl -lib/postilionlib/vfolder.tcl -lib/postilionlib/vfolderdef.tcl -lib/postilionlib/watcher.tcl -lib/postilionlib/images/addrbook.gif -lib/postilionlib/images/addresses.gif -lib/postilionlib/images/apr.gif -lib/postilionlib/images/attach-mini.gif -lib/postilionlib/images/attach.gif -lib/postilionlib/images/aug.gif -lib/postilionlib/images/brwsicon.gif -lib/postilionlib/images/compicon.gif -lib/postilionlib/images/compose.gif -lib/postilionlib/images/date0.gif -lib/postilionlib/images/date1.gif -lib/postilionlib/images/date2.gif -lib/postilionlib/images/date3.gif -lib/postilionlib/images/date4.gif -lib/postilionlib/images/date5.gif -lib/postilionlib/images/date6.gif -lib/postilionlib/images/date7.gif -lib/postilionlib/images/date8.gif -lib/postilionlib/images/date9.gif -lib/postilionlib/images/de.gif -lib/postilionlib/images/dec.gif -lib/postilionlib/images/detach-mini.gif -lib/postilionlib/images/detach.gif -lib/postilionlib/images/dimple.gif -lib/postilionlib/images/dnarrow.gif -lib/postilionlib/images/down.gif -lib/postilionlib/images/en.gif -lib/postilionlib/images/find.gif -lib/postilionlib/images/forward.gif -lib/postilionlib/images/feb.gif -lib/postilionlib/images/fr.gif -lib/postilionlib/images/fri.gif -lib/postilionlib/images/helpicon.gif -lib/postilionlib/images/it.gif -lib/postilionlib/images/jan.gif -lib/postilionlib/images/jul.gif -lib/postilionlib/images/jun.gif -lib/postilionlib/images/keys-mini.gif -lib/postilionlib/images/keys.gif -lib/postilionlib/images/led0.gif -lib/postilionlib/images/led1.gif -lib/postilionlib/images/led2.gif -lib/postilionlib/images/led3.gif -lib/postilionlib/images/led4.gif -lib/postilionlib/images/led5.gif -lib/postilionlib/images/led6.gif -lib/postilionlib/images/led7.gif -lib/postilionlib/images/led8.gif -lib/postilionlib/images/led9.gif -lib/postilionlib/images/ledam.gif -lib/postilionlib/images/ledcol.gif -lib/postilionlib/images/ledpm.gif -lib/postilionlib/images/mailbox.gif -lib/postilionlib/images/mar.gif -lib/postilionlib/images/mask.gif -lib/postilionlib/images/may.gif -lib/postilionlib/images/mboxicon.gif -lib/postilionlib/images/mon.gif -lib/postilionlib/images/nl.gif -lib/postilionlib/images/none.gif -lib/postilionlib/images/nov.gif -lib/postilionlib/images/oct.gif -lib/postilionlib/images/pgp-mini.gif -lib/postilionlib/images/pgp.gif -lib/postilionlib/images/postilion.gif -lib/postilionlib/images/preficon.gif -lib/postilionlib/images/receipt.gif -lib/postilionlib/images/recp-mini.gif -lib/postilionlib/images/reply.gif -lib/postilionlib/images/replyall.gif -lib/postilionlib/images/sat.gif -lib/postilionlib/images/send.gif -lib/postilionlib/images/sendsave.gif -lib/postilionlib/images/sep.gif -lib/postilionlib/images/sign-mini.gif -lib/postilionlib/images/sign.gif -lib/postilionlib/images/spell.gif -lib/postilionlib/images/sun.gif -lib/postilionlib/images/sv.gif -lib/postilionlib/images/sync.gif -lib/postilionlib/images/thu.gif -lib/postilionlib/images/tue.gif -lib/postilionlib/images/trash.gif -lib/postilionlib/images/up.gif -lib/postilionlib/images/uparrow.gif -lib/postilionlib/images/wed.gif -@dirrm lib/postilionlib/images -@dirrm lib/postilionlib diff --git a/misc/Makefile b/misc/Makefile index 5acb27ca16bc..d99959d3bb96 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -526,7 +526,6 @@ SUBDIR += sls SUBDIR += smssend SUBDIR += snowflake - SUBDIR += sonytv SUBDIR += spamcalc SUBDIR += splitvt SUBDIR += sshbuddy diff --git a/misc/sonytv/Makefile b/misc/sonytv/Makefile deleted file mode 100644 index 48347dc613ba..000000000000 --- a/misc/sonytv/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: sonytv -# Date created: 21 June 2003 -# Whom: Eric P. Scott <eps+sonytv@ana.com> -# -# $FreeBSD$ -# - -PORTNAME= sonytv -PORTVERSION= 1.0 -PORTREVISION= 2 -CATEGORIES= misc tk -MASTER_SITES= http://tools.ana.com/demos/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Sony-compatible TV remote - -RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 - -DEPRECATED= tcl8.3 support is going to be dropped -EXPIRATION_DATE= 2009-05-22 - -NO_BUILD= yes - -IS_INTERACTIVE= yes -NO_PACKAGE= Hardcoded IR device name - -SCRIPTS_ENV= CP="${CP}" RM="${RM}" SED="${SED}" - -MAN1= sonytv.1 -MLINKS= sonytv.1 sonytv+.1 - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/sonytv ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/sonytv+ ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/sonytv.1 ${MANPREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/misc/sonytv/distinfo b/misc/sonytv/distinfo deleted file mode 100644 index 65fcb3a119dd..000000000000 --- a/misc/sonytv/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sonytv-1.0.tar.gz) = 57cbf9e497c419f0b1fecf6b020c5309 -SHA256 (sonytv-1.0.tar.gz) = 8c04546d68056c3ad6a086973856862dc6ae16f61d39b46584264e6cb8fd3282 -SIZE (sonytv-1.0.tar.gz) = 10538 diff --git a/misc/sonytv/pkg-descr b/misc/sonytv/pkg-descr deleted file mode 100644 index 74c2aaad3c9c..000000000000 --- a/misc/sonytv/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is a Sony-compatible TV remote control implemented in Tcl/Tk. -It should work on laptops/notebooks with a built-in serial IR port. -The range isn't as good as a "real" remote; 2m, if you're lucky. - -WWW: http://tools.ana.com/demos/ - ---Eric -eps+sonytv@ana.com diff --git a/misc/sonytv/pkg-plist b/misc/sonytv/pkg-plist deleted file mode 100644 index 792e44dc6ab1..000000000000 --- a/misc/sonytv/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/sonytv -bin/sonytv+ diff --git a/misc/sonytv/scripts/configure b/misc/sonytv/scripts/configure deleted file mode 100644 index 4b94f0cf1fa1..000000000000 --- a/misc/sonytv/scripts/configure +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh -cd ${WRKSRC:?Uh-oh.}||exit 1 -umask 022 -/usr/bin/dialog \ ---title "Where's your IR device?" \ ---radiolist "Select a serial port:" 12 48 4 \ -/dev/cuaa0 "" off \ -/dev/cuaa1 "e.g. Toshiba Libretto" off \ -/dev/cuaa2 "e.g. Sony VAIO F-series" on \ -/dev/cuaa3 "" off \ -2>.portstmp.$$ -case $? in -0) read device <.portstmp.$$ - for f in sonytv sonytv+ - do - ${SED} -e "/set device {/s;{.*};{${device}};" $f >.portstmp.$$ - /usr/bin/cmp -s .portstmp.$$ $f||${CP} .portstmp.$$ $f - done - ${RM} -f .portstmp.$$ ;; -*) ${RM} -f .portstmp.$$ - exit 1 ;; -esac diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 61c95e9945d2..ca7babf08771 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -163,7 +163,6 @@ SUBDIR += p5-GtkXmHTML SUBDIR += p5-Prima SUBDIR += p5-Tcl-Tk - SUBDIR += p5-TclTk SUBDIR += p5-Tk SUBDIR += p5-Tk-Autoscroll SUBDIR += p5-Tk-ColourChooser diff --git a/x11-toolkits/p5-TclTk/Makefile b/x11-toolkits/p5-TclTk/Makefile deleted file mode 100644 index 00de7ad0baa1..000000000000 --- a/x11-toolkits/p5-TclTk/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: p5-Tcl-Tk -# Date created: June 15th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= TclTk -PORTVERSION= 0.75 -PORTREVISION= 1 -CATEGORIES= x11-toolkits lang perl5 tk -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Tcl -PKGNAMEPREFIX= p5- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Perl5 module to access to Tk via the Tcl extension - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tcl.pm:${PORTSDIR}/lang/p5-Tcl -LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 - -BROKEN= does not build, use x11-toolkits/p5-Tcl-Tk instead -DEPRECATED= replaced by x11-toolkits/p5-Tcl-Tk -EXPIRATION_DATE= 2009-05-05 - -PERL_CONFIGURE= yes - -MAN3= Tcl::Tk.3 - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL - -do-configure: - -@cd ${CONFIGURE_WRKSRC} && \ - ${SETENV} ${CONFIGURE_ENV} \ - ${PERL5} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS} - @cd ${CONFIGURE_WRKSRC} && \ - ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/p5-TclTk/distinfo b/x11-toolkits/p5-TclTk/distinfo deleted file mode 100644 index 47972893b72a..000000000000 --- a/x11-toolkits/p5-TclTk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (TclTk-0.75.tar.gz) = 64baf69b33210230f7c4879977cf7866 -SHA256 (TclTk-0.75.tar.gz) = 7d0bad6d6bee94c9667743a2047420229d5c5637757fca1e5fce4397b1f1b791 -SIZE (TclTk-0.75.tar.gz) = 233406 diff --git a/x11-toolkits/p5-TclTk/files/patch-aa b/x11-toolkits/p5-TclTk/files/patch-aa deleted file mode 100644 index af0f03fe8882..000000000000 --- a/x11-toolkits/p5-TclTk/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.PL.orig Wed Jul 2 19:25:28 2003 -+++ Makefile.PL Wed Jun 21 14:45:19 2006 -@@ -18,7 +18,7 @@ - if ($@) { - print STDERR "Warning: could not load Tk from tclsh; please edit and check". - " Makefile.PL manually to reflect your system."; -- $interp->SetVar('tk_version','8.3'); -+ $interp->SetVar('tk_version','8.4'); - } - my $tk_version = $interp->GetVar('tk_version'); - print STDERR "tcl_version=$tcl_version; tk_version=$tk_version\n"; diff --git a/x11-toolkits/p5-TclTk/pkg-descr b/x11-toolkits/p5-TclTk/pkg-descr deleted file mode 100644 index c8d0a0601195..000000000000 --- a/x11-toolkits/p5-TclTk/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ - The Tcl::Tk submodule of the Tcl module gives access to - the Tk library. It does this by creating a Tcl - interpreter object (using the Tcl extension) and binding - in all of Tk into the interpreter (in the same way that - wish or other Tcl/Tk applications do). - - Access to the Tcl and Tcl::Tk extensions - - To get access to the Tcl and Tcl::Tk extensions, put the - commands - require Tcl; - use Tcl::Tk; - - near the top of your program. The Tcl extension does not - alter your namespace at all (hence the "require"). The - Tcl::Tk extension imports the widget and other Tk commands - into your namespace (hence the "use"). diff --git a/x11-toolkits/p5-TclTk/pkg-plist b/x11-toolkits/p5-TclTk/pkg-plist deleted file mode 100644 index e96d0d7a80b3..000000000000 --- a/x11-toolkits/p5-TclTk/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Tcl/Tcl/Tk.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tcl/Tk/Tk.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tcl/Tk/Tk.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tcl/Tk/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tcl/Tk -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Tcl/Tcl -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Tcl |