diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
commit | e934b106497f17545e236bb9644bed935cd118ad (patch) | |
tree | 29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /net/crescendo | |
parent | 14c9f603eb5d9868d374e46ac865925da109a838 (diff) | |
download | marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2 marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip |
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/crescendo')
-rw-r--r-- | net/crescendo/Makefile | 49 | ||||
-rw-r--r-- | net/crescendo/distinfo | 3 | ||||
-rw-r--r-- | net/crescendo/files/patch-crescendo.h | 10 | ||||
-rw-r--r-- | net/crescendo/files/patch-splash.c | 11 | ||||
-rw-r--r-- | net/crescendo/files/patch-tellbox.c | 10 | ||||
-rw-r--r-- | net/crescendo/pkg-descr | 15 | ||||
-rw-r--r-- | net/crescendo/pkg-plist | 16 |
7 files changed, 0 insertions, 114 deletions
diff --git a/net/crescendo/Makefile b/net/crescendo/Makefile deleted file mode 100644 index 81fcb7719..000000000 --- a/net/crescendo/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: crescendo -# Date created: 27.Apr 2000 -# Whom: dirk.meyer@dinoex.sub.org -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= crescendo -PORTVERSION= 1.1.7 -PORTREVISION= 8 -CATEGORIES= net gnome -# Master Site broken -#MASTER_SITES= http://crescendo.lyrical.net/files/ -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= dinoex - -MAINTAINER= ports@FreeBSD.org -COMMENT= A gnome frontend for tinyfuge - -RUN_DEPENDS= tf:${PORTSDIR}/net/tinyfugue - -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-compile-warnings=yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CFLAGS+= -g -PLIST_SUB= DOCDIR=share/doc/${PORTNAME} - -USE_XLIB= yes -USE_GNOME= gnomelibs - -post-patch: - @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|txtOutput|txtNotepadOutput|g' \ - ${WRKSRC}/src/notepad.c - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for i in AUTHORS ChangeLog HACKING INSTALL NEWS \ - README README.BINARY TODO - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/net/crescendo/distinfo b/net/crescendo/distinfo deleted file mode 100644 index 52fa3aa13..000000000 --- a/net/crescendo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (crescendo-1.1.7.tar.gz) = 6c52e50c61d279eeb6dceac3252ffdde -SHA256 (crescendo-1.1.7.tar.gz) = e931fb1b7e10a9bbd1abca61854e9eeefa18fa49083291335307ae6bed3ba90a -SIZE (crescendo-1.1.7.tar.gz) = 637778 diff --git a/net/crescendo/files/patch-crescendo.h b/net/crescendo/files/patch-crescendo.h deleted file mode 100644 index 20ec10346..000000000 --- a/net/crescendo/files/patch-crescendo.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/crescendo.h.orig Fri Nov 12 08:46:53 1999 -+++ src/crescendo.h Mon May 28 10:51:07 2007 -@@ -18,7 +18,6 @@ - extern GtkWidget *vpane; - extern GtkWidget *vscrollbar; - extern GtkWidget *entInput; --extern GtkWidget *winNotepad; - extern GtkWidget *WinWorld; - - /* testing the CrescPref struct */ diff --git a/net/crescendo/files/patch-splash.c b/net/crescendo/files/patch-splash.c deleted file mode 100644 index b26a31dd9..000000000 --- a/net/crescendo/files/patch-splash.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/splash.c.orig Fri Oct 13 00:38:03 2000 -+++ src/splash.c Fri Oct 13 00:38:50 2000 -@@ -32,7 +32,7 @@ - gtk_signal_connect (GTK_OBJECT(WinSplash), "button_press_event", GTK_SIGNAL_FUNC (gtk_widget_destroy), NULL); - - if(cresc_pref->prefix) { -- temp = g_strconcat (cresc_pref->prefix, "share/crescendo/cr-splash1.jpg", NULL); -+ temp = g_strconcat (CRESCENDO_DATADIR, "/cr-splash1.jpg", NULL); - picSplash = gnome_pixmap_new_from_file(temp); - gtk_container_add(GTK_CONTAINER(WinSplash),picSplash); - g_free(temp); diff --git a/net/crescendo/files/patch-tellbox.c b/net/crescendo/files/patch-tellbox.c deleted file mode 100644 index e13227a5f..000000000 --- a/net/crescendo/files/patch-tellbox.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/tellbox.c.orig Thu Nov 11 05:40:04 1999 -+++ src/tellbox.c Mon May 28 10:53:50 2007 -@@ -11,7 +11,6 @@ - #include "tellbox.h" - - GtkWidget *boxMsg; --GtkWidget *txtOutput; - GtkWidget *cmbStupid; - GtkWidget *txtTarget; - GtkWidget *menu, *option_menu; diff --git a/net/crescendo/pkg-descr b/net/crescendo/pkg-descr deleted file mode 100644 index 5e1dc3115..000000000 --- a/net/crescendo/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Oooookay, so you have tinyfugue, and you want -it pretty, Well, here's your toy. This should -be -really- straightforward. If you've got this -out of cvs, run ./autogen.sh ; make and you are -set. - -PLEASE READ HACKING, if you are a developer. - -If you got this from a dist, then, ./configure -should be what you need. Have fun, - -need some help, email me, Will LaSHell -will@lashell.net - -WWW: http://crescendo.lyrical.net/ diff --git a/net/crescendo/pkg-plist b/net/crescendo/pkg-plist deleted file mode 100644 index e13a206ce..000000000 --- a/net/crescendo/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -bin/crescendo -%%DATADIR%%/cr-about.jpg -%%DATADIR%%/cr-splash1.jpg -%%DATADIR%%/startup2.wav -share/gnome/apps/Internet/crescendo.desktop -share/pixmaps/crescendo.png -@dirrm %%DATADIR%% -%%PORTDOCS%%%%DOCDIR%%/AUTHORS -%%PORTDOCS%%%%DOCDIR%%/ChangeLog -%%PORTDOCS%%%%DOCDIR%%/HACKING -%%PORTDOCS%%%%DOCDIR%%/INSTALL -%%PORTDOCS%%%%DOCDIR%%/NEWS -%%PORTDOCS%%%%DOCDIR%%/README -%%PORTDOCS%%%%DOCDIR%%/README.BINARY -%%PORTDOCS%%%%DOCDIR%%/TODO -%%PORTDOCS%%@dirrm %%DOCDIR%% |