Remove empty trailing line(s).

This commit is contained in:
ajacoutot 2023-01-25 10:54:32 +00:00
parent bd08cc01a0
commit aa7091aa40
40 changed files with 20 additions and 29 deletions

View File

@ -3,6 +3,7 @@ COMMENT= memory optimized serialization library
GH_ACCOUNT= google GH_ACCOUNT= google
GH_PROJECT= flatbuffers GH_PROJECT= flatbuffers
GH_TAGNAME= v2.0.0 GH_TAGNAME= v2.0.0
REVISION= 0
SHARED_LIBS= flatbuffers 1.0 # 2.0.0 SHARED_LIBS= flatbuffers 1.0 # 2.0.0

View File

@ -7,4 +7,3 @@ What sets FlatBuffers apart is that it represents hierarchical data in
a flat binary buffer in such a way that it can still be accessed a flat binary buffer in such a way that it can still be accessed
directly without parsing/unpacking, while also still supporting data directly without parsing/unpacking, while also still supporting data
structure evolution (forwards/backwards compatibility). structure evolution (forwards/backwards compatibility).

View File

@ -4,6 +4,7 @@ V= 2022.2.3
DISTNAME= ideaIC-${V}-no-jbr DISTNAME= ideaIC-${V}-no-jbr
PKGNAME= intellij-${V} PKGNAME= intellij-${V}
CATEGORIES= devel CATEGORIES= devel
REVISION= 0
HOMEPAGE= https://www.jetbrains.com/idea/ HOMEPAGE= https://www.jetbrains.com/idea/
MAINTAINER= Lucas Raab <tuftedocelot@fastmail.fm> MAINTAINER= Lucas Raab <tuftedocelot@fastmail.fm>

View File

@ -24,4 +24,3 @@ If you receive errors starting after an upgrade, try the following:
c. ${HOME}/.config/JetBrains c. ${HOME}/.config/JetBrains
3. Relaunch intellij 3. Relaunch intellij
4. Reinstall the removed plugins 4. Reinstall the removed plugins

View File

@ -1,6 +1,7 @@
COMMENT = Devel::StackTrace + PadWalker COMMENT = Devel::StackTrace + PadWalker
DISTNAME = Devel-StackTrace-WithLexicals-2.01 DISTNAME = Devel-StackTrace-WithLexicals-2.01
REVISION = 0
CATEGORIES = devel CATEGORIES = devel

View File

@ -2,4 +2,3 @@ The Devel::StackTrace module contains two classes, Devel::StackTrace
and Devel::StackTrace::Frame. These objects encapsulate the information and Devel::StackTrace::Frame. These objects encapsulate the information
that can retrieved via Perl's caller function, as well as providing that can retrieved via Perl's caller function, as well as providing
a simple interface to this data. a simple interface to this data.

View File

@ -1,6 +1,7 @@
COMMENT = database URIs COMMENT = database URIs
DISTNAME = URI-db-0.20 DISTNAME = URI-db-0.20
REVISION = 0
CATEGORIES = devel CATEGORIES = devel

View File

@ -1,4 +1,3 @@
This class provides support for database URIs. They're inspired by JDBC URIs This class provides support for database URIs. They're inspired by JDBC URIs
and PostgreSQL URIs, though they're a bit more formal. The specification for and PostgreSQL URIs, though they're a bit more formal. The specification for
their format is documented in README.md. their format is documented in README.md.

View File

@ -4,7 +4,7 @@ GH_ACCOUNT= willamowius
GH_PROJECT= ptlib GH_PROJECT= ptlib
GH_TAGNAME= v2_10_9_5 GH_TAGNAME= v2_10_9_5
PKGNAME= ${DISTNAME:S/_/./g} PKGNAME= ${DISTNAME:S/_/./g}
REVISION= 2 REVISION= 3
EPOCH= 0 EPOCH= 0
CATEGORIES= devel telephony CATEGORIES= devel telephony

View File

@ -19,4 +19,3 @@ the GNU Gatekeeper. The main PTLib development branch makes substantial API
changes with every version, while this branch keeps the API stable and only changes with every version, while this branch keeps the API stable and only
makes compatible changes wherever possible. makes compatible changes wherever possible.
This fork is actively maintained to fix bugs and security issues. This fork is actively maintained to fix bugs and security issues.

View File

@ -3,6 +3,7 @@ COMMENT= platform game featuring buggers equipped with weapons
V= 0.7.5 V= 0.7.5
PKGNAME= teeworlds-${V} PKGNAME= teeworlds-${V}
DISTNAME= ${PKGNAME}-src DISTNAME= ${PKGNAME}-src
REVISION= 0
CATEGORIES= games CATEGORIES= games

View File

@ -1,4 +1,3 @@
Teeworlds is a free online multiplayer game, available for all major Teeworlds is a free online multiplayer game, available for all major
operating systems. Battle with up to 16 players in a variety of game operating systems. Battle with up to 16 players in a variety of game
modes, including Team Deathmatch and Capture The Flag. modes, including Team Deathmatch and Capture The Flag.

View File

