o Update net/net6 to 1.2.1 [1]
o Update devel/obby to 0.3.0 [1] o Update editors/gobby to 0.3.0 [2] o Update net/sobby to 0.3.0 [3] PR: ports/90520 Submitted by: Wesley Shields <wxs@csh.rit.edu> [1] [2], Andreas Kohn <andreas@syndrom23.de> [3] Approved by: Andreas Kohn <andreas@syndrom23.de> (maintainer) [1]
This commit is contained in:
parent
b579841cba
commit
cbb4dd7664
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151725
10 changed files with 57 additions and 31 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= obby
|
||||
PORTVERSION= 0.2.1
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://releases.0x539.de/obby/
|
||||
|
||||
|
@ -39,7 +39,7 @@ post-patch:
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
IGNORE= "Some dependencies does not run on FreeBSD \< 5.x"
|
||||
IGNORE= some dependencies does not run on FreeBSD < 5.x
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
MD5 (obby-0.2.1.tar.gz) = 5e28bfbf6e72b007aa6d055594754810
|
||||
SIZE (obby-0.2.1.tar.gz) = 404106
|
||||
MD5 (obby-0.3.0.tar.gz) = b14135018a3093395296cf091f9f824f
|
||||
SHA256 (obby-0.3.0.tar.gz) = 609feb33095e6036808cd9b5dbeed8775866c8823f4416d1c333bffa36b072aa
|
||||
SIZE (obby-0.3.0.tar.gz) = 454757
|
||||
|
|
|
@ -1,37 +1,54 @@
|
|||
include/obby/buffer.hpp
|
||||
include/obby/client_buffer.hpp
|
||||
include/obby/client_document.hpp
|
||||
include/obby/chat.hpp
|
||||
include/obby/client_document_info.hpp
|
||||
include/obby/colour.hpp
|
||||
include/obby/common.hpp
|
||||
include/obby/delete_record.hpp
|
||||
include/obby/delete_operation.hpp
|
||||
include/obby/document.hpp
|
||||
include/obby/document_info.hpp
|
||||
include/obby/document_packet.hpp
|
||||
include/obby/duplex_signal.hpp
|
||||
include/obby/error.hpp
|
||||
include/obby/format_string.hpp
|
||||
include/obby/host_buffer.hpp
|
||||
include/obby/host_document.hpp
|
||||
include/obby/host_document_info.hpp
|
||||
include/obby/insert_record.hpp
|
||||
include/obby/insert_operation.hpp
|
||||
include/obby/jupiter_algorithm.hpp
|
||||
include/obby/jupiter_client.hpp
|
||||
include/obby/jupiter_server.hpp
|
||||
include/obby/jupiter_undo.hpp
|
||||
include/obby/line.hpp
|
||||
include/obby/local_buffer.hpp
|
||||
include/obby/local_document.hpp
|
||||
include/obby/local_document_info.hpp
|
||||
include/obby/no_operation.hpp
|
||||
include/obby/operation.hpp
|
||||
include/obby/position.hpp
|
||||
include/obby/ptr_iterator.hpp
|
||||
include/obby/record.hpp
|
||||
include/obby/reversible_insert_operation.hpp
|
||||
include/obby/ring.hpp
|
||||
include/obby/rsa.hpp
|
||||
include/obby/server_buffer.hpp
|
||||
include/obby/server_document.hpp
|
||||
include/obby/server_document_info.hpp
|
||||
include/obby/sha1.hpp
|
||||
include/obby/split_operation.hpp
|
||||
include/obby/user.hpp
|
||||
include/obby/user_table.hpp
|
||||
lib/libobby-0.2.so
|
||||
lib/libobby-0.2.so.0
|
||||
include/obby/vector_time.hpp
|
||||
include/obby/serialise/attribute.hpp
|
||||
include/obby/serialise/error.hpp
|
||||
include/obby/serialise/object.hpp
|
||||
include/obby/serialise/parser.hpp
|
||||
include/obby/serialise/token.hpp
|
||||
lib/libobby-0.3.so
|
||||
lib/libobby-0.3.so.0
|
||||
lib/libobby.a
|
||||
lib/libobby.so
|
||||
libdata/pkgconfig/obby-0.2.pc
|
||||
libdata/pkgconfig/obby-0.3.pc
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/obby.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/obby.mo
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/obby.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/obby.mo
|
||||
@dirrm include/obby/serialise
|
||||
@dirrm include/obby
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gobby
|
||||
PORTVERSION= 0.2.2
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://releases.0x539.de/gobby/
|
||||
|
||||
|
@ -15,8 +15,8 @@ COMMENT= A free collaborative editor
|
|||
|
||||
LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26 \
|
||||
gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
|
||||
net6-1.1.0:${PORTSDIR}/net/net6 \
|
||||
obby-0.2.0:${PORTSDIR}/devel/obby
|
||||
net6-1.2.0:${PORTSDIR}/net/net6 \
|
||||
obby-0.3.0:${PORTSDIR}/devel/obby
|
||||
|
||||
USE_XLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gobby-0.2.2.tar.gz) = 9a1b61ee3aebe737e5d9918f7601b5d4
|
||||
SHA256 (gobby-0.2.2.tar.gz) = 56c4dcf121eb496ac0b1d212783e3c7f01e427359a768ffa952355093a985eda
|
||||
SIZE (gobby-0.2.2.tar.gz) = 258917
|
||||
MD5 (gobby-0.3.0.tar.gz) = 1b674f42654cc1960d37e0a6a2fcff1f
|
||||
SHA256 (gobby-0.3.0.tar.gz) = 8534aaf5ad5266833db56b65fb4ab6826b71ea9cd837733c35cef69632bcfbbd
|
||||
SIZE (gobby-0.3.0.tar.gz) = 308213
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= net6
|
||||
PORTVERSION= 1.1.0
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= net devel
|
||||
MASTER_SITES= http://releases.0x539.de/net6/
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
MD5 (net6-1.1.0.tar.gz) = 522229474ff554a4ce883002011d0fbb
|
||||
SIZE (net6-1.1.0.tar.gz) = 369898
|
||||
MD5 (net6-1.2.1.tar.gz) = e5e22450144b7a788955164729ef5034
|
||||
SHA256 (net6-1.2.1.tar.gz) = 0f3f3db01ca3613f9e4f407eeb5395745df770a92eb654ce0c7c71c0322fa4fc
|
||||
SIZE (net6-1.2.1.tar.gz) = 376538
|
||||
|
|
|
@ -1,20 +1,27 @@
|
|||
include/net6/address.hpp
|
||||
include/net6/client.hpp
|
||||
include/net6/connection.hpp
|
||||
include/net6/common.hpp
|
||||
include/net6/default_accumulator.hpp
|
||||
include/net6/error.hpp
|
||||
include/net6/gettext_package.hpp
|
||||
include/net6/host.hpp
|
||||
include/net6/local.hpp
|
||||
include/net6/main.hpp
|
||||
include/net6/non_copyable.hpp
|
||||
include/net6/object.hpp
|
||||
include/net6/packet.hpp
|
||||
include/net6/peer.hpp
|
||||
include/net6/select.hpp
|
||||
include/net6/serialise.hpp
|
||||
include/net6/server.hpp
|
||||
include/net6/socket.hpp
|
||||
lib/libnet6-1.1.so
|
||||
lib/libnet6-1.1.so.0
|
||||
include/net6/user.hpp
|
||||
lib/libnet6-1.2.so
|
||||
lib/libnet6-1.2.so.0
|
||||
lib/libnet6.a
|
||||
lib/libnet6.so
|
||||
libdata/pkgconfig/net6-1.1.pc
|
||||
libdata/pkgconfig/net6-1.2.pc
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/net6.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/net6.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/net6.mo
|
||||
@dirrm include/net6
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= sobby
|
||||
PORTVERSION= 0.2.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://releases.0x539.de/sobby/
|
||||
|
||||
|
@ -27,7 +26,7 @@ PLIST_FILES= bin/sobby
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 500000
|
||||
IGNORE= "Some dependencies does not run on FreeBSD \< 5.x"
|
||||
IGNORE= some dependencies does not run on FreeBSD < 5.x
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
MD5 (sobby-0.2.0.tar.gz) = 68e740d9ad051e7939de29fa2c28da56
|
||||
SIZE (sobby-0.2.0.tar.gz) = 104063
|
||||
MD5 (sobby-0.3.0.tar.gz) = 5408fc08d610be5aac4476c6ea6277f9
|
||||
SHA256 (sobby-0.3.0.tar.gz) = fe2d778208c3c5f3cee7c3981b9227217d2f781d86b957db512bb4d800970f56
|
||||
SIZE (sobby-0.3.0.tar.gz) = 109363
|
||||
|
|
Loading…
Reference in a new issue