Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Nov 2001 21:00:04 -0800 (PST)
From:      R Joseph Wright <rjoseph@m-net.arbornet.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re:ports/31517:New Port:  kdetheme-qnix
Message-ID:  <200111170500.fAH504F66714@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/31517; it has been noted by GNATS.

From: R Joseph Wright <rjoseph@m-net.arbornet.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re:ports/31517:New Port:  kdetheme-qnix
Date: Fri, 16 Nov 2001 23:25:50 -0500

 Sorry about that shar file being messed up.  I had pasted it in through the web
 interface.  This new one has been modified a bit, and it should definitely work.
 
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	.
 #	./distinfo
 #	./Makefile
 #	./pkg-comment
 #	./pkg-plist
 #	./files
 #	./files/patch-aa
 #	./pkg-descr
 #
 echo c - .
 mkdir -p . > /dev/null 2>&1
 echo x - ./distinfo
 sed 's/^X//' >./distinfo << 'END-of-./distinfo'
 XMD5 (qnix-0.2.1.tar.gz) = 1f00aab03ee7a6137f26b9b2197c383c
 END-of-./distinfo
 echo x - ./Makefile
 sed 's/^X//' >./Makefile << 'END-of-./Makefile'
 X# New ports collection makefile for:	QNiX KDE theme
 X# Date created:			26 October 2001
 X# Whom:				R. Joseph Wright <rjoseph@mammalia.org>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=		kdetheme-qnix
 XPORTVERSION=		0.2.1
 XCATEGORIES=		x11-wm kde
 XMASTER_SITES=		http://www.del.f2s.com/files/
 XDISTNAME=		qnix-${PORTVERSION}
 X
 XMAINTAINER=		ports@FreeBSD.org
 X
 XUSE_KDELIBS_VER=	2
 XGNU_CONFIGURE=		yes
 XUSE_AUTOMAKE=		yes
 XUSE_GMAKE=		yes
 X
 Xpre-configure:
 X	cd ${WRKSRC} && ${GMAKE} -f Makefile.cvs
 X
 X.include <bsd.port.mk>
 END-of-./Makefile
 echo x - ./pkg-comment
 sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment'
 XA QNX-like theme for KDE
 END-of-./pkg-comment
 echo x - ./pkg-plist
 sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
 Xshare/apps/kdisplay/color-schemes/QNiX-Brown.kcsrc
 Xshare/apps/kdisplay/color-schemes/QNiX-Green.kcsrc
 Xshare/apps/kdisplay/color-schemes/QNiX-LightBlue.kcsrc
 Xshare/apps/kdisplay/color-schemes/QNiX-Slate.kcsrc
 Xshare/apps/kdisplay/color-schemes/QNiX-Tan.kcsrc
 Xshare/apps/kdisplay/color-schemes/QNiX-Wine.kcsrc
 Xshare/apps/kdisplay/color-schemes/QNiX-Yellow.kcsrc
 Xshare/apps/kdisplay/color-schemes/QNiX-Marine.kcsrc
 Xshare/apps/kstyle/themes/qnix.themerc
 Xlib/kde2/libkwinqnix_config.la
 Xlib/kde2/libkwinqnix_config.so
 Xlib/kde2/libkwinqnix.la
 Xlib/kde2/libkwinqnix.so
 Xlib/qnixstyle.la
 Xlib/qnixstyle.so
 END-of-./pkg-plist
 echo c - ./files
 mkdir -p ./files > /dev/null 2>&1
 echo x - ./files/patch-aa
 sed 's/^X//' >./files/patch-aa << 'END-of-./files/patch-aa'
 X--- admin/Makefile.common.orig	Fri Nov 16 19:23:34 2001
 X+++ admin/Makefile.common	Fri Nov 16 19:24:53 2001
 X@@ -17,9 +17,9 @@
 X 	  $(MAKE) -f Makefile.am top_srcdir=. configure.in ;\
 X 	fi
 X 	@echo "*** Creating aclocal.m4"
 X-	@aclocal
 X+	@aclocal14
 X 	@echo "*** Creating configure"
 X-	@autoconf
 X+	@autoconf213
 X 	@if test -r configure.in.in ; then \
 X 	  perl -pi -e 'print "if test \"x\$$with_fast_perl\" = \"xyes\" ;\
 X 	  then\n  perl -i.bak \$$ac_aux_dir/conf.change.pl \$$CONFIG_STATUS\
 X@@ -32,10 +32,10 @@
 X 	@perl -pi -e 'if (/\[\/\$$\]\*. INSTALL=/) { print $$_ ; $$_ = "\"\") ;;\n"; }' configure
 X 	@if egrep "^AM_CONFIG_HEADER" configure.in >/dev/null 2>&1; then \
 X 	  echo "*** Creating config.h template" ;\
 X-		autoheader ;\
 X+		autoheader213 ;\
 X 	fi
 X 	@echo "*** Creating Makefile templates"
 X-	@automake
 X+	@automake14
 X 	@echo "*** Postprocessing Makefile templates"
 X 	@perl admin/am_edit
 X 	@if egrep "^cvs-local:" Makefile.am >/dev/null; then \
 X@@ -54,11 +54,11 @@
 X 	@if test -r configure.in.in; then \
 X 	  $(MAKE) -f Makefile.am top_srcdir=. subdirs configure.in; \
 X 	fi ;\
 X-	aclocal; \
 X-	autoheader; \
 X-	automake --foreign --include-deps; \
 X+	aclocal14; \
 X+	autoheader213; \
 X+	automake14 --foreign --include-deps; \
 X 	perl admin/am_edit; \
 X-	autoconf; \
 X+	autoconf213; \
 X 	if test -r configure.in.in ; then \
 X 	  perl -pi -e 'print "if test \"x\$$with_fast_perl\" = \"xyes\" ;\
 X 	  then\n  perl -i.bak \$$ac_aux_dir/conf.change.pl \$$CONFIG_STATUS\
 END-of-./files/patch-aa
 echo x - ./pkg-descr
 sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
 XA QNX-like theme for KDE
 END-of-./pkg-descr
 exit
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111170500.fAH504F66714>