ports/156100: St a simple X Terminal

Matthew Donovan kitchetech at gmail.com
Thu Mar 31 23:20:11 UTC 2011


>Number:         156100
>Category:       ports
>Synopsis:       St a simple X Terminal
>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:   Thu Mar 31 23:20:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Donovan
>Release:        8.2-Release
>Organization:
kitchetech.com
>Environment:
FreeBSD server.RVS4000 8.2-RELEASE FreeBSD 8.2-RELEASE #1: Fri Feb 18 19:40:26 EST 2011     dragon at server.RVS4000:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
St a Simple X Terminal
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	st
#	st/Makefile
#	st/distinfo
#	st/pkg-descr
#
echo c - st
mkdir -p st > /dev/null 2>&1
echo x - st/Makefile
sed 's/^X//' >st/Makefile << 'ef466697c6cd0360558ed67037de454b'
X# New ports collection makefile for:   dwm
X# Date created:                July 24, 2006
X# Whom:                        Jeroen Schot <schot at a-eskwadraat.nl>
X#
X# $FreeBSD: ports/x11-wm/dwm/Makefile,v 1.48 2010/06/19 21:41:59 makc Exp $
X#
X
XPORTNAME= st	
XPORTVERSION=7bae6f59e9f6	
XCATEGORIES=	x11
XMASTER_SITES=	http://kitchetech.com/port/distfile/ \
XMAINTAINER=	kitchetech at gmail.com
XCOMMENT=	A simple X terminal 
X
XUSE_XORG=	x11
X
XMAN1=		st.1
XPLIST_FILES=	bin/st
XPORTDOCS=	LICENSE README
X
Xpre-everything::
X	@${ECHO_MSG} "You can build st with your own config.h using the ST_CONF knob:"
X	@${ECHO_MSG} "make ST_CONF=/path/to/st/config.h install clean"
X
Xpost-extract:
X.if defined(ST_CONF)
X	@${ECHO_MSG} "creating config.h from ${ST_CONF}"
X	@${CP} ${ST_CONF} ${WRKSRC}/config.h
X.endif
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${ECHO_MSG} "installing additional documentation to ${DOCSDIR}"
X	@${MKDIR} ${DOCSDIR}
X	@${INSTALL_MAN} ${WRKSRC}/LICENSE ${DOCSDIR}
X	@${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
ef466697c6cd0360558ed67037de454b
echo x - st/distinfo
sed 's/^X//' >st/distinfo << 'a77c68c3a28d513380079b709bbaa881'
XSHA256 (st-7bae6f59e9f6.tar.gz) = 5f9247cfcb9e84b11cad0e518ee178e7f89f1f00bad11d76d288467153eff0f8
XSIZE (st-7bae6f59e9f6.tar.gz) = 17178
a77c68c3a28d513380079b709bbaa881
echo x - st/pkg-descr
sed 's/^X//' >st/pkg-descr << '29f00712af5365e4c54d17bb8ff1153d'
Xst is a minimalistic X terminal. 
X
XIt consists of a single binary, configuration is done at compile-time by a
Xconfig.h file.
X
XWWW: http://st.suckless.org
29f00712af5365e4c54d17bb8ff1153d
exit



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



More information about the freebsd-ports-bugs mailing list