aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-11-02 14:51:08 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-11-02 15:25:43 +0000
commitfc1655dc1d49341808e718b162bcd2c858bb5bc7 (patch)
tree82ba185267359138a9bfc96f8a773dd55098f90a
parent609f6539ce9e089e9045c642511f091969a02664 (diff)
downloadports-fc1655dc1d49341808e718b162bcd2c858bb5bc7.tar.gz
ports-fc1655dc1d49341808e718b162bcd2c858bb5bc7.zip
www/sfnt2woff: Remove expired port
2023-10-31 www/sfnt2woff: Superseded by WOFF 2.0, please consider using devel/woff2
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/sfnt2woff/Makefile26
-rw-r--r--www/sfnt2woff/distinfo2
-rw-r--r--www/sfnt2woff/pkg-descr2
5 files changed, 1 insertions, 31 deletions
diff --git a/MOVED b/MOVED
index 6abb0785748a..ec9cee69cd2c 100644
--- a/MOVED
+++ b/MOVED
@@ -7957,3 +7957,4 @@ textproc/rubygem-yarp|textproc/rubygem-prism|2023-11-01|Remove obsoleted port. U
audio/p5-MIDI|audio/p5-MIDI-Perl|2023-11-01|Move audio/p5-MIDI to audio/p5-MIDI-Perl
devel/xtoolchain-llvm-devel||2023-11-02|Subsumed into devel/llvm-devel
net/ceph14||2023-11-02|Has expired: End of life upstream since 2021-06-30
+www/sfnt2woff||2023-11-02|Has expired: Superseded by WOFF 2.0, please consider using devel/woff2
diff --git a/www/Makefile b/www/Makefile
index c4c21c8f0fa4..c646039d177d 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2315,7 +2315,6 @@
SUBDIR += serf
SUBDIR += servlet-api
SUBDIR += sfeed
- SUBDIR += sfnt2woff
SUBDIR += shellinabox
SUBDIR += shiori
SUBDIR += silicon
diff --git a/www/sfnt2woff/Makefile b/www/sfnt2woff/Makefile
deleted file mode 100644
index 5c5a31175425..000000000000
--- a/www/sfnt2woff/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME= sfnt2woff
-PORTVERSION= 20091004
-CATEGORIES= www converters
-MASTER_SITES= https://BSDforge.com/projects/source/www/sfnt2woff/
-DISTNAME= woff-code-latest
-
-MAINTAINER= portmaster@BSDforge.com
-COMMENT= Convert TTF/OTF fonts to WOFF web embeddable format and back
-WWW= http://people.mozilla.org/~jkew/woff/
-
-LICENSE= GPLv2 LGPL21 MPL11
-LICENSE_COMB= multi
-
-DEPRECATED= Superseded by WOFF 2.0, please consider using devel/woff2
-EXPIRATION_DATE=2023-10-31
-
-NO_WRKSUBDIR= yes
-USES= gmake zip
-
-PLIST_FILES= bin/sfnt2woff bin/woff2sfnt
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/sfnt2woff ${WRKSRC}/woff2sfnt \
- ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/www/sfnt2woff/distinfo b/www/sfnt2woff/distinfo
deleted file mode 100644
index 396161bfe70e..000000000000
--- a/www/sfnt2woff/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (woff-code-latest.zip) = 7713630d2f43320a1d92e2dbb014ca3201caab1dd4c0ab92816016824c680d96
-SIZE (woff-code-latest.zip) = 27244
diff --git a/www/sfnt2woff/pkg-descr b/www/sfnt2woff/pkg-descr
deleted file mode 100644
index 8a313d8490e7..000000000000
--- a/www/sfnt2woff/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Small utilities to convert TTF/OTF fonts to WOFF web embeddable
-format and back.