summaryrefslogtreecommitdiff
path: root/pkgtools/url2pkg
AgeCommit message (Collapse)AuthorFilesLines
2015-07-15If URL is not recognized as "proper" github URL, don't die, but just printwiz2-4/+4
a warning and continue. Bump version.
2015-06-17Fix uninitialized variables warnings.wiz2-5/+5
From ISIHARA Takanori in PR 49980.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-04-07Don't consider "package.xml" as a candidate for ${WRKSRC}. This can affectrodent2-3/+4
PECL packages. Bump PKGVERSION.
2015-04-04Initial support for automating the creation of Makefiles from GitHub URLs.rodent2-3/+47
Initial support for automating the addition of DIST_SUBDIR. Bump PKGVERSION
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-08-01Squelch warnings about smartmatch being experimental.schmonz1-1/+2
2014-06-25Don't set EXTRACT_SUFX if it's .gem. Change if statement to use a switchrodent2-7/+11
and exclude ${WRKDIR}/.gemspec from WRKSRC candidates. Bump PKGVERSION.
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-05-08Don't consider ${WRKDIR}/pax_global_header as a possibility for ${WRKSRC}.rodent2-4/+4
Bump PKGVERSION.
2014-03-03Just define PKGNAME.obache1-4/+2
2013-12-28Update to 2.18ryoon3-4/+17
* Partial fix for PR pkg/47335 ** Define some variables ** Define empty function neatvalue ** Generate Makefile before custom MakeMaker.pm invocation to avoid no Makefile error.
2013-07-20Use Mt for email addresses.wiz1-4/+4
2013-05-31Bump all packages for perl-5.18, thatwiz1-1/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-29- re-adjust sentence widths, and put new sentences on new lines;wiz1-32/+21
- add an appropriate comma; - correct (also macro wise) / rewrite `EXAMPLES' section; - replace packages(7) reference in `SEE ALSO' with pkgsrc(7) one (src/share/man/man7/packages.7 was removed in 2007); - remove ``Documentation on the NetBSD Package System'' reference from `SEE ALSO' (it's referenced in pkgsrc(7)); - remove unneccesary `.br' macro (and low level macros should generally not be used anyway); - remove `BUGS' section, as the ``bug'' described in it isn't a bug at all; - bump date. From Bug Hunting.
2013-05-14Remove second '#' line in generated Makefile. Not necessary, since there'swiz1-2/+1
already an empty line as third, now second, line per default.
2012-11-17Bump version to 2.17ryoon2-4/+4
* Recognize .tar.7z in distfile's name
2012-10-06Bump version to 2.16ryoon2-5/+4
* Recognize .tar.xz in distfile's name
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-09-30"user-destdir" was made default, don't set it. Bump version.asau2-6/+3
2012-09-11"user-destdir" is default these daysasau1-2/+1
2012-03-01Reset maintainer, he resigned.wiz1-2/+2
2012-02-26Fix typo in man pagedholland2-4/+4
2011-05-30Add LICENSEcheusov2-3/+22
Update to 2.13: HOMEPAGE is detected correctly for code.google.com projects USE_CMAKE is to yes for cmake-based projects
2010-02-24Split up RCS ID template differently, so that the +BUILD_INFO builderjoerg1-3/+3
doesn't catch it.
2010-01-29Added licenses.rillig2-1/+69
2009-11-20Applied patch from PR 38423 by Sergey Svishchev.rillig2-8/+5
Increased the version number to 2.12.
2009-07-31Updated url2pkg to 2.11.rillig1-2/+2
Changes since 2.10: - Added PKG_DESTDIR_SUPPORT - Fixed LICENSE handling
2009-07-31Added PKG_DESTDIR_SUPPORT, as suggested by Kamel Ibn Hassen Derouiche onrillig1-3/+6
tech-pkg. Commented out the LICENSE definition, since pkg_admin is very picky about invalid values. Having either "" or "LICENSE" as the value doesn't let you even fetch and extract the distfiles.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-05-19Avoid adding unnecessary lines for GConf.wiz2-5/+3
Bump version to 2.10.
2009-04-22Include LICENSE in the template Makefile. Bump version.schmonz2-4/+5
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-2/+1
2008-12-01Variable for GConf is now called GCONF_SCHEMAS (not GCONF2_SCHEMAS).wiz2-4/+4
Bump version to 2.8.
2008-11-06Add DESTDIR support.obache1-4/+5
2008-03-01Using AUTO_MKDIRS is simpler.rillig1-3/+2
2007-10-07fix obsolete URLs for www.NetBSD.orgkano1-2/+2
close PR pkg/37071 reviewd by xtraeme@
2007-09-25GConf, not GConf2; bump version to 2.7.wiz2-4/+4
2007-07-10Avoid embedding $NetBSD\$ and similiar constructs in-tree files.joerg1-2/+2
The strings would be picked up for +BUILD_VERSION and create mismatches when using ident on the same files.
2007-03-19Updated url2pkg to 2.6.rillig2-4/+4
Changes since 2.5: - Fixed the regular expression that splits up the SourceForge URL.
2007-03-15Updated url2pkg to 2.5.rillig2-4/+4
Changes since 2.4: * Files called *.xs (native Perl module implementations) require a C compiler.
2007-02-22Added another form of sourceforge.net download URLs, as requested byrillig1-2/+2
wiz.
2007-02-22Updated url2pkg to 2.4.rillig2-4/+5
Changes since 2.3: - When more than one directory exists in WRKDIR after extracting the distfile, a helpful comment is added to the generated Makefile.
2007-01-12Updated url2pkg to 2.3.rillig2-7/+13
Changes since 2.2: - Detect more sourceforge download URLs. - wrksrc_files and wrksrc_dirs are looked for in WRKSRC, not in WRKDIR. - When the URL is being read in and an EOF occurs, the program exits.
2006-12-06Updated url2pkg to 2.2.rillig2-20/+23
Reduced the number of external calls to find(1).
2006-10-02Updated url2pkg to 2.1.rillig3-19/+36
Changes since 2.0: - Made the dependency detection for Perl modules work again. The code does not assume to be run in a special directory anymore. - Perl modules that use the prompt() function to query the user interactively can be handled. All questions are assumed to be answered by just pressing <enter>. - Made url2pkg more robust when interpreting the output of MakeMaker.pm. Many Perl modules write additional things to stdout during the generation of the Makefile. - The language for the *.f files is "fortran", not "f". - Fixed the regular expression for prdownloads.sourceforge.net links, so that the distfile name is properly extracted.
2006-10-02Took over maintainership from Hubert.rillig7-271/+534
Rewrote url2pkg in Perl, enhancing it in several ways: - Packages for Perl modules using MakeMaker can be generated almost completely. The only thing that usually needs to be filled out after running url2pkg is the DESCR file. - USE_LANGUAGES is filled automatically. - After generating the initial Makefile, the editor is run to let the user edit the Makefile. These changes are preserved as much as possible. (This had not been the case before.) - Extending url2pkg has been made much easier by splitting the tasks that do the "magic" into small subroutines and by adding a detailed description of what these routines are supposed to do. Set the version number to 2.0.
2006-10-01Removed a leading "e".rillig1-1/+1
2006-06-12Update for change of location of sites.mk.reed2-4/+4
2006-02-24PKGMANDIR instead of "man".reed1-3/+3