mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-04 01:18:31 -04:00
Compare commits
3 Commits
4c4787a7fe
...
56be37cdd2
Author | SHA1 | Date | |
---|---|---|---|
|
56be37cdd2 | ||
|
82690eb105 | ||
|
29e905792e |
1
dev-libs/cpr/Manifest
Normal file
1
dev-libs/cpr/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST cpr-1.11.2.tar.gz 143182 BLAKE2B fa881dd47128d632b9c939007ede8ad52e4c1d3eec72d3831fe51376a58be945fe1e774bf202bcb5818c6494bdc3a538b08ef2062fd9500fd128f1361cb0379d SHA512 30caf9257e5e45f809f541a32daf8c6c7001fbaafef0ee0ae8dd59f49736953120cb7c8849ddbff2f7fbc54d80902ec2b905f90f68f63d1f2a2dc63eda577713
|
31
dev-libs/cpr/cpr-1.11.2.ebuild
Normal file
31
dev-libs/cpr/cpr-1.11.2.ebuild
Normal file
@ -0,0 +1,31 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="C++ Requests: Curl for People, a spiritual port of Python Requests."
|
||||
HOMEPAGE="https://github.com/libcpr/cpr"
|
||||
SRC_URI="https://github.com/libcpr/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE="+ssl mbedtls"
|
||||
|
||||
DEPEND="net-misc/curl
|
||||
dev-cpp/gtest
|
||||
mbedtls? ( net-libs/mbedtls )"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCPR_USE_SYSTEM_CURL=ON
|
||||
-DCPR_USE_SYSTEM_GTEST=ON
|
||||
-DBUILD_SHARED_LIBS=ON
|
||||
-DCPR_ENABLE_SSL=$(usex ssl)
|
||||
-DCPR_FORCE_MBEDTLS_BACKEND=$(usex mbedtls)
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
15
dev-libs/cpr/metadata.xml
Normal file
15
dev-libs/cpr/metadata.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gsrc@fsfans.club</email>
|
||||
<name>G-Src</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="mbedtls">USE mbedtls as TLS backend.</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">libcpr/cpr</remote-id>
|
||||
<bugs-to>https://github.com/libcpr/cpr/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
14
metadata/md5-cache/dev-libs/cpr-1.11.2
Normal file
14
metadata/md5-cache/dev-libs/cpr-1.11.2
Normal file
@ -0,0 +1,14 @@
|
||||
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=net-misc/curl dev-cpp/gtest mbedtls? ( net-libs/mbedtls )
|
||||
DESCRIPTION=C++ Requests: Curl for People, a spiritual port of Python Requests.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/libcpr/cpr
|
||||
INHERIT=cmake
|
||||
IUSE=+ssl mbedtls
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/libcpr/cpr/archive/refs/tags/1.11.2.tar.gz -> cpr-1.11.2.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056
|
||||
_md5_=0757857b3d65cdb7ed46794fcafe729b
|
13
metadata/md5-cache/net-proxy/nekobox-core-4.2.12
Normal file
13
metadata/md5-cache/net-proxy/nekobox-core-4.2.12
Normal file
@ -0,0 +1,13 @@
|
||||
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
|
||||
DEFINED_PHASES=compile install unpack
|
||||
DESCRIPTION=Qt based Desktop cross-platform GUI proxy configuration manager
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/Mahdi-zarei/nekoray
|
||||
INHERIT=go-module
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+
|
||||
RESTRICT=strip
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Mahdi-zarei/nekoray/archive/refs/tags/4.2.12.tar.gz -> nekobox-core-4.2.12.tar.gz https://codeberg.org/G-two/vendor/raw/branch/main/nekobox-core-4.2.12-deps.tar.xz
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module df32d29550d40a92da723d3b8e17b467
|
||||
_md5_=a4804bb8262d95a1b10efe1e7783c71b
|
15
metadata/md5-cache/net-proxy/nekoray-4.2.12
Normal file
15
metadata/md5-cache/net-proxy/nekoray-4.2.12
Normal file
@ -0,0 +1,15 @@
|
||||
BDEPEND=dev-qt/qttools:6[linguist] dev-util/patchelf app-alternatives/ninja >=dev-build/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
|
||||
DEPEND=dev-cpp/abseil-cpp dev-libs/protobuf:= dev-libs/cpr dev-qt/qtbase:6[widgets,network] dev-cpp/yaml-cpp media-libs/zxing-cpp net-proxy/nekobox-core
|
||||
DESCRIPTION=Qt based Desktop cross-platform GUI proxy configuration manager
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/Mahdi-zarei/nekoray
|
||||
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
|
||||
INHERIT=cmake xdg desktop
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3+
|
||||
RDEPEND=dev-cpp/abseil-cpp dev-libs/protobuf:= dev-libs/cpr dev-qt/qtbase:6[widgets,network] dev-cpp/yaml-cpp media-libs/zxing-cpp net-proxy/nekobox-core
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Mahdi-zarei/nekoray/archive/refs/tags/4.2.12.tar.gz -> nekoray-4.2.12.tar.gz
|
||||
_eclasses_=toolchain-funcs 6afdb6107430c1832ca7e16aacbf8fa1 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 16d3941ed2dc39f4819368ae51bc0b72 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 10a50dfaf728b802fcfd37f8d0da9056 xdg 3ef49a87c52c8b77c476351195dfe575 desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed
|
||||
_md5_=626e413ef74b6ad1136fbed65cdbb323
|
@ -112,6 +112,7 @@ dev-java/google-java-format 1.25.2: Reformats Java source code to comply with Go
|
||||
dev-java/oraclejdk-bin 8.391 21.0.1: Oracle's Java SE Development Kit
|
||||
dev-lang/luajit 2.1.1727870382: Just-In-Time Compiler for the Lua programming language
|
||||
dev-lang/quickjs 2024.01.13: Small embeddable Javascript engine
|
||||
dev-libs/cpr 1.11.2: C++ Requests: Curl for People, a spiritual port of Python Requests.
|
||||
dev-libs/libdatrie 0.2.13: Double-Array Trie Library
|
||||
dev-libs/libratbag 0.18: Library to configure gaming mice
|
||||
dev-libs/libthai 0.1.28 0.1.29: A a set of Thai language support routines
|
||||
@ -281,6 +282,8 @@ net-proxy/metacubexd 1.186.1: The Official Mihomo Dashboard
|
||||
net-proxy/mihomo 1.19.3: Another Clash Kernel, formerly Clash.Meta
|
||||
net-proxy/mihomo-party-bin 1.6.0 1.7.1: Mihomo Party
|
||||
net-proxy/naiveproxy-bin 134.0.6998.39_p1: A proxy using Chromium's network stack to camouflage traffic
|
||||
net-proxy/nekobox-core 4.2.12: Qt based Desktop cross-platform GUI proxy configuration manager
|
||||
net-proxy/nekoray 4.2.12: Qt based Desktop cross-platform GUI proxy configuration manager
|
||||
net-proxy/proxy-server 8.0.0: Implementation of all proxy protocols using modern c++
|
||||
net-proxy/serenity 1.1.0_beta3: The configuration generator for sing-box
|
||||
net-proxy/shadowsocks-rust 1.22.0 1.23.0: shadowsocks is a fast tunnel proxy that helps you bypass firewalls.
|
||||
|
@ -1 +1 @@
|
||||
Sat, 29 Mar 2025 16:05:16 +0000
|
||||
Sun, 30 Mar 2025 10:05:35 +0000
|
||||
|
2
net-proxy/nekobox-core/Manifest
Normal file
2
net-proxy/nekobox-core/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
DIST nekobox-core-4.2.12-deps.tar.xz 81924268 BLAKE2B 7b9aca9c59588d3d27c201110a4dc27f243468ef7f8ab350ab1e12b6cd09ca1ef8dc1d456f1415b0393948f27705a5ca30aff5d2d43b66bafc79a24ca8918e12 SHA512 813562409329bf83173c530f060f95a844da18da562022d6da1d3c5cee3154bb6f317d2b8e0383d4327c576ee4f263bc2a977c849e4510c6134687e426b6f01b
|
||||
DIST nekobox-core-4.2.12.tar.gz 580047 BLAKE2B 83d1607dbc47c84b23457db5695553a1b9721c45eaad04b82bc66c4f74f0bfe479d6a7d178bf11b18661556331f667d68806c090ecd1b83b73f0d7a175b3d2d4 SHA512 ced86c324cff4a235ee4a386c6892e1814b231f9a70dbb10b51abbe646e3c3476614fc4407d8316ed37675383aca5d7fe327759142f52bf56d2c181aec816d1c
|
12
net-proxy/nekobox-core/metadata.xml
Normal file
12
net-proxy/nekobox-core/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gsrc@fsfans.club</email>
|
||||
<name>G-Src</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">Mahdi-zarei/nekoray</remote-id>
|
||||
<remote-id type="codeberg">G-two/vendor</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
28
net-proxy/nekobox-core/nekobox-core-4.2.12.ebuild
Normal file
28
net-proxy/nekobox-core/nekobox-core-4.2.12.ebuild
Normal file
@ -0,0 +1,28 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit go-module
|
||||
|
||||
DESCRIPTION="Qt based Desktop cross-platform GUI proxy configuration manager"
|
||||
HOMEPAGE="https://github.com/Mahdi-zarei/nekoray"
|
||||
SRC_URI="https://github.com/Mahdi-zarei/nekoray/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://codeberg.org/G-two/vendor/raw/branch/main/${P}-deps.tar.xz"
|
||||
|
||||
S="${WORKDIR}/nekoray-${PV}/core/server"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_compile() {
|
||||
ego build \
|
||||
-tags "with_clash_api,with_gvisor,with_quic,with_wireguard,with_utls,with_ech,with_dhcp" \
|
||||
-ldflags "-X 'github.com/sagernet/sing-box/constant.Version=${PV}'"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
exeinto /usr/lib/nekoray/
|
||||
doexe nekobox_core
|
||||
}
|
1
net-proxy/nekoray/Manifest
Normal file
1
net-proxy/nekoray/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST nekoray-4.2.12.tar.gz 580047 BLAKE2B 83d1607dbc47c84b23457db5695553a1b9721c45eaad04b82bc66c4f74f0bfe479d6a7d178bf11b18661556331f667d68806c090ecd1b83b73f0d7a175b3d2d4 SHA512 ced86c324cff4a235ee4a386c6892e1814b231f9a70dbb10b51abbe646e3c3476614fc4407d8316ed37675383aca5d7fe327759142f52bf56d2c181aec816d1c
|
11
net-proxy/nekoray/files/nekoray.desktop
Normal file
11
net-proxy/nekoray/files/nekoray.desktop
Normal file
@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Name=NekoRay
|
||||
Categories=Network;
|
||||
Comment=Qt based cross-platform GUI proxy configuration manager (backend: sing-box)
|
||||
Comment[zh_CN]=基于 Qt 的跨平台代理配置管理器 (后端 sing-box)
|
||||
Keywords=Internet;VPN;Proxy;sing-box;
|
||||
Exec=nekoray
|
||||
Icon=nekobox
|
3
net-proxy/nekoray/files/nekoray.sh
Normal file
3
net-proxy/nekoray/files/nekoray.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
exec /usr/lib/nekoray/nekoray -appdata "$@"
|
11
net-proxy/nekoray/metadata.xml
Normal file
11
net-proxy/nekoray/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gsrc@fsfans.club</email>
|
||||
<name>G-Src</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">Mahdi-zarei/nekoray</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
35
net-proxy/nekoray/nekoray-4.2.12.ebuild
Normal file
35
net-proxy/nekoray/nekoray-4.2.12.ebuild
Normal file
@ -0,0 +1,35 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake xdg desktop
|
||||
|
||||
DESCRIPTION="Qt based Desktop cross-platform GUI proxy configuration manager"
|
||||
HOMEPAGE="https://github.com/Mahdi-zarei/nekoray"
|
||||
SRC_URI="https://github.com/Mahdi-zarei/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="dev-cpp/abseil-cpp
|
||||
dev-libs/protobuf:=
|
||||
dev-libs/cpr
|
||||
dev-qt/qtbase:6[widgets,network]
|
||||
dev-cpp/yaml-cpp
|
||||
media-libs/zxing-cpp
|
||||
net-proxy/nekobox-core"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="dev-qt/qttools:6[linguist]
|
||||
dev-util/patchelf"
|
||||
|
||||
src_install() {
|
||||
exeinto "/usr/lib/${PN}/"
|
||||
doexe "${BUILD_DIR}"/nekoray
|
||||
patchelf --replace-needed libqhotkey.so.0 /usr/lib/"${PN}"/libqhotkey.so.0.1 "${ED}"/usr/lib/"${PN}"/nekoray || die
|
||||
newbin "${FILESDIR}"/"${PN}".sh "${PN}"
|
||||
doexe "${BUILD_DIR}"/libqhotkey.so.0.1
|
||||
doicon res/public/nekobox.png
|
||||
domenu "${FILESDIR}"/nekoray.desktop
|
||||
}
|
@ -109,6 +109,7 @@ dev-java/oraclejdk-bin:javafx - Install JavaFX libraries
|
||||
dev-java/oraclejdk-bin:source - Install JVM sources
|
||||
dev-lang/luajit:lua52compat - Enable some upwards-compatible features from Lua 5.2 that are unlikely to break existing code.
|
||||
dev-lang/quickjs:lto - Enable Link Time Optimizations (improves performance and decreases size of executables)
|
||||
dev-libs/cpr:mbedtls - USE mbedtls as TLS backend.
|
||||
dev-libs/v2ray-rules-dat-bin:geoip - Install geoip.dat
|
||||
dev-libs/v2ray-rules-dat-bin:geosite - Install geosite.dat
|
||||
dev-python/conda:mamba - enable libmamba resolver
|
||||
|
Loading…
x
Reference in New Issue
Block a user