mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
*: Clean up some things
- Fix typos - Fix overwritten variables with focus on master/slave ports - Remove unreferenced variables - Sort categories - Remove redundant option descriptions - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
This commit is contained in:
parent
532de2c4c6
commit
ae22a7846a
@ -12,7 +12,7 @@ COMMENT= Fast, memory-efficient counting of k-mers in DNA
|
||||
LICENSE= BSD3CLAUSE GPLv3+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/LICENSE-BSD-3-Clause
|
||||
LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSE-GPL-3.0
|
||||
LICENSE_FILE_GPLv3+ = ${WRKSRC}/LICENSE-GPL-3.0
|
||||
|
||||
LIB_DEPENDS= libhts.so:biology/htslib
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= kicad
|
||||
DISTVERSION= r${GIT_P3D_DATE}
|
||||
#PORTREVISION= 1
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= https://gitlab.com/kicad/libraries/${PORTNAME}-packages3D/-/archive/${GL_COMMIT}/
|
||||
PKGNAMESUFFIX= -library-packages3d-devel
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
PORTNAME= qtel
|
||||
|
||||
MAINTAINER= hamradio@FreeBSD.org
|
||||
COMMENT= Qtel Echolink client
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
@ -8,7 +8,7 @@ CATEGORIES= comms hamradio
|
||||
MAINTAINER= hamradio@FreeBSD.org
|
||||
COMMENT?= General purpose ham radio voice services
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE?= GPLv2
|
||||
|
||||
LIB_DEPENDS?= libgsm.so:audio/gsm \
|
||||
libspeex.so:audio/speex \
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME?= cvstrac
|
||||
PORTVERSION= 2.0.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.cvstrac.org/
|
||||
DISTNAME= cvstrac-${PORTVERSION}
|
||||
|
@ -1,7 +1,6 @@
|
||||
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
||||
|
||||
PORTNAME= gittrac
|
||||
CATEGORIES= devel
|
||||
|
||||
COMMENT= Web-Based Bug And Patch-Set Tracking System For Git
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Created by: Shane Ambler <FreeBSD@Shaneware.biz>
|
||||
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 4
|
||||
PKGNAMESUFFIX= -tools
|
||||
|
||||
COMMENT= Game integrated development environment
|
||||
|
@ -3,7 +3,7 @@
|
||||
PORTNAME= godot
|
||||
DISTVERSION= 3.2.3
|
||||
DISTVERSIONSUFFIX= -stable
|
||||
PORTREVISION= 4
|
||||
PORTREVISION?= 4
|
||||
CATEGORIES= devel games
|
||||
|
||||
MAINTAINER= FreeBSD@Shaneware.biz
|
||||
|
@ -1,10 +1,7 @@
|
||||
PKGNAMESUFFIX= -doc
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT= Documentation of Jinja2 template engine
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../py-Jinja2
|
||||
|
@ -12,10 +12,9 @@ LICENSE= PD
|
||||
|
||||
TEST_DEPENDS= bash:shells/bash
|
||||
|
||||
USES= cmake cpe python:3.6+,test tar:xz
|
||||
USES= cmake cpe python:3.6+,test shebangfix tar:xz
|
||||
|
||||
TEST_TARGET= check
|
||||
TEST_USES= shebangfix
|
||||
SHEBANG_FILES= test/posix_captures/.run/__run.sh \
|
||||
test/posix_captures/.gen/__gen.sh \
|
||||
test/__run_unicode_tests.sh
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
PORTNAME= svntrac
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel
|
||||
|
||||
COMMENT= Web-Based Bug And Patch-Set Tracking System For Subversion
|
||||
|
||||
|
@ -109,7 +109,6 @@ OPTIONS_EXCLUDE= DNSTAP DOCS GEOIP LMDB \
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
CRYPTO_DESC= Choose which crypto engine to use
|
||||
DNSTAP_DESC= Provides fast passive logging of DNS messages
|
||||
FIXED_RRSET_DESC= Enable fixed rrset ordering
|
||||
GSSAPI_BASE_DESC= Using Heimdal in base
|
||||
|
@ -219,7 +219,7 @@
|
||||
SUBDIR += pico-alpine
|
||||
SUBDIR += picpas
|
||||
SUBDIR += pluma
|
||||
SUBDIR += pluma-plugins
|
||||
SUBDIR += pluma-plugins
|
||||
SUBDIR += poedit
|
||||
SUBDIR += poke
|
||||
SUBDIR += psgml
|
||||
|
@ -121,7 +121,6 @@ OPTIONS_DEFINE= COINMP CUPS DOCS GNOME GTK3 GTK4 JAVA KF5 LTO MMEDIA PGSQL MARIA
|
||||
OPTIONS_DEFAULT= CUPS JAVA MMEDIA QT5
|
||||
|
||||
COINMP_DESC= Enable CoinMP (deprecated) math solver
|
||||
GTK3_DESC= GTK+ 3 GUI toolkit support
|
||||
GTK4_DESC= GTK+ 4 GUI toolkit support
|
||||
JAVA_DESC= Add Java support (XML filters, macros, DB connections)
|
||||
KF5_DESC= KF5/Qt5 GUI toolkit support (implies QT5)
|
||||
|
@ -68,6 +68,5 @@ MAGICK_CMAKE_BOOL= USE_MAGICK
|
||||
QT5_USES= desktop-file-utils qt:5
|
||||
QT5_USE= qt=qmake_build,buildtools_build,core,gui,widgets,network,opengl,multimedia
|
||||
QT5_CMAKE_BOOL= BUILD_QT
|
||||
QT5_VARS= installs_icons=yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../nethack33
|
||||
|
||||
MAINTAINER= glewis@FreeBSD.org
|
||||
|
||||
PKGNAMESUFFIX= -nox11
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../nethack34
|
||||
|
||||
MAINTAINER= glewis@FreeBSD.org
|
||||
|
||||
PKGNAMESUFFIX= -nox11
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../nethack36
|
||||
|
||||
MAINTAINER= glewis@FreeBSD.org
|
||||
|
||||
PKGNAMESUFFIX= -nox11
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -41,7 +41,7 @@ OPTIONS_DEFAULT=WXGTK
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
WXGTK_USE= WX=2.8
|
||||
WXGTK_VARS= WX_COMP=wx:lib:build WX_CONFIG_ARGS=absolute
|
||||
WXGTK_VARS= WX_COMPS=wx WX_CONFIG_ARGS=absolute
|
||||
WXGTK_CONFIGURE_ENABLE= wxwidgets
|
||||
|
||||
pre-patch:
|
||||
|
@ -18,7 +18,7 @@ USES= cmake desktop-file-utils gettext-runtime gl gnome pkgconfig sdl
|
||||
USE_GL= gl
|
||||
USE_SDL= image2 mixer2 sdl2 ttf2
|
||||
|
||||
LICENSE_FILE_GPLv2+= ${WRKSRC}/COPYING
|
||||
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
|
||||
LICENSE_FILE_ETHYMONICS= ${WRKSRC}/share/music/README
|
||||
LICENSE_NAME_ETHYMONICS= Ethymonics Free Music License
|
||||
LICENSE_PERMS_ETHYMONICS= dist-mirror dist-sell pkg-mirror pkg-sell \
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../xnethack
|
||||
|
||||
MAINTAINER= fuz@fuz.su
|
||||
|
||||
PKGNAMESUFFIX= -nox11
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -457,8 +457,8 @@
|
||||
SUBDIR += libgphoto2
|
||||
SUBDIR += libgxps
|
||||
SUBDIR += libheif
|
||||
SUBDIR += libimg
|
||||
SUBDIR += libimagequant
|
||||
SUBDIR += libimg
|
||||
SUBDIR += libiptcdata
|
||||
SUBDIR += libjpeg-turbo
|
||||
SUBDIR += libjxl
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
PKGNAMESUFFIX= -lite
|
||||
|
||||
COMMENT= MATE multi-format document viewer
|
||||
|
||||
OPTIONS_EXCLUDE= CAJA DBUS
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../graphics/atril
|
||||
|
@ -3,10 +3,10 @@
|
||||
PORTNAME= openshadinglanguage
|
||||
DISTVERSIONPREFIX= Release-
|
||||
DISTVERSION= 1.11.15.0
|
||||
CATEGORIES= graphics devel
|
||||
CATEGORIES?= graphics devel
|
||||
|
||||
MAINTAINER= FreeBSD@Shaneware.biz
|
||||
COMMENT= Advanced shading language for production GI renderers
|
||||
COMMENT?= Advanced shading language for production GI renderers
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
@ -1,5 +1,4 @@
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -qt5
|
||||
|
||||
COMMENT= Qt 5 bindings to poppler
|
||||
|
||||
|
@ -20,8 +20,6 @@ GH_ACCOUNT= alexpevzner
|
||||
|
||||
MAKE_ARGS= CC=${CC} PKG_CONFIG=pkgconf
|
||||
|
||||
MANPAGES= sane-airscan.5 airscan-discover.1
|
||||
|
||||
post-install:
|
||||
@${MV} ${STAGEDIR}${PREFIX}/etc/sane.d/airscan.conf \
|
||||
${STAGEDIR}${PREFIX}/etc/sane.d/airscan.conf.sample
|
||||
|
@ -9,6 +9,4 @@ OPTIONS_SLAVE= M17N
|
||||
|
||||
PKGNAMESUFFIX= -m17n${PKGNAMESUFFIX2}
|
||||
|
||||
PORTREVISION= 1
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -38,7 +38,7 @@ PORTDOCS= *
|
||||
OPTIONS_DEFINE= CA_BUNDLE CANBERRA DBUS DOCS FISHLIM LUA PERL TEXTFE \
|
||||
SYSINFO
|
||||
|
||||
OPTIONS_DEFAULT= CA_BUNDLE CANBERRA DBUS NOTIFY PERL
|
||||
OPTIONS_DEFAULT= CA_BUNDLE CANBERRA DBUS PERL
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
@ -49,8 +49,6 @@ TEXTFE_DESC= Text frontend
|
||||
SYSINFO_DESC= Sysinfo plugin
|
||||
|
||||
CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
|
||||
CA_BUNDLE_VARS= CA_BUNDLE="${LOCALBASE}/share/certs/ca-root-nss.crt"
|
||||
CA_BUNDLE_VARS_OFF= CA_BUNDLE=NULL
|
||||
CANBERRA_LIB_DEPENDS= libcanberra.so:audio/libcanberra
|
||||
CANBERRA_MESON_ON= -Dlibcanberra=enabled
|
||||
CANBERRA_MESON_OFF= -Dlibcanberra=disabled
|
||||
@ -62,8 +60,6 @@ LUA_MESON_ON= -Dwith-lua=lua-${LUA_VER}
|
||||
LUA_MESON_OFF= -Dwith-lua=false
|
||||
LUA_USES= lua
|
||||
LUA_USE= GCC=any
|
||||
NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
|
||||
NOTIFY_MESON_TRUE= with-libnotify
|
||||
PERL_MESON_TRUE= with-perl
|
||||
PERL_USES= perl5
|
||||
TEXTFE_MESON_TRUE= text-frontend
|
||||
|
@ -4,7 +4,7 @@ PORTNAME= litehtml_viewer
|
||||
|
||||
COMMENT= Viewer plugin for HTML emails, using the litehtml library
|
||||
|
||||
USES+= compiler:c++11-lang
|
||||
USES+= compiler:c++11-lang gnome
|
||||
USE_GNOME= cairo glib20
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libgumbo.so:devel/gumbo \
|
||||
|
@ -23,7 +23,7 @@ OPTIONS_DEFINE= BLAS TEST
|
||||
OPTIONS_DEFAULT=BLAS
|
||||
|
||||
BLAS_DESC= Adds math dependencies
|
||||
BLAS_CMAKE_ARGS=-DBLAS_DIR:PATH="${LOCALBASE}"
|
||||
BLAS_CMAKE_ON= -DBLAS_DIR:PATH="${LOCALBASE}"
|
||||
BLAS_USES= blaslapack pkgconfig
|
||||
|
||||
TEST_CMAKE_ON= EIGEN_TEST_CUDA EIGEN_TEST_CUDA_CLANG
|
||||
|
@ -35,7 +35,7 @@ FFTW_SUFX= s
|
||||
PKGNAMESUFFIX= -float
|
||||
.else
|
||||
USES+= makeinfo
|
||||
FFTW_SUFIX=
|
||||
FFTW_SUFX=
|
||||
INFO= fftw
|
||||
.endif
|
||||
|
||||
|
@ -20,7 +20,7 @@ DIST_SUBDIR= lapack-${PORTVERSION}
|
||||
MAINTAINER?= fortran@FreeBSD.org
|
||||
COMMENT?= Linear Algebra PACKage
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE?= BSD3CLAUSE
|
||||
|
||||
USES= cmake:testing fortran
|
||||
WRKSRC= ${WRKDIR}/lapack-${PORTVERSION}
|
||||
|
@ -15,7 +15,6 @@ RUN_DEPENDS= perl-amanda:misc/amanda-perl-wrapper
|
||||
BUILD_DEPENDS= perl-amanda:misc/amanda-perl-wrapper
|
||||
|
||||
WRKSRC= ${WRKDIR}/amanda-${PORTVERSION}
|
||||
SLAVEDIRS= misc/amanda-client
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
@ -33,7 +32,6 @@ CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \
|
||||
--with-ssh-security \
|
||||
--disable-installperms --with-security-file=${ETCDIR}/amanda-security.conf
|
||||
CONFIGURE_ENV= PERL=${LOCALBASE}/bin/perl-amanda
|
||||
PKG_MESSAGE= ${WRKDIR}/pkg-message
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST= PORTSDIR=${PORTSDIR}
|
||||
|
||||
|
@ -53,7 +53,6 @@ GH_ACCOUNT= telegramdesktop
|
||||
GH_PROJECT= tdesktop
|
||||
USE_GL= gl
|
||||
USE_GNOME= glib20 glibmm gtk30
|
||||
INSTALLS_ICONS= yes
|
||||
USE_QT= core dbus gui imageformats network widgets buildtools_build \
|
||||
qmake_build wayland svg
|
||||
USE_XORG= x11 xcb xcomposite xdamage xext xfixes xrender xrandr xtst
|
||||
|
@ -277,10 +277,10 @@
|
||||
SUBDIR += pandorafms_server
|
||||
SUBDIR += percona-monitoring-plugins
|
||||
SUBDIR += pftabled
|
||||
SUBDIR += php-fpm_exporter
|
||||
SUBDIR += php73-snmp
|
||||
SUBDIR += php74-snmp
|
||||
SUBDIR += php80-snmp
|
||||
SUBDIR += php-fpm_exporter
|
||||
SUBDIR += phpfpm_exporter
|
||||
SUBDIR += phpipam
|
||||
SUBDIR += phpweathermap
|
||||
|
@ -1,4 +1,3 @@
|
||||
PORTNAME= chrony
|
||||
PKGNAMESUFFIX= -lite
|
||||
|
||||
MAINTAINER= decke@FreeBSD.org
|
||||
|
@ -1,7 +1,6 @@
|
||||
# Created by: Bill Fumerola <billf@mu.org>
|
||||
|
||||
PORTNAME= tshark
|
||||
CATEGORIES= net
|
||||
|
||||
CONFLICTS_INSTALL?= tshark-lite-[0-9]* wireshark-lite-[0-9]* wireshark-[0-9]*
|
||||
|
||||
|
@ -1,7 +1,3 @@
|
||||
CATEGORIES= news
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../suck
|
||||
|
||||
OPTIONS_DEFAULT= SSL CNEWS
|
||||
|
@ -3,7 +3,6 @@
|
||||
PORTREVISION= 1
|
||||
PKGNAMEPREFIX= gimp-
|
||||
|
||||
MAINTAINER= cmt@FreeBSD.org
|
||||
COMMENT= Gimp print plug-in
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../print/gutenprint
|
||||
|
@ -7,7 +7,7 @@ CATEGORIES= print
|
||||
MASTER_SITES= SF/gimp-print/gutenprint-5.3/${PORTVERSION}
|
||||
|
||||
MAINTAINER= cmt@FreeBSD.org
|
||||
COMMENT= Gutenprint Printer Drivers
|
||||
COMMENT?= Gutenprint Printer Drivers
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
@ -2,8 +2,6 @@
|
||||
|
||||
PKGNAMESUFFIX= -perl
|
||||
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../pdflib
|
||||
|
||||
OPTIONS_DEFAULT=PERL
|
||||
|
@ -3,8 +3,6 @@ PKGNAMESUFFIX= -openmpi
|
||||
|
||||
MPIPREFIX= mpi/openmpi/
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS+= libmpi.so:net/openmpi
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../fvcom
|
||||
|
@ -6,7 +6,7 @@ CATEGORIES= science math
|
||||
MASTER_SITES= http://www.csie.ntu.edu.tw/~cjlin/libsvm/ \
|
||||
http://www.csie.ntu.edu.tw/~cjlin/libsvm/oldfiles/
|
||||
|
||||
MAINTAINER= iblis@hs.ntnu.edu.tw
|
||||
MAINTAINER?= iblis@hs.ntnu.edu.tw
|
||||
COMMENT= Library for Support Vector Machines
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
@ -1,7 +1,6 @@
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -${SLAVEPORT}
|
||||
|
||||
MAINTAINER= jhale@FreeBSD.org
|
||||
COMMENT= Gpgme C++ bindings
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../security/gpgme
|
||||
|
@ -1,7 +1,6 @@
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -${SLAVEPORT}
|
||||
|
||||
MAINTAINER= jhale@FreeBSD.org
|
||||
COMMENT= Gpgme Qt5 bindings
|
||||
|
||||
LICENSE= GPLv2+
|
||||
|
@ -23,8 +23,6 @@ CFLAGS+= -fcommon
|
||||
|
||||
CONFLICTS?= cdrtools-[0-9]* cjk-cdrtools-[0-9]* cdrtools-devel-[0-9]*
|
||||
|
||||
SLAVEDIRS= sysutils/genisoimage
|
||||
|
||||
PLIST_SUB?= CDRKIT="" GENISOIMAGE="@comment "
|
||||
|
||||
post-patch:
|
||||
|
@ -13,8 +13,6 @@ CONFLICTS= # nada
|
||||
|
||||
PLIST_SUB= CDRKIT="@comment " GENISOIMAGE=""
|
||||
|
||||
SLAVE_PORT= cdrkit
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../cdrkit
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -4,8 +4,6 @@ PKGNAMESUFFIX= -cgi
|
||||
|
||||
COMMENT= MooseFS CGI interface
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
MFS_COMPONENT= cgi
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../moosefs2-master
|
||||
|
@ -4,8 +4,6 @@ PKGNAMESUFFIX= -cgiserv
|
||||
|
||||
COMMENT= MooseFS CGI webserver
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
MFS_COMPONENT= cgiserv
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../moosefs2-master
|
||||
|
@ -4,8 +4,6 @@ PKGNAMESUFFIX= -chunkserver
|
||||
|
||||
COMMENT= MooseFS data storage and synchronization component
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
MFS_COMPONENT= chunkserver
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../moosefs2-master
|
||||
|
@ -4,8 +4,6 @@ PKGNAMESUFFIX= -cli
|
||||
|
||||
COMMENT= MooseFS command line interface
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
MFS_COMPONENT= cli
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../moosefs2-master
|
||||
|
@ -4,8 +4,6 @@ PKGNAMESUFFIX= -client
|
||||
|
||||
COMMENT= MooseFS client tools
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
MFS_COMPONENT= client
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../moosefs2-master
|
||||
|
@ -4,8 +4,6 @@ PKGNAMESUFFIX= -metalogger
|
||||
|
||||
COMMENT= MooseFS metadata backup server
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
MFS_COMPONENT= metalogger
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../moosefs2-master
|
||||
|
@ -4,8 +4,6 @@ PKGNAMESUFFIX= -netdump
|
||||
|
||||
COMMENT= MooseFS network packet dump utility
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
MFS_COMPONENT= netdump
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../moosefs2-master
|
||||
|
@ -4,8 +4,6 @@ PKGNAMESUFFIX= -cgi
|
||||
|
||||
COMMENT= MooseFS CGI interface
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
MFS_COMPONENT= cgi
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../moosefs3-master
|
||||
|
@ -4,8 +4,6 @@ PKGNAMESUFFIX= -cgiserv
|
||||
|
||||
COMMENT= MooseFS CGI webserver
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
MFS_COMPONENT= cgiserv
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../moosefs3-master
|
||||
|
@ -4,8 +4,6 @@ PKGNAMESUFFIX= -chunkserver
|
||||
|
||||
COMMENT= MooseFS data storage and synchronization component
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
MFS_COMPONENT= chunkserver
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../moosefs3-master
|
||||
|
@ -4,8 +4,6 @@ PKGNAMESUFFIX= -cli
|
||||
|
||||
COMMENT= MooseFS command line interface
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
MFS_COMPONENT= cli
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../moosefs3-master
|
||||
|
@ -4,8 +4,6 @@ PKGNAMESUFFIX= -client
|
||||
|
||||
COMMENT= MooseFS client tools
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
MFS_COMPONENT= client
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../moosefs3-master
|
||||
|
@ -4,8 +4,6 @@ PKGNAMESUFFIX= -metalogger
|
||||
|
||||
COMMENT= MooseFS metadata backup server
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
MFS_COMPONENT= metalogger
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../moosefs3-master
|
||||
|
@ -4,8 +4,6 @@ PKGNAMESUFFIX= -netdump
|
||||
|
||||
COMMENT= MooseFS network packet dump utility
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
MFS_COMPONENT= netdump
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../moosefs3-master
|
||||
|
@ -4,7 +4,7 @@ DISTVERSION= 4.16.0-1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= hselasky@FreeBSD.org
|
||||
COMMENT= Firmware Burning and Diagnostics Tools for Mellanox devices
|
||||
COMMENT?= Firmware Burning and Diagnostics Tools for Mellanox devices
|
||||
|
||||
LICENSE= BSD2CLAUSE GPLv2
|
||||
LICENSE_COMB= dual
|
||||
|
@ -37,7 +37,7 @@ MAKE_ENV= NO_QR=yes
|
||||
GH_ACCOUNT= pwsafe
|
||||
GH_PROJECT= ${GH_ACCOUNT}
|
||||
|
||||
WX_COMP= wx
|
||||
WX_COMPS= wx
|
||||
WANT_WX_VER= 3.0
|
||||
|
||||
LDFLAGS= -L${PREFIX}/lib -lqrencode
|
||||
|
@ -3,6 +3,7 @@
|
||||
PORTNAME= pdsh
|
||||
PORTVERSION= 2.34
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= i@levsha.me
|
||||
@ -12,7 +13,7 @@ LICENSE= GPLv2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
# :keepla because port uses lt_dlopen
|
||||
USES= autoreconf gmake libtool:keepla shebangfix
|
||||
USES= autoreconf gmake libtool:keepla perl5 shebangfix
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= chaos
|
||||
USE_PERL5= run
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= sarg
|
||||
PORTVERSION= 2.4.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
@ -37,7 +37,7 @@ PHP_CONFIGURE_ON= --enable-sargphp="${ETCDIR}"
|
||||
PHP_CONFIGURE_OFF= --disable-sargphp
|
||||
PCRE_CONFIGURE_WITH= pcre
|
||||
PCRE_LIB_DEPENDS= libpcre.so:devel/pcre
|
||||
LDAP_USE= USE_OPENLDAP=yes
|
||||
LDAP_USE= OPENLDAP=yes
|
||||
LDAP_CONFIGURE_WITH= ldap
|
||||
ICONV_USES= iconv
|
||||
ICONV_CONFIGURE_WITH= iconv
|
||||
|
@ -1,7 +1,5 @@
|
||||
PKGNAMESUFFIX= -activesync
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
|
||||
CONFLICTS= sogo[2-4]-[0-9]* sogo[2-4]-activesync-[0-9]*
|
||||
|
||||
OPTIONS_SLAVE= ACTIVESYNC MFA
|
||||
|
@ -1,7 +1,5 @@
|
||||
PKGNAMESUFFIX= -activesync
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
|
||||
CONFLICTS= sogo[2-4]-[0-9]* sogo[3-4]-activesync-[0-9]*
|
||||
|
||||
OPTIONS_SLAVE= ACTIVESYNC
|
||||
|
@ -67,8 +67,6 @@ CMAKE_OFF_powerpc= ENABLE_JIT
|
||||
CMAKE_OFF_powerpc64= ENABLE_JIT
|
||||
INSTALL_TARGET= install
|
||||
|
||||
BROWSER_PLUGINS_DIR?= ${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk3
|
||||
|
||||
OPTIONS_DEFINE= DEBUG GEOIP GSTREAMER WAYLAND
|
||||
OPTIONS_DEFAULT= GEOIP GSTREAMER WAYLAND
|
||||
OPTIONS_SUB= yes
|
||||
|
@ -152,11 +152,11 @@
|
||||
SUBDIR += sawfish-themes
|
||||
SUBDIR += sddm-freebsd-black-theme
|
||||
SUBDIR += sierra-gtk-themes
|
||||
SUBDIR += skeuos-gtk-themes
|
||||
SUBDIR += slim-freebsd-black-theme
|
||||
SUBDIR += slim-freebsd-dark-theme
|
||||
SUBDIR += slim-freebsd-themes
|
||||
SUBDIR += slim-themes
|
||||
SUBDIR += skeuos-gtk-themes
|
||||
SUBDIR += thewidgetfactory
|
||||
SUBDIR += wallpapers-freebsd-kde
|
||||
SUBDIR += xcursor-themes
|
||||
|
@ -11,7 +11,7 @@ MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= GNOME Symbolic Icons
|
||||
|
||||
LICENSE= CC-BY-SA-3.0
|
||||
LICENSE_FILES= ${WRKSRC}/COPYING
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= icon-naming-utils>=0.8.7:x11-themes/icon-naming-utils
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user