diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-29 09:52:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-29 09:52:43 +0000 |
commit | 4692dbe530909bec6a8ac5cbb23a0f0e28b49936 (patch) | |
tree | dd766595737e3a428073e7b9abb8e7c5d73b27b0 /print/pslib/files | |
parent | Update to 12.7.4 (diff) |
- Update to 0.4.0
- USE NOPORTEXAMPLES
PR: 114576
Submitted by: Marcus von Appen <mva@sysfault.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=196548
Diffstat (limited to 'print/pslib/files')
-rw-r--r-- | print/pslib/files/man3 | 9 | ||||
-rw-r--r-- | print/pslib/files/patch-src-ght_hash_table.h.in | 10 |
2 files changed, 14 insertions, 5 deletions
diff --git a/print/pslib/files/man3 b/print/pslib/files/man3 index e542ba69e793..9b9b9d7270bf 100644 --- a/print/pslib/files/man3 +++ b/print/pslib/files/man3 @@ -1,11 +1,15 @@ PS_add_bookmark.3 +PS_add_kerning.3 PS_add_launchlink.3 +PS_add_ligature.3 PS_add_locallink.3 PS_add_note.3 PS_add_pdflink.3 PS_add_weblink.3 PS_arc.3 PS_arcn.3 +PS_begin_font.3 +PS_begin_glyph.3 PS_begin_page.3 PS_begin_pattern.3 PS_begin_template.3 @@ -21,12 +25,15 @@ PS_continue_text2.3 PS_create_gstate.3 PS_curveto.3 PS_delete.3 +PS_end_font.3 +PS_end_glyph.3 PS_end_page.3 PS_end_pattern.3 PS_end_template.3 PS_fill.3 PS_fill_stroke.3 PS_findfont.3 +PS_free_glyph_list.3 PS_get_buffer.3 PS_get_majorversion.3 PS_get_minorversion.3 @@ -34,6 +41,8 @@ PS_get_opaque.3 PS_get_parameter.3 PS_get_subminorversion.3 PS_get_value.3 +PS_glyph_list.3 +PS_glyph_show.3 PS_hyphenate.3 PS_include_file.3 PS_lineto.3 diff --git a/print/pslib/files/patch-src-ght_hash_table.h.in b/print/pslib/files/patch-src-ght_hash_table.h.in index 2ae260c05702..d689f4e3aac8 100644 --- a/print/pslib/files/patch-src-ght_hash_table.h.in +++ b/print/pslib/files/patch-src-ght_hash_table.h.in @@ -1,10 +1,10 @@ ---- src/ght_hash_table.h.in.orig Sun Jun 24 14:12:27 2007 -+++ src/ght_hash_table.h.in Sun Jun 24 14:12:45 2007 +--- src/ght_hash_table.h.in.orig Sat Jul 14 10:40:00 2007 ++++ src/ght_hash_table.h.in Sat Jul 14 10:40:29 2007 @@ -60,6 +60,7 @@ #define GHT_HASH_TABLE_H #include <stdlib.h> /* size_t */ +#include <sys/types.h> - - #ifdef __cplusplus - extern "C" { + #ifndef WIN32 + #include <stdint.h> /* uint32_t */ + #endif |