aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2018-07-13 17:56:57 +0800
committerantoine <antoine@FreeBSD.org>2018-07-13 17:56:57 +0800
commit2b7fed8252a39ab3e1c89445b184c6addd7c0e85 (patch)
treee6a0b56582f7e72eab923416bb57d0c2a4c236a6
parentd691d917d7529b707cd65e33e4886ac46e62b760 (diff)
downloadfreebsd-ports-gnome-2b7fed8252a39ab3e1c89445b184c6addd7c0e85.tar.gz
freebsd-ports-gnome-2b7fed8252a39ab3e1c89445b184c6addd7c0e85.tar.zst
freebsd-ports-gnome-2b7fed8252a39ab3e1c89445b184c6addd7c0e85.zip
Deprecate unmaintained ports under the NONE license
-rw-r--r--archivers/freeze/Makefile3
-rw-r--r--biology/blat/Makefile3
-rw-r--r--converters/uudx/Makefile3
-rw-r--r--databases/dbf2mysql/Makefile3
-rw-r--r--devel/as31/Makefile3
-rw-r--r--devel/gdbmods/Makefile3
-rw-r--r--devel/kickassembler/Makefile3
-rw-r--r--dns/ghtool/Makefile3
-rw-r--r--emulators/m2000/Makefile3
-rw-r--r--games/optimax/Makefile3
-rw-r--r--games/smashbattle/Makefile3
-rw-r--r--games/syobon/Makefile3
-rw-r--r--games/xgospel/Makefile3
-rw-r--r--graphics/gnustep-slideshowkit/Makefile3
-rw-r--r--mail/roundcube-groupvice/Makefile3
-rw-r--r--misc/amfm/Makefile3
-rw-r--r--misc/xpns/Makefile3
-rw-r--r--net/dhcprelay/Makefile3
-rw-r--r--net/e169-stats/Makefile3
-rw-r--r--net/l4ip/Makefile3
-rw-r--r--palm/ppmtoTbmp/Makefile3
-rw-r--r--security/pft/Makefile3
-rw-r--r--sysutils/areca-cli/Makefile3
-rw-r--r--textproc/ant-xinclude-task/Makefile3
-rw-r--r--textproc/bomstrip/Makefile3
-rw-r--r--x11-clocks/swisswatch/Makefile3
-rw-r--r--x11-fonts/ecofont/Makefile2
-rw-r--r--x11-themes/beastie/Makefile3
28 files changed, 83 insertions, 0 deletions
diff --git a/archivers/freeze/Makefile b/archivers/freeze/Makefile
index 70fb61f544b2..f870815abaa8 100644
--- a/archivers/freeze/Makefile
+++ b/archivers/freeze/Makefile
@@ -14,6 +14,9 @@ COMMENT= Compression program - often used in QNX
LICENSE= NONE
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
CONFLICTS_INSTALL= mlt-[0-9]*
GNU_CONFIGURE= yes
ALL_TARGET= prog
diff --git a/biology/blat/Makefile b/biology/blat/Makefile
index 570555a82856..a0422a77c550 100644
--- a/biology/blat/Makefile
+++ b/biology/blat/Makefile
@@ -13,6 +13,9 @@ COMMENT= Fast tool for local sequence similarity searches
LICENSE= NONE
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
LIB_DEPENDS= libpng.so:graphics/png
WRKSRC= ${WRKDIR}/${PORTNAME}Src
diff --git a/converters/uudx/Makefile b/converters/uudx/Makefile
index 9543b64440d8..5264f26b8428 100644
--- a/converters/uudx/Makefile
+++ b/converters/uudx/Makefile
@@ -12,6 +12,9 @@ COMMENT= Extractor from uuencoded files
LICENSE= NONE
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
BUILD_DEPENDS= nkf:japanese/nkf
USES= dos2unix lha
diff --git a/databases/dbf2mysql/Makefile b/databases/dbf2mysql/Makefile
index 4dfd4c05f643..0cc19aed9f69 100644
--- a/databases/dbf2mysql/Makefile
+++ b/databases/dbf2mysql/Makefile
@@ -12,6 +12,9 @@ COMMENT= Programs to convert .dbf files to MySQL tables and vice versa
LICENSE= NONE
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
USES= mysql
PORTDOCS= README
diff --git a/devel/as31/Makefile b/devel/as31/Makefile
index 1f8fce26788e..0651baf7c8f1 100644
--- a/devel/as31/Makefile
+++ b/devel/as31/Makefile
@@ -13,6 +13,9 @@ COMMENT= Free 8051 assembler
LICENSE= NONE
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
# GNU make(1) allows parallel (-jX) builds to work: we plug a race in
# "bison" rule (which outputs multiple files) via order prerequisites
# (see files/patch-Makefile)
diff --git a/devel/gdbmods/Makefile b/devel/gdbmods/Makefile
index 074e50d403c8..e624f59032b7 100644
--- a/devel/gdbmods/Makefile
+++ b/devel/gdbmods/Makefile
@@ -14,6 +14,9 @@ COMMENT= Wrapper for gdb -k to provide kld symbol information
LICENSE= NONE
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
NO_BUILD= yes
NO_ARCH= yes
diff --git a/devel/kickassembler/Makefile b/devel/kickassembler/Makefile
index 2e623c42d605..c801fa5d7b32 100644
--- a/devel/kickassembler/Makefile
+++ b/devel/kickassembler/Makefile
@@ -12,6 +12,9 @@ COMMENT= Advanced MOS 65xx assembler with embedded script language
LICENSE= NONE
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
USES= zip
USE_JAVA= yes
JAVA_VERSION= 1.6+
diff --git a/dns/ghtool/Makefile b/dns/ghtool/Makefile
index 3134de8d5f49..3ddd36880120 100644
--- a/dns/ghtool/Makefile
+++ b/dns/ghtool/Makefile
@@ -13,6 +13,9 @@ COMMENT= Command-line interface to the resolver library
LICENSE= NONE
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
PLIST_FILES= bin/gh
do-extract:
diff --git a/emulators/m2000/Makefile b/emulators/m2000/Makefile
index 25ee98941b36..d6447d5c679e 100644
--- a/emulators/m2000/Makefile
+++ b/emulators/m2000/Makefile
@@ -21,6 +21,9 @@ COMMENT= Portable emulator for the Philips P2000 home computer
LICENSE= NONE # and commercial distribution is explicitly prohibited
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
M2000TAPES= 3DDoolhof2.cas \
BrickWall.cas \
Componist.cas \
diff --git a/games/optimax/Makefile b/games/optimax/Makefile
index 9eb93d8a2d30..5dbae892713b 100644
--- a/games/optimax/Makefile
+++ b/games/optimax/Makefile
@@ -18,6 +18,9 @@ COMMENT= Core War optimizer written in Perl
LICENSE= NONE PD GPLv2+ # only single 3d party file has license defined
LICENSE_COMB= multi
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
RUN_DEPENDS= p5-Tk>=0:x11-toolkits/p5-Tk
USES= perl5 zip
diff --git a/games/smashbattle/Makefile b/games/smashbattle/Makefile
index ab5679d7b1e1..16d45d7ffdc2 100644
--- a/games/smashbattle/Makefile
+++ b/games/smashbattle/Makefile
@@ -13,6 +13,9 @@ COMMENT= 8-bit style platform battle game
LICENSE= NONE
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
WRKSRC= ${WRKDIR}/${DISTNAME}/battle/Battle
EXTRACT_AFTER_ARGS= -d ${WRKDIR}/${DISTNAME}
diff --git a/games/syobon/Makefile b/games/syobon/Makefile
index 337b47f70d2b..afaa73475573 100644
--- a/games/syobon/Makefile
+++ b/games/syobon/Makefile
@@ -16,6 +16,9 @@ LICENSE= NONE
MAINTAINER= ports@FreeBSD.org
COMMENT= Platform game as Super Mario Bros
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= dos2unix gmake pkgconfig
diff --git a/games/xgospel/Makefile b/games/xgospel/Makefile
index afd6440e7a9a..1e00c12ce237 100644
--- a/games/xgospel/Makefile
+++ b/games/xgospel/Makefile
@@ -13,6 +13,9 @@ COMMENT= X11 Go (weiqi, baduk) client for the Internet Go Server
LICENSE= GPLv2+ NONE # some files have unclear license
LICENSE_COMB= multi
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
LIB_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d
USE_XORG= ice sm x11 xaw xext xmu xpm xt
diff --git a/graphics/gnustep-slideshowkit/Makefile b/graphics/gnustep-slideshowkit/Makefile
index 247a951072ec..b597e7d4e81f 100644
--- a/graphics/gnustep-slideshowkit/Makefile
+++ b/graphics/gnustep-slideshowkit/Makefile
@@ -13,6 +13,9 @@ COMMENT= SlideShow Framework
LICENSE= NONE
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
USES= gnustep
USE_GNUSTEP= back build
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
diff --git a/mail/roundcube-groupvice/Makefile b/mail/roundcube-groupvice/Makefile
index 5d5e8eb16003..ac917346c7ee 100644
--- a/mail/roundcube-groupvice/Makefile
+++ b/mail/roundcube-groupvice/Makefile
@@ -14,6 +14,9 @@ COMMENT= Theme for RoundCube Web Mail
LICENSE= NONE APACHE20
LICENSE_COMB= multi
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
RUN_DEPENDS= roundcube${PHP_PKGNAMESUFFIX}>=0.2:mail/roundcube@${PHP_FLAVOR}
USES= php:flavors
diff --git a/misc/amfm/Makefile b/misc/amfm/Makefile
index 624e4809b350..ebe6b842fb01 100644
--- a/misc/amfm/Makefile
+++ b/misc/amfm/Makefile
@@ -14,6 +14,9 @@ COMMENT= THANKO USB AM/FM Radio controller
LICENSE= NONE
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
LIB_DEPENDS= libhid.so:devel/libhid
do-extract:
diff --git a/misc/xpns/Makefile b/misc/xpns/Makefile
index c635fdc9135b..6dddb900f51c 100644
--- a/misc/xpns/Makefile
+++ b/misc/xpns/Makefile
@@ -14,6 +14,9 @@ COMMENT= Petri-Net Simulator for Xwindows
LICENSE= NONE
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
NO_WRKSUBDIR= yes
USE_XORG= x11 xaw xmu xt xext
diff --git a/net/dhcprelay/Makefile b/net/dhcprelay/Makefile
index fbad50bb9348..6ca5238a631f 100644
--- a/net/dhcprelay/Makefile
+++ b/net/dhcprelay/Makefile
@@ -12,6 +12,9 @@ COMMENT= Lightweight DHCP Relay Agent with GIF tunnel support
LICENSE= NONE
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
LIB_DEPENDS= libdnet.so:net/libdnet
USE_RC_SUBR= ${PORTNAME}
diff --git a/net/e169-stats/Makefile b/net/e169-stats/Makefile
index b365a6012ace..1eca74203b85 100644
--- a/net/e169-stats/Makefile
+++ b/net/e169-stats/Makefile
@@ -12,6 +12,9 @@ COMMENT= Curses realtime statistics for the Huawei E169 modem
LICENSE= NONE
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
USES= ncurses
PLIST_FILES= bin/e169-stats
diff --git a/net/l4ip/Makefile b/net/l4ip/Makefile
index feb9af7ef012..086c37642111 100644
--- a/net/l4ip/Makefile
+++ b/net/l4ip/Makefile
@@ -13,6 +13,9 @@ COMMENT= L4 health check daemon for IPFILTER
LICENSE= NONE
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
USES= gmake ssl tar:tgz
WRKSRC= ${WRKDIR}/${PORTNAME}/src
diff --git a/palm/ppmtoTbmp/Makefile b/palm/ppmtoTbmp/Makefile
index fd4d4b6edd9e..6eb7a97d0a96 100644
--- a/palm/ppmtoTbmp/Makefile
+++ b/palm/ppmtoTbmp/Makefile
@@ -12,6 +12,9 @@ COMMENT= PPM to Pilot bitmap converter
LICENSE= NONE
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
LIB_DEPENDS= libnetpbm.so:graphics/netpbm
USES= localbase:ldflags
diff --git a/security/pft/Makefile b/security/pft/Makefile
index fa5dbab6f3f2..7267a50913ef 100644
--- a/security/pft/Makefile
+++ b/security/pft/Makefile
@@ -13,6 +13,9 @@ COMMENT= Printer Job Language library and tool
LICENSE= NONE
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
NO_WRKSUBDIR= yes
USES= gmake tar:tgz
diff --git a/sysutils/areca-cli/Makefile b/sysutils/areca-cli/Makefile
index 5a6c080c5b29..17a7ce1db5d8 100644
--- a/sysutils/areca-cli/Makefile
+++ b/sysutils/areca-cli/Makefile
@@ -15,6 +15,9 @@ COMMENT= Command Line Interface for the Areca ARC-xxxx RAID controllers
LICENSE= NONE
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
ONLY_FOR_ARCHS= i386 amd64
PERIODICSCRIPT= 407.status-areca-raid
diff --git a/textproc/ant-xinclude-task/Makefile b/textproc/ant-xinclude-task/Makefile
index 6d4467cfb760..a6578b3ea522 100644
--- a/textproc/ant-xinclude-task/Makefile
+++ b/textproc/ant-xinclude-task/Makefile
@@ -13,6 +13,9 @@ COMMENT= XInclude task for Jakarta Ant
LICENSE= NONE
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
BUILD_DEPENDS= ${JAVALIBDIR}/xincluder.jar:textproc/xincluder
USE_JAVA= yes
diff --git a/textproc/bomstrip/Makefile b/textproc/bomstrip/Makefile
index 983ddae145c6..2a0871f20ed7 100644
--- a/textproc/bomstrip/Makefile
+++ b/textproc/bomstrip/Makefile
@@ -18,6 +18,9 @@ COMMENT= Strip Byte-Order Marks (BOM) from UTF-8 text
LICENSE= NONE
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
USES= gmake
MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
diff --git a/x11-clocks/swisswatch/Makefile b/x11-clocks/swisswatch/Makefile
index 18add5bbe904..0b9d0fd20658 100644
--- a/x11-clocks/swisswatch/Makefile
+++ b/x11-clocks/swisswatch/Makefile
@@ -12,6 +12,9 @@ COMMENT= Swiss railway clock emulation, and a fancy default appearance
LICENSE= NONE
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
USES= imake tar:Z
USE_XORG= ice sm x11 xext xmu xt
diff --git a/x11-fonts/ecofont/Makefile b/x11-fonts/ecofont/Makefile
index 27b5a0dd297b..8e4dd30c07c0 100644
--- a/x11-fonts/ecofont/Makefile
+++ b/x11-fonts/ecofont/Makefile
@@ -14,6 +14,8 @@ COMMENT= Environmentally friendly, ink saving typeface
LICENSE= NONE
BROKEN= unfetchable
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
USES= fonts zip
NO_BUILD= yes
diff --git a/x11-themes/beastie/Makefile b/x11-themes/beastie/Makefile
index 14db3178cec0..62a52e8c18df 100644
--- a/x11-themes/beastie/Makefile
+++ b/x11-themes/beastie/Makefile
@@ -15,6 +15,9 @@ COMMENT= Gnome theme with FreeBSD Colors
LICENSE= NONE
+DEPRECATED= unknown license
+EXPIRATION_DATE= 2018-08-15
+
RUN_DEPENDS= gtk-engines2>=2.7.4_1:x11-themes/gtk-engines2 \
gnome-themes>=2.11.91:x11-themes/gnome-themes