*/*: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2021-07-05 10:55:42 +02:00
parent fbf47bfc2a
commit 13a6e9bab9
1423 changed files with 26237 additions and 13113 deletions

View File

@ -4,6 +4,9 @@ PORTNAME= lazperf
DISTVERSION= 2.0.0
CATEGORIES= archivers databases geography
PATCH_SITES= https://github.com/hobu/laz-perf/commit/
PATCHFILES= a003d1ead4afb9a0c61cde8b00340c489f2ce370.patch:-p1
MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= Alternative LAZ implementation for C++ and JavaScript

View File

@ -1,3 +1,5 @@
TIMESTAMP = 1622957308
TIMESTAMP = 1625410349
SHA256 (hobu-laz-perf-2.0.0_GH0.tar.gz) = 0b088e17b7ed96333fc4d791fb78d021e37a63c97fe85dff59b19a0098df6462
SIZE (hobu-laz-perf-2.0.0_GH0.tar.gz) = 4968421
SHA256 (a003d1ead4afb9a0c61cde8b00340c489f2ce370.patch) = 9dc35fcf10ef722a9901152faeb4c727532010f690484329df98249af9234a4e
SIZE (a003d1ead4afb9a0c61cde8b00340c489f2ce370.patch) = 857

View File

@ -1,70 +1,22 @@
# Created by: Andreas Klemm <andreas@klemm.gtn.com>
PORTNAME= star
PORTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= SF/s-tar
MAINTAINER= mm@FreeBSD.org
COMMENT= Unique standard tape archiver with many enhancements
LICENSE= CDDL GPLv2
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/CDDL.Schily.txt
OPTIONS_DEFINE+=DOCS TARTEST
OPTIONS_SUB= yes
TARTEST_DESC= Install tartest and test scripts
TARTEST_VARS= COMPONENTS+=tartest
BROKEN_riscv64= fails to configure in autoconf: checking whether the C compiler (riscv64-freebsd-clang) works... no
MASTERDIR= ${.CURDIR}/../../devel/schilybase
COMPONENTS= mt \
rmt \
star \
star_sym \
strar
USES= gmake gettext iconv tar:bzip2
BINARY_WRAPPERS= gm4
post-install-DOCS-off:
${RM} ${STAGEDIR}share/doc/star/README*
${RM} ${STAGEDIR}share/doc/star/STARvsGNUTAR
MAKE_ARGS= GMAKE_NOWARN=true DESTDIR=${STAGEDIR} INS_BASE=${PREFIX} \
MANBASE=
PORTDOCS= README README.crash README.mtio README.pattern STARvsGNUTAR \
README.ACL README.largefiles README.otherbugs \
README.posix-2001
OPTIONS_DEFINE= DOCS
post-patch:
@${MV} ${WRKSRC}/rmt/rmt.1 ${WRKSRC}/rmt/srmt.1
@${REINPLACE_CMD} -e "s@/etc/default@${PREFIX}/etc@g" \
${WRKSRC}/Mcsw \
${WRKSRC}/include/schily/deflts.h \
${WRKSRC}/rmt/rmt.c \
${WRKSRC}/rmt/rmt.dfl \
${WRKSRC}/rmt/srmt.1 \
${WRKSRC}/star/Makefile.dfl \
${WRKSRC}/star/defaults.c \
${WRKSRC}/star/star.1 \
${WRKSRC}/star/star.c \
${WRKSRC}/star/star.dfl \
${WRKSRC}/star/suntar.c
pre-build:
@${WRKSRC}/conf/cc-config.sh cc cc ${WRKSRC}/incs/Dcc.${ARCH}-freebsd
@cd ${WRKSRC}/RULES && ${SH} ./MKLINKS
post-stage:
@${RM} ${STAGEDIR}/${PREFIX}/bin/mt \
${STAGEDIR}/${PREFIX}/include/schily/*.h \
${STAGEDIR}/${PREFIX}/include/schily/*/*.h \
${STAGEDIR}/${PREFIX}/lib/*.a \
${STAGEDIR}/${PREFIX}/lib/profiled/*.a \
${STAGEDIR}/${PREFIX}/man/man1/match.1* \
${STAGEDIR}/${PREFIX}/man/man1/mt.1* \
${STAGEDIR}/${PREFIX}/man/man3/*.3* \
${STAGEDIR}/${PREFIX}/man/man5/makerules.5* \
${STAGEDIR}/${PREFIX}/man/man5/makefiles.5*
@${RMDIR} ${STAGEDIR}/${PREFIX}/include/schily/* \
${STAGEDIR}/${PREFIX}/include/schily \
${STAGEDIR}/${PREFIX}/lib/profiled
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for FILE in ${PORTDOCS}
(cd ${WRKSRC}/star && ${INSTALL_DATA} ${FILE} ${STAGEDIR}${DOCSDIR}/${FILE})
.endfor
.include <bsd.port.mk>
.include "${MASTERDIR}/Makefile.master"

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1555798131
SHA256 (star-1.6.tar.bz2) = 1b18662ebae6c3509020953d4464e654c7ded4752774de987d8dc307dc43f776
SIZE (star-1.6.tar.bz2) = 1154422

View File

@ -1,18 +0,0 @@
--- rmt/Makefile.orig 2011-04-15 20:06:22 UTC
+++ rmt/Makefile
@@ -6,13 +6,13 @@ include $(SRCROOT)/$(RULESDIR)/rules.to
###########################################################################
INSDIR= sbin
-TARGET= rmt
+TARGET= srmt
CPPOPTS += -DUSE_REMOTE
CPPOPTS += -DUSE_LARGEFILES
CFILES= rmt.c
#HFILES=
LIBS= -ldeflt -lschily $(LIB_SOCKET)
-XMK_FILE= Makefile.man Makefile.dfl Makefile.doc
+XMK_FILE= Makefile.man
###########################################################################
include $(SRCROOT)/$(RULESDIR)/rules.cmd

View File

@ -1,15 +0,0 @@
--- rmt/Makefile.man.orig 2000-12-04 21:25:51 UTC
+++ rmt/Makefile.man
@@ -8,10 +8,10 @@ include $(SRCROOT)/$(RULESDIR)/rules.to
###########################################################################
MANDIR= man
-TARGETMAN= rmt
+TARGETMAN= srmt
MANSECT= $(MANSECT_CMD)
MANSUFFIX= $(MANSUFF_CMD)
-MANFILE= rmt.1
+MANFILE= srmt.1
###########################################################################
include $(SRCROOT)/$(RULESDIR)/rules.man

View File

@ -1,22 +0,0 @@
--- star/Makefile.orig 2013-11-05 22:36:07 UTC
+++ star/Makefile
@@ -15,7 +15,7 @@ include $(SRCROOT)/$(RULESDIR)/rules.to
INSDIR= bin
TARGET= star
#SYMLINKS= ustar tar
-SYMLINKS= ustar tar gnutar suntar scpio spax
+SYMLINKS= ustar suntar scpio spax
CPPOPTS += -D__STAR__
CPPOPTS += -DSET_CTIME -DFIFO -DUSE_MMAP -DUSE_REMOTE -DUSE_RCMD_RSH
#CPPOPTS += -DSET_CTIME -DFIFO -DUSE_MMAP
@@ -55,8 +55,8 @@ LIBS= -ldeflt -lrmt -lfind -lschily $(L
#
# Wenn -lfind, dann auch $(LIB_INTL)
#
-XMK_FILE= Makefile.man ustarman.mk starformatman.mk scpioman.mk gnutarman.mk \
- spaxman.mk suntarman.mk Makefile.dfl Makefile.doc
+XMK_FILE= Makefile.man starformatman.mk scpioman.mk \
+ spaxman.mk suntarman.mk
star_fat.c: star.c
$(RM) $(RM_FORCE) $@; cp star.c $@

View File

@ -1,18 +1,91 @@
bin/gnutar
bin/scpio
bin/smt
bin/spax
bin/star
bin/star_sym
bin/tartest
bin/strar
bin/suntar
%%TARTEST%%bin/tartest
bin/ustar
man/man1/scpio.1.gz
man/man1/smt.1.gz
man/man1/spax.1.gz
man/man1/srmt.1.gz
man/man1/star.1.gz
man/man1/star_sym.1.gz
man/man1/suntar.1.gz
man/man1/tartest.1.gz
man/man5/star.5.gz
etc/default/srmt
etc/default/star
sbin/srmt
share/doc/srmt/default-srmt.sample
%%PORTDOCS%%share/doc/star/README
%%PORTDOCS%%share/doc/star/README.ACL
%%PORTDOCS%%share/doc/star/README.crash
%%PORTDOCS%%share/doc/star/README.largefiles
%%PORTDOCS%%share/doc/star/README.mtio
%%PORTDOCS%%share/doc/star/README.otherbugs
%%PORTDOCS%%share/doc/star/README.pattern
%%PORTDOCS%%share/doc/star/README.posix-2001
%%PORTDOCS%%share/doc/star/STARvsGNUTAR
%%TARTEST%%share/doc/star/testscripts/00INDEX
%%TARTEST%%share/doc/star/testscripts/100char_longlink.tar
%%TARTEST%%share/doc/star/testscripts/100char_longlink.tar-non-compliant
%%TARTEST%%share/doc/star/testscripts/README.GNUtar-multivol.fail
%%TARTEST%%share/doc/star/testscripts/README.create-and-remove
%%TARTEST%%share/doc/star/testscripts/README.gtarfail
%%TARTEST%%share/doc/star/testscripts/README.largefiles
%%TARTEST%%share/doc/star/testscripts/README.longnames
%%TARTEST%%share/doc/star/testscripts/README.paxbug
%%TARTEST%%share/doc/star/testscripts/README.quicktest
%%TARTEST%%share/doc/star/testscripts/acl-nfsv4-compact-test.tar.gz
%%TARTEST%%share/doc/star/testscripts/acl-nfsv4-compact-test2.tar.gz
%%TARTEST%%share/doc/star/testscripts/acl-nfsv4-compact-test3.tar.gz
%%TARTEST%%share/doc/star/testscripts/acl-nfsv4-compact-test4.tar.gz
%%TARTEST%%share/doc/star/testscripts/acl-nfsv4-compact-test5.tar.gz
%%TARTEST%%share/doc/star/testscripts/acl-nfsv4-test.tar.gz
%%TARTEST%%share/doc/star/testscripts/acl-nfsv4-test2.tar.gz
%%TARTEST%%share/doc/star/testscripts/acl-nfsv4-test3.tar.gz
%%TARTEST%%share/doc/star/testscripts/acl-nfsv4-test4.tar.gz
%%TARTEST%%share/doc/star/testscripts/acl-nfsv4-test5.tar.gz
%%TARTEST%%share/doc/star/testscripts/acl-test.tar.gz
%%TARTEST%%share/doc/star/testscripts/acl-test2.tar.gz
%%TARTEST%%share/doc/star/testscripts/acl-test3.tar.gz
%%TARTEST%%share/doc/star/testscripts/acl-test4.tar.gz
%%TARTEST%%share/doc/star/testscripts/acl-test5.tar.gz
%%TARTEST%%share/doc/star/testscripts/create-and-remove.tar
%%TARTEST%%share/doc/star/testscripts/dirloop.tar
%%TARTEST%%share/doc/star/testscripts/g-hdr.pax.gz
%%TARTEST%%share/doc/star/testscripts/gnu-multi-fail-volume1.gtar
%%TARTEST%%share/doc/star/testscripts/gnu-multi-fail-volume2.gtar
%%TARTEST%%share/doc/star/testscripts/gtarfail.tar
%%TARTEST%%share/doc/star/testscripts/gtarfail2.tar
%%TARTEST%%share/doc/star/testscripts/long.ustar.gz
%%TARTEST%%share/doc/star/testscripts/longpath.tar.bz2
%%TARTEST%%share/doc/star/testscripts/mk
%%TARTEST%%share/doc/star/testscripts/mk2
%%TARTEST%%share/doc/star/testscripts/not_a_tar_file
%%TARTEST%%share/doc/star/testscripts/not_a_tar_file1
%%TARTEST%%share/doc/star/testscripts/not_a_tar_file2
%%TARTEST%%share/doc/star/testscripts/not_a_tar_file3
%%TARTEST%%share/doc/star/testscripts/old-file.tar
%%TARTEST%%share/doc/star/testscripts/pax-big-10g.tar.bz2
%%TARTEST%%share/doc/star/testscripts/pax-rename.tar.gz
%%TARTEST%%share/doc/star/testscripts/quicktest.filelist
%%TARTEST%%share/doc/star/testscripts/remove.tar
%%TARTEST%%share/doc/star/testscripts/tartest-quicktest.out
%%TARTEST%%share/doc/star/testscripts/types-star-oldsparse.tar.gz
%%TARTEST%%share/doc/star/testscripts/typescript
%%TARTEST%%share/doc/star/testscripts/ustar-all-filetypes.tar
%%TARTEST%%share/doc/star/testscripts/ustar-all-quicktest-past-contig.tar
%%TARTEST%%share/doc/star/testscripts/ustar-all-quicktest.tar
%%TARTEST%%share/doc/star/testscripts/ustar-all-quicktest.tar-without-cont-file
%%TARTEST%%share/doc/star/testscripts/ustar-bad-filetypes.tar
%%TARTEST%%share/doc/star/testscripts/ustar-bad-signedsum.tar
%%TARTEST%%share/doc/star/testscripts/ustar-big-2g.tar.bz2
%%TARTEST%%share/doc/star/testscripts/ustar-big-8g.tar.bz2
share/man/man1/gnutar.1.gz
share/man/man1/srmt.1.gz
share/man/man1/scpio.1.gz
share/man/man1/smt.1.gz
share/man/man1/spax.1.gz
share/man/man1/star.1.gz
share/man/man1/star_sym.1.gz
share/man/man1/strar.1.gz
share/man/man1/suntar.1.gz
%%TARTEST%%share/man/man1/tartest.1.gz
share/man/man1/ustar.1.gz
share/man/man5/star.5.gz

View File

@ -79,6 +79,7 @@
SUBDIR += pp3
SUBDIR += ptiger
SUBDIR += py-astlib
SUBDIR += py-astral
SUBDIR += py-astropy
SUBDIR += py-astropy-helpers
SUBDIR += py-ephem

View File

@ -45,7 +45,7 @@ DOCS_CMAKE_OFF= -DOCPN_BUNDLE_DOCS:STRING="OFF"
.include <bsd.port.options.mk>
.if ${ARCH:Mpowerpc64*}
.if ${ARCH:Mpowerpc*}
CMAKE_ARGS+= -DHAVE_MSSE=OFF -DHAVE_MSSE2=OFF -DHAVE_MSSE3=OFF -DHAVE_MAVX2=OFF -DHAVE_MFPU_NEON=OFF
.endif

19
astro/py-astral/Makefile Normal file
View File

@ -0,0 +1,19 @@
PORTNAME= astral
DISTVERSION= 2.2
CATEGORIES= astro python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ygy@FreeBSD.org
COMMENT= Calculations for the position of the sun and moon
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>

3
astro/py-astral/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1624727522
SHA256 (astral-2.2.tar.gz) = e41d9967d5c48be421346552f0f4dedad43ff39a83574f5ff2ad32b6627b6fbe
SIZE (astral-2.2.tar.gz) = 578223

View File

@ -0,0 +1,7 @@
Astral is a python package for calculating the times of various
aspects of the sun and phases of the moon. It can calculate times for
various positions of the sun: dawn, sunrise, solar noon, sunset,
dusk, solar elevation, solar azimuth and rahukaalam, as well as the
phase of the moon for a specified date.
WWW: https://github.com/sffjunkie/astral

View File

@ -1,7 +1,7 @@
# Created by: thierry@pompo.net
PORTNAME= sgp4
PORTVERSION= 2.19
PORTVERSION= 2.20
CATEGORIES= astro python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1619187888
SHA256 (brandon-rhodes-python-sgp4-2.19_GH0.tar.gz) = 5607e3e96d24f55a6686ab5d68a696705ae4a0f9bec295adceb78b88dbc0928c
SIZE (brandon-rhodes-python-sgp4-2.19_GH0.tar.gz) = 153561
TIMESTAMP = 1625143627
SHA256 (brandon-rhodes-python-sgp4-2.20_GH0.tar.gz) = 814061324a3d07676137dff0960346db575e2b97d01f5d924437d633f5f831c8
SIZE (brandon-rhodes-python-sgp4-2.20_GH0.tar.gz) = 154296

View File

@ -116,6 +116,7 @@
SUBDIR += denemo
SUBDIR += din
SUBDIR += discid
SUBDIR += dmidiplayer
SUBDIR += dpf-plugins-lv2
SUBDIR += dragonfly-reverb-lv2
SUBDIR += drumgizmo
@ -869,6 +870,7 @@
SUBDIR += yoshimi
SUBDIR += zam-plugins-lv2
SUBDIR += zita-convolver
SUBDIR += zita-njbridge
SUBDIR += zita-resampler
SUBDIR += zrythm
SUBDIR += zynaddsubfx

View File

@ -1,7 +1,7 @@
PORTNAME= abGate
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio
PKGNAMESUFFIX= -lv2
@ -22,6 +22,9 @@ USE_GL= gl
USE_GNOME= atkmm gtk20 gtkmm24 libsigc++20
USE_LDCONFIG= yes
# Makefile directly calls 'qmake' binary. Give it such.
BINARY_ALIAS= qmake=${QMAKE}
post-patch:
@${REINPLACE_CMD} -e ' \
s|PREFIX = |PREFIX ?= |; \

View File

@ -61,6 +61,8 @@ CONFIGURE_ARGS_amd64= --arch='-msse -mfpmath=sse -DARCH_X86' --dist-target=x86_6
# only support for i686 or better
CONFIGURE_ARGS_i386= --arch='-msse -mfpmath=sse -march=i686 -DARCH_X86' --dist-target=i686
LDFLAGS_powerpc= -Wl,-z,notext
post-patch:
@${REINPLACE_CMD} -e 's/obj\.use = '\''libsmf libpbd'\''/obj\.use = '\''libsmf_internal libpbd'\''/g' ${WRKSRC}/libs/evoral/wscript
@${REINPLACE_CMD} -e 's/libsmf\.name = '\''libsmf'\''/libsmf\.name = '\''libsmf_internal'\''/g' ${WRKSRC}/libs/evoral/wscript

View File

@ -1,5 +1,5 @@
PORTNAME= bangr
DISTVERSION= 1.2.0
DISTVERSION= 1.4.0
CATEGORIES= audio
PKGNAMESUFFIX= -lv2
@ -31,6 +31,8 @@ PLIST_FILES= lib/lv2/BAngr.lv2/BAngr.so \
lib/lv2/BAngr.lv2/manifest.ttl
post-install:
@cd ${STAGEDIR}${PREFIX}/lib/lv2/BAngr.lv2 && \
${STRIP_CMD} BAngr.so BAngrGUI.so
@${RM} ${STAGEDIR}${PREFIX}/lib/lv2/BAngr.lv2/LICENSE
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1624812024
SHA256 (sjaehn-BAngr-1.2.0_GH0.tar.gz) = fb71f64adb7f5cb8e9d6c39dc433e1ca01a13ba616fa4e619bec325534773335
SIZE (sjaehn-BAngr-1.2.0_GH0.tar.gz) = 297242
TIMESTAMP = 1625415602
SHA256 (sjaehn-BAngr-1.4.0_GH0.tar.gz) = b3ba47d81ac331259f21330e67d1fd8dbc66e4300d89d5a3ddde8a9869ea8519
SIZE (sjaehn-BAngr-1.4.0_GH0.tar.gz) = 313512

View File

@ -1,7 +1,7 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= ${GH_PROJECT:tl}
PORTVERSION= 1.0.4
PORTVERSION= 1.0.5
DISTVERSIONPREFIX= v
CATEGORIES= audio

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1613313140
SHA256 (enzo1982-BoCA-v1.0.4_GH0.tar.gz) = f6ed366469b39afc363ef2ece76e3508a485970f5ba4eb705aaefd62057aa076
SIZE (enzo1982-BoCA-v1.0.4_GH0.tar.gz) = 100671222
TIMESTAMP = 1624795545
SHA256 (enzo1982-BoCA-v1.0.5_GH0.tar.gz) = 5afb742beff8546c2773735fa2e5c592452b91afe3a4712dd230273cd83d7b94
SIZE (enzo1982-BoCA-v1.0.5_GH0.tar.gz) = 142153923

View File

@ -160,4 +160,4 @@ lib/boca/boca_tagger_riff.1.0.so
lib/boca/boca_tagger_vorbis.1.0.so
lib/boca/boca_verifier_md5.1.0.so
lib/libboca-1.0.so
lib/libboca-1.0.so.2
lib/libboca-1.0.so.3

View File

@ -0,0 +1,21 @@
PORTNAME= dmidiplayer
DISTVERSION= 1.4.0
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/v${DISTVERSION}/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Featured MIDI file player
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libdrumstick-rt.so:audio/drumstick \
libuchardet.so:textproc/uchardet
USES= compiler:c++11-lang cmake desktop-file-utils pkgconfig qt:5 tar:bz2
USE_QT= core gui printsupport widgets buildtools_build linguisttools qmake_build
CMAKE_ON= EMBED_TRANSLATIONS
CMAKE_OFF= BUILD_DOCS
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1625155657
SHA256 (dmidiplayer-1.4.0.tar.bz2) = bdfaeee156be3719e3809239b18384ffdbcc8b6b4cfbdf2bfac8c73a010a44d8
SIZE (dmidiplayer-1.4.0.tar.bz2) = 1354068

View File

@ -0,0 +1,8 @@
Featured MIDI File Player for Linux, Windows, and macOS written in C++, and
using Qt5 and Drumstick2.
Features:
* MIDI Output to hardware MIDI ports, or any other Drumstick backend
* Transpose song tonality between -12 and +12 semitones
WWW: https://sourceforge.net/projects/dmidiplayer/

View File

@ -0,0 +1,22 @@
bin/dmidiplayer
man/man1/dmidiplayer.1.gz
share/applications/net.sourceforge.dmidiplayer.desktop
%%DATADIR%%/dmidiplayer_cs.qm
%%DATADIR%%/dmidiplayer_es.qm
%%DATADIR%%/dmidiplayer_ru.qm
%%DATADIR%%/examples.lst
%%DATADIR%%/haendel_hallelujah.mid
%%DATADIR%%/lindaamiga.mid
%%DATADIR%%/mozart_aveverum.mid
%%DATADIR%%/mozart_diesirae.mid
%%DATADIR%%/mozart_konigdernacht.mid
%%DATADIR%%/schubert_avemaria.mid
%%DATADIR%%/test.mid
%%DATADIR%%/twinkle.kar
share/icons/hicolor/128x128/apps/dmidiplayer.png
share/icons/hicolor/24x24/apps/dmidiplayer.png
share/icons/hicolor/32x32/apps/dmidiplayer.png
share/icons/hicolor/48x48/apps/dmidiplayer.png
share/icons/hicolor/64x64/apps/dmidiplayer.png
share/icons/hicolor/scalable/apps/dmidiplayer.svgz
share/metainfo/net.sourceforge.dmidiplayer.appdata.xml

View File

@ -1,5 +1,5 @@
PORTNAME= drumstick
DISTVERSION= 2.2.1
DISTVERSION= 2.3.0
CATEGORIES= audio multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1622537489
SHA256 (drumstick-2.2.1.tar.bz2) = 5315d41243b9a973c88f0f7d05d900b298a447d365bb7d9c95fdbc713c9ff96e
SIZE (drumstick-2.2.1.tar.bz2) = 1461686
TIMESTAMP = 1625100496
SHA256 (drumstick-2.3.0.tar.bz2) = 132ab9af7504939eb1ffd3500d89e4484bc2591e8c5ade0a2f2a87e4ac9e0a8a
SIZE (drumstick-2.3.0.tar.bz2) = 1463890

View File

@ -1,15 +1,6 @@
--- CMakeLists.txt.orig 2021-05-09 10:45:44 UTC
--- CMakeLists.txt.orig 2021-06-28 15:28:22 UTC
+++ CMakeLists.txt
@@ -69,7 +69,7 @@ endif ()
option(BUILD_DOCS "Build Doxygen documentation and man pages" ${_DOCS_INIT})
option(BUILD_UTILS "Build Utilities and Examples" ON)
option(STATIC_DRUMSTICK "Build static libraries instead of dynamic" OFF)
-option(USE_DBUS "Include DBus support (required for RealtimeKit)" ${_DBUS_INIT})
+#option(USE_DBUS "Include DBus support (required for RealtimeKit)" ${_DBUS_INIT})
if(STATIC_DRUMSTICK)
set(BUILD_SHARED_LIBS OFF)
@@ -96,15 +96,17 @@ else()
@@ -111,8 +111,8 @@ else()
message(FATAL_ERROR "Program pkg-config not found")
endif()
@ -20,38 +11,25 @@
if(ALSA_FOUND)
message(STATUS "Found ALSA version = ${ALSA_VERSION}")
endif()
endif()
if(UNIX AND NOT APPLE)
- pkg_check_modules(PULSE IMPORTED_TARGET libpulse-simple)
+ if (USE_PULSEAUDIO)
+ pkg_check_modules(PULSE IMPORTED_TARGET libpulse-simple)
+ endif()
if(PULSE_FOUND)
message(STATUS "Found PulseAudio version = ${PULSE_VERSION}")
else()
@@ -149,7 +151,7 @@ endif()
@@ -179,7 +179,7 @@ endif()
if(UNIX AND NOT APPLE)
if (BUILD_DOCS)
- find_package(Doxygen REQUIRED dot)
+ #find_package(Doxygen REQUIRED dot)
if(DOXYGEN_FOUND)
string(REPLACE ";" " " DOXYGEN_INCLUDE_DIRS "${Qt5Core_INCLUDE_DIRS}")
string(REPLACE ";" " " DOXYGEN_INCLUDE_DIRS "${Qt${QT_VERSION_MAJOR}Core_INCLUDE_DIRS}")
configure_file("${CMAKE_SOURCE_DIR}/Doxyfile.in"
@@ -160,11 +162,11 @@ if(UNIX AND NOT APPLE)
endif()
add_subdirectory(doc)
@@ -192,9 +192,9 @@ if(UNIX AND NOT APPLE)
endif()
- configure_file(drumstick-alsa.pc.in drumstick-alsa.pc IMMEDIATE @ONLY)
+ #configure_file(drumstick-alsa.pc.in drumstick-alsa.pc IMMEDIATE @ONLY)
configure_file(drumstick.spec.in drumstick.spec IMMEDIATE @ONLY)
- install(FILES
- ${CMAKE_CURRENT_BINARY_DIR}/drumstick-alsa.pc
- DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig )
+ #install(FILES
+ # ${CMAKE_CURRENT_BINARY_DIR}/drumstick-alsa.pc
+ # DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig )
if(ALSA_FOUND AND PKG_CONFIG_FOUND)
- configure_file(drumstick-alsa.pc.in drumstick-alsa.pc IMMEDIATE @ONLY)
- install(FILES ${CMAKE_CURRENT_BINARY_DIR}/drumstick-alsa.pc
- DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig )
+ #configure_file(drumstick-alsa.pc.in drumstick-alsa.pc IMMEDIATE @ONLY)
+ #install(FILES ${CMAKE_CURRENT_BINARY_DIR}/drumstick-alsa.pc
+ # DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig )
endif()
# XML mime types
set( SHARED_MIME_INFO_MINIMUM_VERSION "0.30" )
set( XDG_MIME_INSTALL_DIR "${CMAKE_INSTALL_DATAROOTDIR}/mime/packages" )

View File

@ -33,13 +33,13 @@ lib/drumstick2/libdrumstick-rt-oss-in.so
lib/drumstick2/libdrumstick-rt-oss-out.so
lib/libdrumstick-file.so
lib/libdrumstick-file.so.2
lib/libdrumstick-file.so.2.2.1
lib/libdrumstick-file.so.2.3.0
lib/libdrumstick-rt.so
lib/libdrumstick-rt.so.2
lib/libdrumstick-rt.so.2.2.1
lib/libdrumstick-rt.so.2.3.0
lib/libdrumstick-widgets.so
lib/libdrumstick-widgets.so.2
lib/libdrumstick-widgets.so.2.2.1
lib/libdrumstick-widgets.so.2.3.0
%%QT_PLUGINDIR%%/designer/libdrumstick-vpiano-plugin.so
libdata/pkgconfig/drumstick-file.pc
libdata/pkgconfig/drumstick-rt.pc

View File

@ -1,10 +1,13 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= freac
PORTVERSION= 1.1.4
PORTVERSION= 1.1.5
DISTVERSIONPREFIX= v
CATEGORIES= audio
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
PATCHFILES= 09444c7f0a9b3204394914ea18f629567868aacf.diff:-p1
MAINTAINER= danfe@FreeBSD.org
COMMENT= Free, open-source audio converter and CD ripper
@ -25,5 +28,7 @@ post-patch:
${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's,INSTALL_DATA,BSD_INSTALL_LIB,' \
${WRKSRC}/Makefile-commands
@${REINPLACE_CMD} -e '/operatingSystem/s,Unknown",&;,' \
${WRKSRC}/components/extension/protocols/systeminfo.cpp
.include <bsd.port.mk>

View File

@ -1,3 +1,5 @@
TIMESTAMP = 1613317728
SHA256 (enzo1982-freac-v1.1.4_GH0.tar.gz) = 547330da16a16c500a96e9eced3a0386837996953f74183eabae803175c71551
SIZE (enzo1982-freac-v1.1.4_GH0.tar.gz) = 4304538
TIMESTAMP = 1624802678
SHA256 (enzo1982-freac-v1.1.5_GH0.tar.gz) = 54d0abd99d1351c6c489eaa65f5c9d5de8f244ddd8c3d9b500526bf20ff23163
SIZE (enzo1982-freac-v1.1.5_GH0.tar.gz) = 4412524
SHA256 (09444c7f0a9b3204394914ea18f629567868aacf.diff) = 82b626d3ac7e79f430c32c3888f5b1b978233482628686a07eaee51c63973dc0
SIZE (09444c7f0a9b3204394914ea18f629567868aacf.diff) = 1412

View File

@ -17,11 +17,13 @@ lib/freac/freac.extension.notifier/icons/stop.png
lib/freac/freac.extension.notifier/sounds/License.md
lib/freac/freac.extension.notifier/sounds/finished.flac
lib/freac/freac.so
lib/freac/freac_extension_accuraterip.1.0.so
lib/freac/freac_extension_donate.1.0.so
lib/freac/freac_extension_langnotify.1.0.so
lib/freac/freac_extension_notifier.1.0.so
lib/freac/freac_extension_protocols.1.0.so
lib/freac/freac_extension_tagedit.1.0.so
lib/freac/freac_verifier_accuraterip.1.0.so
share/applications/org.freac.freac.desktop
%%PORTDOCS%%%%DOCSDIR%%/Readme
%%PORTDOCS%%%%DOCSDIR%%/Readme.de

View File

@ -1,7 +1,7 @@
PORTNAME= guidolib
DISTVERSIONPREFIX= v
DISTVERSION= 168
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio graphics print
MAINTAINER= yuri@FreeBSD.org
@ -32,6 +32,8 @@ OPTIONS_DEFINE= DOCS EXAMPLES
PORTDOCS= *
PORTEXAMPLES= *
BINARY_ALIAS= qmake=${QMAKE}
post-extract:
@${RM} -r ${WRKSRC}/src/midisharelight

View File

@ -25,18 +25,18 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libtheora.so:multimedia/libtheora \
libvorbis.so:audio/libvorbis
OPTIONS_DEFINE= DOCS
USES= cpe gmake gnome localbase ssl
USE_GNOME= libxml2 libxslt
GNU_CONFIGURE= yes
USE_RC_SUBR= ${PORTNAME}
USE_RC_SUBR= icecast
SUB_FILES= pkg-message
CPE_VENDOR= xiph
OPTIONS_DEFINE= DOCS
post-install:
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/favicon.ico ${STAGEDIR}${DATADIR}/web/

View File

@ -1,6 +1,7 @@
PORTNAME= musescore
DISTVERSIONPREFIX= v
DISTVERSION= 3.6.1
PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= adridg@FreeBSD.org

View File

@ -5,6 +5,15 @@ up with the dependency loop; make handles this without complaint)
--- CMakeLists.txt.orig 2021-01-27 17:12:14 UTC
+++ CMakeLists.txt
@@ -25,7 +25,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.3.0)
include(build/functions.cmake) # library of CMake functions ("fn__" namespace)
# Print Qt version or fail the build if Qt (qmake) is not in PATH.
-fn__require_program(QMAKE Qt --version "https://musescore.org/en/handbook/developers-handbook/compilation" qmake)
+fn__require_program(QMAKE Qt --version "https://musescore.org/en/handbook/developers-handbook/compilation" qmake qmake-qt5)
# Libraries linked via full path no longer produce linker search paths.
cmake_policy(SET CMP0003 NEW)
@@ -276,7 +276,7 @@ endif (${CMAKE_CXX_COMPILER_ID} MATCHES "GNU")
if (NOT MSVC)

View File

@ -2,8 +2,7 @@
PORTNAME= qjackctl
DISTVERSIONPREFIX= qjackctl_
DISTVERSION= 0_9_3
PORTREVISION= 1
DISTVERSION= 0_9_4
CATEGORIES= audio
MAINTAINER= yuri@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1620746788
SHA256 (rncbc-qjackctl-qjackctl_0_9_3_GH0.tar.gz) = d3b17f31e82a1b85d11291b2ffccae06c796c31b2469b73ca708a0b08cb78e40
SIZE (rncbc-qjackctl-qjackctl_0_9_3_GH0.tar.gz) = 1025433
TIMESTAMP = 1625415673
SHA256 (rncbc-qjackctl-qjackctl_0_9_4_GH0.tar.gz) = 2b6cc988a199ef2f4a5563fd1ebe253bee5b0f7b56cae9daa7f9e18d52195909
SIZE (rncbc-qjackctl-qjackctl_0_9_4_GH0.tar.gz) = 1026609

View File

@ -1,6 +1,5 @@
PORTNAME= qmidictl
DISTVERSION= 0.9.3
PORTREVISION= 1
DISTVERSION= 0.9.4
CATEGORIES= audio
MASTER_SITES= SF

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1620778695
SHA256 (qmidictl-0.9.3.tar.gz) = 44d99946474e5609bb3dc8444966591d0193cfa3bf5b78b05de0dd277ef30b49
SIZE (qmidictl-0.9.3.tar.gz) = 525987
TIMESTAMP = 1625426999
SHA256 (qmidictl-0.9.4.tar.gz) = 3f343fba1388ca687be5903bf74fa19acb6907b2de0fbbbb25580f56135ce419
SIZE (qmidictl-0.9.4.tar.gz) = 526041

View File

@ -1,5 +1,5 @@
PORTNAME= qmidinet
DISTVERSION= 0.9.3
DISTVERSION= 0.9.4
CATEGORIES= audio
MASTER_SITES= SF

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1620775860
SHA256 (qmidinet-0.9.3.tar.gz) = 3412f7da2642a2a1afc3432b770c496eb320e787bbb550aebc7f368c90f2e15f
SIZE (qmidinet-0.9.3.tar.gz) = 164551
TIMESTAMP = 1625426848
SHA256 (qmidinet-0.9.4.tar.gz) = ed48b89148188293d501a68836b77a5866686289f952e1eccc655a1da7dbfe9d
SIZE (qmidinet-0.9.4.tar.gz) = 164561

View File

@ -2,11 +2,10 @@
PORTNAME= qsampler
DISTVERSIONPREFIX= qsampler_
DISTVERSION= 0_6_1
PORTREVISION= 3
DISTVERSION= 0_9_4
CATEGORIES= audio
MAINTAINER= ports@FreeBSD.org
MAINTAINER= yuri@FreeBSD.org
COMMENT= Qt-based front end to LinuxSampler
LICENSE= GPLv2+
@ -16,18 +15,8 @@ LIB_DEPENDS= libgig.so:audio/libgig \
liblscp.so:audio/liblscp
RUN_DEPENDS= linuxsampler:audio/linuxsampler
LDFLAGS+= -L${LOCALBASE}/lib
USES= autoreconf desktop-file-utils gl gmake pkgconfig \
USES= cmake compiler:c++17-lang desktop-file-utils gl localbase:ldflags pkgconfig \
shared-mime-info qmake:no_env qt:5 xorg
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_ac_cv_qmake=${QMAKE} \
ac_cv_path_ac_moc=${MOC} \
ac_cv_path_ac_uic=${UIC} \
ac_cv_path_ac_rcc=${RCC} \
ac_cv_path_ac_lupdate=${LUPDATE} \
ac_cv_path_ac_lrelease=${LRELEASE}
CONFIGURE_ARGS= --enable-qt5
USE_GL= gl
USE_QT= core gui network widgets x11extras \
buildtools_build linguisttools_build qmake_build
@ -35,11 +24,4 @@ USE_QT= core gui network widgets x11extras \
USE_GITHUB= yes
GH_ACCOUNT= rncbc
post-configure:
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o ${PORTNAME}.mak \
${QMAKE_ARGS}
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qsampler
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1577127339
SHA256 (rncbc-qsampler-qsampler_0_6_1_GH0.tar.gz) = 0cc3e8c0cfc2d5a5862ee88da803e4483c78c121fb8fdb858dd9b1484abe4cfa
SIZE (rncbc-qsampler-qsampler_0_6_1_GH0.tar.gz) = 248481
TIMESTAMP = 1625421753
SHA256 (rncbc-qsampler-qsampler_0_9_4_GH0.tar.gz) = 97320af3dde7eeb1e73cb54acc9a86d8732c570055c3c2433d7e8ee99532877c
SIZE (rncbc-qsampler-qsampler_0_9_4_GH0.tar.gz) = 251087

View File

@ -1,6 +1,6 @@
bin/qsampler
man/fr/man1/qsampler.1.gz
man/man1/qsampler.1.gz
man/man1/qsampler.fr.1.gz
share/applications/qsampler.desktop
share/icons/hicolor/32x32/apps/qsampler.png
share/icons/hicolor/32x32/mimetypes/application-x-qsampler-session.png

View File

@ -1,5 +1,5 @@
PORTNAME= qxgedit
DISTVERSION= 0.9.3
DISTVERSION= 0.9.4
CATEGORIES= audio
MASTER_SITES= SF

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1620773634
SHA256 (qxgedit-0.9.3.tar.gz) = 8951196a9a9f5844c9fc2ecf969660d40679c0ac027f4212c9c63a5c3e479fc5
SIZE (qxgedit-0.9.3.tar.gz) = 298558
TIMESTAMP = 1625425318
SHA256 (qxgedit-0.9.4.tar.gz) = d3f3ef54d4929fc4e4d99bfc43bbcb530065657e7157f088f7142d5fd0c5b181
SIZE (qxgedit-0.9.4.tar.gz) = 298656

View File

@ -1,5 +1,5 @@
PORTNAME= vmpk
DISTVERSION= 0.8.3
DISTVERSION= 0.8.4
CATEGORIES= audio
MASTER_SITES= https://phoenixnap.dl.sourceforge.net/project/vmpk/vmpk/${PORTVERSION}/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1622046421
SHA256 (vmpk-0.8.3.tar.bz2) = 662985039863b2e54b1bafbc1ae7c22ca29a7686b93da2e736a7dde6e8966372
SIZE (vmpk-0.8.3.tar.bz2) = 481537
TIMESTAMP = 1625100168
SHA256 (vmpk-0.8.4.tar.bz2) = 492743f1dca7e9a6ed8bcaa477b3799fc118af9c8c5be10f6149d19bb4bd084e
SIZE (vmpk-0.8.4.tar.bz2) = 483243

View File

@ -0,0 +1,33 @@
PORTNAME= zita-njbridge
DISTVERSION= 0.4.8
CATEGORIES= audio
MASTER_SITES= https://kokkinizita.linuxaudio.org/linuxaudio/downloads/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Command line client to transmit audio over a local IP network
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/../COPYING
LIB_DEPENDS= libjack.so:audio/jack \
libzita-resampler.so:audio/zita-resampler
USES= gmake localbase:ldflags tar:bzip2
USE_LDCONFIG= yes
WRKSRC_SUBDIR= source
MAKE_ARGS= MANDIR=${PREFIX}/man/man1
PLIST_FILES= bin/zita-j2n \
bin/zita-n2j \
man/man1/zita-j2n.1.gz \
man/man1/zita-n2j.1.gz \
man/man1/zita-njbridge.1.gz
post-install:
@${STRIP_CMD} \
${STAGEDIR}${PREFIX}/bin/zita-j2n \
${STAGEDIR}${PREFIX}/bin/zita-n2j
.include <bsd.port.mk>

1
audio/zita-njbridge/YURI Normal file
View File

@ -0,0 +1 @@
Needs IPV6_ADD_MEMBERSHIP

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1625242627
SHA256 (zita-njbridge-0.4.8.tar.bz2) = 101176a0bd407cab7bffd326e8d6886c1b65b212bc33f2efb97b03f926c47907
SIZE (zita-njbridge-0.4.8.tar.bz2) = 33948

View File

@ -0,0 +1,11 @@
--- netdata.cc.orig 2021-07-02 16:20:01 UTC
+++ netdata.cc
@@ -18,7 +18,7 @@
// ----------------------------------------------------------------------------
-#ifdef __APPLE__
+#if defined(__APPLE__) || defined(__FreeBSD__)
#include <machine/endian.h>
#else
#include <endian.h>

View File

@ -0,0 +1,11 @@
--- pxthread.cc.orig 2021-07-02 16:43:47 UTC
+++ pxthread.cc
@@ -25,7 +25,7 @@
// ----------------------------------------------------------------------------
-#if defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__GNU__) || defined(__APPLE__)
+#if defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__GNU__) || defined(__APPLE__) || defined(__FreeBSD__)
Pxthread::Pxthread (void)

View File

@ -0,0 +1,20 @@
--- pxthread.h.orig 2021-07-02 16:38:46 UTC
+++ pxthread.h
@@ -25,7 +25,7 @@
// ----------------------------------------------------------------------------
-#if defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__GNU__) || defined(__APPLE__)
+#if defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__GNU__) || defined(__APPLE__) || defined(__FreeBSD__)
// NOTE: __FreeBSD_kernel__ and __GNU__ were added by the Debian maintainers
// (the latter for the HURD version of Debian). Things are reported to work
@@ -61,7 +61,7 @@ class Pxthread (private)
// ----------------------------------------------------------------------------
-#if defined(__linux__) || defined(__FreeBSD_kernel__) || defined(__GNU__)
+#if defined(__linux__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__GNU__)
class Pxsema
{

View File

@ -0,0 +1,10 @@
--- zita-j2n.cc.orig 2021-07-02 16:35:56 UTC
+++ zita-j2n.cc
@@ -25,6 +25,7 @@
#include <getopt.h>
#include <math.h>
#include <sys/mman.h>
+#include <unistd.h> // for usleep
#include "jacktx.h"
#include "nettx.h"
#include "lfqueue.h"

View File

@ -0,0 +1,10 @@
--- zita-n2j.cc.orig 2021-07-02 16:38:01 UTC
+++ zita-n2j.cc
@@ -25,6 +25,7 @@
#include <signal.h>
#include <getopt.h>
#include <sys/mman.h>
+#include <unistd.h>
#include "lfqueue.h"
#include "netdata.h"
#include "zsockets.h"

View File

@ -0,0 +1,20 @@
--- zsockets.cc.orig 2020-03-17 09:49:07 UTC
+++ zsockets.cc
@@ -27,7 +27,7 @@
#include <sys/ioctl.h>
#include <sys/un.h>
#include <netinet/tcp.h>
-#ifdef __APPLE__
+#if defined(__APPLE__) || defined(__FreeBSD__)
#include <netinet/in.h>
#endif
#include <net/if.h>
@@ -408,7 +408,7 @@ int sock_open_mcrecv (Sockaddr *addr, const char *ifac
}
memcpy (&mcreq.ipv6mr_multiaddr, &(A6->sin6_addr), sizeof(struct in6_addr));
mcreq.ipv6mr_interface = if_nametoindex (iface);
-#ifdef __APPLE__
+#if defined(__APPLE__) || defined(__FreeBSD__)
if (setsockopt (fd, IPPROTO_IPV6, IPV6_JOIN_GROUP, (char*) &mcreq, sizeof (mcreq)))
#else
if (setsockopt (fd, IPPROTO_IPV6, IPV6_ADD_MEMBERSHIP, (char*) &mcreq, sizeof (mcreq)))

View File

@ -0,0 +1,10 @@
--- zsockets.h.orig 2021-07-02 16:22:01 UTC
+++ zsockets.h
@@ -23,6 +23,7 @@
#include <sys/types.h>
+#include <sys/socket.h>
#include <netdb.h>

View File

@ -0,0 +1,11 @@
Command line Jack clients to transmit full quality multichannel audio over a
local IP network, with adaptive resampling by the receiver(s). Zita-njbridge can
be used for a one-to-one connection (using UDP) or in a one-to-many system
(using multicast). Sender and receiver(s) can each have their own sample rate
and period size, and no word clock sync between them is assumed. Up 64 channels
can be transmitted, receivers can select any combination of these. On a lightly
loaded or dedicated network zita-njbridge can provide low latency (same as for
an analog connection). Additional buffering can be specified in case there is
significant network delay jitter. IPv6 is fully supported.
WWW: https://kokkinizita.linuxaudio.org/linuxaudio/

View File

@ -1,8 +1,9 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= apib
PORTVERSION= 1.0
PORTREVISION= 3
DISTVERSIONPREFIX= ${PORTNAME:tu}_
DISTVERSION= 1_2_1
DISTVERSIONSUFFIX= _RC1
CATEGORIES= benchmarks www
MAINTAINER= danfe@FreeBSD.org
@ -10,29 +11,21 @@ COMMENT= Simple and fast HTTP performance testing tool
LICENSE= APACHE20
LIB_DEPENDS= libapr-1.so:devel/apr1
LIB_DEPENDS= libabsl_base.so:devel/abseil \
libev.so:devel/libev \
libgtest.so:devel/googletest \
libhttp_parser.so:www/http-parser
USES= cmake:testing compiler:c++17-lang localbase:ldflags ssl
USE_GITHUB= yes
GH_ACCOUNT= apigee
GH_TAGNAME= 7e8dea9
USES= localbase ssl
GNU_CONFIGURE= yes
CONFIGURE_ENV= APR_LOC="${LOCALBASE}/include/apr-1"
PLIST_FILES= bin/apib bin/apibmon
PLIST_FILES= bin/apib bin/apibmon bin/testserver
PORTEXAMPLES= env.sh pivot run.sh rungroup.sh tojson
OPTIONS_DEFINE= EXAMPLES
post-patch:
@${REINPLACE_CMD} -e 's, LIBS="-lssl,& -lcrypto,' ${WRKSRC}/configure
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/apib ${WRKSRC}/apibmon \
${STAGEDIR}${PREFIX}/bin
do-install-EXAMPLES-on:
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/samplescripts/* ${STAGEDIR}${EXAMPLESDIR}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1503959917
SHA256 (apigee-apib-1.0-7e8dea9_GH0.tar.gz) = d54d3abef0123071d349aff47b6bf7477ad45056c876a704e6693c894da3611e
SIZE (apigee-apib-1.0-7e8dea9_GH0.tar.gz) = 77363
TIMESTAMP = 1586927181
SHA256 (apigee-apib-APIB_1_2_1_RC1_GH0.tar.gz) = 7f890b766cab013bf12189f1f9fc73611b3fc3f4d051d60a2e5932d46e118cc0
SIZE (apigee-apib-APIB_1_2_1_RC1_GH0.tar.gz) = 65136

View File

@ -0,0 +1,30 @@
--- CMakeLists.txt.orig 2020-04-15 05:06:21 UTC
+++ CMakeLists.txt
@@ -1,25 +1,13 @@
cmake_minimum_required(VERSION 3.13)
project(Forest)
-include(ExternalProject)
+#include(ExternalProject)
enable_testing()
-set(CMAKE_CXX_STANDARD 11)
+set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_FLAGS -Wall)
-ExternalProject_Add(
- gtest
- PREFIX gtest
- URL https://github.com/google/googletest/archive/release-1.10.0.tar.gz
- URL_HASH SHA256=9dc9157a9a1551ec7a7e43daea9a694a0bb5fb8bec81235d8a1e6ef64c716dcb
- INSTALL_COMMAND ""
-)
-
include_directories(
${CMAKE_SOURCE_DIR}
- ${CMAKE_BINARY_DIR}/gtest/src/gtest/googletest/include
-)
-link_directories(
- ${CMAKE_BINARY_DIR}/gtest/src/gtest-build/lib
)
if (DEFINED ENV{OPENSSL_INCLUDE_DIR})

View File

@ -0,0 +1,28 @@
--- apib/CMakeLists.txt.orig 2020-04-15 05:06:21 UTC
+++ apib/CMakeLists.txt
@@ -22,7 +22,7 @@ target_link_libraries(common PUBLIC -lhttp_parser
add_library(
cpu OBJECT
- apib_cpu_generic.cc
+ apib_cpu_bsd.cc
)
target_link_libraries(cpu PUBLIC common)
@@ -44,7 +44,7 @@ add_library(
socket.h
tlssocket.h
)
-target_link_libraries(io PUBLIC common base64 -lev -lssl.1.1 -lcrypto.1.1)
+target_link_libraries(io PUBLIC common base64 -lev -lpthread -lssl -lcrypto)
add_library(
mon_lib OBJECT
@@ -65,3 +65,7 @@ add_executable(
)
target_link_libraries(apibmon mon_lib io cpu common base64)
+install(TARGETS
+ apib apibmon
+ DESTINATION bin
+)

View File

@ -1,103 +0,0 @@
--- src/apib_cpu.c.orig 2017-08-28 22:38:37 UTC
+++ src/apib_cpu.c
@@ -14,6 +14,11 @@
limitations under the License.
*/
+#ifdef __FreeBSD__
+#include <sys/types.h>
+#include <sys/sysctl.h>
+#include <sys/times.h>
+#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -35,6 +40,9 @@ static double TicksPerSecond;
* for hyperthreading, etc. */
int cpu_Count(apr_pool_t* pool)
{
+#ifdef _SC_NPROCESSORS_ONLN
+ return (int)sysconf(_SC_NPROCESSORS_ONLN);
+#else
apr_status_t s;
apr_file_t* f;
char buf[PROC_BUF_LEN];
@@ -66,10 +74,20 @@ int cpu_Count(apr_pool_t* pool)
count = 1;
}
return count;
+#endif
}
static int getTicks(CPUUsage* cpu, apr_pool_t* pool)
{
+#ifdef __FreeBSD__
+ struct tms ticks;
+
+ cpu->idle = times(&ticks);
+ if (cpu->idle == -1)
+ return 0;
+ cpu->nonIdle = ticks.tms_utime + ticks.tms_stime;
+ return 1;
+#else
apr_status_t s;
apr_file_t* proc;
char buf[PROC_BUF_LEN];
@@ -118,10 +136,12 @@ static int getTicks(CPUUsage* cpu, apr_pool_t* pool)
}
return 0;
+#endif
}
double cpu_GetMemoryUsage(apr_pool_t* pool)
{
+#ifdef __linux__
apr_status_t s;
apr_file_t* proc;
char buf[PROC_BUF_LEN];
@@ -138,12 +158,36 @@ double cpu_GetMemoryUsage(apr_pool_t* pool)
if (s != APR_SUCCESS) {
return 0.0;
}
+#endif
long totalMem = 0;
long freeMem = 0;
long buffers = 0;
long cache = 0;
+#ifdef __FreeBSD__
+ /* We work with kilobytes to match Linux' /proc/meminfo. */
+ long pagesize = sysconf(_SC_PAGESIZE) / 1024;
+ totalMem = sysconf(_SC_PHYS_PAGES) * pagesize;
+
+ size_t len;
+
+ unsigned free;
+ len = sizeof(free);
+ sysctlbyname("vm.stats.vm.v_free_count", &free, &len, NULL, 0);
+ freeMem = free * pagesize;
+
+ /* `buffers' is of expected type (long), no need for another variable. */
+ len = sizeof(buffers);
+ sysctlbyname("vfs.bufspace", &buffers, &len, NULL, 0);
+ buffers /= 1024;
+
+ /* `cache' is based on number of inactive pages since r309017. */
+ unsigned inact;
+ len = sizeof(inact);
+ sysctlbyname("vm.stats.vm.v_inactive_count", &inact, &len, NULL, 0);
+ cache = inact * pagesize;
+#else
while (linep_NextLine(&line)) {
char* n = linep_NextToken(&line, " ");
char* v = linep_NextToken(&line, " ");
@@ -158,6 +202,7 @@ double cpu_GetMemoryUsage(apr_pool_t* pool)
cache = atol(v);
}
}
+#endif
if ((totalMem <= 0) || (freeMem <= 0)) {
return 0.0;

View File

@ -0,0 +1,39 @@
--- test/CMakeLists.txt.orig 2020-04-15 05:06:21 UTC
+++ test/CMakeLists.txt
@@ -3,14 +3,14 @@ add_library(
test_server.cc
test_server.h
)
-target_link_libraries(testserver_lib PUBLIC common -lev -lssl.1.1 -lcrypto.1.1 -lhttp_parser)
+target_link_libraries(testserver_lib PUBLIC common -lev -lpthread -lssl -lcrypto -lhttp_parser)
add_library(
keygen_lib OBJECT
test_keygen.cc
test_keygen.h
)
-target_link_libraries(keygen_lib PUBLIC common -lssl.1.1 -lcrypto.1.1)
+target_link_libraries(keygen_lib PUBLIC common -lssl -lcrypto)
add_executable(
testserver
@@ -22,7 +22,6 @@ add_executable(
iotest
io_test.cc
)
-add_dependencies(iotest gtest)
target_link_libraries(iotest testserver_lib io cpu common base64 -lgtest)
add_test(iotest iotest)
@@ -30,6 +29,10 @@ add_executable(
tlstest
tls_test.cc
)
-add_dependencies(tlstest gtest)
target_link_libraries(tlstest testserver_lib io cpu common keygen_lib base64 -lgtest)
add_test(tlstest tlstest)
+
+install(TARGETS
+ testserver
+ DESTINATION bin
+)

View File

@ -1,8 +1,6 @@
apib is a tool that makes it easy to test API servers. It is supported
on Unix systems that include the Apache Portable Runtime and OpenSSL.
apib has most of the features of Apache Bench (ab), but is also intended
to be a more modern replacement. In particular, it offers:
apib is a tool that makes it easy to run performance tests of HTTP API
servers. It has most of the features of Apache Bench (ab), but is also
intended as a more modern replacement. In particular, it offers:
- Proper HTTP 1.1 support including keep-alives and chunked encoding
- Ability to spawn multiple I/O threads to take advantage of multiple
@ -12,5 +10,6 @@ to be a more modern replacement. In particular, it offers:
- Support for OAuth 1.0 signatures
- Ability to output results to a file so they may be automated
- Remote CPU monitoring
- Simple command-line interface
WWW: https://github.com/apigee/apib

View File

@ -1,11 +1,10 @@
# Created by: Pete Fritchman <petef@databits.net>
PORTNAME= iperf
DISTVERSION= 2.1.1-dev
PORTREVISION= 1
DISTVERSION= 2.1.1
CATEGORIES= benchmarks
MASTER_SITES= SF/iperf2 \
LOCAL/sunpoet/iperf/20210422
LOCAL/sunpoet/iperf/20210622
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Tool to measure maximum TCP and UDP bandwidth

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1620928559
SHA256 (iperf-2.1.1-dev.tar.gz) = f5e0fbadc6adfcc63a06e79f9e8553371f67e3de7b378424f1aa1924b1754d09
SIZE (iperf-2.1.1-dev.tar.gz) = 386532
TIMESTAMP = 1624630048
SHA256 (iperf-2.1.1.tar.gz) = 9873b540131049dac04887296ebb69f4992036715e9045c7efe00e7a3c7f3308
SIZE (iperf-2.1.1.tar.gz) = 393877

View File

@ -137,6 +137,7 @@
SUBDIR += py-dnaio
SUBDIR += py-ete3
SUBDIR += py-gffutils
SUBDIR += py-goatools
SUBDIR += py-gtfparse
SUBDIR += py-hits
SUBDIR += py-loompy

View File

@ -1,5 +1,5 @@
PORTNAME= biostar-tools
PORTVERSION= 0.9.0
PORTVERSION= 1.1.0
CATEGORIES= biology python
MAINTAINER= jwb@FreeBSD.org
@ -46,7 +46,8 @@ RUN_DEPENDS= wget>0:ftp/wget \
p5-Net-SSLeay>0:security/p5-Net-SSLeay \
bioawk>0:biology/bioawk \
vt>0:biology/vt \
${PYTHON_PKGNAMEPREFIX}crossmap>0:biology/py-crossmap@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}crossmap>0:biology/py-crossmap@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}goatools>0:biology/py-goatools@${PY_FLAVOR}
USES= metaport python

