diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /net/crescendo | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2 marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/crescendo')
-rw-r--r-- | net/crescendo/Makefile | 55 | ||||
-rw-r--r-- | net/crescendo/distinfo | 3 | ||||
-rw-r--r-- | net/crescendo/files/patch-aa | 11 | ||||
-rw-r--r-- | net/crescendo/pkg-descr | 15 | ||||
-rw-r--r-- | net/crescendo/pkg-plist | 16 |
5 files changed, 0 insertions, 100 deletions
diff --git a/net/crescendo/Makefile b/net/crescendo/Makefile deleted file mode 100644 index e3abea76d..000000000 --- a/net/crescendo/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: crescendo -# Date created: 27.Apr 2000 -# Whom: dirk.meyer@dinoex.sub.org -# -# $FreeBSD$ -# $MCom: ports/net/crescendo/Makefile,v 1.1 2006/10/04 15:53:23 ahze Exp $ -# - -PORTNAME= crescendo -PORTVERSION= 1.1.7 -PORTREVISION= 5 -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} -MODIFY= Makefile.in data/Makefile.in - -USE_XLIB= yes -USE_GNOME= gnomelibs - -post-patch: - @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ - ${WRKSRC}/configure - -pre-patch: -.for i in ${MODIFY} - @${MV} ${WRKSRC}/${i} ${WRKSRC}/${i}.sed - ${SED} -e 's=$$(prefix)/share/=$$(datadir)/gnome/=g' \ - ${WRKSRC}/${i}.sed > ${WRKSRC}/${i} -.endfor - -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-aa b/net/crescendo/files/patch-aa deleted file mode 100644 index b26a31dd9..000000000 --- a/net/crescendo/files/patch-aa +++ /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/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 ca27d66e8..000000000 --- a/net/crescendo/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -bin/crescendo -share/gnome/crescendo/cr-about.jpg -share/gnome/crescendo/cr-splash1.jpg -share/gnome/crescendo/startup2.wav -share/gnome/apps/Internet/crescendo.desktop -share/gnome/pixmaps/crescendo.png -@dirrm share/gnome/crescendo -%%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%% |