From ba2885d840d3c067348f53c5f7568f0b42887cf9 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Wed, 6 Mar 2013 15:05:43 +0000 Subject: Remove expired, unmaintained ports: 2013-03-01 sysutils/sge60: Ancient and unsupported release 2013-03-01 sysutils/sge61: Ancient and unsupported release 2013-03-05 x11-themes/sapphire-themes: Broken for more than 6 month 2013-03-05 misc/fep: Broken for more than 6 month 2013-03-05 devel/gauche-gaunit: Broken for more than 6 month 2013-03-05 games/tuxracer_golf: Broken for more than 6 month 2013-03-05 net/bfilter: Broken for more than 6 month 2013-03-05 graphics/fnlib: Broken for more than 6 month 2013-03-05 print/gfontview: Broken for more than 6 month 2013-03-05 print/hugelatex: Broken for more than 6 month 2013-03-05 misc/gtktalog: Broken for more than 6 month 2013-03-05 x11/wterm: Broken for more than 6 month 2013-03-05 databases/xapian-bindings10: Broken for more than 6 month 2013-03-05 databases/adstudio: Broken for more than 6 month 2013-03-05 misc/splitvt: Broken for more than 6 month 2013-03-05 sysutils/udesc_dump: Broken for more than 6 month 2013-03-05 textproc/gxditview: Broken for more than 6 month 2013-03-05 x11/powershell: Broken for more then 6 month --- misc/Makefile | 3 - misc/fep/Makefile | 28 ---- misc/fep/distinfo | 2 - misc/fep/files/patch-aa | 30 ---- misc/fep/files/patch-fep_edit.c | 11 -- misc/fep/files/patch-fep_main.c | 11 -- misc/fep/pkg-descr | 4 - misc/gtktalog/Makefile | 45 ------ misc/gtktalog/distinfo | 2 - misc/gtktalog/files/patch-Docs::C::Makefile.in | 21 --- misc/gtktalog/files/patch-Docs::fr::Makefile.in | 21 --- misc/gtktalog/files/patch-configure | 10 -- misc/gtktalog/pkg-descr | 4 - misc/gtktalog/pkg-plist | 177 ------------------------ misc/splitvt/Makefile | 35 ----- misc/splitvt/distinfo | 2 - misc/splitvt/files/patch-config.c | 20 --- misc/splitvt/files/patch-misc.c | 112 --------------- misc/splitvt/files/patch-parserc.c | 10 -- misc/splitvt/files/patch-splitvt.1 | 13 -- misc/splitvt/files/patch-splitvt.c | 11 -- misc/splitvt/files/patch-utmp.c | 11 -- misc/splitvt/files/patch-vt100.c | 11 -- misc/splitvt/files/patch-vtmouse.h | 9 -- misc/splitvt/files/patch-vttest.c | 74 ---------- misc/splitvt/pkg-descr | 11 -- misc/splitvt/pkg-plist | 2 - 27 files changed, 690 deletions(-) delete mode 100644 misc/fep/Makefile delete mode 100644 misc/fep/distinfo delete mode 100644 misc/fep/files/patch-aa delete mode 100644 misc/fep/files/patch-fep_edit.c delete mode 100644 misc/fep/files/patch-fep_main.c delete mode 100644 misc/fep/pkg-descr delete mode 100644 misc/gtktalog/Makefile delete mode 100644 misc/gtktalog/distinfo delete mode 100644 misc/gtktalog/files/patch-Docs::C::Makefile.in delete mode 100644 misc/gtktalog/files/patch-Docs::fr::Makefile.in delete mode 100644 misc/gtktalog/files/patch-configure delete mode 100644 misc/gtktalog/pkg-descr delete mode 100644 misc/gtktalog/pkg-plist delete mode 100644 misc/splitvt/Makefile delete mode 100644 misc/splitvt/distinfo delete mode 100644 misc/splitvt/files/patch-config.c delete mode 100644 misc/splitvt/files/patch-misc.c delete mode 100644 misc/splitvt/files/patch-parserc.c delete mode 100644 misc/splitvt/files/patch-splitvt.1 delete mode 100644 misc/splitvt/files/patch-splitvt.c delete mode 100644 misc/splitvt/files/patch-utmp.c delete mode 100644 misc/splitvt/files/patch-vt100.c delete mode 100644 misc/splitvt/files/patch-vtmouse.h delete mode 100644 misc/splitvt/files/patch-vttest.c delete mode 100644 misc/splitvt/pkg-descr delete mode 100644 misc/splitvt/pkg-plist (limited to 'misc') diff --git a/misc/Makefile b/misc/Makefile index accb8abc85b2..f178155f3f1c 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -86,7 +86,6 @@ SUBDIR += explosions SUBDIR += fbless SUBDIR += felis - SUBDIR += fep SUBDIR += figlet SUBDIR += figlet-fonts SUBDIR += findutils @@ -171,7 +170,6 @@ SUBDIR += grun SUBDIR += gtk-gopod SUBDIR += gtkfind - SUBDIR += gtktalog SUBDIR += gwenview-i18n SUBDIR += gwhich SUBDIR += hb @@ -504,7 +502,6 @@ SUBDIR += sls SUBDIR += smssend SUBDIR += spamcalc - SUBDIR += splitvt SUBDIR += sshbuddy SUBDIR += sssnips SUBDIR += stan diff --git a/misc/fep/Makefile b/misc/fep/Makefile deleted file mode 100644 index f9864c730d0a..000000000000 --- a/misc/fep/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Nobuhiro Yasutomi -# $FreeBSD$ - -PORTNAME= fep -PORTVERSION= 1.0 -CATEGORIES= misc -MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/fep/ -DISTNAME= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A general purpose front end for command line editing - -DEPRECATED= Broken for more than 6 month -EXPIRATION_DATE= 2013-03-05 - -MAN1= fep.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/fep - -NO_WRKSUBDIR= yes - -.include - -.if ${OSVERSION} >= 800039 -BROKEN= Does not compile without sgtty -.endif - -.include diff --git a/misc/fep/distinfo b/misc/fep/distinfo deleted file mode 100644 index ec86694bf5de..000000000000 --- a/misc/fep/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (fep.tar.gz) = fa08bcdeaf4741aadc299aeeb414d3ebdbf1f8e048c7930680279538d15e76f1 -SIZE (fep.tar.gz) = 40137 diff --git a/misc/fep/files/patch-aa b/misc/fep/files/patch-aa deleted file mode 100644 index b3afe291b31d..000000000000 --- a/misc/fep/files/patch-aa +++ /dev/null @@ -1,30 +0,0 @@ ---- Makefile.orig Thu Jun 10 11:51:22 1993 -+++ Makefile Tue Feb 20 14:17:52 1996 -@@ -19,13 +19,13 @@ - - #STAT = -DSTAT# Delete # for statistic info - #KANJI = -DKANJI# Delete # for KANJI handling --CONFIG = $(STAT) $(KANJI) -+CONFIG = $(STAT) $(KANJI) -D_cnt=_r - - #DEBUG = -g --DEBUG = -O -+#DEBUG = -O - --CFLAGS = $(DEBUG) $(CONFIG) -+CFLAGS += $(DEBUG) $(CONFIG) --LDFLAGS = -ltermcap -+LDFLAGS = -ltermcap -lcompat - - all: $(TARGET) - -@@ -37,7 +37,7 @@ - - install: $(TARGET) -- install -s $(TARGET) $(INSTDIR) -+ $(BSD_INSTALL_PROGRAM) $(TARGET) $(PREFIX)/bin -- install -c fep.1 /usr/man/manl/fep.l -+ gzip -9n -c fep.1 > $(PREFIX)/man/man1/fep.1.gz - - fep.1: fep.jman - sed -e '/^\.EG/d' -e '/^\.JP/,/^\.EJ/d' -e '/^\.\\"KS/,/^\.\\"KE/d' \ diff --git a/misc/fep/files/patch-fep_edit.c b/misc/fep/files/patch-fep_edit.c deleted file mode 100644 index f07dcd08402e..000000000000 --- a/misc/fep/files/patch-fep_edit.c +++ /dev/null @@ -1,11 +0,0 @@ ---- fep_edit.c.orig Fri Jan 20 17:16:37 1995 -+++ fep_edit.c Thu Mar 6 09:42:13 2003 -@@ -426,7 +426,7 @@ - - currentNull = strlen (CommandLine); - -- if (currentNull >= maxline) { -+ if (currentNull + 1 >= maxline) { - errorBell(); - return (0); - } diff --git a/misc/fep/files/patch-fep_main.c b/misc/fep/files/patch-fep_main.c deleted file mode 100644 index fadf34ceae7c..000000000000 --- a/misc/fep/files/patch-fep_main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- fep_main.c Tue Jun 4 22:01:30 2002 -+++ fep_main.c Tue Jun 4 22:01:53 2002 -@@ -638,7 +638,7 @@ - - catchsig() - { -- union wait status; -+ int status; - struct rusage ru; - - if (wait3 (&status, WNOHANG | WUNTRACED, &ru) != child_pid) diff --git a/misc/fep/pkg-descr b/misc/fep/pkg-descr deleted file mode 100644 index 2ba9153ff919..000000000000 --- a/misc/fep/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Fep is a general purpose front end processor applicable to -most UNIX commands that features vi(1)- or emacs(1)-like -line editing and a command history mechanism like that of -csh(1). diff --git a/misc/gtktalog/Makefile b/misc/gtktalog/Makefile deleted file mode 100644 index 0bd68c59dd9a..000000000000 --- a/misc/gtktalog/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# Created by: Juan Salaverria -# $FreeBSD$ - -PORTNAME= gtktalog -PORTVERSION= 1.0.4 -PORTREVISION= 11 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A tool to make disk catalogs - -BUILD_DEPENDS= plaympeg:${PORTSDIR}/multimedia/smpeg -RUN_DEPENDS= plaympeg:${PORTSDIR}/multimedia/smpeg - -DEPRECATED= Broken for more than 6 month -EXPIRATION_DATE= 2013-03-05 -BROKEN= does not build - -USE_BZIP2= yes -USE_GNOME= gnomehack gnomelibs gnomeprefix -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -MAN1= gtktalog.1 - -.if defined(WITHOUT_NLS) -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.else -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.endif - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for f in AUTHORS BUGS ChangeLog NEWS README TODO - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.endif - -.include diff --git a/misc/gtktalog/distinfo b/misc/gtktalog/distinfo deleted file mode 100644 index 7816b325bf83..000000000000 --- a/misc/gtktalog/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gtktalog-1.0.4.tar.bz2) = 5fd5af39f93b32a0ec739d7018a7cb5870ece41da2578e24f340ffdbe124941e -SIZE (gtktalog-1.0.4.tar.bz2) = 1031577 diff --git a/misc/gtktalog/files/patch-Docs::C::Makefile.in b/misc/gtktalog/files/patch-Docs::C::Makefile.in deleted file mode 100644 index 6b596b37ab61..000000000000 --- a/misc/gtktalog/files/patch-Docs::C::Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ ---- Docs/C/Makefile.in.orig Tue Sep 2 06:57:08 2003 -+++ Docs/C/Makefile.in Mon Dec 13 14:13:46 2004 -@@ -387,9 +387,6 @@ - -rm -rf man.junk - - gtktalog/gtktalog.html: $(SGML_FILES) -- -db2html gtktalog.sgml -- -db2html man.sgml -- -mv man/man.html gtktalog - - dist-hook: gtktalog/gtktalog.html - mkdir -p $(distdir)/gtktalog -@@ -397,7 +394,7 @@ - -cp gtktalog/stylesheet-images/* $(distdir)/gtktalog - - install-data-local: gtktalog/gtktalog.html -- $(mkinstalldirs) $(DESTDIR)$(gtktalog_helpdir)/images -+ $(mkinstalldirs) $(DESTDIR)$(gtktalog_helpdir) - -for file in $(srcdir)/gtktalog/*.html $(srcdir)/gtktalog/*.css $(srcdir)/gtktalog/*.gif; do \ - basefile=`basename $$file`; \ - $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(gtktalog_helpdir)/$$basefile; \ diff --git a/misc/gtktalog/files/patch-Docs::fr::Makefile.in b/misc/gtktalog/files/patch-Docs::fr::Makefile.in deleted file mode 100644 index ed6f291002b4..000000000000 --- a/misc/gtktalog/files/patch-Docs::fr::Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ ---- Docs/fr/Makefile.in.orig Tue Sep 2 06:57:10 2003 -+++ Docs/fr/Makefile.in Mon Dec 13 14:14:17 2004 -@@ -387,9 +387,6 @@ - -rm -rf man.junk - - gtktalog/gtktalog.html: $(SGML_FILES) -- -db2html gtktalog.sgml -- -db2html man.sgml -- -mv man/man.html gtktalog - - dist-hook: gtktalog/gtktalog.html - mkdir -p $(distdir)/gtktalog -@@ -397,7 +394,7 @@ - -cp gtktalog/stylesheet-images/* $(distdir)/gtktalog - - install-data-local: gtktalog/gtktalog.html -- $(mkinstalldirs) $(DESTDIR)$(gtktalog_helpdir)/images -+ $(mkinstalldirs) $(DESTDIR)$(gtktalog_helpdir) - -for file in $(srcdir)/gtktalog/*.html $(srcdir)/gtktalog/*.css $(srcdir)/gtktalog/*.gif; do \ - basefile=`basename $$file`; \ - $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(gtktalog_helpdir)/$$basefile; \ diff --git a/misc/gtktalog/files/patch-configure b/misc/gtktalog/files/patch-configure deleted file mode 100644 index be5501a7d1d2..000000000000 --- a/misc/gtktalog/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.bak Mon Sep 1 23:55:30 2003 -+++ configure Tue Jul 13 01:53:31 2004 -@@ -8738,7 +8738,6 @@ - s,@GMLLIB@,$GMLLIB,;t t - s,@LIBOBJS@,$LIBOBJS,;t t - s,@LTLIBOBJS@,$LTLIBOBJS,;t t --/@EJECT_PROG@/r $EJECT_PROG - s,@EJECT_PROG@,,;t t - CEOF - diff --git a/misc/gtktalog/pkg-descr b/misc/gtktalog/pkg-descr deleted file mode 100644 index ece724e00939..000000000000 --- a/misc/gtktalog/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -GTKtalog is a tool to make disk catalogs: you can use it to create -a really small database with images of files and directories of your CDs. - -WWW: http://www.nongnu.org/gtktalog/ diff --git a/misc/gtktalog/pkg-plist b/misc/gtktalog/pkg-plist deleted file mode 100644 index a98d60ed9336..000000000000 --- a/misc/gtktalog/pkg-plist +++ /dev/null @@ -1,177 +0,0 @@ -bin/gtktalog -lib/gtktalog/aviinfo -lib/gtktalog/htmltitle -lib/gtktalog/modinfo -lib/gtktalog/mp3info -lib/gtktalog/mpeginfo -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/BUGS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -share/gnome/apps/Applications/gtktalog.desktop -%%DATADIR%%/gtktalog.cf -%%DATADIR%%/icons/c.xpm -%%DATADIR%%/icons/cat.xpm -%%DATADIR%%/icons/cpp.xpm -%%DATADIR%%/icons/deb.xpm -%%DATADIR%%/icons/default_dir.xpm -%%DATADIR%%/icons/default_disk.xpm -%%DATADIR%%/icons/default_file.xpm -%%DATADIR%%/icons/default_opened_dir.xpm -%%DATADIR%%/icons/default_opened_disk.xpm -%%DATADIR%%/icons/default_opened_vfs.xpm -%%DATADIR%%/icons/default_unreadable.xpm -%%DATADIR%%/icons/default_vfs.xpm -%%DATADIR%%/icons/doc.xpm -%%DATADIR%%/icons/file.xpm -%%DATADIR%%/icons/gz.xpm -%%DATADIR%%/icons/h.xpm -%%DATADIR%%/icons/html.xpm -%%DATADIR%%/icons/image.xpm -%%DATADIR%%/icons/java.xpm -%%DATADIR%%/icons/logo.xpm -%%DATADIR%%/icons/movie.xpm -%%DATADIR%%/icons/mp3.xpm -%%DATADIR%%/icons/pdf.xpm -%%DATADIR%%/icons/rpm.xpm -%%DATADIR%%/icons/so.xpm -%%DATADIR%%/icons/son.xpm -%%DATADIR%%/icons/txt.xpm -%%DATADIR%%/xpm/add.xpm -%%DATADIR%%/xpm/exit.xpm -%%DATADIR%%/xpm/find.xpm -%%DATADIR%%/xpm/help.xpm -%%DATADIR%%/xpm/new.xpm -%%DATADIR%%/xpm/off.xpm -%%DATADIR%%/xpm/on.xpm -%%DATADIR%%/xpm/open.xpm -%%DATADIR%%/xpm/report.xpm -%%DATADIR%%/xpm/save.xpm -%%DATADIR%%/xpm/setup__Disk_setup.xpm -%%DATADIR%%/xpm/setup__General_options.xpm -%%DATADIR%%/xpm/setup__Information_plugins.xpm -%%DATADIR%%/xpm/setup__LoadSave_options.xpm -%%DATADIR%%/xpm/setup__MIME_type_icons.xpm -%%DATADIR%%/xpm/setup__MIME_types_to_skip_during_a_scan.xpm -%%DATADIR%%/xpm/setup__Scan_mime_types.xpm -%%DATADIR%%/xpm/setup__Scan_options.xpm -%%DATADIR%%/xpm/setup__Virtual_File_Systems.xpm -share/gnome/help/gtktalog/C/book1.html -share/gnome/help/gtktalog/C/c1019.html -share/gnome/help/gtktalog/C/c114.html -share/gnome/help/gtktalog/C/c139.html -share/gnome/help/gtktalog/C/c158.html -share/gnome/help/gtktalog/C/c175.html -share/gnome/help/gtktalog/C/c196.html -share/gnome/help/gtktalog/C/c235.html -share/gnome/help/gtktalog/C/c29.html -share/gnome/help/gtktalog/C/c366.html -share/gnome/help/gtktalog/C/c427.html -share/gnome/help/gtktalog/C/c439.html -share/gnome/help/gtktalog/C/c453.html -share/gnome/help/gtktalog/C/c497.html -share/gnome/help/gtktalog/C/c65.html -share/gnome/help/gtktalog/C/c806.html -share/gnome/help/gtktalog/C/caution.gif -share/gnome/help/gtktalog/C/home.gif -share/gnome/help/gtktalog/C/important.gif -share/gnome/help/gtktalog/C/index.html -share/gnome/help/gtktalog/C/ln23.html -share/gnome/help/gtktalog/C/next.gif -share/gnome/help/gtktalog/C/note.gif -share/gnome/help/gtktalog/C/prev.gif -share/gnome/help/gtktalog/C/tip.gif -share/gnome/help/gtktalog/C/toc-blank.gif -share/gnome/help/gtktalog/C/toc-minus.gif -share/gnome/help/gtktalog/C/toc-plus.gif -share/gnome/help/gtktalog/C/topic.dat -share/gnome/help/gtktalog/C/up.gif -share/gnome/help/gtktalog/C/warning.gif -share/gnome/help/gtktalog/C/x103.html -share/gnome/help/gtktalog/C/x220.html -share/gnome/help/gtktalog/C/x228.html -share/gnome/help/gtktalog/C/x267.html -share/gnome/help/gtktalog/C/x464.html -share/gnome/help/gtktalog/C/x475.html -share/gnome/help/gtktalog/C/x483.html -share/gnome/help/gtktalog/C/x531.html -share/gnome/help/gtktalog/C/x612.html -share/gnome/help/gtktalog/C/x639.html -share/gnome/help/gtktalog/C/x678.html -share/gnome/help/gtktalog/C/x744.html -share/gnome/help/gtktalog/C/x788.html -share/gnome/help/gtktalog/C/x844.html -share/gnome/help/gtktalog/C/x855.html -share/gnome/help/gtktalog/C/x956.html -share/gnome/help/gtktalog/fr/book1.html -share/gnome/help/gtktalog/fr/c1010.html -share/gnome/help/gtktalog/fr/c110.html -share/gnome/help/gtktalog/fr/c135.html -share/gnome/help/gtktalog/fr/c153.html -share/gnome/help/gtktalog/fr/c170.html -share/gnome/help/gtktalog/fr/c187.html -share/gnome/help/gtktalog/fr/c226.html -share/gnome/help/gtktalog/fr/c34.html -share/gnome/help/gtktalog/fr/c357.html -share/gnome/help/gtktalog/fr/c418.html -share/gnome/help/gtktalog/fr/c430.html -share/gnome/help/gtktalog/fr/c444.html -share/gnome/help/gtktalog/fr/c488.html -share/gnome/help/gtktalog/fr/c70.html -share/gnome/help/gtktalog/fr/c797.html -share/gnome/help/gtktalog/fr/caution.gif -share/gnome/help/gtktalog/fr/home.gif -share/gnome/help/gtktalog/fr/important.gif -share/gnome/help/gtktalog/fr/index.html -share/gnome/help/gtktalog/fr/ln28.html -share/gnome/help/gtktalog/fr/next.gif -share/gnome/help/gtktalog/fr/note.gif -share/gnome/help/gtktalog/fr/prev.gif -share/gnome/help/gtktalog/fr/tip.gif -share/gnome/help/gtktalog/fr/toc-blank.gif -share/gnome/help/gtktalog/fr/toc-minus.gif -share/gnome/help/gtktalog/fr/toc-plus.gif -share/gnome/help/gtktalog/fr/topic.dat -share/gnome/help/gtktalog/fr/up.gif -share/gnome/help/gtktalog/fr/warning.gif -share/gnome/help/gtktalog/fr/x100.html -share/gnome/help/gtktalog/fr/x211.html -share/gnome/help/gtktalog/fr/x219.html -share/gnome/help/gtktalog/fr/x258.html -share/gnome/help/gtktalog/fr/x455.html -share/gnome/help/gtktalog/fr/x466.html -share/gnome/help/gtktalog/fr/x474.html -share/gnome/help/gtktalog/fr/x522.html -share/gnome/help/gtktalog/fr/x603.html -share/gnome/help/gtktalog/fr/x630.html -share/gnome/help/gtktalog/fr/x669.html -share/gnome/help/gtktalog/fr/x735.html -share/gnome/help/gtktalog/fr/x779.html -share/gnome/help/gtktalog/fr/x835.html -share/gnome/help/gtktalog/fr/x846.html -share/gnome/help/gtktalog/fr/x947.html -share/pixmaps/gtktalog.png -%%NLS%%share/locale/ca/LC_MESSAGES/gtktalog.mo -%%NLS%%share/locale/cs/LC_MESSAGES/gtktalog.mo -%%NLS%%share/locale/de/LC_MESSAGES/gtktalog.mo -%%NLS%%share/locale/es/LC_MESSAGES/gtktalog.mo -%%NLS%%share/locale/fr/LC_MESSAGES/gtktalog.mo -%%NLS%%share/locale/hu/LC_MESSAGES/gtktalog.mo -%%NLS%%share/locale/it/LC_MESSAGES/gtktalog.mo -%%NLS%%share/locale/ja/LC_MESSAGES/gtktalog.mo -%%NLS%%share/locale/nl/LC_MESSAGES/gtktalog.mo -%%NLS%%share/locale/pl/LC_MESSAGES/gtktalog.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/gtktalog.mo -%%NLS%%share/locale/ru/LC_MESSAGES/gtktalog.mo -%%NLS%%share/locale/sk/LC_MESSAGES/gtktalog.mo -%%NLS%%share/locale/sv/LC_MESSAGES/gtktalog.mo -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm share/gnome/help/gtktalog/fr -@dirrm share/gnome/help/gtktalog/C -@dirrm share/gnome/help/gtktalog -@dirrm %%DATADIR%%/xpm -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% -@dirrm lib/gtktalog diff --git a/misc/splitvt/Makefile b/misc/splitvt/Makefile deleted file mode 100644 index 5ea0629c4c9b..000000000000 --- a/misc/splitvt/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: David O'Brien (obrien@cs.ucdavis.edu) -# $FreeBSD$ - -PORTNAME= splitvt -PORTVERSION= 1.6.6 -PORTREVISION= 2 -CATEGORIES= misc -MASTER_SITES= http://slouken.libsdl.org/projects/splitvt/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Run two shells in a split window/terminal - -DEPRECATED= Broken for more than 6 month -EXPIRATION_DATE= 2013-03-05 - -HAS_CONFIGURE= yes -ALL_TARGET= -MAN1= splitvt.1 - -.include - -.if ${OSVERSION} >= 800000 -BROKEN= does not compile: /usr/include/sys/ioctl_compat.h:42:2: Definitions not available without TTY ioctl compat -.endif - -post-patch: - ${REINPLACE_CMD} -e \ - 's|" -O"|"${CFLAGS}"|g ; \ - s|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/config.c - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/splitvt ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/splitvt.1 ${MANPREFIX}/man/man1 - -.include diff --git a/misc/splitvt/distinfo b/misc/splitvt/distinfo deleted file mode 100644 index f13f099cde0c..000000000000 --- a/misc/splitvt/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (splitvt-1.6.6.tar.gz) = 70a03afe3a43c7458c5fe0152c386f62669107e045b973aecc667259b1820937 -SIZE (splitvt-1.6.6.tar.gz) = 64797 diff --git a/misc/splitvt/files/patch-config.c b/misc/splitvt/files/patch-config.c deleted file mode 100644 index d8954961a830..000000000000 --- a/misc/splitvt/files/patch-config.c +++ /dev/null @@ -1,20 +0,0 @@ ---- config.c.orig Sun May 4 06:48:04 2003 -+++ config.c Sat Feb 19 11:30:53 2005 -@@ -1,5 +1,6 @@ - #include - #include -+#include - #include - #include - -@@ -238,8 +238,8 @@ - fprintf(makefile, "\nclean: \n\trm -f *.o core \n"); - fprintf(makefile, "\ndistclean: clean\n\trm -f splitvt Makefile\n"); - fprintf(makefile, "\ninstall: install-man\n"); -- fprintf(makefile, "\tmv splitvt /usr/local/bin/splitvt\n"); -- fprintf(makefile, "\tmv examples/xsplitvt /usr/local/bin/xsplitvt\n"); -+ fprintf(makefile, "\tmv splitvt %%PREFIX%%/bin/splitvt\n"); -+ fprintf(makefile, "\tmv examples/xsplitvt %%PREFIX%%/bin/xsplitvt\n"); - fprintf(makefile, "\ninstall-man:\n"); - fprintf(makefile, "\tcp splitvt.man /usr/local/man/man1/splitvt.1\n"); - diff --git a/misc/splitvt/files/patch-misc.c b/misc/splitvt/files/patch-misc.c deleted file mode 100644 index 89b1eff69566..000000000000 --- a/misc/splitvt/files/patch-misc.c +++ /dev/null @@ -1,112 +0,0 @@ ---- misc.c.orig Wed Dec 15 10:28:45 2004 -+++ misc.c Sat Oct 7 14:34:28 2006 -@@ -7,10 +7,13 @@ - #include - #include - #include -+#include -+#include - -+#define HAVE_TERMIO_H - - #ifdef HAVE_TERMIO_H --#include -+#include - #else - #include - #endif /* HAVE_TERMIO_H */ -@@ -431,13 +434,13 @@ - /* Get the modes of the controlling tty and save them. Saves - ttymodes in tty_mode and returns -1 if ioctl fails. */ - --struct termio tty_mode; /* Save tty mode here */ -+struct termios tty_mode; /* Save tty mode here */ - static int tty_init=0; - - int tty_getmode(fd) - int fd; - { -- d_zero((char *)&tty_mode, sizeof(struct termio)); -+ d_zero((char *)&tty_mode, sizeof(struct termios)); - tty_init=1; /* Flag: we have initialized the tty_mode struct */ - - if ( ! isatty(fd) ) -@@ -447,7 +450,7 @@ - fprintf(stderr, "Getting tty modes for tty_mode.\r\n"); - #endif - -- if (ioctl(fd, TCGETA, (char *) &tty_mode) < 0) -+ if (tcgetattr(fd, &tty_mode) < 0) - { - #ifdef DEBUG - perror("tty_getmode(): ioctl error"); -@@ -464,14 +467,14 @@ - int tty_sane(fd) - int fd; - { -- struct termio temp_mode; -+ struct termios temp_mode; - - if ( ! isatty(fd) ) - return(0); - - if ( ! tty_init ) - { -- if (ioctl(fd, TCGETA, (char *) &tty_mode) < 0) -+ if (tcgetattr(fd, &tty_mode) < 0) - return(-1); - } - -@@ -491,7 +494,7 @@ - temp_mode.c_cc[VEOF]=('D'^64); - - /* TCSETAW is important for letting tty input drain. */ -- if ( ioctl(fd, TCSETAW, (char *)&temp_mode) < 0 ) -+ if ( tcsetattr(fd, TCSADRAIN, &temp_mode) < 0 ) - { - #ifdef DEBUG - perror("Can't set tty modes"); -@@ -508,7 +511,7 @@ - int tty_raw(fd) - int fd; /* of tty device */ - { -- struct termio temp_mode; -+ struct termios temp_mode; - - if ( ! tty_init ) - return(-1); -@@ -516,7 +519,7 @@ - if ( ! isatty(fd) ) - return(0); - -- if ( ioctl(fd, TCGETA, (char *)&temp_mode) < 0 ) -+ if ( tcgetattr(fd, &temp_mode) < 0 ) - return(-1); - - #ifdef SEVEN_BIT -@@ -524,14 +527,14 @@ - #else - temp_mode.c_iflag=(IGNBRK); /* turn off all input control */ - #endif -- temp_mode.c_oflag &= ~(OLCUC | ONLCR | OCRNL | ONLRET); -+ temp_mode.c_oflag &= ~(ONLCR | OCRNL | ONLRET); - /* disable output post-processing */ - temp_mode.c_lflag = 0; - temp_mode.c_cc[VMIN]=1; /* 1 or more chars satisfy read */ - temp_mode.c_cc[VTIME]=0; /* 10'ths of seconds between chars */ - - /* TCSETAW is important for letting tty input drain. */ -- if (ioctl(fd, TCSETAW, (char *) &temp_mode) < 0) -+ if (tcsetattr(fd, TCSADRAIN, &temp_mode) < 0) - return(-1); - return(0); - } -@@ -550,7 +553,7 @@ - return(0); - - /* TCSETAW is important for letting tty input drain. */ -- if (ioctl(fd, TCSETAW, (char *) &tty_mode) < 0) -+ if (tcsetattr(fd, TCSADRAIN, &tty_mode) < 0) - return(-1); - return(0); - } diff --git a/misc/splitvt/files/patch-parserc.c b/misc/splitvt/files/patch-parserc.c deleted file mode 100644 index 7347f8728a89..000000000000 --- a/misc/splitvt/files/patch-parserc.c +++ /dev/null @@ -1,10 +0,0 @@ ---- parserc.c.orig Sat Jan 13 13:48:13 2001 -+++ parserc.c Wed Jun 18 04:46:14 2003 -@@ -9,6 +9,7 @@ - #include - #include - #include -+#include - #include "splitvt.h" - - #define SPLITVTRC "/.splitvtrc" diff --git a/misc/splitvt/files/patch-splitvt.1 b/misc/splitvt/files/patch-splitvt.1 deleted file mode 100644 index 8a0fd0bf5cf1..000000000000 --- a/misc/splitvt/files/patch-splitvt.1 +++ /dev/null @@ -1,13 +0,0 @@ ---- splitvt.1.orig Sun Jan 14 11:36:23 2001 -+++ splitvt.1 Sun Jan 14 11:39:03 2001 -@@ -173,8 +173,8 @@ - splitvt will attempt to erase the current utmp entry, and replace it - with entries for the two windows. This allows you to use programs - such as 'talk' within the splitvt windows. If you do not have write --permission to the /etc/utmp file, you will not be able to modify the --utmp entries. -+permission to the /var/run/utmp file, you will not be able to modify -+the utmp entries. - - splitvt can be made set-uid root. splitvt will reset its user id to - that of the person running it, just before it exec()'s the shell under diff --git a/misc/splitvt/files/patch-splitvt.c b/misc/splitvt/files/patch-splitvt.c deleted file mode 100644 index 58b09e81d004..000000000000 --- a/misc/splitvt/files/patch-splitvt.c +++ /dev/null @@ -1,11 +0,0 @@ ---- splitvt.c.orig Sat Jan 13 23:00:22 2001 -+++ splitvt.c Sat Oct 7 14:33:17 2006 -@@ -21,6 +21,8 @@ - #include - #include - #include -+#include -+#include - #ifdef HAVE_UNISTD_H - #include - #endif diff --git a/misc/splitvt/files/patch-utmp.c b/misc/splitvt/files/patch-utmp.c deleted file mode 100644 index 545d6c04528c..000000000000 --- a/misc/splitvt/files/patch-utmp.c +++ /dev/null @@ -1,11 +0,0 @@ ---- utmp.c.orig 2007-04-01 17:56:49.000000000 +0000 -+++ utmp.c 2008-04-30 04:00:23.000000000 +0000 -@@ -13,7 +13,7 @@ - #define UTMP_FILE "/tmp/utmp" - #else - #ifndef UTMP_FILE --#define UTMP_FILE "/etc/utmp" -+#define UTMP_FILE _PATH_UTMP - #endif /* UTMP_FILE */ - #endif /* DEBUG_UTMP */ - diff --git a/misc/splitvt/files/patch-vt100.c b/misc/splitvt/files/patch-vt100.c deleted file mode 100644 index 2dae0b97fd6f..000000000000 --- a/misc/splitvt/files/patch-vt100.c +++ /dev/null @@ -1,11 +0,0 @@ ---- vt100.c.orig Sat Jun 3 23:31:05 2000 -+++ vt100.c Sat Oct 7 14:35:57 2006 -@@ -17,6 +17,8 @@ - #include - #include - #include -+#include -+#include - #include "vt100.h" - #include "video.h" - #include "terminal.h" diff --git a/misc/splitvt/files/patch-vtmouse.h b/misc/splitvt/files/patch-vtmouse.h deleted file mode 100644 index a2484f2bce58..000000000000 --- a/misc/splitvt/files/patch-vtmouse.h +++ /dev/null @@ -1,9 +0,0 @@ ---- vtmouse.h.orig Sat Oct 7 02:22:11 2006 -+++ vtmouse.h Sat Oct 7 02:22:36 2006 -@@ -39,5 +39,5 @@ - extern int event_getc(); - extern void event_quit(); - --extern FILE *xt_input, *xt_output; /* Usually untouched */ -+static FILE *xt_input, *xt_output; /* Usually untouched */ - diff --git a/misc/splitvt/files/patch-vttest.c b/misc/splitvt/files/patch-vttest.c deleted file mode 100644 index 04e710b2fcdf..000000000000 --- a/misc/splitvt/files/patch-vttest.c +++ /dev/null @@ -1,74 +0,0 @@ ---- vttest.c.orig Sat Oct 7 15:38:17 2006 -+++ vttest.c Sat Oct 7 15:40:43 2006 -@@ -15,8 +15,9 @@ - #include - #include - #include -+#define HAVE_TERMIO_H - #ifdef HAVE_TERMIO_H --#include -+#include - #else - #include - #include -@@ -49,15 +50,15 @@ - { - char buff[512]; - int x=0, w, rc=0, fd; -- struct termio ttold, ttraw; -+ struct termios ttold, ttraw; - - /* Set the terminal in a raw mode */ - if ( (fd=open("/dev/tty", O_RDWR, 0666)) < 0 ) - return(0); - -- if ( ioctl(fd, TCGETA, (char *)&ttold) < 0 ) -+ if ( tcgetattr(fd, &ttold) < 0 ) - return(0); -- (void) ioctl(fd, TCGETA, (char *)&ttraw); -+ (void) tcgetattr(fd, &ttraw); - - #ifdef HAVE_TERMIO_H - #ifdef SEVEN_BIT -@@ -65,7 +66,7 @@ - #else - ttraw.c_iflag=(IGNBRK); /* turn off all input control */ - #endif /* SEVEN_BIT */ -- ttraw.c_oflag &= ~(OLCUC | ONLCR | OCRNL | ONLRET); -+ ttraw.c_oflag &= ~(ONLCR | OCRNL | ONLRET); - /* disable output post-processing */ - ttraw.c_lflag = 0; - ttraw.c_cc[VMIN]=0; /* 1 or more chars satisfy read */ -@@ -75,7 +76,7 @@ - ttraw.sg_flags &= ~ECHO; /* turn ECHO off */ - #endif /* HAVE_TERMIO_H */ - -- if (ioctl(fd, TCSETAW, (char *)&ttraw) < 0) -+ if (tcsetattr(fd, TCSADRAIN, &ttraw) < 0) - return(0); - - write(fd,"\033[c", 3); /* Vt100 test: ESC [ c */ -@@ -87,9 +88,13 @@ - setjmp(alarm_buf); - #endif - while ( !alarmed && (x < 20) ) { -- if ( read(fd, &buff[x++], 1) <= 0 ) -+ // Workaround for gcc41. Without it, splitvt fails with -+ // "Can't initialize screen: Terminal type must be set to vt100". -+ if ( read(fd, &buff[x], 1) <= 0 ) - break; -+ x++; - } -+ x++; - buff[x]='\0'; /* For printing, if we desire. */ - if ( buff[0] == '\033' ) /* An escape sequence? :) */ - rc=1; -@@ -98,7 +103,7 @@ - alarm(0); - signal(SIGALRM, SIG_DFL); - #endif -- (void) ioctl(fd, TCSETAW, (char *)&ttold); -+ (void) tcsetattr(fd, TCSADRAIN, &ttold); - (void) close(fd); - - #ifdef not_defined /* Print out the response for debugging */ diff --git a/misc/splitvt/pkg-descr b/misc/splitvt/pkg-descr deleted file mode 100644 index 082836da026b..000000000000 --- a/misc/splitvt/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Splitvt splits the screen into two windows, each running a shell, so you -can do and see two things at once. - -Using special keys, the focus may be changed from one window to another. -Other features include cut & pasting between windows, and the ability to -the terminal. - -Note: users may want to take a look at /usr/bin/window (see ``man window'') -for a FreeBSD native version this type of program. - -WWW: http://slouken.libsdl.org/projects/splitvt/ diff --git a/misc/splitvt/pkg-plist b/misc/splitvt/pkg-plist deleted file mode 100644 index 4b8ef962fd7d..000000000000 --- a/misc/splitvt/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -@comment $FreeBSD$ -bin/splitvt -- cgit v1.2.3