View File

@ -1 +1 @@
TIMESTAMP = 1624384778
TIMESTAMP = 1625245344

View File

@ -1,6 +1,6 @@
PORTNAME= diamond
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.9
DISTVERSION= 2.0.10
CATEGORIES= biology
MAINTAINER= jrm@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1618270354
SHA256 (bbuchfink-diamond-v2.0.9_GH0.tar.gz) = 3019f1adb6411c6669a3a17351d0338ae02f6b3cab3c8a3bac91cf334dcda620
SIZE (bbuchfink-diamond-v2.0.9_GH0.tar.gz) = 1458967
TIMESTAMP = 1625329281
SHA256 (bbuchfink-diamond-v2.0.10_GH0.tar.gz) = 02f7c0dff2ab06ef5e7c6829e57b0775d5a40afce8060a51af6b64b029945be1
SIZE (bbuchfink-diamond-v2.0.10_GH0.tar.gz) = 1472376

View File

@ -1,6 +1,5 @@
PORTNAME= ncbi-blast+
DISTVERSION= 2.11.0
PORTREVISION= 1
DISTVERSION= 2.12.0
CATEGORIES= biology perl5 python
MASTER_SITES= https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/ \
https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PORTVERSION}/
@ -27,13 +26,14 @@ LIB_DEPENDS= libpcre.so:devel/pcre \
libgpg-error.so:security/libgpg-error \
libsqlite3.so:databases/sqlite3 \
libuv.so:devel/libuv \
libnghttp2.so:www/libnghttp2
libnghttp2.so:www/libnghttp2 \
libgrpc.so:devel/grpc
RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
p5-JSON>=0:converters/p5-JSON
USE_HARDENING= pie:off
USES= compiler:c++14-lang gmake localbase:ldflags shebangfix perl5 python
USES= compiler:c++14-lang gmake localbase:ldflags shebangfix perl5 python:3.6+
USE_LDCONFIG= yes
SHEBANG_FILES= src/app/blast/legacy_blast.pl \
@ -49,7 +49,7 @@ GNU_CONFIGURE= yes
# a postinstall mv.
CONFIGURE_ARGS= AR="ar cr" --without-boost --libdir=${PREFIX}/lib/ncbi-tools++
WRKSRC_SUBDIR= c++
WRKSRC_SUBDIR= c++
.include <bsd.port.pre.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1605480828
SHA256 (ncbi-blast-2.11.0+-src.tar.gz) = d88e1858ae7ce553545a795a2120e657a799a6d334f2a07ef0330cc3e74e1954
SIZE (ncbi-blast-2.11.0+-src.tar.gz) = 58493096
TIMESTAMP = 1625068343
SHA256 (ncbi-blast-2.12.0+-src.tar.gz) = fda3c9c9d488cad6c1880a98a236d842bcf3610e3e702af61f7a48cf0a714b88
SIZE (ncbi-blast-2.12.0+-src.tar.gz) = 58245348

