diff --git a/www/html2wml/Makefile b/www/html2wml/Makefile index 1def135aae2b..25d92124deb0 100644 --- a/www/html2wml/Makefile +++ b/www/html2wml/Makefile @@ -1,58 +1,59 @@ PORTNAME= html2wml PORTVERSION= 0.4.11 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/htmlwml/Html2Wml/${PORTVERSION} \ http://maddingue.free.fr/softwares/download/Html2Wml/ MAINTAINER= ports@FreeBSD.org COMMENT= CGI that can do on-the-fly HTML to WML conversion WWW= https://htmlwml.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= p5-Text-Template>0:textproc/p5-Text-Template \ p5-XML-Parser>0:textproc/p5-XML-Parser \ p5-libwww>0:www/p5-libwww USES= perl5 shebangfix SHEBANG_FILES= html2wml.cgi NO_ARCH= yes PORTDOCS= * -PLIST_FILES= bin/html2wml man/man1/html2wml.1.gz +PLIST_FILES= bin/html2wml share/man/man1/html2wml.1.gz OPTIONS_DEFINE= DOCS do-build: cd ${BUILD_WRKSRC}/doc; \ ${LN} -sf readme.pod html2wml.pod; \ pod2man --center="Html2Wml Documentation" \ --release=0.4.0 html2wml.pod > html2wml.man checkconfig: @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} default do-install: ${INSTALL_SCRIPT} ${WRKSRC}/html2wml.cgi \ ${STAGEDIR}${PREFIX}/bin/html2wml ${INSTALL_MAN} ${WRKSRC}/doc/html2wml.man \ - ${STAGEDIR}${MANPREFIX}/man/man1/html2wml.1 + ${STAGEDIR}${PREFIX}/share/man/man1/html2wml.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in INSTALL NEWS NOTES README TODO ChangeLog \ doc/readme.html doc/readme.pdf doc/readme.pod doc/readme.txt ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR}/t ${INSTALL_DATA} ${WRKSRC}/t/form.html ${STAGEDIR}${DOCSDIR}/t @${MKDIR} ${STAGEDIR}${DOCSDIR}/t/samples .for D in inc_para.wml inc_prev.wml mix1.html mix2.html struct.html \ t-a.html t-anchor.html t-br.html t-double-tags.html t-extcharset.html \ t-frames.html t-img.html t-include.html t-nest.html t-no-tag.html \ t-special-chars.html t-urls.html ${INSTALL_DATA} ${WRKSRC}/t/samples/${D} ${STAGEDIR}${DOCSDIR}/t/samples .endfor .include diff --git a/www/middleman/Makefile b/www/middleman/Makefile index e479e28ba2fb..871d60bf9d0e 100644 --- a/www/middleman/Makefile +++ b/www/middleman/Makefile @@ -1,51 +1,51 @@ PORTNAME= middleman PORTVERSION= 1.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= SF/middle-man/Source/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Robust proxy server WWW= https://sourceforge.net/projects/middle-man/ OPTIONS_DEFINE= SYSLOG DEBUG MTIME DOCS SYSLOG_DESC= Enable syslog support MTIME_DESC= Enable mtime support SYSLOG_CONFIGURE_ON= --enable-syslog DEBUG_CONFIGURE_ON= --enable-debug MTIME_CONFIGURE_ON= --enable-mtime WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes USES= gmake CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -pthread MAKE_JOBS_UNSAFE= yes MMAN_CACHE= /var/cache/mman PLIST_SUB+= MMAN_CACHE=${MMAN_CACHE} post-patch: @${REINPLACE_CMD} -e \ 's|/usr/bin/mman|${PREFIX}/bin/mman|g ; \ s|/etc/mman/config.xml|${PREFIX}/etc/mman.xml|g' \ ${WRKSRC}/scripts/mman.init \ ${WRKSRC}/man/mman.8 do-install: @${MKDIR} ${STAGEDIR}${MMAN_CACHE} - ${INSTALL_MAN} ${WRKSRC}/man/mman.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/man/mman.8 ${STAGEDIR}${PREFIX}/share/man/man8 ${INSTALL_PROGRAM} ${WRKSRC}/mman ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/config.xml \ ${STAGEDIR}${PREFIX}/etc/mman.xml.sample ${INSTALL_DATA} ${WRKSRC}/scripts/mman.init \ ${STAGEDIR}${PREFIX}/etc/rc.d/mman.sh.sample @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/scripts/filter.pl ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.html ${STAGEDIR}${DOCSDIR} .include diff --git a/www/middleman/pkg-plist b/www/middleman/pkg-plist index 979edc6a0a5b..16c32516ee6a 100644 --- a/www/middleman/pkg-plist +++ b/www/middleman/pkg-plist @@ -1,7 +1,7 @@ bin/mman @sample etc/rc.d/mman.sh.sample @sample etc/mman.xml.sample -man/man8/mman.8.gz +share/man/man8/mman.8.gz %%PORTDOCS%%%%DOCSDIR%%/README.html %%PORTDOCS%%%%DOCSDIR%%/filter.pl @dir %%MMAN_CACHE%% diff --git a/www/netstiff/Makefile b/www/netstiff/Makefile index e4f1d2c2956e..06d4766f51dc 100644 --- a/www/netstiff/Makefile +++ b/www/netstiff/Makefile @@ -1,35 +1,36 @@ PORTNAME= netstiff PORTVERSION= 20080331 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://pkqs.net/~sbeyer/tools/netstiff/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= Powerful web page update checker WWW= http://pkqs.net/~sbeyer/ #netstiff LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE USES= ruby shebangfix SHEBANG_FILES= ${WRKSRC}/${PORTNAME} NO_BUILD= yes NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} PORTDOCS= ChangeLog THANKSTO PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/www/retawq/Makefile b/www/retawq/Makefile index e6cd9d726dc2..71dc3f8b6092 100644 --- a/www/retawq/Makefile +++ b/www/retawq/Makefile @@ -1,57 +1,57 @@ PORTNAME= retawq DISTVERSION= 0.2.6c -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-0.2.6c MAINTAINER= ports@FreeBSD.org COMMENT= Interactive, multi-threaded web browser for text terminals WWW= https://retawq.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= gettext localbase ncurses HAS_CONFIGURE= yes CONFIGURE_ARGS= --path-archprefix=${PREFIX} --path-prefix=${PREFIX} \ --enable-i18n --enable-local-cgi --enable-ipv6 PLIST_FILES= bin/retawq \ - man/man1/retawq.1.gz \ + share/man/man1/retawq.1.gz \ share/locale/de/LC_MESSAGES/retawq.mo \ share/locale/es/LC_MESSAGES/retawq.mo \ share/locale/fr/LC_MESSAGES/retawq.mo \ share/locale/pt_BR/LC_MESSAGES/retawq.mo PORTDOCS= * OPTIONS_DEFINE= DOCS OPTIONS_RADIO= BACKEND OPTIONS_RADIO_BACKEND= OPENSSL GNUTLS BACKEND_DESC= SSL Backend GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_ON= --set-tls=1 OPENSSL_USES= ssl OPENSSL_CONFIGURE_ON= --set-tls=2 OPENSSL_LDFLAGS= -lssl -lcrypto post-configure: ${REINPLACE_CMD} -e 's|_IN_H 0|_IN_H 1|g ; \ s|_SOCKET_H 0|_SOCKET_H 1|g' ${WRKSRC}/.config do-install: ${INSTALL_PROGRAM} ${WRKSRC}/retawq ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/docu/retawq.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/docu/retawq.1 ${STAGEDIR}${PREFIX}/share/man/man1 .for lang in de es fr pt_BR @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES ${INSTALL_DATA} ${WRKSRC}/i18n/${lang}.mo \ ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo .endfor do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docu/*.html ${STAGEDIR}${DOCSDIR} .include diff --git a/www/rsstail/Makefile b/www/rsstail/Makefile index 066da4a5d1d0..2751a0f68868 100644 --- a/www/rsstail/Makefile +++ b/www/rsstail/Makefile @@ -1,33 +1,33 @@ PORTNAME= rsstail PORTVERSION= 2.1 CATEGORIES= www MASTER_SITES= https://www.vanheusden.com/rsstail/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple RSS monitor WWW= https://www.vanheusden.com/rsstail/ LICENSE= GPLv2 LIB_DEPENDS= libmrss.so:textproc/libmrss -MAKE_ENV= bindir="${PREFIX}/bin" mandir="${MANPREFIX}/man/man1" +MAKE_ENV= bindir="${PREFIX}/bin" mandir="${PREFIX}/share/man/man1" CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} USES= iconv tar:tgz PLIST_FILES= bin/${PORTNAME} \ - man/man1/${PORTNAME}.1.gz + share/man/man1/${PORTNAME}.1.gz post-patch: @${REINPLACE_CMD} -e \ 's|^DEBUG=|#DEBUG=| ; \ s|^LDFLAGS=-liconv_hook |LDFLAGS+=| ; \ s|^CFLAGS=-O3 |CFLAGS+=| ; \ s|\([[:space:]]\)\($$(..ndir)\)|\1$$(DESTDIR)\2|g ; \ /bindir/s|install |$${BSD_INSTALL_PROGRAM} | ; \ /mandir/s|install -m 644 |$${BSD_INSTALL_MAN} |' \ ${WRKSRC}/Makefile .include diff --git a/www/snarf/Makefile b/www/snarf/Makefile index 2d8669342303..367bad54cab6 100644 --- a/www/snarf/Makefile +++ b/www/snarf/Makefile @@ -1,22 +1,22 @@ PORTNAME= snarf PORTVERSION= 7.0 CATEGORIES= www MASTER_SITES= http://www.xach.com/snarf/ MAINTAINER= ports@FreeBSD.org COMMENT= Another small command-line URL (http/ftp/gopher/finger) fetcher WWW= https://www.xach.com/snarf/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes PLIST_FILES= bin/snarf \ - man/man1/snarf.1.gz + share/man/man1/snarf.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/snarf ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/snarf.1 ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/snarf.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include diff --git a/www/vimb/Makefile b/www/vimb/Makefile index fd3d654c4a5a..eb323397a856 100644 --- a/www/vimb/Makefile +++ b/www/vimb/Makefile @@ -1,41 +1,41 @@ PORTNAME= vimb DISTVERSION= 3.7.0 PORTREVISION= 1 CATEGORIES= www MAINTAINER= ports@FreeBSD.org COMMENT= Vim like browser WWW= https://fanglingsu.github.io/vimb/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 USES= compiler:c11 desktop-file-utils gmake gnome pkgconfig USE_GITHUB= yes GH_ACCOUNT= fanglingsu GH_PROJECT= vimb USE_GNOME= cairo gdkpixbuf2 gtk30 -MAKE_ARGS= MANPREFIX=${STAGEDIR}${PREFIX}/man \ +MAKE_ARGS= MANPREFIX=${STAGEDIR}${PREFIX}/share/man \ V=1 \ version="${DISTVERSION}" LDFLAGS+= -Wl,--as-needed PLIST_FILES= bin/vimb \ lib/vimb/webext_main.so \ - man/man1/vimb.1.gz \ + share/man/man1/vimb.1.gz \ share/applications/vimb.desktop \ share/metainfo/vimb.metainfo.xml post-patch: # .git/index needs to exist to generate version.h... ${MKDIR} ${WRKSRC}/.git/index post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/vimb \ ${STAGEDIR}${PREFIX}/lib/vimb/webext_main.so .include diff --git a/x11-clocks/astime/Makefile b/x11-clocks/astime/Makefile index c74d86f9ee57..59c974728d8d 100644 --- a/x11-clocks/astime/Makefile +++ b/x11-clocks/astime/Makefile @@ -1,30 +1,30 @@ PORTNAME= astime PORTVERSION= 2.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-clocks afterstep MASTER_SITES= AFTERSTEP/apps/astime/ \ http://tigr.net/afterstep/download/astime/ MAINTAINER= ports@FreeBSD.org COMMENT= Time/Date applet for WindowMaker LICENSE= GPLv2 USES= xorg USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xpm-includes=${LOCALBASE}/include \ --with-xpm-library=${LOCALBASE}/lib -PLIST_FILES= bin/astime man/man1/astime.1.gz +PLIST_FILES= bin/astime share/man/man1/astime.1.gz post-build: @${LN} -sf astime.man ${WRKSRC}/astime.1 do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} astime \ ${STAGEDIR}${PREFIX}/bin) (cd ${WRKSRC} && ${INSTALL_MAN} astime.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1) + ${STAGEDIR}${PREFIX}/share/man/man1) .include diff --git a/x11-clocks/eyeclock/Makefile b/x11-clocks/eyeclock/Makefile index e0d9006663a5..4988808dc3ba 100644 --- a/x11-clocks/eyeclock/Makefile +++ b/x11-clocks/eyeclock/Makefile @@ -1,37 +1,37 @@ PORTNAME= eyeclock PORTVERSION= 2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-clocks MASTER_SITES= http://ftp.vector.co.jp/12/89/1347/ DISTNAME= eyeclk20 MAINTAINER= ports@FreeBSD.org COMMENT= Clock with eyes following the mouse pointer WWW= https://kozos.jp/myfreesoft/ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_ENV= X11BASE=${LOCALBASE} USES= tar:tgz xorg USE_XORG= x11 xau xdmcp xpm xt ice DESKTOP_ENTRIES="EyeClock" "" "" "eyeclock" "" "" post-patch: @${REINPLACE_CMD} -e "s#gcc#${CC}#" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/eyeclock ${STAGEDIR}${PREFIX}/bin/eyeclock .for link in boyclock daemonclock girlclock henohenoclock margueriteclock \ octopusclock punpunclock silicagelclock taroclock umeharaclock ${LN} -sf eyeclock ${STAGEDIR}${PREFIX}/bin/${link} .endfor - ${INSTALL_MAN} ${WRKSRC}/eyeclock.man ${STAGEDIR}${MANPREFIX}/man/man1/eyeclock.1 + ${INSTALL_MAN} ${WRKSRC}/eyeclock.man ${STAGEDIR}${PREFIX}/share/man/man1/eyeclock.1 ${INSTALL_DATA} ${WRKSRC}/EyeClock.daemon \ ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/EyeClock @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/EyeClock .for file in CHANGE COPYRIGHT EyeClock.daemon EyeClock.normal EyeClock.penguin \ Makefile OMAKE.jpn README.jpn xpm/*.xpm ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/lib/X11/EyeClock .endfor .include diff --git a/x11-clocks/eyeclock/pkg-plist b/x11-clocks/eyeclock/pkg-plist index 22f17fec3ee2..9ea67be9123e 100644 --- a/x11-clocks/eyeclock/pkg-plist +++ b/x11-clocks/eyeclock/pkg-plist @@ -1,98 +1,98 @@ bin/boyclock bin/daemonclock bin/eyeclock bin/girlclock bin/henohenoclock bin/margueriteclock bin/octopusclock bin/punpunclock bin/silicagelclock bin/taroclock bin/umeharaclock lib/X11/EyeClock/CHANGE lib/X11/EyeClock/COPYRIGHT lib/X11/EyeClock/EyeClock.daemon lib/X11/EyeClock/EyeClock.normal lib/X11/EyeClock/EyeClock.penguin lib/X11/EyeClock/Makefile lib/X11/EyeClock/OMAKE.jpn lib/X11/EyeClock/README.jpn lib/X11/EyeClock/angry_left_eye.xpm lib/X11/EyeClock/angry_right_eye.xpm lib/X11/EyeClock/boy_face.xpm lib/X11/EyeClock/boy_left_core.xpm lib/X11/EyeClock/boy_left_eye.xpm lib/X11/EyeClock/boy_right_core.xpm lib/X11/EyeClock/boy_right_eye.xpm lib/X11/EyeClock/daemon_face.xpm lib/X11/EyeClock/daemon_icon_face.xpm lib/X11/EyeClock/daemon_left_eye.xpm lib/X11/EyeClock/daemon_right_eye.xpm lib/X11/EyeClock/default_icon_face.xpm lib/X11/EyeClock/default_left_core.xpm lib/X11/EyeClock/default_right_core.xpm lib/X11/EyeClock/girl_face.xpm lib/X11/EyeClock/girl_left_core.xpm lib/X11/EyeClock/girl_left_eye.xpm lib/X11/EyeClock/girl_right_core.xpm lib/X11/EyeClock/girl_right_eye.xpm lib/X11/EyeClock/henoheno_face.xpm lib/X11/EyeClock/henoheno_left_core.xpm lib/X11/EyeClock/henoheno_right_core.xpm lib/X11/EyeClock/marguerite_face.xpm lib/X11/EyeClock/marguerite_left_core.xpm lib/X11/EyeClock/marguerite_left_eye.xpm lib/X11/EyeClock/marguerite_right_core.xpm lib/X11/EyeClock/marguerite_right_eye.xpm lib/X11/EyeClock/number_01.xpm lib/X11/EyeClock/number_02.xpm lib/X11/EyeClock/number_03.xpm lib/X11/EyeClock/number_04.xpm lib/X11/EyeClock/number_05.xpm lib/X11/EyeClock/number_06.xpm lib/X11/EyeClock/number_07.xpm lib/X11/EyeClock/number_08.xpm lib/X11/EyeClock/number_09.xpm lib/X11/EyeClock/number_10.xpm lib/X11/EyeClock/number_11.xpm lib/X11/EyeClock/number_12.xpm lib/X11/EyeClock/number_big.xpm lib/X11/EyeClock/number_needle_00.xpm lib/X11/EyeClock/number_needle_01.xpm lib/X11/EyeClock/number_needle_02.xpm lib/X11/EyeClock/number_needle_03.xpm lib/X11/EyeClock/number_needle_04.xpm lib/X11/EyeClock/number_needle_05.xpm lib/X11/EyeClock/number_r01.xpm lib/X11/EyeClock/number_r02.xpm lib/X11/EyeClock/number_r03.xpm lib/X11/EyeClock/number_r04.xpm lib/X11/EyeClock/number_r05.xpm lib/X11/EyeClock/number_r06.xpm lib/X11/EyeClock/number_r07.xpm lib/X11/EyeClock/number_r08.xpm lib/X11/EyeClock/number_r09.xpm lib/X11/EyeClock/number_r10.xpm lib/X11/EyeClock/number_r11.xpm lib/X11/EyeClock/number_r12.xpm lib/X11/EyeClock/number_small.xpm lib/X11/EyeClock/octopus_face.xpm lib/X11/EyeClock/octopus_left_core.xpm lib/X11/EyeClock/octopus_left_eye.xpm lib/X11/EyeClock/octopus_right_core.xpm lib/X11/EyeClock/octopus_right_eye.xpm lib/X11/EyeClock/penguin_face.xpm lib/X11/EyeClock/penguin_left_eye.xpm lib/X11/EyeClock/penguin_right_eye.xpm lib/X11/EyeClock/silicagel_face.xpm lib/X11/EyeClock/silicagel_left_core.xpm lib/X11/EyeClock/silicagel_left_eye.xpm lib/X11/EyeClock/silicagel_right_core.xpm lib/X11/EyeClock/silicagel_right_eye.xpm lib/X11/EyeClock/taro_face.xpm lib/X11/EyeClock/taro_left_core.xpm lib/X11/EyeClock/taro_left_eye.xpm lib/X11/EyeClock/taro_right_core.xpm lib/X11/EyeClock/taro_right_eye.xpm lib/X11/app-defaults/EyeClock -man/man1/eyeclock.1.gz +share/man/man1/eyeclock.1.gz diff --git a/x11-clocks/wmblueclock/Makefile b/x11-clocks/wmblueclock/Makefile index 0d0a54d76774..af78de9372f7 100644 --- a/x11-clocks/wmblueclock/Makefile +++ b/x11-clocks/wmblueclock/Makefile @@ -1,22 +1,22 @@ PORTNAME= wmblueclock PORTVERSION= 0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-clocks windowmaker MASTER_SITES= SUNSITE/X11/xutils MAINTAINER= ports@FreeBSD.org COMMENT= Simple dockable clock application LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:bzip2 xorg USE_XORG= x11 xau xdmcp xext xpm -PLIST_FILES= bin/wmblueclock man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/wmblueclock share/man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/x11-fm/gentoo/Makefile b/x11-fm/gentoo/Makefile index c4a91cfe10b0..cb9e5169644e 100644 --- a/x11-fm/gentoo/Makefile +++ b/x11-fm/gentoo/Makefile @@ -1,45 +1,45 @@ PORTNAME= gentoo PORTVERSION= 0.20.7 PORTREVISION= 2 CATEGORIES= x11-fm MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Gtk+ based, file manager inspired by DirectoryOpus WWW= https://www.obsession.se/gentoo/ LICENSE= GPLv2 # only LICENSE_FILE= ${WRKSRC}/COPYING USE_GNOME= gtk30 USES= gettext gmake gnome pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= MKDIR_P="${MKDIR}" OPTIONS_DEFINE= FAM DOCS FAM_USES= fam FAM_CONFIGURE_ENABLE= fam post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g ; \ s|/bin/mount|/sbin/mount|g ; \ s|/bin/umount|/sbin/umount|g' ${WRKSRC}/gentoorc.in @${REINPLACE_CMD} -e '/^CFLAGS/s|@GENTOO_CFLAGS@|@CFLAGS@|g' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's|#define GTK_DISABLE_DEPRECATED||g' \ ${WRKSRC}/src/odmultibutton.c post-install: - ${INSTALL_MAN} ${WRKSRC}/docs/gentoo.1x ${STAGEDIR}${MANPREFIX}/man/man1/gentoo.1 + ${INSTALL_MAN} ${WRKSRC}/docs/gentoo.1x ${STAGEDIR}${PREFIX}/share/man/man1/gentoo.1 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in BUGS CONFIG-CHANGES CREDITS NEWS README README.NLS README.gtkrc \ TODO ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} ${RM} ${STAGEDIR}${DOCSDIR}/gentoo.1x .include diff --git a/x11-fm/gentoo/pkg-plist b/x11-fm/gentoo/pkg-plist index bb433094281b..1d0709e378b2 100644 --- a/x11-fm/gentoo/pkg-plist +++ b/x11-fm/gentoo/pkg-plist @@ -1,229 +1,229 @@ bin/gentoo etc/gentoogtkrc etc/gentoorc -man/man1/gentoo.1.gz +share/man/man1/gentoo.1.gz %%PORTDOCS%%%%DOCSDIR%%/BUGS %%PORTDOCS%%%%DOCSDIR%%/CONFIG-CHANGES %%PORTDOCS%%%%DOCSDIR%%/CREDITS %%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.NLS %%PORTDOCS%%%%DOCSDIR%%/README.gtkrc %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/acks.html %%PORTDOCS%%%%DOCSDIR%%/buttons.html %%PORTDOCS%%%%DOCSDIR%%/columns.html %%PORTDOCS%%%%DOCSDIR%%/commands.html %%PORTDOCS%%%%DOCSDIR%%/config/cfg_dirpane.html %%PORTDOCS%%%%DOCSDIR%%/config/cfg_gui.html %%PORTDOCS%%%%DOCSDIR%%/config/cfg_styles.html %%PORTDOCS%%%%DOCSDIR%%/config/cfg_types.html %%PORTDOCS%%%%DOCSDIR%%/config/gentoorc.html %%PORTDOCS%%%%DOCSDIR%%/config/index.html %%PORTDOCS%%%%DOCSDIR%%/config/template.html %%PORTDOCS%%%%DOCSDIR%%/contribute.html %%PORTDOCS%%%%DOCSDIR%%/dirpanes.html %%PORTDOCS%%%%DOCSDIR%%/gentoo.css %%PORTDOCS%%%%DOCSDIR%%/gpl.html %%PORTDOCS%%%%DOCSDIR%%/history.html %%PORTDOCS%%%%DOCSDIR%%/images/bullet.gif %%PORTDOCS%%%%DOCSDIR%%/images/cfg_dirpane.gif %%PORTDOCS%%%%DOCSDIR%%/images/cfg_gui.gif %%PORTDOCS%%%%DOCSDIR%%/images/cfg_styles.gif %%PORTDOCS%%%%DOCSDIR%%/images/cfg_styles2.gif %%PORTDOCS%%%%DOCSDIR%%/images/cfg_styles3.gif %%PORTDOCS%%%%DOCSDIR%%/images/cfg_types.gif %%PORTDOCS%%%%DOCSDIR%%/images/cfg_types2.gif %%PORTDOCS%%%%DOCSDIR%%/images/cmd_chmod.gif %%PORTDOCS%%%%DOCSDIR%%/images/cmd_dialog.gif %%PORTDOCS%%%%DOCSDIR%%/images/cmd_inp1.gif %%PORTDOCS%%%%DOCSDIR%%/images/cmd_inp2.gif %%PORTDOCS%%%%DOCSDIR%%/images/cmd_inp3.gif %%PORTDOCS%%%%DOCSDIR%%/images/cmd_inp4.gif %%PORTDOCS%%%%DOCSDIR%%/images/cmd_inp5.gif %%PORTDOCS%%%%DOCSDIR%%/images/cmd_selectre.gif %%PORTDOCS%%%%DOCSDIR%%/images/colsel.jpeg %%PORTDOCS%%%%DOCSDIR%%/images/columnedit.gif %%PORTDOCS%%%%DOCSDIR%%/images/gentoo_logo.gif %%PORTDOCS%%%%DOCSDIR%%/images/gentoo_logo_g.gif %%PORTDOCS%%%%DOCSDIR%%/images/gentoo_logo_g_small.gif %%PORTDOCS%%%%DOCSDIR%%/images/gentoo_logo_small.gif %%PORTDOCS%%%%DOCSDIR%%/images/gentoo_logo_text.gif %%PORTDOCS%%%%DOCSDIR%%/images/iconsel.gif %%PORTDOCS%%%%DOCSDIR%%/images/layout.gif %%PORTDOCS%%%%DOCSDIR%%/images/od__logo_small.gif %%PORTDOCS%%%%DOCSDIR%%/images/popupmenu.gif %%PORTDOCS%%%%DOCSDIR%%/images/popupmenu2.gif %%PORTDOCS%%%%DOCSDIR%%/images/status_error.gif %%PORTDOCS%%%%DOCSDIR%%/images/style_tree.gif %%PORTDOCS%%%%DOCSDIR%%/images/stylesel.gif %%PORTDOCS%%%%DOCSDIR%%/images/tone.gif %%PORTDOCS%%%%DOCSDIR%%/images/tone2.gif %%PORTDOCS%%%%DOCSDIR%%/images/tone3.gif %%PORTDOCS%%%%DOCSDIR%%/index.bt %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/intro.html %%PORTDOCS%%%%DOCSDIR%%/layout.html %%PORTDOCS%%%%DOCSDIR%%/menus.html %%PORTDOCS%%%%DOCSDIR%%/menus.txt %%PORTDOCS%%%%DOCSDIR%%/misc.html %%PORTDOCS%%%%DOCSDIR%%/quick.html %%PORTDOCS%%%%DOCSDIR%%/scratch/README %%PORTDOCS%%%%DOCSDIR%%/scratch/command_args.txt %%PORTDOCS%%%%DOCSDIR%%/scratch/command_howto.txt %%PORTDOCS%%%%DOCSDIR%%/scratch/command_options.txt %%PORTDOCS%%%%DOCSDIR%%/scratch/commands.txt %%PORTDOCS%%%%DOCSDIR%%/scratch/dirhistory.txt %%PORTDOCS%%%%DOCSDIR%%/scratch/filestyles.txt %%PORTDOCS%%%%DOCSDIR%%/scratch/filetypes.txt %%PORTDOCS%%%%DOCSDIR%%/scratch/focusing.txt %%PORTDOCS%%%%DOCSDIR%%/scratch/mount.txt %%PORTDOCS%%%%DOCSDIR%%/scratch/outline.txt %%PORTDOCS%%%%DOCSDIR%%/scratch/renamere.txt %%PORTDOCS%%%%DOCSDIR%%/scratch/search_howto.txt %%PORTDOCS%%%%DOCSDIR%%/scratch/symlinks.txt %%PORTDOCS%%%%DOCSDIR%%/status.html %%PORTDOCS%%%%DOCSDIR%%/styles.html %%PORTDOCS%%%%DOCSDIR%%/template.html %%PORTDOCS%%%%DOCSDIR%%/template_toc.html %%PORTDOCS%%%%DOCSDIR%%/types.html %%PORTDOCS%%%%DOCSDIR%%/usage.html %%DATADIR%%/icons/AbiWord.xpm %%DATADIR%%/icons/Amiga.xpm %%DATADIR%%/icons/Animation.xpm %%DATADIR%%/icons/Apple.xpm %%DATADIR%%/icons/BSD.xpm %%DATADIR%%/icons/Bad.xpm %%DATADIR%%/icons/Battery.xpm %%DATADIR%%/icons/CDROM.xpm %%DATADIR%%/icons/Card.xpm %%DATADIR%%/icons/Database.xpm %%DATADIR%%/icons/Directory.xpm %%DATADIR%%/icons/Directory2.xpm %%DATADIR%%/icons/Document.xpm %%DATADIR%%/icons/EggTimer.xpm %%DATADIR%%/icons/ExcelCalcXLS.xpm %%DATADIR%%/icons/Executable.xpm %%DATADIR%%/icons/FIFO.xpm %%DATADIR%%/icons/Floppy.xpm %%DATADIR%%/icons/Font.xpm %%DATADIR%%/icons/GNUstep.xpm %%DATADIR%%/icons/Ghost.xpm %%DATADIR%%/icons/GnomeCalc.xpm %%DATADIR%%/icons/GnomeWord.xpm %%DATADIR%%/icons/Harddrive.xpm %%DATADIR%%/icons/Image.xpm %%DATADIR%%/icons/Internet.xpm %%DATADIR%%/icons/KDECalc.xpm %%DATADIR%%/icons/KDEWord.xpm %%DATADIR%%/icons/Kernel.xpm %%DATADIR%%/icons/Keymap.xpm %%DATADIR%%/icons/Lego.xpm %%DATADIR%%/icons/License.xpm %%DATADIR%%/icons/Linux.xpm %%DATADIR%%/icons/MSWordDoc.xpm %%DATADIR%%/icons/Makefile.xpm %%DATADIR%%/icons/Maya.xpm %%DATADIR%%/icons/Mixer.xpm %%DATADIR%%/icons/Mouse.xpm %%DATADIR%%/icons/Mouse2.xpm %%DATADIR%%/icons/NetAmiga.xpm %%DATADIR%%/icons/NetApple.xpm %%DATADIR%%/icons/NetHD.xpm %%DATADIR%%/icons/NetSGI.xpm %%DATADIR%%/icons/NetSun.xpm %%DATADIR%%/icons/NetWindows.xpm %%DATADIR%%/icons/Package.xpm %%DATADIR%%/icons/Package2.xpm %%DATADIR%%/icons/Port.xpm %%DATADIR%%/icons/Port2.xpm %%DATADIR%%/icons/PowerButton.xpm %%DATADIR%%/icons/Printer.xpm %%DATADIR%%/icons/Readme.xpm %%DATADIR%%/icons/SCSI.xpm %%DATADIR%%/icons/SoundCard.xpm %%DATADIR%%/icons/Source.xpm %%DATADIR%%/icons/Speaker.xpm %%DATADIR%%/icons/Speaker2.xpm %%DATADIR%%/icons/Spreadsheet.xpm %%DATADIR%%/icons/Tape.xpm %%DATADIR%%/icons/VRML.xpm %%DATADIR%%/icons/Windows.xpm %%DATADIR%%/icons/aiff.xpm %%DATADIR%%/icons/au.xpm %%DATADIR%%/icons/avi.xpm %%DATADIR%%/icons/bmp.xpm %%DATADIR%%/icons/bmp2.xpm %%DATADIR%%/icons/c.xpm %%DATADIR%%/icons/class.xpm %%DATADIR%%/icons/conf.xpm %%DATADIR%%/icons/core.xpm %%DATADIR%%/icons/cpp.xpm %%DATADIR%%/icons/deb.xpm %%DATADIR%%/icons/eps.xpm %%DATADIR%%/icons/exe.xpm %%DATADIR%%/icons/gentoo.png %%DATADIR%%/icons/gif.xpm %%DATADIR%%/icons/gif2.xpm %%DATADIR%%/icons/h.xpm %%DATADIR%%/icons/html.xpm %%DATADIR%%/icons/html2.xpm %%DATADIR%%/icons/iff.xpm %%DATADIR%%/icons/iff2.xpm %%DATADIR%%/icons/java.xpm %%DATADIR%%/icons/jpeg.xpm %%DATADIR%%/icons/jpeg2.xpm %%DATADIR%%/icons/log.xpm %%DATADIR%%/icons/m.xpm %%DATADIR%%/icons/man.xpm %%DATADIR%%/icons/midi.xpm %%DATADIR%%/icons/mod.xpm %%DATADIR%%/icons/mov.xpm %%DATADIR%%/icons/mov2.xpm %%DATADIR%%/icons/mp3.xpm %%DATADIR%%/icons/mpeg.xpm %%DATADIR%%/icons/o.xpm %%DATADIR%%/icons/pcx.xpm %%DATADIR%%/icons/pcx2.xpm %%DATADIR%%/icons/pdb.xpm %%DATADIR%%/icons/pdf.xpm %%DATADIR%%/icons/pl.xpm %%DATADIR%%/icons/png.xpm %%DATADIR%%/icons/png2.xpm %%DATADIR%%/icons/prc.xpm %%DATADIR%%/icons/ps.xpm %%DATADIR%%/icons/r.xpm %%DATADIR%%/icons/ra.xpm %%DATADIR%%/icons/rom.xpm %%DATADIR%%/icons/rpm.xpm %%DATADIR%%/icons/sh.xpm %%DATADIR%%/icons/sid.xpm %%DATADIR%%/icons/so.xpm %%DATADIR%%/icons/targa.xpm %%DATADIR%%/icons/targa2.xpm %%DATADIR%%/icons/tex.xpm %%DATADIR%%/icons/tiff.xpm %%DATADIR%%/icons/tiff2.xpm %%DATADIR%%/icons/txt.xpm %%DATADIR%%/icons/wav.xpm %%DATADIR%%/icons/xbm.xpm %%DATADIR%%/icons/xbm2.xpm %%DATADIR%%/icons/xcf.xpm %%DATADIR%%/icons/xpm.xpm %%DATADIR%%/icons/xpm2.xpm share/locale/de/LC_MESSAGES/gentoo.mo share/locale/ca/LC_MESSAGES/gentoo.mo share/locale/es/LC_MESSAGES/gentoo.mo share/locale/es_MX/LC_MESSAGES/gentoo.mo share/locale/fr/LC_MESSAGES/gentoo.mo share/locale/it/LC_MESSAGES/gentoo.mo share/locale/ja_JP.UTF-8/LC_MESSAGES/gentoo.mo share/locale/pl/LC_MESSAGES/gentoo.mo share/locale/ru_RU.CP1251/LC_MESSAGES/gentoo.mo share/locale/ru_RU.KOI8-R/LC_MESSAGES/gentoo.mo share/locale/ru_RU.UTF-8/LC_MESSAGES/gentoo.mo share/locale/ru_RU.cp1251/LC_MESSAGES/gentoo.mo share/locale/ru_RU.koi8r/LC_MESSAGES/gentoo.mo share/locale/ru_RU.utf8/LC_MESSAGES/gentoo.mo share/locale/sv/LC_MESSAGES/gentoo.mo diff --git a/x11-fm/xdiskusage/Makefile b/x11-fm/xdiskusage/Makefile index cc5d8a4a352b..1d9c6a1f17a6 100644 --- a/x11-fm/xdiskusage/Makefile +++ b/x11-fm/xdiskusage/Makefile @@ -1,36 +1,37 @@ PORTNAME= xdiskusage PORTVERSION= 1.54 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= http://xdiskusage.sourceforge.net/ \ http://www.gnu-darwin.org/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= Show where disk space is taken up WWW= https://xdiskusage.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/README LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ libfontconfig.so:x11-fonts/fontconfig USES= gmake tar:tgz xorg USE_XORG= x11 xcursor xext xfixes xft xinerama xrender CXXFLAGS+= `fltk-config --cxxflags` LDFLAGS+= `fltk-config --ldflags` -PLIST_FILES= bin/xdiskusage man/man1/xdiskusage.1.gz +PLIST_FILES= bin/xdiskusage share/man/man1/xdiskusage.1.gz post-patch: @${REINPLACE_CMD} -e '/^configure:/d; /autoconf/d' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e '/@CXXFLAGS@/s|$$| ${CXXFLAGS}|' \ ${WRKSRC}/makeinclude.in do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xdiskusage ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xdiskusage.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/xdiskusage.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile index e6d415f77b74..a751f0d009a9 100644 --- a/x11-wm/awesome/Makefile +++ b/x11-wm/awesome/Makefile @@ -1,71 +1,71 @@ PORTNAME= awesome PORTVERSION= 4.3 DISTVERSIONPREFIX= v -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= x11-wm MAINTAINER= ports@FreeBSD.org COMMENT= Highly configurable, next generation framework window manager WWW= https://awesomewm.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LUA_REFMODLIBDIR}/lgi/corelgilua${LUA_VER_STR}.so:devel/lua-lgi@${LUA_FLAVOR} RUN_DEPENDS= ${LUA_REFMODLIBDIR}/lgi/corelgilua${LUA_VER_STR}.so:devel/lua-lgi@${LUA_FLAVOR} \ bash:shells/bash LIB_DEPENDS= libcairo.so:graphics/cairo \ libstartup-notification-1.so:x11/startup-notification \ libxdg-basedir.so:x11/libxdg-basedir \ libxcb-cursor.so:x11/xcb-util-cursor \ libxcb-util.so:x11/xcb-util \ libxcb-keysyms.so:x11/xcb-util-keysyms \ libxcb-icccm.so:x11/xcb-util-wm \ libxcb-xrm.so:x11/xcb-util-xrm \ libxkbcommon.so:x11/libxkbcommon CONFLICTS_INSTALL= awesome3 USES= cmake compiler:c11 gettext gnome iconv magick:build pkgconfig lua:-53 \ shebangfix xorg USE_GNOME= glib20 pango gdkpixbuf2 librsvg2 USE_XORG= pixman x11 xau xcb xdmcp xext xft xinerama xrandr xrender \ xorgproto USE_GITHUB= yes GH_ACCOUNT= awesomewm SHEBANG_FILES= utils/awesome-client CMAKE_ARGS= -DSYSCONFDIR=${PREFIX}/etc \ - -DAWESOME_MAN_PATH=${MANPREFIX}/man \ + -DAWESOME_MAN_PATH=${PREFIX}/share/man \ -DGENERATE_DOC=OFF \ -DLUA_INCLUDE_DIR=${LUA_INCDIR} OPTIONS_DEFINE= DBUS DOCS MANPAGES OPTIONS_DEFAULT=DBUS MANPAGES OPTIONS_SUB= yes DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus DBUS_CMAKE_OFF= -DWITH_DBUS:BOOL=OFF MANPAGES_BUILD_DEPENDS= asciidoctor:textproc/rubygem-asciidoctor MANPAGES_CMAKE_OFF= -DGENERATE_MANPAGES:BOOL=OFF .include .if (exists(${LOCALBASE}/libdata/pkgconfig/cairo.pc) && \ !exists(${LOCALBASE}/libdata/pkgconfig/cairo-xcb.pc)) IGNORE= cannot find dependency: The cairo exists but not with XCB support. Please reinstall graphics/cairo with XCB support .endif post-patch: # Ref https://github.com/awesomeWM/awesome/issues/1377 @${REINPLACE_CMD} -e "/COMMAND lua/ s,lua,${LUA_CMD}," \ ${WRKSRC}/awesomeConfig.cmake # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267119 # Fix build with clang14 @${REINPLACE_CMD} -e "s/-export-dynamic/\"-Xlinker -E\"/" \ ${WRKSRC}/CMakeLists.txt .include diff --git a/x11-wm/awesome/pkg-plist b/x11-wm/awesome/pkg-plist index f1891ba18638..845785ae5389 100644 --- a/x11-wm/awesome/pkg-plist +++ b/x11-wm/awesome/pkg-plist @@ -1,288 +1,288 @@ %%DATADIR%%/lib/awful/autofocus.lua %%DATADIR%%/lib/awful/button.lua %%DATADIR%%/lib/awful/client.lua %%DATADIR%%/lib/awful/client/focus.lua %%DATADIR%%/lib/awful/client/shape.lua %%DATADIR%%/lib/awful/client/urgent.lua %%DATADIR%%/lib/awful/completion.lua %%DATADIR%%/lib/awful/dbus.lua %%DATADIR%%/lib/awful/ewmh.lua %%DATADIR%%/lib/awful/hotkeys_popup/init.lua %%DATADIR%%/lib/awful/hotkeys_popup/keys/firefox.lua %%DATADIR%%/lib/awful/hotkeys_popup/keys/init.lua %%DATADIR%%/lib/awful/hotkeys_popup/keys/qutebrowser.lua %%DATADIR%%/lib/awful/hotkeys_popup/keys/termite.lua %%DATADIR%%/lib/awful/hotkeys_popup/keys/tmux.lua %%DATADIR%%/lib/awful/hotkeys_popup/keys/vim.lua %%DATADIR%%/lib/awful/hotkeys_popup/widget.lua %%DATADIR%%/lib/awful/init.lua %%DATADIR%%/lib/awful/key.lua %%DATADIR%%/lib/awful/keygrabber.lua %%DATADIR%%/lib/awful/layout/init.lua %%DATADIR%%/lib/awful/layout/suit/corner.lua %%DATADIR%%/lib/awful/layout/suit/fair.lua %%DATADIR%%/lib/awful/layout/suit/floating.lua %%DATADIR%%/lib/awful/layout/suit/init.lua %%DATADIR%%/lib/awful/layout/suit/magnifier.lua %%DATADIR%%/lib/awful/layout/suit/max.lua %%DATADIR%%/lib/awful/layout/suit/spiral.lua %%DATADIR%%/lib/awful/layout/suit/tile.lua %%DATADIR%%/lib/awful/menu.lua %%DATADIR%%/lib/awful/mouse/drag_to_tag.lua %%DATADIR%%/lib/awful/mouse/init.lua %%DATADIR%%/lib/awful/mouse/resize.lua %%DATADIR%%/lib/awful/mouse/snap.lua %%DATADIR%%/lib/awful/placement.lua %%DATADIR%%/lib/awful/popup.lua %%DATADIR%%/lib/awful/prompt.lua %%DATADIR%%/lib/awful/remote.lua %%DATADIR%%/lib/awful/rules.lua %%DATADIR%%/lib/awful/screen.lua %%DATADIR%%/lib/awful/spawn.lua %%DATADIR%%/lib/awful/startup_notification.lua %%DATADIR%%/lib/awful/tag.lua %%DATADIR%%/lib/awful/titlebar.lua %%DATADIR%%/lib/awful/tooltip.lua %%DATADIR%%/lib/awful/util.lua %%DATADIR%%/lib/awful/wibar.lua %%DATADIR%%/lib/awful/wibox.lua %%DATADIR%%/lib/awful/widget/button.lua %%DATADIR%%/lib/awful/widget/calendar_popup.lua %%DATADIR%%/lib/awful/widget/clienticon.lua %%DATADIR%%/lib/awful/widget/common.lua %%DATADIR%%/lib/awful/widget/graph.lua %%DATADIR%%/lib/awful/widget/init.lua %%DATADIR%%/lib/awful/widget/keyboardlayout.lua %%DATADIR%%/lib/awful/widget/launcher.lua %%DATADIR%%/lib/awful/widget/layoutbox.lua %%DATADIR%%/lib/awful/widget/layoutlist.lua %%DATADIR%%/lib/awful/widget/only_on_screen.lua %%DATADIR%%/lib/awful/widget/progressbar.lua %%DATADIR%%/lib/awful/widget/prompt.lua %%DATADIR%%/lib/awful/widget/taglist.lua %%DATADIR%%/lib/awful/widget/tasklist.lua %%DATADIR%%/lib/awful/widget/textclock.lua %%DATADIR%%/lib/awful/widget/watch.lua %%DATADIR%%/lib/beautiful.lua %%DATADIR%%/lib/beautiful/gtk.lua %%DATADIR%%/lib/beautiful/init.lua %%DATADIR%%/lib/beautiful/theme_assets.lua %%DATADIR%%/lib/beautiful/xresources.lua %%DATADIR%%/lib/gears/cache.lua %%DATADIR%%/lib/gears/color.lua %%DATADIR%%/lib/gears/debug.lua %%DATADIR%%/lib/gears/filesystem.lua %%DATADIR%%/lib/gears/geometry.lua %%DATADIR%%/lib/gears/init.lua %%DATADIR%%/lib/gears/math.lua %%DATADIR%%/lib/gears/matrix.lua %%DATADIR%%/lib/gears/object.lua %%DATADIR%%/lib/gears/object/properties.lua %%DATADIR%%/lib/gears/protected_call.lua %%DATADIR%%/lib/gears/shape.lua %%DATADIR%%/lib/gears/sort/init.lua %%DATADIR%%/lib/gears/sort/topological.lua %%DATADIR%%/lib/gears/string.lua %%DATADIR%%/lib/gears/surface.lua %%DATADIR%%/lib/gears/table.lua %%DATADIR%%/lib/gears/timer.lua %%DATADIR%%/lib/gears/wallpaper.lua %%DATADIR%%/lib/menubar/icon_theme.lua %%DATADIR%%/lib/menubar/index_theme.lua %%DATADIR%%/lib/menubar/init.lua %%DATADIR%%/lib/menubar/menu_gen.lua %%DATADIR%%/lib/menubar/utils.lua %%DATADIR%%/lib/naughty.lua %%DATADIR%%/lib/naughty/core.lua %%DATADIR%%/lib/naughty/dbus.lua %%DATADIR%%/lib/naughty/init.lua %%DATADIR%%/lib/wibox/container/arcchart.lua %%DATADIR%%/lib/wibox/container/background.lua %%DATADIR%%/lib/wibox/container/constraint.lua %%DATADIR%%/lib/wibox/container/init.lua %%DATADIR%%/lib/wibox/container/margin.lua %%DATADIR%%/lib/wibox/container/mirror.lua %%DATADIR%%/lib/wibox/container/place.lua %%DATADIR%%/lib/wibox/container/radialprogressbar.lua %%DATADIR%%/lib/wibox/container/rotate.lua %%DATADIR%%/lib/wibox/container/scroll.lua %%DATADIR%%/lib/wibox/drawable.lua %%DATADIR%%/lib/wibox/hierarchy.lua %%DATADIR%%/lib/wibox/init.lua %%DATADIR%%/lib/wibox/layout/align.lua %%DATADIR%%/lib/wibox/layout/constraint.lua %%DATADIR%%/lib/wibox/layout/fixed.lua %%DATADIR%%/lib/wibox/layout/flex.lua %%DATADIR%%/lib/wibox/layout/grid.lua %%DATADIR%%/lib/wibox/layout/init.lua %%DATADIR%%/lib/wibox/layout/manual.lua %%DATADIR%%/lib/wibox/layout/margin.lua %%DATADIR%%/lib/wibox/layout/mirror.lua %%DATADIR%%/lib/wibox/layout/ratio.lua %%DATADIR%%/lib/wibox/layout/rotate.lua %%DATADIR%%/lib/wibox/layout/scroll.lua %%DATADIR%%/lib/wibox/layout/stack.lua %%DATADIR%%/lib/wibox/widget/background.lua %%DATADIR%%/lib/wibox/widget/base.lua %%DATADIR%%/lib/wibox/widget/calendar.lua %%DATADIR%%/lib/wibox/widget/checkbox.lua %%DATADIR%%/lib/wibox/widget/graph.lua %%DATADIR%%/lib/wibox/widget/imagebox.lua %%DATADIR%%/lib/wibox/widget/init.lua %%DATADIR%%/lib/wibox/widget/piechart.lua %%DATADIR%%/lib/wibox/widget/progressbar.lua %%DATADIR%%/lib/wibox/widget/separator.lua %%DATADIR%%/lib/wibox/widget/slider.lua %%DATADIR%%/lib/wibox/widget/systray.lua %%DATADIR%%/lib/wibox/widget/textbox.lua %%DATADIR%%/lib/wibox/widget/textclock.lua %%DATADIR%%/icons/awesome16.png %%DATADIR%%/icons/awesome32.png %%DATADIR%%/icons/awesome48.png %%DATADIR%%/icons/awesome64.png %%DATADIR%%/themes/default/background_white.png %%DATADIR%%/themes/default/background.png %%DATADIR%%/themes/default/layouts/cornerne.png %%DATADIR%%/themes/default/layouts/cornernew.png %%DATADIR%%/themes/default/layouts/cornernw.png %%DATADIR%%/themes/default/layouts/cornernww.png %%DATADIR%%/themes/default/layouts/cornerse.png %%DATADIR%%/themes/default/layouts/cornersew.png %%DATADIR%%/themes/default/layouts/cornersw.png %%DATADIR%%/themes/default/layouts/cornersww.png %%DATADIR%%/themes/default/layouts/dwindle.png %%DATADIR%%/themes/default/layouts/dwindlew.png %%DATADIR%%/themes/default/layouts/fairh.png %%DATADIR%%/themes/default/layouts/fairhw.png %%DATADIR%%/themes/default/layouts/fairv.png %%DATADIR%%/themes/default/layouts/fairvw.png %%DATADIR%%/themes/default/layouts/floating.png %%DATADIR%%/themes/default/layouts/floatingw.png %%DATADIR%%/themes/default/layouts/fullscreen.png %%DATADIR%%/themes/default/layouts/fullscreenw.png %%DATADIR%%/themes/default/layouts/magnifier.png %%DATADIR%%/themes/default/layouts/magnifierw.png %%DATADIR%%/themes/default/layouts/max.png %%DATADIR%%/themes/default/layouts/maxw.png %%DATADIR%%/themes/default/layouts/spiral.png %%DATADIR%%/themes/default/layouts/spiralw.png %%DATADIR%%/themes/default/layouts/tile.png %%DATADIR%%/themes/default/layouts/tilebottom.png %%DATADIR%%/themes/default/layouts/tilebottomw.png %%DATADIR%%/themes/default/layouts/tileleft.png %%DATADIR%%/themes/default/layouts/tileleftw.png %%DATADIR%%/themes/default/layouts/tiletop.png %%DATADIR%%/themes/default/layouts/tiletopw.png %%DATADIR%%/themes/default/layouts/tilew.png %%DATADIR%%/themes/default/README %%DATADIR%%/themes/default/submenu.png %%DATADIR%%/themes/default/taglist/squarefw.png %%DATADIR%%/themes/default/taglist/squarew.png %%DATADIR%%/themes/default/theme.lua %%DATADIR%%/themes/default/titlebar/close_focus.png %%DATADIR%%/themes/default/titlebar/close_normal.png %%DATADIR%%/themes/default/titlebar/floating_focus_active.png %%DATADIR%%/themes/default/titlebar/floating_focus_inactive.png %%DATADIR%%/themes/default/titlebar/floating_normal_active.png %%DATADIR%%/themes/default/titlebar/floating_normal_inactive.png %%DATADIR%%/themes/default/titlebar/maximized_focus_active.png %%DATADIR%%/themes/default/titlebar/maximized_focus_inactive.png %%DATADIR%%/themes/default/titlebar/maximized_normal_active.png %%DATADIR%%/themes/default/titlebar/maximized_normal_inactive.png %%DATADIR%%/themes/default/titlebar/minimize_focus.png %%DATADIR%%/themes/default/titlebar/minimize_normal.png %%DATADIR%%/themes/default/titlebar/ontop_focus_active.png %%DATADIR%%/themes/default/titlebar/ontop_focus_inactive.png %%DATADIR%%/themes/default/titlebar/ontop_normal_active.png %%DATADIR%%/themes/default/titlebar/ontop_normal_inactive.png %%DATADIR%%/themes/default/titlebar/sticky_focus_active.png %%DATADIR%%/themes/default/titlebar/sticky_focus_inactive.png %%DATADIR%%/themes/default/titlebar/sticky_normal_active.png %%DATADIR%%/themes/default/titlebar/sticky_normal_inactive.png %%DATADIR%%/themes/gtk/theme.lua %%DATADIR%%/themes/sky/awesome-icon.png %%DATADIR%%/themes/sky/layouts/cornerne.png %%DATADIR%%/themes/sky/layouts/cornernw.png %%DATADIR%%/themes/sky/layouts/cornerse.png %%DATADIR%%/themes/sky/layouts/cornersw.png %%DATADIR%%/themes/sky/layouts/dwindle.png %%DATADIR%%/themes/sky/layouts/fairh.png %%DATADIR%%/themes/sky/layouts/fairv.png %%DATADIR%%/themes/sky/layouts/floating.png %%DATADIR%%/themes/sky/layouts/fullscreen.png %%DATADIR%%/themes/sky/layouts/magnifier.png %%DATADIR%%/themes/sky/layouts/max.png %%DATADIR%%/themes/sky/layouts/spiral.png %%DATADIR%%/themes/sky/layouts/tile.png %%DATADIR%%/themes/sky/layouts/tilebottom.png %%DATADIR%%/themes/sky/layouts/tileleft.png %%DATADIR%%/themes/sky/layouts/tiletop.png %%DATADIR%%/themes/sky/sky-background.png %%DATADIR%%/themes/sky/theme.lua %%DATADIR%%/themes/xresources/assets.lua %%DATADIR%%/themes/xresources/theme.lua %%DATADIR%%/themes/zenburn/awesome-icon.png %%DATADIR%%/themes/zenburn/layouts/cornerne.png %%DATADIR%%/themes/zenburn/layouts/cornernw.png %%DATADIR%%/themes/zenburn/layouts/cornerse.png %%DATADIR%%/themes/zenburn/layouts/cornersw.png %%DATADIR%%/themes/zenburn/layouts/dwindle.png %%DATADIR%%/themes/zenburn/layouts/fairh.png %%DATADIR%%/themes/zenburn/layouts/fairv.png %%DATADIR%%/themes/zenburn/layouts/floating.png %%DATADIR%%/themes/zenburn/layouts/fullscreen.png %%DATADIR%%/themes/zenburn/layouts/magnifier.png %%DATADIR%%/themes/zenburn/layouts/max.png %%DATADIR%%/themes/zenburn/layouts/spiral.png %%DATADIR%%/themes/zenburn/layouts/tile.png %%DATADIR%%/themes/zenburn/layouts/tilebottom.png %%DATADIR%%/themes/zenburn/layouts/tileleft.png %%DATADIR%%/themes/zenburn/layouts/tiletop.png %%DATADIR%%/themes/zenburn/taglist/squarefz.png %%DATADIR%%/themes/zenburn/taglist/squarez.png %%DATADIR%%/themes/zenburn/theme.lua %%DATADIR%%/themes/zenburn/titlebar/close_focus.png %%DATADIR%%/themes/zenburn/titlebar/close_normal.png %%DATADIR%%/themes/zenburn/titlebar/floating_focus_active.png %%DATADIR%%/themes/zenburn/titlebar/floating_focus_inactive.png %%DATADIR%%/themes/zenburn/titlebar/floating_normal_active.png %%DATADIR%%/themes/zenburn/titlebar/floating_normal_inactive.png %%DATADIR%%/themes/zenburn/titlebar/maximized_focus_active.png %%DATADIR%%/themes/zenburn/titlebar/maximized_focus_inactive.png %%DATADIR%%/themes/zenburn/titlebar/maximized_normal_active.png %%DATADIR%%/themes/zenburn/titlebar/maximized_normal_inactive.png %%DATADIR%%/themes/zenburn/titlebar/ontop_focus_active.png %%DATADIR%%/themes/zenburn/titlebar/ontop_focus_inactive.png %%DATADIR%%/themes/zenburn/titlebar/ontop_normal_active.png %%DATADIR%%/themes/zenburn/titlebar/ontop_normal_inactive.png %%DATADIR%%/themes/zenburn/titlebar/sticky_focus_active.png %%DATADIR%%/themes/zenburn/titlebar/sticky_focus_inactive.png %%DATADIR%%/themes/zenburn/titlebar/sticky_normal_active.png %%DATADIR%%/themes/zenburn/titlebar/sticky_normal_inactive.png %%DATADIR%%/themes/zenburn/zenburn-background.png -%%MANPAGES%%man/de/man1/awesome-client.1.gz -%%MANPAGES%%man/de/man1/awesome.1.gz -%%MANPAGES%%man/de/man5/awesomerc.5.gz -%%MANPAGES%%man/es/man1/awesome-client.1.gz -%%MANPAGES%%man/es/man1/awesome.1.gz -%%MANPAGES%%man/es/man5/awesomerc.5.gz -%%MANPAGES%%man/fr/man1/awesome-client.1.gz -%%MANPAGES%%man/fr/man1/awesome.1.gz -%%MANPAGES%%man/fr/man5/awesomerc.5.gz -%%MANPAGES%%man/it/man1/awesome-client.1.gz -%%MANPAGES%%man/it/man1/awesome.1.gz -%%MANPAGES%%man/it/man5/awesomerc.5.gz -%%MANPAGES%%man/man1/awesome-client.1.gz -%%MANPAGES%%man/man1/awesome.1.gz -%%MANPAGES%%man/man5/awesomerc.5.gz -%%MANPAGES%%man/ru/man1/awesome-client.1.gz -%%MANPAGES%%man/ru/man1/awesome.1.gz -%%MANPAGES%%man/ru/man5/awesomerc.5.gz +%%MANPAGES%%share/man/de/man1/awesome-client.1.gz +%%MANPAGES%%share/man/de/man1/awesome.1.gz +%%MANPAGES%%share/man/de/man5/awesomerc.5.gz +%%MANPAGES%%share/man/es/man1/awesome-client.1.gz +%%MANPAGES%%share/man/es/man1/awesome.1.gz +%%MANPAGES%%share/man/es/man5/awesomerc.5.gz +%%MANPAGES%%share/man/fr/man1/awesome-client.1.gz +%%MANPAGES%%share/man/fr/man1/awesome.1.gz +%%MANPAGES%%share/man/fr/man5/awesomerc.5.gz +%%MANPAGES%%share/man/it/man1/awesome-client.1.gz +%%MANPAGES%%share/man/it/man1/awesome.1.gz +%%MANPAGES%%share/man/it/man5/awesomerc.5.gz +%%MANPAGES%%share/man/man1/awesome-client.1.gz +%%MANPAGES%%share/man/man1/awesome.1.gz +%%MANPAGES%%share/man/man5/awesomerc.5.gz +%%MANPAGES%%share/man/ru/man1/awesome-client.1.gz +%%MANPAGES%%share/man/ru/man1/awesome.1.gz +%%MANPAGES%%share/man/ru/man5/awesomerc.5.gz %%PORTDOCS%%%%DOCSDIR%%/00-authors.md %%PORTDOCS%%%%DOCSDIR%%/01-readme.md %%PORTDOCS%%%%DOCSDIR%%/02-contributing.md %%PORTDOCS%%%%DOCSDIR%%/LICENSE bin/awesome bin/awesome-client etc/xdg/awesome/rc.lua share/xsessions/awesome.desktop diff --git a/x11-wm/echinus/Makefile b/x11-wm/echinus/Makefile index cba7adbcfc45..ef2f09ee1572 100644 --- a/x11-wm/echinus/Makefile +++ b/x11-wm/echinus/Makefile @@ -1,41 +1,41 @@ PORTNAME= echinus PORTVERSION= 0.4.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm MASTER_SITES= http://plhk.ru/static/echinus/ MAINTAINER= ports@FreeBSD.org COMMENT= Dynamic window manager for X11 based on dwm WWW= https://plhk.ru/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig USES= pkgconfig xorg USE_XORG= x11 xau xcb xdmcp xext xft xrender xrandr FILES= echinusrc close.xbm iconify.xbm max.xbm PLIST_FILES= bin/echinus \ etc/echinus/close.xbm \ etc/echinus/iconify.xbm \ etc/echinus/max.xbm \ etc/echinus/echinusrc \ - man/man1/echinus.1.gz + share/man/man1/echinus.1.gz SUB_FILES= pkg-message post-patch: @${REINPLACE_CMD} 's|-Os|${CFLAGS}|' ${WRKSRC}/config.mk do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${FILES:S,^,${WRKSRC}/,} ${STAGEDIR}${ETCDIR}/ .include diff --git a/x11-wm/lwm/Makefile b/x11-wm/lwm/Makefile index 5ef10e406f31..db15572b47bf 100644 --- a/x11-wm/lwm/Makefile +++ b/x11-wm/lwm/Makefile @@ -1,38 +1,39 @@ PORTNAME= lwm PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://www.jfc.org.uk/files/lwm/ MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight window manager WWW= https://www.jfc.org.uk/software/lwm.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING DEPRECATED= Last upstream release was in 2016 EXPIRATION_DATE= 2024-01-18 USES= pkgconfig xorg USE_XORG= sm x11 xext MAKEFILE= no_xmkmf_makefile MAKE_ARGS= LDFLAGS="${LDFLAGS}" CFLAGS+= `pkg-config --cflags sm x11 xext ice` -DSHAPE LDFLAGS+= `pkg-config --libs sm x11 xext ice` -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz PORTDOCS= AUTHORS BUGS ChangeLog README TODO OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${MANPREFIX}/man/man1/${PORTNAME}.1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include diff --git a/x11-wm/tvtwm/Makefile b/x11-wm/tvtwm/Makefile index 3f5b94620e45..588f210b10c9 100644 --- a/x11-wm/tvtwm/Makefile +++ b/x11-wm/tvtwm/Makefile @@ -1,30 +1,30 @@ PORTNAME= tvtwm PORTVERSION= pl11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= XCONTRIB/window_managers DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Twm with a virtual desktop LICENSE= MIT DEPRECATED= Upstream last release was in 2001 reconsider using vtwm EXPIRATION_DATE= 2024-01-17 USES= imake xorg USE_XORG= xbitmaps xpm xmu CFLAGS+= -Wno-return-type WRKSRC= ${WRKDIR}/tvtwm PLIST_FILES= bin/tvtwm \ - man/man1/tvtwm.1.gz + share/man/man1/tvtwm.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tvtwm ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/tvtwm.man ${STAGEDIR}${MANPREFIX}/man/man1/tvtwm.1 + ${INSTALL_MAN} ${WRKSRC}/tvtwm.man ${STAGEDIR}${PREFIX}/share/man/man1/tvtwm.1 .include diff --git a/x11/gtkchtheme/Makefile b/x11/gtkchtheme/Makefile index f29584d6b9eb..cfa78a4d2d92 100644 --- a/x11/gtkchtheme/Makefile +++ b/x11/gtkchtheme/Makefile @@ -1,25 +1,25 @@ PORTNAME= gtkchtheme PORTVERSION= 0.3.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= x11 MASTER_SITES= http://plasmasturm.org/code/gtk-chtheme/ DISTNAME= gtk-chtheme-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 theme changer WWW= http://plasmasturm.org/programs/gtk-chtheme/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake gnome pkgconfig tar:bzip2 USE_GNOME= gtk20 PLIST_FILES= bin/gtk-chtheme \ - man/man1/gtk-chtheme.1.gz + share/man/man1/gtk-chtheme.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gtk-chtheme ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/gtk-chtheme.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/gtk-chtheme.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/x11/lsw/Makefile b/x11/lsw/Makefile index f585e5b0e7b0..b97be1ba99bc 100644 --- a/x11/lsw/Makefile +++ b/x11/lsw/Makefile @@ -1,29 +1,29 @@ PORTNAME= lsw PORTVERSION= 0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://dl.suckless.org/tools/ MAINTAINER= ports@FreeBSD.org COMMENT= Lists the titles of all running X windows to stdout, similar to ls(1) WWW= http://tools.suckless.org/lsw MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${LOCALBASE}/lib" \ X11INC="${LOCALBASE}/include" CC="${CC}" -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= xorg USE_XORG= x11 xt xorgproto xext post-patch: @${REINPLACE_CMD} -e 's|-I/usr/include||;s|-L/usr/lib||;s|= -Os|+=|'\ -e 's|-DHAVE_SHADOW_H||' ${WRKSRC}/config.mk do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/x11/lupe/Makefile b/x11/lupe/Makefile index 6f242e913a12..1c0ee7c0442b 100644 --- a/x11/lupe/Makefile +++ b/x11/lupe/Makefile @@ -1,40 +1,41 @@ PORTNAME= lupe PORTVERSION= 0.08c +PORTREVISION= 1 CATEGORIES= x11 accessibility MASTER_SITES= http://www2s.biglobe.ne.jp/~yav/soft/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org COMMENT= Real-time magnifying glass for X11 WWW= http://www2s.biglobe.ne.jp/~yav/soft/indexe.html OPTIONS_DEFINE= DOCS WRKSRC= ${WRKDIR}/${PORTNAME} USES= xorg USE_XORG= x11 xext GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lXext -lm PORTDOCS= ${PORTNAME}.doc -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz post-extract: @${LN} -sf ${PORTNAME}.man ${WRKSRC}/${PORTNAME}.1 do-build: (cd ${WRKSRC} \ && ${CC} ${CFLAGS} ${CPPFLAGS} -o ${PORTNAME} *.c ${LDFLAGS}) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.doc ${STAGEDIR}${DOCSDIR} .include diff --git a/x11/mrxvt-devel/Makefile b/x11/mrxvt-devel/Makefile index 693f61f759d7..25a8830f9d21 100644 --- a/x11/mrxvt-devel/Makefile +++ b/x11/mrxvt-devel/Makefile @@ -1,153 +1,153 @@ PORTNAME= mrxvt-devel PORTVERSION= 0.5.4 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= x11 MASTER_SITES= SF/materm/mrxvt%20source/${PORTVERSION} DISTNAME= mrxvt-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Development version of mrxvt WWW= https://materm.sourceforge.net/ LICENSE= GPLv2 CONFLICTS= mrxvt-0.4.* USES= shebangfix xorg USE_XORG= ice x11 sm xpm xrender GNU_CONFIGURE= yes LIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig SHEBANG_FILES= ${WRKSRC}/share/scripts/mrxvtset.pl SUB_FILES+= pkg-message DESKTOP_ENTRIES= "mrxvt" "mrxvt terminal emulator" \ "${PREFIX}/share/pixmaps/mrxvt.png" \ "mrxvt" "Utility;TerminalEmulator;" \ false OPTIONS_DEFINE= XFT BACKGROUND JPEG PNG TRANSPARENCY SWAPSCREEN JAPANESE 24BITS \ MENUBAR TEXTSHADOW FRILLS DOCS EXAMPLES OPTIONS_DEFAULT= BACKGROUND JPEG PNG TRANSPARENCY SWAPSCREEN 24BITS \ MENUBAR XFT JAPANESE FRILLS TEXTSHADOW BACKGROUND_DESC= Background images TRANSPARENCY_DESC= Transparent background SWAPSCREEN_DESC= Swapscreen JAPANESE_DESC= Support for Japanese language 24BITS_DESC= Prefer 24 bits color MENUBAR_DESC= Menubar TEXTSHADOW_DESC= Text shadow FRILLS_DESC= Internal borders and smart resizing .include CONFIGURE_ARGS+= --enable-utempter CONFIGURE_ARGS+= --disable-lastlog CFLAGS+= -fcommon .if ${PORT_OPTIONS:MJAPANESE} CONFIGURE_ARGS+= --enable-xim --enable-cjk --with-encoding=eucj .endif .if ${PORT_OPTIONS:MXFT} USE_XORG+= xft CONFIGURE_ARGS+= --enable-xft .endif .if ${PORT_OPTIONS:MXFT} && ${PORT_OPTIONS:MJAPANESE} USES+= iconv .endif .if ${PORT_OPTIONS:M24BITS} CONFIGURE_ARGS+= --enable-24bits .endif .if ! ${PORT_OPTIONS:MBACKGROUND} CONFIGURE_ARGS+= --disable-xpm .endif .if ! ${PORT_OPTIONS:MJPEG} || ! ${PORT_OPTIONS:MBACKGROUND} CONFIGURE_ARGS+= --disable-jpeg .else USES+= jpeg .endif .if ! ${PORT_OPTIONS:MPNG} || ! ${PORT_OPTIONS:MBACKGROUND} CONFIGURE_ARGS+= --disable-png .else LIB_DEPENDS+= libpng.so:graphics/png .endif .if ! ${PORT_OPTIONS:MTRANSPARENCY} CONFIGURE_ARGS+= --disable-transparency .endif .if ${PORT_OPTIONS:MMENUBAR} CONFIGURE_ARGS+= --enable-menubar .endif .if ${PORT_OPTIONS:MTEXTSHADOW} CONFIGURE_ARGS+= --enable-text-shadow .endif .if ! ${PORT_OPTIONS:MSWAPSCREEN} CONFIGURE_ARGS+= --disable-swapscreen .endif .if ${PORT_OPTIONS:MFRILLS} CONFIGURE_ARGS+= --enable-frills .endif ## Rarely used options, not in the main menu # How many lines to save in the scroll buffer .if defined(SAVE_LINES) CONFIGURE_ARGS+= --with-save-lines=${SAVE_LINES:M[0-9]*} .endif # Maximal number of terminals .if defined(MAX_TERMINALS) CONFIGURE_ARGS+= --with-max-term=${MAX_TERMINALS:M[0-9]*} .endif # Maximal number of profiles .if defined(MAX_PROFILES) CONFIGURE_ARGS+= --with-max-profiles=${MAX_PROFILES:M[0-9]*} .endif # Extra height of active tab as a percentage of the font height .if defined(EXTRA_ATAB_HEIGHT) CONFIGURE_ARGS+= --with-atab-extra=${EXTRA_ATAB_HEIGHT:M[0-9]*} .endif # The radius of tab corners as a percentage of the font X offset .if defined(TAB_RADIUS) CONFIGURE_ARGS+= --with-tab-radius=${TAB_RADIUS:M[0-9]*} .endif .include .if empty(ICONV_LIB) CONFIGURE_ARGS+=ac_cv_lib_iconv_iconv_open=no .else CONFIGURE_ARGS+=ac_cv_lib_iconv_iconv_open=yes .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/mrxvt ${STAGEDIR}${PREFIX}/bin @for pixmap in ${WRKSRC}/share/pixmaps/* ; \ do ${INSTALL_DATA} $$pixmap ${STAGEDIR}${PREFIX}/share/pixmaps/ ; \ done ${MKDIR} ${STAGEDIR}${PREFIX}/etc/mrxvt ${INSTALL_DATA} ${WRKSRC}/share/mrxvtrc ${STAGEDIR}${PREFIX}/etc/mrxvt/mrxvtrc.sample ${INSTALL_DATA} ${WRKSRC}/share/default.menu ${STAGEDIR}${PREFIX}/etc/mrxvt/default.menu.sample ${INSTALL_DATA} ${WRKSRC}/share/submenus.menu ${STAGEDIR}${PREFIX}/etc/mrxvt/submenus.menu.sample - ${INSTALL_MAN} ${WRKSRC}/doc/mrxvt.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/mrxvt.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/scripts ${INSTALL_DATA} ${WRKSRC}/share/scripts/mrxvtset.pl ${STAGEDIR}${EXAMPLESDIR}/scripts ${INSTALL_DATA} ${WRKSRC}/share/scripts/settitle.c ${STAGEDIR}${EXAMPLESDIR}/scripts ${MKDIR} ${STAGEDIR}${DOCSDIR} ${CP} ${WRKSRC}/doc/*.bz2 ${STAGEDIR}${DOCSDIR} ${BZIP2_CMD} -d ${STAGEDIR}${DOCSDIR}/*.bz2 .include diff --git a/x11/mrxvt-devel/pkg-plist b/x11/mrxvt-devel/pkg-plist index f172c2199581..5e5fd413ddf7 100644 --- a/x11/mrxvt-devel/pkg-plist +++ b/x11/mrxvt-devel/pkg-plist @@ -1,21 +1,21 @@ bin/mrxvt etc/mrxvt/default.menu.sample etc/mrxvt/mrxvtrc.sample etc/mrxvt/submenus.menu.sample -man/man1/mrxvt.1.gz +share/man/man1/mrxvt.1.gz %%PORTDOCS%%%%DOCSDIR%%/README.greek %%PORTDOCS%%%%DOCSDIR%%/README.menu %%PORTDOCS%%%%DOCSDIR%%/README.xvt %%PORTDOCS%%%%DOCSDIR%%/behind_mrxvt.txt %%PORTDOCS%%%%DOCSDIR%%/hack-mrxvt.txt %%PORTDOCS%%%%DOCSDIR%%/mrxvt_seq.txt %%PORTDOCS%%%%DOCSDIR%%/rxvtRef.txt %%PORTDOCS%%%%DOCSDIR%%/xterm-ctlseqs.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/mrxvtset.pl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/settitle.c share/pixmaps/mrxvt-csh.png share/pixmaps/mrxvt-csh.xpm share/pixmaps/mrxvt-root.png share/pixmaps/mrxvt-root.xpm share/pixmaps/mrxvt.png share/pixmaps/mrxvt.xpm diff --git a/x11/slock/Makefile b/x11/slock/Makefile index 565bed7e5d7f..d2b8973fd71a 100644 --- a/x11/slock/Makefile +++ b/x11/slock/Makefile @@ -1,25 +1,26 @@ PORTNAME= slock DISTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://dl.suckless.org/tools/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple X screen locker WWW= https://tools.suckless.org/slock LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe xorg CPE_VENDOR= suckless USE_XORG= x11 xext xorgproto xrandr xt MAKE_ARGS= PREFIX="${PREFIX}" X11LIB="${LOCALBASE}/lib" \ X11INC="${LOCALBASE}/include" CC="${CC}" \ - MANPREFIX="${MANPREFIX}/man" + MANPREFIX="${PREFIX}/share/man" post-patch: @${REINPLACE_CMD} -e 's|-I/usr/include||;s|-L/usr/lib||;s|= -Os|+=|'\ -e 's|-DHAVE_SHADOW_H|-DHAVE_PAM|' -e '/^LDFLAGS/s|$$| -lpam|' \ ${WRKSRC}/config.mk .include diff --git a/x11/slock/pkg-plist b/x11/slock/pkg-plist index 3228765d0388..05a06a8aebb1 100644 --- a/x11/slock/pkg-plist +++ b/x11/slock/pkg-plist @@ -1,2 +1,2 @@ @(,,4755) bin/slock -man/man1/slock.1.gz +share/man/man1/slock.1.gz diff --git a/x11/xballoon/Makefile b/x11/xballoon/Makefile index 1c8001038785..dafa351755bf 100644 --- a/x11/xballoon/Makefile +++ b/x11/xballoon/Makefile @@ -1,27 +1,27 @@ PORTNAME= xballoon PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= http://kozos.jp/myfreesoft/ MAINTAINER= ports@FreeBSD.org COMMENT= Balloons move on root window WWW= https://kozos.jp/myfreesoft/ USES= xorg USE_XORG= xpm xmu xaw ALL_TARGET= xballoon PLIST_FILES= bin/xballoon \ - man/man1/xballoon.1.gz + share/man/man1/xballoon.1.gz post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6|$${LOCALBASE}|g ; \ s|gcc |$${CC} |g ; \ s|-O |$${CFLAGS} |g' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xballoon ${STAGEDIR}${PREFIX}/bin/xballoon - ${INSTALL_MAN} ${WRKSRC}/xballoon.man ${STAGEDIR}${MANPREFIX}/man/man1/xballoon.1 + ${INSTALL_MAN} ${WRKSRC}/xballoon.man ${STAGEDIR}${PREFIX}/share/man/man1/xballoon.1 .include