From 50549aa1ce477c30031aeed2580f9cd71d40881e Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Tue, 25 Oct 2011 15:21:20 -0500 Subject: [PATCH] remove port stuff --- port/Makefile | 48 --------------------------------------- port/distinfo | 5 ---- port/patches/patch-scrotwm_c | 12 ---------- port/patches/patch-scrotwm_conf | 25 -------------------- port/pkg/DESCR | 5 ---- port/pkg/PFRAG.shared | 2 -- port/pkg/PLIST | 25 -------------------- 7 files changed, 122 deletions(-) delete mode 100644 port/Makefile delete mode 100644 port/distinfo delete mode 100644 port/patches/patch-scrotwm_c delete mode 100644 port/patches/patch-scrotwm_conf delete mode 100644 port/pkg/DESCR delete mode 100644 port/pkg/PFRAG.shared delete mode 100644 port/pkg/PLIST diff --git a/port/Makefile b/port/Makefile deleted file mode 100644 index aeaa99e..0000000 --- a/port/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# $OpenBSD: Makefile,v 1.23 2010/10/19 08:13:59 espie Exp $ - -COMMENT= small tiling window manager - -SHARED_LIBS= swmhack 0.0 - -DISTNAME= scrotwm-SCROTWMVERSION -EXTRACT_SUFX= .tgz -CATEGORIES= x11 - -HOMEPAGE= http://www.scrotwm.org/ -MAINTAINER= Marco Peereboom - -# BSD -PERMIT_PACKAGE_CDROM= Yes -PERMIT_PACKAGE_FTP= Yes -PERMIT_DISTFILES_CDROM= Yes -PERMIT_DISTFILES_FTP= Yes - -MASTER_SITES= http://opensource.conformal.com/snapshots/scrotwm/ - -NO_REGRESS= Yes -WANTLIB= c X11 Xrandr util - -RUN_DEPENDS= :dmenu->=3.9:x11/dmenu - -MAKE_FLAGS= BINDIR="${TRUEPREFIX}/bin" \ - MANDIR="${TRUEPREFIX}/man/cat" \ - SHLIB_MAJOR=${LIBswmhack_VERSION:C/\..*//} \ - SHLIB_MINOR=${LIBswmhack_VERSION:C/.*\.//} -USE_GROFF = Yes - -pre-configure: - @${SUBST_CMD} ${WRKSRC}/scrotwm.conf ${WRKSRC}/scrotwm.c - -post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/scrotwm - ${INSTALL_SCRIPT} ${WRKSRC}/baraction.sh ${PREFIX}/share/examples/scrotwm - ${INSTALL_SCRIPT} ${WRKSRC}/initscreen.sh ${PREFIX}/share/examples/scrotwm - ${INSTALL_SCRIPT} ${WRKSRC}/screenshot.sh ${PREFIX}/share/examples/scrotwm - ${INSTALL_DATA} ${WRKSRC}/scrotwm.conf ${PREFIX}/share/examples/scrotwm - -.for i in es it pt ru - ${INSTALL_DATA_DIR} ${PREFIX}/man/$i/cat1 - mv ${PREFIX}/man/cat1/scrotwm_$i.0 ${PREFIX}/man/$i/cat1/scrotwm.0 -.endfor - -.include diff --git a/port/distinfo b/port/distinfo deleted file mode 100644 index 37fe9b8..0000000 --- a/port/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -MD5 (scrotwm-0.9.26.tgz) = 3enLoAOvWTeABwhhsMvLhg== -RMD160 (scrotwm-0.9.26.tgz) = zXX8IyM2FePZ/0N6/buIoM92c0w= -SHA1 (scrotwm-0.9.26.tgz) = PW28Zkhqm1BzgJCqDs/277PRCUE= -SHA256 (scrotwm-0.9.26.tgz) = PMRByETTuxb5gcCUzIO7Qoh5k/qKA41ndQq1CNvAUwg= -SIZE (scrotwm-0.9.26.tgz) = 56674 diff --git a/port/patches/patch-scrotwm_c b/port/patches/patch-scrotwm_c deleted file mode 100644 index a3f4102..0000000 --- a/port/patches/patch-scrotwm_c +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-scrotwm_c,v 1.7 2009/09/30 00:54:06 sthen Exp $ ---- scrotwm.c.orig Wed Sep 23 06:04:09 2009 -+++ scrotwm.c Fri Sep 25 17:28:03 2009 -@@ -150,7 +150,7 @@ u_int32_t swm_debug = 0 - #define SWM_MAX_FONT_STEPS (3) - - #ifndef SWM_LIB --#define SWM_LIB "/usr/local/lib/libswmhack.so" -+#define SWM_LIB "${PREFIX}/lib/libswmhack.so" - #endif - - char **start_argv; diff --git a/port/patches/patch-scrotwm_conf b/port/patches/patch-scrotwm_conf deleted file mode 100644 index b759318..0000000 --- a/port/patches/patch-scrotwm_conf +++ /dev/null @@ -1,25 +0,0 @@ ---- scrotwm.conf.orig Wed Oct 7 10:15:33 2009 -+++ scrotwm.conf Wed Oct 7 10:17:10 2009 -@@ -10,7 +10,7 @@ bar_border[1] = rgb:00/80/80 - bar_color[1] = black - bar_font_color[1] = rgb:a0/a0/a0 - bar_font = -*-terminus-medium-*-*-*-*-*-*-*-*-*-*-* --#bar_action = baraction.sh -+#bar_action = ${PREFIX}/share/scrotwm/baraction.sh - #bar_delay = 1 - stack_enabled = 1 - clock_enabled = 1 -@@ -19,10 +19,10 @@ title_class_enabled = 0 - - # spawn app - # program[term] = xterm --# program[screenshot_all] = screenshot.sh full --# program[screenshot_wind] = screenshot.sh window -+# program[screenshot_all] = ${PREFIX}/share/scrotwm/screenshot.sh full -+# program[screenshot_wind] = ${PREFIX}/share/scrotwm/screenshot.sh window - # program[lock] = xlock --# program[initscr] = initscreen.sh -+# program[initscr] = ${PREFIX}/share/scrotwm/initscreen.sh - # program[menu] = dmenu_run -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_border -sf $bar_color - spawn_term = xterm - diff --git a/port/pkg/DESCR b/port/pkg/DESCR deleted file mode 100644 index 8552827..0000000 --- a/port/pkg/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -Scrotwm is a small dynamic tiling window manager for X11. It tries to -stay out of the way so that valuable screen real estate can be used for -much more important stuff. It has sane defaults and does not require one -to learn a language to do any configuration. It was written by hackers -for hackers and it strives to be small, compact and fast. diff --git a/port/pkg/PFRAG.shared b/port/pkg/PFRAG.shared deleted file mode 100644 index 963093b..0000000 --- a/port/pkg/PFRAG.shared +++ /dev/null @@ -1,2 +0,0 @@ -@comment $OpenBSD: PFRAG.shared,v 1.2 2009/09/30 00:54:06 sthen Exp $ -@lib lib/libswmhack.so.${LIBswmhack_VERSION} diff --git a/port/pkg/PLIST b/port/pkg/PLIST deleted file mode 100644 index 12810dc..0000000 --- a/port/pkg/PLIST +++ /dev/null @@ -1,25 +0,0 @@ -@comment $OpenBSD: PLIST,v 1.2 2009/10/13 12:24:42 sthen Exp $ -%%SHARED%% -@bin bin/scrotwm -@man man/cat1/scrotwm.0 -man/es/ -man/es/cat1/ -@man man/es/cat1/scrotwm.0 -man/it/ -man/it/cat1/ -@man man/it/cat1/scrotwm.0 -man/ru/ -man/ru/cat1/ -@man man/ru/cat1/scrotwm.0 -share/examples/scrotwm/ -@sample share/scrotwm/ -share/examples/scrotwm/baraction.sh -@mode 0555 -@sample share/scrotwm/baraction.sh -share/examples/scrotwm/initscreen.sh -@sample share/scrotwm/initscreen.sh -share/examples/scrotwm/screenshot.sh -@sample share/scrotwm/screenshot.sh -@mode -share/examples/scrotwm/scrotwm.conf -@sample ${SYSCONFDIR}/scrotwm.conf -- 1.7.10.4