View File

@ -276,6 +276,7 @@ include/ncbi-tools++/common/ncbi_export.h
include/ncbi-tools++/common/ncbi_package_ver.h
include/ncbi-tools++/common/ncbi_pch_impl.hpp
include/ncbi-tools++/common/ncbi_revision.h
include/ncbi-tools++/common/ncbi_sanitizers.h
include/ncbi-tools++/common/ncbi_skew_guard.h
include/ncbi-tools++/common/ncbi_source_ver.cmake_nodep
include/ncbi-tools++/common/ncbi_source_ver.h
@ -286,6 +287,8 @@ include/ncbi-tools++/common/test_data_path.h
include/ncbi-tools++/connect/connect_export.h
include/ncbi-tools++/connect/email_diag_handler.hpp
include/ncbi-tools++/connect/error_codes.hpp
include/ncbi-tools++/connect/impl/connect_misc.hpp
include/ncbi-tools++/connect/impl/ncbi_uv_nghttp2.hpp
include/ncbi-tools++/connect/impl/server_connection.hpp
include/ncbi-tools++/connect/impl/thread_pool_for_server.hpp
include/ncbi-tools++/connect/ncbi_base64.h
@ -305,6 +308,7 @@ include/ncbi-tools++/connect/ncbi_ftp_connector.h
include/ncbi-tools++/connect/ncbi_gnutls.h
include/ncbi-tools++/connect/ncbi_heapmgr.h
include/ncbi-tools++/connect/ncbi_host_info.h
include/ncbi-tools++/connect/ncbi_http2_session.hpp
include/ncbi-tools++/connect/ncbi_http_connector.h
include/ncbi-tools++/connect/ncbi_http_session.hpp
include/ncbi-tools++/connect/ncbi_iprange.h
@ -423,6 +427,7 @@ include/ncbi-tools++/corelib/ncbi_message.hpp
include/ncbi-tools++/corelib/ncbi_os_mswin.hpp
include/ncbi-tools++/corelib/ncbi_os_unix.hpp
include/ncbi-tools++/corelib/ncbi_param.hpp
include/ncbi-tools++/corelib/ncbi_pool_balancer.hpp
include/ncbi-tools++/corelib/ncbi_process.hpp
include/ncbi-tools++/corelib/ncbi_safe_static.hpp
include/ncbi-tools++/corelib/ncbi_signal.hpp
@ -490,7 +495,6 @@ include/ncbi-tools++/corelib/version.hpp
include/ncbi-tools++/corelib/version_api.hpp
include/ncbi-tools++/db/error_codes.hpp
include/ncbi-tools++/db/sqlite/sqlitewrapp.hpp
include/ncbi-tools++/dbapi/cache/dbapi_blob_cache.hpp
include/ncbi-tools++/dbapi/dbapi.hpp
include/ncbi-tools++/dbapi/dbapi_variant_convert.hpp
include/ncbi-tools++/dbapi/driver/dbapi_conn_factory.hpp
@ -1029,6 +1033,7 @@ include/ncbi-tools++/objects/coords/NCBI_HGVSCoordinate_module.hpp
include/ncbi-tools++/objects/coords/objcoords__.hpp
include/ncbi-tools++/objects/dbsnp/primary_track/dbsnp.grpc.pb.h
include/ncbi-tools++/objects/dbsnp/primary_track/dbsnp.pb.h
include/ncbi-tools++/objects/dbsnp/primary_track/dbsnp_mock.grpc.pb.h
include/ncbi-tools++/objects/dbsnp/primary_track/impl/snpptis_impl.hpp
include/ncbi-tools++/objects/dbsnp/primary_track/snpptis.hpp
include/ncbi-tools++/objects/docsum/.cvsignore
@ -2569,7 +2574,6 @@ include/ncbi-tools++/objects/seq/seq_macros.hpp
include/ncbi-tools++/objects/seq/seqlocinfo.hpp
include/ncbi-tools++/objects/seq/seqport_util.hpp
include/ncbi-tools++/objects/seq/so_map.hpp
include/ncbi-tools++/objects/seq/sofa_map.hpp
include/ncbi-tools++/objects/seq/sofa_type.hpp
include/ncbi-tools++/objects/seqalign/.cvsignore
include/ncbi-tools++/objects/seqalign/.gitignore
@ -3590,6 +3594,7 @@ include/ncbi-tools++/objtools/data_loaders/genbank/impl/reader_service.hpp
include/ncbi-tools++/objtools/data_loaders/genbank/impl/request_result.hpp
include/ncbi-tools++/objtools/data_loaders/genbank/impl/standalone_result.hpp
include/ncbi-tools++/objtools/data_loaders/genbank/impl/statistics.hpp
include/ncbi-tools++/objtools/data_loaders/genbank/impl/wgsmaster.hpp
include/ncbi-tools++/objtools/data_loaders/genbank/psg_loader.hpp
include/ncbi-tools++/objtools/data_loaders/genbank/reader.hpp
include/ncbi-tools++/objtools/data_loaders/genbank/reader_interface.hpp
@ -3630,6 +3635,7 @@ include/ncbi-tools++/objtools/edit/loc_edit.hpp
include/ncbi-tools++/objtools/edit/mail_report.hpp
include/ncbi-tools++/objtools/edit/parse_text_options.hpp
include/ncbi-tools++/objtools/edit/promote.hpp
include/ncbi-tools++/objtools/edit/pub_fix.hpp
include/ncbi-tools++/objtools/edit/publication_edit.hpp
include/ncbi-tools++/objtools/edit/remote_updater.hpp
include/ncbi-tools++/objtools/edit/rna_edit.hpp
@ -3642,6 +3648,142 @@ include/ncbi-tools++/objtools/edit/struc_comm_field.hpp
include/ncbi-tools++/objtools/edit/text_desc_field.hpp
include/ncbi-tools++/objtools/edit/text_object_description.hpp
include/ncbi-tools++/objtools/error_codes.hpp
include/ncbi-tools++/objtools/eutils/api/efetch.hpp
include/ncbi-tools++/objtools/eutils/api/egquery.hpp
include/ncbi-tools++/objtools/eutils/api/ehistory.hpp
include/ncbi-tools++/objtools/eutils/api/einfo.hpp
include/ncbi-tools++/objtools/eutils/api/elink.hpp
include/ncbi-tools++/objtools/eutils/api/epost.hpp
include/ncbi-tools++/objtools/eutils/api/esearch.hpp
include/ncbi-tools++/objtools/eutils/api/espell.hpp
include/ncbi-tools++/objtools/eutils/api/esummary.hpp
include/ncbi-tools++/objtools/eutils/api/eutils.hpp
include/ncbi-tools++/objtools/eutils/egquery/.cvsignore
include/ncbi-tools++/objtools/eutils/egquery/.gitignore
include/ncbi-tools++/objtools/eutils/egquery/EGQueryResult.hpp
include/ncbi-tools++/objtools/eutils/egquery/EGQueryResult_.hpp
include/ncbi-tools++/objtools/eutils/egquery/Result.hpp
include/ncbi-tools++/objtools/eutils/egquery/ResultItem.hpp
include/ncbi-tools++/objtools/eutils/egquery/ResultItem_.hpp
include/ncbi-tools++/objtools/eutils/egquery/Result_.hpp
include/ncbi-tools++/objtools/eutils/egquery/egquery__.hpp
include/ncbi-tools++/objtools/eutils/egquery/egquery_module.hpp
include/ncbi-tools++/objtools/eutils/ehistory/.cvsignore
include/ncbi-tools++/objtools/eutils/ehistory/.gitignore
include/ncbi-tools++/objtools/eutils/ehistory/EHistoryItem.hpp
include/ncbi-tools++/objtools/eutils/ehistory/EHistoryItem_.hpp
include/ncbi-tools++/objtools/eutils/ehistory/EHistoryResult.hpp
include/ncbi-tools++/objtools/eutils/ehistory/EHistoryResult_.hpp
include/ncbi-tools++/objtools/eutils/ehistory/ehistory__.hpp
include/ncbi-tools++/objtools/eutils/ehistory/ehistory_module.hpp
include/ncbi-tools++/objtools/eutils/einfo/.cvsignore
include/ncbi-tools++/objtools/eutils/einfo/.gitignore
include/ncbi-tools++/objtools/eutils/einfo/DbInfo.hpp
include/ncbi-tools++/objtools/eutils/einfo/DbInfo_.hpp
include/ncbi-tools++/objtools/eutils/einfo/DbList.hpp
include/ncbi-tools++/objtools/eutils/einfo/DbList_.hpp
include/ncbi-tools++/objtools/eutils/einfo/EInfoResult.hpp
include/ncbi-tools++/objtools/eutils/einfo/EInfoResult_.hpp
include/ncbi-tools++/objtools/eutils/einfo/Field.hpp
include/ncbi-tools++/objtools/eutils/einfo/FieldList.hpp
include/ncbi-tools++/objtools/eutils/einfo/FieldList_.hpp
include/ncbi-tools++/objtools/eutils/einfo/Field_.hpp
include/ncbi-tools++/objtools/eutils/einfo/Link.hpp
include/ncbi-tools++/objtools/eutils/einfo/LinkList.hpp
include/ncbi-tools++/objtools/eutils/einfo/LinkList_.hpp
include/ncbi-tools++/objtools/eutils/einfo/Link_.hpp
include/ncbi-tools++/objtools/eutils/einfo/einfo__.hpp
include/ncbi-tools++/objtools/eutils/einfo/einfo_module.hpp
include/ncbi-tools++/objtools/eutils/elink/.cvsignore
include/ncbi-tools++/objtools/eutils/elink/.gitignore
include/ncbi-tools++/objtools/eutils/elink/ELinkResult.hpp
include/ncbi-tools++/objtools/eutils/elink/ELinkResult_.hpp
include/ncbi-tools++/objtools/eutils/elink/FirstChars.hpp
include/ncbi-tools++/objtools/eutils/elink/FirstChars_.hpp
include/ncbi-tools++/objtools/eutils/elink/IconUrl.hpp
include/ncbi-tools++/objtools/eutils/elink/IconUrl_.hpp
include/ncbi-tools++/objtools/eutils/elink/Id.hpp
include/ncbi-tools++/objtools/eutils/elink/IdCheckList.hpp
include/ncbi-tools++/objtools/eutils/elink/IdCheckList_.hpp
include/ncbi-tools++/objtools/eutils/elink/IdLinkSet.hpp
include/ncbi-tools++/objtools/eutils/elink/IdLinkSet_.hpp
include/ncbi-tools++/objtools/eutils/elink/IdList.hpp
include/ncbi-tools++/objtools/eutils/elink/IdList_.hpp
include/ncbi-tools++/objtools/eutils/elink/IdUrlList.hpp
include/ncbi-tools++/objtools/eutils/elink/IdUrlList_.hpp
include/ncbi-tools++/objtools/eutils/elink/IdUrlSet.hpp
include/ncbi-tools++/objtools/eutils/elink/IdUrlSet_.hpp
include/ncbi-tools++/objtools/eutils/elink/Id_.hpp
include/ncbi-tools++/objtools/eutils/elink/Link.hpp
include/ncbi-tools++/objtools/eutils/elink/LinkInfo.hpp
include/ncbi-tools++/objtools/eutils/elink/LinkInfo_.hpp
include/ncbi-tools++/objtools/eutils/elink/LinkSet.hpp
include/ncbi-tools++/objtools/eutils/elink/LinkSetDb.hpp
include/ncbi-tools++/objtools/eutils/elink/LinkSetDbHistory.hpp
include/ncbi-tools++/objtools/eutils/elink/LinkSetDbHistory_.hpp
include/ncbi-tools++/objtools/eutils/elink/LinkSetDb_.hpp
include/ncbi-tools++/objtools/eutils/elink/LinkSet_.hpp
include/ncbi-tools++/objtools/eutils/elink/Link_.hpp
include/ncbi-tools++/objtools/eutils/elink/ObjUrl.hpp
include/ncbi-tools++/objtools/eutils/elink/ObjUrl_.hpp
include/ncbi-tools++/objtools/eutils/elink/Provider.hpp
include/ncbi-tools++/objtools/eutils/elink/Provider_.hpp
include/ncbi-tools++/objtools/eutils/elink/Url.hpp
include/ncbi-tools++/objtools/eutils/elink/Url_.hpp
include/ncbi-tools++/objtools/eutils/elink/elink__.hpp
include/ncbi-tools++/objtools/eutils/elink/elink_module.hpp
include/ncbi-tools++/objtools/eutils/epost/.cvsignore
include/ncbi-tools++/objtools/eutils/epost/.gitignore
include/ncbi-tools++/objtools/eutils/epost/EPostResult.hpp
include/ncbi-tools++/objtools/eutils/epost/EPostResult_.hpp
include/ncbi-tools++/objtools/eutils/epost/InvalidIdList.hpp
include/ncbi-tools++/objtools/eutils/epost/InvalidIdList_.hpp
include/ncbi-tools++/objtools/eutils/epost/epost__.hpp
include/ncbi-tools++/objtools/eutils/epost/epost_module.hpp
include/ncbi-tools++/objtools/eutils/esearch/.cvsignore
include/ncbi-tools++/objtools/eutils/esearch/.gitignore
include/ncbi-tools++/objtools/eutils/esearch/ESearchResult.hpp
include/ncbi-tools++/objtools/eutils/esearch/ESearchResult_.hpp
include/ncbi-tools++/objtools/eutils/esearch/ErrorList.hpp
include/ncbi-tools++/objtools/eutils/esearch/ErrorList_.hpp
include/ncbi-tools++/objtools/eutils/esearch/IdList.hpp
include/ncbi-tools++/objtools/eutils/esearch/IdList_.hpp
include/ncbi-tools++/objtools/eutils/esearch/TermSet.hpp
include/ncbi-tools++/objtools/eutils/esearch/TermSet_.hpp
include/ncbi-tools++/objtools/eutils/esearch/Translation.hpp
include/ncbi-tools++/objtools/eutils/esearch/TranslationSet.hpp
include/ncbi-tools++/objtools/eutils/esearch/TranslationSet_.hpp
include/ncbi-tools++/objtools/eutils/esearch/TranslationStack.hpp
include/ncbi-tools++/objtools/eutils/esearch/TranslationStack_.hpp
include/ncbi-tools++/objtools/eutils/esearch/Translation_.hpp
include/ncbi-tools++/objtools/eutils/esearch/WarningList.hpp
include/ncbi-tools++/objtools/eutils/esearch/WarningList_.hpp
include/ncbi-tools++/objtools/eutils/esearch/esearch__.hpp
include/ncbi-tools++/objtools/eutils/esearch/esearch_module.hpp
include/ncbi-tools++/objtools/eutils/espell/.cvsignore
include/ncbi-tools++/objtools/eutils/espell/.gitignore
include/ncbi-tools++/objtools/eutils/espell/ESpellResult.hpp
include/ncbi-tools++/objtools/eutils/espell/ESpellResult_.hpp
include/ncbi-tools++/objtools/eutils/espell/SpelledQuery.hpp
include/ncbi-tools++/objtools/eutils/espell/SpelledQuery_.hpp
include/ncbi-tools++/objtools/eutils/espell/espell__.hpp
include/ncbi-tools++/objtools/eutils/espell/espell_module.hpp
include/ncbi-tools++/objtools/eutils/esummary/.cvsignore
include/ncbi-tools++/objtools/eutils/esummary/.gitignore
include/ncbi-tools++/objtools/eutils/esummary/DocSum.hpp
include/ncbi-tools++/objtools/eutils/esummary/DocSum_.hpp
include/ncbi-tools++/objtools/eutils/esummary/ESummaryResult.hpp
include/ncbi-tools++/objtools/eutils/esummary/ESummaryResult_.hpp
include/ncbi-tools++/objtools/eutils/esummary/Item.hpp
include/ncbi-tools++/objtools/eutils/esummary/Item_.hpp
include/ncbi-tools++/objtools/eutils/esummary/esummary__.hpp
include/ncbi-tools++/objtools/eutils/esummary/esummary_module.hpp
include/ncbi-tools++/objtools/eutils/uilist/.cvsignore
include/ncbi-tools++/objtools/eutils/uilist/.gitignore
include/ncbi-tools++/objtools/eutils/uilist/IdList.hpp
include/ncbi-tools++/objtools/eutils/uilist/IdList_.hpp
include/ncbi-tools++/objtools/eutils/uilist/uilist__.hpp
include/ncbi-tools++/objtools/eutils/uilist/uilist_module.hpp
include/ncbi-tools++/objtools/format/cigar_formatter.hpp
include/ncbi-tools++/objtools/format/context.hpp
include/ncbi-tools++/objtools/format/embl_formatter.hpp
@ -3720,7 +3862,6 @@ include/ncbi-tools++/objtools/readers/getfeature.hpp
include/ncbi-tools++/objtools/readers/gff2_data.hpp
include/ncbi-tools++/objtools/readers/gff2_reader.hpp
include/ncbi-tools++/objtools/readers/gff3_reader.hpp
include/ncbi-tools++/objtools/readers/gff3_sofa.hpp
include/ncbi-tools++/objtools/readers/gff_base_columns.hpp
include/ncbi-tools++/objtools/readers/gff_reader.hpp
include/ncbi-tools++/objtools/readers/glimmer_reader.hpp
@ -3894,12 +4035,15 @@ include/ncbi-tools++/util/bitset/bmsimd.h
include/ncbi-tools++/util/bitset/bmsparsevec.h
include/ncbi-tools++/util/bitset/bmsparsevec_algo.h
include/ncbi-tools++/util/bitset/bmsparsevec_compr.h
include/ncbi-tools++/util/bitset/bmsparsevec_parallel.h
include/ncbi-tools++/util/bitset/bmsparsevec_serial.h
include/ncbi-tools++/util/bitset/bmsparsevec_util.h
include/ncbi-tools++/util/bitset/bmsse2.h
include/ncbi-tools++/util/bitset/bmsse4.h
include/ncbi-tools++/util/bitset/bmsse_util.h
include/ncbi-tools++/util/bitset/bmstrsparsevec.h
include/ncbi-tools++/util/bitset/bmtask.h
include/ncbi-tools++/util/bitset/bmthreadpool.h
include/ncbi-tools++/util/bitset/bmtimer.h
include/ncbi-tools++/util/bitset/bmtrans.h
include/ncbi-tools++/util/bitset/bmundef.h
@ -3976,6 +4120,7 @@ include/ncbi-tools++/util/mutex_pool.hpp
include/ncbi-tools++/util/ncbi_cache.hpp
include/ncbi-tools++/util/ncbi_table.hpp
include/ncbi-tools++/util/ncbi_url.hpp
include/ncbi-tools++/util/profile/rtprofile.hpp
include/ncbi-tools++/util/random_gen.hpp
include/ncbi-tools++/util/range.hpp
include/ncbi-tools++/util/range_coll.hpp
@ -4037,6 +4182,7 @@ include/ncbi-tools++/util/value_convert_policy.hpp
include/ncbi-tools++/util/weakmap.hpp
include/ncbi-tools++/util/weakmap.inl
include/ncbi-tools++/util/xregexp/arg_regexp.hpp
include/ncbi-tools++/util/xregexp/convert_dates_iso8601.hpp
include/ncbi-tools++/util/xregexp/mask_regexp.hpp
include/ncbi-tools++/util/xregexp/regexp.hpp
include/ncbi-tools++/util/xregexp/regexp_template_tester.hpp
@ -4085,12 +4231,30 @@ lib/ncbi-tools++/libdbsnp_tooltip_service-static.a
lib/ncbi-tools++/libdbsnp_tooltip_service.a
lib/ncbi-tools++/libdocsum-static.a
lib/ncbi-tools++/libdocsum.a
lib/ncbi-tools++/libegquery-static.a
lib/ncbi-tools++/libegquery.a
lib/ncbi-tools++/libehistory-static.a
lib/ncbi-tools++/libehistory.a
lib/ncbi-tools++/libeinfo-static.a
lib/ncbi-tools++/libeinfo.a
lib/ncbi-tools++/libelink-static.a
lib/ncbi-tools++/libelink.a
lib/ncbi-tools++/libentrez2-static.a
lib/ncbi-tools++/libentrez2.a
lib/ncbi-tools++/libentrez2cli-static.a
lib/ncbi-tools++/libentrez2cli.a
lib/ncbi-tools++/libentrezgene-static.a
lib/ncbi-tools++/libentrezgene.a
lib/ncbi-tools++/libepost-static.a
lib/ncbi-tools++/libepost.a
lib/ncbi-tools++/libesearch-static.a
lib/ncbi-tools++/libesearch.a
lib/ncbi-tools++/libespell-static.a
lib/ncbi-tools++/libespell.a
lib/ncbi-tools++/libesummary-static.a
lib/ncbi-tools++/libesummary.a
lib/ncbi-tools++/libeutils-static.a
lib/ncbi-tools++/libeutils.a
lib/ncbi-tools++/libfeatdef-static.a
lib/ncbi-tools++/libfeatdef.a
lib/ncbi-tools++/libgbproj-static.a
@ -4143,9 +4307,6 @@ lib/ncbi-tools++/libmmdb-static.a
lib/ncbi-tools++/libmmdb.a
lib/ncbi-tools++/libncbi_xblobstorage_netcache-static.a
lib/ncbi-tools++/libncbi_xblobstorage_netcache.a
lib/ncbi-tools++/libncbi_xcache_dbapi-dll.so
lib/ncbi-tools++/libncbi_xcache_dbapi-static.a
lib/ncbi-tools++/libncbi_xcache_dbapi.a
lib/ncbi-tools++/libncbi_xcache_netcache-dll.so
lib/ncbi-tools++/libncbi_xcache_netcache-static.a
lib/ncbi-tools++/libncbi_xcache_netcache.a
@ -4239,6 +4400,10 @@ lib/ncbi-tools++/libtrackmgrcli-static.a
lib/ncbi-tools++/libtrackmgrcli.a
lib/ncbi-tools++/libtrackmgrgridcli-static.a
lib/ncbi-tools++/libtrackmgrgridcli.a
lib/ncbi-tools++/libuilist-static.a
lib/ncbi-tools++/libuilist.a
lib/ncbi-tools++/libutrtprof-static.a
lib/ncbi-tools++/libutrtprof.a
lib/ncbi-tools++/libvalerr-static.a
lib/ncbi-tools++/libvalerr.a
lib/ncbi-tools++/libvalid-static.a
@ -4313,3 +4478,6 @@ lib/ncbi-tools++/libxutil-static.a
lib/ncbi-tools++/libxutil.a
lib/ncbi-tools++/libxxconnect-static.a
lib/ncbi-tools++/libxxconnect.a
lib/ncbi-tools++/libxxconnect2-dll.so
lib/ncbi-tools++/libxxconnect2-static.a
lib/ncbi-tools++/libxxconnect2.a

