- Update to 0.4.2

- Pass maintainership to submitter

PR:		ports/104935
Submitted by:	Wesley Shields <wxs@atarininja.org>
Approved by:	Andreas Kohn (old maintainer)
This commit is contained in:
Martin Wilke 2006-11-02 20:15:25 +00:00
parent 15a9fb5cb7
commit 3681b2782a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176215
3 changed files with 18 additions and 19 deletions

View file

@ -6,21 +6,19 @@
#
PORTNAME= obby
PORTVERSION= 0.3.0
PORTREVISION= 2
PORTVERSION= 0.4.2
CATEGORIES= devel
MASTER_SITES= http://releases.0x539.de/obby/
MAINTAINER= andreas@syndrom23.de
MAINTAINER= wxs@atarininja.org
COMMENT= A library for synced document buffers
LIB_DEPENDS= sigc++-2.0.0:${PORTSDIR}/devel/libsigc++20 \
gmp.7:${PORTSDIR}/math/libgmp4 \
LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 \
net6:${PORTSDIR}/net/net6
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libgmp-prefix=${LOCALBASE} --without-howl
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --without-howl
USE_LDCONFIG= yes
.if !defined(WITHOUT_NLS)
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"

View file

@ -1,3 +1,3 @@
MD5 (obby-0.3.0.tar.gz) = b14135018a3093395296cf091f9f824f
SHA256 (obby-0.3.0.tar.gz) = 609feb33095e6036808cd9b5dbeed8775866c8823f4416d1c333bffa36b072aa
SIZE (obby-0.3.0.tar.gz) = 454757
MD5 (obby-0.4.2.tar.gz) = d3b0819f534c04018bf7d1b889ab8aac
SHA256 (obby-0.4.2.tar.gz) = 9a8d37e3f09231d416f6839a03c7f1d965b59a6d8f2087c547dd7cf45f710c3d
SIZE (obby-0.4.2.tar.gz) = 478842

View file

@ -3,6 +3,7 @@ include/obby/client_buffer.hpp
include/obby/chat.hpp
include/obby/client_document_info.hpp
include/obby/colour.hpp
include/obby/command.hpp
include/obby/common.hpp
include/obby/delete_operation.hpp
include/obby/document.hpp
@ -16,9 +17,9 @@ include/obby/host_document_info.hpp
include/obby/insert_operation.hpp
include/obby/jupiter_algorithm.hpp
include/obby/jupiter_client.hpp
include/obby/jupiter_error.hpp
include/obby/jupiter_server.hpp
include/obby/jupiter_undo.hpp
include/obby/line.hpp
include/obby/local_buffer.hpp
include/obby/local_document_info.hpp
include/obby/no_operation.hpp
@ -26,13 +27,11 @@ 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_info.hpp
include/obby/sha1.hpp
include/obby/split_operation.hpp
include/obby/text.hpp
include/obby/user.hpp
include/obby/user_table.hpp
include/obby/vector_time.hpp
@ -41,15 +40,17 @@ 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-0.4.so
lib/libobby-0.4.so.0
lib/libobby.a
lib/libobby.la
lib/libobby.so
libdata/pkgconfig/obby-0.3.pc
%%NLS%%share/locale/de/LC_MESSAGES/obby.mo
%%NLS%%share/locale/fr/LC_MESSAGES/obby.mo
libdata/pkgconfig/obby-0.4.pc
%%NLS%%share/locale/ca/LC_MESSAGES/obby.mo
%%NLS%%share/locale/de/LC_MESSAGES/obby.mo
%%NLS%%share/locale/es/LC_MESSAGES/obby.mo
%%NLS%%share/locale/fr/LC_MESSAGES/obby.mo
%%NLS%%share/locale/nl/LC_MESSAGES/obby.mo
%%NLS%%share/locale/sv/LC_MESSAGES/obby.mo
@dirrm include/obby/serialise
@dirrm include/obby