aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-09-06 03:12:23 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-09-06 03:12:23 +0000
commitd4161fcd75e33080b48f203879f2d2df223c9b5f (patch)
tree5b352a4ac3bbcead9f3edcc3dde5a94fb014e814 /comms
parentca7c1fca56a6814b9e0d554d9b0adba7bf1a17c0 (diff)
[delete] comms/tilp
comms/tilp has been superseded by comms/tilp2 It was kept arround until the latter matured, which can now be considered the case. The original version is no longer supported by the authors and both ports conflict now. I'm not sure what exactly should happen, but for me the port can be removed and maybe added to MOVED. PR: ports/115979 Submitted by: Tijl Coosemans <tijl@ulyssis.org>
Notes
Notes: svn path=/head/; revision=198887
Diffstat (limited to 'comms')
-rw-r--r--comms/Makefile1
-rw-r--r--comms/tilp/Makefile39
-rw-r--r--comms/tilp/distinfo3
-rw-r--r--comms/tilp/files/patch-Makefile.in17
-rw-r--r--comms/tilp/files/patch-src-tilp_plugin.c18
-rw-r--r--comms/tilp/files/patch-src-tilp_printl.c18
-rw-r--r--comms/tilp/pkg-descr8
-rw-r--r--comms/tilp/pkg-plist146
8 files changed, 0 insertions, 250 deletions
diff --git a/comms/Makefile b/comms/Makefile
index 598baea1a04e..3b4943d295a3 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -111,7 +111,6 @@
SUBDIR += sredird
SUBDIR += syncterm
SUBDIR += thebridge
- SUBDIR += tilp
SUBDIR += tilp2
SUBDIR += tits
SUBDIR += tkhylafax
diff --git a/comms/tilp/Makefile b/comms/tilp/Makefile
deleted file mode 100644
index d38c8732e590..000000000000
--- a/comms/tilp/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# New ports collection makefile for: tilp
-# Date created: 27 August 2003
-# Whom: Tijl Coosemans <tijl@ulyssis.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= tilp
-PORTVERSION= 6.79
-PORTREVISION= 3
-CATEGORIES= comms
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= tilp
-
-MAINTAINER= tijl@ulyssis.org
-COMMENT= TI Linking Program
-
-BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
-LIB_DEPENDS= ticalcs.10:${PORTSDIR}/devel/libticalcs \
- ticables.12:${PORTSDIR}/comms/libticables \
- tifiles.6:${PORTSDIR}/devel/libtifiles
-
-USE_GETTEXT= yes
-USE_GNOME= gtk20 libglade2
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\
- LDFLAGS="-L${LOCALBASE}/lib -export-dynamic"
-
-MAN1= tilp.1
-
-.include <bsd.port.pre.mk>
-
-post-install:
- ${MKDIR} ${PREFIX}/lib/tilp
-
-.include <bsd.port.post.mk>
diff --git a/comms/tilp/distinfo b/comms/tilp/distinfo
deleted file mode 100644
index e3591afe39f1..000000000000
--- a/comms/tilp/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (tilp-6.79.tar.gz) = 859811ee87e0615e8370c71f8e3ba4ea
-SHA256 (tilp-6.79.tar.gz) = c3b2ee49397e214ccde0a0f147e33eb2c1597ac51605853247588cdc7391446f
-SIZE (tilp-6.79.tar.gz) = 1195282
diff --git a/comms/tilp/files/patch-Makefile.in b/comms/tilp/files/patch-Makefile.in
deleted file mode 100644
index 92098228b526..000000000000
--- a/comms/tilp/files/patch-Makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
---- Makefile.in.orig Thu May 26 17:00:53 2005
-+++ Makefile.in Thu Jun 16 20:21:34 2005
-@@ -190,11 +190,11 @@
-
- # subdirectories to scan
- SUBDIRS = \
-- build desktop glade help icons intl \
-- pixmaps po src registry plugins\
-+ build glade help icons intl \
-+ pixmaps po src\
- $(am__append_1)
-
--dist_pkgdata_DATA = COPYING RELEASE ./registry/tilp.registry
-+dist_pkgdata_DATA = COPYING RELEASE
-
- EXTRA_DIST = README.* TODO po/TRANSLATORS
- subdir = .
diff --git a/comms/tilp/files/patch-src-tilp_plugin.c b/comms/tilp/files/patch-src-tilp_plugin.c
deleted file mode 100644
index 4279f2ea1052..000000000000
--- a/comms/tilp/files/patch-src-tilp_plugin.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/tilp_plugin.c.orig Mon Feb 14 18:53:16 2005
-+++ src/tilp_plugin.c Mon Feb 14 18:54:11 2005
-@@ -171,6 +171,7 @@
- printl(0, _("Done !\n"));
-
- // Scan registry
-+#ifndef __BSD__
- printl(0, _("scanning registry... "));
- #ifdef __WIN32__
- reg_fn = g_strconcat(inst_paths.base_dir, REG_FILE, NULL);
-@@ -231,6 +232,7 @@
- }
- fclose(reg);
- printl(0, _("Done !\n"));
-+#endif
-
- return 0;
- }
diff --git a/comms/tilp/files/patch-src-tilp_printl.c b/comms/tilp/files/patch-src-tilp_printl.c
deleted file mode 100644
index f73367b2fd0c..000000000000
--- a/comms/tilp/files/patch-src-tilp_printl.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/tilp_printl.c.orig Fri Jun 17 15:14:20 2005
-+++ src/tilp_printl.c Fri Jun 17 15:25:20 2005
-@@ -161,6 +161,7 @@
- skip_console:
- #endif
-
-+/*
- if (flog == NULL) {
- flog = tilp_open_log("a");
- }
-@@ -178,6 +179,7 @@
-
- // print same stuffs in file
- vfprintf(flog, format, log_ap);
-+*/
- va_end(log_ap);
-
- // check for printing domain on next loop
diff --git a/comms/tilp/pkg-descr b/comms/tilp/pkg-descr
deleted file mode 100644
index a58911885019..000000000000
--- a/comms/tilp/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-TiLP stands for 'Ti Linking Program' or 'Tilp is a Linking Program' (GNU
-recursive acronyms). TiLP is a program allowing a computer or a workstation
-to communicate with a Texas Instruments graphing calculator.
-
-WWW: http://tilp.info/
-
-- Tijl Coosemans
-tijl@ulyssis.org
diff --git a/comms/tilp/pkg-plist b/comms/tilp/pkg-plist
deleted file mode 100644
index 40ee76faae03..000000000000
--- a/comms/tilp/pkg-plist
+++ /dev/null
@@ -1,146 +0,0 @@
-bin/tilp
-include/tilp/tilp_plugin.h
-share/locale/de/LC_MESSAGES/tilp.mo
-share/locale/fr/LC_MESSAGES/tilp.mo
-share/tilp/COPYING
-share/tilp/Manpage.txt
-share/tilp/RELEASE
-share/tilp/glade/about-2.glade
-share/tilp/glade/about-2.gladep
-share/tilp/glade/action-2.glade
-share/tilp/glade/action-2.gladep
-share/tilp/glade/clist_rbm-2.glade
-share/tilp/glade/clist_rbm-2.gladep
-share/tilp/glade/clock-2.glade
-share/tilp/glade/clock-2.gladep
-share/tilp/glade/comm-2.glade
-share/tilp/glade/comm-2.gladep
-share/tilp/glade/extprgms-2.glade
-share/tilp/glade/extprgms-2.gladep
-share/tilp/glade/general-2.glade
-share/tilp/glade/general-2.gladep
-share/tilp/glade/logfile-2.glade
-share/tilp/glade/logfile-2.gladep
-share/tilp/glade/manpage-2.glade
-share/tilp/glade/manpage-2.gladep
-share/tilp/glade/pbars-2.glade
-share/tilp/glade/pbars-2.gladep
-share/tilp/glade/release-2.glade
-share/tilp/glade/release-2.gladep
-share/tilp/glade/screen_options-2.glade
-share/tilp/glade/screen_options-2.gladep
-share/tilp/glade/screenshot-2.glade
-share/tilp/glade/screenshot-2.gladep
-share/tilp/glade/tilp-2.glade
-share/tilp/glade/tilp-2.gladep
-share/tilp/glade/user_boxes-2.glade
-share/tilp/glade/user_boxes-2.gladep
-share/tilp/help/FAQ.html
-share/tilp/help/Image12.png
-share/tilp/help/Image13.png
-share/tilp/help/Image15.png
-share/tilp/help/Image17.png
-share/tilp/help/Image18.png
-share/tilp/help/Image20.png
-share/tilp/help/Manual_en.html
-share/tilp/help/Manual_fr.html
-share/tilp/help/action.png
-share/tilp/help/blank.png
-share/tilp/help/comm_cable.png
-share/tilp/help/comm_calc.png
-share/tilp/help/comm_misc.png
-share/tilp/help/dirlist.png
-share/tilp/help/ext_prgms.png
-share/tilp/help/general_calc.png
-share/tilp/help/general_comp.png
-share/tilp/help/logo_lpg.png
-share/tilp/help/logo_tilp.png
-share/tilp/help/popup_menu.png
-share/tilp/help/screen_box.png
-share/tilp/help/screen_options_1.png
-share/tilp/help/screen_options_2.png
-share/tilp/help/screenshot_linux.png
-share/tilp/help/screenshot_win32.png
-share/tilp/icons/App_Var.ico
-share/tilp/icons/Application.ico
-share/tilp/icons/Asm_Program.ico
-share/tilp/icons/Backup.ico
-share/tilp/icons/Certificate.ico
-share/tilp/icons/Complex.ico
-share/tilp/icons/Complex_List.ico
-share/tilp/icons/Complex_Matrix.ico
-share/tilp/icons/Complex_Vector.ico
-share/tilp/icons/Constant.ico
-share/tilp/icons/Data.ico
-share/tilp/icons/Diff_Equ.ico
-share/tilp/icons/Equation.ico
-share/tilp/icons/Expression.ico
-share/tilp/icons/Figure.ico
-share/tilp/icons/Function.ico
-share/tilp/icons/GDB.ico
-share/tilp/icons/Group.ico
-share/tilp/icons/Group_Backup.ico
-share/tilp/icons/Group_Var.ico
-share/tilp/icons/List.ico
-share/tilp/icons/Macro.ico
-share/tilp/icons/Matrix.ico
-share/tilp/icons/OS_upgrade.ico
-share/tilp/icons/Parametric.ico
-share/tilp/icons/Picture.ico
-share/tilp/icons/Polar.ico
-share/tilp/icons/Program.ico
-share/tilp/icons/Range.ico
-share/tilp/icons/Real.ico
-share/tilp/icons/String.ico
-share/tilp/icons/TIicon1.ico
-share/tilp/icons/TIicon2.ico
-share/tilp/icons/TIicon3.ico
-share/tilp/icons/TIicon4.ico
-share/tilp/icons/Table_Setup.ico
-share/tilp/icons/Text.ico
-share/tilp/icons/Unknown.ico
-share/tilp/icons/Vector.ico
-share/tilp/icons/Window_Setup.ico
-share/tilp/icons/Y_Var.ico
-share/tilp/icons/Zipped.ico
-share/tilp/icons/Zoom.ico
-share/tilp/icons/test.ico
-share/tilp/icons/up.ico
-share/tilp/pixmaps/attr_archived.xpm
-share/tilp/pixmaps/attr_locked.xpm
-share/tilp/pixmaps/clist_dir.xpm
-share/tilp/pixmaps/clist_doc.xpm
-share/tilp/pixmaps/clist_dotdot.xpm
-share/tilp/pixmaps/clist_down.xpm
-share/tilp/pixmaps/clist_up.xpm
-share/tilp/pixmaps/ctree_close_dir.xpm
-share/tilp/pixmaps/ctree_open_dir.xpm
-share/tilp/pixmaps/ctree_var.xpm
-share/tilp/pixmaps/icon.xpm
-share/tilp/pixmaps/logo.xpm
-share/tilp/pixmaps/mini_keyboard.xpm
-share/tilp/pixmaps/mini_screen.xpm
-share/tilp/pixmaps/no.xpm
-share/tilp/pixmaps/screendump.xpm
-share/tilp/pixmaps/tb_calc_backup.xpm
-share/tilp/pixmaps/tb_calc_dirlist.xpm
-share/tilp/pixmaps/tb_calc_recv.xpm
-share/tilp/pixmaps/tb_calc_restore.xpm
-share/tilp/pixmaps/tb_calc_screen.xpm
-share/tilp/pixmaps/tb_calc_send.xpm
-share/tilp/pixmaps/tb_exit.xpm
-share/tilp/pixmaps/tb_floppy.xpm
-share/tilp/pixmaps/tb_help.xpm
-share/tilp/pixmaps/tb_mkdir.xpm
-share/tilp/pixmaps/tb_ready.xpm
-share/tilp/pixmaps/tb_refresh.xpm
-share/tilp/pixmaps/tb_trash.xpm
-share/tilp/pixmaps/yes.xpm
-@exec mkdir %D/lib/tilp
-@dirrm share/tilp/pixmaps
-@dirrm share/tilp/icons
-@dirrm share/tilp/help
-@dirrm share/tilp/glade
-@dirrm share/tilp
-@dirrm lib/tilp
-@dirrm include/tilp