View File

@ -0,0 +1,29 @@
PORTNAME= goatools
DISTVERSION= 1.1.6
CATEGORIES= biology python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jwb@FreeBSD.org
COMMENT= Tools for processing and visualizing Gene Ontology terms
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
# xlrd should be == 1.2.0
RUN_DEPENDS= ${PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}XlsxWriter>0:textproc/py-xlsxwriter@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}statsmodels>0:math/py-statsmodels@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xlrd>0:textproc/py-xlrd@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}docopt>0:devel/py-docopt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pydot>0:graphics/py-pydot@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygraphviz>0:graphics/py-pygraphviz@${PY_FLAVOR} \
wget>0:ftp/wget
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1625181597
SHA256 (goatools-1.1.6.tar.gz) = b631a6a803818673ac815ed5f1e7158d1bd98a3ce5c93b64961dc73bdea56bca
SIZE (goatools-1.1.6.tar.gz) = 15098351

View File

@ -0,0 +1,4 @@
Goatools is a python library for processing Gene Ontology (GO) terms. It
includes routines for processing, filtering, and visualizing GO data.
WWW: https://pypi.python.org/pypi/goatools

View File

@ -1,7 +1,7 @@
# Created by: Wen Heping <wenheping@gmail.com>
PORTNAME= bio
PORTVERSION= 2.0.1
PORTVERSION= 2.0.2
CATEGORIES= biology rubygems
MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1595416791
SHA256 (rubygem/bio-2.0.1.gem) = a22dc8ca52562cf621e0224c7b69b40b68366e3c832af25861f3fa2583e6a83b
SIZE (rubygem/bio-2.0.1.gem) = 1350656
TIMESTAMP = 1624630240
SHA256 (rubygem/bio-2.0.2.gem) = 0f2bb89842a58de5b5656691e8098f0376e162d8b848aa8928b95742ec77b625
SIZE (rubygem/bio-2.0.2.gem) = 1351680

