diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-28 11:33:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-28 11:33:22 +0000 |
commit | 0a9d010bc6886673e8c70f5e746b55257d66a261 (patch) | |
tree | e2848ff29b05d80e402c87f038188eef316e115c /devel/obby/pkg-plist | |
parent | 2a4e8ea11a959cb564c093c4b9e72753b7e305c0 (diff) | |
download | ports-0a9d010bc6886673e8c70f5e746b55257d66a261.tar.gz ports-0a9d010bc6886673e8c70f5e746b55257d66a261.zip |
Notes
Diffstat (limited to 'devel/obby/pkg-plist')
-rw-r--r-- | devel/obby/pkg-plist | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/devel/obby/pkg-plist b/devel/obby/pkg-plist index e142a1051a6f..d8fe194ead34 100644 --- a/devel/obby/pkg-plist +++ b/devel/obby/pkg-plist @@ -1,6 +1,6 @@ include/obby/buffer.hpp -include/obby/client_buffer.hpp include/obby/chat.hpp +include/obby/client_buffer.hpp include/obby/client_document_info.hpp include/obby/colour.hpp include/obby/command.hpp @@ -28,6 +28,11 @@ include/obby/position.hpp include/obby/ptr_iterator.hpp include/obby/record.hpp include/obby/ring.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 include/obby/server_buffer.hpp include/obby/server_document_info.hpp include/obby/split_operation.hpp @@ -35,26 +40,26 @@ include/obby/text.hpp include/obby/user.hpp include/obby/user_table.hpp 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.4.so lib/libobby-0.4.so.1 lib/libobby.a lib/libobby.la lib/libobby.so libdata/pkgconfig/obby-0.4.pc +%%NLS%%share/locale/ast/LC_MESSAGES/obby.mo %%NLS%%share/locale/ca/LC_MESSAGES/obby.mo +%%NLS%%share/locale/da/LC_MESSAGES/obby.mo %%NLS%%share/locale/de/LC_MESSAGES/obby.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/obby.mo %%NLS%%share/locale/es/LC_MESSAGES/obby.mo %%NLS%%share/locale/fr/LC_MESSAGES/obby.mo %%NLS%%share/locale/it/LC_MESSAGES/obby.mo %%NLS%%share/locale/nl/LC_MESSAGES/obby.mo %%NLS%%share/locale/oc/LC_MESSAGES/obby.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/obby.mo %%NLS%%share/locale/sv/LC_MESSAGES/obby.mo -%%NLS%%@dirrm share/locale/oc/LC_MESSAGES -%%NLS%%@dirrm share/locale/oc +%%NLS%%share/locale/uk/LC_MESSAGES/obby.mo +%%NLS%%@dirrmtry share/locale/oc/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/oc @dirrm include/obby/serialise @dirrm include/obby |