r25439 - in /branches/upstream/libdevel-corestack-perl: ./ current/ current/MANIFEST current/Makefile current/Makefile.PL current/lib/ current/lib/Devel/ current/lib/Devel/CoreStack.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Sep 19 21:03:14 UTC 2008


Author: gregoa
Date: Fri Sep 19 21:03:12 2008
New Revision: 25439

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25439
Log:
[svn-inject] Installing original source of libdevel-corestack-perl

Added:
    branches/upstream/libdevel-corestack-perl/
    branches/upstream/libdevel-corestack-perl/current/
    branches/upstream/libdevel-corestack-perl/current/MANIFEST
    branches/upstream/libdevel-corestack-perl/current/Makefile
    branches/upstream/libdevel-corestack-perl/current/Makefile.PL
    branches/upstream/libdevel-corestack-perl/current/lib/
    branches/upstream/libdevel-corestack-perl/current/lib/Devel/
    branches/upstream/libdevel-corestack-perl/current/lib/Devel/CoreStack.pm   (with props)

Added: branches/upstream/libdevel-corestack-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-corestack-perl/current/MANIFEST?rev=25439&op=file
==============================================================================
--- branches/upstream/libdevel-corestack-perl/current/MANIFEST (added)
+++ branches/upstream/libdevel-corestack-perl/current/MANIFEST Fri Sep 19 21:03:12 2008
@@ -1,0 +1,4 @@
+MANIFEST
+Makefile
+Makefile.PL
+lib/Devel/CoreStack.pm

