2007-10-07 14:59:16 by OKANO Takayoshi | Files touched by this commit (33) |
Log message:
fix obsolete URLs for www.NetBSD.org
close PR pkg/37071
reviewd by xtraeme@
|
2007-09-25 15:59:42 by Thomas Klausner | Files touched by this commit (2) |
Log message:
GConf, not GConf2; bump version to 2.7.
|
2007-07-10 17:27:58 by Joerg Sonnenberger | Files touched by this commit (5) |
Log message:
Avoid embedding $NetBSD\$ and similiar constructs in-tree files.
The strings would be picked up for +BUILD_VERSION and create mismatches
when using ident on the same files.
|
2007-03-19 02:38:56 by Roland Illig | Files touched by this commit (2) |
Log message:
Updated url2pkg to 2.6.
Changes since 2.5:
- Fixed the regular expression that splits up the SourceForge URL.
|
2007-03-15 13:17:56 by Roland Illig | Files touched by this commit (2) |
Log message:
Updated url2pkg to 2.5.
Changes since 2.4:
* Files called *.xs (native Perl module implementations) require a C
compiler.
|
2007-02-22 13:05:34 by Roland Illig | Files touched by this commit (1) |
Log message:
Added another form of sourceforge.net download URLs, as requested by
wiz.
|
2007-02-22 09:21:53 by Roland Illig | Files touched by this commit (2) |
Log message:
Updated url2pkg to 2.4.
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-12 22:35:52 by Roland Illig | Files touched by this commit (2) |
Log message:
Updated url2pkg to 2.3.
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-06 02:00:41 by Roland Illig | Files touched by this commit (2) |
Log message:
Updated url2pkg to 2.2.
Reduced the number of external calls to find(1).
|
2006-10-02 21:39:24 by Roland Illig | Files touched by this commit (3) |
Log message:
Updated url2pkg to 2.1.
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.
|