diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-07 06:59:34 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-09-07 06:59:34 +0000 |
commit | 6caf5a62c4fde192b99bea69d2ea5ddc46781590 (patch) | |
tree | bd8baad54cc95e31fb86b3fc40258b42b54c4737 | |
parent | Turn maintance over the ports list. Now that this is in the main src tree (diff) |
o update to 0.6
o install additional documentation (support NOPORTDOCS)
o add MASTER_SITE_SOURCEFORGE to MASTER_SITES
o update DESCR since Englightement is supported
PR: 30397
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=47488
-rw-r--r-- | misc/menushki/Makefile | 22 | ||||
-rw-r--r-- | misc/menushki/distinfo | 2 | ||||
-rw-r--r-- | misc/menushki/files/patch-konst.string.h | 10 | ||||
-rw-r--r-- | misc/menushki/files/patch-konst.ui.dlg.h | 13 | ||||
-rw-r--r-- | misc/menushki/pkg-descr | 3 | ||||
-rw-r--r-- | misc/menushki/pkg-plist | 5 |
6 files changed, 51 insertions, 4 deletions
diff --git a/misc/menushki/Makefile b/misc/menushki/Makefile index 714a418ac7d4..f08cc17c054b 100644 --- a/misc/menushki/Makefile +++ b/misc/menushki/Makefile @@ -6,9 +6,11 @@ # PORTNAME= menushki -PORTVERSION= 0.4 +PORTVERSION= 0.6 CATEGORIES= misc x11 -MASTER_SITES= http://www.geocities.com/loki_bg/ +MASTER_SITES= http://www.geocities.com/loki_bg/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pat@databits.net @@ -16,4 +18,20 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes +DOCS= AUTHORS ChangeLog README TODO +PATCH_CLOSE= editor.cc menushki.cc + +post-patch: +.for files in ${PATCH_CLOSE} + @${PERL} -pi -e "s!(tw\.close);!\1\(\);!" ${WRKSRC}/${files} +.endfor + +post-install: +.ifndef(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for files in ${DOCS} + @${INSTALL_DATA} ${WRKSRC}/${files} ${DOCSDIR} +.endfor +.endif + .include <bsd.port.mk> diff --git a/misc/menushki/distinfo b/misc/menushki/distinfo index c27cd9b08ee7..05b08e68512b 100644 --- a/misc/menushki/distinfo +++ b/misc/menushki/distinfo @@ -1 +1 @@ -MD5 (menushki-0.4.tar.gz) = 4361fcdac8ddd6e8c87b8cab5d25bc60 +MD5 (menushki-0.6.tar.gz) = cff44749fe162746c73898459ef0aa4d diff --git a/misc/menushki/files/patch-konst.string.h b/misc/menushki/files/patch-konst.string.h new file mode 100644 index 000000000000..56300871d0d6 --- /dev/null +++ b/misc/menushki/files/patch-konst.string.h @@ -0,0 +1,10 @@ +--- ktools-1.1/include/konst.string.h.orig Thu Sep 6 10:50:02 2001 ++++ ktools-1.1/include/konst.string.h Thu Sep 6 10:49:40 2001 +@@ -3,6 +3,7 @@ + + #include <string> + #include <vector> ++#include <time.h> + + #include "konst.list.h" + #include "konst.conf.h" diff --git a/misc/menushki/files/patch-konst.ui.dlg.h b/misc/menushki/files/patch-konst.ui.dlg.h new file mode 100644 index 000000000000..a4101fb3f4c8 --- /dev/null +++ b/misc/menushki/files/patch-konst.ui.dlg.h @@ -0,0 +1,13 @@ +--- ktools-1.1/include/konst.ui.dlg.h.orig Thu Sep 6 10:51:48 2001 ++++ ktools-1.1/include/konst.ui.dlg.h Thu Sep 6 10:53:05 2001 +@@ -4,6 +4,10 @@ + #include <list> + #include <algorithm> + ++#include <time.h> ++#include <unistd.h> ++#include <sys/types.h> ++ + #include "konst.conf.h" + #include "konst.ui.window.h" + #include "konst.ui.menu.h" diff --git a/misc/menushki/pkg-descr b/misc/menushki/pkg-descr index 23a1b68deb9e..bc7aac416ffb 100644 --- a/misc/menushki/pkg-descr +++ b/misc/menushki/pkg-descr @@ -1,5 +1,6 @@ This program converts the menus between different Window Managers. -Currently works with Window Maker, KDE, GNOME, BlackBox and IceWM. +Currently works with WindowMaker, KDE, GNOME, BlackBox, Enlightenment +and IceWM. NOTE: for Window Maker you need to have the menu in plain (not property list) format. diff --git a/misc/menushki/pkg-plist b/misc/menushki/pkg-plist index f719f45a1720..3fca614347f7 100644 --- a/misc/menushki/pkg-plist +++ b/misc/menushki/pkg-plist @@ -1 +1,6 @@ bin/menushki +%%PORTDOCS%%share/doc/menushki/AUTHORS +%%PORTDOCS%%share/doc/menushki/ChangeLog +%%PORTDOCS%%share/doc/menushki/README +%%PORTDOCS%%share/doc/menushki/TODO +%%PORTDOCS%%@dirrm share/doc/menushki |