ports/65917: New port: sysutils/portmanager easy FreeBsd port management

Michael C. Shultz ringworm at inbox.lv
Tue May 11 06:50:33 UTC 2004


The following reply was made to PR ports/65917; it has been noted by GNATS.

From: "Michael C. Shultz" <ringworm at inbox.lv>
To: freebsd-gnats-submit at FreeBSD.org, ringworm at inbox.lv
Cc:  
Subject: Re: ports/65917: New port: sysutils/portmanager easy FreeBsd port management
Date: Mon, 10 May 2004 23:41:46 -0700

 --Boundary-00=_qWHoAkzvj5NV1RP
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Yikes! the last shar file is duped and missing pkg-plist.
 
 This one should be the final attempt for awhile. *sigh*
 
 -Mike
 
 
 --Boundary-00=_qWHoAkzvj5NV1RP
 Content-Type: application/x-shellscript;
   name="shar.sh"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="shar.sh"
 
 # 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:
 #
 #	.
 #	./files
 #	./files/patch-configure
 #	./Makefile
 #	./pkg-descr
 #	./distinfo
 #	./pkg-plist
 #
 echo c - .
 mkdir -p . > /dev/null 2>&1
 echo c - ./files
 mkdir -p ./files > /dev/null 2>&1
 echo x - ./files/patch-configure
 sed 's/^X//' >./files/patch-configure << 'END-of-./files/patch-configure'
 X
 X$FreeBSD: ports/textproc/aspell/files/patch-configure,v 1.3 2002/09/14 09:40:56 sobomax Exp $
 X
 X--- configure.orig	Wed Aug 28 11:02:51 2002
 X+++ configure	Sat Sep 14 11:42:16 2002
 X@@ -8592,13 +8592,6 @@
 X 	;;
 X     esac
 X 
 X-    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
 X-    then
 X-      { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
 X-echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
 X-   { (exit 1); exit 1; }; }
 X-    fi
 X-
 X     # Update the list of available tags.
 X     if test -n "$tagname"; then
 X       echo appending configuration tag \"$tagname\" to $ofile
 X@@ -16819,6 +16812,10 @@
 X 
 X # This can be used to rebuild libtool when needed
 X LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
 X+save_CC="$CC"
 X+CC="$CXX"
 X+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
 X+CC="$save_CC"
 X 
 X # Always use our own libtool.
 X LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 END-of-./files/patch-configure
 echo x - ./Makefile
 sed 's/^X//' >./Makefile << 'END-of-./Makefile'
 X# New ports collection makefile for:	portManager
 X# Date created: 	May 10, 2004
 X# Whom: 		Michael C. Shultz <ringworm at inbox.lv>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=		portmanager
 XPORTVERSION=		0.1.5
 XPORTREVISION=		1
 XCATEGORIES=		sysutils
 XMASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
 XMASTER_SITE_SUBDIR=	portmanager
 X
 XMAINTAINER=		ringworm at inbox.lv
 XCOMMENT=		FreeBSD port management software
 X
 X.if !defined(NOPORTDOCS)
 XBUILD_DEPENDS=		c2html:${PORTSDIR}/textproc/c2html	\
 X			tidy:${PORTSDIR}/www/tidy
 X.endif
 X
 XUSE_GMAKE=		yes
 XGNU_CONFIGURE=		yes
 XCONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
 XINSTALLS_SHLIB=		yes
 X
 X.if !defined(NOPORTDOCS)
 XPORTDOCS=		docbook.css index.html libPMGR.3.html libPMGR.h.html PMGRrDbCreate.3.html	\
 X			PMGRrDbCreate.c.html PMGRrDbCreate.h.html PMGRrMakeDescribe.3.html		\
 X			PMGRrMakeDescribe.c.html PMGRrMakeDescribe.h.html MGrCommandLine.3.html 	\
 X			MGrCommandLine.c.html MGrCommandLine.h.html MGrDbArray.3.html			\
 X			MGrDbArray.c.html MGrDbArray.h.html MGrFileSize.3.html MGrFileSize.c.html	\
 X			MGrFileSize.h.html MGrFileTime.3.html MGrFileTime.c.html MGrFileTime.h.html	\
 X			MGrIfFileExist.3.html MGrIfFileExist.c.html MGrIfFileExist.h.html		\
 X			MGrInStringSwap.3.html MGrInStringSwap.c.html MGrInStringSwap.h.html		\
 X			MGrIntToString.3.html MGrIntToString.c.html MGrIntToString.h.html		\
 X			MGsDb.7.html MGsProperty.7.html libMG.3.html libMG.h.html mgmlParse.1.html	\
 X			mgmlParse.c.html mgmlParse.h.html pmCvsSup.1.html pmCvsSup.c.html		\
 X			pmCvsSup.h.html portmanager.1.html portmanager.c.html portmanager.h.html	\
 X			pmFreeBSDdoc.1.html pmFreeBSDdoc.c.html pmFreeBSDdoc.h.html pmStatus.1.html	\
 X			pmStatus.c.html pmStatus.h.html pmUpgrade.1.html pmUpgrade.c.html		\
 X			pmUpgrade.h.html setup.0.1.4
 XINSTALL_TARGET=		install info
 X
 X.endif
 X
 X.include <bsd.port.mk>
 END-of-./Makefile
 echo x - ./pkg-descr
 sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
 XFreeBSD port collection management.  Insures your ports are only built with
 Xthe most up to date sources. Great for users of KDE or GNOME who are always
 Xconcerned over the way their underlying ports are built.
 X
 XWWW: http://portmanager.sourceforge.net/
 X
 XMichael C. Shultz
 Xringworm at inbox.lv	
 END-of-./pkg-descr
 echo x - ./distinfo
 sed 's/^X//' >./distinfo << 'END-of-./distinfo'
 XMD5 (portmanager-0.1.5.tar.gz) = e83ad469f3910cf2e3f347495429ffcc
 XSIZE (portmanager-0.1.5.tar.gz) = 594726
 END-of-./distinfo
 echo x - ./pkg-plist
 sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
 Xetc/portmanager/portmanager.conf.SAMPLE
 Xbin/mgmlParse
 Xbin/pmCvsSup
 Xbin/pmFreeBSDdoc
 Xbin/pmStatus
 Xbin/pmUpgrade
 Xbin/portmanager
 Xinclude/MGrCommandLine.h
 Xinclude/MGrDbArray.h
 Xinclude/MGrFileSize.h
 Xinclude/MGrFileTime.h
 Xinclude/MGrIfFileExist.h
 Xinclude/MGrInStringSwap.h
 Xinclude/MGrIntToString.h
 Xinclude/PMGRrDbCreate.h
 Xinclude/PMGRrMakeDescribe.h
 Xinclude/libMG.h
 Xinclude/libPMGR.h
 Xinclude/pmStatus.h
 Xinclude/pmUpgrade.h
 Xlib/libMG.a
 Xlib/libMG.so
 Xlib/libMG.so.0
 Xlib/libPMGR.a
 Xlib/libPMGR.so
 Xlib/libPMGR.so.0
 END-of-./pkg-plist
 exit
 
 
 --Boundary-00=_qWHoAkzvj5NV1RP--



More information about the freebsd-ports-bugs mailing list