ports/57694: New Port: textproc/makefaq

Jose R.Rey king at v2project.com
Tue Oct 7 07:50:20 UTC 2003


>Number:         57694
>Category:       ports
>Synopsis:       New Port: textproc/makefaq
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 07 00:50:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jose R.Rey
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
Materia Gris
>Environment:


>Description:
	New Port textproc/makefaq
	
	makefaq is a Python program that creates a Frequently Asked Questions (FAQ) list from a specially formatted text data file. For output, it can can generate either an HTML page, a text file, or a DocBook XML file.	
>How-To-Repeat:
>Fix:


--- makefaq.shar begins here ---
# 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:
#
#	makefaq
#	makefaq/Makefile
#	makefaq/distinfo
#	makefaq/pkg-descr
#	makefaq/pkg-plist
#	makefaq/files
#	makefaq/files/patch-Makefile
#
echo c - makefaq
mkdir -p makefaq > /dev/null 2>&1
echo x - makefaq/Makefile
sed 's/^X//' >makefaq/Makefile << 'END-of-makefaq/Makefile'
X# Ports collection makefile for:	makefaq
X# Date created:				Sat Aug 23 07:15:39 CEST 2003
X# Whom:					king at v2project.com
X
X# $FreeBSD:$
X#
X
XPORTNAME=	makefaq
XPORTVERSION=	2.4
XCATEGORIES=	textproc python
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
XEXTRACT_SUFX=   .tgz
X
XMAINTAINER=	king at FreeBSD.org
XCOMMENT=	Makefaq is a Python program that creates a (FAQ)
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
XNO_BUILD=       yes
X
XMAN1=   	makefaq.1
X
Xdo-install:
X		 @cd ${WRKSRC} && ${MAKE} install
X
X.include <bsd.port.mk>
END-of-makefaq/Makefile
echo x - makefaq/distinfo
sed 's/^X//' >makefaq/distinfo << 'END-of-makefaq/distinfo'
XMD5 (makefaq-2.4.tgz) = 6f145f79f869e744b9313b2b8a5c2a74
END-of-makefaq/distinfo
echo x - makefaq/pkg-descr
sed 's/^X//' >makefaq/pkg-descr << 'END-of-makefaq/pkg-descr'
Xmakefaq is a Python program that creates a Frequently Asked Questions (FAQ) 
Xlist from a specially formatted text data file. For output, it can can 
Xgenerate either an HTML page, a text file, or a DocBook XML file.
X
XWWW: http://www.makefaq.org
END-of-makefaq/pkg-descr
echo x - makefaq/pkg-plist
sed 's/^X//' >makefaq/pkg-plist << 'END-of-makefaq/pkg-plist'
Xbin/makefaq.py
Xshare/doc/makefaq-2.4/BUGS
Xshare/doc/makefaq-2.4/CREDITS
Xshare/doc/makefaq-2.4/ChangeLog
Xshare/doc/makefaq-2.4/INSTALL
Xshare/doc/makefaq-2.4/LICENSE
Xshare/doc/makefaq-2.4/README
Xshare/doc/makefaq-2.4/TODO
Xshare/doc/makefaq-2.4/UPGRADING
Xshare/doc/makefaq-2.4/faq.html
X at dirrm share/doc/makefaq-2.4
END-of-makefaq/pkg-plist
echo c - makefaq/files
mkdir -p makefaq/files > /dev/null 2>&1
echo x - makefaq/files/patch-Makefile
sed 's/^X//' >makefaq/files/patch-Makefile << 'END-of-makefaq/files/patch-Makefile'
X--- Makefile.orig	Sat Aug 23 07:42:00 2003
X+++ Makefile	Sat Aug 23 07:42:10 2003
X@@ -9,7 +9,7 @@
X 
X MANPATH = /usr/local/man
X 
X-DOCPATH = /usr/share/doc
X+DOCPATH = /usr/local/share/doc
X 
X DOCDIR = $(DOCPATH)/$(PROJECT)-$(VERSION)
X 
END-of-makefaq/files/patch-Makefile
exit
--- makefaq.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list