summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-05-16 16:04:55 +0000
committeragc <agc@pkgsrc.org>2002-05-16 16:04:55 +0000
commit458a8d67f524aa967cbdf3ffcb141ee08f30ef90 (patch)
tree3d9014039c76c6fe7eaf1812543b058ef563b67c
parent98d35c592635e00f61f645142ff0df2f33c58018 (diff)
downloadpkgsrc-458a8d67f524aa967cbdf3ffcb141ee08f30ef90.tar.gz
Initial import of the begemot library, libbegemot-1.9, into the Packages
Collection. This package contains a library of functions which are found useful in daily programming. They are used by most of the other BEGEMOT packages. I am informed that "begemot" is Russian for "hippopotamus"
-rw-r--r--devel/libbegemot/DESCR3
-rw-r--r--devel/libbegemot/Makefile16
-rw-r--r--devel/libbegemot/PLIST43
-rw-r--r--devel/libbegemot/distinfo5
-rw-r--r--devel/libbegemot/patches/patch-aa22
5 files changed, 89 insertions, 0 deletions
diff --git a/devel/libbegemot/DESCR b/devel/libbegemot/DESCR
new file mode 100644
index 00000000000..2da35b2eecd
--- /dev/null
+++ b/devel/libbegemot/DESCR
@@ -0,0 +1,3 @@
+This package contains a library of functions which are found
+useful in daily programming. They are used by most of the other
+BEGEMOT packages.
diff --git a/devel/libbegemot/Makefile b/devel/libbegemot/Makefile
new file mode 100644
index 00000000000..481fc373a96
--- /dev/null
+++ b/devel/libbegemot/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/16 16:04:55 agc Exp $
+#
+
+DISTNAME= libbegemot-1.9
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.fokus.gmd.de/pub/cats/usr/harti/p11/
+
+MAINTAINER= packages@netbsd.org
+#HOMEPAGE=
+COMMENT= base development library, contains useful routines
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/libbegemot/PLIST b/devel/libbegemot/PLIST
new file mode 100644
index 00000000000..362538f705f
--- /dev/null
+++ b/devel/libbegemot/PLIST
@@ -0,0 +1,43 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/16 16:04:55 agc Exp $
+include/begemot.h
+include/rpoll.h
+lib/libbegemot.so.1.9
+lib/libbegemot.so.1
+lib/libbegemot.so
+lib/libbegemot.a
+man/man3/begemot-intro.3
+man/man3/begemot-panic.3
+man/man3/begemot-xalloc.3
+man/man3/begemot-xrealloc.3
+man/man3/begemot-prstat.3
+man/man3/begemot-strsave.3
+man/man3/begemot-xstrsave.3
+man/man3/begemot-warn.3
+man/man3/begemot-readline.3
+man/man3/begemot-error.3
+man/man3/begemot-geterrorcnt.3
+man/man3/begemot-getwarncnt.3
+man/man3/begemot-cstrc.3
+man/man3/begemot-cstrd.3
+man/man3/begemot-getfields.3
+man/man3/begemot-getmfields.3
+man/man3/begemot-setfields.3
+man/man3/begemot-strnlen.3
+man/man3/begemot-bug.3
+man/man3/begemot-inform.3
+man/man3/begemot-strtrimsp.3
+man/man3/begemot-set_errmode.3
+man/man3/begemot-rpoll.3
+man/man3/begemot-poll_register.3
+man/man3/begemot-poll_unregister.3
+man/man3/begemot-poll_start_timer.3
+man/man3/begemot-poll_stop_timer.3
+man/man3/begemot-poll_dispatch.3
+man/man3/begemot-frame.3
+man/man3/begemot-frame_read.3
+man/man3/begemot-frame_write.3
+man/man3/begemot-framefd_read.3
+man/man3/begemot-framefd_write.3
+man/man3/begemot-verb.3
+man/man3/begemot-xfree.3
+man/man3/begemot-strnchr.3
diff --git a/devel/libbegemot/distinfo b/devel/libbegemot/distinfo
new file mode 100644
index 00000000000..a96b7a1d5f3
--- /dev/null
+++ b/devel/libbegemot/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/05/16 16:04:55 agc Exp $
+
+SHA1 (libbegemot-1.9.tar.gz) = f43b9ca4b41e1d6048538c5e0eba7aadbe66ba55
+Size (libbegemot-1.9.tar.gz) = 116847 bytes
+SHA1 (patch-aa) = 684a2949302b0fd12475a99dc4a73824ed57377d
diff --git a/devel/libbegemot/patches/patch-aa b/devel/libbegemot/patches/patch-aa
new file mode 100644
index 00000000000..59c7940fc91
--- /dev/null
+++ b/devel/libbegemot/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/05/16 16:04:55 agc Exp $
+
+--- Makefile.in 2002/05/16 15:32:51 1.1
++++ Makefile.in 2002/05/16 15:33:21
+@@ -28,7 +28,7 @@
+
+ # manual section suffix. If you change this, you must also change the
+ # section prefixes in the man files also.
+-MSECT = l
++MSECT = 3
+
+ # source files
+ SRC = panic.c xalloc.c xrealloc.c prstat.c strsave.c xstrsave.c warn.c \
+@@ -84,7 +84,7 @@
+ $(INSTALL_DATA) $$file $(includedir) ;\
+ done
+ for file in $(MSRC) ; do \
+- $(INSTALL_DATA) $(srcdir)/$$file.man $(mandir)/man$(MSECT)/$$file.$(MSECT) ;\
++ $(INSTALL_DATA) $(srcdir)/$$file.man $(mandir)/man$(MSECT)/begemot-$$file.$(MSECT) ;\
+ done
+
+ clean: