Commit b79b423e authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

editors/quilter: Remove

Project was deprecated upstream and fails to build.
parent eb4ad8cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4807,3 +4807,4 @@ x11-fm/fsv2||2025-10-14|Has expired: does not configure: No fonts installed on t
deskutils/gnome-shell-extension-openweather||2025-10-14|Has expired: Superseded by deskutils/gnome-shell-extension-simple-weather
math/vtk8|math/vtk9|2025-10-14|Last user switched to math/vtk9
security/iddawc||2025-10-14|Has expired: Upstream repo archived on Nov 11, 2024
editors/quilter||2025-10-15|Deprecated upstream
+0 −1
Original line number Diff line number Diff line
@@ -243,7 +243,6 @@
    SUBDIR += py-editorconfig
    SUBDIR += py-pynvim
    SUBDIR += py-vim-bridge
    SUBDIR += quilter
    SUBDIR += rehex
    SUBDIR += retext
    SUBDIR += rubygem-neovim

editors/quilter/Makefile

deleted100644 → 0
+0 −29
Original line number Diff line number Diff line
PORTNAME=	quilter
DISTVERSION=	3.3.4
PORTREVISION=	2
CATEGORIES=	editors

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Editor allowing you to focus on your writing
WWW=		https://github.com/lainsce/quilter

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	discount>0:textproc/discount
LIB_DEPENDS=	libgee-0.8.so:devel/libgee \
		libgranite.so:x11-toolkits/granite \
		libgtkspell3-3.so:textproc/gtkspell3 \
		libwebkit2gtk-4.0.so:www/webkit2-gtk@40 \
		libhandy-1.so:x11-toolkits/libhandy

USES=		compiler:c11 desktop-file-utils gettext gnome meson pkgconfig python:build vala:build
USE_GITHUB=	yes
GH_ACCOUNT=	lainsce
USE_GNOME=	glib20 gtk30 gtksourceview4

LDFLAGS+=	${LOCALBASE}/lib/libmarkdown.a

BINARY_ALIAS=	python3=${PYTHON_CMD}

.include <bsd.port.mk>

editors/quilter/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1728746280
SHA256 (lainsce-quilter-3.3.4_GH0.tar.gz) = ea43d9e44de1232cf145b7644460430dd44d960781bd1d86ee61a14ff4b6c940
SIZE (lainsce-quilter-3.3.4_GH0.tar.gz) = 1461457
+0 −20
Original line number Diff line number Diff line
--- meson.build.orig	2024-10-12 15:19:01 UTC
+++ meson.build
@@ -76,7 +76,7 @@ cc = meson.get_compiler('c')
 )
 
 cc = meson.get_compiler('c')
-libmarkdown = cc.find_library('markdown', required: true)
+#libmarkdown = cc.find_library('markdown', required: true)
 dependencies = [
     dependency('gio-2.0'),
     dependency('gtk+-3.0'),
@@ -88,7 +88,7 @@ dependencies = [
     dependency('webkit2gtk-4.0'),
     dependency('gtkspell3-3.0'),
     dependency('libhandy-1'),
-    libmarkdown,
+    #libmarkdown,
     cc.find_library('m', required: true)
 ]
 
Loading