forked from cederberg/mibble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFSF.registration
115 lines (68 loc) · 2.27 KB
/
FSF.registration
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
%%comments:
<p>
The copyright licensing notice below applies to this text. The software
described in this text has its own copyright notice and license, which can
usually be found in the distribution itself.
</p>
<p>
Copyright © 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
</p>
<p>
Permission is granted to copy, distribute, and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or any
later version published by the Free Software Foundation; with no Invariant
Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy
of this license is included in the file <a href="COPYING.DOC">COPYING.DOC</a>.
</p>
%%name: Mibble
%%short-description: An SNMP MIB file parser library
%%full-description: Mibble is an SNMP (Simple Network Managment
Protocol) MIB (Manageable Information Base) parser library for Java.
The library can be used to read SNMP MIB files as well as simple ASN.1
files. The library also contains classes for simple handling of the
information contained in the MIB file, such as OID:s and types.
%%category: Network Applications > Tools
%%license: GPL
%%license-verified-by:
%%license-verified-on:
%%entry-added:
%%maintainer: Per Cederberg <per at percederberg dot net>
%%touched:
%%updated:
%%keywords: SNMP, MIB, ASN.1
%%interface: Command Line
%%programs:
%%GNU: no
%%web-page: http://www.nongnu.org/mibble/
%%support:
%%doc: Programmer introduction in HTML from
http://www.nongnu.org/mibble/introduction.html
%%developers: Per Cederberg <per at percederberg dot net>
%%contributors:
%%sponsors:
%%source-tarball: http://savannah.nongnu.org/download/mibble/mibble.pkg/2.0/mibble-2.0.tar.gz
%%source-info: http://savannah.nongnu.org/files/?group=mibble
%%source-template:
%%debian:
%%rpm:
%%repository:
%%related:
%%source-language: Java
%%supported-languages: Java
%%use-requirements: JDK 1.3
%%build-prerequisites:
%%weak-prerequisites:
%%source-prerequisites:
%%version: 2.0 stable released on 2003-07-19
%%announce-list:
%%announce-news:
%%help-list: [email protected]
%%help-news:
%%help-irc-channel:
%%dev-list:
%%dev-news:
%%dev-irc-channel:
%%bug-list:
%%bug-news:
%%bug-database:
%%entry-compiled-by: Per Cederberg <per at percederberg dot net>