openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
A
alien
Settings
|
Report Duplicate
42
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 9 of 11
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* Major typo fix in Tgz.pm. * Fixed newlines in tgz filelist. * Fixed some undefined value warnings. * Put the rpm spec file back in. Converting the debs to rpms fails because rpm doesn't use the same perl include path. Bummer.
Joey Hess
as joey
More...
almost 25 years ago
* Major typo fix in Tgz.pm. * Fixed newlines in tgz filelist. * Fixed some undefined value warnings. * Put the rpm spec file back in. Converting the debs to rpms fails because rpm doesn't use the same perl include path. Bummer.
Joey Hess
as joey
More...
almost 25 years ago
* Major typo fix in Tgz.pm. * Fixed newlines in tgz filelist. * Fixed some undefined value warnings. * Put the rpm spec file back in. Converting the debs to rpms fails because rpm doesn't use the same perl include path. Bummer.
Joey Hess
as joey
More...
almost 25 years ago
put the spec back, and fixed it up
Joey Hess
as joey
More...
almost 25 years ago
looks like I need this
Joey Hess
as joey
More...
almost 25 years ago
* Major typo fix in Tgz.pm. * Fixed newlines in tgz filelist. * Fixed some undefined value warnings.
Joey Hess
as joey
More...
almost 25 years ago
* The great rewrite. Alien is now based on pure object oriented package objects. These objects can read all relevant details about a package, and can generate packages based on that information. Thus, converting from one format to another becomes a simple matter of generating one of these objects, pointing it at a package, mutating it into the destination class, and telling it to write the new package out! A basic alien can now be written using these objects in one "line" of perl -- in fact, here is one: perl -MAlien::Package::Deb -MAlien::Package::Rpm -e ' $p=Alien::Package::Rpm->new(filename => shift); $p->unpack; * Almost every line of code has been rewritten. * Package descriptions now include a note that they were converted with alien. There are other numerous changes to the converted packages, for instance, generated .deb's now have more info in their copyright file. * The template files were all moved inside the objects, which is actually cleaner and is certainly easier to deal with. * Usernames are now looked up the way POSIX intended. * alien.1 is now generated from POD docs. * Alien can now convert into multiple formats at once. * Alien now always cleans up after failed converts, Closes: #62331 * Alien can now be used to just install a package with no conversion. Closes: #53441 * Use a Makefile.PL because that seems to make sense, which means lots of the build system had to be changed.
Joey Hess
as joey
More...
almost 25 years ago
renamed after all
Joey Hess
as joey
More...
almost 25 years ago
switched to using Makefile.PL, though I hate MakeMaker, it seems to make some sense to use it here.
Joey Hess
as joey
More...
almost 25 years ago
full patch support (untested)
Joey Hess
as joey
More...
almost 25 years ago
more docs
Joey Hess
as joey
More...
almost 25 years ago
more bugfixes
Joey Hess
as joey
More...
almost 25 years ago
more sanity checks
Joey Hess
as joey
More...
almost 25 years ago
more bugfixes
Joey Hess
as joey
More...
almost 25 years ago
more bug fixes
Joey Hess
as joey
More...
almost 25 years ago
tons of bugfixes
Joey Hess
as joey
More...
almost 25 years ago
fixed package names
Joey Hess
as joey
More...
almost 25 years ago
more options supported
Joey Hess
as joey
More...
almost 25 years ago
closed some bugs
Joey Hess
as joey
More...
almost 25 years ago
rewritten (and untested)
Joey Hess
as joey
More...
almost 25 years ago
killed dups
Joey Hess
as joey
More...
almost 25 years ago
Moved manpage into pod.
Joey Hess
as joey
More...
almost 25 years ago
Moved in patch finding code.
Joey Hess
as joey
More...
almost 25 years ago
Added checkfile class method.
Joey Hess
as joey
More...
almost 25 years ago
Finished conversion.
Joey Hess
as joey
More...
almost 25 years ago
tweaks
Joey Hess
as joey
More...
almost 25 years ago
Nearly done.
Joey Hess
as joey
More...
almost 25 years ago
Slps should build now (untested).
Joey Hess
as joey
More...
almost 25 years ago
merged in Fromslp.pm
Joey Hess
as joey
More...
almost 25 years ago
converted
Joey Hess
as joey
More...
almost 25 years ago
←
1
2
3
4
5
6
7
8
9
10
11
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree