summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>2005-04-20 09:37:51 +0000
committeragc <agc>2005-04-20 09:37:51 +0000
commit653201b13df372d1c9ee56dfcaee8cc36d68a5f9 (patch)
treeb3d4aa160343dea3daffc947d6117359f0ff8fcd
parent445f91f769b9e09065133d24b32f46e0f6a4b444 (diff)
downloadpkgsrc-653201b13df372d1c9ee56dfcaee8cc36d68a5f9.tar.gz
Initial import of genrpm-1.0, a tool to generate rpm packages.
This package installs a script called genrpm, which is used to generate a Redhat Package Manager (RPM) package from an installed pkgsrc package. It does this by generating a spec file, and using that to identify the components of the RPM and package them. If a pkgsrc tree is present on the system, a source RPM (or srpm) can also be generated. This will include the distfile, any pkgsrc patches, and the files used to accomplish the pkgsrc packaging.
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 4d8aeb8e73e..7c7699a2cad 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.9924 2005/04/20 09:05:51 seb Exp $
+$NetBSD: CHANGES,v 1.9925 2005/04/20 09:37:51 agc Exp $
Changes to the packages collection and infrastructure in 2005:
@@ -2126,3 +2126,4 @@ Changes to the packages collection and infrastructure in 2005:
Updated p5-NetAddr-IP to 3.24 [seb 2005-04-20]
Updated p5-GraphViz to 2.02 [seb 2005-04-20]
Updated p5-Module-CoreList to 2.00 [seb 2005-04-20]
+ Added genrpm-1.0 [agc 2005-04-20]