@ -2,6 +2,7 @@ COMMENT = tool for annotating images
V = 0.6.0 V = 0.6.0
PKGNAME = kimageannotator-${V} PKGNAME = kimageannotator-${V}
REVISION = 0
GH_ACCOUNT = ksnip GH_ACCOUNT = ksnip
GH_PROJECT = kImageAnnotator GH_PROJECT = kImageAnnotator

View File

@ -1,3 +1,2 @@
kImageAnnotator provides tools to annotate images for Qt-based kImageAnnotator provides tools to annotate images for Qt-based
applications. applications.

View File

@ -1,6 +1,7 @@
COMMENT = utilities related to prime numbers, including fast sieves COMMENT = utilities related to prime numbers, including fast sieves
DISTNAME = Math-Prime-Util-0.73 DISTNAME = Math-Prime-Util-0.73
CATEGORIES = math CATEGORIES = math
REVISION = 0
# Perl # Perl
PERMIT_PACKAGE = Yes PERMIT_PACKAGE = Yes

View File

@ -33,4 +33,3 @@ Two scripts are also included and installed by default:
to see all the options. to see all the options.
* factor.pl operates similar to the GNU factor program. * factor.pl operates similar to the GNU factor program.
It supports bigint and expression inputs. It supports bigint and expression inputs.

View File

@ -4,7 +4,7 @@ MODPY_EGG_VERSION = 0.98.13
DISTNAME = opcua-${MODPY_EGG_VERSION} DISTNAME = opcua-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME} PKGNAME = py-${DISTNAME}
REVISION = 1 REVISION = 2
CATEGORIES = misc CATEGORIES = misc

View File

@ -5,4 +5,3 @@ both a low level interface to send and receive all UA defined
structures and high level classes allowing to write a server or a structures and high level classes allowing to write a server or a
client in a few lines. It is easy to mix high level objects and client in a few lines. It is easy to mix high level objects and
low level UA calls in one application. low level UA calls in one application.

View File

@ -2,6 +2,7 @@ COMMENT = SDL multi protocol navigator
VERSION = 1.15.0 VERSION = 1.15.0
DISTNAME = lagrange-${VERSION} DISTNAME = lagrange-${VERSION}
REVISION = 0
CATEGORIES = net x11 CATEGORIES = net x11

View File

@ -3,4 +3,3 @@ Gopherspace. It offers modern conveniences familiar from web
browsers, such as smooth scrolling, inline image viewing, browsers, such as smooth scrolling, inline image viewing,
multiple tabs, visual themes, Unicode fonts, bookmarks, history, multiple tabs, visual themes, Unicode fonts, bookmarks, history,
gempub support, split view and page outlines. gempub support, split view and page outlines.

View File

@ -2,6 +2,7 @@ COMMENT = Twitter REST API library for Perl
DISTNAME = Twitter-API-1.0006 DISTNAME = Twitter-API-1.0006
CATEGORIES = net CATEGORIES = net
PKG_ARCH = * PKG_ARCH = *
REVISION = 0
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org> MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>

View File

@ -18,4 +18,3 @@ Additional features are available via optional traits:
* "the whole enchilada" combines all the above traits via Enchilada * "the whole enchilada" combines all the above traits via Enchilada
* app-only (OAuth2) support via AppAuth * app-only (OAuth2) support via AppAuth
* automatic rate limiting via RateLimiting * automatic rate limiting via RateLimiting

View File

@ -4,7 +4,7 @@ V = 4.0.4.28
DISTNAME = tacacs-F${V} DISTNAME = tacacs-F${V}
PKGNAME = tacacs+-${V} PKGNAME = tacacs+-${V}
EPOCH = 0 EPOCH = 0
REVISION = 0 REVISION = 1
SHARED_LIBS += tacacs 1.0 SHARED_LIBS += tacacs 1.0

View File

@ -7,4 +7,3 @@ Don't forget to rotate tacacs+' logs in newsyslog.conf, e.g.:
/var/log/tac_plus/tac.acct _tacacs:_tacacs 644 7 250 * Z /var/log/tac_plus/tac.acct _tacacs:_tacacs 644 7 250 * Z
/var/log/tac_plus/tac.log _tacacs:_tacacs 644 7 250 * Z /var/log/tac_plus/tac.log _tacacs:_tacacs 644 7 250 * Z
/var/log/tac_plus/tacwho.log _tacacs:_tacacs 644 7 250 * Z /var/log/tac_plus/tacwho.log _tacacs:_tacacs 644 7 250 * Z

View File

@ -1,6 +1,6 @@
MODPY_EGG_VERSION = 5.2.1 MODPY_EGG_VERSION = 5.2.1
TRYTON_MODULE = sale_promotion TRYTON_MODULE = sale_promotion
REVISION = 3 REVISION = 4
TRYTON_DEPENDS += company \ TRYTON_DEPENDS += company \
product \ product \

View File

@ -3,4 +3,3 @@ The sale_promotion module allows to apply promotions on sale based on criteria.
The promotion is applied by changing the unit price of the affected lines when The promotion is applied by changing the unit price of the affected lines when
the sale goes into quotation but the unit price is restored when going back to the sale goes into quotation but the unit price is restored when going back to
draft. draft.

