mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-11 00:18:06 -05:00
Update homepages of packages from c-f (#9972)
* Update btrfs_progs homepage * Update cmatrix homepage * Update collectl homepage * Update compressdoc homepage * Update cppunit homepage * Update criu homepage * Update cscope homepage * Update csvkit homepage * Update cunit homepage * Update datamash homepage * Update dejagnu homepage * Update devil homepage * Update diffuse homepage * Update djvulibre homepage * Update dnsmasq homepage * Update docbook2x homepage * Update docx2txt homepage * Update doxygen homepage * Update e2fsprogs homepage * Update editres homepage * Update eigen homepage * Update encodings homepage * Update epydoc homepage * Update expect homepage * Update far homepage * Update fig2dev homepage * Update finch homepage * Update fish homepage * Update font_adobe_100dpi homepage * Update font_adobe_75dpi homepage * Update font_adobe_utopia_100dpi homepage * Update font_adobe_utopia_75dpi homepage * Update font_adobe_utopia_type1 homepage * Update font_bh_100dpi homepage * Update font_bh_75dpi homepage * Update font_bh_lucidatypewriter_100dpi homepage * Update font_bh_lucidatypewriter_75dpi homepage * Update font_bh_ttf homepage * Update font_bh_type1 homepage * Update font_bitstream_100dpi homepage * Update font_bitstream_75dpi homepage * Update font_bitstream_type1 homepage * Update font_cursor_misc homepage * Update font_daewoo_misc homepage * Update font_dec_misc homepage * Update font_isas_misc homepage * Update font_jis_misc homepage * Update font_misc_misc homepage * Update font_mutt_misc homepage * Update font_util homepage * Update fontforge homepage * Update foremost homepage * Update fossil homepage * Update freecad homepage * Update freeglut homepage * Update freeimage homepage * Update freetype homepage * Update fribidi homepage * Update gccmakedep homepage
This commit is contained in:
committed by
GitHub
parent
3104954ef5
commit
7fab3c9a03
@@ -2,7 +2,7 @@ require 'buildsystems/autotools'
|
||||
|
||||
class Btrfs_progs < Autotools
|
||||
description 'BTRFS is a modern copy on write filesystem for Linux aimed at implementing advanced features while also focusing on fault tolerance, repair and easy administration.'
|
||||
homepage 'https://btrfs.wiki.kernel.org/index.php/Main_Page'
|
||||
homepage 'https://btrfs.readthedocs.io/en/latest/'
|
||||
version '6.9'
|
||||
license 'GPL-2'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Cmatrix < Package
|
||||
description "CMatrix is a program to see the cool scrolling lines from 'The Matrix' movie."
|
||||
homepage 'http://www.asty.org/cmatrix/'
|
||||
homepage 'https://www.asty.org/cmatrix/'
|
||||
version '1.2'
|
||||
license 'GPL-2'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Collectl < Package
|
||||
description 'Collectl is a light-weight performance monitoring tool capable of reporting interactively as well as logging to disk.'
|
||||
homepage 'http://collectl.sourceforge.net/'
|
||||
homepage 'https://collectl.sourceforge.net/'
|
||||
version '4.3.1'
|
||||
license 'GPL-2 and Artistic'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Compressdoc < Package
|
||||
description 'Compress all man pages in a hierarchy and update symlinks. Supports a variety of compression algorithms.'
|
||||
homepage 'https://github.com/saltedcoffii/compressdoc/'
|
||||
homepage 'https://github.com/chromebrew/compressdoc'
|
||||
version '20221119'
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'buildsystems/autotools'
|
||||
|
||||
class Cppunit < Autotools
|
||||
description 'CppUnit is the C++ port of the famous JUnit framework for unit testing.'
|
||||
homepage 'https://www.freedesktop.org/wiki/Software/cppunit'
|
||||
homepage 'https://www.freedesktop.org/wiki/Software/cppunit/'
|
||||
version '1.15.1-1'
|
||||
license 'LGPL'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -5,7 +5,7 @@ require 'package'
|
||||
|
||||
class Criu < Package
|
||||
description 'Utilities to checkpoint and restore processes in userspace'
|
||||
homepage 'https://criu.org'
|
||||
homepage 'https://criu.org/Main_Page'
|
||||
version '3.17.1'
|
||||
license 'GPL2'
|
||||
compatibility 'x86_64'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Cscope < Package
|
||||
description 'Cscope is a developer\'s tool for browsing source code.'
|
||||
homepage 'http://cscope.sourceforge.net/'
|
||||
homepage 'https://cscope.sourceforge.net/'
|
||||
version '15.9'
|
||||
license 'BSD and GPL-2+'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Csvkit < Package
|
||||
description 'A suite of utilities for converting to and working with CSV, the king of tabular file formats.'
|
||||
homepage 'https://csvkit.rtfd.org/'
|
||||
homepage 'https://csvkit.readthedocs.io/en/latest/'
|
||||
@_ver = '1.0.6'
|
||||
version "#{@_ver}-1"
|
||||
license 'MIT'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Cunit < Package
|
||||
description 'CUnit is an automated testing framework for C.'
|
||||
homepage 'http://cunit.sourceforge.net/'
|
||||
homepage 'https://cunit.sourceforge.net/'
|
||||
version '2.1.3'
|
||||
compatibility 'all'
|
||||
license 'LGPL-2'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Datamash < Package
|
||||
description 'GNU Datamash is a command-line program which performs basic numeric, textual and statistical operations on input textual data files.'
|
||||
homepage 'https://www.gnu.org/software/datamash'
|
||||
homepage 'https://www.gnu.org/software/datamash/'
|
||||
version '1.8'
|
||||
license 'GPL-3'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Dejagnu < Package
|
||||
description 'DejaGnu is a framework for running test suites on GNU tools.'
|
||||
homepage 'http://www.gnu.org/s/dejagnu/'
|
||||
homepage 'https://www.gnu.org/software/dejagnu/'
|
||||
version '1.6.1'
|
||||
license 'GPL-3'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Devil < Package
|
||||
description 'Library for reading several different image formats'
|
||||
homepage 'http://openil.sourceforge.net/'
|
||||
homepage 'https://openil.sourceforge.net/'
|
||||
version '1.8.0-6f3d5e9'
|
||||
license 'LGPL-2.1'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Diffuse < Package
|
||||
description 'graphical tool for merging and comparing text files'
|
||||
homepage 'http://diffuse.sourceforge.net/'
|
||||
homepage 'https://diffuse.sourceforge.net/'
|
||||
version '0.4.8'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -5,7 +5,7 @@ require 'package'
|
||||
|
||||
class Djvulibre < Package
|
||||
description 'Suite to create, manipulate and view DjVu déjà vu documents'
|
||||
homepage 'http://djvu.sourceforge.net/'
|
||||
homepage 'https://djvu.sourceforge.net/'
|
||||
@_ver = '3.5.28'
|
||||
version "#{@_ver}-1"
|
||||
license 'GPL2'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Dnsmasq < Package
|
||||
description 'Lightweight, easy to configure DNS forward ,TFTP server and DHCP server'
|
||||
homepage 'http://www.thekelleys.org.uk/dnsmasq/doc.html'
|
||||
homepage 'https://thekelleys.org.uk/dnsmasq/doc.html'
|
||||
version '2.89'
|
||||
license 'GPL-2 or GPL-3'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Docbook2x < Package
|
||||
description 'docbook2X is a software package that converts DocBook documents into the traditional Unix man page format and the GNU Texinfo format.'
|
||||
homepage 'http://docbook2x.sourceforge.net/'
|
||||
homepage 'https://docbook2x.sourceforge.net/'
|
||||
version '0.8.8-1'
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Docx2txt < Package
|
||||
description 'docx2txt is a perl based command line utility to convert Microsoft Office(Tm) Docx documents to equivalent Text documents.'
|
||||
homepage 'http://docx2txt.sourceforge.net/'
|
||||
homepage 'https://docx2txt.sourceforge.net/'
|
||||
version '1.4'
|
||||
license 'GPL-3'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'buildsystems/cmake'
|
||||
|
||||
class Doxygen < CMake
|
||||
description 'Doxygen is the de facto standard tool for generating documentation from annotated C++ sources, but it also supports other popular programming languages such as C, Objective-C, C#, PHP, Java, Python, IDL (Corba, Microsoft, and UNO/OpenOffice flavors), Fortran, VHDL, Tcl, and to some extent D.'
|
||||
homepage 'http://www.doxygen.nl/'
|
||||
homepage 'https://www.doxygen.nl/'
|
||||
version '1.11.0'
|
||||
license 'GPL-2'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class E2fsprogs < Package
|
||||
description 'e2fsprogs are ext2/3/4 file system utilities.'
|
||||
homepage 'http://e2fsprogs.sourceforge.net/'
|
||||
homepage 'https://e2fsprogs.sourceforge.net/'
|
||||
version '1.47.0'
|
||||
license 'GPL-2 and BSD'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Editres < Package
|
||||
description 'Editres is a tool that allows users and application developers to view the full widget hierarchy of any Xt Toolkit application that speaks the Editres protocol.'
|
||||
homepage 'https://www.x.org'
|
||||
homepage 'https://www.x.org/wiki/'
|
||||
version '1.0.7'
|
||||
license 'custom'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'buildsystems/cmake'
|
||||
|
||||
class Eigen < CMake
|
||||
description 'Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.'
|
||||
homepage 'http://eigen.tuxfamily.org/'
|
||||
homepage 'https://eigen.tuxfamily.org/index.php?title=Main_Page'
|
||||
version '3.4.0-1'
|
||||
license 'MPL-2.0'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Encodings < Package
|
||||
description 'X11 Font Index Generator'
|
||||
homepage 'https://xorg.freedesktop.org'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.5'
|
||||
license 'custom'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Epydoc < Package
|
||||
description 'Epydoc is a tool for generating API documentation for Python modules, based on their docstrings.'
|
||||
homepage 'http://epydoc.sourceforge.net/'
|
||||
homepage 'https://epydoc.sourceforge.net/'
|
||||
version '3.0.1'
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Expect < Package
|
||||
description 'Expect is a tool for automating interactive applications such as telnet, ftp, passwd, fsck, rlogin, tip, etc.'
|
||||
homepage 'http://expect.sourceforge.net/'
|
||||
homepage 'https://sourceforge.net/projects/expect/'
|
||||
version '5.45.4'
|
||||
license 'BSD'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Far < Package
|
||||
description 'Search and replace operations on file content across multiple files.'
|
||||
homepage 'http://findandreplace.sourceforge.net'
|
||||
homepage 'https://findandreplace.sourceforge.net/'
|
||||
version '2.0.3'
|
||||
license 'GPL-3'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -5,7 +5,7 @@ require 'buildsystems/autotools'
|
||||
|
||||
class Fig2dev < Autotools
|
||||
description 'Format conversion utility that can be used with xfig'
|
||||
homepage 'http://mcj.sourceforge.net/'
|
||||
homepage 'https://mcj.sourceforge.net/'
|
||||
version '3.2.9'
|
||||
license 'custom'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Finch < Package
|
||||
description 'Finch is a chat program which lets you log in to accounts on multiple chat networks simultaneously.'
|
||||
homepage 'http://pidgin.im/'
|
||||
homepage 'https://pidgin.im/'
|
||||
version '2.12.0-1'
|
||||
license 'GPL-2'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'buildsystems/cmake'
|
||||
|
||||
class Fish < CMake
|
||||
description 'fish is a smart and user-friendly command line shell for macOS, Linux, and the rest of the family.'
|
||||
homepage 'http://fishshell.com/'
|
||||
homepage 'https://fishshell.com/'
|
||||
version '3.6.1'
|
||||
license 'GPL-2'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Font_adobe_100dpi < Package
|
||||
description 'Standard 100dpi Adobe PCF fonts'
|
||||
homepage 'https://xorg.freedesktop.org/'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.3'
|
||||
license 'custom'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Font_adobe_75dpi < Package
|
||||
description 'Standard 75pi Adobe PCF fonts'
|
||||
homepage 'https://xorg.freedesktop.org/'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.3'
|
||||
license 'custom'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Font_adobe_utopia_100dpi < Package
|
||||
description '100dpi Adobe Utopia PCF fonts'
|
||||
homepage 'https://xorg.freedesktop.org/'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.4'
|
||||
license 'custom'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Font_adobe_utopia_75dpi < Package
|
||||
description '100dpi Adobe Utopia PCF fonts'
|
||||
homepage 'https://xorg.freedesktop.org/'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.4'
|
||||
license 'custom'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Font_adobe_utopia_type1 < Package
|
||||
description 'Adobe Utopia Type1 fonts'
|
||||
homepage 'https://xorg.freedesktop.org/'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.4'
|
||||
license 'custom'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Font_bh_100dpi < Package
|
||||
description 'Standard 100dpi Bigelow and Holmes PCF fonts'
|
||||
homepage 'https://xorg.freedesktop.org/'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.3'
|
||||
license 'public-domain'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Font_bh_75dpi < Package
|
||||
description 'Standard 75dpi Bigelow and Holmes PCF fonts'
|
||||
homepage 'https://xorg.freedesktop.org/'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.3'
|
||||
license 'public-domain'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Font_bh_lucidatypewriter_100dpi < Package
|
||||
description '100dpi Bigelow and Holmes Lucida Typewriter PCF fonts'
|
||||
homepage 'https://xorg.freedesktop.org/'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.3'
|
||||
license 'public-domain'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Font_bh_lucidatypewriter_75dpi < Package
|
||||
description '75dpi Bigelow and Holmes Lucida Typewriter PCF fonts'
|
||||
homepage 'https://xorg.freedesktop.org/'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.3'
|
||||
license 'public-domain'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Font_bh_ttf < Package
|
||||
description 'Standard Bigelow and Holmes TrueType fonts'
|
||||
homepage 'https://xorg.freedesktop.org/'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.3'
|
||||
license 'bh-luxi'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Font_bh_type1 < Package
|
||||
description 'Standard Bigelow and Holmes Type1 fonts'
|
||||
homepage 'https://xorg.freedesktop.org/'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.3'
|
||||
license 'bh-luxi'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Font_bitstream_100dpi < Package
|
||||
description 'Standard 100dpi Bitstream PCF fonts'
|
||||
homepage 'https://xorg.freedesktop.org/'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.3'
|
||||
license 'custom'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Font_bitstream_75dpi < Package
|
||||
description 'Standard 100dpi Bitstream PCF fonts'
|
||||
homepage 'https://xorg.freedesktop.org/'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.3'
|
||||
license 'custom'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Font_bitstream_type1 < Package
|
||||
description 'Standard Type1 Bitstream PCF fonts'
|
||||
homepage 'https://xorg.freedesktop.org/'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.3'
|
||||
license 'custom'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Font_cursor_misc < Package
|
||||
description 'Standard X11 cursors in PCF format'
|
||||
homepage 'https://xorg.freedesktop.org/'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.3'
|
||||
license 'custom'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Font_daewoo_misc < Package
|
||||
description 'Daewoo Gothic PCF format'
|
||||
homepage 'https://xorg.freedesktop.org/'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.3'
|
||||
license 'custom'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Font_dec_misc < Package
|
||||
description 'DEC cursor and session PCF fonts'
|
||||
homepage 'https://xorg.freedesktop.org/'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.3'
|
||||
license 'custom'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Font_isas_misc < Package
|
||||
description '72dpi PCF versions of the Chinese Song Ti fonts'
|
||||
homepage 'https://xorg.freedesktop.org/'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.3'
|
||||
license 'custom'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Font_jis_misc < Package
|
||||
description '78dpi PCF versions of the Japanese fixed fonts'
|
||||
homepage 'https://xorg.freedesktop.org/'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.3'
|
||||
license 'custom'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Font_misc_misc < Package
|
||||
description 'Standard X11 fixed PCF fonts'
|
||||
homepage 'https://xorg.freedesktop.org/'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.1.2'
|
||||
license 'custom'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Font_mutt_misc < Package
|
||||
description '100dpi PCF versions of the ClearlyU fonts'
|
||||
homepage 'https://xorg.freedesktop.org/'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.3'
|
||||
license 'custom'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Font_util < Package
|
||||
description 'Tools for truncating and subseting of ISO10646-1 BDF fonts'
|
||||
homepage 'https://xorg.freedesktop.org'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.3.2'
|
||||
license 'custom'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Fontforge < Package
|
||||
description 'Free (libre) font editor for Windows, Mac OS X and GNU+Linux'
|
||||
homepage 'http://fontforge.github.io/'
|
||||
homepage 'https://fontforge.org/'
|
||||
version '20170731'
|
||||
license 'BSD and GPL-3+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,11 +2,11 @@ require 'package'
|
||||
|
||||
class Foremost < Package
|
||||
description 'Foremost is a console program to recover files based on their headers, footers, and internal data structures.'
|
||||
homepage 'http://foremost.sourceforge.net/'
|
||||
homepage 'https://foremost.sourceforge.net/'
|
||||
version '1.5.7'
|
||||
license 'public-domain'
|
||||
compatibility 'all'
|
||||
source_url 'http://foremost.sourceforge.net/pkg/foremost-1.5.7.tar.gz'
|
||||
source_url 'https://foremost.sourceforge.net/pkg/foremost-1.5.7.tar.gz'
|
||||
source_sha256 '502054ef212e3d90b292e99c7f7ac91f89f024720cd5a7e7680c3d1901ef5f34'
|
||||
binary_compression 'tar.xz'
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Fossil < Package
|
||||
description 'Fossil is a simple, high-reliability, distributed software configuration management system'
|
||||
homepage 'http://www.fossil-scm.org/index.html/doc/trunk/www/index.wiki'
|
||||
homepage 'https://fossil-scm.org/home/doc/trunk/www/index.wiki'
|
||||
version '2.6'
|
||||
license 'BSD-2'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Freecad < Package
|
||||
description 'A free and opensource multiplatform 3D parametric modeler.'
|
||||
homepage 'https://www.freecadweb.org/'
|
||||
homepage 'https://www.freecad.org/'
|
||||
version '0.21.2'
|
||||
license 'GPL-2'
|
||||
compatibility 'x86_64'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Freeglut < Package
|
||||
description 'FreeGLUT is a free and open-source alternative to the OpenGL Utility Toolkit (GLUT) library.'
|
||||
homepage 'http://freeglut.sourceforge.net/'
|
||||
homepage 'https://freeglut.sourceforge.net/'
|
||||
version '3.2.1'
|
||||
license 'MIT'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Freeimage < Package
|
||||
description 'FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today\'s multimedia applications.'
|
||||
homepage 'http://freeimage.sourceforge.net/'
|
||||
homepage 'https://freeimage.sourceforge.io/'
|
||||
version '3.18.0'
|
||||
license 'GPL-2 or FIPL-1.0'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'buildsystems/meson'
|
||||
|
||||
class Freetype < Meson
|
||||
description 'FreeType is a freely available software library to render fonts.'
|
||||
homepage 'https://www.freetype.org/'
|
||||
homepage 'https://freetype.org/'
|
||||
version '2.13.2' # Update freetype in harfbuzz when updating freetype
|
||||
license 'FTL or GPL-2+'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Fribidi < Package
|
||||
description 'GNU FriBidi is an implementation of the Unicode Bidirectional Algorithm (bidi).'
|
||||
homepage 'https://www.fribidi.org/'
|
||||
homepage 'https://github.com/fribidi/fribidi'
|
||||
version '1.0.12'
|
||||
license 'LGPL-2.1+'
|
||||
compatibility 'all'
|
||||
|
||||
@@ -2,7 +2,7 @@ require 'package'
|
||||
|
||||
class Gccmakedep < Package
|
||||
description 'A utility to list the resource database of an X application.'
|
||||
homepage 'https://xorg.freedesktop.org'
|
||||
homepage 'https://xorg.freedesktop.org/wiki/'
|
||||
version '1.0.3'
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
|
||||
Reference in New Issue
Block a user