summaryrefslogtreecommitdiff
path: root/pkgtools/url2pkg
AgeCommit message (Collapse)AuthorFilesLines
2016-09-27Fix HOMEPAGE when packaging github releases. Bump version.wiz2-5/+4
2016-07-10Fixed pkglint warning.rillig1-1/+2
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-1/+2
2016-06-26Fix typo in github handling.wiz2-4/+4
Bump version.
2016-06-10Fixed error message when url2pkg is run from a non-pkgsrc directory.rillig2-5/+4
See http://stackoverflow.com/q/36481302. Bump version.
2016-06-01Use better HOMEPAGEs for github. Bump version.wiz2-5/+5
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.