Added: branches/upstream/libdevel-corestack-perl/current/Makefile
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-corestack-perl/current/Makefile?rev=25439&op=file
==============================================================================
--- branches/upstream/libdevel-corestack-perl/current/Makefile (added)
+++ branches/upstream/libdevel-corestack-perl/current/Makefile Fri Sep 19 21:03:12 2008
@@ -1,0 +1,683 @@
+# This Makefile is for the Devel::CoreStack extension to perl.
+#
+# It was generated automatically by MakeMaker version
+# 6.03 (Revision: 1.63) from the contents of
+# Makefile.PL. Don't edit this file, edit Makefile.PL instead.
+#
+#       ANY CHANGES MADE HERE WILL BE LOST!
+#
+#   MakeMaker ARGV: ()
+#
+#   MakeMaker Parameters:
+
+#     DISTNAME => q[Devel-CoreStack]
+#     INSTALLDIRS => q[perl]
+#     NAME => q[Devel::CoreStack]
+#     VERSION_FROM => q[lib/Devel/CoreStack.pm]
+#     clean => { FILES=>q[t/core] }
+#     dist => { COMPRESS=>q[gzip -9f], SUFFIX=>q[gz] }
+#     linkext => { LINKTYPE=>q[] }
+
+# --- MakeMaker post_initialize section:
+
+
+# --- MakeMaker const_config section:
+
+# These definitions are from config.sh (via /usr/lib/perl/5.8.0/Config.pm)
+
+# They may have been overridden via Makefile.PL or on the command line
+AR = ar
+CC = cc
+CCCDLFLAGS = -fPIC
+CCDLFLAGS = -rdynamic
+DLEXT = so
+DLSRC = dl_dlopen.xs
+LD = cc
+LDDLFLAGS = -shared -L/usr/local/lib
+LDFLAGS =  -L/usr/local/lib
+LIBC = /lib/libc-2.3.1.so
+LIB_EXT = .a
+OBJ_EXT = .o
+OSNAME = linux
+OSVERS = 2.4.19
+RANLIB = :
+SO = so
+EXE_EXT = 
+FULL_AR = /usr/bin/ar
+
+
+# --- MakeMaker constants section:
+AR_STATIC_ARGS = cr
+NAME = Devel::CoreStack
+DISTNAME = Devel-CoreStack
+NAME_SYM = Devel_CoreStack
+VERSION = 1.3
+VERSION_SYM = 1_3
+XS_VERSION = 1.3
+INST_ARCHLIB = blib/arch
+INST_SCRIPT = blib/script
+INST_BIN = blib/bin
+INST_LIB = blib/lib
+INSTALLDIRS = perl
+PREFIX = /usr
+SITEPREFIX = $(PREFIX)/local
+VENDORPREFIX = $(PREFIX)
+INSTALLPRIVLIB = $(PREFIX)/share/perl/5.8.0
+INSTALLSITELIB = $(SITEPREFIX)/share/perl/5.8.0
+INSTALLVENDORLIB = $(VENDORPREFIX)/share/perl5
+INSTALLARCHLIB = $(PREFIX)/lib/perl/5.8.0
+INSTALLSITEARCH = $(SITEPREFIX)/lib/perl/5.8.0
+INSTALLVENDORARCH = $(VENDORPREFIX)/lib/perl5
+INSTALLBIN = $(PREFIX)/bin
+INSTALLSITEBIN = $(SITEPREFIX)/bin
+INSTALLVENDORBIN = $(VENDORPREFIX)/bin
+INSTALLSCRIPT = $(PREFIX)/bin
+PERL_LIB = /usr/share/perl/5.8.0
+PERL_ARCHLIB = /usr/lib/perl/5.8.0
+SITELIBEXP = /usr/local/share/perl/5.8.0
+SITEARCHEXP = /usr/local/lib/perl/5.8.0
+LIBPERL_A = libperl.a
+FIRST_MAKEFILE = Makefile
+MAKE_APERL_FILE = Makefile.aperl
+PERLMAINCC = $(CC)
+PERL_INC = /usr/lib/perl/5.8.0/CORE
+PERL = /usr/bin/perl
+FULLPERL = /usr/bin/perl
+PERLRUN = $(PERL)
+FULLPERLRUN = $(FULLPERL)
+PERLRUNINST = $(PERLRUN) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)"
+FULLPERLRUNINST = $(FULLPERLRUN) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)"
+ABSPERL = $(PERL)
+ABSPERLRUN = $(ABSPERL)
+ABSPERLRUNINST = $(ABSPERLRUN) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)"
+FULL_AR = /usr/bin/ar
+PERL_CORE = 0
+NOOP = $(SHELL) -c true
+NOECHO = @
+
+VERSION_MACRO = VERSION
+DEFINE_VERSION = -D$(VERSION_MACRO)=\"$(VERSION)\"
+XS_VERSION_MACRO = XS_VERSION
+XS_DEFINE_VERSION = -D$(XS_VERSION_MACRO)=\"$(XS_VERSION)\"
+PERL_MALLOC_DEF = -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc
+
+MAKEMAKER = /usr/share/perl/5.8.0/ExtUtils/MakeMaker.pm
+MM_VERSION = 6.03
+
+# FULLEXT = Pathname for extension directory (eg Foo/Bar/Oracle).
+# BASEEXT = Basename part of FULLEXT. May be just equal FULLEXT. (eg Oracle)
+# PARENT_NAME = NAME without BASEEXT and no trailing :: (eg Foo::Bar)
+# DLBASE  = Basename part of dynamic library. May be just equal BASEEXT.
+FULLEXT = Devel/CoreStack
+BASEEXT = CoreStack
+PARENT_NAME = Devel
+DLBASE = $(BASEEXT)
+VERSION_FROM = lib/Devel/CoreStack.pm
+OBJECT = 
+LDFROM = $(OBJECT)
+LINKTYPE = dynamic
+
+# Handy lists of source code files:
+XS_FILES= 
+C_FILES = 
+O_FILES = 
+H_FILES = 
+MAN1PODS = 
+MAN3PODS = lib/Devel/CoreStack.pm
+INST_MAN1DIR = blib/man1
+MAN1EXT = 1p
+INSTALLMAN1DIR = $(PREFIX)/share/man/man1
+INSTALLSITEMAN1DIR = $(SITEPREFIX)/man/man1
+INSTALLVENDORMAN1DIR = $(VENDORPREFIX)/share/man/man1
+INST_MAN3DIR = blib/man3
+MAN3EXT = 3pm
+INSTALLMAN3DIR = $(PREFIX)/share/man/man3
+INSTALLSITEMAN3DIR = $(SITEPREFIX)/man/man3
+INSTALLVENDORMAN3DIR = $(VENDORPREFIX)/share/man/man3
+PERM_RW = 644
+PERM_RWX = 755
+
+# work around a famous dec-osf make(1) feature(?):
+makemakerdflt: all
+
+.SUFFIXES: .xs .c .C .cpp .i .s .cxx .cc $(OBJ_EXT)
+
+# Nick wanted to get rid of .PRECIOUS. I don't remember why. I seem to recall, that
+# some make implementations will delete the Makefile when we rebuild it. Because
+# we call false(1) when we rebuild it. So make(1) is not completely wrong when it
+# does so. Our milage may vary.
+# .PRECIOUS: Makefile    # seems to be not necessary anymore
+
+.PHONY: all config static dynamic test linkext manifest
+
+# Where is the Config information that we are using/depend on
+CONFIGDEP = $(PERL_ARCHLIB)/Config.pm $(PERL_INC)/config.h
+
+# Where to put things:
+INST_LIBDIR      = $(INST_LIB)/Devel
+INST_ARCHLIBDIR  = $(INST_ARCHLIB)/Devel
+
+INST_AUTODIR     = $(INST_LIB)/auto/$(FULLEXT)
+INST_ARCHAUTODIR = $(INST_ARCHLIB)/auto/$(FULLEXT)
+
+INST_STATIC  =
+INST_DYNAMIC =
+INST_BOOT    =
+
+EXPORT_LIST = 
+
+PERL_ARCHIVE = 
+
+PERL_ARCHIVE_AFTER = 
+
+TO_INST_PM = lib/Devel/CoreStack.pm
+
+PM_TO_BLIB = lib/Devel/CoreStack.pm \
+	blib/lib/Devel/CoreStack.pm
+
+
+# --- MakeMaker tool_autosplit section:
+# Usage: $(AUTOSPLITFILE) FileToSplit AutoDirToSplitInto
+AUTOSPLITFILE = $(PERLRUN) -e 'use AutoSplit;  autosplit($$ARGV[0], $$ARGV[1], 0, 1, 1) ;'
+
+
+
+# --- MakeMaker tool_xsubpp section:
+
+
+# --- MakeMaker tools_other section:
+
+SHELL = /bin/sh
+CHMOD = chmod
+CP = cp
+LD = cc
+MV = mv
+NOOP = $(SHELL) -c true
+RM_F = rm -f
+RM_RF = rm -rf
+TEST_F = test -f
+TOUCH = touch
+UMASK_NULL = umask 0
+DEV_NULL = > /dev/null 2>&1
+
+# The following is a portable way to say mkdir -p
+# To see which directories are created, change the if 0 to if 1
+MKPATH = $(PERLRUN) "-MExtUtils::Command" -e mkpath
+
+# This helps us to minimize the effect of the .exists files A yet
+# better solution would be to have a stable file in the perl
+# distribution with a timestamp of zero. But this solution doesn't
+# need any changes to the core distribution and works with older perls
+EQUALIZE_TIMESTAMP = $(PERLRUN) "-MExtUtils::Command" -e eqtime
+
+# Here we warn users that an old packlist file was found somewhere,
+# and that they should call some uninstall routine
+WARN_IF_OLD_PACKLIST = $(PERL) -we 'exit unless -f $$ARGV[0];' \
+-e 'print "WARNING: I have found an old package in\n";' \
+-e 'print "\t$$ARGV[0].\n";' \
+-e 'print "Please make sure the two installations are not conflicting\n";'
+
+UNINST=0
+VERBINST=0
+
+MOD_INSTALL = $(PERL) "-I$(INST_LIB)" "-I$(PERL_LIB)" "-MExtUtils::Install" \
+-e "install({@ARGV},'$(VERBINST)',0,'$(UNINST)');"
+
+DOC_INSTALL = $(PERL) -e '$$\="\n\n";' \
+-e 'print "=head2 ", scalar(localtime), ": C<", shift, ">", " L<", $$arg=shift, "|", $$arg, ">";' \
+-e 'print "=over 4";' \
+-e 'while (defined($$key = shift) and defined($$val = shift)){print "=item *";print "C<$$key: $$val>";}' \
+-e 'print "=back";'
+
+UNINSTALL =   $(PERLRUN) "-MExtUtils::Install" \
+-e 'uninstall($$ARGV[0],1,1); print "\nUninstall is deprecated. Please check the";' \
+-e 'print " packlist above carefully.\n  There may be errors. Remove the";' \
+-e 'print " appropriate files manually.\n  Sorry for the inconveniences.\n"'
+
+
+# --- MakeMaker dist section:
+ZIPFLAGS = -r
+TO_UNIX = @$(NOOP)
+TAR = tar
+POSTOP = @$(NOOP)
+ZIP = zip
+DIST_DEFAULT = tardist
+CI = ci -u
+SHAR = shar
+COMPRESS = gzip -9f
+DIST_CP = best
+PREOP = @$(NOOP)
+TARFLAGS = cvf
+DISTVNAME = $(DISTNAME)-$(VERSION)
+SUFFIX = gz
+RCS_LABEL = rcs -Nv$(VERSION_SYM): -q
+
+
+# --- MakeMaker macro section:
+
+
+# --- MakeMaker depend section:
+
+
+# --- MakeMaker cflags section:
+
+
+# --- MakeMaker const_loadlibs section:
+
+
+# --- MakeMaker const_cccmd section:
+
+
+# --- MakeMaker post_constants section:
+
+
+# --- MakeMaker pasthru section:
+
+PASTHRU = LIB="$(LIB)"\
+	LIBPERL_A="$(LIBPERL_A)"\
+	LINKTYPE="$(LINKTYPE)"\
+	PREFIX="$(PREFIX)"\
+	OPTIMIZE="$(OPTIMIZE)"\
+	PASTHRU_DEFINE="$(PASTHRU_DEFINE)"\
+	PASTHRU_INC="$(PASTHRU_INC)"
+
+
+# --- MakeMaker c_o section:
+
+
+# --- MakeMaker xs_c section:
+
+
+# --- MakeMaker xs_o section:
+
+
+# --- MakeMaker top_targets section:
+
+all :: pure_all manifypods
+	@$(NOOP)
+
+pure_all :: config pm_to_blib subdirs linkext
+	@$(NOOP)
+
+subdirs :: $(MYEXTLIB)
+	@$(NOOP)
+
+config :: Makefile $(INST_LIBDIR)/.exists
+	@$(NOOP)
+
+config :: $(INST_ARCHAUTODIR)/.exists
+	@$(NOOP)
+
+config :: $(INST_AUTODIR)/.exists
+	@$(NOOP)
+
+$(INST_AUTODIR)/.exists :: /usr/lib/perl/5.8.0/CORE/perl.h
+	@$(MKPATH) $(INST_AUTODIR)
+	@$(EQUALIZE_TIMESTAMP) /usr/lib/perl/5.8.0/CORE/perl.h $(INST_AUTODIR)/.exists
+
+	-@$(CHMOD) $(PERM_RWX) $(INST_AUTODIR)
+
+$(INST_LIBDIR)/.exists :: /usr/lib/perl/5.8.0/CORE/perl.h
+	@$(MKPATH) $(INST_LIBDIR)
+	@$(EQUALIZE_TIMESTAMP) /usr/lib/perl/5.8.0/CORE/perl.h $(INST_LIBDIR)/.exists
+
+	-@$(CHMOD) $(PERM_RWX) $(INST_LIBDIR)
+
+$(INST_ARCHAUTODIR)/.exists :: /usr/lib/perl/5.8.0/CORE/perl.h
+	@$(MKPATH) $(INST_ARCHAUTODIR)
+	@$(EQUALIZE_TIMESTAMP) /usr/lib/perl/5.8.0/CORE/perl.h $(INST_ARCHAUTODIR)/.exists
+
+	-@$(CHMOD) $(PERM_RWX) $(INST_ARCHAUTODIR)
+
+config :: $(INST_MAN3DIR)/.exists
+	@$(NOOP)
+
+
+$(INST_MAN3DIR)/.exists :: /usr/lib/perl/5.8.0/CORE/perl.h
+	@$(MKPATH) $(INST_MAN3DIR)
+	@$(EQUALIZE_TIMESTAMP) /usr/lib/perl/5.8.0/CORE/perl.h $(INST_MAN3DIR)/.exists
+
+	-@$(CHMOD) $(PERM_RWX) $(INST_MAN3DIR)
+
+help:
+	perldoc ExtUtils::MakeMaker
+
+
+# --- MakeMaker linkext section:
+
+linkext :: 
+	@$(NOOP)
+
+
+# --- MakeMaker dlsyms section:
+
+
+# --- MakeMaker dynamic section:
+
+## $(INST_PM) has been moved to the all: target.
+## It remains here for awhile to allow for old usage: "make dynamic"
+#dynamic :: Makefile $(INST_DYNAMIC) $(INST_BOOT) $(INST_PM)
+dynamic :: Makefile $(INST_DYNAMIC) $(INST_BOOT)
+	@$(NOOP)
+
+
+# --- MakeMaker dynamic_bs section:
+
+BOOTSTRAP =
+
+
+# --- MakeMaker dynamic_lib section:
+
+
+# --- MakeMaker static section:
+
+## $(INST_PM) has been moved to the all: target.
+## It remains here for awhile to allow for old usage: "make static"
+#static :: Makefile $(INST_STATIC) $(INST_PM)
+static :: Makefile $(INST_STATIC)
+	@$(NOOP)
+
+
+# --- MakeMaker static_lib section:
+
+
+# --- MakeMaker manifypods section:
+POD2MAN_EXE = /usr/bin/pod2man
+POD2MAN = $(PERL) -we '%m=@ARGV;for (keys %m){' \
+-e 'next if -e $$m{$$_} && -M $$m{$$_} < -M $$_ && -M $$m{$$_} < -M "Makefile";' \
+-e 'print "Manifying $$m{$$_}\n";' \
+-e 'system(q[$(PERLRUN) $(POD2MAN_EXE) ].qq[$$_>$$m{$$_}])==0 or warn "Couldn\047t install $$m{$$_}\n";' \
+-e 'chmod(oct($(PERM_RW)), $$m{$$_}) or warn "chmod $(PERM_RW) $$m{$$_}: $$!\n";}'
+
+manifypods : pure_all lib/Devel/CoreStack.pm
+	@$(POD2MAN) \
+	lib/Devel/CoreStack.pm \
+	$(INST_MAN3DIR)/Devel::CoreStack.$(MAN3EXT)
+
+# --- MakeMaker processPL section:
+
+
+# --- MakeMaker installbin section:
+
+
+# --- MakeMaker subdirs section:
+
+# none
+
+# --- MakeMaker clean section:
+
+# Delete temporary files but do not touch installed files. We don't delete
+# the Makefile here so a later make realclean still has a makefile to use.
+
+clean ::
+	-rm -rf t/core ./blib $(MAKE_APERL_FILE) $(INST_ARCHAUTODIR)/extralibs.all perlmain.c tmon.out mon.out so_locations pm_to_blib *$(OBJ_EXT) *$(LIB_EXT) perl.exe perl perl$(EXE_EXT) $(BOOTSTRAP) $(BASEEXT).bso $(BASEEXT).def lib$(BASEEXT).def $(BASEEXT).exp $(BASEEXT).x core core.*perl.*.? *perl.core
+	-mv Makefile Makefile.old $(DEV_NULL)
+
+
+# --- MakeMaker realclean section:
+
+# Delete temporary files (via clean) and also delete installed files
+realclean purge ::  clean
+	rm -rf $(INST_AUTODIR) $(INST_ARCHAUTODIR)
+	rm -rf $(DISTVNAME)
+	rm -f  blib/lib/Devel/CoreStack.pm
+	rm -rf Makefile Makefile.old
+
+
+# --- MakeMaker dist_basics section:
+distclean :: realclean distcheck
+	$(NOECHO) $(NOOP)
+
+distcheck :
+	$(PERLRUN) "-MExtUtils::Manifest=fullcheck" -e fullcheck
+
+skipcheck :
+	$(PERLRUN) "-MExtUtils::Manifest=skipcheck" -e skipcheck
+
+manifest :
+	$(PERLRUN) "-MExtUtils::Manifest=mkmanifest" -e mkmanifest
+
+veryclean : realclean
+	$(RM_F) *~ *.orig */*~ */*.orig
+
+
+
+# --- MakeMaker dist_core section:
+
+dist : $(DIST_DEFAULT)
+	@$(PERL) -le 'print "Warning: Makefile possibly out of date with $$vf" if ' \
+	    -e '-e ($$vf="$(VERSION_FROM)") and -M $$vf < -M "Makefile";'
+
+tardist : $(DISTVNAME).tar$(SUFFIX)
+
+zipdist : $(DISTVNAME).zip
+
+$(DISTVNAME).tar$(SUFFIX) : distdir
+	$(PREOP)
+	$(TO_UNIX)
+	$(TAR) $(TARFLAGS) $(DISTVNAME).tar $(DISTVNAME)
+	$(RM_RF) $(DISTVNAME)
+	$(COMPRESS) $(DISTVNAME).tar
+	$(POSTOP)
+
+$(DISTVNAME).zip : distdir
+	$(PREOP)
+	$(ZIP) $(ZIPFLAGS) $(DISTVNAME).zip $(DISTVNAME)
+	$(RM_RF) $(DISTVNAME)
+	$(POSTOP)
+
+uutardist : $(DISTVNAME).tar$(SUFFIX)
+	uuencode $(DISTVNAME).tar$(SUFFIX) \
+		$(DISTVNAME).tar$(SUFFIX) > \
+		$(DISTVNAME).tar$(SUFFIX)_uu
+
+shdist : distdir
+	$(PREOP)
+	$(SHAR) $(DISTVNAME) > $(DISTVNAME).shar
+	$(RM_RF) $(DISTVNAME)
+	$(POSTOP)
+
+
+# --- MakeMaker dist_dir section:
+distdir :
+	$(RM_RF) $(DISTVNAME)
+	$(PERLRUN) "-MExtUtils::Manifest=manicopy,maniread" \
+		-e "manicopy(maniread(),'$(DISTVNAME)', '$(DIST_CP)');"
+
+
+
+# --- MakeMaker dist_test section:
+
+disttest : distdir
+	cd $(DISTVNAME) && $(ABSPERLRUN) Makefile.PL
+	cd $(DISTVNAME) && $(MAKE) $(PASTHRU)
+	cd $(DISTVNAME) && $(MAKE) test $(PASTHRU)
+
+
+# --- MakeMaker dist_ci section:
+
+ci :
+	$(PERLRUN) "-MExtUtils::Manifest=maniread" \
+		-e "@all = keys %{ maniread() };" \
+		-e 'print("Executing $(CI) @all\n"); system("$(CI) @all");' \
+		-e 'print("Executing $(RCS_LABEL) ...\n"); system("$(RCS_LABEL) @all");'
+
+
+# --- MakeMaker install section:
+
+install :: all pure_install doc_install
+
+install_perl :: all pure_perl_install doc_perl_install
+
+install_site :: all pure_site_install doc_site_install
+
+install_vendor :: all pure_vendor_install doc_vendor_install
+
+pure_install :: pure_$(INSTALLDIRS)_install
+
+doc_install :: doc_$(INSTALLDIRS)_install
+
+pure__install : pure_site_install
+	@echo INSTALLDIRS not defined, defaulting to INSTALLDIRS=site
+
+doc__install : doc_site_install
+	@echo INSTALLDIRS not defined, defaulting to INSTALLDIRS=site
+
+pure_perl_install ::
+	@umask 022; $(MOD_INSTALL) \
+		read $(PERL_ARCHLIB)/auto/$(FULLEXT)/.packlist \
+		write $(INSTALLARCHLIB)/auto/$(FULLEXT)/.packlist \
+		$(INST_LIB) $(INSTALLPRIVLIB) \
+		$(INST_ARCHLIB) $(INSTALLARCHLIB) \
+		$(INST_BIN) $(INSTALLBIN) \
+		$(INST_SCRIPT) $(INSTALLSCRIPT) \
+		$(INST_MAN1DIR) $(INSTALLMAN1DIR) \
+		$(INST_MAN3DIR) $(INSTALLMAN3DIR)
+	@$(WARN_IF_OLD_PACKLIST) \
+		$(SITEARCHEXP)/auto/$(FULLEXT)
+
+
+pure_site_install ::
+	@umask 02; $(MOD_INSTALL) \
+		read $(SITEARCHEXP)/auto/$(FULLEXT)/.packlist \
+		write $(INSTALLSITEARCH)/auto/$(FULLEXT)/.packlist \
+		$(INST_LIB) $(INSTALLSITELIB) \
+		$(INST_ARCHLIB) $(INSTALLSITEARCH) \
+		$(INST_BIN) $(INSTALLSITEBIN) \
+		$(INST_SCRIPT) $(INSTALLSCRIPT) \
+		$(INST_MAN1DIR) $(INSTALLSITEMAN1DIR) \
+		$(INST_MAN3DIR) $(INSTALLSITEMAN3DIR)
+	@$(WARN_IF_OLD_PACKLIST) \
+		$(PERL_ARCHLIB)/auto/$(FULLEXT)
+
+pure_vendor_install ::
+	@umask 022; $(MOD_INSTALL) \
+		$(INST_LIB) $(INSTALLVENDORLIB) \
+		$(INST_ARCHLIB) $(INSTALLVENDORARCH) \
+		$(INST_BIN) $(INSTALLVENDORBIN) \
+		$(INST_SCRIPT) $(INSTALLSCRIPT) \
+		$(INST_MAN1DIR) $(INSTALLVENDORMAN1DIR) \
+		$(INST_MAN3DIR) $(INSTALLVENDORMAN3DIR)
+
+doc_perl_install ::
+	@echo Appending installation info to $(INSTALLARCHLIB)/perllocal.pod
+	- at umask 022; $(MKPATH) $(INSTALLARCHLIB)
+	- at umask 022; $(DOC_INSTALL) \
+		"Module" "$(NAME)" \
+		"installed into" "$(INSTALLPRIVLIB)" \
+		LINKTYPE "$(LINKTYPE)" \
+		VERSION "$(VERSION)" \
+		EXE_FILES "$(EXE_FILES)" \
+		>> $(INSTALLARCHLIB)/perllocal.pod
+
+doc_site_install ::
+	@echo Appending installation info to $(INSTALLSITEARCH)/perllocal.pod
+	- at umask 02; $(MKPATH) $(INSTALLSITEARCH)
+	- at umask 02; $(DOC_INSTALL) \
+		"Module" "$(NAME)" \
+		"installed into" "$(INSTALLSITELIB)" \
+		LINKTYPE "$(LINKTYPE)" \
+		VERSION "$(VERSION)" \
+		EXE_FILES "$(EXE_FILES)" \
+		>> $(INSTALLSITEARCH)/perllocal.pod
+
+doc_vendor_install ::
+
+
+uninstall :: uninstall_from_$(INSTALLDIRS)dirs
+
+uninstall_from_perldirs ::
+	@$(UNINSTALL) $(PERL_ARCHLIB)/auto/$(FULLEXT)/.packlist
+
+uninstall_from_sitedirs ::
+	@$(UNINSTALL) $(SITEARCHEXP)/auto/$(FULLEXT)/.packlist
+
+
+# --- MakeMaker force section:
+# Phony target to force checking subdirectories.
+FORCE:
+	@$(NOOP)
+
+
+# --- MakeMaker perldepend section:
+
+
+# --- MakeMaker makefile section:
+
+# We take a very conservative approach here, but it\'s worth it.
+# We move Makefile to Makefile.old here to avoid gnu make looping.
+Makefile : Makefile.PL $(CONFIGDEP)
+	@echo "Makefile out-of-date with respect to $?"
+	@echo "Cleaning current config before rebuilding Makefile..."
+	-@$(RM_F) Makefile.old
+	-@$(MV) Makefile Makefile.old
+	-$(MAKE) -f Makefile.old clean $(DEV_NULL) || $(NOOP)
+	$(PERLRUN) Makefile.PL 
+	@echo "==> Your Makefile has been rebuilt. <=="
+	@echo "==> Please rerun the make command.  <=="
+	false
+
+
+
+# --- MakeMaker staticmake section:
+
+# --- MakeMaker makeaperl section ---
+MAP_TARGET    = perl
+FULLPERL      = /usr/bin/perl
+
+$(MAP_TARGET) :: static $(MAKE_APERL_FILE)
+	$(MAKE) -f $(MAKE_APERL_FILE) $@
+
+$(MAKE_APERL_FILE) : $(FIRST_MAKEFILE)
+	@echo Writing \"$(MAKE_APERL_FILE)\" for this $(MAP_TARGET)
+	@$(PERLRUNINST) \
+		Makefile.PL DIR= \
+		MAKEFILE=$(MAKE_APERL_FILE) LINKTYPE=static \
+		MAKEAPERL=1 NORECURS=1 CCCDLFLAGS=
+
+
+# --- MakeMaker test section:
+
+TEST_VERBOSE=0
+TEST_TYPE=test_$(LINKTYPE)
+TEST_FILE = test.pl
+TEST_FILES = 
+TESTDB_SW = -d
+
+testdb :: testdb_$(LINKTYPE)
+
+test :: $(TEST_TYPE)
+	@echo 'No tests defined for $(NAME) extension.'
+
+test_dynamic :: pure_all
+
+testdb_dynamic :: pure_all
+	PERL_DL_NONLAZY=1 $(FULLPERLRUN) $(TESTDB_SW) "-I$(INST_LIB)" "-I$(INST_ARCHLIB)" $(TEST_FILE)
+
+test_ : test_dynamic
+
+test_static :: test_dynamic
+testdb_static :: testdb_dynamic
+
+
+# --- MakeMaker ppd section:
+# Creates a PPD (Perl Package Description) for a binary distribution.
+ppd:
+	@$(PERL) -e "print qq{<SOFTPKG NAME=\"$(DISTNAME)\" VERSION=\"1,3,0,0\">\n\t<TITLE>$(DISTNAME)</TITLE>\n\t<ABSTRACT></ABSTRACT>\n\t<AUTHOR></AUTHOR>\n}" > $(DISTNAME).ppd
+	@$(PERL) -e "print qq{\t<IMPLEMENTATION>\n}" >> $(DISTNAME).ppd
+	@$(PERL) -e "print qq{\t\t<OS NAME=\"$(OSNAME)\" />\n\t\t<ARCHITECTURE NAME=\"i386-linux-thread-multi\" />\n\t\t<CODEBASE HREF=\"\" />\n\t</IMPLEMENTATION>\n</SOFTPKG>\n}" >> $(DISTNAME).ppd
+
+# --- MakeMaker pm_to_blib section:
+
+pm_to_blib: $(TO_INST_PM)
+	@$(PERLRUNINST) "-MExtUtils::Install" \
+	-e "pm_to_blib({qw{lib/Devel/CoreStack.pm blib/lib/Devel/CoreStack.pm}},'$(INST_LIB)/auto','$(PM_FILTER)')"
+	@$(TOUCH) $@
+
+# --- MakeMaker selfdocument section:
+
+
+# --- MakeMaker postamble section:
+
+
+# End.