View File

@ -1,7 +1,7 @@
PORTNAME= PrusaSlicer
DISTVERSIONPREFIX=version_
DISTVERSION= 2.3.0
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= cad
MAINTAINER= teodorsigaev@gmail.com

View File

@ -1,6 +1,6 @@
PORTNAME= FreeCAD
DISTVERSION= 0.19.2
PORTREVISION= 1
PORTREVISION= 2
# use these for bugfixes/snapshots
# DISTVERSION= 0.18-16093 # git rev-list --count
# DISTVERSIONSUFFIX= -g690774c0e
@ -12,7 +12,7 @@ COMMENT= General purpose 3D CAD modeller
LICENSE= LGPL20+
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyside2-tools>5.14.0:devel/pyside2-tools@${PY_FLAVOR} \
BUILD_DEPENDS= pyside_tool.py:devel/pyside2-tools@${PY_FLAVOR} \
${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR} \
swig:devel/swig
LIB_DEPENDS= libexpat.so:textproc/expat2 \
@ -34,7 +34,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pivy>0:graphics/py-pivy@${PY_FLAVOR} \
${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR}
USES= dos2unix compiler:c++11-lib cmake gl eigen:3 fortran jpeg \
USES= dos2unix compiler:c++17-lang cmake gl eigen:3 fortran jpeg \
localbase:ldflags pkgconfig python:3.7+ localbase qt:5 xorg
USE_GITHUB= yes
USE_XORG= ice sm x11 xext xt
@ -53,9 +53,10 @@ CMAKE_ARGS+= -DOCC_INCLUDE_DIR="${LOCALBASE}/include/OpenCASCADE" \
-DPYTHON_PACKAGES_PATH="${PYTHON_SITELIBDIR}" \
-DPYTHON_EXECUTABLE="${PYTHON_CMD}" \
-DBUILD_ASSEMBLY="OFF" -DBUILD_FLAT_MESH="ON" \
-DPYSIDE2RCCBINARY="${LOCALBASE}/bin/rcc" \
-DPYSIDE2UICBINARY="${LOCALBASE}/bin/uic" \
-DVTK_DIR:PATH=${LOCALBASE}/lib/vtk-8.2/cmake/vtk-8.2
-DPYSIDE2RCCBINARY="${RCC}" \
-DPYSIDE2UICBINARY="${UIC}" \
-DVTK_DIR:PATH=${LOCALBASE}/lib/vtk-8.2/cmake/vtk-8.2 \
-DBUILD_ENABLE_CXX_STD=C++17
CMAKE_INSTALL_PREFIX= ${PREFIX}/${PORTNAME}

