diff --git a/archivers/unadf/Makefile b/archivers/unadf/Makefile index 4830b6f437c8..79e9ca6885e5 100644 --- a/archivers/unadf/Makefile +++ b/archivers/unadf/Makefile @@ -1,28 +1,30 @@ PORTNAME= unadf DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= archivers MAINTAINER= eduardo@FreeBSD.org COMMENT= Extracts files from .adf-files used by Amiga emulators WWW= http://lclevy.free.fr/adflib/unadf.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf cpe libtool pathfix pkgconfig CPE_VENDOR= unadf_project USE_GITHUB= yes GH_ACCOUNT= lclevy GH_PROJECT= ADFlib USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip DOCSDIR= ${PREFIX}/share/doc/adflib OPTIONS_DEFINE= DOCS .include diff --git a/archivers/unadf/pkg-plist b/archivers/unadf/pkg-plist index 234de43304dd..45b546d03ffd 100644 --- a/archivers/unadf/pkg-plist +++ b/archivers/unadf/pkg-plist @@ -1,59 +1,59 @@ bin/adf_floppy_create bin/adf_floppy_format bin/adf_show_metadata bin/unadf include/adf/adf_bitm.h include/adf/adf_blk.h include/adf/adf_cache.h include/adf/adf_dev.h include/adf/adf_dev_dump.h include/adf/adf_dev_flop.h include/adf/adf_dev_hd.h include/adf/adf_dir.h include/adf/adf_env.h include/adf/adf_err.h include/adf/adf_file.h include/adf/adf_file_block.h include/adf/adf_file_util.h include/adf/adf_link.h include/adf/adf_nativ.h include/adf/adf_raw.h include/adf/adf_salv.h include/adf/adf_str.h include/adf/adf_types.h include/adf/adf_util.h include/adf/adf_version.h include/adf/adf_vol.h include/adf/adflib.h include/adf/debug_util.h include/adf/defendian.h include/adf/hd_blk.h include/adf/prefix.h lib/libadf.a lib/libadf.so lib/libadf.so.1 lib/libadf.so.1.0.0 libdata/pkgconfig/adflib.pc -man/man1/adf_floppy_create.1.gz -man/man1/adf_floppy_format.1.gz -man/man1/adf_show_metadata.1.gz -man/man1/unadf.1.gz +share/man/man1/adf_floppy_create.1.gz +share/man/man1/adf_floppy_format.1.gz +share/man/man1/adf_show_metadata.1.gz +share/man/man1/unadf.1.gz %%PORTDOCS%%%%DOCSDIR%%/API.txt %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/FAQ/adf_info.html %%PORTDOCS%%%%DOCSDIR%%/FAQ/adf_info.txt %%PORTDOCS%%%%DOCSDIR%%/FAQ/adf_info_V0_9.txt %%PORTDOCS%%%%DOCSDIR%%/FAQ/image/adf_dir.gif %%PORTDOCS%%%%DOCSDIR%%/FAQ/image/adf_file.gif %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/api_device.html %%PORTDOCS%%%%DOCSDIR%%/api_dir.html %%PORTDOCS%%%%DOCSDIR%%/api_env.html %%PORTDOCS%%%%DOCSDIR%%/api_file.html %%PORTDOCS%%%%DOCSDIR%%/api_index.html %%PORTDOCS%%%%DOCSDIR%%/api_native.html %%PORTDOCS%%%%DOCSDIR%%/api_salv.html %%PORTDOCS%%%%DOCSDIR%%/api_volume.html %%PORTDOCS%%%%DOCSDIR%%/version0.7.9d_gary.txt diff --git a/archivers/xarchiver/Makefile b/archivers/xarchiver/Makefile index 50e4524be091..d17a8e940542 100644 --- a/archivers/xarchiver/Makefile +++ b/archivers/xarchiver/Makefile @@ -1,70 +1,72 @@ PORTNAME= xarchiver DISTVERSION= 0.5.4.22 +PORTREVISION= 1 CATEGORIES= archivers PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES= 5c49e86ffe16cc8a98018ff2f4d2e0ea2b9c0b6c.patch:-p1 # (bsd)sed fix: https://github.com/ib/xarchiver/issues/186 MAINTAINER= eduardo@FreeBSD.org COMMENT= Desktop-agnostic GTK frontend to various archiving tools WWW= https://github.com/ib/xarchiver LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libharfbuzz.so:print/harfbuzz RUN_DEPENDS= ${LOCALBASE}/bin/gzip:archivers/gzip \ ${LOCALBASE}/bin/unzip:archivers/unzip \ 7zz:archivers/7-zip \ gtar:archivers/gtar \ xdg-open:devel/xdg-utils \ zip:archivers/zip USES= desktop-file-utils gmake gnome libtool:build pkgconfig USE_GITHUB= yes GH_ACCOUNT= ib USE_GNOME= cairo gdkpixbuf2 glib20 intltool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PORTSCOUT= limit:^\d\.\d\.\d\.\d+$ # avoid tags like identical_to_xfce_git_content OPTIONS_DEFINE= DOCS NLS OPTIONS_DEFAULT= GTK3 OPTIONS_GROUP= FORMATS OPTIONS_GROUP_FORMATS= ARJ LZO RAR OPTIONS_SINGLE= GTK OPTIONS_SINGLE_GTK= GTK2 GTK3 OPTIONS_SUB= yes ARJ_DESC= ARJ compression support FORMATS_DESC= Additional compression formats support RAR_DESC= RAR compression support ARJ_RUN_DEPENDS= arj:archivers/arj LZO_RUN_DEPENDS= lzop:archivers/lzop RAR_RUN_DEPENDS= rar:archivers/rar \ unrar:archivers/unrar DOCS_BUILD_DEPENDS= xsltproc:textproc/libxslt DOCS_CONFIGURE_ENABLE= doc GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 GTK2_USE= GNOME=gtk20 GTK2_CONFIGURE_ENABLE= gtk2 GTK3_USE= GNOME=gtk30 NLS_USES= gettext localbase NLS_USES_OFF= gettext-tools NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/src/main.c post-patch-NLS-off: @${REINPLACE_CMD} -e '/^SUBDIRS /s| po||' ${WRKSRC}/Makefile.in .include diff --git a/archivers/xarchiver/pkg-plist b/archivers/xarchiver/pkg-plist index cb38ac95413a..01f335c4ed07 100644 --- a/archivers/xarchiver/pkg-plist +++ b/archivers/xarchiver/pkg-plist @@ -1,96 +1,96 @@ bin/xarchiver libexec/thunar-archive-plugin/xarchiver.tap -man/man1/xarchiver.1.gz +share/man/man1/xarchiver.1.gz share/applications/xarchiver.desktop %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/ch01.html %%PORTDOCS%%%%DOCSDIR%%/ch01s01.html %%PORTDOCS%%%%DOCSDIR%%/ch01s02.html %%PORTDOCS%%%%DOCSDIR%%/ch01s03.html %%PORTDOCS%%%%DOCSDIR%%/ch02.html %%PORTDOCS%%%%DOCSDIR%%/ch02s01.html %%PORTDOCS%%%%DOCSDIR%%/ch02s02.html %%PORTDOCS%%%%DOCSDIR%%/ch03.html %%PORTDOCS%%%%DOCSDIR%%/ch03s01.html %%PORTDOCS%%%%DOCSDIR%%/ch03s02.html %%PORTDOCS%%%%DOCSDIR%%/ch03s03.html %%PORTDOCS%%%%DOCSDIR%%/ch03s04.html %%PORTDOCS%%%%DOCSDIR%%/ch04.html %%PORTDOCS%%%%DOCSDIR%%/ch04s01.html %%PORTDOCS%%%%DOCSDIR%%/ch04s02.html %%PORTDOCS%%%%DOCSDIR%%/ch04s03.html %%PORTDOCS%%%%DOCSDIR%%/ch04s04.html %%PORTDOCS%%%%DOCSDIR%%/ch04s05.html %%PORTDOCS%%%%DOCSDIR%%/ch04s06.html %%PORTDOCS%%%%DOCSDIR%%/images/add_dialog.png %%PORTDOCS%%%%DOCSDIR%%/images/archive_comment_dialog.png %%PORTDOCS%%%%DOCSDIR%%/images/archive_properties.png %%PORTDOCS%%%%DOCSDIR%%/images/extract_dialog.png %%PORTDOCS%%%%DOCSDIR%%/images/multi_extract_dialog.png %%PORTDOCS%%%%DOCSDIR%%/images/new_dialog.png %%PORTDOCS%%%%DOCSDIR%%/images/password_dialog.png %%PORTDOCS%%%%DOCSDIR%%/images/pref_dialog.png %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/xarchiver.css share/icons/hicolor/16x16/apps/xarchiver.png share/icons/hicolor/24x24/apps/xarchiver.png share/icons/hicolor/32x32/apps/xarchiver.png share/icons/hicolor/48x48/apps/xarchiver.png share/icons/hicolor/scalable/apps/xarchiver.svg %%NLS%%share/locale/ar/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/ast/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/bg/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/ca/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/cs/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/da/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/de/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/dz/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/el/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/es/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/eu/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/fi/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/fr/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/gl/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/he/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/hr/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/hu/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/id/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/it/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/ja/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/kk/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/ku/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/lt/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/lv/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/ms/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/nb/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/nl/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/pa/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/pl/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/pt_PT/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/ro/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/ru/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/si/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/sk/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/sq/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/sr/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/sv/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/te/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/th/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/tr/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/ug/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/uk/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/ur/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/vi/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/xarchiver.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xarchiver.mo share/pixmaps/xarchiver/xarchiver-add.png share/pixmaps/xarchiver/xarchiver-close.png share/pixmaps/xarchiver/xarchiver-extract.png share/pixmaps/xarchiver/xarchiver-green.png share/pixmaps/xarchiver/xarchiver-html.png share/pixmaps/xarchiver/xarchiver-red.png share/pixmaps/xarchiver/xarchiver-select.png diff --git a/cad/gtkwave/Makefile b/cad/gtkwave/Makefile index 51a334b0c999..d3b4e15b5342 100644 --- a/cad/gtkwave/Makefile +++ b/cad/gtkwave/Makefile @@ -1,43 +1,44 @@ PORTNAME= gtkwave DISTVERSION= 3.3.117 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= cad MASTER_SITES= http://gtkwave.sourceforge.net/ DISTNAME= ${PORTNAME}-gtk3-${DISTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Electronic Waveform Viewer WWW= https://gtkwave.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libharfbuzz.so:print/harfbuzz USES= compiler:c++11-lang desktop-file-utils gettext gmake gnome \ gperf pkgconfig shared-mime-info USE_GNOME= cairo gdkpixbuf2 gtk30 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --disable-mime-update \ --enable-gtk3 \ --without-gconf PORTDOCS= gtkwave.odt PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES TCL TCL_DESC= Enable support for TCL/TK TCL_USES= tcl tk TCL_CONFIGURE_ON= --with-tcl=${TCL_LIBDIR} \ --with-tk=${TK_LIBDIR} TCL_CONFIGURE_OFF= --disable-tcl post-patch-EXAMPLES-off: ${REINPLACE_CMD} '/^SUBDIRS/s|examples||' ${WRKSRC}/Makefile.in post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/cad/gtkwave/pkg-plist b/cad/gtkwave/pkg-plist index a71bdf0bd9e1..e75f026a19fd 100644 --- a/cad/gtkwave/pkg-plist +++ b/cad/gtkwave/pkg-plist @@ -1,85 +1,85 @@ bin/evcd2vcd bin/fst2vcd bin/fstminer bin/gtkwave bin/lxt2miner bin/lxt2vcd bin/rtlbrowse bin/shmidcat bin/twinwave bin/vcd2fst bin/vcd2lxt bin/vcd2lxt2 bin/vcd2vzt bin/vzt2vcd bin/vztminer bin/xml2stems -man/man1/evcd2vcd.1.gz -man/man1/fst2vcd.1.gz -man/man1/fstminer.1.gz -man/man1/gtkwave.1.gz -man/man1/lxt2miner.1.gz -man/man1/lxt2vcd.1.gz -man/man1/rtlbrowse.1.gz -man/man1/shmidcat.1.gz -man/man1/twinwave.1.gz -man/man1/vcd2fst.1.gz -man/man1/vcd2lxt.1.gz -man/man1/vcd2lxt2.1.gz -man/man1/vcd2vzt.1.gz -man/man1/vzt2vcd.1.gz -man/man1/vztminer.1.gz -man/man1/xml2stems.1.gz -man/man5/gtkwaverc.5.gz +share/man/man1/evcd2vcd.1.gz +share/man/man1/fst2vcd.1.gz +share/man/man1/fstminer.1.gz +share/man/man1/gtkwave.1.gz +share/man/man1/lxt2miner.1.gz +share/man/man1/lxt2vcd.1.gz +share/man/man1/rtlbrowse.1.gz +share/man/man1/shmidcat.1.gz +share/man/man1/twinwave.1.gz +share/man/man1/vcd2fst.1.gz +share/man/man1/vcd2lxt.1.gz +share/man/man1/vcd2lxt2.1.gz +share/man/man1/vcd2vzt.1.gz +share/man/man1/vzt2vcd.1.gz +share/man/man1/vztminer.1.gz +share/man/man1/xml2stems.1.gz +share/man/man5/gtkwaverc.5.gz share/applications/gtkwave.desktop share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-ae2.png share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-aet.png share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-evcd.png share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-fst.png share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-ghw.png share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-gtkw.png share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-lx2.png share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-lxt.png share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-lxt2.png share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-vcd.png share/icons/gnome/16x16/mimetypes/gnome-mime-application-vnd.gtkwave-vzt.png share/icons/gnome/16x16/mimetypes/gtkwave.png share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-ae2.png share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-aet.png share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-evcd.png share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-fst.png share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-ghw.png share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-gtkw.png share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-lx2.png share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-lxt.png share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-lxt2.png share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-vcd.png share/icons/gnome/32x32/mimetypes/gnome-mime-application-vnd.gtkwave-vzt.png share/icons/gnome/32x32/mimetypes/gtkwave.png share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-ae2.png share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-aet.png share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-evcd.png share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-fst.png share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-ghw.png share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-gtkw.png share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-lx2.png share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-lxt.png share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-lxt2.png share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-vcd.png share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.gtkwave-vzt.png share/icons/gnome/48x48/mimetypes/gtkwave.png share/icons/gtkwave_256x256x32.png share/icons/gtkwave_files_256x256x32.png share/icons/gtkwave_savefiles_256x256x32.png share/icons/hicolor/scalable/apps/gtkwave.svg share/mime/packages/x-gtkwave-extension-ae2.xml share/mime/packages/x-gtkwave-extension-aet.xml share/mime/packages/x-gtkwave-extension-evcd.xml share/mime/packages/x-gtkwave-extension-fst.xml share/mime/packages/x-gtkwave-extension-ghw.xml share/mime/packages/x-gtkwave-extension-gtkw.xml share/mime/packages/x-gtkwave-extension-lx2.xml share/mime/packages/x-gtkwave-extension-lxt.xml share/mime/packages/x-gtkwave-extension-lxt2.xml share/mime/packages/x-gtkwave-extension-vcd.xml share/mime/packages/x-gtkwave-extension-vzt.xml diff --git a/comms/conserver-com/Makefile b/comms/conserver-com/Makefile index c19ef7c103b3..9d4763d60ff1 100644 --- a/comms/conserver-com/Makefile +++ b/comms/conserver-com/Makefile @@ -1,52 +1,54 @@ PORTNAME= conserver DISTVERSION= 8.2.7 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= https://github.com/bstansell/conserver/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= -com MAINTAINER= eduardo@FreeBSD.org COMMENT= Application that allows multiple users to watch serial consoles WWW= https://www.conserver.com/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= autoreconf:2.69 ssl USE_RC_SUBR= conserver GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --with-libwrap \ --with-master=${DEFAULTHOST} \ --with-openssl \ --with-pam \ --with-port=${DEFAULTPORT} CONFLICTS_INSTALL= conserver OPTIONS_DEFINE= FREEIPMI GSSAPI GSSAPIONLY STRIPREALM UDS FREEIPMI_DESC= Compile in FreeIPMI support GSSAPIONLY_DESC= Never prompt for a password when using GSSAPI GSSAPIONLY_IMPLIES= GSSAPI STRIPREALM_DESC= Strip @REALM when using GSSAPI STRIPREALM_IMPLIES= GSSAPI UDS_DESC= Use Unix domain sockets for client/server FREEIPMI_CONFIGURE_ON= --with-freeipmi=${LOCALBASE} FREEIPMI_LIB_DEPENDS= libfreeipmi.so:sysutils/freeipmi GSSAPI_CONFIGURE_WITH= gssapi GSSAPIONLY_EXTRA_PATCHES= ${FILESDIR}/extra-patch-conserver__master.c STRIPREALM_CONFIGURE_WITH= striprealm UDS_CONFIGURE_WITH= uds post-extract: .for file in config.guess config.sub ${CP} -f ${TEMPLATES}/${file} ${WRKSRC} .endfor post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/conserver-convert DEFAULTPORT?= 782 DEFAULTHOST?= localhost .include diff --git a/comms/conserver-com/pkg-plist b/comms/conserver-com/pkg-plist index c37b5cab9591..5aa4c13e968f 100644 --- a/comms/conserver-com/pkg-plist +++ b/comms/conserver-com/pkg-plist @@ -1,10 +1,10 @@ bin/console %%EXAMPLESDIR%%/conserver.cf %%EXAMPLESDIR%%/conserver.passwd %%EXAMPLESDIR%%/conserver.rc sbin/conserver sbin/conserver-convert -man/man1/console.1.gz -man/man5/conserver.cf.5.gz -man/man5/conserver.passwd.5.gz -man/man8/conserver.8.gz +share/man/man1/console.1.gz +share/man/man5/conserver.cf.5.gz +share/man/man5/conserver.passwd.5.gz +share/man/man8/conserver.8.gz diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index 048243ba52ae..9e5bd51bfea7 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -1,105 +1,106 @@ PORTNAME= rrdtool DISTVERSION= 1.8.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases graphics MASTER_SITES= https://github.com/oetiker/rrdtool-1.x/releases/download/v${DISTVERSION}/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Round Robin Database Tools WWW= https://oss.oetiker.ch/rrdtool/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe gmake gnome libtool pathfix pkgconfig shebangfix CPE_VENDOR= rrdtool_project USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes USE_RC_SUBR= rrdcached SHEBANG_FILES= examples/rrdcached/rrdcached-size.pl examples/stripes.py GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --disable-tcl CONFIGURE_ENV= RRDDOCDIR=${DOCSDIR:Q} INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 # Some symbols in the linker version script librrd.sym are undefined when the # CACHE option is off. Suppress errors with lld >= 17 due to these undefined # symbols. LDFLAGS+= -Wl,--undefined-version CONFLICTS= rrdtool12 PORTDOCS= * PORTEXAMPLES= cgi-demo.cgi OPTIONS_DEFINE= DEJAVU DOCS EXAMPLES GRAPH LOCKTIMEOUT MMAP NLS PERL \ PYTHON RUBY OPTIONS_DEFAULT= DEJAVU GRAPH MMAP PERL OPTIONS_SUB= yes DEJAVU_DESC= Use DejaVu fonts (requires X11) GRAPH_DESC= Enable the rrdtool graph command (needs cairo) LOCKTIMEOUT_DESC= Enable the patch for lock timeout MMAP_DESC= Use mmap in rrd_update PERL_DESC= Build PERL module PYTHON_DESC= Build PYTHON bindings RUBY_DESC= Build RUBY bindings DEJAVU_RUN_DEPENDS= dejavu>0:x11-fonts/dejavu DOCS_USES= groff DOCS_CONFIGURE_ENABLE= docs EXAMPLES_CONFIGURE_ENABLE= examples GRAPH_LIB_DEPENDS= libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ libpng.so:graphics/png GRAPH_USE= GNOME=cairo,pango GRAPH_CONFIGURE_OFF= --disable-rrd_graph \ --disable-rrdcgi LOCKTIMEOUT_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-locktimeout MMAP_CONFIGURE_ENABLE= mmap NLS_USES= gettext localbase NLS_USE= GNOME=intltool NLS_CONFIGURE_ENABLE= nls PERL_USES= perl5 PERL_CONFIGURE_ON= --enable-perl \ --enable-perl-site-install PERL_CONFIGURE_OFF= --disable-perl PERL_MAKE_ARGS= PERL_MAKE_OPTIONS='PREFIX="${PREFIX}" INSTALLPRIVLIB="${PREFIX}/lib" INSTALLARCHLIB="${PREFIX}/lib"' PERL_PORTEXAMPLES= 4charts.pl bigtops.pl minmax.pl perftest.pl \ piped-demo.pl rrdcached/rrdcached-size.pl \ rrdcached/RRDCached.pm shared-demo.pl \ stripes.pl PYTHON_BUILD_DEPENDS= ${PY_SETUPTOOLS} PYTHON_USES= python PYTHON_USE= PYTHON=flavors,optsuffix PYTHON_CONFIGURE_ENABLE= python PYTHON_PORTEXAMPLES= stripes.py RUBY_USES= ruby RUBY_CONFIGURE_ENABLE= ruby post-extract: @${REINPLACE_CMD} -E 's|(^rrdtool_LDADD = librrd.la)|\1 $$\(ALL_LIBS\)|' \ ${WRKSRC}/src/Makefile.in post-install-EXAMPLES-on: .if !defined(BATCH) @${ECHO_MSG} "" @${ECHO_MSG} "############################################################################" @${ECHO_MSG} "# See ${EXAMPLESDIR} for some demonstration code #" @${ECHO_MSG} "############################################################################" .endif post-install-PERL-on: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/RRDs/RRDs.so post-install-PERL-off: ${RM} ${STAGEDIR}${EXAMPLESDIR}/*.pl ${RM} -r ${STAGEDIR}${EXAMPLESDIR}/rrdcached post-install-PYTHON-on: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/rrdtool*.so post-install-PYTHON-off: ${RM} ${STAGEDIR}${EXAMPLESDIR}/stripes.py post-install-RUBY-on: ${STRIP_CMD} ${STAGEDIR}${RUBY_SITEARCHLIBDIR}/RRD.so .include diff --git a/databases/rrdtool/pkg-plist b/databases/rrdtool/pkg-plist index 00d9480eae2b..56c95bb299ee 100644 --- a/databases/rrdtool/pkg-plist +++ b/databases/rrdtool/pkg-plist @@ -1,60 +1,60 @@ bin/rrdcached %%GRAPH%%bin/rrdcgi bin/rrdcreate bin/rrdinfo bin/rrdtool bin/rrdupdate include/rrd.h include/rrd_client.h include/rrd_format.h lib/librrd.a lib/librrd.so lib/librrd.so.8 lib/librrd.so.8.3.0 %%PERL%%%%SITE_PERL%%/RRDp.pm %%PERL%%%%SITE_ARCH%%/RRDs.pm %%PERL%%%%SITE_ARCH%%/auto/RRDs/RRDs.so %%PERL%%%%PERL5_MAN3%%/RRDp.3.gz %%PERL%%%%PERL5_MAN3%%/RRDs.3.gz %%PYTHON%%%%PYTHON_SITELIBDIR%%/rrdtool-0.1.10-py%%PYTHON_VER%%.egg-info/PKG-INFO %%PYTHON%%%%PYTHON_SITELIBDIR%%/rrdtool-0.1.10-py%%PYTHON_VER%%.egg-info/SOURCES.txt %%PYTHON%%%%PYTHON_SITELIBDIR%%/rrdtool-0.1.10-py%%PYTHON_VER%%.egg-info/dependency_links.txt %%PYTHON%%%%PYTHON_SITELIBDIR%%/rrdtool-0.1.10-py%%PYTHON_VER%%.egg-info/top_level.txt %%PYTHON%%%%PYTHON_SITELIBDIR%%/rrdtool%%PYTHON_EXT_SUFFIX%%.so %%RUBY%%%%RUBY_SITEARCHLIBDIR%%/RRD.so libdata/pkgconfig/librrd.pc -%%PORTDOCS%%man/man1/bin_dec_hex.1.gz -%%PORTDOCS%%man/man1/cdeftutorial.1.gz -%%PORTDOCS%%man/man1/rpntutorial.1.gz -%%PORTDOCS%%man/man1/rrd-beginners.1.gz -%%PORTDOCS%%man/man1/rrd_pdpcalc.1.gz -%%PORTDOCS%%man/man1/rrdbuild.1.gz -%%PORTDOCS%%man/man1/rrdcached.1.gz -%%PORTDOCS%%man/man1/rrdcgi.1.gz -%%PORTDOCS%%man/man1/rrdcreate.1.gz -%%PORTDOCS%%man/man1/rrddump.1.gz -%%PORTDOCS%%man/man1/rrdfetch.1.gz -%%PORTDOCS%%man/man1/rrdfirst.1.gz -%%PORTDOCS%%man/man1/rrdflushcached.1.gz -%%PORTDOCS%%man/man1/rrdgraph.1.gz -%%PORTDOCS%%man/man1/rrdgraph_data.1.gz -%%PORTDOCS%%man/man1/rrdgraph_examples.1.gz -%%PORTDOCS%%man/man1/rrdgraph_graph.1.gz -%%PORTDOCS%%man/man1/rrdgraph_rpn.1.gz -%%PORTDOCS%%man/man1/rrdinfo.1.gz -%%PORTDOCS%%man/man1/rrdlast.1.gz -%%PORTDOCS%%man/man1/rrdlastupdate.1.gz -%%PORTDOCS%%man/man1/rrdlist.1.gz -%%PORTDOCS%%%%PYTHON%%man/man1/rrdpython.1.gz -%%PORTDOCS%%man/man1/rrdresize.1.gz -%%PORTDOCS%%man/man1/rrdrestore.1.gz -%%PORTDOCS%%%%RUBY%%man/man1/rrdruby.1.gz -%%PORTDOCS%%man/man1/rrdthreads.1.gz -%%PORTDOCS%%man/man1/rrdtool.1.gz -%%PORTDOCS%%man/man1/rrdtune.1.gz -%%PORTDOCS%%man/man1/rrdtutorial.1.gz -%%PORTDOCS%%man/man1/rrdupdate.1.gz -%%PORTDOCS%%man/man1/rrdxport.1.gz -%%PORTDOCS%%man/man3/librrd.3.gz +%%PORTDOCS%%share/man/man1/bin_dec_hex.1.gz +%%PORTDOCS%%share/man/man1/cdeftutorial.1.gz +%%PORTDOCS%%share/man/man1/rpntutorial.1.gz +%%PORTDOCS%%share/man/man1/rrd-beginners.1.gz +%%PORTDOCS%%share/man/man1/rrd_pdpcalc.1.gz +%%PORTDOCS%%share/man/man1/rrdbuild.1.gz +%%PORTDOCS%%share/man/man1/rrdcached.1.gz +%%PORTDOCS%%share/man/man1/rrdcgi.1.gz +%%PORTDOCS%%share/man/man1/rrdcreate.1.gz +%%PORTDOCS%%share/man/man1/rrddump.1.gz +%%PORTDOCS%%share/man/man1/rrdfetch.1.gz +%%PORTDOCS%%share/man/man1/rrdfirst.1.gz +%%PORTDOCS%%share/man/man1/rrdflushcached.1.gz +%%PORTDOCS%%share/man/man1/rrdgraph.1.gz +%%PORTDOCS%%share/man/man1/rrdgraph_data.1.gz +%%PORTDOCS%%share/man/man1/rrdgraph_examples.1.gz +%%PORTDOCS%%share/man/man1/rrdgraph_graph.1.gz +%%PORTDOCS%%share/man/man1/rrdgraph_rpn.1.gz +%%PORTDOCS%%share/man/man1/rrdinfo.1.gz +%%PORTDOCS%%share/man/man1/rrdlast.1.gz +%%PORTDOCS%%share/man/man1/rrdlastupdate.1.gz +%%PORTDOCS%%share/man/man1/rrdlist.1.gz +%%PORTDOCS%%%%PYTHON%%share/man/man1/rrdpython.1.gz +%%PORTDOCS%%share/man/man1/rrdresize.1.gz +%%PORTDOCS%%share/man/man1/rrdrestore.1.gz +%%PORTDOCS%%%%RUBY%%share/man/man1/rrdruby.1.gz +%%PORTDOCS%%share/man/man1/rrdthreads.1.gz +%%PORTDOCS%%share/man/man1/rrdtool.1.gz +%%PORTDOCS%%share/man/man1/rrdtune.1.gz +%%PORTDOCS%%share/man/man1/rrdtutorial.1.gz +%%PORTDOCS%%share/man/man1/rrdupdate.1.gz +%%PORTDOCS%%share/man/man1/rrdxport.1.gz +%%PORTDOCS%%share/man/man3/librrd.3.gz %%NLS%%share/locale/fr/LC_MESSAGES/rrdtool.mo %%NLS%%share/locale/hu/LC_MESSAGES/rrdtool.mo diff --git a/deskutils/calcurse/Makefile b/deskutils/calcurse/Makefile index b803d51ed742..9601b9518b7e 100644 --- a/deskutils/calcurse/Makefile +++ b/deskutils/calcurse/Makefile @@ -1,43 +1,45 @@ PORTNAME= calcurse DISTVERSION= 4.8.1 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= https://calcurse.org/files/ \ https://fossies.org/linux/privat/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Text-based calendar and scheduling application WWW= https://calcurse.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= ncurses shebangfix SHEBANG_FILES= contrib/caldav/calcurse-caldav \ contrib/caldav/calcurse-caldav.py \ contrib/vdir/calcurse-vdir \ contrib/vdir/calcurse-vdir.py GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --without-asciidoc OPTIONS_DEFINE= CALDAV DOCS NLS OPTIONS_DEFAULT= CALDAV OPTIONS_SUB= yes CALDAV_DESC= Support Calendaring Extensions to WebDAV CALDAV_USES= python CALDAV_USES_OFF= python:env CALDAV_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:www/py-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oauth2client>=0:security/py-oauth2client@${PY_FLAVOR} DOCS_USES= gmake DOCS_CONFIGURE_ENABLE= docs NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} -e 's|^docdir = .*|docdir = ${DOCSDIR}|' ${WRKSRC}/doc/Makefile.in @${REINPLACE_CMD} -e 's|-R$$found_dir||' ${WRKSRC}/configure .include diff --git a/deskutils/calcurse/pkg-plist b/deskutils/calcurse/pkg-plist index 8194e564545f..954c1075e3ae 100644 --- a/deskutils/calcurse/pkg-plist +++ b/deskutils/calcurse/pkg-plist @@ -1,170 +1,170 @@ bin/calcurse bin/calcurse-caldav bin/calcurse-upgrade bin/calcurse-vdir -man/man1/calcurse.1.gz +share/man/man1/calcurse.1.gz %%PORTDOCS%%%%DOCSDIR%%/add.txt %%PORTDOCS%%%%DOCSDIR%%/config.txt %%PORTDOCS%%%%DOCSDIR%%/copy-paste.txt %%PORTDOCS%%%%DOCSDIR%%/credits.txt %%PORTDOCS%%%%DOCSDIR%%/de/add.txt %%PORTDOCS%%%%DOCSDIR%%/de/config.txt %%PORTDOCS%%%%DOCSDIR%%/de/copy-paste.txt %%PORTDOCS%%%%DOCSDIR%%/de/credits.txt %%PORTDOCS%%%%DOCSDIR%%/de/delete.txt %%PORTDOCS%%%%DOCSDIR%%/de/displacement.txt %%PORTDOCS%%%%DOCSDIR%%/de/edit.txt %%PORTDOCS%%%%DOCSDIR%%/de/enote.txt %%PORTDOCS%%%%DOCSDIR%%/de/export.txt %%PORTDOCS%%%%DOCSDIR%%/de/flag.txt %%PORTDOCS%%%%DOCSDIR%%/de/general.txt %%PORTDOCS%%%%DOCSDIR%%/de/goto.txt %%PORTDOCS%%%%DOCSDIR%%/de/import.txt %%PORTDOCS%%%%DOCSDIR%%/de/intro.txt %%PORTDOCS%%%%DOCSDIR%%/de/other.txt %%PORTDOCS%%%%DOCSDIR%%/de/pipe.txt %%PORTDOCS%%%%DOCSDIR%%/de/priority.txt %%PORTDOCS%%%%DOCSDIR%%/de/repeat.txt %%PORTDOCS%%%%DOCSDIR%%/de/save.txt %%PORTDOCS%%%%DOCSDIR%%/de/tab.txt %%PORTDOCS%%%%DOCSDIR%%/de/view.txt %%PORTDOCS%%%%DOCSDIR%%/de/vnote.txt %%PORTDOCS%%%%DOCSDIR%%/delete.txt %%PORTDOCS%%%%DOCSDIR%%/displacement.txt %%PORTDOCS%%%%DOCSDIR%%/edit.txt %%PORTDOCS%%%%DOCSDIR%%/enote.txt %%PORTDOCS%%%%DOCSDIR%%/es/add.txt %%PORTDOCS%%%%DOCSDIR%%/es/config.txt %%PORTDOCS%%%%DOCSDIR%%/es/copy-paste.txt %%PORTDOCS%%%%DOCSDIR%%/es/credits.txt %%PORTDOCS%%%%DOCSDIR%%/es/delete.txt %%PORTDOCS%%%%DOCSDIR%%/es/displacement.txt %%PORTDOCS%%%%DOCSDIR%%/es/edit.txt %%PORTDOCS%%%%DOCSDIR%%/es/enote.txt %%PORTDOCS%%%%DOCSDIR%%/es/export.txt %%PORTDOCS%%%%DOCSDIR%%/es/flag.txt %%PORTDOCS%%%%DOCSDIR%%/es/general.txt %%PORTDOCS%%%%DOCSDIR%%/es/goto.txt %%PORTDOCS%%%%DOCSDIR%%/es/import.txt %%PORTDOCS%%%%DOCSDIR%%/es/intro.txt %%PORTDOCS%%%%DOCSDIR%%/es/other.txt %%PORTDOCS%%%%DOCSDIR%%/es/pipe.txt %%PORTDOCS%%%%DOCSDIR%%/es/priority.txt %%PORTDOCS%%%%DOCSDIR%%/es/repeat.txt %%PORTDOCS%%%%DOCSDIR%%/es/save.txt %%PORTDOCS%%%%DOCSDIR%%/es/tab.txt %%PORTDOCS%%%%DOCSDIR%%/es/view.txt %%PORTDOCS%%%%DOCSDIR%%/es/vnote.txt %%PORTDOCS%%%%DOCSDIR%%/export.txt %%PORTDOCS%%%%DOCSDIR%%/flag.txt %%PORTDOCS%%%%DOCSDIR%%/fr/add.txt %%PORTDOCS%%%%DOCSDIR%%/fr/config.txt %%PORTDOCS%%%%DOCSDIR%%/fr/copy-paste.txt %%PORTDOCS%%%%DOCSDIR%%/fr/credits.txt %%PORTDOCS%%%%DOCSDIR%%/fr/delete.txt %%PORTDOCS%%%%DOCSDIR%%/fr/displacement.txt %%PORTDOCS%%%%DOCSDIR%%/fr/edit.txt %%PORTDOCS%%%%DOCSDIR%%/fr/enote.txt %%PORTDOCS%%%%DOCSDIR%%/fr/export.txt %%PORTDOCS%%%%DOCSDIR%%/fr/flag.txt %%PORTDOCS%%%%DOCSDIR%%/fr/general.txt %%PORTDOCS%%%%DOCSDIR%%/fr/goto.txt %%PORTDOCS%%%%DOCSDIR%%/fr/import.txt %%PORTDOCS%%%%DOCSDIR%%/fr/intro.txt %%PORTDOCS%%%%DOCSDIR%%/fr/other.txt %%PORTDOCS%%%%DOCSDIR%%/fr/pipe.txt %%PORTDOCS%%%%DOCSDIR%%/fr/priority.txt %%PORTDOCS%%%%DOCSDIR%%/fr/repeat.txt %%PORTDOCS%%%%DOCSDIR%%/fr/save.txt %%PORTDOCS%%%%DOCSDIR%%/fr/tab.txt %%PORTDOCS%%%%DOCSDIR%%/fr/view.txt %%PORTDOCS%%%%DOCSDIR%%/fr/vnote.txt %%PORTDOCS%%%%DOCSDIR%%/general.txt %%PORTDOCS%%%%DOCSDIR%%/goto.txt %%PORTDOCS%%%%DOCSDIR%%/import.txt %%PORTDOCS%%%%DOCSDIR%%/intro.txt %%PORTDOCS%%%%DOCSDIR%%/manual.html %%PORTDOCS%%%%DOCSDIR%%/manual.txt %%PORTDOCS%%%%DOCSDIR%%/nl/add.txt %%PORTDOCS%%%%DOCSDIR%%/nl/config.txt %%PORTDOCS%%%%DOCSDIR%%/nl/copy-paste.txt %%PORTDOCS%%%%DOCSDIR%%/nl/credits.txt %%PORTDOCS%%%%DOCSDIR%%/nl/delete.txt %%PORTDOCS%%%%DOCSDIR%%/nl/displacement.txt %%PORTDOCS%%%%DOCSDIR%%/nl/edit.txt %%PORTDOCS%%%%DOCSDIR%%/nl/enote.txt %%PORTDOCS%%%%DOCSDIR%%/nl/export.txt %%PORTDOCS%%%%DOCSDIR%%/nl/flag.txt %%PORTDOCS%%%%DOCSDIR%%/nl/general.txt %%PORTDOCS%%%%DOCSDIR%%/nl/goto.txt %%PORTDOCS%%%%DOCSDIR%%/nl/import.txt %%PORTDOCS%%%%DOCSDIR%%/nl/intro.txt %%PORTDOCS%%%%DOCSDIR%%/nl/other.txt %%PORTDOCS%%%%DOCSDIR%%/nl/pipe.txt %%PORTDOCS%%%%DOCSDIR%%/nl/priority.txt %%PORTDOCS%%%%DOCSDIR%%/nl/repeat.txt %%PORTDOCS%%%%DOCSDIR%%/nl/save.txt %%PORTDOCS%%%%DOCSDIR%%/nl/tab.txt %%PORTDOCS%%%%DOCSDIR%%/nl/view.txt %%PORTDOCS%%%%DOCSDIR%%/nl/vnote.txt %%PORTDOCS%%%%DOCSDIR%%/other.txt %%PORTDOCS%%%%DOCSDIR%%/pipe.txt %%PORTDOCS%%%%DOCSDIR%%/priority.txt %%PORTDOCS%%%%DOCSDIR%%/pt_BR/add.txt %%PORTDOCS%%%%DOCSDIR%%/pt_BR/config.txt %%PORTDOCS%%%%DOCSDIR%%/pt_BR/copy-paste.txt %%PORTDOCS%%%%DOCSDIR%%/pt_BR/credits.txt %%PORTDOCS%%%%DOCSDIR%%/pt_BR/delete.txt %%PORTDOCS%%%%DOCSDIR%%/pt_BR/displacement.txt %%PORTDOCS%%%%DOCSDIR%%/pt_BR/edit.txt %%PORTDOCS%%%%DOCSDIR%%/pt_BR/enote.txt %%PORTDOCS%%%%DOCSDIR%%/pt_BR/export.txt %%PORTDOCS%%%%DOCSDIR%%/pt_BR/flag.txt %%PORTDOCS%%%%DOCSDIR%%/pt_BR/general.txt %%PORTDOCS%%%%DOCSDIR%%/pt_BR/goto.txt %%PORTDOCS%%%%DOCSDIR%%/pt_BR/import.txt %%PORTDOCS%%%%DOCSDIR%%/pt_BR/intro.txt %%PORTDOCS%%%%DOCSDIR%%/pt_BR/other.txt %%PORTDOCS%%%%DOCSDIR%%/pt_BR/pipe.txt %%PORTDOCS%%%%DOCSDIR%%/pt_BR/priority.txt %%PORTDOCS%%%%DOCSDIR%%/pt_BR/repeat.txt %%PORTDOCS%%%%DOCSDIR%%/pt_BR/save.txt %%PORTDOCS%%%%DOCSDIR%%/pt_BR/tab.txt %%PORTDOCS%%%%DOCSDIR%%/pt_BR/view.txt %%PORTDOCS%%%%DOCSDIR%%/pt_BR/vnote.txt %%PORTDOCS%%%%DOCSDIR%%/reload.txt %%PORTDOCS%%%%DOCSDIR%%/repeat.txt %%PORTDOCS%%%%DOCSDIR%%/ru/add.txt %%PORTDOCS%%%%DOCSDIR%%/ru/config.txt %%PORTDOCS%%%%DOCSDIR%%/ru/copy-paste.txt %%PORTDOCS%%%%DOCSDIR%%/ru/credits.txt %%PORTDOCS%%%%DOCSDIR%%/ru/delete.txt %%PORTDOCS%%%%DOCSDIR%%/ru/displacement.txt %%PORTDOCS%%%%DOCSDIR%%/ru/edit.txt %%PORTDOCS%%%%DOCSDIR%%/ru/enote.txt %%PORTDOCS%%%%DOCSDIR%%/ru/export.txt %%PORTDOCS%%%%DOCSDIR%%/ru/flag.txt %%PORTDOCS%%%%DOCSDIR%%/ru/general.txt %%PORTDOCS%%%%DOCSDIR%%/ru/goto.txt %%PORTDOCS%%%%DOCSDIR%%/ru/import.txt %%PORTDOCS%%%%DOCSDIR%%/ru/intro.txt %%PORTDOCS%%%%DOCSDIR%%/ru/other.txt %%PORTDOCS%%%%DOCSDIR%%/ru/pipe.txt %%PORTDOCS%%%%DOCSDIR%%/ru/priority.txt %%PORTDOCS%%%%DOCSDIR%%/ru/repeat.txt %%PORTDOCS%%%%DOCSDIR%%/ru/save.txt %%PORTDOCS%%%%DOCSDIR%%/ru/tab.txt %%PORTDOCS%%%%DOCSDIR%%/ru/view.txt %%PORTDOCS%%%%DOCSDIR%%/ru/vnote.txt %%PORTDOCS%%%%DOCSDIR%%/save.txt %%PORTDOCS%%%%DOCSDIR%%/submitting-patches.html %%PORTDOCS%%%%DOCSDIR%%/tab.txt %%PORTDOCS%%%%DOCSDIR%%/view.txt %%PORTDOCS%%%%DOCSDIR%%/vnote.txt %%NLS%%share/locale/de/LC_MESSAGES/calcurse.mo %%NLS%%share/locale/en/LC_MESSAGES/calcurse.mo %%NLS%%share/locale/es/LC_MESSAGES/calcurse.mo %%NLS%%share/locale/fr/LC_MESSAGES/calcurse.mo %%NLS%%share/locale/nl/LC_MESSAGES/calcurse.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/calcurse.mo %%NLS%%share/locale/ru/LC_MESSAGES/calcurse.mo diff --git a/deskutils/gsimplecal/Makefile b/deskutils/gsimplecal/Makefile index e22bd5983627..430af2cdf6f4 100644 --- a/deskutils/gsimplecal/Makefile +++ b/deskutils/gsimplecal/Makefile @@ -1,24 +1,25 @@ PORTNAME= gsimplecal DISTVERSIONPREFIX= v DISTVERSION= 2.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MAINTAINER= eduardo@FreeBSD.org COMMENT= Lightweight calendar applet written in C++ using GTK WWW= https://github.com/dmedvinsky/gsimplecal LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf compiler:c++11-lang gmake gnome pkgconfig USE_GITHUB= yes GH_ACCOUNT= dmedvinsky USE_GNOME= glib20 gtk30 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PLIST_FILES= bin/gsimplecal \ - man/man1/gsimplecal.1.gz + share/man/man1/gsimplecal.1.gz .include diff --git a/devel/rsvndump/Makefile b/devel/rsvndump/Makefile index 1054604318db..72f7e040d079 100644 --- a/devel/rsvndump/Makefile +++ b/devel/rsvndump/Makefile @@ -1,36 +1,38 @@ PORTNAME= rsvndump DISTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${DISTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Remote Subversion repository dumpfile generator WWW= http://rsvndump.sourceforge.net/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libapr-1.so:devel/apr1 \ libexpat.so:textproc/expat2 \ libgdbm.so:databases/gdbm \ libsvn_client-1.so:devel/subversion USES= bdb:18 gmake GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --with-svn=${LOCALBASE} PLIST_FILES= bin/rsvndump OPTIONS_DEFINE= DOCS NLS DOCS_BUILD_DEPENDS= asciidoc:textproc/asciidoc \ xmlto:textproc/xmlto DOCS_CONFIGURE_ENABLE= man -DOCS_PLIST_FILES= man/man1/rsvndump.1.gz +DOCS_PLIST_FILES= share/man/man1/rsvndump.1.gz NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls NLS_PLIST_FILES= share/locale/de/LC_MESSAGES/rsvndump.mo .include diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile index 95658fa7f1de..d499cafeb384 100644 --- a/editors/cooledit/Makefile +++ b/editors/cooledit/Makefile @@ -1,39 +1,41 @@ PORTNAME= cooledit DISTVERSION= 4.1.2 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= SUNSITE/apps/editors/X/cooledit MAINTAINER= eduardo@FreeBSD.org COMMENT= CoolEdit Programmers Code Editor WWW= https://github.com/paulsheer/cooledit LICENSE= BSD2CLAUSE GPLv2 LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/COPYRIGHT.bsd LICENSE_FILE_GPLv2= ${WRKSRC}/COPYRIGHT.gpl LIB_DEPENDS= libfreetype.so:print/freetype2 RUN_DEPENDS= font-misc-misc>0:x11-fonts/font-misc-misc \ noto-basic>0:x11-fonts/noto-basic \ noto-emoji>0:x11-fonts/noto-emoji \ noto-extra>0:x11-fonts/noto-extra USES= gettext-runtime libtool:build pkgconfig python xorg USE_XORG= x11 xt GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip OPTIONS_DEFINE= CJK CJK_DESC= Chinese, Japanese and Korean fonts CJK_RUN_DEPENDS= noto-hk>0:x11-fonts/noto-hk \ noto-jp>0:x11-fonts/noto-jp \ noto-kr>0:x11-fonts/noto-kr \ noto-sc>0:x11-fonts/noto-sc \ noto-tc>0:x11-fonts/noto-tc # Don't install bundled fonts post-patch: @${REINPLACE_CMD} -e 's|man notosans|man|g' ${WRKSRC}/Makefile.in .include diff --git a/editors/cooledit/pkg-plist b/editors/cooledit/pkg-plist index c6dc28de0242..2bfa039fdcb0 100644 --- a/editors/cooledit/pkg-plist +++ b/editors/cooledit/pkg-plist @@ -1,117 +1,117 @@ bin/cooledit bin/cooledit-gdb bin/coolman bin/coolproject bin/remotefs bin/smalledit lib/libCw.a -man/man1/cooledit.1.gz -man/man1/remotefs.1.gz +share/man/man1/cooledit.1.gz +share/man/man1/remotefs.1.gz %%DATADIR%%/c_utils.py %%DATADIR%%/global.py %%DATADIR%%/sh_utils.py %%DATADIR%%/syntax/PKGBUILD.syntax %%DATADIR%%/syntax/ada95.syntax %%DATADIR%%/syntax/as.syntax %%DATADIR%%/syntax/aspx.syntax %%DATADIR%%/syntax/assembler.syntax %%DATADIR%%/syntax/awk.syntax %%DATADIR%%/syntax/bapc.syntax %%DATADIR%%/syntax/c.syntax %%DATADIR%%/syntax/cabal.syntax %%DATADIR%%/syntax/changelog.syntax %%DATADIR%%/syntax/cmake.syntax %%DATADIR%%/syntax/cobol.syntax %%DATADIR%%/syntax/cs.syntax %%DATADIR%%/syntax/css.syntax %%DATADIR%%/syntax/cuda.syntax %%DATADIR%%/syntax/cxx.syntax %%DATADIR%%/syntax/cython.syntax %%DATADIR%%/syntax/d.syntax %%DATADIR%%/syntax/debian-changelog.syntax %%DATADIR%%/syntax/debian-control.syntax %%DATADIR%%/syntax/debian-description.syntax %%DATADIR%%/syntax/debian-sources-list.syntax %%DATADIR%%/syntax/diff.syntax %%DATADIR%%/syntax/dlink.syntax %%DATADIR%%/syntax/dos.syntax %%DATADIR%%/syntax/dot.syntax %%DATADIR%%/syntax/ebuild.syntax %%DATADIR%%/syntax/eiffel.syntax %%DATADIR%%/syntax/erlang.syntax %%DATADIR%%/syntax/f90.syntax %%DATADIR%%/syntax/filehighlight.syntax %%DATADIR%%/syntax/fortran.syntax %%DATADIR%%/syntax/glsl.syntax %%DATADIR%%/syntax/go.syntax %%DATADIR%%/syntax/haskell.syntax %%DATADIR%%/syntax/hive.syntax %%DATADIR%%/syntax/html.syntax %%DATADIR%%/syntax/idl.syntax %%DATADIR%%/syntax/ini.syntax %%DATADIR%%/syntax/j.syntax %%DATADIR%%/syntax/jal.syntax %%DATADIR%%/syntax/jasm.syntax %%DATADIR%%/syntax/java.syntax %%DATADIR%%/syntax/js.syntax %%DATADIR%%/syntax/json.syntax %%DATADIR%%/syntax/kotlin.syntax %%DATADIR%%/syntax/latex.syntax %%DATADIR%%/syntax/lisp.syntax %%DATADIR%%/syntax/lkr.syntax %%DATADIR%%/syntax/lsm.syntax %%DATADIR%%/syntax/lsm4.syntax %%DATADIR%%/syntax/lua.syntax %%DATADIR%%/syntax/m4.syntax %%DATADIR%%/syntax/mail.syntax %%DATADIR%%/syntax/makefile.syntax %%DATADIR%%/syntax/markdown.syntax %%DATADIR%%/syntax/meson.syntax %%DATADIR%%/syntax/mhtml.syntax %%DATADIR%%/syntax/ml.syntax %%DATADIR%%/syntax/mudela.syntax %%DATADIR%%/syntax/named.syntax %%DATADIR%%/syntax/nemerle.syntax %%DATADIR%%/syntax/nroff.syntax %%DATADIR%%/syntax/octave.syntax %%DATADIR%%/syntax/opencl.syntax %%DATADIR%%/syntax/osl.syntax %%DATADIR%%/syntax/pascal.syntax %%DATADIR%%/syntax/perl.syntax %%DATADIR%%/syntax/php.syntax %%DATADIR%%/syntax/php3.syntax %%DATADIR%%/syntax/po.syntax %%DATADIR%%/syntax/povray.syntax %%DATADIR%%/syntax/privoxy.syntax %%DATADIR%%/syntax/procmail.syntax %%DATADIR%%/syntax/prolog.syntax %%DATADIR%%/syntax/properties.syntax %%DATADIR%%/syntax/protobuf.syntax %%DATADIR%%/syntax/puppet.syntax %%DATADIR%%/syntax/python.syntax %%DATADIR%%/syntax/r.syntax %%DATADIR%%/syntax/ruby.syntax %%DATADIR%%/syntax/rust.syntax %%DATADIR%%/syntax/scm.syntax %%DATADIR%%/syntax/sh.syntax %%DATADIR%%/syntax/slang.syntax %%DATADIR%%/syntax/smalltalk.syntax %%DATADIR%%/syntax/spec.syntax %%DATADIR%%/syntax/spice.syntax %%DATADIR%%/syntax/sql.syntax %%DATADIR%%/syntax/strace.syntax %%DATADIR%%/syntax/swift.syntax %%DATADIR%%/syntax/swig.syntax %%DATADIR%%/syntax/syntax.syntax %%DATADIR%%/syntax/tcl.syntax %%DATADIR%%/syntax/texinfo.syntax %%DATADIR%%/syntax/ts.syntax %%DATADIR%%/syntax/tt.syntax %%DATADIR%%/syntax/unknown.syntax %%DATADIR%%/syntax/verilog.syntax %%DATADIR%%/syntax/vhdl.syntax %%DATADIR%%/syntax/xml.syntax %%DATADIR%%/syntax/yabasic.syntax %%DATADIR%%/syntax/yaml.syntax %%DATADIR%%/syntax/yum-repo.syntax %%DATADIR%%/syntax/yxx.syntax diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile index 964aa9755980..7a8b7936ff6f 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -1,34 +1,35 @@ PORTNAME= xmlcopyeditor DISTVERSION= 1.3.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= SF/xml-copy-editor/${PORTNAME}-linux/${DISTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Fast validating XML editor WWW= http://xml-copy-editor.sourceforge.net/ LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs LIB_DEPENDS= libaspell.so:textproc/aspell \ libenchant-2.so:textproc/enchant2 \ libexpat.so:textproc/expat2 \ libharfbuzz.so:print/harfbuzz \ libpcre2-8.so:devel/pcre2 \ libxerces-c.so:textproc/xerces-c3 \ libxml2.so:textproc/libxml2 \ libxslt.so:textproc/libxslt USES= autoreconf compiler:c++11-lang desktop-file-utils dos2unix \ gettext-tools gmake gnome iconv libtool localbase pkgconfig USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 intltool pango USE_WX= 3.0 # fails to build with 3.2 WX_COMPS= wx WX_CONF_ARGS= absolute GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share OPTIONS_DEFINE= NLS OPTIONS_SUB= yes .include diff --git a/editors/xmlcopyeditor/pkg-plist b/editors/xmlcopyeditor/pkg-plist index bf365438a089..e097c1c5c535 100644 --- a/editors/xmlcopyeditor/pkg-plist +++ b/editors/xmlcopyeditor/pkg-plist @@ -1,345 +1,345 @@ bin/xmlcopyeditor -man/man1/xmlcopyeditor.1.gz +share/man/man1/xmlcopyeditor.1.gz share/applications/xmlcopyeditor.desktop %%NLS%%share/locale/ca/LC_MESSAGES/xmlcopyeditor.mo %%NLS%%share/locale/de/LC_MESSAGES/xmlcopyeditor.mo %%NLS%%share/locale/en_US/LC_MESSAGES/xmlcopyeditor.mo %%NLS%%share/locale/es/LC_MESSAGES/xmlcopyeditor.mo %%NLS%%share/locale/fr/LC_MESSAGES/xmlcopyeditor.mo %%NLS%%share/locale/it/LC_MESSAGES/xmlcopyeditor.mo %%NLS%%share/locale/km/LC_MESSAGES/xmlcopyeditor.mo %%NLS%%share/locale/nl/LC_MESSAGES/xmlcopyeditor.mo %%NLS%%share/locale/ru/LC_MESSAGES/xmlcopyeditor.mo %%NLS%%share/locale/sk/LC_MESSAGES/xmlcopyeditor.mo %%NLS%%share/locale/sv/LC_MESSAGES/xmlcopyeditor.mo %%NLS%%share/locale/uk_UA/LC_MESSAGES/xmlcopyeditor.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/xmlcopyeditor.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xmlcopyeditor.mo share/metainfo/xmlcopyeditor.appdata.xml share/pixmaps/xmlcopyeditor.png %%DATADIR%%/catalog/catalog %%DATADIR%%/dtd/NewsML_1.2.dtd %%DATADIR%%/dtd/OUGenericFull.dtd %%DATADIR%%/dtd/dita/catalog-dita.txt %%DATADIR%%/dtd/dita/catalog-dita.xml %%DATADIR%%/dtd/dita/concept.dtd %%DATADIR%%/dtd/dita/concept.mod %%DATADIR%%/dtd/dita/ditabase.dtd %%DATADIR%%/dtd/dita/highlight-domain.ent %%DATADIR%%/dtd/dita/highlight-domain.mod %%DATADIR%%/dtd/dita/map.dtd %%DATADIR%%/dtd/dita/map.mod %%DATADIR%%/dtd/dita/mapgroup.ent %%DATADIR%%/dtd/dita/mapgroup.mod %%DATADIR%%/dtd/dita/meta_xml.mod %%DATADIR%%/dtd/dita/meta_xml.mod.old %%DATADIR%%/dtd/dita/programming-domain.ent %%DATADIR%%/dtd/dita/programming-domain.mod %%DATADIR%%/dtd/dita/reference.dtd %%DATADIR%%/dtd/dita/reference.mod %%DATADIR%%/dtd/dita/software-domain.ent %%DATADIR%%/dtd/dita/software-domain.mod %%DATADIR%%/dtd/dita/task.dtd %%DATADIR%%/dtd/dita/task.mod %%DATADIR%%/dtd/dita/tbl_xml.mod %%DATADIR%%/dtd/dita/topic.dtd %%DATADIR%%/dtd/dita/topic.mod %%DATADIR%%/dtd/dita/topic_class.ent %%DATADIR%%/dtd/dita/topic_defn.ent %%DATADIR%%/dtd/dita/ui-domain.ent %%DATADIR%%/dtd/dita/ui-domain.mod %%DATADIR%%/dtd/dita/utilities-domain.ent %%DATADIR%%/dtd/dita/utilities-domain.mod %%DATADIR%%/dtd/docbook.dtd %%DATADIR%%/dtd/docbook/4.4/calstblx.dtd %%DATADIR%%/dtd/docbook/4.4/catalog.xml %%DATADIR%%/dtd/docbook/4.4/dbcentx.mod %%DATADIR%%/dtd/docbook/4.4/dbgenent.mod %%DATADIR%%/dtd/docbook/4.4/dbhierx.mod %%DATADIR%%/dtd/docbook/4.4/dbnotnx.mod %%DATADIR%%/dtd/docbook/4.4/dbpoolx.mod %%DATADIR%%/dtd/docbook/4.4/docbook.cat %%DATADIR%%/dtd/docbook/4.4/docbookx.dtd %%DATADIR%%/dtd/docbook/4.4/ent/isoamsa.ent %%DATADIR%%/dtd/docbook/4.4/ent/isoamsb.ent %%DATADIR%%/dtd/docbook/4.4/ent/isoamsc.ent %%DATADIR%%/dtd/docbook/4.4/ent/isoamsn.ent %%DATADIR%%/dtd/docbook/4.4/ent/isoamso.ent %%DATADIR%%/dtd/docbook/4.4/ent/isoamsr.ent %%DATADIR%%/dtd/docbook/4.4/ent/isobox.ent %%DATADIR%%/dtd/docbook/4.4/ent/isocyr1.ent %%DATADIR%%/dtd/docbook/4.4/ent/isocyr2.ent %%DATADIR%%/dtd/docbook/4.4/ent/isodia.ent %%DATADIR%%/dtd/docbook/4.4/ent/isogrk1.ent %%DATADIR%%/dtd/docbook/4.4/ent/isogrk2.ent %%DATADIR%%/dtd/docbook/4.4/ent/isogrk3.ent %%DATADIR%%/dtd/docbook/4.4/ent/isogrk4.ent %%DATADIR%%/dtd/docbook/4.4/ent/isolat1.ent %%DATADIR%%/dtd/docbook/4.4/ent/isolat2.ent %%DATADIR%%/dtd/docbook/4.4/ent/isonum.ent %%DATADIR%%/dtd/docbook/4.4/ent/isopub.ent %%DATADIR%%/dtd/docbook/4.4/ent/isotech.ent %%DATADIR%%/dtd/docbook/4.4/htmltblx.mod %%DATADIR%%/dtd/docbook/4.4/soextblx.dtd %%DATADIR%%/dtd/docbook/5.0/docbook.dtd %%DATADIR%%/dtd/lzx.dtd %%DATADIR%%/dtd/moodle_glossary.dtd %%DATADIR%%/dtd/moodle_xml.dtd %%DATADIR%%/dtd/rss2.dtd %%DATADIR%%/dtd/tei/p4/catalog.tei %%DATADIR%%/dtd/tei/p4/dummy.dtd %%DATADIR%%/dtd/tei/p4/index.xml %%DATADIR%%/dtd/tei/p4/tei2.dtd %%DATADIR%%/dtd/tei/p4/teiana2.dtd %%DATADIR%%/dtd/tei/p4/teiana2.ent %%DATADIR%%/dtd/tei/p4/teiback2.dtd %%DATADIR%%/dtd/tei/p4/teicatalog.xml %%DATADIR%%/dtd/tei/p4/teicert2.dtd %%DATADIR%%/dtd/tei/p4/teiclas2.ent %%DATADIR%%/dtd/tei/p4/teicore2.dtd %%DATADIR%%/dtd/tei/p4/teicorp2.dtd %%DATADIR%%/dtd/tei/p4/teidict2.dtd %%DATADIR%%/dtd/tei/p4/teidict2.ent %%DATADIR%%/dtd/tei/p4/teidram2.dtd %%DATADIR%%/dtd/tei/p4/teidram2.ent %%DATADIR%%/dtd/tei/p4/teifig2.dtd %%DATADIR%%/dtd/tei/p4/teifig2.ent %%DATADIR%%/dtd/tei/p4/teifron2.dtd %%DATADIR%%/dtd/tei/p4/teifs2.dtd %%DATADIR%%/dtd/tei/p4/teifsd2.dtd %%DATADIR%%/dtd/tei/p4/teigen2.dtd %%DATADIR%%/dtd/tei/p4/teigis2.ent %%DATADIR%%/dtd/tei/p4/teihdr2.dtd %%DATADIR%%/dtd/tei/p4/teikey2.ent %%DATADIR%%/dtd/tei/p4/teilink2.dtd %%DATADIR%%/dtd/tei/p4/teilink2.ent %%DATADIR%%/dtd/tei/p4/teilite.dec %%DATADIR%%/dtd/tei/p4/teilitex.dtd %%DATADIR%%/dtd/tei/p4/teilitex.ent %%DATADIR%%/dtd/tei/p4/teimix2.dtd %%DATADIR%%/dtd/tei/p4/teind2.dtd %%DATADIR%%/dtd/tei/p4/teind2.ent %%DATADIR%%/dtd/tei/p4/teinet2.dtd %%DATADIR%%/dtd/tei/p4/teipl2.dtd %%DATADIR%%/dtd/tei/p4/teipros2.dtd %%DATADIR%%/dtd/tei/p4/teisgml.dec %%DATADIR%%/dtd/tei/p4/teishd2.dtd %%DATADIR%%/dtd/tei/p4/teispok2.dtd %%DATADIR%%/dtd/tei/p4/teispok2.ent %%DATADIR%%/dtd/tei/p4/teistr2.dtd %%DATADIR%%/dtd/tei/p4/teitc2.dtd %%DATADIR%%/dtd/tei/p4/teitc2.ent %%DATADIR%%/dtd/tei/p4/teite2f.dtd %%DATADIR%%/dtd/tei/p4/teite2n.dtd %%DATADIR%%/dtd/tei/p4/teiterm2.dtd %%DATADIR%%/dtd/tei/p4/teiterm2.ent %%DATADIR%%/dtd/tei/p4/teitran2.dtd %%DATADIR%%/dtd/tei/p4/teitran2.ent %%DATADIR%%/dtd/tei/p4/teitsd2.dtd %%DATADIR%%/dtd/tei/p4/teivers2.dtd %%DATADIR%%/dtd/tei/p4/teivers2.ent %%DATADIR%%/dtd/tei/p4/teiwsd2.dtd %%DATADIR%%/dtd/tei/p4/teixlite.dec %%DATADIR%%/dtd/tei/p5/tei_all.dtd %%DATADIR%%/dtd/xhtml-lat1.ent %%DATADIR%%/dtd/xhtml-special.ent %%DATADIR%%/dtd/xhtml-symbol.ent %%DATADIR%%/dtd/xhtml1-frameset.dtd %%DATADIR%%/dtd/xhtml1-strict.dtd %%DATADIR%%/dtd/xhtml1-transitional.dtd %%DATADIR%%/dtd/xliff.dtd %%DATADIR%%/dtd/xslt10.dtd %%DATADIR%%/dtd/xtm1.dtd %%DATADIR%%/dtd/xtm2.dtd %%DATADIR%%/help/Table_of_Contents.hhc %%DATADIR%%/help/html/appendix.html %%DATADIR%%/help/html/association.html %%DATADIR%%/help/html/attribute_hiding.html %%DATADIR%%/help/html/completion.html %%DATADIR%%/help/html/creating_filters.html %%DATADIR%%/help/html/creating_rulesets.html %%DATADIR%%/help/html/default_rulesets.html %%DATADIR%%/help/html/editor.html %%DATADIR%%/help/html/features.html %%DATADIR%%/help/html/folding.html %%DATADIR%%/help/html/font_size.html %%DATADIR%%/help/html/general.html %%DATADIR%%/help/html/generic.css %%DATADIR%%/help/html/getting_started.html %%DATADIR%%/help/html/large_documents.html %%DATADIR%%/help/html/printing.html %%DATADIR%%/help/html/processing.html %%DATADIR%%/help/html/spelling.html %%DATADIR%%/help/html/spelling_intro.html %%DATADIR%%/help/html/syntax.html %%DATADIR%%/help/html/tag_locking.html %%DATADIR%%/help/html/templates.html %%DATADIR%%/help/html/validation.html %%DATADIR%%/help/html/word.html %%DATADIR%%/help/html/word_integration.html %%DATADIR%%/help/html/xml.html %%DATADIR%%/help/html/xmlcopyeditor.html %%DATADIR%%/help/xmlcopyeditor.chm %%DATADIR%%/help/xmlcopyeditor.hhp %%DATADIR%%/png/stock_calc-accept-green.png %%DATADIR%%/png/stock_calc-accept.png %%DATADIR%%/png/stock_close.png %%DATADIR%%/png/stock_copy_16.png %%DATADIR%%/png/stock_cut_16.png %%DATADIR%%/png/stock_dialog-info-32.png %%DATADIR%%/png/stock_dialog-question-32.png %%DATADIR%%/png/stock_dialog-stop-32.png %%DATADIR%%/png/stock_dialog-warning-32.png %%DATADIR%%/png/stock_filters.png %%DATADIR%%/png/stock_help_16.png %%DATADIR%%/png/stock_hyperlink.png %%DATADIR%%/png/stock_internet.png %%DATADIR%%/png/stock_internet_16.png %%DATADIR%%/png/stock_new.png %%DATADIR%%/png/stock_new_16.png %%DATADIR%%/png/stock_next.png %%DATADIR%%/png/stock_next_16.png %%DATADIR%%/png/stock_open.png %%DATADIR%%/png/stock_open_16.png %%DATADIR%%/png/stock_paste_16.png %%DATADIR%%/png/stock_previous.png %%DATADIR%%/png/stock_previous_16.png %%DATADIR%%/png/stock_print.png %%DATADIR%%/png/stock_print_16.png %%DATADIR%%/png/stock_print_preview_16.png %%DATADIR%%/png/stock_redo.png %%DATADIR%%/png/stock_redo_16.png %%DATADIR%%/png/stock_save.png %%DATADIR%%/png/stock_save_16.png %%DATADIR%%/png/stock_search_16.png %%DATADIR%%/png/stock_spellcheck.png %%DATADIR%%/png/stock_spellcheck_16.png %%DATADIR%%/png/stock_undo.png %%DATADIR%%/png/stock_undo_16.png %%DATADIR%%/rng/docbook.rnc %%DATADIR%%/rng/docbook.rng %%DATADIR%%/rng/docbookxi.rnc %%DATADIR%%/rng/docbookxi.rng %%DATADIR%%/rng/exclude/basic-table.rng %%DATADIR%%/rng/exclude/basic.rng %%DATADIR%%/rng/exclude/form.rng %%DATADIR%%/rng/modules/applet.rng %%DATADIR%%/rng/modules/attribs.rng %%DATADIR%%/rng/modules/base.rng %%DATADIR%%/rng/modules/basic-form.rng %%DATADIR%%/rng/modules/basic-table.rng %%DATADIR%%/rng/modules/bdo.rng %%DATADIR%%/rng/modules/csismap.rng %%DATADIR%%/rng/modules/datatypes.rng %%DATADIR%%/rng/modules/edit.rng %%DATADIR%%/rng/modules/events.rng %%DATADIR%%/rng/modules/form.rng %%DATADIR%%/rng/modules/frames.rng %%DATADIR%%/rng/modules/hypertext.rng %%DATADIR%%/rng/modules/iframe.rng %%DATADIR%%/rng/modules/image.rng %%DATADIR%%/rng/modules/inlstyle.rng %%DATADIR%%/rng/modules/legacy.rng %%DATADIR%%/rng/modules/link.rng %%DATADIR%%/rng/modules/list.rng %%DATADIR%%/rng/modules/meta.rng %%DATADIR%%/rng/modules/nameident.rng %%DATADIR%%/rng/modules/object.rng %%DATADIR%%/rng/modules/param.rng %%DATADIR%%/rng/modules/pres.rng %%DATADIR%%/rng/modules/ruby.rng %%DATADIR%%/rng/modules/script.rng %%DATADIR%%/rng/modules/ssismap.rng %%DATADIR%%/rng/modules/struct.rng %%DATADIR%%/rng/modules/style.rng %%DATADIR%%/rng/modules/table.rng %%DATADIR%%/rng/modules/target.rng %%DATADIR%%/rng/modules/text.rng %%DATADIR%%/rng/relaxng.rng %%DATADIR%%/rng/tei_all.rnc %%DATADIR%%/rng/tei_all.rng %%DATADIR%%/rng/tei_minimal.rnc %%DATADIR%%/rng/tei_minimal.rng %%DATADIR%%/rng/xhtml-strict.rng %%DATADIR%%/rng/xhtml.rng %%DATADIR%%/rng/xmlschema.rng %%DATADIR%%/rng/xslt.rng %%DATADIR%%/rulesets/American.xml %%DATADIR%%/rulesets/Commonwealth.xml %%DATADIR%%/rulesets/Contractions.xml %%DATADIR%%/rulesets/Default_dictionary.xml %%DATADIR%%/rulesets/Default_dictionary_and_style.xml %%DATADIR%%/rulesets/Default_style.xml %%DATADIR%%/rulesets/Disability.xml %%DATADIR%%/rulesets/Diversity.xml %%DATADIR%%/rulesets/Ethnicity.xml %%DATADIR%%/rulesets/Gender.xml %%DATADIR%%/rulesets/Hyphenation.xml %%DATADIR%%/rulesets/Ise.xml %%DATADIR%%/rulesets/Ize.xml %%DATADIR%%/rulesets/Ize_and_yse.xml %%DATADIR%%/rulesets/Postcolonial.xml %%DATADIR%%/rulesets/Punctuation.xml %%DATADIR%%/rulesets/Query.xml %%DATADIR%%/rulesets/Religion.xml %%DATADIR%%/rulesets/Repetition.xml %%DATADIR%%/rulesets/White_space.xml %%DATADIR%%/rulesets/ruleset.css %%DATADIR%%/rulesets/ruleset.ctm %%DATADIR%%/rulesets/ruleset.rld %%DATADIR%%/rulesets/ruleset.xsd %%DATADIR%%/templates/Custom_rule_set.xml %%DATADIR%%/templates/DITA_Concept.xml %%DATADIR%%/templates/DITA_Map.xml %%DATADIR%%/templates/DITA_Task.xml %%DATADIR%%/templates/DITA_Topic.xml %%DATADIR%%/templates/DTD.dtd %%DATADIR%%/templates/DocBook_4.4_article.xml %%DATADIR%%/templates/DocBook_4.4_book.xml %%DATADIR%%/templates/DocBook_5.0_article.xml %%DATADIR%%/templates/DocBook_5.0_book.xml %%DATADIR%%/templates/Moodle_glossary.xml %%DATADIR%%/templates/Moodle_quiz.xml %%DATADIR%%/templates/NewsML_1.2.xml %%DATADIR%%/templates/OpenLaszlo.lzx %%DATADIR%%/templates/OpenLearn_document.xml %%DATADIR%%/templates/RELAX_NG_grammar.rng %%DATADIR%%/templates/RSS_2.0.rss %%DATADIR%%/templates/TEI_document.xml %%DATADIR%%/templates/WordprocessingML_document.xml %%DATADIR%%/templates/XHTML_1.0_Strict_document.html %%DATADIR%%/templates/XLIFF_document.xlf %%DATADIR%%/templates/XML_Schema.xsd %%DATADIR%%/templates/XML_Topic_Map_1.0.xtm %%DATADIR%%/templates/XML_Topic_Map_2.0.xtm %%DATADIR%%/templates/XSL_stylesheet.xsl %%DATADIR%%/xpm/appicon.xpm %%DATADIR%%/xpm/stock_copy_16.xpm %%DATADIR%%/xpm/stock_cut_16.xpm %%DATADIR%%/xpm/stock_help_16.xpm %%DATADIR%%/xpm/stock_hyperlink.xpm %%DATADIR%%/xpm/stock_internet.xpm %%DATADIR%%/xpm/stock_internet_16.xpm %%DATADIR%%/xpm/stock_new.xpm %%DATADIR%%/xpm/stock_new_16.xpm %%DATADIR%%/xpm/stock_open.xpm %%DATADIR%%/xpm/stock_open_16.xpm %%DATADIR%%/xpm/stock_paste_16.xpm %%DATADIR%%/xpm/stock_print-preview_16.xpm %%DATADIR%%/xpm/stock_print.xpm %%DATADIR%%/xpm/stock_print_16.xpm %%DATADIR%%/xpm/stock_print_preview_16.xpm %%DATADIR%%/xpm/stock_redo_16.xpm %%DATADIR%%/xpm/stock_save.xpm %%DATADIR%%/xpm/stock_save_16.xpm %%DATADIR%%/xpm/stock_search_16.xpm %%DATADIR%%/xpm/stock_spellcheck.xpm %%DATADIR%%/xpm/stock_spellcheck_16.xpm %%DATADIR%%/xpm/stock_undo_16.xpm %%DATADIR%%/xsl/openlearn2daisyhtml/heading.xsl %%DATADIR%%/xsl/openlearn2daisyhtml/inline.xsl %%DATADIR%%/xsl/openlearn2daisyhtml/item.xsl %%DATADIR%%/xsl/openlearn2daisyhtml/lang.xsl %%DATADIR%%/xsl/openlearn2daisyhtml/object.xsl %%DATADIR%%/xsl/openlearn2daisyhtml/openlearn2daisyhtml.xsl %%DATADIR%%/xsl/openlearn2daisyhtml/structure.xsl diff --git a/ftp/tnftp/Makefile b/ftp/tnftp/Makefile index 2c98edbc1c7d..158f8d957d74 100644 --- a/ftp/tnftp/Makefile +++ b/ftp/tnftp/Makefile @@ -1,23 +1,25 @@ PORTNAME= tnftp DISTVERSION= 20230507 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= https://cdn.netbsd.org/pub/NetBSD/misc/tnftp/ \ https://ftp.uni-erlangen.de/netbsd/misc/tnftp/ \ https://ftp.jaist.ac.jp/pub/NetBSD/misc/tnftp/ \ https://ftp.netbsd.org/pub/NetBSD/misc/tnftp/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Enhanced FTP client from NetBSD WWW= https://ftp.netbsd.org/pub/NetBSD/misc/tnftp/ LICENSE= BSD2CLAUSE BSD3CLAUSE LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING USES= libedit ncurses ssl GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PLIST_FILES= bin/tnftp \ - man/man1/tnftp.1.gz + share/man/man1/tnftp.1.gz .include diff --git a/games/exult-devel/Makefile b/games/exult-devel/Makefile index 340a921bde5a..f53f5eee49cb 100644 --- a/games/exult-devel/Makefile +++ b/games/exult-devel/Makefile @@ -1,15 +1,15 @@ DISTVERSIONPREFIX= snapshot-v DISTVERSION= 1.9.0.20240105 -PORTREVISION= 0 # Always set PORTREVISION explicitly as otherwise it is inherited from games/exult +PORTREVISION= 1 # Always set PORTREVISION explicitly as otherwise it is inherited from games/exult PKGNAMESUFFIX= -devel CONFLICTS_INSTALL= exult STUDIO_LIB_DEPENDS= libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ libicuuc.so:devel/icu MASTERDIR= ${.CURDIR}/../exult DISTINFO_FILE= ${.CURDIR}/distinfo .include "${MASTERDIR}/Makefile" diff --git a/games/exult-devel/pkg-plist b/games/exult-devel/pkg-plist index 4cf5c65f4f02..747732d349cc 100644 --- a/games/exult-devel/pkg-plist +++ b/games/exult-devel/pkg-plist @@ -1,72 +1,72 @@ bin/cmanip bin/expack bin/exult %%STUDIO%%bin/exult_studio bin/ipack bin/mklink bin/rip bin/shp2pcx bin/splitshp bin/textpack bin/u7voice2syx bin/ucxt bin/wuc %%GIMP%%libexec/gimp/2.2/plug-ins/u7shp -man/man1/expack.1.gz -man/man1/exult_studio.1.gz -man/man1/ipack.1.gz -man/man1/shp2pcx.1.gz -man/man1/splitshp.1.gz -man/man1/textpack.1.gz -man/man1/ucc.1.gz -man/man6/exult.6.gz +share/man/man1/expack.1.gz +share/man/man1/exult_studio.1.gz +share/man/man1/ipack.1.gz +share/man/man1/shp2pcx.1.gz +share/man/man1/splitshp.1.gz +share/man/man1/textpack.1.gz +share/man/man1/ucc.1.gz +share/man/man6/exult.6.gz share/applications/exult.desktop %%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/ReadMe.html %%PORTDOCS%%%%DOCSDIR%%/exult_studio.html %%PORTDOCS%%%%DOCSDIR%%/faq.html %%PORTDOCS%%%%DOCSDIR%%/images/back.gif %%PORTDOCS%%%%DOCSDIR%%/images/docs01.png %%PORTDOCS%%%%DOCSDIR%%/images/docs02.png %%PORTDOCS%%%%DOCSDIR%%/images/docs03.png %%PORTDOCS%%%%DOCSDIR%%/images/docs04.png %%PORTDOCS%%%%DOCSDIR%%/images/docs05.png %%PORTDOCS%%%%DOCSDIR%%/images/docs06.png %%PORTDOCS%%%%DOCSDIR%%/images/exult_logo.gif %%PORTDOCS%%%%DOCSDIR%%/images/studio01.png %%PORTDOCS%%%%DOCSDIR%%/images/studio02.png %%PORTDOCS%%%%DOCSDIR%%/images/studio03.png %%PORTDOCS%%%%DOCSDIR%%/images/studio04.png %%PORTDOCS%%%%DOCSDIR%%/images/studio05.png %%PORTDOCS%%%%DOCSDIR%%/images/studio06.png %%PORTDOCS%%%%DOCSDIR%%/images/studio07.png %%PORTDOCS%%%%DOCSDIR%%/images/studio08.png %%PORTDOCS%%%%DOCSDIR%%/images/studio09.png %%PORTDOCS%%%%DOCSDIR%%/images/studio10.png %%PORTDOCS%%%%DOCSDIR%%/images/studiobgiregs.png %%PORTDOCS%%%%DOCSDIR%%/images/studiosiiregs.png %%STUDIO%%%%DATADIR%%/estudio/new/avatar_data.txt %%STUDIO%%%%DATADIR%%/estudio/new/blends.dat %%STUDIO%%%%DATADIR%%/estudio/new/combos.flx %%STUDIO%%%%DATADIR%%/estudio/new/faces.vga %%STUDIO%%%%DATADIR%%/estudio/new/fonts.vga %%STUDIO%%%%DATADIR%%/estudio/new/gumps.vga %%STUDIO%%%%DATADIR%%/estudio/new/palettes.flx %%STUDIO%%%%DATADIR%%/estudio/new/paperdol.vga %%STUDIO%%%%DATADIR%%/estudio/new/pointers.shp %%STUDIO%%%%DATADIR%%/estudio/new/shapes.vga %%STUDIO%%%%DATADIR%%/estudio/new/sprites.vga %%STUDIO%%%%DATADIR%%/estudio/new/text.flx %%DATADIR%%/exult.flx %%DATADIR%%/exult_bg.flx %%DATADIR%%/exult_si.flx %%STUDIO%%%%DATADIR%%/exult_studio.glade %%DATADIR%%/midisfx.flx %%DATADIR%%/u7bgintrinsics.data %%DATADIR%%/u7misc.data %%DATADIR%%/u7opcodes.data %%DATADIR%%/u7sibetaintrinsics.data %%DATADIR%%/u7siintrinsics.data share/pixmaps/exult.png diff --git a/games/exult/Makefile b/games/exult/Makefile index 52d9425d344a..265b79adf5eb 100644 --- a/games/exult/Makefile +++ b/games/exult/Makefile @@ -1,90 +1,91 @@ PORTNAME= exult DISTVERSION?= 1.8 -PORTREVISION?= 5 +PORTREVISION?= 6 PORTEPOCH= 1 CATEGORIES= games MAINTAINER= eduardo@FreeBSD.org COMMENT= Engine for Ultima VII (BG, FOV, SI, SS) WWW= http://exult.info LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libogg.so:audio/libogg \ libpng16.so:graphics/png \ libvorbis.so:audio/libvorbis USES= autoreconf compiler:c++17-lang gmake libtool localbase \ pkgconfig sdl xorg USE_GNOME= cairo gdkpixbuf2 USE_SDL= sdl2 USE_XORG= x11 xext GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --disable-static \ --enable-shared \ --with-icondir=${PREFIX}/share/pixmaps CONFLICTS_INSTALL= exult-devel SUB_FILES= pkg-message PLIST?= ${.CURDIR}/pkg-plist .if !defined(MASTERDIR) MASTER_SITES= http://prdownloads.sourceforge.net/exult/ EXTRA_PATCHES= ${PATCHDIR}/extra-patch-version.cc \ ${PATCHDIR}/extra-patch-configure.ac .else USE_GITHUB= yes .endif OPTIONS_DEFINE= ALSA DEBUG DOCS FLUIDSYNTH GIMP STUDIO OPTIONS_DEFAULT= STUDIO OPTIONS_SUB= yes GIMP_DESC= GIMP plugin support STUDIO_DESC= Install Exult Studio ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib ALSA_CONFIGURE_ENABLE= alsa DEBUG_CONFIGURE_ON= --with-debug=full \ --with-optimization=none DEBUG_CONFIGURE_OFF= --with-debug=no FLUIDSYNTH_LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth FLUIDSYNTH_CONFIGURE_ENABLE= fluidsynth GIMP_LIB_DEPENDS= libbabl-0.1.so:x11/babl \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgegl-0.4.so:graphics/gegl \ libgegl-npd-0.4.so:graphics/gegl \ libgimp-2.0.so:graphics/gimp-app \ libharfbuzz.so:print/harfbuzz \ libjson-glib-1.0.so:devel/json-glib GIMP_USES= gnome GIMP_USE= GNOME=gtk20,pango GIMP_CONFIGURE_ENABLE= gimp-plugin STUDIO_LIB_DEPENDS?= libharfbuzz.so:print/harfbuzz STUDIO_USES= gnome STUDIO_USE= GNOME=gtk30 STUDIO_CONFIGURE_ENABLE= exult-studio exult-studio-support post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in FAQ NEWS README ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include # Silence cast warnings from GTK callbacks in clang >=16 # https://github.com/exult/exult/issues/416 .if !defined(PKGNAMESUFFIX) && ( ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))) CFLAGS+= -Wno-cast-function-type-strict .endif .include diff --git a/games/exult/pkg-plist b/games/exult/pkg-plist index 1c4cf5bfa941..3880274d620c 100644 --- a/games/exult/pkg-plist +++ b/games/exult/pkg-plist @@ -1,73 +1,73 @@ bin/cmanip bin/expack bin/exult %%STUDIO%%bin/exult_studio bin/ipack bin/mklink bin/rip bin/shp2pcx bin/splitshp bin/textpack bin/u7voice2syx bin/ucxt bin/wuc %%GIMP%%libexec/gimp/2.2/plug-ins/u7shp -man/man1/expack.1.gz -man/man1/exult_studio.1.gz -man/man1/ipack.1.gz -man/man1/shp2pcx.1.gz -man/man1/splitshp.1.gz -man/man1/textpack.1.gz -man/man1/ucc.1.gz -man/man6/exult.6.gz +share/man/man1/expack.1.gz +share/man/man1/exult_studio.1.gz +share/man/man1/ipack.1.gz +share/man/man1/shp2pcx.1.gz +share/man/man1/splitshp.1.gz +share/man/man1/textpack.1.gz +share/man/man1/ucc.1.gz +share/man/man6/exult.6.gz share/applications/exult.desktop %%PORTDOCS%%%%DOCSDIR%%/FAQ %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/ReadMe.html %%PORTDOCS%%%%DOCSDIR%%/exult_studio.html %%PORTDOCS%%%%DOCSDIR%%/faq.html %%PORTDOCS%%%%DOCSDIR%%/images/back.gif %%PORTDOCS%%%%DOCSDIR%%/images/docs01.png %%PORTDOCS%%%%DOCSDIR%%/images/docs02.png %%PORTDOCS%%%%DOCSDIR%%/images/docs03.png %%PORTDOCS%%%%DOCSDIR%%/images/docs04.png %%PORTDOCS%%%%DOCSDIR%%/images/docs05.png %%PORTDOCS%%%%DOCSDIR%%/images/docs06.png %%PORTDOCS%%%%DOCSDIR%%/images/exult_logo.gif %%PORTDOCS%%%%DOCSDIR%%/images/studio01.png %%PORTDOCS%%%%DOCSDIR%%/images/studio02.png %%PORTDOCS%%%%DOCSDIR%%/images/studio03.png %%PORTDOCS%%%%DOCSDIR%%/images/studio04.png %%PORTDOCS%%%%DOCSDIR%%/images/studio05.png %%PORTDOCS%%%%DOCSDIR%%/images/studio06.png %%PORTDOCS%%%%DOCSDIR%%/images/studio07.png %%PORTDOCS%%%%DOCSDIR%%/images/studio08.png %%PORTDOCS%%%%DOCSDIR%%/images/studio09.png %%PORTDOCS%%%%DOCSDIR%%/images/studio10.png %%PORTDOCS%%%%DOCSDIR%%/images/studiobgiregs.png %%PORTDOCS%%%%DOCSDIR%%/images/studiosiiregs.png %%STUDIO%%%%DATADIR%%/estudio/new/avatar_data.txt %%STUDIO%%%%DATADIR%%/estudio/new/blends.dat %%STUDIO%%%%DATADIR%%/estudio/new/combos.flx %%STUDIO%%%%DATADIR%%/estudio/new/faces.vga %%STUDIO%%%%DATADIR%%/estudio/new/fonts.vga %%STUDIO%%%%DATADIR%%/estudio/new/gumps.vga %%STUDIO%%%%DATADIR%%/estudio/new/palettes.flx %%STUDIO%%%%DATADIR%%/estudio/new/paperdol.vga %%STUDIO%%%%DATADIR%%/estudio/new/pointers.shp %%STUDIO%%%%DATADIR%%/estudio/new/shapes.vga %%STUDIO%%%%DATADIR%%/estudio/new/sprites.vga %%STUDIO%%%%DATADIR%%/estudio/new/text.flx %%DATADIR%%/exult.flx %%DATADIR%%/exult_bg.flx %%DATADIR%%/exult_si.flx %%STUDIO%%%%DATADIR%%/exult_studio.glade %%DATADIR%%/exultmsg.txt %%DATADIR%%/midisfx.flx %%DATADIR%%/u7bgintrinsics.data %%DATADIR%%/u7misc.data %%DATADIR%%/u7opcodes.data %%DATADIR%%/u7sibetaintrinsics.data %%DATADIR%%/u7siintrinsics.data share/pixmaps/exult.png diff --git a/games/gbrainy/Makefile b/games/gbrainy/Makefile index 98762410c801..0c3a22d98eee 100644 --- a/games/gbrainy/Makefile +++ b/games/gbrainy/Makefile @@ -1,33 +1,34 @@ PORTNAME= gbrainy DISTVERSION= 2.4.6 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= games MASTER_SITES= https://gent.softcatala.org/jmas/gbrainy/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Brain teaser game and trainer WWW= https://live.gnome.org/gbrainy LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gtk-sharp30>0:x11-toolkits/gtk-sharp30 \ itstool:textproc/itstool RUN_DEPENDS= bash:shells/bash USES= gettext gmake gnome mono pathfix pkgconfig shebangfix USE_GNOME= intltool SHEBANG_FILES= src/Clients/Classical/gbrainy.in GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share MAKE_ENV+= MONO_REGISTRY_PATH=${WRKDIR} OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_EXTRA_PATCHES= ${PATCHDIR}/NLS_ON-patch-Makefile.in NLS_EXTRA_PATCHES_OFF= ${PATCHDIR}/NLS_OFF-patch-Makefile.in .include diff --git a/games/gbrainy/pkg-plist b/games/gbrainy/pkg-plist index 94a192e0aa5d..0d6bb0458db0 100644 --- a/games/gbrainy/pkg-plist +++ b/games/gbrainy/pkg-plist @@ -1,89 +1,89 @@ bin/gbrainy lib/gbrainy/gbrainy.Core.dll lib/gbrainy/gbrainy.Core.dll.config lib/gbrainy/gbrainy.Games.dll lib/gbrainy/gbrainy.exe lib/gbrainy/gbrainy.exe.config -man/man6/gbrainy.6.gz +share/man/man6/gbrainy.6.gz share/applications/gbrainy.desktop share/games/gbrainy/box.svg share/games/gbrainy/classic_background.svg share/games/gbrainy/clock.svg share/games/gbrainy/dartboard.svg share/games/gbrainy/faceboy1.svg share/games/gbrainy/faceboy2.svg share/games/gbrainy/faceboy3.svg share/games/gbrainy/facegirl1.svg share/games/gbrainy/facegirl2.svg share/games/gbrainy/facegirl3.svg share/games/gbrainy/family.svg share/games/gbrainy/father_son.svg share/games/gbrainy/games.xml share/games/gbrainy/horses_men.svg share/games/gbrainy/lever.svg share/games/gbrainy/money.svg share/games/gbrainy/notebook_background.svg share/games/gbrainy/password.svg share/games/gbrainy/people_table.svg share/games/gbrainy/right.oga share/games/gbrainy/tennis.svg share/games/gbrainy/themes.xml share/games/gbrainy/verbal_analogies.xml share/games/gbrainy/wrong.oga share/icons/hicolor/16x16/apps/gbrainy.png share/icons/hicolor/32x32/apps/gbrainy.png share/icons/hicolor/48x48/apps/gbrainy.png share/icons/hicolor/scalable/apps/gbrainy.svg %%NLS%%share/locale/af/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/ar/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/ast/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/bs/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/ca/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/ca@valencia/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/cs/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/da/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/de/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/el/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/eo/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/es/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/eu/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/fi/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/fr/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/gl/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/hi/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/hr/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/hu/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/id/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/it/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/ka/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/ko/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/lv/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/nb/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/nl/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/oc/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/pl/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/pt/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/ro/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/ru/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/sk/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/sl/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/sr/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/sv/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/ta/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/te/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/th/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/tr/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/ug/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/uk/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/vi/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/gbrainy.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/gbrainy.mo share/metainfo/gbrainy.appdata.xml share/pixmaps/gbrainy.png share/pixmaps/gbrainy.svg share/pixmaps/gbrainy16.png share/pixmaps/gbrainy48.png diff --git a/graphics/epix/Makefile b/graphics/epix/Makefile index 2b45b2b08d5a..12b80d397849 100644 --- a/graphics/epix/Makefile +++ b/graphics/epix/Makefile @@ -1,32 +1,33 @@ PORTNAME= epix DISTVERSION= 1.2.22 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://mathcs.holycross.edu/~ahwang/${PORTNAME}/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Creates math plots and line figures using easy-to-learn syntax WWW= https://mathcs.holycross.edu/~ahwang/epix/ePiX.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash USES= gmake makeinfo tar:bzip2 tex USE_TEX= dvipsk:build latex GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --with-bash=${LOCALBASE}/bin/bash \ --with-runtime=${CXX} INFO= epix OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e \ '/usepackage/s|\(pstricks\),\(xcolor\)|\1,tikz,\2|' \ ${WRKSRC}/doc/manual.tex .include diff --git a/graphics/epix/pkg-plist b/graphics/epix/pkg-plist index ee0ee51c27ef..dc40cb28381a 100644 --- a/graphics/epix/pkg-plist +++ b/graphics/epix/pkg-plist @@ -1,114 +1,114 @@ bin/elaps bin/epix bin/flix bin/laps include/epix.h include/epix/Color.h include/epix/Color_Base.h include/epix/Color_CMY.h include/epix/Color_CMYK.h include/epix/Color_Gray.h include/epix/Color_Neutral.h include/epix/Color_RGB.h include/epix/Color_Sep.h include/epix/Color_Utils.h include/epix/Complex.h include/epix/Sline.h include/epix/active_screen.h include/epix/affine.h include/epix/angle_units.h include/epix/arrow_data.h include/epix/arrow_style.h include/epix/axis.h include/epix/camera.h include/epix/circle.h include/epix/clipping.h include/epix/constants.h include/epix/crop_algorithms.h include/epix/cropping.h include/epix/curves.h include/epix/data_bins.h include/epix/data_file.h include/epix/data_mask.h include/epix/deriv.h include/epix/domain.h include/epix/edge_data.h include/epix/eepic.h include/epix/enums.h include/epix/errors.h include/epix/facet.h include/epix/format.h include/epix/frac.h include/epix/frame.h include/epix/functions.h include/epix/geometry.h include/epix/glyph.h include/epix/halfspace.h include/epix/hatching.h include/epix/intersections.h include/epix/interval.h include/epix/label_data.h include/epix/label_style.h include/epix/legend.h include/epix/legend_item.h include/epix/legend_tile.h include/epix/length.h include/epix/lens.h include/epix/map.h include/epix/marker_style.h include/epix/markers.h include/epix/mask_diamond.h include/epix/mask_ellipse.h include/epix/mask_rectangle.h include/epix/paint_style.h include/epix/pairs.h include/epix/path.h include/epix/path_data.h include/epix/path_style.h include/epix/pen_arrow.h include/epix/pen_data.h include/epix/pen_fill.h include/epix/pen_line.h include/epix/picture.h include/epix/picture_data.h include/epix/plane.h include/epix/plot_algorithms.h include/epix/plots.h include/epix/pst.h include/epix/screen.h include/epix/screen_crop.h include/epix/screen_data.h include/epix/screen_mask.h include/epix/segment.h include/epix/sphere.h include/epix/spline.h include/epix/spline_data.h include/epix/state.h include/epix/surface.h include/epix/tikz.h include/epix/tile.h include/epix/triples.h include/epix/utils.h include/epix/verbatim.h lib/epix/libepix.a -man/man1/elaps.1.gz -man/man1/epix.1.gz -man/man1/flix.1.gz -man/man1/laps.1.gz +share/man/man1/elaps.1.gz +share/man/man1/epix.1.gz +share/man/man1/flix.1.gz +share/man/man1/laps.1.gz %%PORTDOCS%%%%DOCSDIR%%/config/bash_completions %%PORTDOCS%%%%DOCSDIR%%/config/epix.el %%PORTDOCS%%%%DOCSDIR%%/manual.pdf.gz %%PORTDOCS%%%%DOCSDIR%%/manual.ps.gz %%PORTDOCS%%%%DOCSDIR%%/manual_src.tar.gz %%PORTDOCS%%%%DOCSDIR%%/notes/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/notes/BUGS %%PORTDOCS%%%%DOCSDIR%%/notes/COPYING %%PORTDOCS%%%%DOCSDIR%%/notes/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/notes/INSTALL %%PORTDOCS%%%%DOCSDIR%%/notes/NEWS %%PORTDOCS%%%%DOCSDIR%%/notes/POST-INSTALL %%PORTDOCS%%%%DOCSDIR%%/notes/README %%PORTDOCS%%%%DOCSDIR%%/notes/THANKS %%PORTDOCS%%%%DOCSDIR%%/notes/VERSION %%PORTDOCS%%%%DOCSDIR%%/sample_src.tar.gz %%DATADIR%%/epix-lib.sh diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index c76e3418af83..d20ab2b979e0 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,67 +1,68 @@ PORTNAME= pstoedit DISTVERSION= 4.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics print MASTER_SITES= SF MAINTAINER= eduardo@FreeBSD.org COMMENT= Convert PostScript to other vector graphic formats WWW= http://www.pstoedit.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/copying LIB_DEPENDS= libgd.so:graphics/gd \ libzip.so:archivers/libzip USES= ghostscript gmake libtool localbase pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --enable-docs=no MAKE_ENV= INSTALL_STRIP_FLAG="${STRIP}" CPPFLAGS+= -isystem ${LOCALBASE}/include/ming PORTDOCS= * PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EMF EXAMPLES MAGICK MING PLOTUTILS OPTIONS_DEFAULT= EMF MAGICK MING PLOTUTILS OPTIONS_SUB= yes EMF_DESC= WMF/EMF support via libEMF MING_DESC= Flash support via Ming PLOTUTILS_DESC= Plotting support via Plotutils EMF_LIB_DEPENDS= libEMF.so:graphics/libemf EMF_CONFIGURE_ON= --with-libemf-include=${LOCALBASE}/include/libEMF EMF_CONFIGURE_OFF= --without-emf MAGICK_USES= magick MAGICK_CONFIGURE_ON= --with-magick MAGICK_CONFIGURE_OFF= --without-magick MING_LIB_DEPENDS= libming.so:graphics/ming MING_CONFIGURE_ON= --with-swf MING_CONFIGURE_OFF= --without-swf PLOTUTILS_LIB_DEPENDS= libplotter.so:graphics/plotutils PLOTUTILS_CONFIGURE_ON= --with-libplot PLOTUTILS_CONFIGURE_OFF= --without-libplot post-patch: @${REINPLACE_CMD} -e 's|CXXFLAGS="-g"|CXXFLAGS="$$CXXFLAGS"|g ; \ s|GraphicsMagick|Magick|g ; \ s|=$$OLDCPPFLAGS|=$$CPPFLAGS|g ; \ s|-lstdc++||g ; \ s|-pedantic||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/src/Makefile.in post-install: ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/man/man1/ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.ps ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/graphics/pstoedit/pkg-plist b/graphics/pstoedit/pkg-plist index f6b2cec59972..012528438fc2 100644 --- a/graphics/pstoedit/pkg-plist +++ b/graphics/pstoedit/pkg-plist @@ -1,37 +1,37 @@ bin/pstoedit include/pstoedit/base64writer.h include/pstoedit/cppcomp.h include/pstoedit/drvbase.h include/pstoedit/drvfuncs.h include/pstoedit/genericints.h include/pstoedit/miscutil.h include/pstoedit/ordlist.h include/pstoedit/papersizes.h include/pstoedit/poptions.h include/pstoedit/psimage.h include/pstoedit/pstoedit.h include/pstoedit/pstoeditoptions.h include/pstoedit/pstoeditoutputlib.h include/pstoedit/pstoedll.h lib/libpstoedit.so lib/libpstoedit.so.0 lib/libpstoedit.so.0.0.0 %%PLOTUTILS%%lib/pstoedit/libp2edrvlplot.so %%MAGICK%%lib/pstoedit/libp2edrvmagick++.so lib/pstoedit/libp2edrvpptx.so lib/pstoedit/libp2edrvstd.so %%MING%%lib/pstoedit/libp2edrvswf.so %%EMF%%lib/pstoedit/libp2edrvwmf.so libdata/pkgconfig/pstoedit.pc -man/man1/pstoedit.1.gz +share/man/man1/pstoedit.1.gz share/aclocal/pstoedit.m4 %%DATADIR%%/drvhpgl.pencolors %%DATADIR%%/examplefigmap.fmp %%DATADIR%%/latex2e.fmp %%DATADIR%%/mpost.fmp %%DATADIR%%/safer.ps %%DATADIR%%/svg.fmp %%DATADIR%%/swffonts/default.fdb %%DATADIR%%/unix.fmp %%DATADIR%%/wemf.fmp %%DATADIR%%/windows.fmp diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 6bf038cdfd10..2deeff843be2 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -1,39 +1,40 @@ PORTNAME= xpaint DISTVERSION= 3.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/sf-${PORTNAME}/sf-${PORTNAME}/${PORTNAME}-${DISTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Simple paint program WWW= https://sf-xpaint.sourceforge.net/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libjbig.so:graphics/jbigkit \ libnetpbm.so:graphics/netpbm \ libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libXaw3dxft.so:x11-toolkits/libxaw3dxft RUN_DEPENDS= bash:shells/bash \ psselect:print/psutils USES= autoreconf desktop-file-utils gmake jpeg libtool:build \ localbase:ldflags pkgconfig shebangfix tar:bzip2 xorg USE_XORG= ice sm x11 xext xft xmu xpm xt SHEBANG_FILES= share/bin/imgmerge share/bin/xpaint_ocr GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share # util/Makefile and vxp2ps/Makefile needs it BINARY_ALIAS= make=${GMAKE} # Do not install libraries pre-build: @${REINPLACE_CMD} -e '/^install-exec-am:/s/install-libLTLIBRARIES//' \ ${WRKSRC}/xpaintrw/Makefile.in .include diff --git a/graphics/xpaint/pkg-plist b/graphics/xpaint/pkg-plist index a0aba76cf026..f1061ca75450 100644 --- a/graphics/xpaint/pkg-plist +++ b/graphics/xpaint/pkg-plist @@ -1,193 +1,193 @@ bin/imgmerge bin/vxp2dkw bin/vxp2ps bin/vxp2tex bin/xpaint bin/xpaint_generate_toolicons -man/man1/imgmerge.1.gz -man/man1/xpaint.1.gz +share/man/man1/imgmerge.1.gz +share/man/man1/xpaint.1.gz share/X11/app-defaults/XPaint share/X11/app-defaults/XPaint.big share/X11/app-defaults/XPaint.medium share/X11/app-defaults/XPaint.small share/X11/app-defaults/XPaint_es share/X11/app-defaults/XPaint_fr share/applications/xpaint.desktop share/icons/hicolor/scalable/apps/xpaint.svg %%DATADIR%%/XPaintIcon.xpm %%DATADIR%%/bin/xpaint_ocr %%DATADIR%%/bitmaps/brushbox.cfg %%DATADIR%%/bitmaps/brushes/paint0.xpm %%DATADIR%%/bitmaps/brushes/paint1.xpm %%DATADIR%%/bitmaps/brushes/paint2.xpm %%DATADIR%%/bitmaps/brushes/paint3.xpm %%DATADIR%%/bitmaps/brushes/paint4.xpm %%DATADIR%%/bitmaps/brushes/paint5.xpm %%DATADIR%%/bitmaps/brushes/paint6.xpm %%DATADIR%%/bitmaps/brushes/paintA.xpm %%DATADIR%%/bitmaps/brushes/paintB.xpm %%DATADIR%%/bitmaps/brushes/paintC.xpm %%DATADIR%%/bitmaps/brushes/paintD.xpm %%DATADIR%%/bitmaps/brushes/paintE.xpm %%DATADIR%%/bitmaps/brushes/paintF.xpm %%DATADIR%%/bitmaps/brushes/paintG.xpm %%DATADIR%%/bitmaps/brushes/paintH.xpm %%DATADIR%%/bitmaps/brushes/paintI.xpm %%DATADIR%%/bitmaps/brushes/paintJ.xpm %%DATADIR%%/bitmaps/brushes/paintK.xpm %%DATADIR%%/bitmaps/brushes/paintL.xpm %%DATADIR%%/bitmaps/brushes/paintM.xpm %%DATADIR%%/bitmaps/brushes/paintN.xpm %%DATADIR%%/bitmaps/brushes/paintO.xpm %%DATADIR%%/bitmaps/brushes/paintP.xpm %%DATADIR%%/bitmaps/brushes/paintQ.xpm %%DATADIR%%/bitmaps/brushes/paintR.xpm %%DATADIR%%/bitmaps/brushes/paintS.xpm %%DATADIR%%/bitmaps/brushes/paintT.xpm %%DATADIR%%/bitmaps/brushes/paintU.xpm %%DATADIR%%/bitmaps/brushes/paintV.xpm %%DATADIR%%/bitmaps/brushes/paintW.xpm %%DATADIR%%/bitmaps/brushes/paintX.xpm %%DATADIR%%/bitmaps/brushes/paintY.xpm %%DATADIR%%/bitmaps/brushes/paintZ.xpm %%DATADIR%%/bitmaps/elec/busH.xpm %%DATADIR%%/bitmaps/elec/busV.xpm %%DATADIR%%/bitmaps/elec/capH.xpm %%DATADIR%%/bitmaps/elec/capV.xpm %%DATADIR%%/bitmaps/elec/coilV.xpm %%DATADIR%%/bitmaps/elec/dioV.xpm %%DATADIR%%/bitmaps/elec/fetV.xpm %%DATADIR%%/bitmaps/elec/grid.xpm %%DATADIR%%/bitmaps/elec/op_amp.xpm %%DATADIR%%/bitmaps/elec/resH.xpm %%DATADIR%%/bitmaps/elec/resV.xpm %%DATADIR%%/bitmaps/elec/tfxV.xpm %%DATADIR%%/bitmaps/elec/traV.xpm %%DATADIR%%/bitmaps/toolicons/arcOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/arrowOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/boxOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/brokenlineOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/brushOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/dotPenOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/dynPenOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/ellipseOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/eraseOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/fillOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/filledBoxOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/filledEllipseOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/filledFreehandOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/filledPolygonOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/filledSplineOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/fractalFillOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/freehandOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/gradientFillOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/lineOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/pencil.xpm.gz %%DATADIR%%/bitmaps/toolicons/pencilOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/polygonOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/selectBoxOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/selectEllipseOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/selectFreeHandOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/selectFreehandOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/selectPolygonOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/selectSplineOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/smearOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/splineOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/sprayOp.xpm.gz %%DATADIR%%/bitmaps/toolicons/svg/arc.svg %%DATADIR%%/bitmaps/toolicons/svg/arrow.svg %%DATADIR%%/bitmaps/toolicons/svg/box.svg %%DATADIR%%/bitmaps/toolicons/svg/brokenline.svg %%DATADIR%%/bitmaps/toolicons/svg/brush.svg %%DATADIR%%/bitmaps/toolicons/svg/dotPen.svg %%DATADIR%%/bitmaps/toolicons/svg/dynPen.svg %%DATADIR%%/bitmaps/toolicons/svg/ellipse.svg %%DATADIR%%/bitmaps/toolicons/svg/erase.svg %%DATADIR%%/bitmaps/toolicons/svg/fill.svg %%DATADIR%%/bitmaps/toolicons/svg/filledBox.svg %%DATADIR%%/bitmaps/toolicons/svg/filledEllipse.svg %%DATADIR%%/bitmaps/toolicons/svg/filledFreehand.svg %%DATADIR%%/bitmaps/toolicons/svg/filledPolygon.svg %%DATADIR%%/bitmaps/toolicons/svg/filledSpline.svg %%DATADIR%%/bitmaps/toolicons/svg/fractalFill.svg %%DATADIR%%/bitmaps/toolicons/svg/freehand.svg %%DATADIR%%/bitmaps/toolicons/svg/gradientFill.svg %%DATADIR%%/bitmaps/toolicons/svg/line.svg %%DATADIR%%/bitmaps/toolicons/svg/pencil.svg %%DATADIR%%/bitmaps/toolicons/svg/polygon.svg %%DATADIR%%/bitmaps/toolicons/svg/selectBox.svg %%DATADIR%%/bitmaps/toolicons/svg/selectEllipse.svg %%DATADIR%%/bitmaps/toolicons/svg/selectFreehand.svg %%DATADIR%%/bitmaps/toolicons/svg/selectPolygon.svg %%DATADIR%%/bitmaps/toolicons/svg/selectSpline.svg %%DATADIR%%/bitmaps/toolicons/svg/smear.svg %%DATADIR%%/bitmaps/toolicons/svg/spline.svg %%DATADIR%%/bitmaps/toolicons/svg/spray.svg %%DATADIR%%/bitmaps/toolicons/svg/text.svg %%DATADIR%%/bitmaps/toolicons/textOp.xpm.gz %%DATADIR%%/c_scripts/3d_curves/helicoid.c %%DATADIR%%/c_scripts/3d_curves/lissajous.c %%DATADIR%%/c_scripts/3d_surfaces/ellipsoid.c %%DATADIR%%/c_scripts/3d_surfaces/genre_g.c %%DATADIR%%/c_scripts/3d_surfaces/heart.c %%DATADIR%%/c_scripts/3d_surfaces/hyperboloid.c %%DATADIR%%/c_scripts/3d_surfaces/polyhedra.c %%DATADIR%%/c_scripts/3d_surfaces/torus.c %%DATADIR%%/c_scripts/3d_surfaces/trefoil.c %%DATADIR%%/c_scripts/3d_surfaces/waves.c %%DATADIR%%/c_scripts/batch/batch.c %%DATADIR%%/c_scripts/filters/clean.c %%DATADIR%%/c_scripts/filters/leftright.c %%DATADIR%%/c_scripts/filters/mapping.c %%DATADIR%%/c_scripts/filters/merge.c %%DATADIR%%/c_scripts/filters/permute.c %%DATADIR%%/c_scripts/filters/projective.c %%DATADIR%%/c_scripts/filters/rotleft.c %%DATADIR%%/c_scripts/filters/rotright.c %%DATADIR%%/c_scripts/filters/similarity.c %%DATADIR%%/c_scripts/filters/updown.c %%DATADIR%%/c_scripts/images/alpha_test.c %%DATADIR%%/c_scripts/images/rgb_test.c %%DATADIR%%/c_scripts/layers/combine.c %%DATADIR%%/c_scripts/procedures/canvas+vxp.c %%DATADIR%%/c_scripts/procedures/proc_with_params.c %%DATADIR%%/c_scripts/procedures/setmemory.c %%DATADIR%%/c_scripts/templates/bird.png %%DATADIR%%/c_scripts/templates/cat.jpg %%DATADIR%%/c_scripts/templates/script.c %%DATADIR%%/help/Help %%DATADIR%%/help/Help_es %%DATADIR%%/help/Help_fr %%DATADIR%%/include/Colormap.h %%DATADIR%%/include/ColormapP.h %%DATADIR%%/include/DefaultRC.txt.h %%DATADIR%%/include/Paint.h %%DATADIR%%/include/PaintP.h %%DATADIR%%/include/XPaint.ad.h %%DATADIR%%/include/Xpaint.h %%DATADIR%%/include/Xpaint3d.h %%DATADIR%%/include/bitmap.h %%DATADIR%%/include/color.h %%DATADIR%%/include/crc32.h %%DATADIR%%/include/graphic.h %%DATADIR%%/include/hash.h %%DATADIR%%/include/image.h %%DATADIR%%/include/menu.h %%DATADIR%%/include/messages.h %%DATADIR%%/include/misc.h %%DATADIR%%/include/operation.h %%DATADIR%%/include/ops.h %%DATADIR%%/include/palette.h %%DATADIR%%/include/patchlevel.h %%DATADIR%%/include/print.h %%DATADIR%%/include/protocol.h %%DATADIR%%/include/rc.h %%DATADIR%%/include/region.h %%DATADIR%%/include/rwTable.h %%DATADIR%%/include/text.h %%DATADIR%%/include/version.h %%DATADIR%%/include/xpaint.h %%DATADIR%%/include/xpaintrw.h %%DATADIR%%/messages/Messages %%DATADIR%%/messages/Messages_es %%DATADIR%%/messages/Messages_fr diff --git a/mail/cone/Makefile b/mail/cone/Makefile index 8c2865c22d70..9cfc2053b77c 100644 --- a/mail/cone/Makefile +++ b/mail/cone/Makefile @@ -1,54 +1,55 @@ PORTNAME= cone DISTVERSION= 1.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail # This is for beta versions, leave it in please: #MASTER_SITES= http://www.courier-mta.org/beta/${PORTNAME}/ \ # http://www.lerctr.org/~ler/ # This is for release versions, leave it in please: MASTER_SITES= SF/courier/${PORTNAME}/${DISTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Console based mail client with POP3/IMAP/SMAP support WWW= https://www.courier-mta.org/cone/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING.GPL BUILD_DEPENDS= gnupg>0:security/gnupg LIB_DEPENDS= libaspell.so:textproc/aspell \ libcourier-unicode.so:devel/courier-unicode \ libidn2.so:dns/libidn2 RUN_DEPENDS= gnupg>0:security/gnupg USES= compiler:c++11-lang fam gettext gmake gnome iconv ldap:24 \ localbase:ldflags ncurses perl5 pkgconfig shebangfix ssl \ tar:bzip2 USE_GNOME= libxml2 SHEBANG_FILES= sysconftool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --exec-prefix=${PREFIX} \ --with-certdb=${PREFIX}/share/cone/rootcerts \ --with-notice=unicode INSTALL_TARGET= install-strip CPPFLAGS+= -D_XOPEN_SOURCE_EXTENDED OPTIONS_DEFINE= DOCS post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/leaf @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mailtool @${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/cone ${INSTALL_SCRIPT} ${WRKSRC}/sysconftool ${STAGEDIR}${PREFIX}/sbin/cone-sysconftool @${RM} ${STAGEDIR}${PREFIX}/share/cone/rootcerts/.0 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR} .include diff --git a/mail/cone/pkg-plist b/mail/cone/pkg-plist index a49e67828e34..86c589d64e2b 100644 --- a/mail/cone/pkg-plist +++ b/mail/cone/pkg-plist @@ -1,165 +1,165 @@ bin/cone bin/leaf bin/mailtool @sample etc/cone.dist etc/cone libexec/cone -man/man1/cone.1.gz -man/man1/leaf.1.gz -man/man1/mailtool.1.gz +share/man/man1/cone.1.gz +share/man/man1/leaf.1.gz +share/man/man1/mailtool.1.gz sbin/cone-sysconftool %%DATADIR%%/APPLICATION.PDF.filter %%DATADIR%%/FAQ.html %%DATADIR%%/IMAGE.GIF.filter %%DATADIR%%/IMAGE.JPEG.filter %%DATADIR%%/IMAGE.PNG.filter %%DATADIR%%/INSTALL.html %%DATADIR%%/README.html %%DATADIR%%/account-checknewmail.html %%DATADIR%%/account-copymessagesto.html %%DATADIR%%/account-createfolder.html %%DATADIR%%/account-deletefolder.html %%DATADIR%%/account-delrights.html %%DATADIR%%/account-getfolderfrompath.html %%DATADIR%%/account-getfolderfromstring.html %%DATADIR%%/account-getfolderindexinfo.html %%DATADIR%%/account-getfolderindexsize.html %%DATADIR%%/account-getfolderkeywordinfo.html %%DATADIR%%/account-getmessagecontent.html %%DATADIR%%/account-getmessagecontentdecoded.html %%DATADIR%%/account-getmessageenvelope.html %%DATADIR%%/account-getmessagestructure.html %%DATADIR%%/account-getmyrights.html %%DATADIR%%/account-getparentfolder.html %%DATADIR%%/account-getrights.html %%DATADIR%%/account-getsubfolders.html %%DATADIR%%/account-gettoplevelfolders.html %%DATADIR%%/account-libmail-addmessage.html %%DATADIR%%/account-login.html %%DATADIR%%/account-logout.html %%DATADIR%%/account-movemessagesto.html %%DATADIR%%/account-openfolder.html %%DATADIR%%/account-readfolderinfo.html %%DATADIR%%/account-removemessages.html %%DATADIR%%/account-renamefolder.html %%DATADIR%%/account-savefolderindexinfo.html %%DATADIR%%/account-searchmessages.html %%DATADIR%%/account-send.html %%DATADIR%%/account-setrights.html %%DATADIR%%/account-translatepath.html %%DATADIR%%/account-updatefolderindexflags.html %%DATADIR%%/account-updatefolderindexinfo.html %%DATADIR%%/account-updatekeywords.html %%DATADIR%%/add.html %%DATADIR%%/address.html %%DATADIR%%/attributes.html %%DATADIR%%/bk01-toc.html %%DATADIR%%/cone.hlp %%DATADIR%%/cone.html %%DATADIR%%/cone00index.html %%DATADIR%%/cone01folderlist.html %%DATADIR%%/cone02folderindex.html %%DATADIR%%/cone03messageview.html %%DATADIR%%/cone04writemessage.html %%DATADIR%%/cone05setup.html %%DATADIR%%/cone06newaccount.html %%DATADIR%%/cone07remoteconfig.html %%DATADIR%%/cone08gpg.html %%DATADIR%%/cone09masterpassword.html %%DATADIR%%/cone10certificates.html %%DATADIR%%/cone11encryption.html %%DATADIR%%/cone12filters.html %%DATADIR%%/cone13addressbook.html %%DATADIR%%/cone14ldapaddressbook.html %%DATADIR%%/conn.html %%DATADIR%%/cppnamespace.html %%DATADIR%%/emailaddress.html %%DATADIR%%/envelope.html %%DATADIR%%/folder-addmessage.html %%DATADIR%%/folder-clone.html %%DATADIR%%/folder-create.html %%DATADIR%%/folder-createsubfolder.html %%DATADIR%%/folder-delrights.html %%DATADIR%%/folder-destroy.html %%DATADIR%%/folder-getmyrights.html %%DATADIR%%/folder-getname.html %%DATADIR%%/folder-getparentfolder.html %%DATADIR%%/folder-getpath.html %%DATADIR%%/folder-getrights.html %%DATADIR%%/folder-hasmessages.html %%DATADIR%%/folder-hassubfolders.html %%DATADIR%%/folder-isparentof.html %%DATADIR%%/folder-open.html %%DATADIR%%/folder-readfolderinfo.html %%DATADIR%%/folder-readsubfolders.html %%DATADIR%%/folder-renamefolder.html %%DATADIR%%/folder-setrights.html %%DATADIR%%/folder-tostring.html %%DATADIR%%/header-addresslist.html %%DATADIR%%/header-encoded.html %%DATADIR%%/header-list.html %%DATADIR%%/header-mime.html %%DATADIR%%/header-plain.html %%DATADIR%%/http.handler %%DATADIR%%/https.handler %%DATADIR%%/icon.gif %%DATADIR%%/index.html %%DATADIR%%/leaf.html %%DATADIR%%/libmail-folder.html %%DATADIR%%/libmail-misc.html %%DATADIR%%/libmail.html %%DATADIR%%/libmailapi.html %%DATADIR%%/mail-attachments.html %%DATADIR%%/mail-checknewmail.html %%DATADIR%%/mail-copymessagesto.html %%DATADIR%%/mail-findfolder.html %%DATADIR%%/mail-folderfromstring.html %%DATADIR%%/mail-getfolderindexinfo.html %%DATADIR%%/mail-getfolderindexsize.html %%DATADIR%%/mail-getfolderkeywordinfo.html %%DATADIR%%/mail-getsendfolder.html %%DATADIR%%/mail-hascapability.html %%DATADIR%%/mail-headers.html %%DATADIR%%/mail-homedir.html %%DATADIR%%/mail-hostname.html %%DATADIR%%/mail-isremoteurl.html %%DATADIR%%/mail-loginurldecode.html %%DATADIR%%/mail-loginurlencode.html %%DATADIR%%/mail-logout.html %%DATADIR%%/mail-movemessagesto.html %%DATADIR%%/mail-open.html %%DATADIR%%/mail-poll.html %%DATADIR%%/mail-process.html %%DATADIR%%/mail-readmsgattr.html %%DATADIR%%/mail-readmsgcontent.html %%DATADIR%%/mail-readmsgcontentdecoded.html %%DATADIR%%/mail-readtoplevel.html %%DATADIR%%/mail-removemessages.html %%DATADIR%%/mail-resume.html %%DATADIR%%/mail-savefolderindexinfo.html %%DATADIR%%/mail-searchmessages.html %%DATADIR%%/mail-setappcharset.html %%DATADIR%%/mail-translatepath.html %%DATADIR%%/mail-updatefolderindexflags.html %%DATADIR%%/mail-updatefolderindexinfo.html %%DATADIR%%/mail-updatekeywords.html %%DATADIR%%/mail-updatenotify.html %%DATADIR%%/mail-upper.html %%DATADIR%%/maillist.html %%DATADIR%%/mailtool.html %%DATADIR%%/manpage.css %%DATADIR%%/mimestruct.html %%DATADIR%%/misc.html %%DATADIR%%/moredocs.html %%DATADIR%%/native.html %%DATADIR%%/search.html %%DATADIR%%/smap1.html %%DATADIR%%/smapconcurrency.html %%DATADIR%%/smapcopymovemessages.html %%DATADIR%%/smapfolders.html %%DATADIR%%/smaplogout.html %%DATADIR%%/smapmessagecontents.html %%DATADIR%%/smapsyntax.html %%DATADIR%%/smapusingfolders.html %%DATADIR%%/store.html %%DATADIR%%/synchronous.html %%PORTDOCS%%%%DOCSDIR%%/ChangeLog diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile index 14ba68828c55..08a7b1a1a386 100644 --- a/net-p2p/amule/Makefile +++ b/net-p2p/amule/Makefile @@ -1,130 +1,131 @@ PORTNAME= amule PORTVERSION= 2.3.3 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/aMule/${PORTVERSION} DISTNAME= aMule-${PORTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= All-platform eMule p2p client WWW= https://www.amule.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/docs/COPYING LIB_DEPENDS= libcryptopp.so:security/cryptopp USES= bison compiler:c++11-lang cpe desktop-file-utils gmake \ localbase:ldflags perl5 pkgconfig shebangfix tar:xz USE_PERL5= build USE_WX= 3.0 WX_CONF_ARGS= absolute GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --with-denoise-level=0 CONFIGURE_ENV= LEX="${FLEX}" PKG_CONFIG="${PKG_CONFIG}" \ docdir='$${prefix}/${DOCSDIR_REL}' LDFLAGS+= -lpthread SHEBANG_FILES= src/utils/scripts/*.pl src/utils/xas/*.pl src/libs/ec/*.pl OPTIONS_DEFINE= ALC ALCC AMULECMD AMULEDAEMON AMULEGUI BOOST CAS DEBUG \ DOCS ED2K FILEVIEW MMAP MONOLITHIC NLS UPNP WEBSERVER \ WXCAS XAS ALC_DESC= Compile aMule Link Creator for GUI ALCC_DESC= Compile aMule Link Creator for console AMULECMD_DESC= Compile aMule command line client AMULEDAEMON_DESC= Compile aMule daemon version AMULEGUI_DESC= Compile aMule remote GUI CAS_DESC= Compile aMule Statistics for console ED2K_DESC= Compile aMule ed2k links handler FILEVIEW_DESC= Compile file viewer for console (EXPERIMENTAL) MMAP_DESC= Use mapped memory MONOLITHIC_DESC= Compile monolithic aMule WXCAS_DESC= Compile aMule Statistics for GUI XAS_DESC= Install XChat2 plugin OPTIONS_DEFAULT= ALC ALCC AMULECMD AMULEDAEMON AMULEGUI BOOST CAS ED2K \ FILEVIEW MONOLITHIC WEBSERVER WXCAS XAS OPTIONS_SUB= yes DEBUG_CONFIGURE_OFF= --disable-debug NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls ALC_CONFIGURE_ON= --enable-alc ALCC_CONFIGURE_ON= --enable-alcc AMULECMD_CONFIGURE_ON= --enable-amulecmd AMULECMD_USES= readline AMULEDAEMON_CONFIGURE_ON= --enable-amule-daemon AMULEDAEMON_USE= RC_SUBR=amuled AMULEGUI_CONFIGURE_ON= --enable-amule-gui BOOST_CONFIGURE_ON= --with-boost BOOST_LIB_DEPENDS+= libboost_system.so:devel/boost-libs CAS_CONFIGURE_ON= --enable-cas CAS_LIB_DEPENDS= libgd.so:graphics/gd ED2K_CONFIGURE_OFF= --disable-ed2k ED2K_CONFLICTS= ed2k-hash* FILEVIEW_CONFIGURE_ON= --enable-fileview MMAP_CONFIGURE_ON= --enable-mmap MONOLITHIC_CONFIGURE_OFF= --disable-monolithic UPNP_LIB_DEPENDS= libupnp.so:devel/upnp UPNP_CONFIGURE_OFF= --disable-upnp WEBSERVER_CONFIGURE_ON= --enable-webserver WEBSERVER_LIB_DEPENDS= libpng.so:graphics/png WEBSERVER_USES= readline WXCAS_CONFIGURE_ON= --enable-wxcas XAS_CONFIGURE_ON= --enable-xas XAS_USE= PERL5+=run .include # Fix segmentation fault, PR 266866 # see also 5a19c08: security/cryptopp: Update to 8.7.0 .if ${ARCH} == i386 || ${ARCH} == amd64 CXXFLAGS+= -DCRYPTOPP_DISABLE_ASM .endif .if ${PORT_OPTIONS:MAMULEGUI} || ${PORT_OPTIONS:MMONOLITHIC} PLIST_SUB+= AMULESKIN="" .else PLIST_SUB+= AMULESKIN="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's/test.*-print-file-name.*`/true/' \ -e '/if.*test/s/==/=/' \ ${WRKSRC}/configure post-patch-DOCS-off: @${REINPLACE_CMD} 's/install-data-am:.*/install-data-am:/' \ ${WRKSRC}/docs/Makefile.in post-install-FILEVIEW-on: ${INSTALL_PROGRAM} ${WRKSRC}/src/utils/fileview/mulefileview ${STAGEDIR}${PREFIX}/bin .include # amule 2.3.3 does not work with C++17 which is the default since clang # 16. Change the defaults and allow the `register' keyword to be used without # triggering a compiler error to allow the build to work. .if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 160 CXXFLAGS+= -Wno-register .endif .include diff --git a/net-p2p/amule/pkg-plist b/net-p2p/amule/pkg-plist index d368210cb8c8..873fc74c5ead 100644 --- a/net-p2p/amule/pkg-plist +++ b/net-p2p/amule/pkg-plist @@ -1,253 +1,253 @@ %%ALC%%bin/alc %%ALCC%%bin/alcc %%MONOLITHIC%%bin/amule %%AMULECMD%%bin/amulecmd %%AMULEDAEMON%%bin/amuled %%AMULEGUI%%bin/amulegui %%WEBSERVER%%bin/amuleweb %%XAS%%bin/autostart-xas %%CAS%%bin/cas %%ED2K%%bin/ed2k %%FILEVIEW%%bin/mulefileview %%WXCAS%%bin/wxcas %%XAS%%lib/xchat/plugins/xas.pl -%%NLS%%%%ALC%%man/de/man1/alc.1.gz -%%NLS%%%%ALCC%%man/de/man1/alcc.1.gz -%%NLS%%%%MONOLITHIC%%man/de/man1/amule.1.gz -%%NLS%%%%AMULECMD%%man/de/man1/amulecmd.1.gz -%%NLS%%%%AMULEDAEMON%%man/de/man1/amuled.1.gz -%%NLS%%%%AMULEGUI%%man/de/man1/amulegui.1.gz -%%NLS%%%%WEBSERVER%%man/de/man1/amuleweb.1.gz -%%NLS%%%%CAS%%man/de/man1/cas.1.gz -%%NLS%%%%ED2K%%man/de/man1/ed2k.1.gz -%%NLS%%%%WXCAS%%man/de/man1/wxcas.1.gz -%%NLS%%%%XAS%%man/de/man1/xas.1.gz -%%NLS%%%%ALC%%man/es/man1/alc.1.gz -%%NLS%%%%ALCC%%man/es/man1/alcc.1.gz -%%NLS%%%%MONOLITHIC%%man/es/man1/amule.1.gz -%%NLS%%%%AMULECMD%%man/es/man1/amulecmd.1.gz -%%NLS%%%%AMULEDAEMON%%man/es/man1/amuled.1.gz -%%NLS%%%%AMULEGUI%%man/es/man1/amulegui.1.gz -%%NLS%%%%WEBSERVER%%man/es/man1/amuleweb.1.gz -%%NLS%%%%CAS%%man/es/man1/cas.1.gz -%%NLS%%%%ED2K%%man/es/man1/ed2k.1.gz -%%NLS%%%%WXCAS%%man/es/man1/wxcas.1.gz -%%NLS%%%%XAS%%man/es/man1/xas.1.gz -%%NLS%%%%ALC%%man/fr/man1/alc.1.gz -%%NLS%%%%ALCC%%man/fr/man1/alcc.1.gz -%%NLS%%%%MONOLITHIC%%man/fr/man1/amule.1.gz -%%NLS%%%%AMULECMD%%man/fr/man1/amulecmd.1.gz -%%NLS%%%%AMULEDAEMON%%man/fr/man1/amuled.1.gz -%%NLS%%%%AMULEGUI%%man/fr/man1/amulegui.1.gz -%%NLS%%%%WEBSERVER%%man/fr/man1/amuleweb.1.gz -%%NLS%%%%CAS%%man/fr/man1/cas.1.gz -%%NLS%%%%ED2K%%man/fr/man1/ed2k.1.gz -%%NLS%%%%WXCAS%%man/fr/man1/wxcas.1.gz -%%NLS%%%%XAS%%man/fr/man1/xas.1.gz -%%NLS%%%%ALC%%man/hu/man1/alc.1.gz -%%NLS%%%%ALCC%%man/hu/man1/alcc.1.gz -%%NLS%%%%MONOLITHIC%%man/hu/man1/amule.1.gz -%%NLS%%%%AMULECMD%%man/hu/man1/amulecmd.1.gz -%%NLS%%%%AMULEDAEMON%%man/hu/man1/amuled.1.gz -%%NLS%%%%AMULEGUI%%man/hu/man1/amulegui.1.gz -%%NLS%%%%WEBSERVER%%man/hu/man1/amuleweb.1.gz -%%NLS%%%%CAS%%man/hu/man1/cas.1.gz -%%NLS%%%%ED2K%%man/hu/man1/ed2k.1.gz -%%NLS%%%%WXCAS%%man/hu/man1/wxcas.1.gz -%%NLS%%%%XAS%%man/hu/man1/xas.1.gz -%%NLS%%%%ALC%%man/it/man1/alc.1.gz -%%NLS%%%%ALCC%%man/it/man1/alcc.1.gz -%%NLS%%%%MONOLITHIC%%man/it/man1/amule.1.gz -%%NLS%%%%AMULECMD%%man/it/man1/amulecmd.1.gz -%%NLS%%%%AMULEDAEMON%%man/it/man1/amuled.1.gz -%%NLS%%%%AMULEGUI%%man/it/man1/amulegui.1.gz -%%NLS%%%%WEBSERVER%%man/it/man1/amuleweb.1.gz -%%NLS%%%%CAS%%man/it/man1/cas.1.gz -%%NLS%%%%ED2K%%man/it/man1/ed2k.1.gz -%%NLS%%%%WXCAS%%man/it/man1/wxcas.1.gz -%%NLS%%%%XAS%%man/it/man1/xas.1.gz -%%NLS%%%%ALC%%man/man1/alc.1.gz -%%NLS%%%%ALCC%%man/man1/alcc.1.gz -%%NLS%%%%MONOLITHIC%%man/man1/amule.1.gz -%%NLS%%%%AMULECMD%%man/man1/amulecmd.1.gz -%%NLS%%%%AMULEDAEMON%%man/man1/amuled.1.gz -%%NLS%%%%AMULEGUI%%man/man1/amulegui.1.gz -%%NLS%%%%WEBSERVER%%man/man1/amuleweb.1.gz -%%NLS%%%%CAS%%man/man1/cas.1.gz -%%NLS%%%%ED2K%%man/man1/ed2k.1.gz -%%NLS%%%%WXCAS%%man/man1/wxcas.1.gz -%%NLS%%%%XAS%%man/man1/xas.1.gz -%%NLS%%%%ALC%%man/ro/man1/alc.1.gz -%%NLS%%%%ALCC%%man/ro/man1/alcc.1.gz -%%NLS%%%%MONOLITHIC%%man/ro/man1/amule.1.gz -%%NLS%%%%AMULECMD%%man/ro/man1/amulecmd.1.gz -%%NLS%%%%AMULEDAEMON%%man/ro/man1/amuled.1.gz -%%NLS%%%%AMULEGUI%%man/ro/man1/amulegui.1.gz -%%NLS%%%%WEBSERVER%%man/ro/man1/amuleweb.1.gz -%%NLS%%%%CAS%%man/ro/man1/cas.1.gz -%%NLS%%%%ED2K%%man/ro/man1/ed2k.1.gz -%%NLS%%%%WXCAS%%man/ro/man1/wxcas.1.gz -%%NLS%%%%XAS%%man/ro/man1/xas.1.gz -%%NLS%%%%ALC%%man/ru/man1/alc.1.gz -%%NLS%%%%ALCC%%man/ru/man1/alcc.1.gz -%%NLS%%%%MONOLITHIC%%man/ru/man1/amule.1.gz -%%NLS%%%%AMULECMD%%man/ru/man1/amulecmd.1.gz -%%NLS%%%%AMULEDAEMON%%man/ru/man1/amuled.1.gz -%%NLS%%%%AMULEGUI%%man/ru/man1/amulegui.1.gz -%%NLS%%%%WEBSERVER%%man/ru/man1/amuleweb.1.gz -%%NLS%%%%CAS%%man/ru/man1/cas.1.gz -%%NLS%%%%ED2K%%man/ru/man1/ed2k.1.gz -%%NLS%%%%WXCAS%%man/ru/man1/wxcas.1.gz -%%NLS%%%%XAS%%man/ru/man1/xas.1.gz -%%NLS%%%%ALC%%man/tr/man1/alc.1.gz -%%NLS%%%%ALCC%%man/tr/man1/alcc.1.gz -%%NLS%%%%MONOLITHIC%%man/tr/man1/amule.1.gz -%%NLS%%%%AMULECMD%%man/tr/man1/amulecmd.1.gz -%%NLS%%%%AMULEDAEMON%%man/tr/man1/amuled.1.gz -%%NLS%%%%AMULEGUI%%man/tr/man1/amulegui.1.gz -%%NLS%%%%WEBSERVER%%man/tr/man1/amuleweb.1.gz -%%NLS%%%%CAS%%man/tr/man1/cas.1.gz -%%NLS%%%%ED2K%%man/tr/man1/ed2k.1.gz -%%NLS%%%%WXCAS%%man/tr/man1/wxcas.1.gz -%%NLS%%%%XAS%%man/tr/man1/xas.1.gz -%%NLS%%%%ALC%%man/zh_TW/man1/alc.1.gz -%%NLS%%%%ALCC%%man/zh_TW/man1/alcc.1.gz -%%NLS%%%%MONOLITHIC%%man/zh_TW/man1/amule.1.gz -%%NLS%%%%AMULECMD%%man/zh_TW/man1/amulecmd.1.gz -%%NLS%%%%AMULEDAEMON%%man/zh_TW/man1/amuled.1.gz -%%NLS%%%%AMULEGUI%%man/zh_TW/man1/amulegui.1.gz -%%NLS%%%%WEBSERVER%%man/zh_TW/man1/amuleweb.1.gz -%%NLS%%%%CAS%%man/zh_TW/man1/cas.1.gz -%%NLS%%%%ED2K%%man/zh_TW/man1/ed2k.1.gz -%%NLS%%%%WXCAS%%man/zh_TW/man1/wxcas.1.gz -%%NLS%%%%XAS%%man/zh_TW/man1/xas.1.gz +%%NLS%%%%ALC%%share/man/de/man1/alc.1.gz +%%NLS%%%%ALCC%%share/man/de/man1/alcc.1.gz +%%NLS%%%%MONOLITHIC%%share/man/de/man1/amule.1.gz +%%NLS%%%%AMULECMD%%share/man/de/man1/amulecmd.1.gz +%%NLS%%%%AMULEDAEMON%%share/man/de/man1/amuled.1.gz +%%NLS%%%%AMULEGUI%%share/man/de/man1/amulegui.1.gz +%%NLS%%%%WEBSERVER%%share/man/de/man1/amuleweb.1.gz +%%NLS%%%%CAS%%share/man/de/man1/cas.1.gz +%%NLS%%%%ED2K%%share/man/de/man1/ed2k.1.gz +%%NLS%%%%WXCAS%%share/man/de/man1/wxcas.1.gz +%%NLS%%%%XAS%%share/man/de/man1/xas.1.gz +%%NLS%%%%ALC%%share/man/es/man1/alc.1.gz +%%NLS%%%%ALCC%%share/man/es/man1/alcc.1.gz +%%NLS%%%%MONOLITHIC%%share/man/es/man1/amule.1.gz +%%NLS%%%%AMULECMD%%share/man/es/man1/amulecmd.1.gz +%%NLS%%%%AMULEDAEMON%%share/man/es/man1/amuled.1.gz +%%NLS%%%%AMULEGUI%%share/man/es/man1/amulegui.1.gz +%%NLS%%%%WEBSERVER%%share/man/es/man1/amuleweb.1.gz +%%NLS%%%%CAS%%share/man/es/man1/cas.1.gz +%%NLS%%%%ED2K%%share/man/es/man1/ed2k.1.gz +%%NLS%%%%WXCAS%%share/man/es/man1/wxcas.1.gz +%%NLS%%%%XAS%%share/man/es/man1/xas.1.gz +%%NLS%%%%ALC%%share/man/fr/man1/alc.1.gz +%%NLS%%%%ALCC%%share/man/fr/man1/alcc.1.gz +%%NLS%%%%MONOLITHIC%%share/man/fr/man1/amule.1.gz +%%NLS%%%%AMULECMD%%share/man/fr/man1/amulecmd.1.gz +%%NLS%%%%AMULEDAEMON%%share/man/fr/man1/amuled.1.gz +%%NLS%%%%AMULEGUI%%share/man/fr/man1/amulegui.1.gz +%%NLS%%%%WEBSERVER%%share/man/fr/man1/amuleweb.1.gz +%%NLS%%%%CAS%%share/man/fr/man1/cas.1.gz +%%NLS%%%%ED2K%%share/man/fr/man1/ed2k.1.gz +%%NLS%%%%WXCAS%%share/man/fr/man1/wxcas.1.gz +%%NLS%%%%XAS%%share/man/fr/man1/xas.1.gz +%%NLS%%%%ALC%%share/man/hu/man1/alc.1.gz +%%NLS%%%%ALCC%%share/man/hu/man1/alcc.1.gz +%%NLS%%%%MONOLITHIC%%share/man/hu/man1/amule.1.gz +%%NLS%%%%AMULECMD%%share/man/hu/man1/amulecmd.1.gz +%%NLS%%%%AMULEDAEMON%%share/man/hu/man1/amuled.1.gz +%%NLS%%%%AMULEGUI%%share/man/hu/man1/amulegui.1.gz +%%NLS%%%%WEBSERVER%%share/man/hu/man1/amuleweb.1.gz +%%NLS%%%%CAS%%share/man/hu/man1/cas.1.gz +%%NLS%%%%ED2K%%share/man/hu/man1/ed2k.1.gz +%%NLS%%%%WXCAS%%share/man/hu/man1/wxcas.1.gz +%%NLS%%%%XAS%%share/man/hu/man1/xas.1.gz +%%NLS%%%%ALC%%share/man/it/man1/alc.1.gz +%%NLS%%%%ALCC%%share/man/it/man1/alcc.1.gz +%%NLS%%%%MONOLITHIC%%share/man/it/man1/amule.1.gz +%%NLS%%%%AMULECMD%%share/man/it/man1/amulecmd.1.gz +%%NLS%%%%AMULEDAEMON%%share/man/it/man1/amuled.1.gz +%%NLS%%%%AMULEGUI%%share/man/it/man1/amulegui.1.gz +%%NLS%%%%WEBSERVER%%share/man/it/man1/amuleweb.1.gz +%%NLS%%%%CAS%%share/man/it/man1/cas.1.gz +%%NLS%%%%ED2K%%share/man/it/man1/ed2k.1.gz +%%NLS%%%%WXCAS%%share/man/it/man1/wxcas.1.gz +%%NLS%%%%XAS%%share/man/it/man1/xas.1.gz +%%NLS%%%%ALC%%share/man/man1/alc.1.gz +%%NLS%%%%ALCC%%share/man/man1/alcc.1.gz +%%NLS%%%%MONOLITHIC%%share/man/man1/amule.1.gz +%%NLS%%%%AMULECMD%%share/man/man1/amulecmd.1.gz +%%NLS%%%%AMULEDAEMON%%share/man/man1/amuled.1.gz +%%NLS%%%%AMULEGUI%%share/man/man1/amulegui.1.gz +%%NLS%%%%WEBSERVER%%share/man/man1/amuleweb.1.gz +%%NLS%%%%CAS%%share/man/man1/cas.1.gz +%%NLS%%%%ED2K%%share/man/man1/ed2k.1.gz +%%NLS%%%%WXCAS%%share/man/man1/wxcas.1.gz +%%NLS%%%%XAS%%share/man/man1/xas.1.gz +%%NLS%%%%ALC%%share/man/ro/man1/alc.1.gz +%%NLS%%%%ALCC%%share/man/ro/man1/alcc.1.gz +%%NLS%%%%MONOLITHIC%%share/man/ro/man1/amule.1.gz +%%NLS%%%%AMULECMD%%share/man/ro/man1/amulecmd.1.gz +%%NLS%%%%AMULEDAEMON%%share/man/ro/man1/amuled.1.gz +%%NLS%%%%AMULEGUI%%share/man/ro/man1/amulegui.1.gz +%%NLS%%%%WEBSERVER%%share/man/ro/man1/amuleweb.1.gz +%%NLS%%%%CAS%%share/man/ro/man1/cas.1.gz +%%NLS%%%%ED2K%%share/man/ro/man1/ed2k.1.gz +%%NLS%%%%WXCAS%%share/man/ro/man1/wxcas.1.gz +%%NLS%%%%XAS%%share/man/ro/man1/xas.1.gz +%%NLS%%%%ALC%%share/man/ru/man1/alc.1.gz +%%NLS%%%%ALCC%%share/man/ru/man1/alcc.1.gz +%%NLS%%%%MONOLITHIC%%share/man/ru/man1/amule.1.gz +%%NLS%%%%AMULECMD%%share/man/ru/man1/amulecmd.1.gz +%%NLS%%%%AMULEDAEMON%%share/man/ru/man1/amuled.1.gz +%%NLS%%%%AMULEGUI%%share/man/ru/man1/amulegui.1.gz +%%NLS%%%%WEBSERVER%%share/man/ru/man1/amuleweb.1.gz +%%NLS%%%%CAS%%share/man/ru/man1/cas.1.gz +%%NLS%%%%ED2K%%share/man/ru/man1/ed2k.1.gz +%%NLS%%%%WXCAS%%share/man/ru/man1/wxcas.1.gz +%%NLS%%%%XAS%%share/man/ru/man1/xas.1.gz +%%NLS%%%%ALC%%share/man/tr/man1/alc.1.gz +%%NLS%%%%ALCC%%share/man/tr/man1/alcc.1.gz +%%NLS%%%%MONOLITHIC%%share/man/tr/man1/amule.1.gz +%%NLS%%%%AMULECMD%%share/man/tr/man1/amulecmd.1.gz +%%NLS%%%%AMULEDAEMON%%share/man/tr/man1/amuled.1.gz +%%NLS%%%%AMULEGUI%%share/man/tr/man1/amulegui.1.gz +%%NLS%%%%WEBSERVER%%share/man/tr/man1/amuleweb.1.gz +%%NLS%%%%CAS%%share/man/tr/man1/cas.1.gz +%%NLS%%%%ED2K%%share/man/tr/man1/ed2k.1.gz +%%NLS%%%%WXCAS%%share/man/tr/man1/wxcas.1.gz +%%NLS%%%%XAS%%share/man/tr/man1/xas.1.gz +%%NLS%%%%ALC%%share/man/zh_TW/man1/alc.1.gz +%%NLS%%%%ALCC%%share/man/zh_TW/man1/alcc.1.gz +%%NLS%%%%MONOLITHIC%%share/man/zh_TW/man1/amule.1.gz +%%NLS%%%%AMULECMD%%share/man/zh_TW/man1/amulecmd.1.gz +%%NLS%%%%AMULEDAEMON%%share/man/zh_TW/man1/amuled.1.gz +%%NLS%%%%AMULEGUI%%share/man/zh_TW/man1/amulegui.1.gz +%%NLS%%%%WEBSERVER%%share/man/zh_TW/man1/amuleweb.1.gz +%%NLS%%%%CAS%%share/man/zh_TW/man1/cas.1.gz +%%NLS%%%%ED2K%%share/man/zh_TW/man1/ed2k.1.gz +%%NLS%%%%WXCAS%%share/man/zh_TW/man1/wxcas.1.gz +%%NLS%%%%XAS%%share/man/zh_TW/man1/xas.1.gz %%AMULESKIN%%%%DATADIR%%/skins/Mac_Gray.zip %%AMULESKIN%%%%DATADIR%%/skins/gnome.zip %%AMULESKIN%%%%DATADIR%%/skins/kde4.zip %%AMULESKIN%%%%DATADIR%%/skins/papirus.zip %%AMULESKIN%%%%DATADIR%%/skins/priscilla.zip %%AMULESKIN%%%%DATADIR%%/skins/tango.zip %%AMULESKIN%%%%DATADIR%%/skins/xfce.zip %%WEBSERVER%%%%DATADIR%%/webserver/default/amuleweb-main-dload.php %%WEBSERVER%%%%DATADIR%%/webserver/default/amuleweb-main-kad.php %%WEBSERVER%%%%DATADIR%%/webserver/default/amuleweb-main-log.php %%WEBSERVER%%%%DATADIR%%/webserver/default/amuleweb-main-prefs.php %%WEBSERVER%%%%DATADIR%%/webserver/default/amuleweb-main-search.php %%WEBSERVER%%%%DATADIR%%/webserver/default/amuleweb-main-servers.php %%WEBSERVER%%%%DATADIR%%/webserver/default/amuleweb-main-shared.php %%WEBSERVER%%%%DATADIR%%/webserver/default/amuleweb-main-stats.php %%WEBSERVER%%%%DATADIR%%/webserver/default/black.gif %%WEBSERVER%%%%DATADIR%%/webserver/default/blank1x1.gif %%WEBSERVER%%%%DATADIR%%/webserver/default/blue1.gif %%WEBSERVER%%%%DATADIR%%/webserver/default/blue2.gif %%WEBSERVER%%%%DATADIR%%/webserver/default/blue3.gif %%WEBSERVER%%%%DATADIR%%/webserver/default/blue4.gif %%WEBSERVER%%%%DATADIR%%/webserver/default/blue5.gif %%WEBSERVER%%%%DATADIR%%/webserver/default/blue6.gif %%WEBSERVER%%%%DATADIR%%/webserver/default/cancel.gif %%WEBSERVER%%%%DATADIR%%/webserver/default/close.png %%WEBSERVER%%%%DATADIR%%/webserver/default/col.png %%WEBSERVER%%%%DATADIR%%/webserver/default/connect.gif %%WEBSERVER%%%%DATADIR%%/webserver/default/down.png %%WEBSERVER%%%%DATADIR%%/webserver/default/edkserv_0.png %%WEBSERVER%%%%DATADIR%%/webserver/default/edkserv_1.png %%WEBSERVER%%%%DATADIR%%/webserver/default/favicon.ico %%WEBSERVER%%%%DATADIR%%/webserver/default/filter.png %%WEBSERVER%%%%DATADIR%%/webserver/default/fond.gif %%WEBSERVER%%%%DATADIR%%/webserver/default/fond_haut.png %%WEBSERVER%%%%DATADIR%%/webserver/default/footer.php %%WEBSERVER%%%%DATADIR%%/webserver/default/index.html %%WEBSERVER%%%%DATADIR%%/webserver/default/log.php %%WEBSERVER%%%%DATADIR%%/webserver/default/login.php %%WEBSERVER%%%%DATADIR%%/webserver/default/loginfond.gif %%WEBSERVER%%%%DATADIR%%/webserver/default/loginfond_haut.png %%WEBSERVER%%%%DATADIR%%/webserver/default/loginlogo.jpg %%WEBSERVER%%%%DATADIR%%/webserver/default/loginlogo.png %%WEBSERVER%%%%DATADIR%%/webserver/default/logo.png %%WEBSERVER%%%%DATADIR%%/webserver/default/maquette.dwt %%WEBSERVER%%%%DATADIR%%/webserver/default/ok.png %%WEBSERVER%%%%DATADIR%%/webserver/default/pause.png %%WEBSERVER%%%%DATADIR%%/webserver/default/play.png %%WEBSERVER%%%%DATADIR%%/webserver/default/red.gif %%WEBSERVER%%%%DATADIR%%/webserver/default/refresh.png %%WEBSERVER%%%%DATADIR%%/webserver/default/search_0.png %%WEBSERVER%%%%DATADIR%%/webserver/default/search_1.png %%WEBSERVER%%%%DATADIR%%/webserver/default/shared_0.png %%WEBSERVER%%%%DATADIR%%/webserver/default/shared_1.png %%WEBSERVER%%%%DATADIR%%/webserver/default/sheserv_0.png %%WEBSERVER%%%%DATADIR%%/webserver/default/sheserv_1.png %%WEBSERVER%%%%DATADIR%%/webserver/default/stats.php %%WEBSERVER%%%%DATADIR%%/webserver/default/stats_0.png %%WEBSERVER%%%%DATADIR%%/webserver/default/stats_1.png %%WEBSERVER%%%%DATADIR%%/webserver/default/stats_tree.php %%WEBSERVER%%%%DATADIR%%/webserver/default/style.css %%WEBSERVER%%%%DATADIR%%/webserver/default/tab_bottom.png %%WEBSERVER%%%%DATADIR%%/webserver/default/tab_bottom_left.png %%WEBSERVER%%%%DATADIR%%/webserver/default/tab_bottom_right.png %%WEBSERVER%%%%DATADIR%%/webserver/default/tab_left.png %%WEBSERVER%%%%DATADIR%%/webserver/default/tab_right.png %%WEBSERVER%%%%DATADIR%%/webserver/default/tab_top.png %%WEBSERVER%%%%DATADIR%%/webserver/default/tab_top_left.png %%WEBSERVER%%%%DATADIR%%/webserver/default/tab_top_right.png %%WEBSERVER%%%%DATADIR%%/webserver/default/transf_0.png %%WEBSERVER%%%%DATADIR%%/webserver/default/transf_1.png %%WEBSERVER%%%%DATADIR%%/webserver/default/tree-closed.gif %%WEBSERVER%%%%DATADIR%%/webserver/default/tree-leaf.gif %%WEBSERVER%%%%DATADIR%%/webserver/default/tree-open.gif %%WEBSERVER%%%%DATADIR%%/webserver/default/up.png %%WEBSERVER%%%%DATADIR%%/webserver/default/yellow.gif %%ALC%%share/applications/alc.desktop %%MONOLITHIC%%share/applications/amule.desktop %%AMULEGUI%%share/applications/amulegui.desktop %%WXCAS%%share/applications/wxcas.desktop %%CAS%%share/cas/stat.png %%CAS%%share/cas/tmp.html %%PORTDOCS%%%%DOCSDIR%%/ABOUT-NLS %%PORTDOCS%%%%DOCSDIR%%/Changelog %%PORTDOCS%%%%DOCSDIR%%/EC_Protocol.txt %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/amulesig.txt %%PORTDOCS%%%%DOCSDIR%%/license.txt %%NLS%%share/locale/ar/LC_MESSAGES/amule.mo %%NLS%%share/locale/ast/LC_MESSAGES/amule.mo %%NLS%%share/locale/bg/LC_MESSAGES/amule.mo %%NLS%%share/locale/ca/LC_MESSAGES/amule.mo %%NLS%%share/locale/cs/LC_MESSAGES/amule.mo %%NLS%%share/locale/da/LC_MESSAGES/amule.mo %%NLS%%share/locale/de/LC_MESSAGES/amule.mo %%NLS%%share/locale/el/LC_MESSAGES/amule.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/amule.mo %%NLS%%share/locale/es/LC_MESSAGES/amule.mo %%NLS%%share/locale/et_EE/LC_MESSAGES/amule.mo %%NLS%%share/locale/eu/LC_MESSAGES/amule.mo %%NLS%%share/locale/fi/LC_MESSAGES/amule.mo %%NLS%%share/locale/fr/LC_MESSAGES/amule.mo %%NLS%%share/locale/gl/LC_MESSAGES/amule.mo %%NLS%%share/locale/he/LC_MESSAGES/amule.mo %%NLS%%share/locale/hr/LC_MESSAGES/amule.mo %%NLS%%share/locale/hu/LC_MESSAGES/amule.mo %%NLS%%share/locale/it/LC_MESSAGES/amule.mo %%NLS%%share/locale/it_CH/LC_MESSAGES/amule.mo %%NLS%%share/locale/ja/LC_MESSAGES/amule.mo %%NLS%%share/locale/ko_KR/LC_MESSAGES/amule.mo %%NLS%%share/locale/lt/LC_MESSAGES/amule.mo %%NLS%%share/locale/nl/LC_MESSAGES/amule.mo %%NLS%%share/locale/nn/LC_MESSAGES/amule.mo %%NLS%%share/locale/pl/LC_MESSAGES/amule.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/amule.mo %%NLS%%share/locale/pt_PT/LC_MESSAGES/amule.mo %%NLS%%share/locale/ro/LC_MESSAGES/amule.mo %%NLS%%share/locale/ru/LC_MESSAGES/amule.mo %%NLS%%share/locale/sl/LC_MESSAGES/amule.mo %%NLS%%share/locale/sq/LC_MESSAGES/amule.mo %%NLS%%share/locale/sv/LC_MESSAGES/amule.mo %%NLS%%share/locale/tr/LC_MESSAGES/amule.mo %%NLS%%share/locale/uk/LC_MESSAGES/amule.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/amule.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/amule.mo %%ALC%%share/pixmaps/alc.xpm %%MONOLITHIC%%share/pixmaps/amule.xpm %%AMULEGUI%%share/pixmaps/amulegui.xpm %%WXCAS%%share/pixmaps/wxcas.xpm diff --git a/science/chemtool-devel/Makefile b/science/chemtool-devel/Makefile index 20234678e9f5..08a6f41d465c 100644 --- a/science/chemtool-devel/Makefile +++ b/science/chemtool-devel/Makefile @@ -1,49 +1,50 @@ PORTNAME= chemtool PORTVERSION= 1.7.20050716 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= science MASTER_SITES= http://ruby.chemie.uni-freiburg.de/~martin/chemtool/ PKGNAMESUFFIX= -devel DISTNAME= ct17a15 MAINTAINER= eduardo@FreeBSD.org COMMENT= Drawing organic molecules easily and store them (developer version) WWW= http://ruby.chemie.uni-freiburg.de/~martin/chemtool/ LICENSE= GPLv2 LIB_DEPENDS= libEMF.so:graphics/libemf \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz RUN_DEPENDS= fig2dev:print/fig2dev USES= compiler:c++11-lang gettext gmake gnome pkgconfig tar:tgz xorg USE_GNOME= cairo gdkpixbuf2 gtk20 USE_XORG= x11 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --enable-emf=yes MAKE_ARGS+= MAKE=${MAKE_CMD} CFLAGS+= -fcommon CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libEMF LIBS+= -L${LOCALBASE}/lib CONFLICTS_INSTALL= chemtool WRKSRC= ${WRKDIR}/${PORTNAME}-1.7alpha15/ PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES post-patch: @${REINPLACE_CMD} '/^SYS_LIBRARIES =/s/$$/ -lX11/' ${WRKSRC}/Makefile.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/chemtool ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cht post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include diff --git a/science/chemtool-devel/pkg-plist b/science/chemtool-devel/pkg-plist index 28ddc6b88232..c99046673729 100644 --- a/science/chemtool-devel/pkg-plist +++ b/science/chemtool-devel/pkg-plist @@ -1,11 +1,11 @@ bin/chemtool bin/cht -man/man1/chemtool.1.gz -man/man1/cht.1.gz +share/man/man1/chemtool.1.gz +share/man/man1/cht.1.gz share/locale/cs/LC_MESSAGES/chemtool.mo share/locale/de/LC_MESSAGES/chemtool.mo share/locale/fr/LC_MESSAGES/chemtool.mo share/locale/nl/LC_MESSAGES/chemtool.mo share/locale/pl/LC_MESSAGES/chemtool.mo share/locale/pt_BR/LC_MESSAGES/chemtool.mo share/locale/ru/LC_MESSAGES/chemtool.mo diff --git a/science/h5utils/Makefile b/science/h5utils/Makefile index 506db4f77856..6524c0876334 100644 --- a/science/h5utils/Makefile +++ b/science/h5utils/Makefile @@ -1,39 +1,40 @@ PORTNAME= h5utils DISTVERSION= 1.13.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= https://github.com/NanoComp/${PORTNAME}/releases/download/${DISTVERSION}/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Set of utilities for visualization and conversion of HDF5 format WWW= https://github.com/NanoComp/h5utils LICENSE= GPLv2 MIT LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gawk:lang/gawk LIB_DEPENDS= libdf.so:science/hdf \ libhdf5.so:science/hdf5 \ libmatheval.so:devel/libmatheval \ libpng.so:graphics/png USES= autoreconf compiler:c++11-lang jpeg localbase GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CFLAGS+= -pthread CXXFLAGS+= -std=c++11 OPTIONS_DEFINE= OCTAVE OPTIONS_SUB= yes OCTAVE_DESC= With Octave support OCTAVE_CONFIGURE_WITH= octave OCTAVE_BUILD_DEPENDS= ${LOCALBASE}/include/octave-${OCTAVE_VERSION}/octave/octave.h:math/octave OCTAVE_USES= octave:env OCTAVE_VARS= PLIST_SUB+="OCTAVE_VERSION=${OCTAVE_VERSION} CONFIGURE_TARGET=${CONFIGURE_TARGET}" post-install-OCTAVE-on: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/octave/${OCTAVE_VERSION}/site/oct/${CONFIGURE_TARGET}/h5read.oct .include diff --git a/science/h5utils/pkg-plist b/science/h5utils/pkg-plist index 4d3ba2923561..be1656b3654c 100644 --- a/science/h5utils/pkg-plist +++ b/science/h5utils/pkg-plist @@ -1,40 +1,40 @@ bin/h4fromh5 bin/h5fromh4 bin/h5fromtxt bin/h5math bin/h5topng bin/h5totxt bin/h5tovtk %%OCTAVE%%lib/octave/%%OCTAVE_VERSION%%/site/oct/%%CONFIGURE_TARGET%%/h5read.oct -man/man1/h5fromh4.1.gz -man/man1/h5fromtxt.1.gz -man/man1/h5math.1.gz -man/man1/h5topng.1.gz -man/man1/h5totxt.1.gz -man/man1/h5tovtk.1.gz +share/man/man1/h5fromh4.1.gz +share/man/man1/h5fromtxt.1.gz +share/man/man1/h5math.1.gz +share/man/man1/h5topng.1.gz +share/man/man1/h5totxt.1.gz +share/man/man1/h5tovtk.1.gz %%DATADIR%%/colormaps/BrBG %%DATADIR%%/colormaps/RdBu %%DATADIR%%/colormaps/autumn %%DATADIR%%/colormaps/bluered %%DATADIR%%/colormaps/bone %%DATADIR%%/colormaps/colorcube %%DATADIR%%/colormaps/cool %%DATADIR%%/colormaps/copper %%DATADIR%%/colormaps/dkbluered %%DATADIR%%/colormaps/flag %%DATADIR%%/colormaps/gray %%DATADIR%%/colormaps/green %%DATADIR%%/colormaps/hot %%DATADIR%%/colormaps/hsv %%DATADIR%%/colormaps/inferno %%DATADIR%%/colormaps/jet %%DATADIR%%/colormaps/lines %%DATADIR%%/colormaps/pink %%DATADIR%%/colormaps/prism %%DATADIR%%/colormaps/spring %%DATADIR%%/colormaps/summer %%DATADIR%%/colormaps/vga %%DATADIR%%/colormaps/viridis %%DATADIR%%/colormaps/winter %%DATADIR%%/colormaps/yarg %%DATADIR%%/colormaps/yellow diff --git a/security/uacme/Makefile b/security/uacme/Makefile index 7818afd129db..3aced30b02fb 100644 --- a/security/uacme/Makefile +++ b/security/uacme/Makefile @@ -1,54 +1,55 @@ PORTNAME= uacme DISTVERSIONPREFIX= upstream/ DISTVERSION= 1.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security www MAINTAINER= eduardo@FreeBSD.org COMMENT= Lightweight C ACMEv2 client which uses external authenticators WWW= https://github.com/ndilieto/uacme LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl USES= gmake pkgconfig USE_GITHUB= yes GH_ACCOUNT= ndilieto GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --datadir=${EXAMPLESDIR:H} \ --disable-maintainer-mode \ --sysconfdir=${PREFIX}/etc OPTIONS_DEFINE= DOCS EXAMPLES MANPAGES UALPN _OPENSSL_SAFE= ${${SSL_DEFAULT} == libressl || ${SSL_DEFAULT} == libressl-devel:?no:yes} OPTIONS_DEFAULT= ${${_OPENSSL_SAFE} == no:?GNUTLS:OPENSSL} MANPAGES \ UALPN OPTIONS_SINGLE= CRYPTO OPTIONS_SINGLE_CRYPTO= GNUTLS MBEDTLS OPENSSL OPTIONS_EXCLUDE= ${${_OPENSSL_SAFE} == no:?OPENSSL:} OPTIONS_SUB= yes CRYPTO_DESC= Crypto library UALPN_DESC= Install the proxying ACMEv2 tls-alpn-01 responder ualpn(1) GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls GNUTLS_CONFIGURE_WITH= gnutls MANPAGES_BUILD_DEPENDS= asciidoc:textproc/asciidoc MANPAGES_CONFIGURE_ENABLE= docs MBEDTLS_BUILD_DEPENDS= mbedtls>=2.28.0:security/mbedtls MBEDTLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls MBEDTLS_CONFIGURE_WITH= mbedtls=${LOCALBASE} OPENSSL_USES= ssl OPENSSL_CONFIGURE_WITH= openssl=${OPENSSLBASE} UALPN_LIB_DEPENDS= libev.so:devel/libev UALPN_CONFIGURE_WITH= ualpn UALPN_CONFIGURE_ENV= CFLAGS="`pkgconf --cflags libev`" \ LDFLAGS="`pkgconf --libs libev`" post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include diff --git a/security/uacme/pkg-plist b/security/uacme/pkg-plist index 8c65a6104a52..8b410316260f 100644 --- a/security/uacme/pkg-plist +++ b/security/uacme/pkg-plist @@ -1,10 +1,10 @@ bin/uacme %%UALPN%%bin/ualpn -%%MANPAGES%%man/man1/uacme.1.gz -%%UALPN%%%%MANPAGES%%man/man1/ualpn.1.gz +%%MANPAGES%%share/man/man1/uacme.1.gz +%%UALPN%%%%MANPAGES%%share/man/man1/ualpn.1.gz %%PORTDOCS%%%%DOCSDIR%%/README.md %%MANPAGES%%%%PORTDOCS%%%%DOCSDIR%%/uacme.html %%UALPN%%%%MANPAGES%%%%PORTDOCS%%%%DOCSDIR%%/ualpn.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nsupdate.sh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/uacme.sh %%UALPN%%%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ualpn.sh diff --git a/sysutils/procenv/Makefile b/sysutils/procenv/Makefile index 34eac5ebf75d..12ae0bf47ca3 100644 --- a/sysutils/procenv/Makefile +++ b/sysutils/procenv/Makefile @@ -1,37 +1,39 @@ PORTNAME= procenv DISTVERSION= 0.60 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org COMMENT= Utility to show process environment WWW= https://github.com/jamesodhunt/procenv LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= xmlwf:textproc/expat2 LIB_DEPENDS= libsysinfo.so:devel/libsysinfo USES= autoreconf localbase perl5 USE_GITHUB= yes GH_ACCOUNT= jamesodhunt USE_PERL5= build GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share TEST_TARGET= check PLIST_FILES= bin/procenv \ - man/man1/procenv.1.gz + share/man/man1/procenv.1.gz PORTDOCS= AUTHORS ChangeLog NEWS README TODO OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e '/^PKG_/d' ${WRKSRC}/configure.ac post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index d496d0819451..3a76e4ff17b1 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,55 +1,56 @@ PORTNAME= bluefish DISTVERSION= 2.2.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www editors MASTER_SITES= https://www.bennewitz.com/bluefish/stable/source/ \ SF MAINTAINER= eduardo@FreeBSD.org COMMENT= HTML editor designed for the experienced web designer WWW= http://bluefish.openoffice.nl/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \ libharfbuzz.so:print/harfbuzz \ libpcre2-8.so:devel/pcre2 USES= desktop-file-utils gettext gmake gnome libtool localbase \ pkgconfig python:3.8-3.9 shared-mime-info shebangfix tar:bzip2 USE_GNOME= cairo gdkpixbuf2 intltool libxml2 SHEBANG_FILES= data/css_decompressor data/cssmin.py data/jsbeautify \ data/jsmin.py data/lorem-ipsum-generator \ src/plugin_zencoding/zencoding/actions/*.py \ src/plugin_zencoding/zencoding/filters/*.py \ src/plugin_zencoding/zencoding/*.py GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --disable-update-databases \ --with-freedesktop_org-menu=${PREFIX}/share/applications \ --with-freedesktop_org-mime=${PREFIX}/share/mime \ --with-icon-path=${PREFIX}/share/pixmaps INSTALL_TARGET= install-strip OPTIONS_DEFINE= DEBUG DOCS NLS TIDY OPTIONS_DEFAULT= GTK3 OPTIONS_SINGLE= TOOLKIT OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 OPTIONS_SUB= yes TOOLKIT_DESC= GTK toolkit DEBUG_CONFIGURE_ENABLE= debugging-output GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 GTK2_USE= GNOME=gtk20 GTK2_CONFIGURE_ON= --with-gtk2=yes GTK3_LIB_DEPENDS= libgucharmap_2_90.so:deskutils/gucharmap GTK3_USE= GNOME=gtk30 NLS_CONFIGURE_ENABLE= nls TIDY_RUN_DEPENDS= tidy4:www/tidy .include diff --git a/www/bluefish/pkg-plist b/www/bluefish/pkg-plist index 26410ed7669f..431fee9e7c08 100644 --- a/www/bluefish/pkg-plist +++ b/www/bluefish/pkg-plist @@ -1,442 +1,442 @@ bin/bluefish lib/bluefish/about.so %%GTK3%%lib/bluefish/charmap.so lib/bluefish/entities.so lib/bluefish/htmlbar.so lib/bluefish/infbrowser.so lib/bluefish/snippets.so lib/bluefish/zencoding.so -man/man1/bluefish.1.gz +share/man/man1/bluefish.1.gz share/metainfo/bluefish.appdata.xml share/applications/bluefish.desktop %%DATADIR%%/bflang/JQuery.bfinc %%DATADIR%%/bflang/ada.bflang2 %%DATADIR%%/bflang/all-html.bfinc %%DATADIR%%/bflang/all-html5.bfinc %%DATADIR%%/bflang/all-javascript.bfinc %%DATADIR%%/bflang/all-php.bfinc %%DATADIR%%/bflang/all-vbscript.bfinc %%DATADIR%%/bflang/asp-vbscript.bflang2 %%DATADIR%%/bflang/asp.bflang2 %%DATADIR%%/bflang/bflang2.bflang2 %%DATADIR%%/bflang/c.bflang2 %%DATADIR%%/bflang/cfml.bflang2 %%DATADIR%%/bflang/chuck.bflang2 %%DATADIR%%/bflang/clojure.bflang2 %%DATADIR%%/bflang/cpp.bflang2 %%DATADIR%%/bflang/css-rules.bfinc %%DATADIR%%/bflang/css-selectors.bfinc %%DATADIR%%/bflang/css.bflang2 %%DATADIR%%/bflang/d.bflang2 %%DATADIR%%/bflang/diff.bflang2 %%DATADIR%%/bflang/go.bflang2 %%DATADIR%%/bflang/highlighter.bflang2 %%DATADIR%%/bflang/html.bflang2 %%DATADIR%%/bflang/html5.bflang2 %%DATADIR%%/bflang/java.bflang2 %%DATADIR%%/bflang/javascript.bflang2 %%DATADIR%%/bflang/json.bflang2 %%DATADIR%%/bflang/jsp.bflang2 %%DATADIR%%/bflang/latex.bflang2 %%DATADIR%%/bflang/lua.bflang2 %%DATADIR%%/bflang/mediawiki.bflang2 %%DATADIR%%/bflang/nsis.bflang2 %%DATADIR%%/bflang/octave.bflang2 %%DATADIR%%/bflang/pascal.bflang2 %%DATADIR%%/bflang/perl.bflang2 %%DATADIR%%/bflang/php.bflang2 %%DATADIR%%/bflang/po.bflang2 %%DATADIR%%/bflang/processing.bflang2 %%DATADIR%%/bflang/python.bflang2 %%DATADIR%%/bflang/r.bflang2 %%DATADIR%%/bflang/ruby.bflang2 %%DATADIR%%/bflang/sass.bflang2 %%DATADIR%%/bflang/scheme.bflang2 %%DATADIR%%/bflang/shell.bflang2 %%DATADIR%%/bflang/smarty.bflang2 %%DATADIR%%/bflang/sql.bflang2 %%DATADIR%%/bflang/svg.bflang2 %%DATADIR%%/bflang/text.bflang2 %%DATADIR%%/bflang/vala.bflang2 %%DATADIR%%/bflang/vbscript.bflang2 %%DATADIR%%/bflang/wordpress.bfinc %%DATADIR%%/bflang/wordpress.bflang2 %%DATADIR%%/bflang/xhtml.bflang2 %%DATADIR%%/bflang/xml.bflang2 %%DATADIR%%/bflang/xslt.bflang2 %%DATADIR%%/bflib/bflib_DocBook_4_5.xml.gz %%DATADIR%%/bflib/bflib_DocBook_5_0.xml.gz %%DATADIR%%/bflib/bflib_SVG_1_0.xml.gz %%DATADIR%%/bflib/bflib_SVG_1_1_Basic.xml.gz %%DATADIR%%/bflib/bflib_SVG_1_1_Full.xml.gz %%DATADIR%%/bflib/bflib_SVG_1_1_Tiny.xml.gz %%DATADIR%%/bflib/bflib_XHTML_1_0_Frameset.xml.gz %%DATADIR%%/bflib/bflib_XHTML_1_0_Strict.xml.gz %%DATADIR%%/bflib/bflib_XHTML_1_0_Transitional.xml.gz %%DATADIR%%/bflib/bflib_XHTML_1_0_W3C.xml.gz %%DATADIR%%/bflib/bflib_XHTML_1_1.xml.gz %%DATADIR%%/bflib/bflib_css2.xml.gz %%DATADIR%%/bflib/bflib_dom.xml.gz %%DATADIR%%/bflib/bflib_php4.xml.gz %%DATADIR%%/bflib/bflib_php5.xml.gz %%DATADIR%%/bflib/bflib_php5_with_examples.xml.gz %%DATADIR%%/bflib/bflib_python_2.3.xml.gz %%DATADIR%%/bflib/bflib_xhtml.xml.gz %%DATADIR%%/bluefish_splash.png %%DATADIR%%/colorprofiles/Dark_theme %%DATADIR%%/colorprofiles/Light_theme %%DATADIR%%/css_decompressor %%DATADIR%%/cssmin.py %%DATADIR%%/default_accelmap %%DATADIR%%/encodings %%DATADIR%%/jsbeautifier/__init__.py %%DATADIR%%/jsbeautifier/__version__.py %%DATADIR%%/jsbeautifier/unpackers/__init__.py %%DATADIR%%/jsbeautifier/unpackers/evalbased.py %%DATADIR%%/jsbeautifier/unpackers/javascriptobfuscator.py %%DATADIR%%/jsbeautifier/unpackers/myobfuscate.py %%DATADIR%%/jsbeautifier/unpackers/packer.py %%DATADIR%%/jsbeautifier/unpackers/urlencode.py %%DATADIR%%/jsbeautify %%DATADIR%%/jsmin.py %%DATADIR%%/lorem-ipsum-generator %%DATADIR%%/plugins/htmlbar/ui/htmlbar_menu_ui.xml %%DATADIR%%/plugins/zencoding/__init__.py %%DATADIR%%/plugins/zencoding/actions/__init__.py %%DATADIR%%/plugins/zencoding/actions/basic.py %%DATADIR%%/plugins/zencoding/actions/token.py %%DATADIR%%/plugins/zencoding/actions/traverse.py %%DATADIR%%/plugins/zencoding/filters/__init__.py %%DATADIR%%/plugins/zencoding/filters/comment.py %%DATADIR%%/plugins/zencoding/filters/css.py %%DATADIR%%/plugins/zencoding/filters/escape.py %%DATADIR%%/plugins/zencoding/filters/format-css.py %%DATADIR%%/plugins/zencoding/filters/format.py %%DATADIR%%/plugins/zencoding/filters/haml.py %%DATADIR%%/plugins/zencoding/filters/html.py %%DATADIR%%/plugins/zencoding/filters/single-line.py %%DATADIR%%/plugins/zencoding/filters/trim.py %%DATADIR%%/plugins/zencoding/filters/xsl.py %%DATADIR%%/plugins/zencoding/html_matcher.py %%DATADIR%%/plugins/zencoding/interface/__init__.py %%DATADIR%%/plugins/zencoding/interface/editor.py %%DATADIR%%/plugins/zencoding/interface/file.py %%DATADIR%%/plugins/zencoding/parser/__init__.py %%DATADIR%%/plugins/zencoding/parser/abbreviation.py %%DATADIR%%/plugins/zencoding/parser/css.py %%DATADIR%%/plugins/zencoding/parser/utils.py %%DATADIR%%/plugins/zencoding/parser/xml.py %%DATADIR%%/plugins/zencoding/resources.py %%DATADIR%%/plugins/zencoding/utils.py %%DATADIR%%/plugins/zencoding/zen_settings.py %%DATADIR%%/snippets %%DATADIR%%/templates/C_header %%DATADIR%%/templates/C_header_GPL %%DATADIR%%/templates/HTML_5 %%DATADIR%%/templates/PHP %%DATADIR%%/templates/XHTML_1.0 %%DATADIR%%/ui/bluefish_menu_ui.xml %%PORTDOCS%%%%DOCSDIR%%/bflang/sample.bflang2 share/icons/hicolor/128x128/apps/bluefish.png share/icons/hicolor/128x128/mimetypes/application-x-bluefish-project.png share/icons/hicolor/16x16/apps/bluefish.png share/icons/hicolor/16x16/mimetypes/application-x-bluefish-project.png share/icons/hicolor/192x192/apps/bluefish.png share/icons/hicolor/192x192/mimetypes/application-x-bluefish-project.png share/icons/hicolor/22x22/apps/bluefish.png share/icons/hicolor/22x22/mimetypes/application-x-bluefish-project.png share/icons/hicolor/256x256/apps/bluefish.png share/icons/hicolor/256x256/mimetypes/application-x-bluefish-project.png share/icons/hicolor/32x32/apps/bluefish.png share/icons/hicolor/32x32/mimetypes/application-x-bluefish-project.png share/icons/hicolor/36x36/apps/bluefish.png share/icons/hicolor/36x36/mimetypes/application-x-bluefish-project.png share/icons/hicolor/48x48/apps/bluefish.png share/icons/hicolor/48x48/mimetypes/application-x-bluefish-project.png share/icons/hicolor/512x512/apps/bluefish.png share/icons/hicolor/512x512/mimetypes/application-x-bluefish-project.png share/icons/hicolor/64x64/apps/bluefish.png share/icons/hicolor/64x64/mimetypes/application-x-bluefish-project.png share/icons/hicolor/72x72/apps/bluefish.png share/icons/hicolor/72x72/mimetypes/application-x-bluefish-project.png share/icons/hicolor/96x96/apps/bluefish.png share/icons/hicolor/96x96/mimetypes/application-x-bluefish-project.png share/icons/hicolor/scalable/apps/bluefish-icon.svg share/icons/hicolor/scalable/mimetypes/bluefish-project.svg %%NLS%%share/locale/ar/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/ar/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/bg/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/bg/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/ca/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/ca/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/cs/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/cs/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/da/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/da/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/de/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/de/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/el/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/el/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/en/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/en/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/es/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/es/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/eu/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/eu/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/fa/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/fa/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/fa/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/fa/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/fa/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/fa/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/fa/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/fa/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/fi/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/fi/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/fr/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/fr/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/gl/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/gl/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/hu/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/hu/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/it/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/it/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/ja/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/ja/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/ko/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/ko/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/nb/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/nb/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/nl/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/nl/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/nn/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/nn/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/pl/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/pl/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/pt/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/pt/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/ro/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/ro/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/ru/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/ru/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/sk/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/sk/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/sr/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/sr/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/sv/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/sv/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/ta/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/ta/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/tr/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/tr/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/uk/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/uk/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/bluefish_plugin_zencoding.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_about.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_charmap.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_entities.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_htmlbar.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_infbrowser.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_snippets.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/bluefish_plugin_zencoding.mo share/mime/packages/bluefish.xml share/pixmaps/application-x-bluefish-project.png share/pixmaps/bluefish.png share/xml/bluefish/2.0/bflang2.rng share/xml/bluefish/catalog.xml diff --git a/x11-clocks/xdaliclock/Makefile b/x11-clocks/xdaliclock/Makefile index a8a8d0ac352f..f4e4576e987a 100644 --- a/x11-clocks/xdaliclock/Makefile +++ b/x11-clocks/xdaliclock/Makefile @@ -1,33 +1,34 @@ PORTNAME= xdaliclock DISTVERSION= 2.48 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks MASTER_SITES= https://www.jwz.org/${PORTNAME}/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Rather neat animated clock (GL & GTK version) WWW= https://www.jwz.org/xdaliclock/ LIB_DEPENDS= libharfbuzz.so:print/harfbuzz USES= desktop-file-utils gl gmake gnome pkgconfig xorg USE_GL= gl USE_GNOME= cairo gdkpixbuf2 gtk30 GLIB_SCHEMAS= org.jwz.xdaliclock.gschema.xml USE_XORG= x11 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFLICTS= xdaliclock-classic WRKSRC= ${WRKDIR}/${DISTNAME}/X11 PLIST_FILES= bin/xdaliclock \ - man/man1/xdaliclock.1.gz \ + share/man/man1/xdaliclock.1.gz \ share/applications/xdaliclock.desktop \ share/glib-2.0/schemas/gschemas.compiled \ share/pixmaps/xdaliclock.png # workaround: missing share/glib-2.0/schemas in stage pre-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/share/glib-2.0/schemas .include diff --git a/x11/xclip/Makefile b/x11/xclip/Makefile index 64d80c4530bd..850db7f0959a 100644 --- a/x11/xclip/Makefile +++ b/x11/xclip/Makefile @@ -1,40 +1,42 @@ PORTNAME= xclip DISTVERSION= 0.13-82 DISTVERSIONSUFFIX= -gb372f73 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= eduardo@FreeBSD.org COMMENT= Interface to X selections ("the clipboard") from the command line WWW= https://github.com/astrand/xclip LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf gmake iconv xorg USE_GITHUB= yes GH_ACCOUNT= astrand USE_XORG= x11 xmu GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ENV+= ac_cv_header_X11_Intrinsic_h=yes \ ac_cv_header_X11_Xmu_Atoms_h=yes \ ac_cv_lib_Xmu_XmuClientWindow=yes PLIST_FILES= bin/xclip \ bin/xclip-copyfile \ bin/xclip-cutfile \ bin/xclip-pastefile \ - man/man1/xclip-copyfile.1.gz \ - man/man1/xclip.1.gz + share/man/man1/xclip-copyfile.1.gz \ + share/man/man1/xclip.1.gz PORTDOCS= README OPTIONS_DEFINE= DOCS do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xclip .include