repo string | commit string | message string | diff string |
|---|---|---|---|
wsmoak/npanday-wix-plugin | 507aa9336e98e304b71d2d3d43691316b0e6833e | Allow user to give a list of .wxs files instead of just one. | diff --git a/src/it/IT001/pom.xml b/src/it/IT001/pom.xml
index 7bbf9a2..01fca4a 100755
--- a/src/it/IT001/pom.xml
+++ b/src/it/IT001/pom.xml
@@ -1,27 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http... |
wsmoak/npanday-wix-plugin | ce22fc27a1459f53a43d3ecc4c79dc121d1f3d0a | Add .tmproj to ignores | diff --git a/.gitignore b/.gitignore
index 73df60d..7af8963 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
target
.classpath
.project
.settings
+*.tmproj
|
wsmoak/npanday-wix-plugin | 76b8cf36fada787c2d3d7d5f8cfaaa6c05ca6da8 | Add a mojo and integration test for the WiX 'light' command | diff --git a/src/it/IT002/Helper.dll b/src/it/IT002/Helper.dll
new file mode 100644
index 0000000..e69de29
diff --git a/src/it/IT002/Manual.pdf b/src/it/IT002/Manual.pdf
new file mode 100644
index 0000000..e69de29
diff --git a/src/it/IT002/Sample.wixobj b/src/it/IT002/Sample.wixobj
new file mode 100755
index 0000000..5... |
wsmoak/npanday-wix-plugin | fc5a105e66342a1ff67113c7e77386b3f8d582ed | Use Commons Exec to execute candle on the supplied source file. | diff --git a/pom.xml b/pom.xml
index 73abc9f..81dbc41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,23 +1,28 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<mod... |
wsmoak/npanday-wix-plugin | abe21043d6d0a414a8acced5886e9c1dea7cdd7c | Fix description | diff --git a/src/main/java/npanday/plugin/wix/CandleMojo.java b/src/main/java/npanday/plugin/wix/CandleMojo.java
old mode 100644
new mode 100755
index c4bbe8e..6f5bf2a
--- a/src/main/java/npanday/plugin/wix/CandleMojo.java
+++ b/src/main/java/npanday/plugin/wix/CandleMojo.java
@@ -1,5 +1,56 @@
package npanday.plugin.w... |
wsmoak/npanday-wix-plugin | 9e11205f94603d3bd3f93f04afad9612005173fc | Integration test for candle mojo, should produce .wixobj file. | diff --git a/src/it/IT001/SampleFirst.wxs b/src/it/IT001/SampleFirst.wxs
new file mode 100755
index 0000000..8c7b3ea
--- /dev/null
+++ b/src/it/IT001/SampleFirst.wxs
@@ -0,0 +1,60 @@
+<?xml version='1.0' encoding='windows-1252'?>
+<Wix xmlns='http://schemas.microsoft.com/wix/2003/01/wi'>
+ <Product Name='Foobar 1.0'... |
wsmoak/npanday-wix-plugin | 97bb09f2c7bb7535a09ab2184a471ba6426cc818 | Remove generated file and add mojo to execute candle. | diff --git a/src/main/java/npanday/plugin/wix/CandleMojo.java b/src/main/java/npanday/plugin/wix/CandleMojo.java
new file mode 100644
index 0000000..c4bbe8e
--- /dev/null
+++ b/src/main/java/npanday/plugin/wix/CandleMojo.java
@@ -0,0 +1,5 @@
+package npanday.plugin.wix;
+
+public class CandleMojo {
+
+}
diff --git... |
wsmoak/npanday-wix-plugin | 6b6c4e798d41dac7ebd7463676e234189ace4b48 | Add skeleton plugin created from archetype | diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..73abc9f
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,23 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.... |
nipuL/pkgutils | b9913a29de27591584dad859dc429f42f6fa17fe | Bumped version to 5.33.0. | diff --git a/Makefile b/Makefile
index 0dd5406..172b7e9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,101 +1,101 @@
#
# pkgutils
#
# Copyright (c) 2000-2005 by Per Liden <per@fukt.bth.se>
# Copyright (c) 2006-2007 by CRUX team (http://crux.nu)
#
# This program is free software; you can redistribute it and/or mo... |
nipuL/pkgutils | 7b3f9929cba16da56f011ba666ca336b1cad2b28 | Bug #336: Only accept http/https/ftp/file protocols in sources. | diff --git a/pkgmk.in b/pkgmk.in
index 00d8e95..9fdf768 100755
--- a/pkgmk.in
+++ b/pkgmk.in
@@ -1,555 +1,553 @@
#!/bin/bash
#
# pkgutils
#
# Copyright (c) 2000-2005 Per Liden
# Copyright (c) 2006-2007 by CRUX team (http://crux.nu)
#
# This program is free software; you can redistribute it and/or modify
... |
nipuL/pkgutils | 51c534c2bd638d6ef849bac15c6106a17a682b56 | Bug #347: wget options are configurable now. | diff --git a/pkgmk.conf b/pkgmk.conf
index 5d76a6a..07b1cbd 100644
--- a/pkgmk.conf
+++ b/pkgmk.conf
@@ -1,16 +1,17 @@
#
# /etc/pkgmk.conf: pkgmk(8) configuration
#
export CFLAGS="-O2 -march=i686 -pipe"
export CXXFLAGS="-O2 -march=i686 -pipe"
# PKGMK_SOURCE_MIRRORS=()
# PKGMK_SOURCE_DIR="$PWD"
# PKGMK_PACKA... |
nipuL/pkgutils | 92dbaab6a7ea34dc55308d12578453ec7e498295 | pkgmk: add "extract only" functionality, previously suggested by Lucas Hazel and Danny Rawlins | diff --git a/pkgmk.in b/pkgmk.in
index df50de8..1cc40d6 100755
--- a/pkgmk.in
+++ b/pkgmk.in
@@ -1,678 +1,699 @@
#!/bin/bash
#
# pkgutils
#
# Copyright (c) 2000-2005 Per Liden
# Copyright (c) 2006-2007 by CRUX team (http://crux.nu)
#
# This program is free software; you can redistribute it and/or modify
... |
nipuL/pkgutils | 140951a0685c5b159a75f86ebaf8a8703a3568ac | Bug #287: Added a manpage for pkgmk.conf. | diff --git a/.gitignore b/.gitignore
index 0f6bd9c..e2c7965 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,8 @@
.depend
*.o
*.8
+*.5
pkgadd
pkgmk
rejmerge
diff --git a/Makefile b/Makefile
index 5e03b4c..0dd5406 100644
--- a/Makefile
+++ b/Makefile
@@ -1,100 +1,101 @@
#
# pkgutils
#
# Copyright (c) 20... |
nipuL/pkgutils | 765b5014db1cc1fd3278f0b425d586b6dce75ae1 | Bug #241: Don't check SSL certificates. | diff --git a/pkgmk.in b/pkgmk.in
index da9b303..df50de8 100755
--- a/pkgmk.in
+++ b/pkgmk.in
@@ -1,604 +1,604 @@
#!/bin/bash
#
# pkgutils
#
# Copyright (c) 2000-2005 Per Liden
# Copyright (c) 2006-2007 by CRUX team (http://crux.nu)
#
# This program is free software; you can redistribute it and/or modify
... |
nipuL/pkgutils | 6ae354d751e69982f46acf37fa83cd0679eb68b7 | Bug #244: Relative paths are supported now in pkgadd -r. | diff --git a/pkgutil.cc b/pkgutil.cc
index 216ca53..709e748 100644
--- a/pkgutil.cc
+++ b/pkgutil.cc
@@ -1,811 +1,814 @@
//
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
// Copyright (c) 2006-2007 by CRUX team (http://crux.nu)
//
// This program is free software; you can redistribute it and/or modify... |
nipuL/pkgutils | c67507556d9eaa476ec142762f041fd9b254655d | Bumped version to 5.32.0. | diff --git a/Makefile b/Makefile
index 19279c6..5e03b4c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,100 +1,100 @@
#
# pkgutils
#
# Copyright (c) 2000-2005 by Per Liden <per@fukt.bth.se>
# Copyright (c) 2006-2007 by CRUX team (http://crux.nu)
#
# This program is free software; you can redistribute it and/or mo... |
nipuL/pkgutils | 3c0fce38e98fa4d796c94bd301afd138e27ab40e | Removed /etc/mail/cf from the UPGRADE rules in pkgadd.conf. | diff --git a/pkgadd.conf b/pkgadd.conf
index ae18261..6af9cb8 100644
--- a/pkgadd.conf
+++ b/pkgadd.conf
@@ -1,26 +1,25 @@
#
# /etc/pkgadd.conf: pkgadd(8) configuration
#
# Default rule (implicit)
#UPGRADE ^.*$ YES
UPGRADE ^etc/.*$ NO
UPGRADE ^var/log/.*$ NO
UPGRADE ^var/spool/\w*cron/.*$ NO
UPGRADE... |
nipuL/pkgutils | d324dd089cd8d643a3d6616de11de178919e10e7 | Bug #204: Restore mtime for extracted files. | diff --git a/pkgutil.cc b/pkgutil.cc
index b3afa51..216ca53 100644
--- a/pkgutil.cc
+++ b/pkgutil.cc
@@ -1,811 +1,811 @@
//
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
// Copyright (c) 2006-2007 by CRUX team (http://crux.nu)
//
// This program is free software; you can redistribute it and/or modify... |
nipuL/pkgutils | 2d9e8fdf3f58dc8a0a5d0e198d2da32976b8b62c | Bumped version to 5.31.0. | diff --git a/Makefile b/Makefile
index 67c334c..19279c6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,100 +1,100 @@
#
# pkgutils
#
# Copyright (c) 2000-2005 by Per Liden <per@fukt.bth.se>
# Copyright (c) 2006-2007 by CRUX team (http://crux.nu)
#
# This program is free software; you can redistribute it and/or mo... |
nipuL/pkgutils | 2dee8e17ce94c29744a8d097b2bf6b3165f52659 | added PKGMK_SOURCE_MIRRORS support | diff --git a/pkgmk.conf b/pkgmk.conf
index 6e70f1b..5d76a6a 100644
--- a/pkgmk.conf
+++ b/pkgmk.conf
@@ -1,15 +1,16 @@
#
# /etc/pkgmk.conf: pkgmk(8) configuration
#
export CFLAGS="-O2 -march=i686 -pipe"
export CXXFLAGS="-O2 -march=i686 -pipe"
+# PKGMK_SOURCE_MIRRORS=()
# PKGMK_SOURCE_DIR="$PWD"
# PKGMK_PACKA... |
nipuL/pkgutils | 86830d3c84fef2d68fee2def7a276caaa94d72f4 | Improved "dist" target. | diff --git a/Makefile b/Makefile
index 958f08d..67c334c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,100 +1,100 @@
#
# pkgutils
#
# Copyright (c) 2000-2005 by Per Liden <per@fukt.bth.se>
# Copyright (c) 2006-2007 by CRUX team (http://crux.nu)
#
# This program is free software; you can redistribute it and/or mo... |
nipuL/pkgutils | 9a7adb608a4b3e207e2c80ebf316682e205c2cc6 | Don't mention libtar in README anymore. | diff --git a/README b/README
index 3fe0c15..0ec3660 100644
--- a/README
+++ b/README
@@ -1,28 +1,25 @@
pkgutils - Package Management Utilities
http://www.fukt.bth.se/~per/pkgutils/
Description
-----------
pkgutils is a set of utilities (pkgadd, pkgrm, pkginfo, pkgmk and rejmerg... |
nipuL/pkgutils | b3197f39a0ac2c23680450183442534e3a028cc4 | Bumped version to 5.30.0. | diff --git a/Makefile b/Makefile
index 2035ef6..8b21d2b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,99 +1,99 @@
#
# pkgutils
#
# Copyright (c) 2000-2005 by Per Liden <per@fukt.bth.se>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public Licens... |
nipuL/pkgutils | c9984aa86ec99c6dd8d47c2bf3d7a409a1c4fa48 | Moved archive initialization code to INIT_ARCHIVE. | diff --git a/pkgutil.cc b/pkgutil.cc
index 943c420..00cedaf 100644
--- a/pkgutil.cc
+++ b/pkgutil.cc
@@ -1,810 +1,810 @@
//
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License ... |
nipuL/pkgutils | bfb5480be95ac565f1a057750429857385478be9 | bug #107: upgrade udev rules by default. | diff --git a/pkgadd.conf b/pkgadd.conf
index aa399b3..ae18261 100644
--- a/pkgadd.conf
+++ b/pkgadd.conf
@@ -1,23 +1,26 @@
#
# /etc/pkgadd.conf: pkgadd(8) configuration
#
# Default rule (implicit)
#UPGRADE ^.*$ YES
UPGRADE ^etc/.*$ NO
UPGRADE ^var/log/.*$ NO
UPGRADE ^var/spool/\w*cron/.*$ NO
UPGRADE... |
nipuL/pkgutils | 9fb2521b153582faf2d79e29f44421d34c2b6ae1 | Removed some dead (and buggy) code. | diff --git a/pkgutil.cc b/pkgutil.cc
index 62a9edf..943c420 100644
--- a/pkgutil.cc
+++ b/pkgutil.cc
@@ -1,847 +1,810 @@
//
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License ... |
nipuL/pkgutils | 2a62ed9ad2688a873bc7773b2c3cf818456aeabb | Set ARCHIVE_EXTRACT_UNLINK when extracting archive entries. | diff --git a/pkgutil.cc b/pkgutil.cc
index f5b430d..62a9edf 100644
--- a/pkgutil.cc
+++ b/pkgutil.cc
@@ -1,846 +1,847 @@
//
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License ... |
nipuL/pkgutils | e83769cac3e8ccbe57b287467746c9c1a7254136 | Fixed setting up the flags for archive_read_extract(). | diff --git a/pkgutil.cc b/pkgutil.cc
index b4d419b..f5b430d 100644
--- a/pkgutil.cc
+++ b/pkgutil.cc
@@ -1,846 +1,846 @@
//
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License ... |
nipuL/pkgutils | 25efd91b9eec7755e4296591f531c923209dd1fa | preserve owner/permissions when extracting | diff --git a/pkgutil.cc b/pkgutil.cc
index ce94501..b4d419b 100644
--- a/pkgutil.cc
+++ b/pkgutil.cc
@@ -1,846 +1,846 @@
//
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License ... |
nipuL/pkgutils | 80db05ef8d1a1ce7d7948a9d06732209f5f84fce | Fixed the permission lookup problem for hardlinks. | diff --git a/pkgutil.cc b/pkgutil.cc
index 54c80b6..ce94501 100644
--- a/pkgutil.cc
+++ b/pkgutil.cc
@@ -1,805 +1,846 @@
//
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License ... |
nipuL/pkgutils | 7f84e1cc9e8e7ae698e8b648f7dbba98a2753150 | Prefer archive_entry_mode() over archive_entry_stat(). | diff --git a/pkgutil.cc b/pkgutil.cc
index 33ee301..54c80b6 100644
--- a/pkgutil.cc
+++ b/pkgutil.cc
@@ -1,810 +1,805 @@
//
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License ... |
nipuL/pkgutils | fa6b0879f2c91662cdef26b598889b9834196805 | Some indentation fixes. | diff --git a/pkgutil.cc b/pkgutil.cc
index 1354365..33ee301 100644
--- a/pkgutil.cc
+++ b/pkgutil.cc
@@ -1,811 +1,810 @@
//
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License ... |
nipuL/pkgutils | 25f9975ca5d5010bd4f5cbfbb9faa1fed71b3db4 | Use archive_errno() instead of errno for libarchive errors. | diff --git a/pkgutil.cc b/pkgutil.cc
index 39f68f5..1354365 100644
--- a/pkgutil.cc
+++ b/pkgutil.cc
@@ -1,811 +1,811 @@
//
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License ... |
nipuL/pkgutils | c49e53c6c7e53e77fd7b171af0b43f6f2d19a8d7 | Added .gitignore. | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0f6bd9c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+.depend
+*.o
+*.8
+pkgadd
+pkgmk
+rejmerge
+
|
nipuL/pkgutils | c3434674df8af13a0eab79b6784e6086fa08731f | Switched from libtar to libarchive. | diff --git a/Makefile b/Makefile
index 5c1881c..2035ef6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,113 +1,99 @@
#
# pkgutils
#
# Copyright (c) 2000-2005 by Per Liden <per@fukt.bth.se>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public Licen... |
nipuL/pkgutils | d7fbaa09361f5b98a49ff0b3b179f2da5f574561 | Don't tar up the .git directory. | diff --git a/Makefile b/Makefile
index 0b1c5d9..5c1881c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,113 +1,113 @@
#
# pkgutils
#
# Copyright (c) 2000-2005 by Per Liden <per@fukt.bth.se>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public Lice... |
nipuL/pkgutils | 3309e1f843c1bf875965a7af8d904d29b8ba93b1 | Generate ChangeLog from "git log". | diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index f911441..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,11 +0,0 @@
-2006-08-24 Tilman Sauerbeck (tilman at crux nu)
- * pkgadd.{h,cc}: Prepared the code for addition of the INSTALL rule
-
-2006-04-29 Simone Rota (sip at crux dot nu)
- * Optimi... |
nipuL/pkgutils | 376786d8722dcb1df0690be79d3c6b8c6274cf34 | Enabled large file support. | diff --git a/Makefile b/Makefile
index 7517a2c..32e0ab3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,111 +1,112 @@
#
# pkgutils
#
# Copyright (c) 2000-2005 by Per Liden <per@fukt.bth.se>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public Lice... |
nipuL/pkgutils | 14ab4111bddf38e32facfb586955d39e077d1fd5 | added documentation for the INSTALL rules | diff --git a/pkgadd.8.in b/pkgadd.8.in
index 1cfb195..564672c 100644
--- a/pkgadd.8.in
+++ b/pkgadd.8.in
@@ -1,68 +1,62 @@
.TH pkgadd 8 "" "pkgutils #VERSION#" ""
.SH NAME
pkgadd \- install software package
.SH SYNOPSIS
\fBpkgadd [options] <file>\fP
.SH DESCRIPTION
\fBpkgadd\fP is a \fIpackage management\fP util... |
nipuL/pkgutils | e727dae97daeeb05bf4747b4c91a3461ebd695d4 | added an UPGRADE rule for /var/run/utmp. thanks to Anton Vorontsov. | diff --git a/pkgadd.conf b/pkgadd.conf
index 0442435..aa399b3 100644
--- a/pkgadd.conf
+++ b/pkgadd.conf
@@ -1,22 +1,23 @@
#
# /etc/pkgadd.conf: pkgadd(8) configuration
#
# Default rule (implicit)
#UPGRADE ^.*$ YES
UPGRADE ^etc/.*$ NO
UPGRADE ^var/log/.*$ NO
UPGRADE ^var/spool/\w*cron/.*$ NO
+UPGRADE... |
nipuL/pkgutils | 22131995295a9db9be7b461cbcefe65d8ffe9df1 | tell the user when we didn't install a file because an INSTALL rule kicked in | diff --git a/pkgutil.cc b/pkgutil.cc
index beaa74b..bdc1563 100644
--- a/pkgutil.cc
+++ b/pkgutil.cc
@@ -1,762 +1,764 @@
//
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License ... |
nipuL/pkgutils | 3e5b7ed9bbe9a9659486a9d4c51f3466d1e877ec | added support for INSTALL rules. based on a patch by johannes. documentation needs to be updated. | diff --git a/pkgadd.cc b/pkgadd.cc
index 8178b0a..8856851 100644
--- a/pkgadd.cc
+++ b/pkgadd.cc
@@ -1,223 +1,269 @@
//
// pkgutils
//
// Copyright (c) 2000-2005 Per Liden
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as p... |
nipuL/pkgutils | 1e0dfb6d09297f14827ed72e38dd48b4eb770e3f | prepared the code for the addition of the INSTALL rule | diff --git a/ChangeLog b/ChangeLog
index 4e7f542..f911441 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
+2006-08-24 Tilman Sauerbeck (tilman at crux nu)
+ * pkgadd.{h,cc}: Prepared the code for addition of the INSTALL rule
+
2006-04-29 Simone Rota (sip at crux dot nu)
* Optimized file type de... |
nipuL/pkgutils | b0bbde50af5aba136af13bb0f5e3869e101914df | pkgmk: optimize file detection for stripping. Thanks to aon and mark | diff --git a/ChangeLog b/ChangeLog
index 47361a8..4e7f542 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
+2006-04-29 Simone Rota (sip at crux dot nu)
+ * Optimized file type detection for stripping in pkgmk
+ Thanks to Antti Nykänen
2006-04-14 Tilman Sauerbeck (tilman at crux nu)
* Cha... |
nipuL/pkgutils | 4943d62183b446fb9316e1393d115425ac305292 | added an UPGRADE rule for crontabs | diff --git a/pkgadd.conf b/pkgadd.conf
index 642e09b..0442435 100644
--- a/pkgadd.conf
+++ b/pkgadd.conf
@@ -1,21 +1,22 @@
#
# /etc/pkgadd.conf: pkgadd(8) configuration
#
# Default rule (implicit)
#UPGRADE ^.*$ YES
UPGRADE ^etc/.*$ NO
UPGRADE ^var/log/.*$ NO
+UPGRADE ^var/spool/\w*cron/.*$ NO
UPGRA... |
nipuL/pkgutils | 5401bd4576520efbe50d5f6eda4cc70788823879 | use the proper sentinel in the execl() call | diff --git a/ChangeLog b/ChangeLog
index cdd6f1c..47361a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
2006-04-14 Tilman Sauerbeck (tilman at crux nu)
* ChangeLog, NEWS: Moved old ChangeLog to NEWS
* pkgmk.in: Write warnings and errors to stderr instead of stdout
+ * pkgutil.cc: Use ... |
nipuL/pkgutils | e55714dd079a329c915776594a06a71252c20474 | write warnings and errors to stderr instead of stdout | diff --git a/ChangeLog b/ChangeLog
index 322c4e3..cdd6f1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,2 +1,3 @@
2006-04-14 Tilman Sauerbeck (tilman at crux nu)
* ChangeLog, NEWS: Moved old ChangeLog to NEWS
+ * pkgmk.in: Write warnings and errors to stderr instead of stdout
diff --git a/pkgmk.in b/pkg... |
nipuL/pkgutils | e4b95a33c35b2fac56dd1015aa2d1eb6baf8c032 | put a note regarding the ChangeLog/NEWS move in the new ChangeLog, too | diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..322c4e3
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,2 @@
+2006-04-14 Tilman Sauerbeck (tilman at crux nu)
+ * ChangeLog, NEWS: Moved old ChangeLog to NEWS
|
nipuL/pkgutils | 9ac667e68d3e36eb99272eac57219002ee2318e6 | Initial import | diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..96e4591
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,340 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+
+ Everyone i... |
ShepFc3/simple-ruby-backup | 6673235a40e1ea2642fe73c2cd341cf885d3f895 | Adding initial project files | diff --git a/README b/README
new file mode 100644
index 0000000..49f6f69
--- /dev/null
+++ b/README
@@ -0,0 +1,9 @@
+Steps to getting up and running:
+1. Download Ruby Backup Zip, Ruby Backup tarball, or from git.
+2. Extract the contents of the above package.
+3. Edit the backup_settings.yml.sample file and save it as... |
mzp/GC | 7a2b4d1b6cecedbfddd2b2b67a49e006a98bc142 | comment追å | diff --git a/GC.v b/GC.v
index 3617acf..36f3b53 100644
--- a/GC.v
+++ b/GC.v
@@ -1,130 +1,191 @@
(* -#- mode:coq coding:utf-8 -#- *)
Require Import Lists.ListSet.
Require Import Lists.List.
Require Import Util.
Require Import Recdef.
-(** * operations of set *)
-Definition In {A : Type} (elem : A) (sets : set A)... |
mzp/GC | 5ca8aafb76ea04a4006cc2a42e433713c61e7d43 | Closureãåé¤ | diff --git a/Closure.v b/Closure.v
deleted file mode 100644
index ea84cc0..0000000
--- a/Closure.v
+++ /dev/null
@@ -1,132 +0,0 @@
-Require Import Lists.ListSet.
-Require Import Lists.List.
-Require Import Util.
-Require Import Recdef.
-
-Lemma remove_dec : forall A (dec : x_dec A) x xs,
- set_In x xs -> length (set_r... |
mzp/GC | cfa616c90dc308dbe88ee8231daca5962d7b05ad | extractã§ããããã«ãã | diff --git a/.gitignore b/.gitignore
index c627568..283ae49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,15 @@
*.vo
*.glob
*~
*.omc
.omakedb
.omakedb.lock
*.html
*.css
*.swp
*.png
-*.dot
\ No newline at end of file
+*.dot
+*.cm[iox]
+*.o
+gc_test
+*.opt
\ No newline at end of file
diff --git a/CoqBuil... |
mzp/GC | b83b6e226953490889bfd1f51a0c215058c6d5da | sweeperã®æ£å½æ§ã証æãã | diff --git a/GC_impl.v b/GC_impl.v
index 4181048..8826056 100644
--- a/GC_impl.v
+++ b/GC_impl.v
@@ -1,45 +1,56 @@
Require Import Lists.ListSet.
Require Import Lists.List.
Require Import GC.
Require Import Closure.
Require Import Util.
Definition marker {A : Type} (dec : x_dec A) (m : Mem) :=
let marks :=
... |
mzp/GC | 1adc02c806fcf79d6470ef4412d989e73c65ef2e | markerã®å®è£
ãæ£ãã証æããã | diff --git a/Closure.v b/Closure.v
index 352cad6..ea84cc0 100644
--- a/Closure.v
+++ b/Closure.v
@@ -1,132 +1,132 @@
Require Import Lists.ListSet.
Require Import Lists.List.
Require Import Util.
Require Import Recdef.
Lemma remove_dec : forall A (dec : x_dec A) x xs,
set_In x xs -> length (set_remove dec x xs... |
mzp/GC | 27163c67a2e2626c82e8a7a09af5e3be1aa09a34 | closures_Inã証æ | diff --git a/Closure.v b/Closure.v
index 9bbad8f..352cad6 100644
--- a/Closure.v
+++ b/Closure.v
@@ -1,71 +1,132 @@
Require Import Lists.ListSet.
Require Import Lists.List.
Require Import Util.
Require Import Recdef.
-Section Closure.
- Variable A : Type.
- Variable dec : x_dec A.
-
- Lemma remove_dec : forall... |
mzp/GC | 32025071821c90f7c81b0697f8c62af66d950ce7 | markerã®è¨¼æãããããã | diff --git a/GC_impl.v b/GC_impl.v
index 7090fcf..327a120 100644
--- a/GC_impl.v
+++ b/GC_impl.v
@@ -1,32 +1,38 @@
Require Import Lists.ListSet.
Require Import Lists.List.
Require Import GC.
Require Import Util.
Definition marker {A : Type} (dec : x_dec A) (m : Mem) :=
let marks :=
closuresM dec m
in
... |
mzp/GC | 5cf2f89a7fbdc50fc4f97b5da5c149e348610671 | marker/sweeperãå®è£
ãã | diff --git a/GC.v b/GC.v
index 4d315a8..15a385e 100644
--- a/GC.v
+++ b/GC.v
@@ -1,70 +1,80 @@
(* -#- mode:coq coding:utf-8 -#- *)
Require Import Lists.ListSet.
Require Import Lists.List.
Require Import Util.
Require Import Closure.
(** * operations of set *)
Definition In {A : Type} (elem : A) (sets : set A) ... |
mzp/GC | ba009afbdcca8989479a5ee24ec18b1834533554 | ã³ã¼ããæ´çãã | diff --git a/GC_fact.v b/GC_fact.v
index b05cf6c..7513447 100644
--- a/GC_fact.v
+++ b/GC_fact.v
@@ -1,152 +1,150 @@
(* -#- mode:coq coding:utf-8 -#- *)
Require Import Lists.ListSet.
Require Import Lists.List.
Require Import Util.
Require Import GC.
-(** invariant *)
-Definition invariant {A : Type} (m : Mem) : ... |
mzp/GC | 8ad0142a284a04c000f51eb30a63fccabc9cf016 | closureã使ã£ã¦è¨¼æãæ¸ãç´ãã | diff --git a/Closure.v b/Closure.v
new file mode 100644
index 0000000..9bbad8f
--- /dev/null
+++ b/Closure.v
@@ -0,0 +1,71 @@
+Require Import Lists.ListSet.
+Require Import Lists.List.
+Require Import Util.
+Require Import Recdef.
+
+Section Closure.
+ Variable A : Type.
+ Variable dec : x_dec A.
+
+ Lemma remove_de... |
mzp/GC | 12ab96864bd7c34f2b1012d7935bd0ac867c5d00 | closureãå®è£
ãã¦ã¿ã | diff --git a/GC_impl.v b/GC_impl.v
new file mode 100644
index 0000000..930afc0
--- /dev/null
+++ b/GC_impl.v
@@ -0,0 +1,71 @@
+Require Import GC.
+Require Import Lists.ListSet.
+Require Import Lists.List.
+Require Import Util.
+Require Import Recdef.
+
+Variable A : Type.
+Variable dec : x_dec A.
+
+Lemma remove_dec : ... |
mzp/GC | abc523e7038a7d2c383e5c2fe8d9ab72f3bb9a7d | ä¸é¨ã®é¢æ°ãåé¢ãã | diff --git a/GC.v b/GC.v
index 13ddd22..259268d 100644
--- a/GC.v
+++ b/GC.v
@@ -1,76 +1,75 @@
(* -#- mode:coq coding:utf-8 -#- *)
Require Import Lists.ListSet.
Require Import Lists.List.
+Require Import Util.
(** * operations of set *)
Definition In {A : Type} (elem : A) (sets : set A) :=
set_In elem sets.
... |
mzp/GC | 60b89e327b5862462f029620e58e293603a93a06 | ãã¡ã¤ã«åå² | diff --git a/GC.v b/GC.v
new file mode 100644
index 0000000..13ddd22
--- /dev/null
+++ b/GC.v
@@ -0,0 +1,76 @@
+(* -#- mode:coq coding:utf-8 -#- *)
+Require Import Lists.ListSet.
+Require Import Lists.List.
+
+(** * operations of set *)
+Definition In {A : Type} (elem : A) (sets : set A) :=
+ set_In elem sets.
+Defini... |
mzp/GC | f0880f29df19a72fe2ad4b316548f6cdcc305994 | 証æãæ´çãã | diff --git a/OMakefile b/OMakefile
index f1e4405..51bfb7f 100644
--- a/OMakefile
+++ b/OMakefile
@@ -1,10 +1,15 @@
FILES[] =
object
-.DEFAULT: $(CoqProof $(FILES))
+.PHONY: clean graph doc all
+.DEFAULT: all
-.PHONY: clean graph
+all: $(CoqProof $(FILES))
clean:
rm -rf *.vo *.glob *~ *.omc .omakedb .omakedb... |
mzp/GC | 939c5c72ea96524385dc04803b6d2e6a66b8ecf3 | add implicit parameter to mkMem | diff --git a/object.v b/object.v
index df3bbf5..dd3cfcc 100644
--- a/object.v
+++ b/object.v
@@ -1,192 +1,192 @@
-Require Import Sets.Finite_sets.
Require Import Sets.Ensembles.
-Inductive mark :=
- | Marked : mark
- | Unmarked : mark.
+(* operations of set *)
+Definition set A := Ensemble A.
Definition In {A : ... |
mzp/GC | 470afb164d9f4dcb7638ced5131f546524db167c | ListSetã使ã£ã¦æ¸ãç´ãã¦ãæä¸ | diff --git a/object.v b/object.v
index df3bbf5..a946195 100644
--- a/object.v
+++ b/object.v
@@ -1,192 +1,207 @@
-Require Import Sets.Finite_sets.
-Require Import Sets.Ensembles.
+(* -#- mode:coq coding:utf-8 -#- *)
+Require Import Lists.ListSet.
+
+(* éåã«å¯¾ããæä½ *)
+Definition In {A : Type} (elem : A) (s... |
redhotpenguin/Class-Factory | 334e4f3ff9f04b6493e924517d635619e51151c8 | added t/MyFlexibleBand.pm | diff --git a/MANIFEST b/MANIFEST
index d8b2873..4c6ddbf 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,11 +1,12 @@
Changes
Makefile.PL
MANIFEST
README
lib/Class/Factory.pm
t/factory.t
t/MyCountryBand.pm
t/MyRockBand.pm
t/MySimpleBand.pm
+t/MyFlexibleBand.pm
META.yml Module meta-da... |
redhotpenguin/Class-Factory | 6401a1492cfc94c5dd87395670c2baa83749d038 | added get_factory_type_for() | diff --git a/Changes b/Changes
index 8a6d9ff..f861523 100644
--- a/Changes
+++ b/Changes
@@ -1,91 +1,91 @@
Revision history for Perl extension Class::Factory.
1.06 Tue Nov 6 21:16:07 CET 2007
- - Added remove_factory_type() and unregister_factory_type(). Marcel
- Gruenauer <marcel@cpan.org>
+ - ... |
redhotpenguin/Class-Factory | 68a7f203d87a5f1a543f42aab931f89a5ae4f35b | added implementation, documentation and tests for remove_factory_type() and unregister_factory_type() | diff --git a/Changes b/Changes
index 5059fc3..8a6d9ff 100644
--- a/Changes
+++ b/Changes
@@ -1,87 +1,91 @@
Revision history for Perl extension Class::Factory.
+1.06 Tue Nov 6 21:16:07 CET 2007
+ - Added remove_factory_type() and unregister_factory_type(). Marcel
+ Gruenauer <marcel@cpan.org>
+
1.05 ... |
redhotpenguin/Class-Factory | 99c5b166c5321195fa99c01ebe2b818df34aafe9 | Add method get_registered_class() and release 1.05 | diff --git a/Changes b/Changes
index 3ab8f4b..5059fc3 100644
--- a/Changes
+++ b/Changes
@@ -1,82 +1,87 @@
Revision history for Perl extension Class::Factory.
-1.04 Tue Aug 1 22:26:15 PST 2006
+1.05 Thu Feb 1 22:57:21 PST 2007
+ - Added method get_registered_class(), suggested by
+ Sebastian Knapp ... |
redhotpenguin/Class-Factory | d889bcf68318840fae43adedc61e5c8dfce61347 | - Start 1.04 release - Add coverage support via Devel::Cover - Update Copyright | diff --git a/Changes b/Changes
index 1245fed..3ab8f4b 100644
--- a/Changes
+++ b/Changes
@@ -1,77 +1,82 @@
Revision history for Perl extension Class::Factory.
+1.04 Tue Aug 1 22:26:15 PST 2006
+
+ - New maintainer, Fred Moyer <fred@redhotpenguin.com>
+ - Add Devel::Cover support, current coverage is 7... |
redhotpenguin/Class-Factory | 763f99cd85d1a8331d1cdfd185e3324a2b7bdda6 | 1.03: implement get_my_factory() and get_my_factory_type() at suggestion of Srdjan Jankovic | diff --git a/Changes b/Changes
index b12b9b3..1245fed 100644
--- a/Changes
+++ b/Changes
@@ -1,71 +1,77 @@
Revision history for Perl extension Class::Factory.
+1.03 Thu Oct 14 10:08:08 EDT 2004
+
+ - Added 'get_my_factory()' and 'get_my_factory_type()' at
+ suggestion from Srdjan Jankovic.
+
+
1.02 Tue ... |
redhotpenguin/Class-Factory | 2a4463fea7362463df526ec3f147b1ddc80a9ed3 | add dist | diff --git a/dist/Class-Factory-1.02.tar.gz b/dist/Class-Factory-1.02.tar.gz
new file mode 100644
index 0000000..01dc007
Binary files /dev/null and b/dist/Class-Factory-1.02.tar.gz differ
|
redhotpenguin/Class-Factory | aab3866fb1a06a582349eae86b62df49558503d7 | mostly doc and test updates | diff --git a/Changes b/Changes
index 96939c2..b12b9b3 100644
--- a/Changes
+++ b/Changes
@@ -1,52 +1,71 @@
Revision history for Perl extension Class::Factory.
-1.01 Thu Aug 21 22:08:29 EDT 2003
+1.02 Tue Oct 12 21:02:04 EDT 2004
+
+ - Ensure that new() returns undef if get_factory_class() doesn't
+ work ... |
redhotpenguin/Class-Factory | 4077a7fc8aaae78af67d5cf13185a46beb5e1cec | fairly cosmetic naming and other stuff | diff --git a/Changes b/Changes
index a8d5529..96939c2 100644
--- a/Changes
+++ b/Changes
@@ -1,31 +1,52 @@
Revision history for Perl extension Class::Factory.
-0.04
+1.01 Thu Aug 21 22:08:29 EDT 2003
- - Add overridable logging/errors (Thanks to Eric Andreychek
- <eric@openthought.net>)
+ - add_facto... |
redhotpenguin/Class-Factory | 7dd06caa180f88cd4cd30dfc90687afb4f216e63 | add loaded/registered types | diff --git a/lib/Class/Factory.pm b/lib/Class/Factory.pm
index e2e3793..4d3a010 100644
--- a/lib/Class/Factory.pm
+++ b/lib/Class/Factory.pm
@@ -1,515 +1,543 @@
package Class::Factory;
# $Id$
use strict;
-$Class::Factory::VERSION = '0.04';
+$Class::Factory::VERSION = '1.00';
my %INCLUDE = ();
my %REGISTER... |
redhotpenguin/Class-Factory | 1d43076fc95a6620d9bbc9e20c273589162a81b1 | latest changes (few of them :-) | diff --git a/Changes b/Changes
index 4c66709..a8d5529 100644
--- a/Changes
+++ b/Changes
@@ -1,22 +1,31 @@
Revision history for Perl extension Class::Factory.
+0.04
+
+ - Add overridable logging/errors (Thanks to Eric Andreychek
+ <eric@openthought.net>)
+
+ - Subclasses do not need to implement any meth... |
redhotpenguin/Class-Factory | 47cc200c63722e859cd459553803b38158bee1a7 | cosmetic | diff --git a/lib/Class/Factory.pm b/lib/Class/Factory.pm
index 6943a55..03c6366 100644
--- a/lib/Class/Factory.pm
+++ b/lib/Class/Factory.pm
@@ -1,569 +1,565 @@
package Class::Factory;
# $Id$
use strict;
$Class::Factory::VERSION = '0.03';
# Simple constructor -- override as needed
sub new {
my ( $p... |
redhotpenguin/Class-Factory | e7299b1c24c1beb0f2cfd44f5125c1ae09af0ef1 | add implementation and docs for registering (lazy loading) factory types | diff --git a/lib/Class/Factory.pm b/lib/Class/Factory.pm
index a8d2691..6943a55 100644
--- a/lib/Class/Factory.pm
+++ b/lib/Class/Factory.pm
@@ -1,363 +1,569 @@
package Class::Factory;
# $Id$
use strict;
-$Class::Factory::VERSION = '0.02';
+$Class::Factory::VERSION = '0.03';
# Simple constructor -- override... |
redhotpenguin/Class-Factory | 5e3f6d070d4f45386f3bdbeaabb3383555d50579 | add changes | diff --git a/Changes b/Changes
index 11b3aba..4c66709 100644
--- a/Changes
+++ b/Changes
@@ -1,14 +1,22 @@
Revision history for Perl extension Class::Factory.
+0.03 Sun Feb 10 13:00:20 EST 2002
+
+ Added the ability to register a type/class without having
+ Class::Factory include it. This is useful for mo... |
redhotpenguin/Class-Factory | 773c61aaae88f1df9aca261f419a7a446c172066 | added register methods as well | diff --git a/t/MyFlexibleBand.pm b/t/MyFlexibleBand.pm
index 25dce22..597372e 100644
--- a/t/MyFlexibleBand.pm
+++ b/t/MyFlexibleBand.pm
@@ -1,35 +1,39 @@
package MyFlexibleBand;
# $Id$
use strict;
use base qw( Class::Factory );
my %TYPES = ();
sub get_factory_type { return $TYPES{ $_[1] } }
sub set_factor... |
redhotpenguin/Class-Factory | 22847c263b6e28bd8557633f3811fb9abd523416 | modified test so we can see how the new register stuff works | diff --git a/t/factory.t b/t/factory.t
index 716d288..c92ac7e 100644
--- a/t/factory.t
+++ b/t/factory.t
@@ -1,64 +1,68 @@
# -*-perl-*-
use strict;
-use Test::More tests => 21;
+use Test::More tests => 23;
use lib qw( ./t ./lib );
require_ok( 'Class::Factory' );
my $rock_band = 'Slayer';
my $rock_ge... |
redhotpenguin/Class-Factory | 6d51506c125e45fd1fecaebe9a33f1c2b3328a1f | add dist | diff --git a/dist/Class-Factory-0.02.tar.gz b/dist/Class-Factory-0.02.tar.gz
new file mode 100644
index 0000000..7364b41
Binary files /dev/null and b/dist/Class-Factory-0.02.tar.gz differ
|
redhotpenguin/Class-Factory | d343b5dfa5e21d964cb6ff0772fe27dfcbc0edc9 | track changes | diff --git a/Changes b/Changes
index 9be878d..11b3aba 100644
--- a/Changes
+++ b/Changes
@@ -1,8 +1,14 @@
Revision history for Perl extension Class::Factory.
-0.01 Mon Jan 28 08:35:09 2002
+0.02 Wed Jan 30 00:22:58 EST 2002
+
+ Added simple constructor to be inherited as needed. This
+ constructor automa... |
redhotpenguin/Class-Factory | 279ade0ba121d0f27398bb1275ea71d425942431 | inherit new() | diff --git a/t/MyCountryBand.pm b/t/MyCountryBand.pm
index 0652541..cfc5763 100644
--- a/t/MyCountryBand.pm
+++ b/t/MyCountryBand.pm
@@ -1,14 +1,14 @@
package MyCountryBand;
use strict;
# Note: @ISA is modified during the test
-sub initialize {
+sub init {
my ( $self, $params ) = @_;
- $self->SUPER::in... |
redhotpenguin/Class-Factory | 6770597b099b76fbb2c6bb02fbfaf8a265366cd4 | add a new() method that can be inherited; variable name changes | diff --git a/lib/Class/Factory.pm b/lib/Class/Factory.pm
index fb700b3..a8d2691 100644
--- a/lib/Class/Factory.pm
+++ b/lib/Class/Factory.pm
@@ -1,340 +1,363 @@
package Class::Factory;
# $Id$
use strict;
-$Class::Factory::VERSION = '0.01';
+$Class::Factory::VERSION = '0.02';
+# Simple constructor -- override... |
redhotpenguin/Class-Factory | 920bc6df13ae9d3461e25071d82dcc7e23326cac | add first release | diff --git a/dist/Class-Factory-0.01.tar.gz b/dist/Class-Factory-0.01.tar.gz
new file mode 100644
index 0000000..c007656
Binary files /dev/null and b/dist/Class-Factory-0.01.tar.gz differ
|
redhotpenguin/Class-Factory | 34443bb38695b94b8f4d9733c83909fc925ff4a4 | cosmetic | diff --git a/lib/Class/Factory.pm b/lib/Class/Factory.pm
index ab7844c..d860cbf 100644
--- a/lib/Class/Factory.pm
+++ b/lib/Class/Factory.pm
@@ -1,335 +1,337 @@
package Class::Factory;
# $Id$
use strict;
$Class::Factory::VERSION = '0.01';
sub get_factory_class {
my ( $item, $factory_type ) = @_;
... |
redhotpenguin/Class-Factory | fc3aa3886db9e9356e06b3eaafb8605853e1af82 | created from synopsis | diff --git a/README b/README
index 5f577c1..81764e8 100644
--- a/README
+++ b/README
@@ -1,35 +1,68 @@
-Class/Factory version 0.01
+Class::Factory - Base class for dynamic factory classes.
==========================
-The README is used to introduce the module and provide instructions on
-how to install the module, a... |
redhotpenguin/Class-Factory | ed6de933f30781d306e6e78ea8970575c3de7e77 | marked down original changes | diff --git a/Changes b/Changes
index db6a14d..9be878d 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Perl extension Class::Factory.
0.01 Mon Jan 28 08:35:09 2002
- - original version; created by h2xs 1.21 with options
- -A -X -n Class::Factory
+
+ Original version with tests, docume... |
redhotpenguin/Class-Factory | 8135e7689dd62c0c15ae33eec06598a1e756f68d | add lib/ to lib path | diff --git a/t/factory.t b/t/factory.t
index b3c8cef..716d288 100644
--- a/t/factory.t
+++ b/t/factory.t
@@ -1,64 +1,64 @@
# -*-perl-*-
use strict;
use Test::More tests => 21;
-use lib qw( t );
+use lib qw( ./t ./lib );
require_ok( 'Class::Factory' );
my $rock_band = 'Slayer';
my $rock_genre = 'RO... |
redhotpenguin/Class-Factory | b294ea65cc16cfd4e3355e81cc49e5c547e84018 | added testing files/modules | diff --git a/MANIFEST b/MANIFEST
index 70c8250..b4548ac 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,6 +1,11 @@
Changes
-Factory.pm
Makefile.PL
MANIFEST
README
-test.pl
+lib/Class/Factory.pm
+t/factory.t
+t/MyCountryBand.pm
+t/MyFlexibleBand.pm
+t/MyRockBand.pm
+t/MySimpleBand.pm
+
|
redhotpenguin/Class-Factory | 4c147a25ca2933ce01974ee6f5daf3c4670a6565 | add 'use lib' | diff --git a/t/factory.t b/t/factory.t
index e3156d1..b3c8cef 100644
--- a/t/factory.t
+++ b/t/factory.t
@@ -1,62 +1,64 @@
# -*-perl-*-
use strict;
use Test::More tests => 21;
+use lib qw( t );
+
require_ok( 'Class::Factory' );
my $rock_band = 'Slayer';
my $rock_genre = 'ROCK';
my $country_band = ... |
redhotpenguin/Class-Factory | 0b8ea1b6dc9abf172c074e1e165322b369d6bc5b | small doc modifications | diff --git a/lib/Class/Factory.pm b/lib/Class/Factory.pm
index 6b2fc95..ab7844c 100644
--- a/lib/Class/Factory.pm
+++ b/lib/Class/Factory.pm
@@ -1,336 +1,335 @@
package Class::Factory;
# $Id$
use strict;
$Class::Factory::VERSION = '0.01';
sub get_factory_class {
my ( $item, $factory_type ) = @_;
... |
redhotpenguin/Class-Factory | a9895f374eb610bc9e446f18c293fef38daf30eb | add lots of docs | diff --git a/lib/Class/Factory.pm b/lib/Class/Factory.pm
index 4c5f820..6b2fc95 100644
--- a/lib/Class/Factory.pm
+++ b/lib/Class/Factory.pm
@@ -1,233 +1,336 @@
package Class::Factory;
# $Id$
use strict;
$Class::Factory::VERSION = '0.01';
sub get_factory_class {
my ( $item, $factory_type ) = @_;
... |
redhotpenguin/Class-Factory | 0070f8b92919186cf3ec8e97a68c9b7551e35c58 | remove extra declaration | diff --git a/lib/Class/Factory.pm b/lib/Class/Factory.pm
index 39023d3..4c5f820 100644
--- a/lib/Class/Factory.pm
+++ b/lib/Class/Factory.pm
@@ -1,233 +1,233 @@
package Class::Factory;
# $Id$
use strict;
$Class::Factory::VERSION = '0.01';
sub get_factory_class {
my ( $item, $factory_type ) = @_;
... |
redhotpenguin/Class-Factory | a76f6c4509985926b42ec0682a80b355c2946d27 | add Test::More as prereq | diff --git a/Makefile.PL b/Makefile.PL
index ea12f33..a9c1d1d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,13 +1,14 @@
use ExtUtils::MakeMaker;
my %opts = (
'NAME' => 'Class::Factory',
'VERSION_FROM' => 'lib/Class/Factory.pm',
+ 'PREREQ_PM' => { 'Test::More' => 0.40, }
);
-if ($ExtUti... |
redhotpenguin/Class-Factory | 731e77c449fcff9ec75ae69cfb6a310e9e63a0a6 | fix dumb naming issue | diff --git a/lib/Class/Factory.pm b/lib/Class/Factory.pm
index 93e5b90..39023d3 100644
--- a/lib/Class/Factory.pm
+++ b/lib/Class/Factory.pm
@@ -1,147 +1,233 @@
package Class::Factory;
# $Id$
use strict;
$Class::Factory::VERSION = '0.01';
sub get_factory_class {
my ( $item, $factory_type ) = @_;
... |
redhotpenguin/Class-Factory | 1b454d857ade4ce8b06bed1fc4d68b529319785a | add test script plus supporting classes | diff --git a/t/MyCountryBand.pm b/t/MyCountryBand.pm
new file mode 100644
index 0000000..0652541
--- /dev/null
+++ b/t/MyCountryBand.pm
@@ -0,0 +1,14 @@
+package MyCountryBand;
+
+use strict;
+
+# Note: @ISA is modified during the test
+
+sub initialize {
+ my ( $self, $params ) = @_;
+ $self->SUPER::initialize( ... |
redhotpenguin/Class-Factory | 85a3195833833adb8e4fc8473f19bbbb67fa8f8a | modified to use file in lib/Class | diff --git a/Makefile.PL b/Makefile.PL
index 08e8a63..ea12f33 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,12 +1,13 @@
use ExtUtils::MakeMaker;
-# See lib/ExtUtils/MakeMaker.pm for details of how to influence
-# the contents of the Makefile that is written.
-WriteMakefile(
- 'NAME' => 'Class::Factory',
- ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.