[Glibc-bsd-commits] r2222 - trunk/libbsd
guillem at alioth.debian.org
guillem at alioth.debian.org
Sat Jul 12 05:29:03 UTC 2008
Author: guillem
Date: 2008-07-12 05:29:02 +0000 (Sat, 12 Jul 2008)
New Revision: 2222
Removed:
trunk/libbsd/ChangeLog
trunk/libbsd/Makefile
trunk/libbsd/Versions
trunk/libbsd/include/
trunk/libbsd/man/
trunk/libbsd/src/
Log:
Remove upstream code
The upstream project is hosted on freedesktop.org now.
Deleted: trunk/libbsd/ChangeLog
===================================================================
--- trunk/libbsd/ChangeLog 2008-07-11 19:40:42 UTC (rev 2221)
+++ trunk/libbsd/ChangeLog 2008-07-12 05:29:02 UTC (rev 2222)
@@ -1,174 +0,0 @@
-2008-03-16 Guillem Jover <guillem at debian.org>
-
- * include/vis.h: Remove UC Berkeley advertising clause, as per
- <ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change>.
- * src/vis.c: Likewise.
- * src/unvis.c: Likewise.
- * src/heapsort.c: Likewise.
- * src/linkaddr.c: Likewise.
- * man/fgetln.3: Likewise.
-
-2007-12-18 Petr Salinger <Petr.Salinger at seznam.cz>
-
- * include/bsd/queue.h: sync with current glibc variant on GNU/kFreeBSD
-
-2006-11-08 Aurelien Jarno <aurelien at aurel32.net>
-
- * src/link_addr.c: New file.
- * include/bsd/if_dl.h: Add link_addr.c declarations.
- * Makefile (LIB_SRCS): Add link_addr.c.
- * Versions: add link_addr and link_ntoa
-
-2006-08-25 Petr Salinger <Petr.Salinger at seznam.cz>
-
- * src/humanize_number.c: New file.
- * include/libutil.h: New file with humanize_number declarations.
- * Makefile (LIB_SRCS): Add humanize_number.c.
- * Versions: Add humanize_number.
-
-2006-03-29 Robert Millan <rmh at aybabtu.com>
-
- * src/heapsort.c: New file.
- * include/bsd/stdlib.h: Add heapsort declaration.
- * Makefile (LIB_SRCS): Add heapsort.c.
- * Versions: Add heapsort.
-
-2006-03-19 Robert Millan <rmh at aybabtu.com>
-
- * src/vis.c: New file.
- * src/unvis.c: Ditto.
- * include/vis.h: Add vis/unvis declarations.
- * Makefile (LIB_SRCS): Add vis.c/unvis.c.
- * Versions: Add vis/unvis functions.
-
-2006-03-17 Robert Millan <rmh at aybabtu.com>
-
- * src/progname.c: New file.
- * include/bsd/stdlib.h: Add {get,set}progname declarations.
- * Makefile (LIB_SRCS): Add 'progname.c'.
- * Versions: Add getprogname and setprogname.
-
-2006-02-15 Guillem Jover <guillem at debian.org>
-
- * include/bsd/cdefs.h: Disable __unused, it conflicts with a struct
- member in a Linux header.
-
-2006-02-14 Guillem Jover <guillem at debian.org>
-
- * include/bsd/stdlib.h: Remove <sys/types.h> and <stdio.h>.
- * include/bsd/getopt.h: Protect header from multiple inclusion.
-
-2006-02-14 Guillem Jover <guillem at debian.org>
-
- * include/bsd/bsd.h: Remove commented out macros.
-
-2006-02-14 Guillem Jover <guillem at debian.org>
-
- * include/bsd/bsd.h (setproctitle, __dead2, __unused, __printflike)
- (__FBSDID): Moved to ...
- * include/bsd/cdefs.h: ... here.
- (__unused, __printflike) [__GNUC__]: Use proper __attribute__.
- * Makefile (LIB_INCLUDES): Add 'cdefs.h'.
-
-2006-02-14 Guillem Jover <guillem at debian.org>
-
- * arc4random.c: Move to ...
- * src/arc4random.c: ... here.
- * bsd_getopt.c: Move to ...
- * src/bsd_getopt.c:: ... here.
- * err.c: Move to ...
- * src/err.c:: ... here.
- * fgetln.c: Move to ...
- * src/fgetln.c:: ... here.
- * fmtcheck.c: Move to ...
- * src/fmtcheck.c:: ... here.
- * inet_net_pton.c: Move to ...
- * src/inet_net_pton.c:: ... here.
- * strlcat.c: Move to ...
- * src/strlcat.c:: ... here.
- * strlcpy.c: Move to ...
- * src/strlcpy.c:: ... here.
- * md5c.c: Move to ...
- * src/md5c.c:: ... here.
- * md5.copyright: Move to ...
- * src/md5.copyright:: ... here.
- * Makefile (LIB_SRCS): Automatically prefix the src/ dir.
-
-2006-02-14 Guillem Jover <guillem at debian.org>
-
- * Makefile (LIB_SRCS): Line wrap.
- (LIB_INCLUDES): List only the files, automatically prefix the dir.
- (LIB_MANS): Likewise.
-
-2006-02-13 Robert Millan <rmh at aybabtu.com>
-
- * bsd_getopt.c: New file.
- * include/bsd/getopt.h: Likewise.
- * Makefile (LIB_SRCS): Add 'bsd_getopt.c'.
- (LIB_INCLUDES): Add 'include/bsd/getopt.h'.
- * Versions: Added bsd_getopt and optreset.
-
-2006-02-10 Robert Millan <rmh at aybabtu.com>
-
- * err.c: New file.
- * include/bsd/err.h: Likewise.
- * Makefile (LIB_SRCS): Add 'err.c'.
- (LIB_INCLUDES): Add 'include/bsd/err.h'.
- * Versions: Added errc, warnc, verrc and vwarn.
-
-2005-12-19 Aurelien Jarno <aurel32 at debian.org>
-
- * man/arc4random.3: New file.
- * man/fgetln.3: Likewise.
- * man/fmtcheck.3: Likewise.
- * man/strlcpy.3: Likewise.
- * fmtcheck.c:: Likewise.
- * include/stdlib.h: Added fmtcheck declaration.
- * Versions: Added fmtcheck.
-
-2005-11-01 Guillem Jover <guillem at debian.org>
-
- * ip_icmp.h: Move to ...
- * include/bsd/ip_icmp.h: ... here.
- * md5.h: Move to ...
- * include/bsd/md5.h: ... here.
- * bsd.h: Move to ...
- * include/bsd/bsd.h: ... here. Split contents ...
- * include/bsd/random.h: ... here ...
- * include/bsd/queue.h: ... here ...
- * include/bsd/string.h: ... and here.
- * md5c.c: Change md5.h include line.
- * Makefile (MK_CFLAGS): Include from the proper dir.
-
-2005-08-03 Hector Garcia <hector at debian.org>
-
- * Makefile: Fixed to place soft links instead in soname, and
- shared_so instead of copying files.
- * md5.h (MD5End, MD5File, MD5FileChunk, MD5Data): Commented out
- functions not available on 'md5c.c'.
-
-2005-07-26 Guillem Jover <guillem at debian.org>
-
- * Makefile (LIB_INCLUDES): Add 'md5.h'.
-
-2005-07-26 Guillem Jover <guillem at debian.org>
-
- * Versions (LIBBSD_0.0): Add MD5Init, MD5Update, MD5Pad and
- MD5Final.
-
-2005-07-26 Hector Garcia <hector at debian.org>
-
- * Makefile (LIB_SRCS): Add 'md5c.c'.
- * md5c.c: Changed include to 'md5.h'.
- * md5.h: Replaced with the system header 'sys/md5.h'.
-
-2005-07-25 Guillem Jover <guillem at debian.org>
-
- * fgetln.c (fgetln): Reindent, remove commented code and translate
- variable names to english.
-
-2005-07-25 Guillem Jover <guillem at debian.org>
-
- * Versions: New file.
- * Makefile: Add versioned symbols support.
-
Deleted: trunk/libbsd/Makefile
===================================================================
--- trunk/libbsd/Makefile 2008-07-11 19:40:42 UTC (rev 2221)
+++ trunk/libbsd/Makefile 2008-07-12 05:29:02 UTC (rev 2222)
@@ -1,72 +0,0 @@
-#
-# libbsd
-#
-# $Id$
-#
-
-LIB_SRCS := arc4random.c bsd_getopt.c err.c fgetln.c heapsort.c \
- linkaddr.c humanize_number.c inet_net_pton.c \
- strlcat.c strlcpy.c md5c.c fmtcheck.c progname.c vis.c unvis.c
-LIB_SRCS := $(patsubst %,src/%,$(LIB_SRCS))
-
-LIB_INCLUDES := bsd/err.h bsd/getopt.h bsd/ip_icmp.h bsd/random.h bsd/queue.h bsd/md5.h bsd/string.h \
- bsd/bsd.h bsd/cdefs.h bsd/stdlib.h bsd/if_dl.h vis.h libutil.h
-
-LIB_MANS := arc4random.3 strlcpy.3 fgetln.3 fmtcheck.3
-LIB_MANS := $(patsubst %,man/%,$(LIB_MANS))
-
-LIB_STATIC_OBJS = $(LIB_SRCS:%.c=%.o)
-LIB_SHARED_OBJS = $(LIB_SRCS:%.c=%.lo)
-
-LIB_NAME = libbsd
-LIB_VERSION_MAJOR = 0
-LIB_VERSION_MINOR = 0
-
-LIB_STATIC = $(LIB_NAME).a
-
-LIB_SHARED_SO = $(LIB_NAME).so
-LIB_SONAME = $(LIB_SHARED_SO).$(LIB_VERSION_MAJOR)
-LIB_SHARED = $(LIB_SONAME).$(LIB_VERSION_MINOR)
-
-MK_CFLAGS = -Iinclude/ -include bsd/bsd.h -D_GNU_SOURCE
-
-libs: $(LIB_STATIC) $(LIB_SHARED_SO)
-
-%.lo: %.c
- $(CC) -o $@ $(MK_CFLAGS) $(CFLAGS) -DPIC -fPIC -c $<
-
-%.o: %.c
- $(CC) -o $@ $(MK_CFLAGS) $(CFLAGS) -c $<
-
-$(LIB_STATIC): $(LIB_STATIC_OBJS)
- ar rcs $@ $^
-
-$(LIB_SHARED_SO): $(LIB_SONAME)
- ln -fs $^ $@
-
-$(LIB_SONAME): $(LIB_SHARED)
- ln -fs $^ $@
-
-$(LIB_SHARED): $(LIB_SHARED_OBJS)
- gcc -shared \
- -Wl,-soname -Wl,$(LIB_SONAME) \
- -Wl,--version-script=Versions \
- -o $@ $^
-
-install: libs
- mkdir -p $(DESTDIR)/usr/lib/ $(DESTDIR)/lib/
- mkdir -p $(DESTDIR)/usr/include/bsd/
- mkdir -p $(DESTDIR)/usr/share/man/man3
- install -m644 $(LIB_STATIC) $(DESTDIR)/usr/lib/
- install -m644 $(LIB_SHARED) $(DESTDIR)/lib/
- for i in $(LIB_INCLUDES) ; do install -m644 include/$$i $(DESTDIR)/usr/include/$$i ; done
- install -m644 $(LIB_MANS) $(DESTDIR)/usr/share/man/man3
- ln -sf /lib/$(LIB_SHARED) $(DESTDIR)/usr/lib/$(LIB_SHARED_SO)
- ln -sf $(LIB_SHARED) $(DESTDIR)/lib/$(LIB_SONAME)
-
-clean:
- rm -f $(LIB_STATIC_OBJS)
- rm -f $(LIB_STATIC)
- rm -f $(LIB_SHARED_OBJS)
- rm -f $(LIB_SHARED) $(LIB_SONAME) $(LIB_SHARED_SO)
-
Deleted: trunk/libbsd/Versions
===================================================================
--- trunk/libbsd/Versions 2008-07-11 19:40:42 UTC (rev 2221)
+++ trunk/libbsd/Versions 2008-07-12 05:29:02 UTC (rev 2222)
@@ -1,24 +0,0 @@
-LIBBSD_0.0 {
- global:
- arc4random;
- bsd_getopt; optreset;
- errc; warnc; verrc; vwarnc;
- fgetln;
- fgetwln;
- fmtcheck;
- heapsort;
- humanize_number;
- inet_net_pton;
- link_addr; link_ntoa;
- getprogname; setprogname;
- strlcpy;
- strlcat;
- vis; strvis; strvisx;
- unvis; strunvis; strunvisx;
- MD5Init;
- MD5Update;
- MD5Pad;
- MD5Final;
- local:
- *;
-};
More information about the Glibc-bsd-commits
mailing list