Index: head/archivers/libunrar/Makefile =================================================================== --- head/archivers/libunrar/Makefile (revision 514410) +++ head/archivers/libunrar/Makefile (revision 514411) @@ -1,27 +1,27 @@ -# Created by: samm@os2.kiev.ua +# Created by: samm@freebsd.org # $FreeBSD$ PORTNAME= libunrar PORTVERSION= 3.9.10 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= http://www.rarlab.com/rar/ DISTNAME= unrarsrc-${PORTVERSION} -MAINTAINER= samm@os2.kiev.ua +MAINTAINER= samm@freebsd.org COMMENT= Library to work with RAR archives WRKSRC= ${WRKDIR}/unrar USES= gmake MAKEFILE= makefile.unix ALL_TARGET= lib USE_LDCONFIG= yes do-install: ${INSTALL_LIB} ${WRKSRC}/libunrar.so.3 ${STAGEDIR}${PREFIX}/lib/ cd ${STAGEDIR}${PREFIX}/lib && ${LN} -sf libunrar.so.3 libunrar.so ${MKDIR} ${STAGEDIR}${PREFIX}/include/libunrar3 ${INSTALL_DATA} ${WRKSRC}/dll.hpp ${STAGEDIR}${PREFIX}/include/libunrar3/dll.hpp .include Index: head/archivers/qpress/Makefile =================================================================== --- head/archivers/qpress/Makefile (revision 514410) +++ head/archivers/qpress/Makefile (revision 514411) @@ -1,27 +1,27 @@ -# Created by: Alex Samorukov +# Created by: Alex Samorukov # $FreeBSD$ PORTNAME= qpress PORTVERSION= 1.1 CATEGORIES= archivers MASTER_SITES= http://www.quicklz.com/ DISTNAME= qpress-11-source -MAINTAINER= samm@os2.kiev.ua +MAINTAINER= samm@freebsd.org COMMENT= Portable file archiver using QuickLZ LICENSE= GPLv2 USES= dos2unix zip EXTRACT_AFTER_ARGS= -d ${WRKSRC} PLIST_FILES= bin/qpress do-build: cd ${WRKSRC} && \ ${CXX} ${CXXFLAGS} -o qpress qpress.cpp aio.cpp quicklz.c utilities.cpp -lpthread do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qpress ${STAGEDIR}${PREFIX}/bin .include Index: head/comms/anyremote/Makefile =================================================================== --- head/comms/anyremote/Makefile (revision 514410) +++ head/comms/anyremote/Makefile (revision 514411) @@ -1,42 +1,42 @@ -# Created by: Alex Samorukov +# Created by: Alex Samorukov # $FreeBSD$ PORTNAME= anyremote PORTVERSION= 6.7.1 CATEGORIES= comms MASTER_SITES= SF -MAINTAINER= samm@os2.kiev.ua +MAINTAINER= samm@freebsd.org COMMENT= Remote control service over Bluetooth, infrared, or TCP/IP networking LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-1.so:devel/dbus \ libavahi-client.so:net/avahi-app USES= alias iconv pkgconfig python shebangfix SHEBANG_FILES= cfg-data/Utils/all-in-1.py USE_GNOME= glib20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} OPTIONS_DEFINE= DOCS DBUS X11 OPTIONS_DEFAULT= DBUS X11 DBUS_CONFIGURE_ENABLE=dbus DBUS_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib X11_CONFIGURE_ENABLE=xtest X11_USE= XORG=x11,xtst MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib" post-patch: @${REINPLACE_CMD} -e 's|(datadir)/man/man1|(mandir)/man1|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|xtext|xtest|g' ${WRKSRC}/configure post-patch-DOCS-on: @${REINPLACE_CMD} -e '/doc\/${PORTNAME}/d' ${WRKSRC}/Makefile.in .include Index: head/comms/ebusd/Makefile =================================================================== --- head/comms/ebusd/Makefile (revision 514410) +++ head/comms/ebusd/Makefile (revision 514411) @@ -1,47 +1,47 @@ # $FreeBSD$ PORTNAME= ebusd PORTVERSION= 3.3 DISTVERSIONPREFIX= v CATEGORIES= comms -MAINTAINER= samm@os2.kiev.ua +MAINTAINER= samm@freebsd.org COMMENT= Daemon for communication with eBUS heating systems LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libargp.so:devel/argp-standalone USES= autoreconf compiler:c++11-lang localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= john30 USE_RC_SUBR= ebusd USERS= ebusd GROUPS= ebusd LOGDIR= /var/log/${PORTNAME} RUNDIR= /var/run/${PORTNAME} CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes PLIST_SUB= USER=${USERS} GROUP=${GROUPS} \ LOGDIR=${LOGDIR} \ RUNDIR=${RUNDIR} OPTIONS_DEFINE= MQTT OPTIONS_DEFAULT=MQTT MQTT_DESC= MQTT protocol support MQTT_CONFIGURE_WITH= mqtt MQTT_LIB_DEPENDS= libmosquitto.so:net/mosquitto MQTT_VARS= LIBS+=-lmosquitto post-install: ${MKDIR} ${STAGEDIR}${LOGDIR} ${MKDIR} ${STAGEDIR}${RUNDIR} .include Index: head/converters/o3read/Makefile =================================================================== --- head/converters/o3read/Makefile (revision 514410) +++ head/converters/o3read/Makefile (revision 514411) @@ -1,33 +1,33 @@ # Created by: samm # $FreeBSD$ PORTNAME= o3read PORTVERSION= 0.0.4 CATEGORIES= converters MASTER_SITES= http://siag.nu/pub/o3read/ \ GENTOO -MAINTAINER= samm@os2.kiev.ua +MAINTAINER= samm@freebsd.org COMMENT= Standalone converter for the OpenOffice.org writer and scalc formats LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING PORTDOCS= README ChangeLog OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/o3read ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/o3totxt ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/o3tohtml ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/utf8tolatin1 ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for FILE in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/databases/xtrabackup/Makefile =================================================================== --- head/databases/xtrabackup/Makefile (revision 514410) +++ head/databases/xtrabackup/Makefile (revision 514411) @@ -1,47 +1,47 @@ -# Created by: Alex Samorukov +# Created by: Alex Samorukov # $FreeBSD$ PORTNAME= xtrabackup DISTVERSION= 2.4.15 CATEGORIES= databases MASTER_SITES= https://www.percona.com/downloads/XtraBackup/Percona-XtraBackup-${PORTVERSION}/source/tarball/:xtrabackup \ SF/boost/boost/1.59.0/:boost DISTFILES= percona-${PORTNAME}-${PORTVERSION}.tar.gz:xtrabackup \ boost_1_59_0.tar.bz2:boost -MAINTAINER= samm@os2.kiev.ua +MAINTAINER= samm@freebsd.org COMMENT= OpenSource version of InnoDB backup with support of Percona extensions LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= fails to compile: cannot combine with previous 'type-name' declaration specifier BROKEN_armv7= fails to compile: cannot combine with previous 'type-name' declaration specifier BROKEN_mips64= fails to compile: 'fpsetmask' was not declared in this scope # quilt is required by build.sh BUILD_DEPENDS= bash:shells/bash \ cmake:devel/cmake LIB_DEPENDS= libcurl.so:ftp/curl \ libev.so:devel/libev \ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error RUN_DEPENDS= qpress:archivers/qpress # autotool is in use for 5.1 builds USES= alias autoreconf:build bison cmake:noninja compiler:c++11-lang \ cpe gettext libtool perl5 shebangfix CPE_VENDOR= percona SHEBANG_FILES= storage/innobase/xtrabackup/xbcloud_osenv.sh CMAKE_ARGS= -DWITH_BOOST=${WRKDIR}/boost_1_59_0 -DWITH_VERSION_CHECK=OFF WRKSRC= ${WRKDIR}/percona-${PORTNAME}-${PORTVERSION} PLIST_FILES= bin/xtrabackup bin/xbstream bin/innobackupex bin/xbcrypt \ bin/xbcloud bin/xbcloud_osenv # Not sure why it's trying to install mysql client libraries now post-install: ${RM} -rf ${STAGEDIR}${LOCALBASE}/lib .include Index: head/dns/inadyn/Makefile =================================================================== --- head/dns/inadyn/Makefile (revision 514410) +++ head/dns/inadyn/Makefile (revision 514411) @@ -1,42 +1,42 @@ -# Created by: Alex Samorukov +# Created by: Alex Samorukov # $FreeBSD$ PORTNAME= inadyn PORTVERSION= 1.96.2 PORTREVISION= 3 CATEGORIES= dns MASTER_SITES= http://www.inatech.eu/inadyn/ \ LOCAL/dhn DISTNAME= ${PORTNAME}.v${PORTVERSION} -MAINTAINER= samm@os2.kiev.ua +MAINTAINER= samm@freebsd.org COMMENT= Dynamic DNS update client USES= dos2unix gmake zip USE_RC_SUBR= inadyn MAKEFILE= makefile PORTDOCS= readme.html PLIST_FILES= bin/inadyn man/man5/inadyn.conf.5.gz man/man8/inadyn.8.gz OPTIONS_DEFINE= DOCS post-extract: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} @${RM} ${WRKSRC}/bin/linux/inadyn post-patch: @${REINPLACE_CMD} -e 's|gcc|$$\(CC\)|g' ${WRKSRC}/makefile @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" \ ${WRKSRC}/man/inadyn.8 ${WRKSRC}/readme.html \ ${WRKSRC}/src/dyndns.h do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} -p ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} ${INSTALL_PROGRAM} ${WRKSRC}/bin/linux/inadyn ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/inadyn.8 ${STAGEDIR}${MANPREFIX}/man/man8 ${INSTALL_MAN} ${WRKSRC}/man/inadyn.conf.5 \ ${STAGEDIR}${MANPREFIX}/man/man5 .include Index: head/net-mgmt/flowviewer/Makefile =================================================================== --- head/net-mgmt/flowviewer/Makefile (revision 514410) +++ head/net-mgmt/flowviewer/Makefile (revision 514411) @@ -1,92 +1,92 @@ -# Created by: Alex Samorukov, samm@os2.kiev.ua +# Created by: Alex Samorukov, samm@freebsd.org # $FreeBSD$ PORTNAME= flowviewer PORTVERSION= 4.5 PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME} DISTNAME= FlowViewer_${DISTVERSION} EXTRACT_SUFX= .tar -MAINTAINER= samm@os2.kiev.ua +MAINTAINER= samm@freebsd.org COMMENT= Web-based user interface for the flow-tools NetFlow data RUN_DEPENDS= p5-GD-Graph>=0:graphics/p5-GD-Graph \ rrdtool:databases/rrdtool \ rwptoflow:security/silktools OPTIONS_DEFINE= DOCS FLOWVIEWERDIR?= ${PREFIX}/www/flowviewer FLOWVIEWERSCRIPTS= FV.cgi FV_Relay.cgi FlowGrapher.cgi FlowGrapher_Analyze.cgi \ FlowGrapher_Main.cgi FlowGrapher_Replay.cgi FlowGrapher_Sort.cgi \ FlowMonitor.cgi FlowMonitor_Dashboard.cgi FlowMonitor_Display.cgi \ FlowMonitor_DisplayPublic.cgi FlowMonitor_Dumper.cgi \ FlowMonitor_Group.cgi FlowMonitor_Main.cgi FlowMonitor_Management.cgi \ FlowMonitor_Replay.cgi FlowViewer.cgi FlowViewer_Main.cgi \ FlowViewer_Replay.cgi FlowViewer_Save.cgi FlowViewer_SaveManage.cgi \ FlowViewer_Sort.cgi FlowViewer_UI.pm FlowViewer_Utilities.pm \ FlowMonitor_Collector FlowMonitor_Grapher \ FlowMonitor_Recreate FlowMonitor_Thumbnail FlowViewer_CleanASCache \ FlowViewer_CleanFiles FlowViewer_CleanHostCache FlowViewer_CleanSiLK FLOWVIEWERDATA= FG_button.png FM_button.png FV_button.png FlowViewer.css SHEBANG_TOOLS= tools/analyze_flowmonitor_debug tools/analyze_netflow_packets \ tools/convert_pre40_filters tools/create_ports_file tools/date_to_epoch_gm \ tools/date_to_epoch_local tools/epoch_to_date_gm tools/epoch_to_date_local \ tools/flowmonitor_archive_restore tools/flowmonitor_grapher_nonlazy \ tools/flowmonitor_grapher_recent tools/performance_check tools/resize_rrdtools FLOWVIEWERTOOLS= ${SHEBANG_TOOLS} \ tools/flowcapture_restart tools/flowmonitor_restart \ tools/flow-capture-table.conf tools/rsync_monitors tools/rwflowpack_start \ tools/rsync_htmls tools/rsync_flows FLOWVIEWERCONFIGS= FlowViewer_Configuration.pm \ FlowGrapher_Colors FlowGrapher_Ports \ NamedInterfaces_Devices NamedInterfaces_Exporters \ dscan.suppress.dst dscan.suppress.src PLIST_SUB+= FLOWVIEWERDIR="${FLOWVIEWERDIR}" \ WWWOWN=${WWWOWN} \ WWWGRP=${WWWGRP} SUB_LIST+= "FLOWVIEWERDIR=${FLOWVIEWERDIR}" \ "PKGNAME=${PKGNAME}" SUB_FILES= pkg-message USES= perl5 shebangfix SHEBANG_FILES= ${FLOWVIEWERSCRIPTS} ${SHEBANG_TOOLS} FlowViewer_Configuration.pm NO_BUILD= yes PORTDOCS= README post-patch: @${REINPLACE_CMD} -E \ -e "s|%%PREFIX%%|${PREFIX}|" \ ${WRKSRC}/FlowViewer_Configuration.pm @${REINPLACE_CMD} -E \ -e "s|%%FLOWVIEWERDIR%%|${FLOWVIEWERDIR}|" \ ${WRKSRC}/FlowViewer_Configuration.pm do-install: ${MKDIR} ${STAGEDIR}${FLOWVIEWERDIR} ${MKDIR} ${STAGEDIR}${FLOWVIEWERDIR}/tools ${MKDIR} ${STAGEDIR}${FLOWVIEWERDIR}/tmp ${STAGEDIR}${FLOWVIEWERDIR}/reports ${STAGEDIR}${FLOWVIEWERDIR}/graphs \ ${STAGEDIR}${FLOWVIEWERDIR}/monitor ${STAGEDIR}${FLOWVIEWERDIR}/working ${STAGEDIR}${FLOWVIEWERDIR}/saves \ ${STAGEDIR}${FLOWVIEWERDIR}/names ${STAGEDIR}${FLOWVIEWERDIR}/ipsets ${STAGEDIR}${FLOWVIEWERDIR}/filters \ ${STAGEDIR}${FLOWVIEWERDIR}/rrdtools ${STAGEDIR}${FLOWVIEWERDIR}/FlowViewer_Dashboard .for i in ${FLOWVIEWERCONFIGS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${FLOWVIEWERDIR}/${i}.sample .endfor .for i in ${FLOWVIEWERSCRIPTS} ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${STAGEDIR}${FLOWVIEWERDIR} .endfor .for i in ${FLOWVIEWERTOOLS} ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${STAGEDIR}${FLOWVIEWERDIR}/tools .endfor .for i in ${FLOWVIEWERDATA} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${FLOWVIEWERDIR}/reports .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/security/acmetool/Makefile =================================================================== --- head/security/acmetool/Makefile (revision 514410) +++ head/security/acmetool/Makefile (revision 514411) @@ -1,63 +1,63 @@ # $FreeBSD$ PORTNAME= acmetool DISTVERSIONPREFIX= v DISTVERSION= 0.0.67 CATEGORIES= security -MAINTAINER= samm@os2.kiev.ua +MAINTAINER= samm@freebsd.org COMMENT= CLI tool for automatically acquiring certificates from ACME servers LICENSE= MIT USES= go USE_GITHUB= yes GH_ACCOUNT= hlandau GH_PROJECT= acme GH_SUBDIR= src/github.com/hlandau/acme GH_TUPLE= alecthomas:template:a0175ee:template/vendor/github.com/alecthomas/template \ alecthomas:units:2efee85:units/vendor/github.com/alecthomas/units \ coreos:go-systemd:749ef98:go_systemd/vendor/github.com/coreos/go-systemd \ hlandau:acme:221ea15:acme/vendor/github.com/hlandau/acme \ hlandau:buildinfo:337a29b:buildinfo/vendor/github.com/hlandau/buildinfo \ hlandau:dexlogconfig:244f29b:dexlogconfig/vendor/github.com/hlandau/dexlogconfig \ hlandau:goutils:0cdb66a:goutils/vendor/github.com/hlandau/goutils \ hlandau:xlog:197ef79:xlog/vendor/github.com/hlandau/xlog \ jmhodges:clock:880ee4c:clock/vendor/github.com/jmhodges/clock \ mattn:go-isatty:6ca4dbf:go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:a9d6d1e:go_runewidth/vendor/github.com/mattn/go-runewidth \ mitchellh:go-wordwrap:ad45545:go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ ogier:pflag:45c278a:pflag/vendor/github.com/ogier/pflag \ peterhellberg:link:6d32b8d:link/vendor/github.com/peterhellberg/link \ satori:go.uuid:36e9d2e:go_uuid/vendor/github.com/satori/go.uuid \ shiena:ansicolor:a422bbe:ansicolor/vendor/github.com/shiena/ansicolor \ golang:crypto:91a49db:crypto/vendor/golang.org/x/crypto \ golang:net:22ae77b:net/vendor/golang.org/x/net \ golang:sys:dd2ff4a:sys/vendor/golang.org/x/sys \ golang:text:b7ef84a:text/vendor/golang.org/x/text \ alecthomas:kingpin:947dcec:kingpin/vendor/gopkg.in/alecthomas/kingpin.v2 \ cheggaaa:pb:72b9643:pb/vendor/gopkg.in/cheggaaa/pb.v1 \ hlandau:configurable:4149686:configurable/vendor/gopkg.in/hlandau/configurable.v1 \ hlandau:easyconfig:7589cb9:easyconfig/vendor/gopkg.in/hlandau/easyconfig.v1 \ hlandau:service:b64b346:service/vendor/gopkg.in/hlandau/service.v2 \ hlandau:svcutils:c25dac4:svcutils/vendor/gopkg.in/hlandau/svcutils.v1 \ square:go-jose:aa2e30f:go_jose/vendor/gopkg.in/square/go-jose.v1 \ tylerb:graceful:4654dfb:graceful/vendor/gopkg.in/tylerb/graceful.v1 \ go-yaml:yaml:7f97868:go_yaml/vendor/gopkg.in/yaml.v2 GO_BUILDFLAGS= -ldflags "\ -X github.com/hlandau/acme/hooks.DefaultPath=${PREFIX}/libexec/acme/hooks \ -X github.com/hlandau/acme/storage.RecommendedPath=/var/db/acme \ -X github.com/hlandau/buildinfo.BuildInfo=${PORTNAME}-v${PORTVERSION}-freebsd-ports" GO_TARGET= ./cmd/acmetool post-build: ${GO_WRKDIR_BIN}/${PORTNAME} --help-man > ${WRKSRC}/${PORTNAME}.8 post-install: ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8 ${MKDIR} ${STAGEDIR}/var/db/acme ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/acme/hooks .include Index: head/security/stoken/Makefile =================================================================== --- head/security/stoken/Makefile (revision 514410) +++ head/security/stoken/Makefile (revision 514411) @@ -1,35 +1,35 @@ -# Created by: Alex Samorukov +# Created by: Alex Samorukov # $FreeBSD$ PORTNAME= stoken DISTVERSION= 0.92 CATEGORIES= security MASTER_SITES= SF/stoken -MAINTAINER= samm@os2.kiev.ua +MAINTAINER= samm@freebsd.org COMMENT= Software Token for UNIX compatible with RSA SecurID LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libtomcrypt.so:security/libtomcrypt # can alternatively use nettle, potentially port option can be created USES= libtool localbase pkgconfig GNU_CONFIGURE= yes USE_GNOME= libxml2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS X11 OPTIONS_SUB= yes X11_CONFIGURE_WITH= gtk X11_DESC= Build GUI token interface X11_USE= GNOME=gtk30,cairo,gdkpixbuf2 post-patch: @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g ; s|^dist_doc_DATA|#dist_doc_DATA|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|LTC_LTC_PKCS_1_V1_5|LTC_PKCS_1_V1_5|g' \ ${WRKSRC}/src/stc-tomcrypt.c .include Index: head/sysutils/atop/Makefile =================================================================== --- head/sysutils/atop/Makefile (revision 514410) +++ head/sysutils/atop/Makefile (revision 514411) @@ -1,49 +1,49 @@ -# Created by: Alex Samorukov +# Created by: Alex Samorukov # $FreeBSD$ PORTNAME= atop PORTVERSION= 2.0.2.b3 PORTREVISION= 2 CATEGORIES= sysutils -MAINTAINER= samm@os2.kiev.ua +MAINTAINER= samm@freebsd.org COMMENT= ASCII Monitor for system resources and process activity LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= samm-git GH_PROJECT= atop-freebsd GH_TAGNAME= ${PORTNAME}-${PORTVERSION:C|b|fbsd.beta|} USES= ncurses MAKEFILE= BSDmakefile LOGDIR?= /var/log/atop PLIST_SUB+= LOGDIR="${LOGDIR}" SUB_LIST= LOGDIR="${LOGDIR}" USE_RC_SUBR= atop SUB_FILES= pkg-message PORTDOCS= AUTHOR \ ChangeLog \ ChangeLog.FreeBSD \ README \ README.FreeBSD OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/atop ${STAGEDIR}${PREFIX}/bin ${LN} -sf atop ${STAGEDIR}${PREFIX}/bin/atopsar .for manpage in atop.1 atopsar.1 ${INSTALL_MAN} ${WRKSRC}/man/${manpage} ${STAGEDIR}${MAN1PREFIX}/man/man1/ .endfor ${INSTALL_MAN} ${WRKSRC}/man/atoprc.5 ${STAGEDIR}${MAN5PREFIX}/man/man5/ @${MKDIR} ${STAGEDIR}${LOGDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/sysutils/busybox/Makefile =================================================================== --- head/sysutils/busybox/Makefile (revision 514410) +++ head/sysutils/busybox/Makefile (revision 514411) @@ -1,66 +1,66 @@ # Created by: luigi@FreeBSD.org # $FreeBSD$ PORTNAME= busybox PORTVERSION= 1.30.1 PORTREVISION= 1 CATEGORIES= sysutils misc shells MASTER_SITES= https://busybox.net/downloads/ -MAINTAINER= samm@os2.kiev.ua +MAINTAINER= samm@freebsd.org COMMENT= Set of common utilities built as single binary LICENSE= GPLv2 BUILD_DEPENDS= gsed:textproc/gsed USES= cpe gmake perl5 tar:bzip2 USE_PERL5= build OPTIONS_DEFINE= DOCS STATIC STATIC_LDFLAGS= -static CONFLICTS_INSTALL= busybox-unstable-* .include # fix ash crash on arm, see shell/ash.c .if ${ARCH} == "armv6" CFLAGS+= -DBB_GLOBAL_CONST='' .endif .if ${ARCH} == "i386" # clang doesn't swallow some inline assembly USE_GCC= yes .endif MAKE_ARGS= CC="${CC}" HOSTCC="${CC}" CXX="${CXX}" HOSTCXX="${CXX}" \ CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ SKIP_STRIP=y V=1 PLIST_FILES= bin/busybox man/man1/busybox.1.gz PORTDOCS= * post-patch: @${REINPLACE_CMD} -e \ 's|\([[:<:]]\)sed\([[:blank:]]-n\)|\1gsed\2|' \ ${WRKSRC}/scripts/gen_build_files.sh @${FIND} ${WRKSRC} -name "*.c" -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -e \ 's||| ; \ s|||' @${FIND} ${WRKSRC} -name "*.[ch]" -print0 | ${XARGS} -0 \ ${REINPLACE_CMD} -e \ 's|"/proc|"/compat/linux/proc|' do-configure: @${CP} ${FILESDIR}/data-.config ${WRKSRC}/.config @(cd ${WRKSRC} && ${DO_MAKE_BUILD} oldconfig) do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} busybox \ ${STAGEDIR}${PREFIX}/bin) (cd ${WRKSRC}/docs && ${INSTALL_MAN} busybox.1 \ ${STAGEDIR}${MANPREFIX}/man/man1) post-install-DOCS-on: @(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . \ ${STAGEDIR}${DOCSDIR} "! -name busybox.1") .include Index: head/sysutils/exfat-utils/Makefile =================================================================== --- head/sysutils/exfat-utils/Makefile (revision 514410) +++ head/sysutils/exfat-utils/Makefile (revision 514411) @@ -1,40 +1,40 @@ -# Created by: Alex Samorukov +# Created by: Alex Samorukov # $FreeBSD$ PORTNAME= exfat DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 CATEGORIES= sysutils PKGNAMESUFFIX= -utils -MAINTAINER= samm@os2.kiev.ua +MAINTAINER= samm@freebsd.org COMMENT= Utilities to create, check, label and dump exFAT filesystem LICENSE= GPLv2+ MSPAT LICENSE_COMB= multi LICENSE_NAME_MSPAT= Microsoft exFAT Patent License LICENSE_TEXT_MSPAT= It is important to note that open source and other publicly \ available implementations of exFAT do not include a patent \ license from Microsoft. A license is required in order to \ implement exFAT and use it in a product or device. \ https://www.microsoft.com/en-us/legal/intellectualproperty/mtl/exfat-licensing.aspx LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING LICENSE_PERMS_MSPAT= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell LIB_DEPENDS= libublio.so:devel/libublio USES= autoreconf localbase pkgconfig USE_GITHUB= yes GH_ACCOUNT= relan GNU_CONFIGURE= yes PLIST_FILES= sbin/exfatlabel sbin/dumpexfat sbin/exfatfsck sbin/mkexfatfs \ sbin/fsck.exfat sbin/mkfs.exfat \ man/man8/exfatlabel.8.gz man/man8/mkexfatfs.8.gz man/man8/exfatfsck.8.gz \ man/man8/dumpexfat.8.gz post-patch: @${REINPLACE_CMD} -e '/fuse/d' ${WRKSRC}/configure.ac @${REINPLACE_CMD} -e 's/ fuse//' ${WRKSRC}/Makefile.am .include Index: head/sysutils/fusefs-exfat/Makefile =================================================================== --- head/sysutils/fusefs-exfat/Makefile (revision 514410) +++ head/sysutils/fusefs-exfat/Makefile (revision 514411) @@ -1,34 +1,34 @@ -# Created by: Alex Samorukov +# Created by: Alex Samorukov # $FreeBSD$ PORTNAME= exfat DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- -MAINTAINER= samm@os2.kiev.ua +MAINTAINER= samm@freebsd.org COMMENT= Full-featured exFAT FS implementation as a FUSE module LICENSE= GPLv2+ MSPAT LICENSE_COMB= multi LICENSE_NAME_MSPAT= Microsoft exFAT Patent License LICENSE_TEXT_MSPAT= It is important to note that open source and other publicly \ available implementations of exFAT do not include a patent \ license from Microsoft. A license is required in order to \ implement exFAT and use it in a product or device. \ https://www.microsoft.com/en-us/legal/intellectualproperty/mtl/exfat-licensing.aspx LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING LICENSE_PERMS_MSPAT= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell LIB_DEPENDS= libublio.so:devel/libublio USES= autoreconf fuse localbase pkgconfig USE_GITHUB= yes GH_ACCOUNT= relan GNU_CONFIGURE= yes MAKE_ARGS= SUBDIRS="libexfat fuse" PLIST_FILES= sbin/mount.exfat-fuse sbin/mount.exfat man/man8/mount.exfat-fuse.8.gz .include Index: head/sysutils/smartmontools/Makefile =================================================================== --- head/sysutils/smartmontools/Makefile (revision 514410) +++ head/sysutils/smartmontools/Makefile (revision 514411) @@ -1,42 +1,42 @@ # Created by: Eduard Martinescu # $FreeBSD$ PORTNAME= smartmontools PORTVERSION= 7.0 PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF -MAINTAINER= samm@os2.kiev.ua +MAINTAINER= samm@freebsd.org COMMENT= S.M.A.R.T. disk monitoring tools LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USES= alias compiler:c++11-lib gmake shebangfix CONFLICTS= smartmontools-devel-[0-9]* OPTIONS_DEFINE= DOCS SHEBANG_FILES= examplescripts/Example5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking \ --enable-sample \ --with-nvme-devicescan=yes \ --with-initscriptdir=${PREFIX}/etc/rc.d SUB_FILES= pkg-message smart USE_RC_SUBR= smartd PORTDOCS= * post-patch: @${REINPLACE_CMD} -e 's| install-initdDATA| |' ${WRKSRC}/Makefile.in post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ${INSTALL_SCRIPT} ${WRKDIR}/smart \ ${STAGEDIR}${PREFIX}/etc/periodic/daily .include Index: head/sysutils/ssync/Makefile =================================================================== --- head/sysutils/ssync/Makefile (revision 514410) +++ head/sysutils/ssync/Makefile (revision 514411) @@ -1,38 +1,38 @@ # Created by: Andrew Shevtsov # $FreeBSD$ PORTNAME= ssync PORTVERSION= 2.3 PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://linuxfocus.org/~guido/ -MAINTAINER= samm@os2.kiev.ua +MAINTAINER= samm@freebsd.org COMMENT= Minimalistic tool for keeping filesystems in synchronization USES= gmake ALL_TARGET= default MAKEFILE= makefile post-patch: @${REINPLACE_CMD} -e 's@/etc/init.d/ssyncd@\$$0@g' ${WRKSRC}/ssyncd.init @${REINPLACE_CMD} -e "s@/etc@${PREFIX}/etc@g;s@/usr/sbin@${PREFIX}/sbin@g;" \ ${WRKSRC}/ssyncd.init ${WRKSRC}/ssyncd.conf ${WRKSRC}/daemon.c \ ${WRKSRC}/ssync.man @${REINPLACE_CMD} -e "s@FLAGS=@FLAGS+=@g" -e "/CC=gcc/d" -e "/LD=gcc/d" \ -e 's@$$(LD)@$$(CC)@' ${WRKSRC}/makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ssync ${STAGEDIR}${PREFIX}/bin/ssync ${INSTALL_PROGRAM} ${WRKSRC}/ssyncd ${STAGEDIR}${PREFIX}/sbin/ssyncd ${INSTALL_DATA} ${WRKSRC}/ssyncd.conf \ ${STAGEDIR}${PREFIX}/etc/ssyncd.conf.sample ${INSTALL_DATA} ${WRKSRC}/ssyncd.work \ ${STAGEDIR}${PREFIX}/etc/ssyncd.work.sample ${INSTALL_SCRIPT} ${WRKSRC}/ssyncd.init \ ${STAGEDIR}${PREFIX}/etc/rc.d/ssyncd.init ${INSTALL_MAN} ${WRKSRC}/ssync.man \ ${STAGEDIR}${MANPREFIX}/man/man1/ssync.1 .include