Added: branches/upstream/libdevel-corestack-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-corestack-perl/current/Makefile.PL?rev=25439&op=file
==============================================================================
--- branches/upstream/libdevel-corestack-perl/current/Makefile.PL (added)
+++ branches/upstream/libdevel-corestack-perl/current/Makefile.PL Fri Sep 19 21:03:12 2008
@@ -1,0 +1,30 @@
+use ExtUtils::MakeMaker;
+
+if ($ExtUtils::MakeMaker::VERSION < 5.16) {
+    local *F;
+    open F, "lib/Devel/CoreStack.pm";
+    while (<F>) {
+	next unless /VERSION/;
+	eval;
+	last;
+    }
+    @version = ( VERSION => $VERSION );
+} else {
+    @version = (VERSION_FROM => "lib/Devel/CoreStack.pm");
+}
+WriteMakefile(
+	NAME => "Devel::CoreStack",
+	DISTNAME => "Devel-CoreStack",
+	INSTALLDIRS => 'perl',
+	linkext => {LINKTYPE => ''}, # not needed for MakeMakers >= 5
+	clean => {FILES => 't/core'},
+	@version,
+        dist => {COMPRESS=>'gzip -9f', SUFFIX=>'gz'},
+);
+
+package MY;
+sub MY::test {
+    local $_ = shift->SUPER::test(@_);
+    s|t/\*\.t|t/*.t 2>&1 \| \$(PERL) filter_test_out|;
+    $_;
+}

Added: branches/upstream/libdevel-corestack-perl/current/lib/Devel/CoreStack.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libdevel-corestack-perl/current/lib/Devel/CoreStack.pm?rev=25439&op=file
==============================================================================
--- branches/upstream/libdevel-corestack-perl/current/lib/Devel/CoreStack.pm (added)
+++ branches/upstream/libdevel-corestack-perl/current/lib/Devel/CoreStack.pm Fri Sep 19 21:03:12 2008
@@ -1,0 +1,151 @@
+package Devel::CoreStack;
+
+require 5.002;
+
+$VERSION = substr q$Revision: 1.3 $, 10;
+
+# $Id: CoreStack.pm,v 1.3 1996/07/04 20:33:17 timbo Exp $ 
+#
+# (c)1996 Hermetica. Written by Alligator Descartes <descarte at hermetica.com>
+# (c)1996 Tim Bunce. Modified by Tim Bunce.
+#
+# May be used under the same terms as perl itself.
+#
+# $Log: CoreStack.pm,v $
+# Revision 1.3  1996/07/04  20:33:17  timbo
+# *** empty log message ***
+#
+# Revision 1.2  1996/07/04  20:17:55  timbo
+# Major reorg into functions. Added path and Exporter etc.
+#
+# Revision 1.1  1996/07/02 17:49:16  descarte
+# Initial revision
+#
+#
+# Use as:
+#
+#     perl -MDevel::CoreStack -e 'stack'
+
+=head1 NAME
+
+Devel::CoreStack - try to generate a stack dump from a core file
+
+=head1 SYNOPSIS
+
+  perl -MDevel::CoreStack -e 'stack'
+
+  perl -MDevel::CoreStack -e 'stack("../myperl", "./mycore", "debugger")'
+
+=head1 DESCRIPTION
+
+This module attempts to generate a stack dump from a core file by
+locating the best available debugger (if any) and running it with
+the appropriate arguments and command script.
+
+=cut
+
+use Config;
+use Exporter;
+use vars qw($Verbose);
+
+ at ISA = qw(Exporter);
+ at EXPORT = qw(stack);
+
+use strict;
+
+$Verbose = 0;
+
+my @path = split(/:/, $ENV{PATH});
+foreach(@path) { $_ = "." if $_ eq '' }
+
+# throw in a few more paths for good measure
+push @path, qw(
+	/usr/bin
+	/usr/local/bin
+	/opt/gnu/bin
+	/usr/ccs/bin
+	/
+);
+
+
+# List of debuggers in weight order of goodness
+
+my @dbg_names = qw(
+	gdb
+	dbx
+	adb
+	kadb
+);
+
+# Hash of debugger characteristics
+
+my %dbg_specs = (
+
+    gdb  => {	script => 'bt',
+	    },
+    dbx  => {	script => 'where',
+	    },
+    adb  => {	script => '$c',
+	    },
+    kadb => {	script => '$c',
+	    },
+);
+
+
+
+sub find_bin {
+    my ($name, $dirs) = @_;
+    return $name if $name =~ m:/: and -e $name; # is already a path
+    $dirs ||= \@path;
+    my $dir;
+    foreach $dir ( @$dirs ) {
+	return "$dir/$name" if -e "$dir/$name";
+    }
+    warn "Unable to find $name in @$dirs\n" if $Verbose;
+    return '';
+}
+
+
+sub pick_dbg {
+    warn "Looking for one of @dbg_names to use...\n" if $Verbose;
+    my $dbg_name;
+    foreach $dbg_name ( @dbg_names ) {
+	return $dbg_name if find_bin($dbg_name);
+    }
+    return '';
+}
+
+
+sub run_dbg {
+    my ($cmd, $args, $script, $filter) = @_;
+    my @args = map { '"'.$_.'"' } @$args;;
+
+    my $popen = "$cmd @args";
+    $popen .= " | $filter" if $filter;
+
+    print "Executing $popen ($script)...\n";
+    open(DEBUGGER, "| $popen") || die "popen $popen: $!";
+    print DEBUGGER $script,"\n" if defined $script;
+    my $status = close DEBUGGER;
+    print "\n";
+    return $status;
+}
+
+
+sub stack {
+    my $perl     = shift || 'perl';
+    my $core     = shift || 'core';
+    my $dbg_name = shift || pick_dbg()   || die "Unable to find a debugger\n";
+
+    my $dbg_path = find_bin($dbg_name)   || die "Unable to find $dbg_name\n";
+    my $dbg_spec = $dbg_specs{$dbg_name} || die "Unknown debugger $dbg_name\n";;
+    $perl = find_bin($perl) || $Config{perlpath};
+
+    my $dbg_script = $dbg_spec->{script};
+    my $dbg_filter = $dbg_spec->{filter} || '';
+
+    return run_dbg($dbg_path, [ $perl, $core ], $dbg_script, $dbg_filter);
+}
+
+1;
+

Propchange: branches/upstream/libdevel-corestack-perl/current/lib/Devel/CoreStack.pm
------------------------------------------------------------------------------
    svn:executable = 




More information about the Pkg-perl-cvs-commits mailing list