View File

@ -1,7 +1,7 @@
PORTNAME= ldview
DISTVERSIONPREFIX= v
DISTVERSION= 4.4_Beta5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= cad
MAINTAINER= yuri@FreeBSD.org
@ -36,7 +36,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|"/usr/share/ldraw"|"${PREFIX}/share/ldraw"|' ${WRKSRC}/ModelViewerWidget.cpp
pre-configure:
@cd ${WRKSRC} && lrelease LDView.pro
@cd ${WRKSRC} && ${LRELEASE} LDView.pro
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/LDView

View File

@ -1,7 +1,7 @@
PORTNAME= lepton-eda
PORTVERSION= 1.9.14
PORTVERSION= 1.9.15
CATEGORIES= cad
MASTER_SITES= https://github.com/lepton-eda/lepton-eda/releases/download/${PORTVERSION}-20210407/
MASTER_SITES= https://github.com/lepton-eda/lepton-eda/releases/download/${PORTVERSION}-20210626/
MAINTAINER= graahnul.grom@gmail.com
COMMENT= Lepton Electronic Design Automation
@ -14,32 +14,31 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libguile-2.2.so:lang/guile2 \
libpng.so:graphics/png \
libstroke.so:devel/libstroke \
libgtkextra-x11-3.0.so:x11-toolkits/gtkextra
libgtkextra-x11-3.0.so:x11-toolkits/gtkextra \
libharfbuzz.so:print/harfbuzz
USES= desktop-file-utils gettext-tools gnome \
groff:build libtool localbase makeinfo pathfix perl5 \
pkgconfig shared-mime-info shebangfix
USE_GNOME= cairo gtk20
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
SHEBANG_FILES= utils/pcb_backannotate/lepton-pcb_backannotate \
utils/refdes_renum/lepton-refdes_renum \
utils/symfix/lepton-symfix
PORTEXAMPLES= examples/*
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
INSTALLS_ICONS= yes
INFO= lepton-scheme lepton-manual
PORTEXAMPLES= examples/*
OPTIONS_DEFINE= DOCS EXAMPLES NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
post-patch:
${REINPLACE_CMD} -e \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1617890086
SHA256 (lepton-eda-1.9.14.tar.gz) = c83e8da91ac153566bb01916819287b0a967e7f471264dc46952d9ec1318ea7e
SIZE (lepton-eda-1.9.14.tar.gz) = 9958773
TIMESTAMP = 1624755806
SHA256 (lepton-eda-1.9.15.tar.gz) = bf7e0ced215054891c0ffcc7639530fef4e7122e02830af9dd80fbede2ab6845
SIZE (lepton-eda-1.9.15.tar.gz) = 9471503

View File

@ -3,6 +3,8 @@ electronics. It provides schematic capture, netlisting into
over 30 netlist formats, and many other features.
It was forked from the gEDA/gaf suite in late 2016 by most
of its active developers at that time.
It's backward compatible with its predecessor and supports
the same file format for symbols and schematics.
It's in active development and well supported.
WWW: https://github.com/lepton-eda/lepton-eda

View File

@ -35,7 +35,7 @@ include/liblepton/edapaths.h
include/liblepton/edarenderer.h
include/liblepton/edascmhookproxy.h
include/liblepton/edascmvaluetypes.h
include/liblepton/fill_type.h
include/liblepton/fill.h
include/liblepton/forward.h
include/liblepton/funcs.h
include/liblepton/globals.h
@ -66,14 +66,14 @@ include/liblepton/transform.h
include/liblepton/undo.h
include/libleptonattrib/prototype.h
lib/liblepton.so
lib/liblepton.so.8
lib/liblepton.so.8.0.0
lib/liblepton.so.9
lib/liblepton.so.9.0.0
lib/libleptonattrib.so
lib/libleptonattrib.so.3
lib/libleptonattrib.so.3.0.0
lib/libleptongui.so
lib/libleptongui.so.2
lib/libleptongui.so.2.0.0
lib/libleptongui.so.3
lib/libleptongui.so.3.0.0
libdata/pkgconfig/liblepton.pc
libdata/pkgconfig/libleptonattrib.pc
libdata/pkgconfig/libleptongui.pc
@ -91,17 +91,152 @@ man/man1/lepton-symcheck.1.gz
man/man1/lepton-symfix.1.gz
man/man1/lepton-tragesym.1.gz
man/man1/lepton-upcfg.1.gz
share/info/coordinate-space.png
share/info/path-example.png
share/info/text-layout.png
share/applications/lepton-attrib.desktop
share/applications/lepton-schematic.desktop
share/mime/application/x-lepton-sch2pcb-project.xml
share/mime/application/x-lepton-schematic.xml
share/mime/application/x-lepton-symbol.xml
share/mime/packages/liblepton.xml
%%PORTDOCS%%%%DOCSDIR%%/NEWS.md
%%PORTDOCS%%%%DOCSDIR%%/README.md
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Add-Component-widget.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Allegro-backend.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Attributes.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/BOM-backend.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Box-selection.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Colors.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Communication.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Compatibility-with-geda_002dgaf.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Component-libraries.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Component-library-setup.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Configuration-of-Lepton-tools.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Configuration.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Configure-options.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Coordinate-space.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Covered.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Creating-and-opening-schematics.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Credits-and-history-of-lepton_002dattrib.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Debug-Glib-and-GTK.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Debug-Scheme-code.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Debuggers.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Debugging.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Dependencies.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Deprecated-settings.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Development.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Dialog-boxes-and-widgets.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Documentation.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Editing-schematics.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Embedded-Components.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/File-format-overview.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Filenames.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Installation-from-git.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Installation-from-source.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Installation-of-lepton_002dattrib.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Installation.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Interactive-work-with-Scheme-code.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Introduction-to-lepton_002dschematic.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Introduction.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Legacy-configuration.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Lepton-EDA-fonts.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/List-of-programs.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Log-window.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Logging.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Macro-widget.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Menu-Add.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Menu-Attributes.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Menu-Edit.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Menu-File.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Menu-Help.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Menu-Hierarchy.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Menu-Netlist.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Menu-Options.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Menu-Page.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Menu-View.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Menubar.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Missing-symbols.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/New-configuration-system.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/No_002dconnect-symbols.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Object-types.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Other-resources.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Overview.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Path-data.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Printing-and-exporting.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Quitting-the-program.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Related-tools.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Resources.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Running-lepton_002dschematic.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Save-As-dialog-box.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Saving-schematic-pages.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Selecting-and-deselecting-all-objects.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Selecting-objects.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Simple-object-selection.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Symbols.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Title-block-symbol.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Topic-Index.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Troubleshooting-dependencies.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Usage-of-lepton_002dattrib.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Utilities.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Web-pages.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Working-with-windows.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/arc.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/box.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/bus.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/cache_002dconfiguration_002dcontext.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/circle.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/component.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/component_002dlibrary.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/component_002dlibrary_002dcommand.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/component_002dlibrary_002dfuncs.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/component_002dlibrary_002dsearch.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/coordinate-space.png
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/default_002dfilename.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/default_002dtitleblock.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/export-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/font.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/gEDA-File-Format-Document-Revision-History.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/gEDA-file-format.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/gafrc.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/gschemrc.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/index.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton-manual.css
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dattrib-menus.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dattrib.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dcli-config.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dcli-configuration.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dcli-export.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dcli-shell.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dcli.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dnetlist-configuration.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dnetlist.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dschematic-command-line-options.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dschematic-configuration.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dschematic-window.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dschematic.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/line.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/max_002drecent_002dfiles.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/net.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/netlist-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/netlist_002ehierarchy-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/path-example.png
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/path.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/picture.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/pin.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/project_002dconfiguration.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/reset_002dcomponent_002dlibrary.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002eattrib-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002ebackup-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002egui-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002elibrary-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002elog_002dwindow-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002emacro_002dwidget-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002eprinting-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002estatus_002dbar-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002etabs-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002eundo-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/table_003afonts.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/text-and-attributes.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/text-layout.png
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/undo_002dlevels.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/use_002ddocks.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/user_002dconfiguration.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/version.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Actions.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Arcs.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/Attributes.html
@ -151,102 +286,6 @@ share/mime/packages/liblepton.xml
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/lepton-scheme.css
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/lepton_002dnetlist-API-Reference.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-scheme.html/lepton_002dschematic-API-Reference.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Attributes.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Colors.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Communication.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Compatibility-with-geda_002dgaf.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Component-libraries.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Component-library-setup.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Configuration-of-Lepton-tools.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Configuration.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Configure-options.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Coordinate-space.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Credits-and-history-of-lepton_002dattrib.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Debug-Glib-and-GTK.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Debug-Scheme-code.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Debuggers.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Debugging.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Dependencies.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Deprecated-settings.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Development.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Documentation.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Embedded-Components.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/File-format-overview.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Filenames.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Installation-from-git.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Installation-from-source.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Installation-of-lepton_002dattrib.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Installation.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Introduction.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Legacy-configuration.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Lepton-EDA-fonts.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/New-configuration-system.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/No_002dconnect-symbols.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Object-types.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Other-resources.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Overview.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Path-data.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Resources.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Symbols.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Topic-Index.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Troubleshooting-dependencies.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Usage-of-lepton_002dattrib.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Utilities.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/Web-pages.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/arc.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/box.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/bus.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/cache_002dconfiguration_002dcontext.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/circle.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/component.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/component_002dlibrary.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/component_002dlibrary_002dcommand.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/component_002dlibrary_002dfuncs.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/component_002dlibrary_002dsearch.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/coordinate-space.png
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/export-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/font.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/gEDA-File-Format-Document-Revision-History.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/gEDA-file-format.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/gafrc.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/gschemrc.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/index.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton-manual.css
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dattrib-menus.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dattrib.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dcli-config.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dcli-configuration.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dcli-export.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dcli-shell.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dcli.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dnetlist-configuration.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dnetlist.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dschematic-configuration.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/lepton_002dschematic.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/line.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/net.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/netlist-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/netlist_002ehierarchy-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/path-example.png
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/path.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/picture.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/pin.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/reset_002dcomponent_002dlibrary.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002eattrib-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002ebackup-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002egui-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002elibrary-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002elog_002dwindow-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002emacro_002dwidget-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002eprinting-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002estatus_002dbar-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002etabs-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/schematic_002eundo-group.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/table_003afonts.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/text-and-attributes.html
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/text-layout.png
%%PORTDOCS%%%%DOCSDIR%%/lepton-manual.html/version.html
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-archive.html
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-attrib.html
%%PORTDOCS%%%%DOCSDIR%%/man/lepton-cli.html
@ -277,109 +316,61 @@ share/mime/packages/liblepton.xml
%%PORTDOCS%%%%DOCSDIR%%/wiki/design.css
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-add_a_ground_plane_to_your_layout.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-bom_readme.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-bom_readme.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-bug_triage_guide.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-bug_triage_guide.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-circuit_simulation_improvements.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-circuit_simulation_improvements.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-covered_mp.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-csygas.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-csygas.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-cygwin.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-cygwin.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-data_plotting_improvements.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-data_plotting_improvements.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-data_structure_design_discussion.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-debian.fr.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-debian.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-debian.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-design_flow_and_hierarchy_roadmap.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-devel-tips.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-devel-tips.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-developer.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-developer.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-devmacosx.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-devmacosx.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-documentation.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-documentation.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-download.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-download.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-eagle_pcb_netlister_readme.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-eagle_pcb_netlister_readme.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-example_hsm.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-example_hsm.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-example_usbjtag.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-example_usbjtag.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-experiences.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-attribs.fr.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-attribs.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-attribs.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-gnetlist.fr.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-gnetlist.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-gnetlist.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-gsch2pcb.fr.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-gsch2pcb.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-gsch2pcb.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-gschem.fr.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-gschem.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-gschem.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-pcb.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-pcb.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-simulation.fr.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-simulation.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-simulation.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq.fr.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-fbabgapp.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-fc1.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-fc2.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-fc3.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-fc4.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-fedora_rpm_installation.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-fedora_rpm_installation.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-file_format_spec.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-file_format_spec.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-format_translation.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-format_translation.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gaf.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gaf_building_git_version.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gaf_utility.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gaf_utility.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gattrib_readme.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gedasuite_installation.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gerbv_mp.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gerbv_mp.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gerbv_pnp_readme.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gfdl.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-glossary.fr.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-glossary.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-glossary.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_scheme_primitives.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_scheme_tutorial.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_scheme_tutorial.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-basic_netlisting.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-basic_netlisting.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-command_line.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-command_line.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-config.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-config.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-hierarchy.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-hierarchy.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-implicit_pins.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-implicit_pins.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-input_output_files.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-input_output_files.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-introduction.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-introduction.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-netlist_backends.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-netlist_backends.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-running_gnetlist.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-running_gnetlist.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-slotting.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-slotting.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gparts_cc.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gparts_dd.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gparts_id.html
@ -390,69 +381,39 @@ share/mime/packages/liblepton.xml
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-grenum_mp.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gsch2pcb_readme.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gsch2pcb_tutorial.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gsch2pcb_tutorial.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gsch2pcb_tutorial_releasenotes.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gsch2pcb_tutorial_releasenotes.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_symbol_creation.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_symbol_creation.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_symbol_generators.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-attributes.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-attributes.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-autonumbering.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-autonumbering.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-colors_styles.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-colors_styles.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-command_line.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-command_line.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-components.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-components.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-config.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-config.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-editing_actions.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-editing_actions.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-exporting.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-exporting.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-extensions.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-extensions.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-graphics.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-graphics.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-grids.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-grids.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-hierarchy.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-hierarchy.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-introduction.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-introduction.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-main_window.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-main_window.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-moving_copying.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-moving_copying.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-pins_nets_buses.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-pins_nets_buses.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-printing.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-printing.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-running_gschem.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-running_gschem.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-schematic_pages.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-schematic_pages.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-selecting.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-selecting.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-slots.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-slots.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-stroke.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-stroke.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-viewing_schematics.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-viewing_schematics.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_warmup.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_warmup.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gsymcheck_mp.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gsymcheck_mp.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-guile_scripting.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-guile_scripting.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-hierarchy.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-howto_report_bugs.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-howto_report_bugs.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-hse_howto.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-icarus.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-icarus_anc.html
@ -470,78 +431,53 @@ share/mime/packages/liblepton.xml
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-icarus_xilinx_hints.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-icarus_xnf.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-igarus_fpga_lcg.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-installation.fr.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-installation.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-installation.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-installed_plugins.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-license.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-links.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-mailinglists.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-mailinglists.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-master_attributes_list.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-master_attributes_list.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-mcalc_readme.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-mcalc_readme.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-na_howto.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-na_howto.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-ngnutmeg_mp.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-ngsconvert_mp.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-ngspice_and_gschem.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-ngspice_and_gschem.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-ngspice_mp.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-olib_readme.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb-quick_reference.fr.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb-quick_reference.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb-quick_reference.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_developer_introduction.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_footprint_naming_conventions.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_footprint_naming_conventions.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_footprints.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_footprints.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_funding_sow-fwdann_ideas.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_funding_sow-gui_ideas.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_funding_sow.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_layers.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_mp.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_tips.fr.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_tips.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_tips.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-release_engineering.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-scm.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-scm.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-screenshots.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-sdb_howto.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-sn_readme.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-spice_improvements.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-spice_polys.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-spice_polys.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-ssan.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-start.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-start.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-style_guide.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-suse_10.0.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-suse_10.1.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-suse_9.3.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-suse_rpm_installation.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-suse_rpm_installation.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-syntax_features.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-systemc_netlister_readme.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-tasks.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-tasks.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-todos.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-todos.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-tools.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-tragesym_readme.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-tragesym_readme.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-tragesym_tutorial.fr.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-tragesym_tutorial.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-tragesym_tutorial.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-transistor_guide.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-transistor_guide.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-ubuntu.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-usage.fr.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-usage.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-usage.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-vams_netlister_readme.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-verilog_netlister_readme.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-version_control_migration.html
@ -703,19 +639,13 @@ share/mime/packages/liblepton.xml
%%PORTDOCS%%%%DOCSDIR%%/wiki/media/wiki/dokuwiki-128.png
%%PORTDOCS%%%%DOCSDIR%%/wiki/pcb-footprint_generators.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/pcb-projects.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/pcb-projects.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/pcb-roadmap.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/pcb-roadmap.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/print.css
%%PORTDOCS%%%%DOCSDIR%%/wiki/projects.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/sitemap.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/start.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/start_es.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/start_fr.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/start_ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/style.css
%%PORTDOCS%%%%DOCSDIR%%/wiki/wiki-dokuvimki.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/wiki-dokuvimki.ru.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/wiki-dokuwiki.html
%%PORTDOCS%%%%DOCSDIR%%/wiki/wiki-syntax.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
@ -846,6 +776,9 @@ share/icons/hicolor/scalable/apps/lepton-schematic.svg
share/icons/hicolor/scalable/mimetypes/application-x-lepton-sch2pcb-project.svg
share/icons/hicolor/scalable/mimetypes/application-x-lepton-schematic.svg
share/icons/hicolor/scalable/mimetypes/application-x-lepton-symbol.svg
share/info/coordinate-space.png
share/info/path-example.png
share/info/text-layout.png
%%DATADIR%%/bitmap/gschem-about-logo.png
%%DATADIR%%/bitmap/gschem-alignment_bottomcenter.png
%%DATADIR%%/bitmap/gschem-alignment_bottomleft.png
@ -884,6 +817,10 @@ share/icons/hicolor/scalable/mimetypes/application-x-lepton-symbol.svg
%%DATADIR%%/bitmap/gschem-top2bottom.png
%%DATADIR%%/bitmap/gschem-undo.xpm
%%DATADIR%%/bitmap/gschem-warning.png
%%DATADIR%%/geda-system.conf
%%DATADIR%%/gschem-colormap-bw
%%DATADIR%%/gschem-colormap-darkbg
%%DATADIR%%/gschem-colormap-lightbg
%%DATADIR%%/icons/hicolor/16x16/actions/attribute-attach.png
%%DATADIR%%/icons/hicolor/16x16/actions/attribute-detach.png
%%DATADIR%%/icons/hicolor/16x16/actions/attribute-show-both.png
@ -910,16 +847,10 @@ share/icons/hicolor/scalable/mimetypes/application-x-lepton-symbol.svg
%%DATADIR%%/icons/hicolor/22x22/actions/insert-symbol.png
%%DATADIR%%/icons/hicolor/22x22/actions/insert-text.png
%%DATADIR%%/icons/hicolor/22x22/actions/select.png
%%DATADIR%%/geda-system.conf
%%DATADIR%%/lepton-system.conf
%%DATADIR%%/system-gafrc
%%DATADIR%%/system-gschemrc
%%DATADIR%%/lepton-gtkrc
%%DATADIR%%/lepton-system.conf
%%DATADIR%%/print-colormap-darkbg
%%DATADIR%%/print-colormap-lightbg
%%DATADIR%%/gschem-colormap-bw
%%DATADIR%%/gschem-colormap-darkbg
%%DATADIR%%/gschem-colormap-lightbg
%%DATADIR%%/scheme/auto-place-attribs.scm
%%DATADIR%%/scheme/auto-place-netname.scm
%%DATADIR%%/scheme/auto-refdes.scm
@ -1007,6 +938,8 @@ share/icons/hicolor/scalable/mimetypes/application-x-lepton-symbol.svg
%%DATADIR%%/scheme/lepton/log-rotate.scm
%%DATADIR%%/scheme/lepton/log.scm
%%DATADIR%%/scheme/lepton/object.scm
%%DATADIR%%/scheme/lepton/object/foreign.scm
%%DATADIR%%/scheme/lepton/object/type.scm
%%DATADIR%%/scheme/lepton/option.scm
%%DATADIR%%/scheme/lepton/os.scm
%%DATADIR%%/scheme/lepton/page.scm
@ -1090,87 +1023,6 @@ share/icons/hicolor/scalable/mimetypes/application-x-lepton-symbol.svg
%%DATADIR%%/scheme/symcheck/check.scm
%%DATADIR%%/scheme/symcheck/option.scm
%%DATADIR%%/scheme/symcheck/report.scm
%%NLS%%share/locale/af/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/af/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/ar/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/ar/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/ar/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/bg/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/bg/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/bs/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/bs/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/ca/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/ca/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/da/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/da/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/de/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/de/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/de/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/el/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/el/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/el/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/es/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/es/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/es/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/fa/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/fa/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/fi/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/fr/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/fr/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/fr/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/gl/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/he/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/hu/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/hu/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/hu/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/it/LC_MESSAGES/lepton-cli.mo
%%NLS%%share/locale/it/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/it/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/it/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/ja/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/ja/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/ml/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/ml/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/nb/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/nl/LC_MESSAGES/lepton-cli.mo
%%NLS%%share/locale/nl/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/nl/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/nl/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/oc/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/pl/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/pl/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/pl/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/pt/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/pt/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/pt/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/ru/LC_MESSAGES/lepton-cli.mo
%%NLS%%share/locale/ru/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/ru/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/ru/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/sl/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/sl/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/sr/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/sr/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/sr/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/sv/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/sv/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/tr/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/tr/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/tr/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/uk/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/uk/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/libleptongui.mo
%%DATADIR%%/sym-gnetman/capacitor-1.sym
%%DATADIR%%/sym-gnetman/ccvs-1.sym
%%DATADIR%%/sym-gnetman/clkinv.sym
@ -2659,3 +2511,90 @@ share/icons/hicolor/scalable/mimetypes/application-x-lepton-symbol.svg
%%DATADIR%%/sym/xilinx/XC2S50-5PQ208I.sym
%%DATADIR%%/sym/xilinx/XC2S50-6PQ208C.sym
%%DATADIR%%/sym/xilinx/XC95108-PC84.sym
%%DATADIR%%/system-gafrc
%%DATADIR%%/system-gschemrc
%%NLS%%share/locale/af/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/af/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/ar/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/ar/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/ar/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/bg/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/bg/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/bs/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/bs/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/ca/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/ca/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/da/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/da/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/de/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/de/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/de/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/el/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/el/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/el/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/es/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/es/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/es/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/fa/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/fa/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/fi/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/fr/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/fr/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/fr/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/gl/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/he/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/hu/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/hu/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/hu/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/it/LC_MESSAGES/lepton-cli.mo
%%NLS%%share/locale/it/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/it/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/it/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/ja/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/ja/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/ml/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/ml/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/nb/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/nl/LC_MESSAGES/lepton-cli.mo
%%NLS%%share/locale/nl/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/nl/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/nl/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/oc/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/pl/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/pl/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/pl/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/pt/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/pt/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/pt/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/ru/LC_MESSAGES/lepton-cli.mo
%%NLS%%share/locale/ru/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/ru/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/ru/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/sl/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/sl/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/sr/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/sr/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/sr/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/sv/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/sv/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/tr/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/tr/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/tr/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/uk/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/uk/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/libleptongui.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/liblepton.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/libleptonattrib.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/libleptongui.mo
share/mime/application/x-lepton-sch2pcb-project.xml
share/mime/application/x-lepton-schematic.xml
share/mime/application/x-lepton-symbol.xml
share/mime/packages/liblepton.xml

View File

@ -1,5 +1,5 @@
PORTNAME= netgen
DISTVERSION= 1.5.189
DISTVERSION= 1.5.192
CATEGORIES= cad
PKGNAMESUFFIX= -lvs

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1624208864
SHA256 (RTimothyEdwards-netgen-1.5.189_GH0.tar.gz) = 02c67381e3ef9a16e9cec219cd88f010ed0e2ed2be71d5bf3151be2094b796d1
SIZE (RTimothyEdwards-netgen-1.5.189_GH0.tar.gz) = 521796
TIMESTAMP = 1625416463
SHA256 (RTimothyEdwards-netgen-1.5.192_GH0.tar.gz) = 9dcfb736a32f32388f427eedd413872edb413e4beff7736e1a449450e5578572
SIZE (RTimothyEdwards-netgen-1.5.192_GH0.tar.gz) = 521923

View File

@ -1,5 +1,5 @@
PORTNAME= veroroute
DISTVERSION= 2.14
DISTVERSION= 2.15
PORTEPOCH= 1
CATEGORIES= cad
MASTER_SITES= SF/${PORTNAME}/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1624454624
SHA256 (veroroute-2.14.tar.gz) = 7ef6a43ba27153a4742d4e05a1f64d6813e86e1b2e8a2dcf499a52349ab3a8be
SIZE (veroroute-2.14.tar.gz) = 953732
TIMESTAMP = 1625100262
SHA256 (veroroute-2.15.tar.gz) = 66a034c9ce653a6b9a25f662fbe4e94d4968c0fe49b151689a67427e529a7f2e
SIZE (veroroute-2.15.tar.gz) = 955186

View File

@ -1,5 +1,5 @@
PORTNAME= fldigi
PORTVERSION= 4.1.18
PORTVERSION= 4.1.19
CATEGORIES= comms hamradio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1611941586
SHA256 (fldigi-4.1.18.tar.gz) = 3c7fd84ab3a84ba4525b251e9d56120daee626a3831684a974fdad476f90270d
SIZE (fldigi-4.1.18.tar.gz) = 4847091
TIMESTAMP = 1625157394
SHA256 (fldigi-4.1.19.tar.gz) = 8715e7109d2a674d80b742c97743fe7cb8997166b3c6ddef622c8cd8779d6e7f
SIZE (fldigi-4.1.19.tar.gz) = 4900636

View File

@ -0,0 +1,14 @@
--- configure.ac.orig 2021-07-01 20:36:20 UTC
+++ configure.ac
@@ -309,11 +309,6 @@ AC_FLDIGI_INTL
# Set ac_cv_udev to yes/no
# Define USE_LIBHID in config.h
# Substitute LIBHID_CFLAGS and LIBHID_LIBS in Makefile
-#if test "x$ac_cv_want_fldigi" = "xyes"; then
-#AC_FLDIGI_PKG_CHECK([libhid], [libhid], [no], [no],
-# [use udev libraries @<:@autodetect@:>@],
-# [ENABLE_LIBHID])
-#fi
### asciidoc
# substitute ASCIIDOC and A2X in doc/Makefile

View File

@ -0,0 +1,11 @@
--- m4/build.m4.orig 2021-07-01 21:41:53 UTC
+++ m4/build.m4
@@ -94,7 +94,7 @@ $BFD_CFLAGS -pipe -Wall -fexceptions $OPT_CFLAGS $DEBU
else if test "x$target_mingw32" = "xyes"; then
FLDIGI_BUILD_LDADD="$FLDIGI_BUILD_LDADD -lsetupapi -lhid"
else
- FLDIGI_BUILD_LDADD="$FLDIGI_BUILD_LDADD -ludev"
+ FLDIGI_BUILD_LDADD="$FLDIGI_BUILD_LDADD"
fi
fi

View File

@ -0,0 +1,29 @@
--- src/Makefile.am.orig 2021-06-24 11:46:05 UTC
+++ src/Makefile.am
@@ -503,8 +503,6 @@ clean-local:
# Sources that we build. It is OK to have headers here.
fldigi_SOURCES += \
- cmedia/cmedia.cxx \
- cmedia/hid.cxx \
combo/combo.cxx \
config_script/create_default_script.cxx \
config_script/run_script.h \
@@ -707,9 +705,6 @@ fldigi_SOURCES += \
EXTRA_fldigi_SOURCES += \
blank/blank.cxx \
blank/blank.h \
- cmedia/hid_lin.cxx \
- cmedia/hid_mac.cxx \
- cmedia/hid_win.cxx \
dialogs/fl_digi_main.cxx \
dxcluster/arc-help.cxx \
dxcluster/CCC_Commands.cxx \
@@ -762,7 +757,6 @@ EXTRA_fldigi_SOURCES += \
include/calendar.h \
include/charsetdistiller.h \
include/charsetlist.h \
- include/cmedia.h \
include/colorbox.h \
include/combo.h \
include/complex.h \

Some files were not shown because too many files have changed in this diff Show More