diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-07 19:52:22 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-07 19:52:22 +0000 |
commit | b0e0defe37aea74093c3e20ccac717fd21e04a28 (patch) | |
tree | 67f6122c203d4a0023df5d0bede2bb07a8b8728b /x11-wm | |
parent | 4fe56ef33aab820e90dc1e85ea2c04df7793ebd5 (diff) | |
download | ports-b0e0defe37aea74093c3e20ccac717fd21e04a28.tar.gz ports-b0e0defe37aea74093c3e20ccac717fd21e04a28.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/sawfish/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/sawfish/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/sawfish/pkg-plist | 8 | ||||
-rw-r--r-- | x11-wm/sawfish2/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/sawfish2/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/sawfish2/pkg-plist | 8 |
6 files changed, 20 insertions, 12 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile index d4f85d72765e..8591cd63446c 100644 --- a/x11-wm/sawfish/Makefile +++ b/x11-wm/sawfish/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sawfish -PORTVERSION= 0.34 -PORTREVISION= 1 +PORTVERSION= 0.35 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sawmill @@ -44,9 +43,6 @@ CONFIGURE_ARGS+=--disable-capplet \ PLIST_SUB+= GNOME:="@comment " .endif -post-extract: - @${CP} ${FILESDIR}/zh_TW.Big5.po ${WRKSRC}/po - pre-patch: @${PERL} -pi -e 's^-l(pthread|c_r)^-pthread^g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ diff --git a/x11-wm/sawfish/distinfo b/x11-wm/sawfish/distinfo index 45818d8a6b8a..8c9c7ce6052d 100644 --- a/x11-wm/sawfish/distinfo +++ b/x11-wm/sawfish/distinfo @@ -1 +1 @@ -MD5 (sawfish-0.34.tar.gz) = ea8100ac8ed88622b85b5b620a5a483c +MD5 (sawfish-0.35.tar.gz) = feaa1f28eead003bdc9b5d397a5ff581 diff --git a/x11-wm/sawfish/pkg-plist b/x11-wm/sawfish/pkg-plist index f82bb65f0ebb..baab3c6a454b 100644 --- a/x11-wm/sawfish/pkg-plist +++ b/x11-wm/sawfish/pkg-plist @@ -72,6 +72,7 @@ share/gnome/pixmaps/sawfish.png %%GNOME:%%share/gnome/pixmaps/sawfish-tooltips.png %%GNOME:%%share/gnome/pixmaps/sawfish-workspaces.png %%GNOME:%%share/gnome/wm-properties/Sawfish.desktop +share/locale/ca/LC_MESSAGES/sawfish.mo share/locale/da/LC_MESSAGES/sawfish.mo share/locale/de/LC_MESSAGES/sawfish.mo share/locale/el/LC_MESSAGES/sawfish.mo @@ -91,6 +92,7 @@ share/locale/pl/LC_MESSAGES/sawfish.mo share/locale/pt_BR/LC_MESSAGES/sawfish.mo share/locale/pt_PT/LC_MESSAGES/sawfish.mo share/locale/ru/LC_MESSAGES/sawfish.mo +share/locale/sk/LC_MESSAGES/sawfish.mo share/locale/sl/LC_MESSAGES/sawfish.mo share/locale/sv/LC_MESSAGES/sawfish.mo share/locale/tr/LC_MESSAGES/sawfish.mo @@ -248,6 +250,8 @@ share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/size-window.jl share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/size-window.jlc share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/slide-window.jl share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/slide-window.jlc +share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/viewport-extras.jl +share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/viewport-extras.jlc share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/viewport-linear.jl share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/viewport-linear.jlc share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/x-cycle.jl @@ -306,10 +310,14 @@ share/sawfish/%%VERSION%%/lisp/sawfish/wm/misc.jl share/sawfish/%%VERSION%%/lisp/sawfish/wm/misc.jlc share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement.jl share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement.jlc +share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/off-center.jl +share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/off-center.jlc share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/smart.jl share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/smart.jlc share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/stagger.jl share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/stagger.jlc +share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/top-left.jl +share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/top-left.jlc share/sawfish/%%VERSION%%/lisp/sawfish/wm/server.jl share/sawfish/%%VERSION%%/lisp/sawfish/wm/server.jlc share/sawfish/%%VERSION%%/lisp/sawfish/wm/session/init.jl diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index d4f85d72765e..8591cd63446c 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sawfish -PORTVERSION= 0.34 -PORTREVISION= 1 +PORTVERSION= 0.35 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sawmill @@ -44,9 +43,6 @@ CONFIGURE_ARGS+=--disable-capplet \ PLIST_SUB+= GNOME:="@comment " .endif -post-extract: - @${CP} ${FILESDIR}/zh_TW.Big5.po ${WRKSRC}/po - pre-patch: @${PERL} -pi -e 's^-l(pthread|c_r)^-pthread^g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ diff --git a/x11-wm/sawfish2/distinfo b/x11-wm/sawfish2/distinfo index 45818d8a6b8a..8c9c7ce6052d 100644 --- a/x11-wm/sawfish2/distinfo +++ b/x11-wm/sawfish2/distinfo @@ -1 +1 @@ -MD5 (sawfish-0.34.tar.gz) = ea8100ac8ed88622b85b5b620a5a483c +MD5 (sawfish-0.35.tar.gz) = feaa1f28eead003bdc9b5d397a5ff581 diff --git a/x11-wm/sawfish2/pkg-plist b/x11-wm/sawfish2/pkg-plist index f82bb65f0ebb..baab3c6a454b 100644 --- a/x11-wm/sawfish2/pkg-plist +++ b/x11-wm/sawfish2/pkg-plist @@ -72,6 +72,7 @@ share/gnome/pixmaps/sawfish.png %%GNOME:%%share/gnome/pixmaps/sawfish-tooltips.png %%GNOME:%%share/gnome/pixmaps/sawfish-workspaces.png %%GNOME:%%share/gnome/wm-properties/Sawfish.desktop +share/locale/ca/LC_MESSAGES/sawfish.mo share/locale/da/LC_MESSAGES/sawfish.mo share/locale/de/LC_MESSAGES/sawfish.mo share/locale/el/LC_MESSAGES/sawfish.mo @@ -91,6 +92,7 @@ share/locale/pl/LC_MESSAGES/sawfish.mo share/locale/pt_BR/LC_MESSAGES/sawfish.mo share/locale/pt_PT/LC_MESSAGES/sawfish.mo share/locale/ru/LC_MESSAGES/sawfish.mo +share/locale/sk/LC_MESSAGES/sawfish.mo share/locale/sl/LC_MESSAGES/sawfish.mo share/locale/sv/LC_MESSAGES/sawfish.mo share/locale/tr/LC_MESSAGES/sawfish.mo @@ -248,6 +250,8 @@ share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/size-window.jl share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/size-window.jlc share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/slide-window.jl share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/slide-window.jlc +share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/viewport-extras.jl +share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/viewport-extras.jlc share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/viewport-linear.jl share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/viewport-linear.jlc share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/x-cycle.jl @@ -306,10 +310,14 @@ share/sawfish/%%VERSION%%/lisp/sawfish/wm/misc.jl share/sawfish/%%VERSION%%/lisp/sawfish/wm/misc.jlc share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement.jl share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement.jlc +share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/off-center.jl +share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/off-center.jlc share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/smart.jl share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/smart.jlc share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/stagger.jl share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/stagger.jlc +share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/top-left.jl +share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/top-left.jlc share/sawfish/%%VERSION%%/lisp/sawfish/wm/server.jl share/sawfish/%%VERSION%%/lisp/sawfish/wm/server.jlc share/sawfish/%%VERSION%%/lisp/sawfish/wm/session/init.jl |