diff --git a/filesystems/Makefile b/filesystems/Makefile index 98184422de0a..fc1e7b1318df 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -1,148 +1,149 @@ COMMENT = File systems and related utilities SUBDIR += R-cran-fs SUBDIR += acfgfs SUBDIR += afuse SUBDIR += archivemount SUBDIR += automount SUBDIR += avfs SUBDIR += befuse SUBDIR += bindfs SUBDIR += cfs SUBDIR += chironfs SUBDIR += clamfs SUBDIR += cramfs SUBDIR += cryptofs SUBDIR += curlftpfs SUBDIR += darling-dmg SUBDIR += davfs2 SUBDIR += dsbmc SUBDIR += dsbmc-cli SUBDIR += dsbmd SUBDIR += e2fsprogs SUBDIR += e2fsprogs-core SUBDIR += e2fsprogs-libblkid SUBDIR += e2tools SUBDIR += encfs SUBDIR += exfat SUBDIR += exfat-utils SUBDIR += ext2 SUBDIR += fstyp SUBDIR += fswatch-mon SUBDIR += fusefs-libs SUBDIR += fusefs-libs3 SUBDIR += genromfs SUBDIR += gphotofs SUBDIR += gvfs SUBDIR += hammer2 SUBDIR += hfsexplorer SUBDIR += hfsfuse SUBDIR += hfsutils SUBDIR += httpdirfs SUBDIR += ifuse SUBDIR += jmtpfs SUBDIR += kio-fuse SUBDIR += libbde SUBDIR += libfsapfs SUBDIR += libfsext SUBDIR += libfsfat SUBDIR += libfshfs SUBDIR += libfsntfs SUBDIR += libfsxfs + SUBDIR += libgedit-gfls SUBDIR += libmodi SUBDIR += linux-c7-dosfstools SUBDIR += lizardfs SUBDIR += lkl SUBDIR += ltfs SUBDIR += mergerfs SUBDIR += mhddfs SUBDIR += moosefs2-cgi SUBDIR += moosefs2-cgiserv SUBDIR += moosefs2-chunkserver SUBDIR += moosefs2-cli SUBDIR += moosefs2-client SUBDIR += moosefs2-master SUBDIR += moosefs2-metalogger SUBDIR += moosefs2-netdump SUBDIR += moosefs3-cgi SUBDIR += moosefs3-cgiserv SUBDIR += moosefs3-chunkserver SUBDIR += moosefs3-cli SUBDIR += moosefs3-client SUBDIR += moosefs3-master SUBDIR += moosefs3-metalogger SUBDIR += moosefs3-netdump SUBDIR += mp3fs SUBDIR += mtools SUBDIR += mtpfs SUBDIR += nbt SUBDIR += ntfs SUBDIR += ntfs-compression SUBDIR += ntfs2btrfs SUBDIR += ods2 SUBDIR += openzfs SUBDIR += openzfs-kmod SUBDIR += p5-Filesys-Statvfs SUBDIR += p5-Fuse SUBDIR += pear-Horde_Vfs SUBDIR += pod SUBDIR += progsreiserfs SUBDIR += py-dfvfs SUBDIR += py-fs SUBDIR += py-fs2 SUBDIR += py-fsspec SUBDIR += py-fsspec-xrootd SUBDIR += py-fusepy SUBDIR += py-gcsfs SUBDIR += py-kerchunk SUBDIR += py-libzfs SUBDIR += py-llfuse SUBDIR += py-prometheus-zfs SUBDIR += py-pyfakefs SUBDIR += py-s3fs SUBDIR += py-tahoe-lafs SUBDIR += py-zfs-autobackup SUBDIR += rar2fs SUBDIR += rubygem-chef-winrm-fs SUBDIR += rubygem-winrm-fs SUBDIR += s3backer SUBDIR += s3fs SUBDIR += sandboxfs SUBDIR += scan_ffs SUBDIR += securefs SUBDIR += simple-mtpfs SUBDIR += smbnetfs SUBDIR += squashfs-tools SUBDIR += squashfs-tools-ng SUBDIR += squashfuse SUBDIR += sshfs SUBDIR += tclvfs SUBDIR += ufs SUBDIR += ufs_copy SUBDIR += unionfs SUBDIR += unreliablefs SUBDIR += vzvol SUBDIR += webdavfs SUBDIR += wimlib SUBDIR += xfsm SUBDIR += xfsprogs SUBDIR += xfuse SUBDIR += zap SUBDIR += zfs-periodic SUBDIR += zfs-replicate SUBDIR += zfs-snap-diff SUBDIR += zfs-snapshot-clean SUBDIR += zfs-snapshot-mgmt SUBDIR += zfs-stats SUBDIR += zfs-stats-lite SUBDIR += zfsnap SUBDIR += zfsnap2 SUBDIR += zfstools SUBDIR += zip SUBDIR += zisofs-tools SUBDIR += zrepl SUBDIR += zrepl-dsh2dsh SUBDIR += ztop SUBDIR += zxfer .include diff --git a/filesystems/libgedit-gfls/Makefile b/filesystems/libgedit-gfls/Makefile new file mode 100644 index 000000000000..d40c65b375d3 --- /dev/null +++ b/filesystems/libgedit-gfls/Makefile @@ -0,0 +1,22 @@ +PORTNAME= libgedit-gfls +DISTVERSION= 0.3.0 +CATEGORIES= filesystems gnome +DIST_SUBDIR= gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT= File loading and saving for Gedit +WWW= https://gitlab.gnome.org/World/gedit/libgedit-gfls + +LICENSE= LGPL3+ + +USES= gettext gnome meson pkgconfig tar:bz2 +USE_GNOME= glib20 gtk30 introspection:build + +USE_GITLAB= yes +GL_SITE= https://gitlab.gnome.org +GL_ACCOUNT= World/gedit + +MESON_ARGS= -Dgtk_doc=false \ + -Dtests=false + +.include diff --git a/filesystems/libgedit-gfls/distinfo b/filesystems/libgedit-gfls/distinfo new file mode 100644 index 000000000000..74a73bf11c98 --- /dev/null +++ b/filesystems/libgedit-gfls/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1746189344 +SHA256 (gnome/libgedit-gfls-0.3.0.tar.bz2) = a53c847a2dc16f35a9295b2176bde4dbaa91bd1410af8546992fd65236bccf95 +SIZE (gnome/libgedit-gfls-0.3.0.tar.bz2) = 30215 diff --git a/filesystems/libgedit-gfls/pkg-descr b/filesystems/libgedit-gfls/pkg-descr new file mode 100644 index 000000000000..70112857cf5c --- /dev/null +++ b/filesystems/libgedit-gfls/pkg-descr @@ -0,0 +1,3 @@ +libgedit-gfls is part of Gedit Technology. +It is a module dedicated to file loading and saving for the needs of Gedit +and other similar text editors. diff --git a/filesystems/libgedit-gfls/pkg-plist b/filesystems/libgedit-gfls/pkg-plist new file mode 100644 index 000000000000..52a2889f718b --- /dev/null +++ b/filesystems/libgedit-gfls/pkg-plist @@ -0,0 +1,30 @@ +include/libgedit-gfls-1/gfls/gfls-attribute-keys.h +include/libgedit-gfls-1/gfls/gfls-enum-types.h +include/libgedit-gfls-1/gfls/gfls-error.h +include/libgedit-gfls-1/gfls/gfls-init.h +include/libgedit-gfls-1/gfls/gfls-input-stream.h +include/libgedit-gfls-1/gfls/gfls-loader-basic.h +include/libgedit-gfls-1/gfls/gfls-loader-config-simple.h +include/libgedit-gfls-1/gfls/gfls-loader-config.h +include/libgedit-gfls-1/gfls/gfls-unsaved-document-titles.h +include/libgedit-gfls-1/gfls/gfls-utf8.h +include/libgedit-gfls-1/gfls/gfls.h +lib/girepository-1.0/Gfls-1.typelib +lib/libgedit-gfls-1.so +lib/libgedit-gfls-1.so.0 +libdata/pkgconfig/libgedit-gfls-1.pc +share/gir-1.0/Gfls-1.gir +share/locale/be/LC_MESSAGES/libgedit-gfls-1.mo +share/locale/da/LC_MESSAGES/libgedit-gfls-1.mo +share/locale/de/LC_MESSAGES/libgedit-gfls-1.mo +share/locale/hu/LC_MESSAGES/libgedit-gfls-1.mo +share/locale/ka/LC_MESSAGES/libgedit-gfls-1.mo +share/locale/pl/LC_MESSAGES/libgedit-gfls-1.mo +share/locale/pt_BR/LC_MESSAGES/libgedit-gfls-1.mo +share/locale/ru/LC_MESSAGES/libgedit-gfls-1.mo +share/locale/sl/LC_MESSAGES/libgedit-gfls-1.mo +share/locale/sr/LC_MESSAGES/libgedit-gfls-1.mo +share/locale/sv/LC_MESSAGES/libgedit-gfls-1.mo +share/locale/tr/LC_MESSAGES/libgedit-gfls-1.mo +share/locale/uk/LC_MESSAGES/libgedit-gfls-1.mo +share/locale/zh_CN/LC_MESSAGES/libgedit-gfls-1.mo