Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tokuhirom/orepan2
https://github.com/tokuhirom/orepan2
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tokuhirom/orepan2
- Owner: tokuhirom
- License: other
- Created: 2013-05-09T07:33:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T15:06:02.000Z (7 months ago)
- Last Synced: 2024-10-11T20:57:37.722Z (about 1 month ago)
- Language: Perl
- Homepage:
- Size: 377 KB
- Stars: 22
- Watchers: 8
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# NAME
OrePAN2 - Yet another DarkPAN manager.
# DESCRIPTION
You can create your own Perl module archive with OrePAN2!
It's very simple and useful.- 1. Inject tarballs from git repo or archive file via orepan2-inject.
- 2. Make 02packages.details.txt.gz via orepan2-indexer.# TUTORIAL
Download a tarball from CPAN.
% orepan2-inject http://cpan.metacpan.org/authors/id/M/MA/MAHITO/Acme-Hoge-0.03.tar.gz /path/to/darkpan/
Create 02packages.details.txt!
% orepan2-indexer /path/to/darkpan/
Then you can install Acme::Hoge from DarkPAN!
% cpanm --mirror-only --mirror=file:///path/to/darkpan/ Acme::Hoge
It's pretty easy!
# What's the difference between OrePAN 2 and OrePAN1?
- OrePAN2 has a cleaner interface.
- OrePAN2 provides an OO-ish interfaceYou can use OrePAN2 as a library.
- OrePAN2 uses modern modules like [Parse::LocalDistribution](https://metacpan.org/pod/Parse%3A%3ALocalDistribution).
OrePAN1 did a lot of heavy lifting on its own. OrePAN2 delegates most tasks to other CPAN modules.
- OrePAN2 is active project
OrePAN1 is now in maintenance mode, but OrePAN2 is still under active development.
# SEE ALSO
[OrePAN2::Server](https://metacpan.org/pod/OrePAN2%3A%3AServer)
# LICENSE
Copyright (C) tokuhirom.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.# AUTHOR
tokuhirom