mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value is used. This did not happen before where the children were either a) just using the pkg-descr from the parents b) or had their own separate pkg-descr with custom WWW Use WWW?= in parents when the child's WWW is different. Children that use the same WWW as the parent can just inherit it, i.e., the child WWW can be removed. Approved by: portmgr (implicit)
This commit is contained in:
parent
e65ab5a12d
commit
e79fe1aabc
195 changed files with 20 additions and 204 deletions
|
@ -7,7 +7,7 @@ DIST_SUBDIR= festival
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT?= CMU US English female voice for festival
|
||||
WWW= http://festvox.org/cmu_arctic/dbs_slt.html
|
||||
WWW?= http://festvox.org/cmu_arctic/dbs_slt.html
|
||||
|
||||
LICENSE= MIT-variant
|
||||
LICENSE_NAME= MIT License (CMU variant)
|
||||
|
|
|
@ -2,7 +2,6 @@ PKGNAMESUFFIX= -emacs
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Emacs interface for TiMidity++
|
||||
WWW= http://timidity.sourceforge.net/
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../audio/timidity++
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ PKGNAMESUFFIX= -gtk
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Gtk interface for TiMidity++
|
||||
WWW= http://timidity.sourceforge.net/
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../audio/timidity++
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ PKGNAMESUFFIX= -motif
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Motif interface for TiMidity++
|
||||
WWW= http://timidity.sourceforge.net/
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../audio/timidity++
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ PKGNAMESUFFIX= -slang
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Slang interface for TiMidity++
|
||||
WWW= http://timidity.sourceforge.net/
|
||||
|
||||
CONFLICTS_INSTALL= ja-timidity++-slang # lib/timidity/if_slang.so
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ PKGNAMESUFFIX= -xaw
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Xaw interface for TiMidity++
|
||||
WWW= http://timidity.sourceforge.net/
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ PKGNAMESUFFIX= -xskin
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= X11AMP skin interface for TiMidity++
|
||||
WWW= http://timidity.sourceforge.net/
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ CATEGORIES= chinese
|
|||
PKGNAMESUFFIX= -lib
|
||||
|
||||
COMMENT= Japanese/Chinese/Korean input method (Chinese client libraries)
|
||||
WWW= http://www.freewnn.org/
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../japanese/FreeWnn-lib
|
||||
PKGDIR= ${.CURDIR}
|
||||
|
|
|
@ -2,7 +2,6 @@ CATEGORIES= chinese
|
|||
PKGNAMESUFFIX= -server
|
||||
|
||||
COMMENT= Japanese/Chinese/Korean input method (Chinese server)
|
||||
WWW= http://www.freewnn.org/
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../japanese/FreeWnn-server
|
||||
PKGDIR= ${.CURDIR}
|
||||
|
|
|
@ -4,7 +4,6 @@ MASTERDIR= ${.CURDIR}/../../x11/eterm
|
|||
|
||||
MAINTAINER= enlightenment@FreeBSD.org
|
||||
COMMENT= X11 terminal emulator based on rxvt/xterm that supports traditional Chinese (Big5)
|
||||
WWW= http://www.eterm.org/
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-configure
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= qtel
|
||||
|
||||
COMMENT= Qtel Echolink client
|
||||
WWW= https://www.svxlink.org/
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
||||
|
|
|
@ -10,7 +10,7 @@ DISTNAME= unixcw_${PORTVERSION}.orig
|
|||
|
||||
MAINTAINER= hamradio@FreeBSD.org
|
||||
COMMENT?= Libs for cw on unix
|
||||
WWW= http://unixcw.sourceforge.net/
|
||||
WWW?= http://unixcw.sourceforge.net/
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
|
|
@ -11,7 +11,7 @@ DISTFILES= percona-server-${DISTVERSION}${EXTRACT_SUFX}:percona \
|
|||
|
||||
MAINTAINER= fluffy@FreeBSD.org
|
||||
COMMENT?= Multithreaded SQL database (server)
|
||||
WWW= https://www.percona.com/software/percona-server
|
||||
WWW?= https://www.percona.com/software/percona-server
|
||||
|
||||
LICENSE?= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
|
|
@ -4,7 +4,6 @@ CATEGORIES= databases
|
|||
|
||||
MAINTAINER= pgsql@FreeBSD.org
|
||||
COMMENT= The contrib utilities from the PostgreSQL distribution
|
||||
WWW= https://www.postgresql.org/
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../postgresql10-server
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ DISTVERSION?= 10.22
|
|||
PORTREVISION?= 0
|
||||
|
||||
MAINTAINER?= pgsql@FreeBSD.org
|
||||
WWW= https://www.postgresql.org/
|
||||
|
||||
INSTALL_DIRS?= src/common src/timezone src/backend \
|
||||
src/backend/utils/mb/conversion_procs \
|
||||
|
|
|
@ -4,7 +4,6 @@ CATEGORIES= databases
|
|||
|
||||
MAINTAINER= pgsql@FreeBSD.org
|
||||
COMMENT= The contrib utilities from the PostgreSQL distribution
|
||||
WWW= https://www.postgresql.org/
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../postgresql11-server
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ DISTVERSION?= 11.17
|
|||
PORTREVISION?= 0
|
||||
|
||||
MAINTAINER?= pgsql@FreeBSD.org
|
||||
WWW= https://www.postgresql.org/
|
||||
|
||||
INSTALL_DIRS?= src/common src/timezone src/backend \
|
||||
src/backend/utils/mb/conversion_procs \
|
||||
|
|
|
@ -4,7 +4,6 @@ CATEGORIES= databases
|
|||
|
||||
MAINTAINER= pgsql@FreeBSD.org
|
||||
COMMENT= The contrib utilities from the PostgreSQL distribution
|
||||
WWW= https://www.postgresql.org/
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../postgresql12-server
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ DISTVERSION?= 12.12
|
|||
PORTREVISION?= 0
|
||||
|
||||
MAINTAINER?= pgsql@FreeBSD.org
|
||||
WWW= https://www.postgresql.org/
|
||||
|
||||
INSTALL_DIRS?= src/common src/timezone src/backend \
|
||||
src/backend/utils/mb/conversion_procs \
|
||||
|
|
|
@ -4,7 +4,6 @@ CATEGORIES= databases
|
|||
|
||||
MAINTAINER= pgsql@FreeBSD.org
|
||||
COMMENT= The contrib utilities from the PostgreSQL distribution
|
||||
WWW= https://www.postgresql.org/
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../postgresql13-server
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ DISTVERSION?= 13.8
|
|||
PORTREVISION?= 0
|
||||
|
||||
MAINTAINER?= pgsql@FreeBSD.org
|
||||
WWW= https://www.postgresql.org/
|
||||
|
||||
INSTALL_DIRS?= src/common src/timezone src/backend \
|
||||
src/backend/utils/mb/conversion_procs \
|
||||
|
|
|
@ -4,7 +4,6 @@ CATEGORIES= databases
|
|||
|
||||
MAINTAINER= pgsql@FreeBSD.org
|
||||
COMMENT= The contrib utilities from the PostgreSQL distribution
|
||||
WWW= https://www.postgresql.org/
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../postgresql14-server
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ DISTVERSION?= 14.5
|
|||
PORTREVISION?= 0
|
||||
|
||||
MAINTAINER?= pgsql@FreeBSD.org
|
||||
WWW= https://www.postgresql.org/
|
||||
|
||||
INSTALL_DIRS?= src/common src/timezone src/backend \
|
||||
src/backend/utils/mb/conversion_procs \
|
||||
|
|
|
@ -4,7 +4,6 @@ CATEGORIES= databases
|
|||
|
||||
MAINTAINER= pgsql@FreeBSD.org
|
||||
COMMENT= The contrib utilities from the PostgreSQL distribution
|
||||
WWW= https://www.postgresql.org/
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../postgresql15-server
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ PKGNAMESUFFIX= ${SLAVE_PKGNAMESUFFIX}${PHP_PKGNAMESUFFIX}
|
|||
|
||||
MAINTAINER= grembo@FreeBSD.org
|
||||
COMMENT?= Libraries for the command line interface for Phabricator
|
||||
WWW= https://secure.phabricator.com/book/arcanist/
|
||||
WWW?= https://secure.phabricator.com/book/arcanist/
|
||||
|
||||
SLAVEPORT?= lib
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
COMMENT= Garbage collection and memory leak detection for C and C++ with threading support
|
||||
WWW= https://www.hboehm.info/gc/
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../boehm-gc
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
|
|
|
@ -3,7 +3,6 @@ CATEGORIES?= devel print
|
|||
PKGNAMESUFFIX= -lx
|
||||
|
||||
COMMENT= ICU Paragraph Layout API
|
||||
WWW= http://site.icu-project.org/
|
||||
|
||||
LIB_DEPENDS= libicuuc.so:devel/icu \
|
||||
libicu-le-hb.so:devel/icu-le-hb
|
||||
|
|
|
@ -6,7 +6,7 @@ PKGNAMESUFFIX= ${LLVM_SUFFIX}
|
|||
|
||||
MAINTAINER= brooks@FreeBSD.org
|
||||
COMMENT?= LLVM and Clang with support for the CHERI architecture
|
||||
WWW= https://cheri-cpu.org
|
||||
WWW?= https://cheri-cpu.org
|
||||
|
||||
LICENSE_DIR= ${WRKSRC}/llvm
|
||||
.include "${.PARSEDIR}/../llvm-devel/Makefile.LICENSE"
|
||||
|
|
|
@ -3,7 +3,6 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
|
|||
|
||||
MAINTAINER= grembo@FreeBSD.org
|
||||
COMMENT= Ice (Internet Communications Engine) language mapping for PHP
|
||||
WWW= http://www.zeroc.com/
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ PKGNAMESUFFIX?=
|
|||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
COMMENT?= Fast and easy to use stand-alone template engine
|
||||
WWW= http://jinja.pocoo.org/
|
||||
WWW?= http://jinja.pocoo.org/
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
|
||||
|
|
|
@ -2,7 +2,6 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
PKGNAMESUFFIX=
|
||||
|
||||
COMMENT= Python bindings for the D-BUS messaging system
|
||||
WWW= https://dbus.freedesktop.org/doc/dbus-python/
|
||||
|
||||
SLAVE_PORT= python
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
|
||||
MAINTAINER= grembo@FreeBSD.org
|
||||
COMMENT= Ice (Internet Communications Engine) language mapping for Python
|
||||
WWW= http://www.zeroc.com/
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
|
||||
MAINTAINER= grembo@FreeBSD.org
|
||||
COMMENT= Ice (Internet Communications Engine) language mapping for Python
|
||||
WWW= http://www.zeroc.com/
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ GCC_TARGET= riscv32-unknown-elf
|
|||
PLIST= ${.CURDIR}/pkg-plist
|
||||
DISTINFO_FILE= ${.CURDIR}/distinfo
|
||||
COMMENT= GNU Compiler Collection for bare metal riscv32 cross-development
|
||||
WWW= https://gcc.gnu.org/
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../aarch64-none-elf-gcc
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ GCC_TARGET= riscv64-none-elf
|
|||
PLIST= ${.CURDIR}/pkg-plist
|
||||
DISTINFO_FILE= ${.CURDIR}/distinfo
|
||||
COMMENT= GNU Compiler Collection for bare metal riscv64 cross-development
|
||||
WWW= https://gcc.gnu.org/
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../aarch64-none-elf-gcc
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# Define PORTREVISION in ${MASTERDIR}
|
||||
WWW= https://www.isc.org/bind/
|
||||
|
||||
.ifdef BIND_TOOLS_DEVEL
|
||||
MASTERDIR= ${.CURDIR}/../../dns/bind9-devel
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# Define PORTREVISION in ${MASTERDIR}
|
||||
COMMENT= Knot3 lib (required by knot-resolver)
|
||||
WWW= https://www.knot-dns.cz/
|
||||
PKGNAMESUFFIX= 3-lib
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../knot3
|
||||
|
|
|
@ -5,7 +5,7 @@ CATEGORIES= emulators
|
|||
|
||||
MAINTAINER= manu@FreeBSD.org
|
||||
COMMENT= Multi Arcade Machine Emulator
|
||||
WWW= https://mamedev.org/
|
||||
WWW?= https://mamedev.org/
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ DISTNAME= proftpd-${PROFTPD_VERSION}
|
|||
|
||||
MAINTAINER?= mm@FreeBSD.org
|
||||
COMMENT?= Highly configurable FTP daemon
|
||||
WWW= http://www.proftpd.org/
|
||||
WWW?= http://www.proftpd.org/
|
||||
|
||||
LICENSE?= GPLv2
|
||||
LICENSE_FILE?= ${WRKSRC}/COPYING
|
||||
|
|
|
@ -8,7 +8,7 @@ EXTRACT_SUFX?= .zip
|
|||
|
||||
MAINTAINER?= ports@FreeBSD.org
|
||||
COMMENT?= Cleaned-up and enhanced version of Quake 3
|
||||
WWW= https://ioquake3.org/
|
||||
WWW?= https://ioquake3.org/
|
||||
|
||||
LICENSE?= GPLv2
|
||||
LICENSE_FILE?= ${WRKSRC}/COPYING.txt
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
PKGNAMESUFFIX= -1byte
|
||||
|
||||
COMMENT= ONScripter with ${ENGLISH_DESC:tl} support
|
||||
WWW= https://onscripter.osdn.jp/onscripter.html
|
||||
|
||||
PLIST_FILES= bin/${PKGBASE}
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= qwdtools
|
||||
CATEGORIES= games converters
|
||||
COMMENT= Convert QuakeWorld demos from QWD format to MVD format
|
||||
WWW= https://github.com/deurk/mvdsv
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
PKGMESSAGE= /nonexistent
|
||||
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
PORTREVISION= 2
|
||||
PKGNAMESUFFIX= -lite
|
||||
|
||||
WWW= https://mate-desktop.org/
|
||||
|
||||
OPTIONS_EXCLUDE= CAJA DBUS
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../graphics/atril
|
||||
|
|
|
@ -7,7 +7,7 @@ DISTNAME= lib${PORTNAME}-${DISTVERSION}
|
|||
|
||||
MAINTAINER= desktop@FreeBSD.org
|
||||
COMMENT?= SIMD-accelerated JPEG codec which replaces libjpeg
|
||||
WWW= https://libjpeg-turbo.org/
|
||||
WWW?= https://libjpeg-turbo.org/
|
||||
|
||||
LICENSE= BSD3CLAUSE IJG ZLIB
|
||||
LICENSE_COMB= multi
|
||||
|
|
|
@ -7,7 +7,6 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|||
|
||||
MAINTAINER= nobutaka@FreeBSD.org
|
||||
COMMENT= Dictionary for C/Migemo Japanese incremental search tool
|
||||
WWW= https://www.kaoriya.net/software/cmigemo
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ MASTERDIR= ${.CURDIR}/../../x11/eterm
|
|||
|
||||
MAINTAINER= nobutaka@FreeBSD.org
|
||||
COMMENT= X11 terminal emulator based on rxvt/xterm that supports Japanese
|
||||
WWW= http://www.eterm.org/
|
||||
|
||||
EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-configure \
|
||||
${.CURDIR}/files/extra-patch-src_command.c \
|
||||
|
|
|
@ -2,7 +2,6 @@ PKGNAMESUFFIX= -canna
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Lightweight Emacs-clone with Japanese and Canna support
|
||||
WWW= http://tt.sakura.ne.jp/~amura/ng/
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../ng
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= CDB jisyo (dictionary) files for the SKK Japanese-input software
|
||||
WWW= http://openlab.jp/skk/
|
||||
|
||||
WITH_SKKJISYO_CDB= yes
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ CATEGORIES= japanese
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Slang interface for TiMidity++ with Japanese support
|
||||
WWW= http://timidity.sourceforge.net/
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../audio/timidity++
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ PKGNAMESUFFIX= -anthy
|
|||
.endif
|
||||
|
||||
COMMENT= Uim plugin using Anthy input method
|
||||
WWW= https://github.com/uim/uim
|
||||
|
||||
.if !defined(WITHOUT_X11)
|
||||
USE_GNOME= cairo gdkpixbuf2 gtk30
|
||||
|
|
|
@ -3,7 +3,6 @@ PKGNAMESUFFIX= -img
|
|||
|
||||
MAINTAINER= nobutaka@FreeBSD.org
|
||||
COMMENT= Pager/text-based WWW browser with Japanese and inline image support
|
||||
WWW= http://w3m.sourceforge.net/
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../www/w3m
|
||||
PKGDIR= ${.CURDIR}
|
||||
|
|
|
@ -2,7 +2,6 @@ CATEGORIES= japanese
|
|||
|
||||
MAINTAINER= nobutaka@FreeBSD.org
|
||||
COMMENT= Pager/text-based WWW browser with Japanese support
|
||||
WWW= http://w3m.sourceforge.net/
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../www/w3m
|
||||
PKGDIR= ${.CURDIR}
|
||||
|
|
|
@ -2,7 +2,6 @@ CATEGORIES= korean
|
|||
PKGNAMESUFFIX= -lib
|
||||
|
||||
COMMENT= Japanese/Chinese/Korean input method (Korean client libraries)
|
||||
WWW= http://www.freewnn.org/
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../japanese/FreeWnn-lib
|
||||
PKGDIR= ${.CURDIR}
|
||||
|
|
|
@ -2,7 +2,6 @@ CATEGORIES= korean
|
|||
PKGNAMESUFFIX= -server
|
||||
|
||||
COMMENT= Japanese/Chinese/Korean input method (Korean server)
|
||||
WWW= http://www.freewnn.org/
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../../japanese/FreeWnn-server
|
||||
PKGDIR= ${.CURDIR}
|
||||
|
|
|
@ -4,7 +4,6 @@ PKGNAMESUFFIX= -aarch64
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Infrastructure for C/Ada FreeBSD cross-compiler (aarch64)
|
||||
WWW= http://www.dragonlace.net
|
||||
|
||||
BRANCH2= # Assume aarch64 will always be only CPU for FreeBSD/ARM64
|
||||
XCCTARGET= aarch64-aux-freebsd11.3
|
||||
|
|
|
@ -3,7 +3,6 @@ PKGNAMESUFFIX= -x86
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Infrastructure for C/Ada Android cross-compiler (x86)
|
||||
WWW= http://www.dragonlace.net
|
||||
|
||||
BRANCH2= x86_32
|
||||
XCCTARGET= i686-aux-linux-android
|
||||
|
|
|
@ -5,7 +5,7 @@ MASTER_SITES= https://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}${EXTRACT_SUFX
|
|||
|
||||
MAINTAINER= mbeis@xs4all.nl
|
||||
COMMENT?= Mail and news client descended from Pine
|
||||
WWW= https://alpineapp.email/
|
||||
WWW?= https://alpineapp.email/
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
PKGNAMESUFFIX= -monitor
|
||||
|
||||
COMMENT= The Exim monitor for the Exim MTA
|
||||
WWW= https://www.exim.org/
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../exim
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ DISTNAME= fetchmail-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
|||
|
||||
MAINTAINER= chalpin@cs.wisc.edu
|
||||
COMMENT= Python-based GUI to configure fetchmail
|
||||
WWW= https://www.fetchmail.info/
|
||||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ PKGNAMESUFFIX= 26-sharp
|
|||
|
||||
MAINTAINER= mono@FreeBSD.org
|
||||
COMMENT= Mono bindings for gmime
|
||||
WWW= http://spruce.sourceforge.net/gmime/
|
||||
|
||||
LIB_DEPENDS= libgmime-2.6.so:mail/gmime26
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ MASTER_SITES= https://notmuchmail.org/releases/
|
|||
|
||||
MAINTAINER= jrm@FreeBSD.org
|
||||
COMMENT?= Thread-based email index, search and tagging application
|
||||
WWW= https://notmuchmail.org/
|
||||
WWW?= https://notmuchmail.org/
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/${WRKSRC_SUBDIR:C/[^\/]+/../g}/COPYING-GPL-3
|
||||
|
|
|
@ -2,7 +2,6 @@ CATEGORIES= mail python
|
|||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
COMMENT= Python interface for the Notmuch email search and tagging library
|
||||
WWW= https://notmuchmail.org/
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
|
|
|
@ -3,7 +3,6 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
PKGNAMESUFFIX= 0
|
||||
|
||||
COMMENT= Pythonic bindings for the notmuch mail database using CFFI
|
||||
WWW= https://notmuchmail.org/
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ EXTRACT_ONLY?= ${DISTNAME}${EXTRACT_SUFX}
|
|||
|
||||
MAINTAINER?= erdgeist@erdgeist.org
|
||||
COMMENT?= Secure, reliable, efficient, simple, and fast MTA
|
||||
WWW= https://cr.yp.to/qmail.html
|
||||
WWW?= https://cr.yp.to/qmail.html
|
||||
|
||||
DIST_SUBDIR= qmail
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
PKGNAMESUFFIX= -lite
|
||||
|
||||
COMMENT= Command-line driven graphing utility (lite package)
|
||||
WWW= http://www.gnuplot.info/
|
||||
|
||||
CONFLICTS_INSTALL= gnuplot
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ DIST_SUBDIR= lapack-${PORTVERSION}
|
|||
|
||||
MAINTAINER?= fortran@FreeBSD.org
|
||||
COMMENT?= Linear Algebra PACKage
|
||||
WWW= https://www.netlib.org/lapack/
|
||||
WWW?= https://www.netlib.org/lapack/
|
||||
|
||||
LICENSE?= BSD3CLAUSE
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ PORTNAME= lapacke
|
|||
|
||||
MAINTAINER= phd_kimberlite@yahoo.co.jp
|
||||
COMMENT= Standard C language APIs for LAPACK
|
||||
WWW= https://www.netlib.org/lapack/
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
|
|
@ -3,7 +3,6 @@ CATEGORIES= misc devel
|
|||
PKGNAMESUFFIX= -libblkid
|
||||
|
||||
COMMENT= Blkid library from e2fsprogs package
|
||||
WWW= http://e2fsprogs.sourceforge.net/
|
||||
|
||||
LICENSE= LGPL20+
|
||||
_no_license_file= sorry
|
||||
|
|
|
@ -3,7 +3,6 @@ CATEGORIES= misc devel
|
|||
PKGNAMESUFFIX= -libuuid
|
||||
|
||||
COMMENT= UUID library from e2fsprogs package
|
||||
WWW= http://e2fsprogs.sourceforge.net/
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${INSTALL_WRKSRC}/COPYING
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
COMMENT= Perl bindings for ossp-uuid
|
||||
WWW= http://www.ossp.org/pkg/lib/uuid/
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libossp-uuid.a:misc/ossp-uuid
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@ PKGNAMESUFFIX= -lame
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= LAME plugin for libquicktime
|
||||
WWW= http://libquicktime.sourceforge.net/
|
||||
|
||||
LIB_DEPENDS= libquicktime.so:multimedia/libquicktime \
|
||||
libmp3lame.so:audio/lame
|
||||
|
|
|
@ -8,7 +8,7 @@ CATEGORIES= multimedia
|
|||
|
||||
MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT?= Video4Linux library
|
||||
WWW= https://linuxtv.org/wiki/index.php/V4l-utils
|
||||
WWW?= https://linuxtv.org/wiki/index.php/V4l-utils
|
||||
|
||||
LICENSE= GPLv2 LGPL21
|
||||
LICENSE_COMB= dual
|
||||
|
|
|
@ -2,7 +2,6 @@ PORTNAME?= v4l-utils
|
|||
PORTREVISION= 1
|
||||
|
||||
COMMENT= Video4Linux utilities
|
||||
WWW= https://linuxtv.org/wiki/index.php/V4l-utils
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../libv4l
|
||||
DESCR= ${.CURDIR}/pkg-descr
|
||||
|
|
|
@ -2,7 +2,6 @@ PORTNAME= finch
|
|||
|
||||
MAINTAINER= marcus@FreeBSD.org
|
||||
COMMENT= Finch multi-protocol messaging client (Console UI)
|
||||
WWW= https://www.pidgin.im/
|
||||
|
||||
LIB_DEPENDS= libpurple.so:net-im/libpurple \
|
||||
libgnt.so:devel/libgnt
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
PKGNAMESUFFIX= -gst1
|
||||
|
||||
COMMENT= GStreamer 1 plugin from libnice
|
||||
WWW= https://nice.freedesktop.org/
|
||||
|
||||
LIB_DEPENDS= libnice.so:net-im/libnice
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ PORTNAME= pidgin
|
|||
|
||||
MAINTAINER= marcus@FreeBSD.org
|
||||
COMMENT= Pidgin multi-protocol messaging client (GTK+ UI)
|
||||
WWW= https://www.pidgin.im/
|
||||
|
||||
LIB_DEPENDS= libstartup-notification-1.so:x11/startup-notification \
|
||||
libpurple.so:net-im/libpurple
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= vmutils
|
||||
|
||||
COMMENT= Ancillary utilities and agent for VictoriaMetrics
|
||||
WWW= https://victoriametrics.github.io/
|
||||
|
||||
USE_RC_SUBR= vmagent
|
||||
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
PKGNAMESUFFIX= -daemon
|
||||
PORTREVISION= 4
|
||||
|
||||
WWW= https://www.transmissionbt.com/
|
||||
|
||||
USES= ssl
|
||||
NLS_USES= gettext-runtime:run
|
||||
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
PKGNAMESUFFIX= -gtk
|
||||
PORTREVISION= 4
|
||||
|
||||
WWW= https://www.transmissionbt.com/
|
||||
|
||||
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
|
||||
libnotify.so:devel/libnotify
|
||||
RUN_DEPENDS= xdg-open:devel/xdg-utils
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
PKGNAMESUFFIX= -qt
|
||||
PORTREVISION= 4
|
||||
|
||||
WWW= https://www.transmissionbt.com/
|
||||
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
PKGNAMESUFFIX= -utils
|
||||
PORTREVISION= 3
|
||||
|
||||
WWW= https://www.transmissionbt.com/
|
||||
|
||||
NLS_USES= gettext-tools:build
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../transmission-cli
|
||||
|
|
|
@ -4,7 +4,6 @@ PKGNAMESUFFIX= -autoipd
|
|||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= IPv4LL network address configuration daemon
|
||||
WWW= https://www.avahi.org/
|
||||
|
||||
LIB_DEPENDS= libavahi-common.so:net/avahi-app \
|
||||
libdaemon.so:devel/libdaemon
|
||||
|
|
|
@ -4,7 +4,6 @@ PKGNAMESUFFIX= -gtk
|
|||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Gtk+ tools and bindings to the Avahi mDNS system
|
||||
WWW= https://www.avahi.org/
|
||||
|
||||
LIB_DEPENDS= libavahi-common.so:net/avahi-app \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
|
|
|
@ -4,7 +4,6 @@ PKGNAMESUFFIX= -gtk3
|
|||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Gtk+ 3 library to the Avahi mDNS system
|
||||
WWW= https://www.avahi.org/
|
||||
|
||||
LIB_DEPENDS= libavahi-common.so:net/avahi-app \
|
||||
libgdbm.so:databases/gdbm \
|
||||
|
|
|
@ -3,7 +3,6 @@ CATEGORIES= net
|
|||
PKGNAMESUFFIX= -header
|
||||
|
||||
COMMENT= Install an avahi-gtk* header to avoid conflict
|
||||
WWW= https://www.avahi.org/
|
||||
|
||||
CONFLICTS= avahi-gtk-0.7.[0-2]*
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ PKGNAMESUFFIX= -libdns
|
|||
|
||||
MAINTAINER= desktop@FreeBSD.org
|
||||
COMMENT= mDNSResponder compatibility from Avahi
|
||||
WWW= https://www.avahi.org/
|
||||
|
||||
LIB_DEPENDS= libavahi-common.so:net/avahi-app
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ PKGNAMESUFFIX= -qt5
|
|||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Qt 5 bindings to the Avahi mDNS system
|
||||
WWW= https://www.avahi.org/
|
||||
|
||||
LIB_DEPENDS= libavahi-common.so:net/avahi-app
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ PKGNAMESUFFIX= -sharp
|
|||
|
||||
MAINTAINER= mono@FreeBSD.org
|
||||
COMMENT= Mono bindings for Avahi service discovery
|
||||
WWW= https://www.avahi.org/
|
||||
|
||||
LIB_DEPENDS= libavahi-core.so:net/avahi-app
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@ MASTER_SITE_SUBDIR= 17509/eng
|
|||
|
||||
MAINTAINER= freebsd@intel.com
|
||||
COMMENT= Gigabit FreeBSD Base Drivers for Intel(R) Ethernet
|
||||
WWW= https://downloadcenter.intel.com
|
||||
|
||||
BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@ _MAN_SOURCE= ${PORTNAME}-3.3.10
|
|||
|
||||
MAINTAINER= freebsd@intel.com
|
||||
COMMENT= 10 gigabit FreeBSD Base Driver for Intel(R) Network Connections
|
||||
WWW= https://downloadcenter.intel.com
|
||||
|
||||
MANPAGENAME= ixgbe
|
||||
MANPAGELINKS= ix if_ix if_ixgbe
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
COMMENT= The ISC Dynamic Host Configuration Protocol client
|
||||
WWW= https://www.isc.org/dhcp/
|
||||
|
||||
SUBSYS= client
|
||||
MASTERDIR= ${.CURDIR}/../isc-dhcp44-server
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
COMMENT= The ISC Dynamic Host Configuration Protocol relay
|
||||
WWW= https://www.isc.org/dhcp/
|
||||
|
||||
SUBSYS= relay
|
||||
MASTERDIR= ${.CURDIR}/../isc-dhcp44-server
|
||||
|
|
|
@ -3,7 +3,6 @@ CATEGORIES= net devel
|
|||
PKGNAMESUFFIX= -${LIBPROXY_SLAVE}
|
||||
|
||||
COMMENT= GSettings-based configuration plug-in for libproxy
|
||||
WWW= https://libproxy.github.io/libproxy/
|
||||
|
||||
USES= gnome
|
||||
USE_GNOME= glib20
|
||||
|
|
|
@ -3,7 +3,6 @@ CATEGORIES= net devel
|
|||
PKGNAMESUFFIX= -${LIBPROXY_SLAVE}
|
||||
|
||||
COMMENT= KDE plug-in for libproxy
|
||||
WWW= https://libproxy.github.io/libproxy/
|
||||
|
||||
USES= kde:5
|
||||
USE_KDE= config
|
||||
|
|
|
@ -3,7 +3,6 @@ CATEGORIES= net devel
|
|||
PKGNAMESUFFIX= -${LIBPROXY_SLAVE}
|
||||
|
||||
COMMENT= pacrunner plug-in for libproxy
|
||||
WWW= https://libproxy.github.io/libproxy/
|
||||
|
||||
LIBPROXY_SLAVE= pacrunner
|
||||
MASTERDIR= ${.CURDIR}/../libproxy
|
||||
|
|
|
@ -3,7 +3,6 @@ CATEGORIES= net lang
|
|||
PKGNAMESUFFIX= -${LIBPROXY_SLAVE}
|
||||
|
||||
COMMENT= Perl binding for libproxy
|
||||
WWW= https://libproxy.github.io/libproxy/
|
||||
|
||||
USES= perl5
|
||||
CMAKE_ON= PERL_VENDORINSTALL PERL_LINK_LIBPERL
|
||||
|
|
|
@ -4,7 +4,6 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
PKGNAMESUFFIX= -${LIBPROXY_SLAVE}
|
||||
|
||||
COMMENT= Python binding for libproxy
|
||||
WWW= https://libproxy.github.io/libproxy/
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= flavors py3kplist
|
||||
|
|
|
@ -3,7 +3,6 @@ CATEGORIES= net www
|
|||
PKGNAMESUFFIX= -${LIBPROXY_SLAVE}
|
||||
|
||||
COMMENT= WebKit JavaScript plug-in for libproxy
|
||||
WWW= https://libproxy.github.io/libproxy/
|
||||
|
||||
LIB_DEPENDS= libjavascriptcoregtk-4.0.so:www/webkit2-gtk3
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@ PKGNAMESUFFIX= # empty
|
|||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Python interface to the Avahi mDNS system
|
||||
WWW= https://www.avahi.org/
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>0:databases/py-gdbm@${PY_FLAVOR} \
|
||||
${PYTHON_SITELIBDIR}/dbus/_dbus.py:devel/py-dbus@${PY_FLAVOR}
|
||||
|
|
|
@ -3,7 +3,6 @@ CATEGORIES= net python
|
|||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
COMMENT= Python module for libdnet
|
||||
WWW= https://github.com/5u623l20/libdnet/
|
||||
|
||||
LIB_DEPENDS= libdnet.so:net/libdnet
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue