Forced commit to note repocopy for renamed project

This commit is contained in:
Eitan Adler 2012-03-06 03:14:06 +00:00
parent e7f8b572ca
commit cfb6b77301
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292795
4 changed files with 28 additions and 29 deletions

View File

@ -5,10 +5,10 @@
# $FreeBSD$ # $FreeBSD$
# #
PORTNAME= scrotwm PORTNAME= spectrwm
PORTVERSION= 0.11.0 PORTVERSION= 1.0.0
CATEGORIES= x11-wm CATEGORIES= x11-wm
MASTER_SITES= https://opensource.conformal.com/snapshots/scrotwm/ MASTER_SITES= https://opensource.conformal.com/snapshots/${PORTNAME}/
EXTRACT_SUFX= .tgz EXTRACT_SUFX= .tgz
MAINTAINER= zeising@daemonic.se MAINTAINER= zeising@daemonic.se
@ -22,14 +22,14 @@ OPTIONS= DMENU_BOTTOM "dmenu at screen bottom (instead of top)" Off
USE_XORG= x11 xproto xrandr xt xtst USE_XORG= x11 xproto xrandr xt xtst
MAN1= scrotwm.1 MAN1= spectrwm.1
USE_LDCONFIG=yes USE_LDCONFIG=yes
PORTEXAMPLES= scrotwm_cz.conf \ PORTEXAMPLES= spectrwm_cz.conf \
scrotwm_es.conf \ spectrwm_es.conf \
scrotwm_fr.conf \ spectrwm_fr.conf \
scrotwm_fr_ch.conf \ spectrwm_fr_ch.conf \
scrotwm_se.conf \ spectrwm_se.conf \
scrotwm_us.conf spectrwm_us.conf
RUN_DEPENDS+= dmenu:${PORTSDIR}/x11/dmenu RUN_DEPENDS+= dmenu:${PORTSDIR}/x11/dmenu
@ -38,7 +38,7 @@ EXTRA_PATCHES+= ${FILESDIR}/spawn_menu_atbottom.patch
.endif .endif
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/scrotwm.* @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/spectrwm.*
do-build: do-build:
${CC} ${CFLAGS} -I${LOCALBASE}/include \ ${CC} ${CFLAGS} -I${LOCALBASE}/include \
@ -52,12 +52,11 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/screenshot.sh ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/screenshot.sh ${PREFIX}/bin
${INSTALL_LIB} ${WRKSRC}/libswmhack.so ${PREFIX}/lib ${INSTALL_LIB} ${WRKSRC}/libswmhack.so ${PREFIX}/lib
${INSTALL_MAN} ${WRKSRC}/scrotwm.1 ${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/spectrwm.1 ${MAN1PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/scrotwm.conf ${PREFIX}/etc/scrotwm.conf.sample ${INSTALL_DATA} ${WRKSRC}/spectrwm.conf ${PREFIX}/etc/spectrwm.conf.sample
@if [ ! -f ${PREFIX}/etc/scrotwm.conf ]; then \ @if [ ! -f ${PREFIX}/etc/spectrwm.conf ]; then \
${INSTALL_DATA} ${PREFIX}/etc/scrotwm.conf.sample ${PREFIX}/etc/scrotwm.conf ; \ ${INSTALL_DATA} ${PREFIX}/etc/spectrwm.conf.sample ${PREFIX}/etc/spectrwm.conf ; \
fi fi
${INSTALL_SCRIPT} ${FILESDIR}/startscrotwm ${PREFIX}/bin
.if !defined(NOPORTEXAMPLES) .if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR} ${MKDIR} ${EXAMPLESDIR}
.for conf in ${PORTEXAMPLES} .for conf in ${PORTEXAMPLES}

View File

@ -1,2 +1,2 @@
SHA256 (scrotwm-0.11.0.tgz) = 7d2a5b30c6285ee2daead904b6dd6b89c4f2ca7ac64aac88213151e234c6554d SHA256 (spectrwm-1.0.0.tgz) = 4cfd7ed7c61fdfc8c108e5efec4513ee14b32baa8d2b095465c62e7bfdd65998
SIZE (scrotwm-0.11.0.tgz) = 82600 SIZE (spectrwm-1.0.0.tgz) = 88112

View File

@ -1,8 +1,9 @@
Scrotwm is a small dynamic tiling window manager for X11. It tries to stay out Spectrwm (previously known as scrotwm) is a small dynamic tiling window
of the way so that valuable screen real estate can be used for much more manager for X11. It tries to stay out of the way so that valuable screen
important stuff. It has sane defaults and does not require one to learn a real estate can be used for much more important stuff. It has sane
language to do any configuration. It was written by hackers for hackers and it defaults and does not require one to learn a language to do any
strives to be small, compact and fast. configuration. It was written by hackers for hackers and it strives to be
small, compact and fast.
It was largely inspired by xmonad and dwm. Both are fine products but suffer It was largely inspired by xmonad and dwm. Both are fine products but suffer
from things like: crazy-unportable-language-syndrome, silly defaults, from things like: crazy-unportable-language-syndrome, silly defaults,
@ -11,4 +12,4 @@ Nevertheless dwm was a phenomenal resource and many good ideas and code was
borrowed from it. On the other hand xmonad has great defaults, key bindings borrowed from it. On the other hand xmonad has great defaults, key bindings
and xinerama support but is crippled by not being written in C. and xinerama support but is crippled by not being written in C.
WWW: https://opensource.conformal.com/wiki/scrotwm WWW: https://opensource.conformal.com/wiki/spectrwm

View File

@ -1,7 +1,6 @@
bin/scrotwm bin/spectrwm
bin/screenshot.sh bin/screenshot.sh
bin/startscrotwm
lib/libswmhack.so lib/libswmhack.so
@unexec if [ ! -f %D/etc/scrotwm.conf ] || cmp -s %D/etc/scrotwm.conf.sample %D/etc/scrotwm.conf; then rm -f %D/etc/scrotwm.conf; else echo %%PREFIX%%/etc/scrotwm.conf contains changes, remove it manually to delete this package completely.; fi @unexec if [ ! -f %D/etc/spectrwm.conf ] || cmp -s %D/etc/spectrwm.conf.sample %D/etc/spectrwm.conf; then rm -f %D/etc/spectrwm.conf; else echo %%PREFIX%%/etc/spectrwm.conf contains changes, remove it manually to delete this package completely.; fi
etc/scrotwm.conf.sample etc/spectrwm.conf.sample
@exec [ -f %D/etc/scrotwm.conf ] || cp -p %D/%F %D/etc/scrotwm.conf @exec [ -f %D/etc/spectrwm.conf ] || cp -p %D/%F %D/etc/spectrwm.conf