Index: head/archivers/makeself/Makefile =================================================================== --- head/archivers/makeself/Makefile (revision 564844) +++ head/archivers/makeself/Makefile (revision 564845) @@ -1,41 +1,41 @@ # Created by: Will Andrews # $FreeBSD$ PORTNAME= makeself PORTVERSION= 2.4.3 CATEGORIES= archivers MASTER_SITES= https://github.com/megastep/makeself/releases/download/release-${PORTVERSION}/ EXTRACT_SUFX= .run -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Neat script to make self-extracting archives LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING EXTRACT_CMD= ${SH} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= --nox11 --target ${WRKSRC} NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/makeself bin/makeself-header \ bin/makeself-header.sh bin/makeself.sh \ man/man1/makeself.1.gz PORTDOCS= README.md OPTIONS_DEFINE= DOCS do-install: .for i in makeself makeself-header ${INSTALL_SCRIPT} ${WRKSRC}/${i}.sh ${STAGEDIR}${PREFIX}/bin @${LN} -sf ${i}.sh ${STAGEDIR}${PREFIX}/bin/${i} .endfor ${INSTALL_MAN} ${WRKSRC}/makeself.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Index: head/deskutils/osmo/Makefile =================================================================== --- head/deskutils/osmo/Makefile (revision 564844) +++ head/deskutils/osmo/Makefile (revision 564845) @@ -1,41 +1,41 @@ # Created by: Charlie Kester # $FreeBSD$ PORTNAME= osmo PORTVERSION= 0.4.4 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}-pim/${PORTNAME}-pim/${PORTNAME}-${PORTVERSION} -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Personal organizer LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libical.so:devel/libical \ libnotify.so:devel/libnotify \ libgringotts.so:security/libgringotts \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libgspell-1.so:textproc/gspell \ libicui18n.so:devel/icu \ libenchant-2.so:textproc/enchant2 \ libsoup-2.4.so:devel/libsoup USES= compiler:c++11-lang gettext gmake gnome libarchive pkgconfig \ sqlite USE_GNOME= cairo gtk30 libxml2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib POFILES= bg ca cs da de el en_GB es fi fr gl gl_ES he hu it ja lt \ nl pl pt pt_BR ro ru sr sv te tr uk ur ur_PK zh_CN post-build: .for p in ${POFILES} (cd ${WRKSRC}/po && ${LOCALBASE}/bin/msgfmt -c ${p}.po -o ${p}.mo) .endfor .include Index: head/devel/bingrep/Makefile =================================================================== --- head/devel/bingrep/Makefile (revision 564844) +++ head/devel/bingrep/Makefile (revision 564845) @@ -1,128 +1,128 @@ # $FreeBSD$ PORTNAME= bingrep DISTVERSIONPREFIX= v DISTVERSION= 0.8.5 CATEGORIES= devel -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Grep through binaries LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= m4b CARGO_CRATES= aho-corasick-0.7.15 \ ansi_term-0.11.0 \ anyhow-1.0.38 \ arrayref-0.3.6 \ arrayvec-0.5.2 \ atty-0.2.14 \ autocfg-1.0.1 \ base64-0.13.0 \ bitflags-1.2.1 \ blake2b_simd-0.5.11 \ bstr-0.2.14 \ byteorder-1.4.2 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ clap-2.33.3 \ constant_time_eq-0.1.5 \ cpp_demangle-0.3.2 \ crossbeam-utils-0.8.1 \ csv-1.1.5 \ csv-core-0.1.10 \ dirs-1.0.5 \ encode_unicode-0.3.6 \ env_logger-0.8.2 \ fuchsia-cprng-0.1.1 \ getrandom-0.1.16 \ glob-0.3.0 \ goblin-0.3.1 \ heck-0.3.2 \ hermit-abi-0.1.18 \ hexplay-0.2.1 \ humantime-2.1.0 \ itoa-0.4.7 \ lazy_static-1.4.0 \ libc-0.2.82 \ log-0.4.13 \ memchr-2.3.4 \ memrange-0.1.3 \ metagoblin-0.4.0 \ plain-0.2.3 \ prettytable-rs-0.8.0 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro2-1.0.24 \ quote-1.0.8 \ rand-0.3.23 \ rand-0.4.6 \ rand_core-0.3.1 \ rand_core-0.4.2 \ rdrand-0.4.0 \ redox_syscall-0.1.57 \ redox_users-0.3.5 \ regex-1.4.3 \ regex-automata-0.1.9 \ regex-syntax-0.6.22 \ rust-argon2-0.8.3 \ rustc-demangle-0.1.18 \ rustc-serialize-0.3.24 \ ryu-1.0.5 \ scroll-0.10.2 \ scroll_derive-0.10.4 \ serde-1.0.119 \ strsim-0.8.0 \ structopt-0.3.21 \ structopt-derive-0.4.14 \ syn-1.0.58 \ term-0.5.2 \ termcolor-0.3.6 \ termcolor-1.1.2 \ textwrap-0.11.0 \ theban_interval_tree-0.7.1 \ thread_local-1.1.0 \ time-0.1.44 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ unicode-xid-0.2.1 \ vec_map-0.8.2 \ version_check-0.9.2 \ wasi-0.9.0+wasi-snapshot-preview1 \ wasi-0.10.0+wasi-snapshot-preview1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ wincolor-0.1.6 PLIST_FILES= bin/bingrep PORTDOCS= README.md PORTEXAMPLES= etc/*.png OPTIONS_DEFINE= DOCS EXAMPLES EXAMPLES_PLIST_FILES= \ ${EXAMPLESDIR}/archive.png \ ${EXAMPLESDIR}/elf_table1.png \ ${EXAMPLESDIR}/elf_table2.png \ ${EXAMPLESDIR}/mach.png \ ${EXAMPLESDIR}/ranges.png do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/etc && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/editors/xi-core/Makefile =================================================================== --- head/editors/xi-core/Makefile (revision 564844) +++ head/editors/xi-core/Makefile (revision 564845) @@ -1,184 +1,184 @@ # $FreeBSD$ PORTNAME= xi-core DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 PORTREVISION= 11 CATEGORIES= editors -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Modern editor backend written in Rust LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/../LICENSE USES= cargo USE_GITHUB= yes GH_ACCOUNT= xi-editor GH_PROJECT= xi-editor CARGO_CRATES= adler32-1.0.3 \ aho-corasick-0.7.3 \ argon2rs-0.2.5 \ arrayvec-0.4.10 \ ascii-0.9.1 \ autocfg-0.1.4 \ backtrace-0.3.32 \ backtrace-sys-0.1.29 \ base64-0.10.1 \ bincode-1.1.4 \ bitflags-1.1.0 \ blake2-rfc-0.2.18 \ block-buffer-0.7.3 \ block-padding-0.1.4 \ build_const-0.2.1 \ byte-tools-0.3.1 \ bytecount-0.5.1 \ byteorder-1.3.2 \ cc-1.0.37 \ cfg-if-0.1.9 \ chrono-0.4.7 \ cloudabi-0.0.3 \ combine-3.8.1 \ constant_time_eq-0.1.3 \ crc-1.8.1 \ crc32fast-1.2.0 \ crossbeam-0.7.1 \ crossbeam-channel-0.3.8 \ crossbeam-deque-0.7.1 \ crossbeam-epoch-0.7.1 \ crossbeam-queue-0.1.2 \ crossbeam-utils-0.6.5 \ digest-0.8.0 \ dirs-2.0.1 \ dirs-sys-0.3.3 \ either-1.5.2 \ failure-0.1.5 \ failure_derive-0.1.5 \ fake-simd-0.1.2 \ fern-0.5.8 \ filetime-0.2.5 \ flate2-1.0.9 \ fnv-1.0.6 \ fsevent-0.4.0 \ fsevent-sys-2.0.1 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ generic-array-0.12.3 \ humantime-1.2.0 \ idna-0.1.5 \ inotify-0.6.1 \ inotify-sys-0.1.3 \ iovec-0.1.2 \ itoa-0.4.4 \ jsonrpc-lite-0.5.0 \ kernel32-sys-0.2.2 \ languageserver-types-0.54.0 \ lazy_static-1.3.0 \ lazycell-1.2.1 \ libc-0.2.58 \ line-wrap-0.1.1 \ linked-hash-map-0.5.2 \ log-0.4.6 \ matches-0.1.8 \ memchr-2.2.0 \ memoffset-0.2.1 \ miniz-sys-0.1.12 \ miniz_oxide-0.2.1 \ miniz_oxide_c_api-0.2.1 \ mio-0.6.19 \ mio-extras-2.0.5 \ miow-0.2.1 \ net2-0.2.33 \ nodrop-0.1.13 \ nom-4.2.3 \ notify-4.0.12 \ num-derive-0.2.5 \ num-integer-0.1.41 \ num-traits-0.2.8 \ onig-4.3.2 \ onig_sys-69.1.0 \ opaque-debug-0.2.2 \ percent-encoding-1.0.1 \ pkg-config-0.3.14 \ plist-0.4.2 \ pom-3.0.2 \ proc-macro2-0.4.30 \ quick-error-1.2.2 \ quote-0.6.12 \ rand-0.4.6 \ rand-0.6.5 \ rand_chacha-0.1.1 \ rand_core-0.3.1 \ rand_core-0.4.0 \ rand_hc-0.1.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ redox_syscall-0.1.54 \ redox_users-0.3.0 \ regex-1.1.7 \ regex-syntax-0.6.7 \ remove_dir_all-0.5.2 \ rustc-demangle-0.1.15 \ ryu-0.2.8 \ safemem-0.3.0 \ same-file-1.0.4 \ scoped_threadpool-0.1.9 \ scopeguard-0.3.3 \ serde-1.0.94 \ serde_derive-1.0.94 \ serde_json-1.0.39 \ serde_test-1.0.94 \ sha2-0.8.0 \ slab-0.4.2 \ smallvec-0.6.10 \ syn-0.15.39 \ synstructure-0.10.2 \ syntect-3.2.0 \ tempdir-0.3.7 \ thread_local-0.3.6 \ time-0.1.42 \ toml-0.5.1 \ typenum-1.10.0 \ ucd-util-0.1.3 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.8 \ unicode-segmentation-1.3.0 \ unicode-xid-0.1.0 \ unreachable-1.0.0 \ url-1.7.2 \ url_serde-0.2.0 \ utf8-ranges-1.0.3 \ version_check-0.1.5 \ void-1.0.2 \ walkdir-2.2.8 \ winapi-0.2.8 \ winapi-0.3.7 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.2 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ ws2_32-sys-0.2.1 \ xml-rs-0.8.0 \ yaml-rust-0.4.3 WRKSRC_SUBDIR= rust PLIST_FILES= bin/xi-core PORTDOCS= README.md OPTIONS_DEFINE= DOCS do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/../README.md ${STAGEDIR}${DOCSDIR} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xi-core .include Index: head/editors/xi-term/Makefile =================================================================== --- head/editors/xi-term/Makefile (revision 564844) +++ head/editors/xi-term/Makefile (revision 564845) @@ -1,179 +1,179 @@ # $FreeBSD$ PORTNAME= xi-term DISTVERSION= g20190913 PORTREVISION= 2 CATEGORIES= editors -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Terminal frontend for xi-editor LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= xi-core:editors/xi-core USES= cargo USE_GITHUB= yes GH_ACCOUNT= xi-frontend GH_TAGNAME= d264767 CARGO_CRATES= adler32-1.0.3 \ ansi_term-0.11.0 \ antidote-1.0.0 \ arc-swap-0.3.11 \ arrayvec-0.4.10 \ atty-0.2.11 \ autocfg-0.1.4 \ backtrace-0.3.30 \ backtrace-sys-0.1.28 \ base64-0.10.1 \ bitflags-1.1.0 \ build_const-0.2.1 \ byteorder-1.3.2 \ bytes-0.4.12 \ cc-1.0.37 \ cfg-if-0.1.9 \ chrono-0.4.6 \ clap-2.33.0 \ cloudabi-0.0.3 \ crc-1.8.1 \ crc32fast-1.2.0 \ crossbeam-deque-0.7.1 \ crossbeam-epoch-0.7.1 \ crossbeam-queue-0.1.2 \ crossbeam-utils-0.6.5 \ dtoa-0.4.4 \ failure-0.1.5 \ failure_derive-0.1.5 \ flate2-1.0.7 \ fnv-1.0.6 \ fuchsia-cprng-0.1.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futures-0.1.27 \ humantime-1.2.0 \ indexmap-1.0.2 \ iovec-0.1.2 \ itoa-0.4.4 \ kernel32-sys-0.2.2 \ lazy_static-1.3.0 \ lazycell-1.2.1 \ libc-0.2.58 \ line-wrap-0.1.1 \ linked-hash-map-0.5.2 \ lock_api-0.1.5 \ log-0.4.6 \ log-mdc-0.1.0 \ log4rs-0.8.3 \ memoffset-0.2.1 \ miniz-sys-0.1.12 \ miniz_oxide-0.2.1 \ miniz_oxide_c_api-0.2.1 \ mio-0.6.19 \ mio-named-pipes-0.1.6 \ mio-uds-0.6.7 \ miow-0.2.1 \ miow-0.3.3 \ net2-0.2.33 \ nodrop-0.1.13 \ num-integer-0.1.41 \ num-traits-0.2.8 \ num_cpus-1.10.1 \ numtoa-0.1.0 \ ordered-float-1.0.2 \ owning_ref-0.4.0 \ parking_lot-0.7.1 \ parking_lot_core-0.4.0 \ plist-0.4.2 \ proc-macro2-0.4.30 \ quick-error-1.2.2 \ quote-0.6.12 \ rand-0.6.5 \ rand_chacha-0.1.1 \ rand_core-0.3.1 \ rand_core-0.4.0 \ rand_hc-0.1.0 \ rand_isaac-0.1.1 \ rand_jitter-0.1.4 \ rand_os-0.1.3 \ rand_pcg-0.1.2 \ rand_xorshift-0.1.1 \ rdrand-0.4.0 \ redox_syscall-0.1.54 \ redox_termios-0.1.1 \ rustc-demangle-0.1.15 \ rustc_version-0.2.3 \ ryu-0.2.8 \ safemem-0.3.0 \ same-file-1.0.4 \ scopeguard-0.3.3 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.92 \ serde-value-0.5.3 \ serde_derive-1.0.92 \ serde_json-1.0.39 \ serde_yaml-0.8.9 \ signal-hook-0.1.9 \ signal-hook-registry-1.0.1 \ slab-0.4.2 \ smallvec-0.6.10 \ socket2-0.3.9 \ stable_deref_trait-1.1.1 \ strsim-0.8.0 \ syn-0.15.36 \ synstructure-0.10.2 \ syntect-3.2.0 \ termion-1.5.3 \ textwrap-0.11.0 \ thread-id-3.3.0 \ time-0.1.42 \ tokio-0.1.21 \ tokio-codec-0.1.1 \ tokio-current-thread-0.1.6 \ tokio-executor-0.1.7 \ tokio-fs-0.1.6 \ tokio-io-0.1.12 \ tokio-process-0.2.3 \ tokio-reactor-0.1.9 \ tokio-signal-0.2.7 \ tokio-sync-0.1.6 \ tokio-tcp-0.1.3 \ tokio-threadpool-0.1.14 \ tokio-timer-0.2.11 \ tokio-trace-core-0.2.0 \ tokio-udp-0.1.3 \ tokio-uds-0.2.5 \ traitobject-0.1.0 \ typemap-0.3.3 \ unicode-width-0.1.5 \ unicode-xid-0.1.0 \ unsafe-any-0.4.2 \ vec_map-0.8.1 \ walkdir-2.2.8 \ winapi-0.2.8 \ winapi-0.3.7 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.2 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ ws2_32-sys-0.2.1 \ xdg-2.2.0 \ xml-rs-0.8.0 \ xrl-0.0.8 \ yaml-rust-0.4.3 PLIST_FILES= bin/xi-term PORTDOCS= README.md OPTIONS_DEFINE= DOCS do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xi-term .include Index: head/games/OpenDiablo2/Makefile =================================================================== --- head/games/OpenDiablo2/Makefile (revision 564844) +++ head/games/OpenDiablo2/Makefile (revision 564845) @@ -1,54 +1,54 @@ # $FreeBSD$ PORTNAME= OpenDiablo2 DISTVERSIONPREFIX= v DISTVERSION= 0.1-g20210119 CATEGORIES= games -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Open source re-implementation of Diablo 2 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libglfw.so:graphics/glfw USES= gl go:modules openal pkgconfig xorg USE_GITHUB= yes GH_TAGNAME= e982430 GH_TUPLE= \ JoshVarga:blast:681c804fb9f0:joshvarga_blast/vendor/github.com/JoshVarga/blast \ alecthomas:template:fb15b899a751:alecthomas_template/vendor/github.com/alecthomas/template \ alecthomas:units:f65c72e2690d:alecthomas_units/vendor/github.com/alecthomas/units \ davecgh:go-spew:v1.1.0:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ go-gl:glfw:5321531c36a2:go_gl_glfw_glfw/vendor/github.com/go-gl/glfw \ go-restruct:restruct:v1.2.0-alpha:go_restruct_restruct/vendor/github.com/go-restruct/restruct \ go-sourcemap:sourcemap:v1.0.5:go_sourcemap_sourcemap/vendor/gopkg.in/sourcemap.v1 \ go-yaml:yaml:v2.2.2:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:exp:e3b2a7f2fdc7:golang_exp/vendor/golang.org/x/exp \ golang:image:e162460cd6b5:golang_image/vendor/golang.org/x/image \ golang:mobile:973feb4309de:golang_mobile/vendor/golang.org/x/mobile \ golang:sys:c5abc1b1d397:golang_sys/vendor/golang.org/x/sys \ google:uuid:v1.1.2:google_uuid/vendor/github.com/google/uuid \ gravestench:akara:a64208a7fd3c:gravestench_akara/vendor/github.com/gravestench/akara \ hajimehoshi:ebiten:v2.0.2:hajimehoshi_ebiten_v2/vendor/github.com/hajimehoshi/ebiten/v2 \ hajimehoshi:oto:v0.6.8:hajimehoshi_oto/vendor/github.com/hajimehoshi/oto \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pkg:profile:v1.5.0:pkg_profile/vendor/github.com/pkg/profile \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ robertkrimen:otto:ef014fd054ac:robertkrimen_otto/vendor/github.com/robertkrimen/otto \ stretchr:testify:v1.4.0:stretchr_testify/vendor/github.com/stretchr/testify USE_GL= gl USE_XORG= x11 xcursor xi xinerama xrandr xxf86vm PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Index: head/games/cursive/Makefile =================================================================== --- head/games/cursive/Makefile (revision 564844) +++ head/games/cursive/Makefile (revision 564845) @@ -1,29 +1,29 @@ # Created by: James Howard # $FreeBSD$ PORTNAME= cursive PORTVERSION= 0.11 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= https://www.unixpapa.com/software/ DISTNAME= ${PORTNAME} -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Create ASCII character cursive handwriting USES= tar:tgz NO_WRKSUBDIR= yes PLIST_FILES= bin/cursive \ man/man6/cursive.6.gz do-build: ${CC} ${CFLAGS} -c ${WRKSRC}/cursive.c -o ${WRKSRC}/cursive.o ${CC} ${CFLAGS} -c ${WRKSRC}/font.c -o ${WRKSRC}/font.o ${CC} ${CFLAGS} -o ${WRKSRC}/cursive ${WRKSRC}/cursive.o ${WRKSRC}/font.o do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cursive ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/cursive.6 ${STAGEDIR}${PREFIX}/man/man6 .include Index: head/games/devilutionX/Makefile =================================================================== --- head/games/devilutionX/Makefile (revision 564844) +++ head/games/devilutionX/Makefile (revision 564845) @@ -1,41 +1,42 @@ # $FreeBSD$ PORTNAME= devilutionX PORTVERSION= 1.1.0 PORTREVISION= 1 CATEGORIES= games -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Diablo I engine for modern operating systems LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/LICENSE MY_DEPENDS= ${LOCALBASE}/share/fonts/CharisSIL/CharisSIL-B.ttf:x11-fonts/charis BUILD_DEPENDS= ${MY_DEPENDS} LIB_DEPENDS= libsodium.so:security/libsodium RUN_DEPENDS= ${MY_DEPENDS} USES= cmake compiler:c++11-lang dos2unix sdl DOS2UNIX_GLOB= *.c *.h CMakeLists.txt USE_GITHUB= yes GH_ACCOUNT= diasurgical +GH_TAGNAME= 298092b USE_SDL= mixer2 sdl2 ttf2 CMAKE_ARGS= -DCMAKE_INSTALL_SHAREDIR:PATH=${PREFIX}/share \ -DGIT_TAG=${PORTVERSION} .if defined(WITH_DEBUG) CMAKE_ON= DEBUG .else CMAKE_ON= BINARY_RELEASE .endif CXXFLAGS+= -DTTF_FONT_NAME=\\\"${LOCALBASE}/share/fonts/CharisSIL/CharisSIL-B.ttf\\\" PLIST_FILES= bin/devilutionx \ share/applications/devilutionx.desktop \ share/icons/hicolor/512x512/apps/devilutionx.png \ share/icons/hicolor/512x512/apps/devilutionx_solid.png .include Index: head/games/devilutionX/distinfo =================================================================== --- head/games/devilutionX/distinfo (revision 564844) +++ head/games/devilutionX/distinfo (revision 564845) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602752246 -SHA256 (diasurgical-devilutionX-1.1.0_GH0.tar.gz) = 395ec298df5383abe60550d45adba5e5811984589ccb1e504891b267b3c467c1 -SIZE (diasurgical-devilutionX-1.1.0_GH0.tar.gz) = 2271614 +TIMESTAMP = 1612260956 +SHA256 (diasurgical-devilutionX-1.1.0-298092b_GH0.tar.gz) = d1faf7f01ffb378143ec74cade96fffd10fdffa864476968beca2234cef5779a +SIZE (diasurgical-devilutionX-1.1.0-298092b_GH0.tar.gz) = 2870959 Index: head/games/devilutionX/files/patch-CMakeLists.txt =================================================================== --- head/games/devilutionX/files/patch-CMakeLists.txt (revision 564844) +++ head/games/devilutionX/files/patch-CMakeLists.txt (revision 564845) @@ -1,23 +1,14 @@ ---- CMakeLists.txt.orig 2020-10-15 09:55:17 UTC +--- CMakeLists.txt.orig 2021-02-02 10:18:23 UTC +++ CMakeLists.txt -@@ -513,7 +513,7 @@ if(WIN32) - endif() - endif() - --if(NOT WIN32 AND NOT APPLE) -+if(NOT WIN32 AND NOT APPLE AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL FreeBSD) - # Enable POSIX extensions such as `readlink` and `ftruncate`. - add_definitions(-D_POSIX_C_SOURCE=200809L) - endif() -@@ -651,6 +651,11 @@ if(CPACK) - set(CPACK_STRIP_FILES TRUE) +@@ -668,6 +668,11 @@ if(CPACK) set(CPACK_GENERATOR "DragNDrop") endif() -+ + +install(TARGETS devilutionx DESTINATION ${CMAKE_INSTALL_BINDIR}) +install(FILES Packaging/fedora/devilutionx.desktop DESTINATION ${CMAKE_INSTALL_SHAREDIR}/applications) +install(FILES Packaging/resources/icon.png DESTINATION ${CMAKE_INSTALL_SHAREDIR}/icons/hicolor/512x512/apps RENAME devilutionx.png) +install(FILES Packaging/resources/icon_solid.png DESTINATION ${CMAKE_INSTALL_SHAREDIR}/icons/hicolor/512x512/apps RENAME devilutionx_solid.png) - ++ set(CPACK_PACKAGE_VERSION_MAJOR ${PROJECT_VERSION_MAJOR}) set(CPACK_PACKAGE_VERSION_MINOR ${PROJECT_VERSION_MINOR}) + set(CPACK_PACKAGE_VERSION_PATCH ${PROJECT_VERSION_PATCH}) Index: head/games/gbrainy/Makefile =================================================================== --- head/games/gbrainy/Makefile (revision 564844) +++ head/games/gbrainy/Makefile (revision 564845) @@ -1,31 +1,31 @@ # $FreeBSD$ PORTNAME= gbrainy PORTREVISION= 1 DISTVERSION= 2.4.3 PORTEPOCH= 2 CATEGORIES= games MASTER_SITES= https://gent.softcatala.org/jmas/gbrainy/ -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Brain teaser game and trainer 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 MAKE_ENV+= MONO_REGISTRY_PATH=${WRKDIR} INSTALLS_ICONS= yes .include Index: head/games/neo-cowsay/Makefile =================================================================== --- head/games/neo-cowsay/Makefile (revision 564844) +++ head/games/neo-cowsay/Makefile (revision 564845) @@ -1,45 +1,45 @@ # $FreeBSD$ PORTNAME= neo-cowsay DISTVERSIONPREFIX= v DISTVERSION= 1.0.1 CATEGORIES= games -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Neo Cowsay written in Go LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= Code-Hex GH_PROJECT= Neo-cowsay GH_TUPLE= \ Code-Hex:go-wordwrap:v1.0.0:code_hex_go_wordwrap/vendor/github.com/Code-Hex/go-wordwrap \ golang:crypto:74369b46fc67:golang_crypto/vendor/golang.org/x/crypto \ golang:sys:a9d3bda3a223:golang_sys/vendor/golang.org/x/sys \ jessevdk:go-flags:v1.4.0:jessevdk_go_flags/vendor/github.com/jessevdk/go-flags \ mattn:go-colorable:v0.1.1:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.5:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.7:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ pkg:errors:v0.8.1:pkg_errors/vendor/github.com/pkg/errors GO_TARGET= ./cmd/cowsay:neo-cowsay ./cmd/cowthink:neo-cowthink PLIST_FILES= bin/neo-cowsay bin/neo-cowthink PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install: .for l in neo-cowsay neo-cowthink ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${l} .endfor do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/graphics/glfw/Makefile =================================================================== --- head/graphics/glfw/Makefile (revision 564844) +++ head/graphics/glfw/Makefile (revision 564845) @@ -1,61 +1,61 @@ # Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= glfw PORTVERSION= 3.3.2 CATEGORIES= graphics MASTER_SITES= SF -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Portable framework for OpenGL development LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE.md USES= cmake:insource gl localbase zip USE_GL= glu USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS PORTDOCS= * PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_DEFAULT=X11 PLATFORM_DESC= Window creation platform OPTIONS_SINGLE= PLATFORM OPTIONS_SINGLE_PLATFORM= WAYLAND X11 WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols WAYLAND_CMAKE_BOOL= GLFW_USE_WAYLAND WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon WAYLAND_USES= kde:5 pkgconfig WAYLAND_USE= KDE=ecm X11_USES= xorg X11_USE= XORG=x11,xcursor,xi,xinerama,xrandr,xxf86vm PLIST_SUB= VERSION=${PORTVERSION:R} MAJVER="${PORTVERSION:C|\..*||}" do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/docs/html/search ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/html/search/* \ ${STAGEDIR}${DOCSDIR}/docs/html/search cd ${WRKSRC}/docs/html && ${INSTALL_DATA} *.html *.png *.css *.js \ ${STAGEDIR}${DOCSDIR}/docs/html do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/tests cd ${WRKSRC}/examples && ${INSTALL_PROGRAM} \ boing gears heightmap particles simple splitview wave \ ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/tests && ${INSTALL_PROGRAM} \ clipboard cursor empty events gamma glfwinfo iconify \ joysticks monitors msaa reopen tearing \ threads title windows \ ${STAGEDIR}${EXAMPLESDIR}/tests .include Index: head/graphics/heimer/Makefile =================================================================== --- head/graphics/heimer/Makefile (revision 564844) +++ head/graphics/heimer/Makefile (revision 564845) @@ -1,44 +1,44 @@ # $FreeBSD$ PORTNAME= heimer DISTVERSION= 2.2.0 CATEGORIES= graphics -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Simple mind map, diagram, and note-taking tool LICENSE= CC-BY-SA-3.0 GPLv3+ LICENSE_COMB= multi LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING USES= cmake compiler:c++14-lang qt:5 USE_GITHUB= yes GH_ACCOUNT= juzzlin GH_PROJECT= Heimer USE_QT= core gui svg widgets xml buildtools_build linguisttools_build \ qmake_build testlib_build TEST_TARGET= test PORTDOCS= README.md PORTEXAMPLES= examples/*.alz OPTIONS_DEFINE= DOCS EXAMPLES EXAMPLES_PLIST_FILES= \ ${EXAMPLESDIR}/Company.alz \ ${EXAMPLESDIR}/Family.alz \ ${EXAMPLESDIR}/Heimer.alz \ ${EXAMPLESDIR}/Large.alz do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/heimer .include Index: head/graphics/mtpaint/Makefile =================================================================== --- head/graphics/mtpaint/Makefile (revision 564844) +++ head/graphics/mtpaint/Makefile (revision 564845) @@ -1,72 +1,72 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= mtpaint PORTVERSION= 3.50.03 CATEGORIES= graphics -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Simple painting program LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff \ libfreetype.so:print/freetype2 USES= desktop-file-utils gmake gnome iconv jpeg pkgconfig tar:bzip2 xorg USE_GITHUB= yes GH_ACCOUNT= wjaguar GH_PROJECT= mtPaint GH_TAGNAME= 40bde45 USE_GNOME= cairo gdkpixbuf2 gtk30 USE_XORG= x11 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man/man1 \ --localedir=${PREFIX}/share/locale \ asneeded gtk3 cflags ft jpeg man tiff CFLAGS+= -fcommon LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} PORTDOCS= NEWS README OPTIONS_DEFINE= DOCS LCMS2 NLS OPENJPEG WEBP OPTIONS_DEFAULT= LCMS2 OPENJPEG OPTIONS_SUB= yes LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2 LCMS2_CONFIGURE_ON= lcms2 LCMS2_CONFIGURE_OFF= nolcms NLS_USES= gettext NLS_CONFIGURE_ON= intl OPENJPEG_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg OPENJPEG_LIB_DEPENDS_OFF=libjasper.so:graphics/jasper OPENJPEG_CONFIGURE_ON= jp2v2 OPENJPEG_CONFIGURE_OFF= jasper WEBP_LIB_DEPENDS= libwebp.so:graphics/webp WEBP_CONFIGURE_ON= webp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 \ ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}.desktop \ ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} do-install-NLS-on: .for lang in cs de es fr gl hu it ja kab nl pl pt pt_BR ru sk sv tl tr zh_CN zh_TW @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES ${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \ ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/mtpaint.mo .endfor .include Index: head/graphics/viewnior/Makefile =================================================================== --- head/graphics/viewnior/Makefile (revision 564844) +++ head/graphics/viewnior/Makefile (revision 564845) @@ -1,40 +1,40 @@ # Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= viewnior PORTVERSION= 1.7 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= graphics -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Fast and simple image viewer LICENSE= GPLv3 LIB_DEPENDS= libexiv2.so:graphics/exiv2 USES= compiler:c++11-lang desktop-file-utils gettext-tools gnome \ meson ninja pkgconfig USE_GITHUB= yes GH_ACCOUNT= hellosiyan GH_PROJECT= Viewnior USE_GNOME= gdkpixbuf2 glib20 gtk20 intlhack intltool INSTALLS_ICONS= yes PORTDOCS= AUTHORS NEWS README.md OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext-runtime pre-configure: ${MKDIR} ${WRKSRC}/m4 post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/misc/cmatrix/Makefile =================================================================== --- head/misc/cmatrix/Makefile (revision 564844) +++ head/misc/cmatrix/Makefile (revision 564845) @@ -1,36 +1,36 @@ # Created by: Andrey Zakhvatov # $FreeBSD$ PORTNAME= cmatrix PORTVERSION= 2.0 DISTVERSIONPREFIX= v CATEGORIES= misc -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Show a scrolling 'Matrix' like screen LICENSE= GPLv3+ USES= autoreconf ncurses USE_GITHUB= yes GH_ACCOUNT= abishekvashok GNU_CONFIGURE= yes PORTDOCS= README PLIST_FILES= bin/cmatrix \ man/man1/cmatrix.1.gz OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/cmatrix.1 ${STAGEDIR}${MANPREFIX}/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/misc/cxxmatrix/Makefile =================================================================== --- head/misc/cxxmatrix/Makefile (revision 564844) +++ head/misc/cxxmatrix/Makefile (revision 564845) @@ -1,41 +1,41 @@ # $FreeBSD$ PORTNAME= cxxmatrix DISTVERSION= g20201128 CATEGORIES= misc -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= C++ Matrix: The Matrix Reloaded in Terminals LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md BUILD_DEPENDS= gawk:lang/gawk USES= compiler:c++17-lang gmake MAKEFILE= GNUmakefile USE_GITHUB= yes GH_ACCOUNT= akinomyoga GH_TAGNAME= 93e505c PORTDOCS= README.md PLIST_FILES= bin/cxxmatrix \ share/man/man1/cxxmatrix.1.gz OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} \ -e 's|CXXFLAGS :=|CXXFLAGS +=|g' \ -e 's|-Ofast||g' \ ${WRKSRC}/GNUmakefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cxxmatrix ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/cxxmatrix.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Index: head/multimedia/py-guessit/Makefile =================================================================== --- head/multimedia/py-guessit/Makefile (revision 564844) +++ head/multimedia/py-guessit/Makefile (revision 564845) @@ -1,28 +1,28 @@ # Created by: William Grzybowski # $FreeBSD$ PORTNAME= guessit PORTVERSION= 3.2.0 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Extract as much information as possible from a video file LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}babelfish>0:devel/py-babelfish@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rebulk>=3:devel/py-rebulk@${PY_FLAVOR} USES= python:3.7+ USE_PYTHON= distutils autoplist NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e '/setup_requires/d' ${WRKSRC}/${PYSETUP} .include Index: head/multimedia/py-subliminal/Makefile =================================================================== --- head/multimedia/py-subliminal/Makefile (revision 564844) +++ head/multimedia/py-subliminal/Makefile (revision 564845) @@ -1,36 +1,36 @@ # Created by: William Grzybowski # $FreeBSD$ PORTNAME= subliminal PORTVERSION= 2.1.0 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Python library to search and download subtitles LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.4.0:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}enzyme>=0.4.1:multimedia/py-enzyme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}guessit>=3.0.0:multimedia/py-guessit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.0.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=4.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.0.0:devel/py-stevedore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>=2.3.0:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pysrt>=1.0.1:textproc/py-pysrt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}babelfish>=0.5.2:devel/py-babelfish@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dogpile.cache>=0.6.0:devel/py-dogpile.cache@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}appdirs>=1.3:devel/py-appdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rarfile>=2.7:archivers/py-rarfile@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=2012c:devel/py-pytz@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include Index: head/net/gitup/Makefile =================================================================== --- head/net/gitup/Makefile (revision 564844) +++ head/net/gitup/Makefile (revision 564845) @@ -1,37 +1,37 @@ # $FreeBSD$ PORTNAME= gitup DISTVERSION= 0.90 CATEGORIES= net -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Minimalist, dependency-free program to clone/pull git repositories LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= ssl USE_GITHUB= yes GH_ACCOUNT= johnmehr MAKE_ENV+= CONFIG_FILE_PATH=${LOCALBASE}/etc/gitup.conf PORTDOCS= README.md OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/gitup.1 \ ${STAGEDIR}${PREFIX}/share/man/man1 ${INSTALL_MAN} ${WRKSRC}/gitup.conf.5 \ ${STAGEDIR}${PREFIX}/share/man/man5 ${INSTALL_DATA} ${WRKSRC}/gitup.conf \ ${STAGEDIR}${PREFIX}/etc/gitup.conf.sample do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .include Index: head/security/gopass/Makefile =================================================================== --- head/security/gopass/Makefile (revision 564844) +++ head/security/gopass/Makefile (revision 564845) @@ -1,114 +1,114 @@ # Created by: Sascha Holzleiter # $FreeBSD$ PORTNAME= gopass DISTVERSIONPREFIX= v DISTVERSION= 1.11.0 CATEGORIES= security -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Rewrite of the pass password manager in Go LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= Upstream only supports amd64 RUN_DEPENDS= git:devel/git \ gpg2:security/gnupg USES= go:modules USE_GITHUB= yes GH_ACCOUNT= gopasspw GH_TUPLE= \ FiloSottile:age:v1.0.0-beta4:filosottile_age/vendor/filippo.io/age \ atotto:clipboard:v0.1.2:atotto_clipboard/vendor/github.com/atotto/clipboard \ blang:semver:1a9109f8c4a1:blang_semver/vendor/github.com/blang/semver \ caspr-io:yamlpath:502e8d113a9b:caspr_io_yamlpath/vendor/github.com/caspr-io/yamlpath \ cenkalti:backoff:v2.2.1:cenkalti_backoff/vendor/github.com/cenkalti/backoff \ chzyer:readline:2972be24d48e:chzyer_readline/vendor/github.com/chzyer/readline \ cpuguy83:go-md2man:v2.0.0:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dominikschulz:github-releases:v0.0.3:dominikschulz_github_releases/vendor/github.com/dominikschulz/github-releases \ fatih:color:v1.9.0:fatih_color/vendor/github.com/fatih/color \ go-ini:ini:v1.60.1:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-yaml:yaml:eeeca48fe776:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ go-yaml:yaml:v2.3.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ godbus:dbus:8a1682060722:godbus_dbus/vendor/github.com/godbus/dbus \ gokyle:twofactor:v1.0.1:gokyle_twofactor/vendor/github.com/gokyle/twofactor \ golang:crypto:afb6bcd081ae:golang_crypto/vendor/golang.org/x/crypto \ golang:net:f5854403a974:golang_net/vendor/golang.org/x/net \ golang:sys:9f70ab9862d5:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.3:golang_text/vendor/golang.org/x/text \ google:go-cmp:v0.5.2:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-github:v17.0.0:google_go_github/vendor/github.com/google/go-github \ google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \ google:uuid:v1.1.1:google_uuid/vendor/github.com/google/uuid \ gotestyourself:gotest.tools:v2.2.0:gotestyourself_gotest_tools/vendor/gotest.tools \ hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ hashicorp:go-multierror:v1.1.0:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ hashicorp:golang-lru:v0.5.4:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \ jsimonetti:pwscheme:76804708ecad:jsimonetti_pwscheme/vendor/github.com/jsimonetti/pwscheme \ json-iterator:go:v1.1.10:json_iterator_go/vendor/github.com/json-iterator/go \ kballard:go-shellquote:95032a82bc51:kballard_go_shellquote/vendor/github.com/kballard/go-shellquote \ klauspost:cpuid:v1.3.1:klauspost_cpuid/vendor/github.com/klauspost/cpuid \ martinhoefling:goxkcdpwgen:7dc3d102eca3:martinhoefling_goxkcdpwgen/vendor/github.com/martinhoefling/goxkcdpwgen \ mattn:go-colorable:v0.1.7:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ minio:md5-simd:v1.1.0:minio_md5_simd/vendor/github.com/minio/md5-simd \ minio:minio-go:v7.0.7:minio_minio_go_v7/vendor/github.com/minio/minio-go/v7 \ minio:sha256-simd:v0.1.1:minio_sha256_simd/vendor/github.com/minio/sha256-simd \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:go-ps:v1.0.0:mitchellh_go_ps/vendor/github.com/mitchellh/go-ps \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.1:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ muesli:crunchy:v0.4.0:muesli_crunchy/vendor/github.com/muesli/crunchy \ nbutton23:zxcvbn-go:ae427f1e4c1d:nbutton23_zxcvbn_go/vendor/github.com/nbutton23/zxcvbn-go \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ rs:xid:v1.2.1:rs_xid/vendor/github.com/rs/xid \ rsc:qr:v0.2.0:rsc_qr/vendor/rsc.io/qr \ russross:blackfriday:v2.0.1:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \ schollz:closestmatch:1fbe626be92e:schollz_closestmatch/vendor/github.com/schollz/closestmatch \ sergi:go-diff:v1.1.0:sergi_go_diff/vendor/github.com/sergi/go-diff \ shurcooL:sanitized_anchor_name:v1.0.0:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name \ skip2:go-qrcode:da1b6568686e:skip2_go_qrcode/vendor/github.com/skip2/go-qrcode \ stretchr:testify:v1.6.1:stretchr_testify/vendor/github.com/stretchr/testify \ urfave:cli:v2.2.0:urfave_cli_v2/vendor/github.com/urfave/cli/v2 \ xrash:smetrics:89a2a8a1fb0b:xrash_smetrics/vendor/github.com/xrash/smetrics # Usage examples are in a separate repo GH_TUPLE+= gopasspw:password-store-example:8db75ba3b69c:password_store_example PORTDOCS= README.md docs/* PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES post-build: .for SHELL in bash fish zsh ${GO_WRKDIR_BIN}/${PORTNAME} completion ${SHELL} > ${WRKSRC}/${SHELL} .endfor post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/bash \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME}.sh @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions ${INSTALL_DATA} ${WRKSRC}/fish \ ${STAGEDIR}${PREFIX}/share/fish/completions/${PORTNAME}.fish @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/zsh \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC_password_store_example} && ${COPYTREE_SHARE} "README.md secrets templates" ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/sysutils/memtest86/Makefile =================================================================== --- head/sysutils/memtest86/Makefile (revision 564844) +++ head/sysutils/memtest86/Makefile (revision 564845) @@ -1,47 +1,47 @@ # Created by: Radim Kolar # $FreeBSD$ PORTNAME= memtest86 PORTVERSION= 4.3.7 CATEGORIES= sysutils MASTER_SITES= https://www.memtest86.com/downloads/ -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Stand alone memory test for x86 architecture computers NO_WRKSUBDIR= yes NO_ARCH= yes NO_BUILD= yes SUB_FILES= pkg-message OPTIONS_MULTI= IMAGE OPTIONS_MULTI_IMAGE= USB CD-ROM FLOPPY OPTIONS_DEFAULT= USB OPTIONS_SUB= yes IMAGE_DESC= Image selection USB_DESC= Image for creating bootable USB Drive USB_DISTFILES= ${DISTNAME}-usb${EXTRACT_SUFX} CD-ROM_DESC= Image for creating bootable CD-ROM Drive CD-ROM_DISTFILES= ${DISTNAME}-iso${EXTRACT_SUFX} FLOPPY_DESC= Image for creating bootable Floppy Drive FLOPPY_DISTFILES= ${DISTNAME}-floppy${EXTRACT_SUFX} do-install: @${MKDIR} ${STAGEDIR}${DATADIR} do-install-USB-on: ${INSTALL_DATA} ${WRKSRC}/memtest86-usb.img ${STAGEDIR}${DATADIR} do-install-CD-ROM-on: ${INSTALL_DATA} ${WRKSRC}/Memtest86-4.3.7.iso ${STAGEDIR}${DATADIR}/memtest86-cdrom.iso do-install-FLOPPY-on: ${INSTALL_DATA} ${WRKSRC}/memtest86-floppy.img ${STAGEDIR}${DATADIR} .include Index: head/sysutils/stressdisk/Makefile =================================================================== --- head/sysutils/stressdisk/Makefile (revision 564844) +++ head/sysutils/stressdisk/Makefile (revision 564845) @@ -1,32 +1,32 @@ # $FreeBSD$ PORTNAME= stressdisk DISTVERSIONPREFIX= v DISTVERSION= 1.0.12 CATEGORIES= sysutils -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Stress test your disks before trusting your valuable data to them LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= go:modules USE_GITHUB= yes GH_ACCOUNT= ncw GH_TUPLE= ncw:directio:v1.0.4:ncw_directio/vendor/github.com/ncw/directio PLIST_FILES= bin/stressdisk PORTDOCS= README.md OPTIONS_DEFINE= DOCS post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/textproc/cast2gif/Makefile =================================================================== --- head/textproc/cast2gif/Makefile (revision 564844) +++ head/textproc/cast2gif/Makefile (revision 564845) @@ -1,239 +1,239 @@ # $FreeBSD$ PORTNAME= cast2gif DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 PORTREVISION= 1 CATEGORIES= textproc -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Tool to render Asciinema cast files to GIFs LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfreetype.so:print/freetype2 USES= cargo gmake USE_GITHUB= yes GH_ACCOUNT= katharostech CARGO_CRATES= adler32-1.0.4 \ aho-corasick-0.7.10 \ ansi_colours-1.0.1 \ ansi_term-0.11.0 \ anyhow-1.0.28 \ approx-0.3.2 \ arrayref-0.3.6 \ arrayvec-0.5.1 \ atty-0.2.14 \ autocfg-1.0.0 \ backtrace-0.3.46 \ backtrace-sys-0.1.35 \ base16-0.2.1 \ base64-0.11.0 \ better-panic-0.2.0 \ bitflags-1.2.1 \ blake2b_simd-0.5.10 \ byteorder-1.3.4 \ cc-1.0.50 \ cfg-if-0.1.10 \ clap-2.33.0 \ clicolors-control-1.0.1 \ cmake-0.1.42 \ color_quant-1.0.1 \ colored-1.9.3 \ console-0.9.2 \ console-0.10.0 \ constant_time_eq-0.1.5 \ core-foundation-0.6.4 \ core-foundation-0.7.0 \ core-foundation-sys-0.6.2 \ core-foundation-sys-0.7.0 \ core-graphics-0.17.3 \ core-graphics-0.19.0 \ core-text-13.3.2 \ core-text-15.0.0 \ crc32fast-1.2.0 \ crossbeam-deque-0.7.3 \ crossbeam-epoch-0.8.2 \ crossbeam-queue-0.2.1 \ crossbeam-utils-0.7.2 \ darling-0.10.2 \ darling_core-0.10.2 \ darling_macro-0.10.2 \ data-url-0.1.0 \ deflate-0.7.20 \ dirs-2.0.2 \ dirs-sys-0.3.4 \ dwrote-0.10.0 \ either-1.5.3 \ encode_unicode-0.3.6 \ enumset-0.4.5 \ enumset_derive-0.4.4 \ env_logger-0.7.1 \ euclid-0.20.10 \ expat-sys-2.1.6 \ flame-0.2.2 \ flate2-1.0.14 \ float-cmp-0.5.3 \ float-ord-0.2.0 \ flume-0.5.1 \ fnv-1.0.6 \ font-kit-0.6.0 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ freetype-0.4.1 \ getrandom-0.1.14 \ gif-0.10.3 \ gif-dispose-2.3.0 \ gifski-0.10.4 \ glob-0.3.0 \ harfbuzz-sys-0.3.4 \ harfbuzz_rs-1.0.1 \ hermit-abi-0.1.11 \ humantime-1.3.0 \ ident_case-1.0.1 \ imagequant-2.12.5 \ imagequant-sys-2.12.5 \ imgref-1.4.3 \ indicatif-0.14.0 \ inflate-0.4.5 \ itoa-0.4.5 \ jpeg-decoder-0.1.18 \ kernel32-sys-0.2.2 \ kurbo-0.5.11 \ lazy_static-0.2.11 \ lazy_static-1.4.0 \ libc-0.2.69 \ lodepng-2.5.0 \ log-0.4.8 \ lyon_geom-0.15.2 \ lzw-0.10.0 \ matches-0.1.8 \ maybe-uninit-2.0.0 \ memchr-2.3.3 \ memmap2-0.1.0 \ memoffset-0.5.4 \ miniz_oxide-0.3.6 \ natord-1.0.9 \ num-traits-0.2.11 \ num_cpus-1.13.0 \ number_prefix-0.3.0 \ numtoa-0.1.0 \ palette-0.5.0 \ palette_derive-0.5.0 \ pathfinder_geometry-0.5.1 \ pathfinder_simd-0.5.0 \ pbr-1.0.2 \ phf-0.8.0 \ phf_codegen-0.8.0 \ phf_generator-0.8.0 \ phf_shared-0.8.0 \ pkg-config-0.3.17 \ png-0.15.3 \ ppv-lite86-0.2.6 \ proc-macro2-1.0.10 \ quick-error-1.2.3 \ quote-1.0.3 \ rand-0.7.3 \ rand_chacha-0.2.2 \ rand_core-0.5.1 \ rand_hc-0.2.0 \ rand_pcg-0.2.1 \ raqote-0.7.14 \ rayon-1.3.0 \ rayon-core-1.7.0 \ rctree-0.3.3 \ redox_syscall-0.1.56 \ redox_termios-0.1.1 \ redox_users-0.3.4 \ regex-1.3.7 \ regex-syntax-0.6.17 \ resize-0.4.0 \ resvg-0.9.0 \ rgb-0.8.16 \ roxmltree-0.9.1 \ rust-argon2-0.7.0 \ rustc-demangle-0.1.16 \ rustc_version-0.2.3 \ ryu-1.0.3 \ same-file-1.0.6 \ scopeguard-1.1.0 \ semver-0.9.0 \ semver-parser-0.7.0 \ serde-1.0.106 \ serde_derive-1.0.106 \ serde_json-1.0.51 \ servo-fontconfig-0.4.0 \ servo-fontconfig-sys-4.0.9 \ servo-freetype-sys-4.0.5 \ simplecss-0.2.0 \ siphasher-0.2.3 \ siphasher-0.3.2 \ spin-0.5.2 \ strsim-0.8.0 \ strsim-0.9.3 \ svg-0.7.2 \ svgfilters-0.1.0 \ svgtypes-0.5.0 \ sw-composite-0.7.7 \ syn-1.0.17 \ term_size-0.3.1 \ termcolor-1.1.0 \ termion-1.5.5 \ termios-0.3.2 \ textwrap-0.11.0 \ thiserror-1.0.15 \ thiserror-impl-1.0.15 \ thread-id-3.3.0 \ thread_local-1.0.1 \ time-0.1.42 \ ttf-parser-0.3.0 \ typed-arena-2.0.1 \ unicode-bidi-0.3.4 \ unicode-script-0.5.0 \ unicode-vo-0.1.0 \ unicode-width-0.1.7 \ unicode-xid-0.2.0 \ usvg-0.9.0 \ utf8parse-0.2.0 \ vec_map-0.8.1 \ vt100-0.8.1 \ vte-0.6.0 \ vte_generate_state_changes-0.1.1 \ walkdir-2.3.1 \ wasi-0.9.0+wasi-snapshot-preview1 \ wild-2.0.2 \ winapi-0.2.8 \ winapi-0.3.8 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.4 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ wio-0.2.2 \ xmlparser-0.13.1 \ xmlwriter-0.1.0 PLIST_FILES= bin/cast2gif EXAMPLES_PLIST_FILES= \ ${EXAMPLESDIR}/example1.gif \ ${EXAMPLESDIR}/tutorial.gif PORTDOCS= README.md PORTEXAMPLES= doc/*.gif OPTIONS_DEFINE= DOCS EXAMPLES post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include Index: head/textproc/txt2man/Makefile =================================================================== --- head/textproc/txt2man/Makefile (revision 564844) +++ head/textproc/txt2man/Makefile (revision 564845) @@ -1,45 +1,45 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= txt2man DISTVERSIONPREFIX= txt2man- DISTVERSION= 1.7.1 CATEGORIES= textproc -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Converts flat ASCII text to man page format LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gawk:lang/gawk RUN_DEPENDS= gawk:lang/gawk USES= cpe gmake CPE_VENDOR= marc_vertes USE_GITHUB= yes GH_ACCOUNT= mvertes MAKE_ENV= prefix=${STAGEDIR}${PREFIX} NO_ARCH= yes PLIST_FILES= bin/bookman \ bin/src2man \ bin/txt2man \ share/man/man1/bookman.1.gz \ share/man/man1/src2man.1.gz \ share/man/man1/txt2man.1.gz PORTDOCS= Changelog README OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} 's,awk,gawk,' ${WRKSRC}/bookman ${WRKSRC}/src2man do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/Changelog ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/x11/xclip/Makefile =================================================================== --- head/x11/xclip/Makefile (revision 564844) +++ head/x11/xclip/Makefile (revision 564845) @@ -1,40 +1,40 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= xclip PORTVERSION= 0.13 CATEGORIES= x11 -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Interface to X selections ("the clipboard") from the command line LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= autoreconf gmake iconv xorg USE_GITHUB= yes GH_ACCOUNT= astrand USE_XORG= x11 xmu GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_header_X11_Xmu_Atoms_h=yes \ ac_cv_header_X11_Intrinsic_h=yes \ ac_cv_lib_Xmu_XmuClientWindow=yes PLIST_FILES= bin/xclip bin/xclip-copyfile bin/xclip-cutfile \ bin/xclip-pastefile \ man/man1/xclip.1.gz man/man1/xclip-copyfile.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 Index: head/x11-wm/aphelia/Makefile =================================================================== --- head/x11-wm/aphelia/Makefile (revision 564844) +++ head/x11-wm/aphelia/Makefile (revision 564845) @@ -1,34 +1,34 @@ # $FreeBSD$ PORTNAME= aphelia DISTVERSION= g20190913 CATEGORIES= x11-wm -MAINTAINER= ed.arrakis@gmail.com +MAINTAINER= eduardo@FreeBSD.org COMMENT= Light, single-file, minimalist window manager for X11 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= dmenu_run:x11/dmenu \ st:x11/sterm USES= xorg USE_GITHUB= yes GH_ACCOUNT= vardy GH_TAGNAME= 8b06c4c USE_XORG= x11 PLIST_FILES= bin/aphelia \ man/man1/aphelia.1.gz do-build: ${CC} ${CFLAGS} -I${LOCALBASE}/include ${WRKSRC}/aphelia.c \ ${LDFLAGS} -L${LOCALBASE}/lib -lX11 -o ${WRKSRC}/aphelia do-install: ${INSTALL_PROGRAM} ${WRKSRC}/aphelia ${STAGEDIR}${PREFIX}/bin/aphelia ${INSTALL_MAN} ${WRKSRC}/aphelia.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include