1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Remove expired port:

2020-03-01 x11-fonts/font-manager: Old, uses EOLed python27
This commit is contained in:
Rene Ladan 2020-03-07 13:30:05 +00:00
parent f5da321098
commit 27675fa47b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527945
9 changed files with 1 additions and 120 deletions

1
MOVED
View File

@ -14467,3 +14467,4 @@ deskutils/syncthing-gtk||2020-03-07|Has expired: Old, uses EOLed python27
x11-wm/compiz-fusion||2020-03-07|Has expired: Old, uses EOLed python27
x11/run_scaled||2020-03-07|Has expired: Old, uses EOLed python27
databases/pgworksheet||2020-03-07|Has expired: Old, uses EOLed python27
x11-fonts/font-manager||2020-03-07|Has expired: Old, uses EOLed python27

View File

@ -80,7 +80,6 @@
SUBDIR += font-ibm-type1
SUBDIR += font-isas-misc
SUBDIR += font-jis-misc
SUBDIR += font-manager
SUBDIR += font-micro-misc
SUBDIR += font-misc-cyrillic
SUBDIR += font-misc-ethiopic

View File

@ -1,45 +0,0 @@
# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
PORTNAME= font-manager
PORTVERSION= 0.5.7
PORTREVISION= 7
CATEGORIES= x11-fonts gnome
MAINTAINER= portmaster@bsdforge.com
COMMENT= Font management application for the GNOME desktop
PORTSCOUT= limit:^0\.5\.7
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Old, uses EOLed python27
EXPIRATION_DATE= 2020-03-01
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libsqlite3.so:databases/sqlite3
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
USE_GITHUB= yes
GH_ACCOUNT= FontManager
USE_GNOME= pygtk2
GNU_CONFIGURE= yes
USES= gmake gnome pkgconfig python:2.7 tar:bzip2
PORTDATA= *
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
NLS_USES_OFF= gettext-runtime
pre-configure:
@${CHMOD} 0544 ${WRKSRC}/configure ${WRKSRC}/po/pogen.sh
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1573118147
SHA256 (FontManager-font-manager-0.5.7_GH0.tar.gz) = ef37ebc0c6c572a07fd1172c9155b2f05e1201abd8774b78419173035bb87ee3
SIZE (FontManager-font-manager-0.5.7_GH0.tar.gz) = 818475

View File

@ -1,33 +0,0 @@
--- Makefile.in.orig 2015-05-29 06:45:34 UTC
+++ Makefile.in
@@ -552,8 +552,9 @@ compile_po:
install_mo:
for mo in `$(FIND) po -name $(PACKAGE_NAME).mo`; \
do \
- newpath=$${mo/#po\//$(INST_LOC_DIR)\/}; \
- langdir=$${newpath/%$(PACKAGE_NAME).mo//}; \
+ safe_mo=$$mo/ ;\
+ newpath=$(INST_LOC_DIR)/$${safe_mo#po/}; \
+ langdir=$${newpath%$(PACKAGE_NAME).mo/}; \
$(INSTALL_DIR) $$langdir; \
$(INSTALL_FILE) $$mo $$langdir; \
done
@@ -583,12 +584,14 @@ make-install-dirs:
$(INSTALL_BIN) $(SRC_DIR)/$(PACKAGE_NAME) $(INST_BIN_DIR)/
$(INSTALL_BIN) $(SRC_DIR)/$(SAMPLER) $(INST_BIN_DIR)/
$(INSTALL_FILE) $(SRC_DIR)/$(DE_FILES) $(INST_APPS_DIR)/
- $(INSTALL_FILE) $(SRC_DIR)/$(PyFiles) $(INST_DATA_DIR)/
- $(INSTALL_FILE) $(SRC_CORE_DIR)/$(PyFiles) $(INST_DATA_DIR)/core/
$(INSTALL_FILE) $(SRC_DATA_DIR)/$(PNG_FILES) $(INST_DATA_DIR)/data/
$(INSTALL_FILE) $(SRC_DATA_DIR)/$(UI_FILES) $(INST_DATA_DIR)/data/
- $(INSTALL_FILE) $(SRC_UI_DIR)/$(PyFiles) $(INST_DATA_DIR)/ui/
- $(INSTALL_FILE) $(SRC_UTILS_DIR)/$(PyFiles) $(INST_DATA_DIR)/utils/
+ for pysufx in py pyc pyo; do \
+ $(INSTALL_FILE) $(SRC_DIR)/*.$$pysufx $(INST_DATA_DIR)/ ;\
+ $(INSTALL_FILE) $(SRC_CORE_DIR)/*.$$pysufx $(INST_DATA_DIR)/core/ ;\
+ $(INSTALL_FILE) $(SRC_UI_DIR)/*.$$pysufx $(INST_DATA_DIR)/ui/ ;\
+ $(INSTALL_FILE) $(SRC_UTILS_DIR)/*.$$pysufx $(INST_DATA_DIR)/utils/ ;\
+ done
@$(FIND) help -type f -exec chmod 644 '{}' \;
@$(FIND) help -type d -exec chmod 755 '{}' \;
cp -Rv help $(INST_DATA_DIR)/

View File

@ -1,11 +0,0 @@
--- src/constants.py.in.orig 2015-05-29 06:45:34 UTC
+++ src/constants.py.in
@@ -51,7 +51,7 @@ import gettext
try:
locale.setlocale(locale.LC_ALL, '')
locale.bindtextdomain(PACKAGE, LOCALEDIR)
-except locale.Error:
+except:
pass
gettext.textdomain(PACKAGE)

View File

@ -1,10 +0,0 @@
--- src/lib/fm-fontutils.c.orig 2015-05-29 06:45:34 UTC
+++ src/lib/fm-fontutils.c
@@ -24,6 +24,7 @@
#include <glib.h>
#include <glib/gprintf.h>
#include <glib/gstdio.h>
+#include <unistd.h>
#include <pango/pangofc-fontmap.h>
#include <fontconfig/fcfreetype.h>

View File

@ -1,9 +0,0 @@
Font Manager is not intended to be a professional-grade
font management solution, but rather a simple application
suitable for the needs of most desktop users.
Although designed with the GNOME desktop environment in mind,
it should work well with most major desktop environments such
as Xfce, Enlightenment, and even KDE.
WWW: http://fontmanager.github.io/

View File

@ -1,8 +0,0 @@
bin/font-manager
bin/font-sampler
lib/font-manager/fontutils.so
share/applications/font-manager.desktop
share/applications/font-sampler.desktop
%%NLS%%share/locale/it/LC_MESSAGES/font-manager.mo
%%NLS%%share/locale/ru/LC_MESSAGES/font-manager.mo
%%NLS%%share/locale/sk/LC_MESSAGES/font-manager.mo