View File

@ -4,6 +4,7 @@ V = 4.2.8
PKGNAME = galleon-${V} PKGNAME = galleon-${V}
DISTNAME = ${PKGNAME}.Final DISTNAME = ${PKGNAME}.Final
PKG_ARCH = * PKG_ARCH = *
REVISION = 0
MASTER_SITES = https://github.com/wildfly/galleon/releases/download/${V}.Final/ MASTER_SITES = https://github.com/wildfly/galleon/releases/download/${V}.Final/
EXTRACT_SUFX = .zip EXTRACT_SUFX = .zip

View File

@ -2,4 +2,3 @@ Galleon is a tool for installing and maintaining JBoss software such
as Wildfly servers. It can install "standard" servers or you can as Wildfly servers. It can install "standard" servers or you can
choose which modules to install in order to provision a smaller server choose which modules to install in order to provision a smaller server
with just the services you need. with just the services you need.

View File

@ -4,6 +4,7 @@ MODGO_MODNAME = github.com/vultr/vultr-cli/v2
MODGO_VERSION = v2.15.0 MODGO_VERSION = v2.15.0
DISTNAME = vultr-cli-${MODGO_VERSION} DISTNAME = vultr-cli-${MODGO_VERSION}
REVISION = 0
CATEGORIES = sysutils CATEGORIES = sysutils

View File

@ -1,3 +1,2 @@
vultr-cli is the official command line tool for Vultr cloud provider services vultr-cli is the official command line tool for Vultr cloud provider services
and API. and API.

View File

@ -4,7 +4,7 @@ MODULES= cpan
PKG_ARCH= * PKG_ARCH= *
DISTNAME= Text-RecordParser-1.6.5 DISTNAME= Text-RecordParser-1.6.5
CATEGORIES= textproc devel CATEGORIES= textproc devel
REVISION= 0 REVISION= 1
# GPLv2 # GPLv2
PERMIT_PACKAGE= Yes PERMIT_PACKAGE= Yes

View File

@ -11,5 +11,3 @@ This module also includes three tools:
p5-Text-TabularDisplay) p5-Text-TabularDisplay)
- tabmerge: unify delimited files on common fields (requires - tabmerge: unify delimited files on common fields (requires
p5-Text-TabularDisplay) p5-Text-TabularDisplay)

View File

@ -11,7 +11,7 @@ COMMENT = update notifications for nextcloud clients
GH_ACCOUNT = nextcloud GH_ACCOUNT = nextcloud
GH_PROJECT = notify_push GH_PROJECT = notify_push
GH_TAGNAME = v0.5.0 GH_TAGNAME = v0.5.0
REVISION = 3 REVISION = 4
CATEGORIES = www CATEGORIES = www

View File

@ -55,4 +55,3 @@ adding this to config.php usually solves the issue:
array ( array (
0 => 'server.public.ip' 0 => 'server.public.ip'
), ),

View File

@ -4,7 +4,7 @@ MODPY_EGG_VERSION = 0.17.0
DISTNAME = responses-${MODPY_EGG_VERSION} DISTNAME = responses-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME} PKGNAME = py-${DISTNAME}
REVISION = 1 REVISION = 2
CATEGORIES = www CATEGORIES = www

View File

@ -1,3 +1,2 @@
Responses is a utility for mocking out the Python Requests library. Responses is a utility for mocking out the Python Requests library.
It also provides a pytest fixture. It also provides a pytest fixture.

View File

@ -8,7 +8,7 @@ MAINTAINER = Eric Auge <eau+obsd@unix4fun.net>
GH_ACCOUNT = alacritty GH_ACCOUNT = alacritty
GH_PROJECT = alacritty GH_PROJECT = alacritty
GH_TAGNAME = v0.10.0 GH_TAGNAME = v0.10.0
REVISION = 3 REVISION = 4
# Apache 2.0 # Apache 2.0
PERMIT_PACKAGE = Yes PERMIT_PACKAGE = Yes

View File

@ -21,4 +21,3 @@ Alacritty looks for a configuration file in the following paths:
If none of these paths exist, then the following file is created on first run: If none of these paths exist, then the following file is created on first run:
`$XDG_CONFIG_HOME/alacritty/alacritty.yml` `$XDG_CONFIG_HOME/alacritty/alacritty.yml`

View File

@ -2,6 +2,7 @@ COMMENT = KDE PIM blogging library
VERSION = 20.04.3 VERSION = 20.04.3
DISTNAME = kblog-${VERSION} DISTNAME = kblog-${VERSION}
CATEGORIES = devel CATEGORIES = devel
REVISION = 0
SHARED_LIBS += KF5Blog 1.0 # 5.13.2 SHARED_LIBS += KF5Blog 1.0 # 5.13.2

View File

@ -6,4 +6,3 @@ and Syndication. It supports asynchronous sending and fetching of posts and, if
supported on the server, multimedia files. Almost every modern blogging web supported on the server, multimedia files. Almost every modern blogging web
application that provides an XML data interface supports one of the APIs application that provides an XML data interface supports one of the APIs
mentioned above. mentioned above.