summaryrefslogtreecommitdiff
path: root/pkgtools/url2pkg
AgeCommit message (Collapse)AuthorFilesLines
2004-11-051.26: Automatically detect if a package is using libltdl, and if so, includetv2-3/+7
../../devel/libltdl/convenience.mk to make it more cross-platform happy.
2004-04-13Convert to buildlink3 and enable pkgviews installation.schmonz1-1/+8
2004-04-11Update url2pkg to 1.25. The only change is that this now setsrh2-4/+4
USE_BUILDLINK3 instead of USE_BUILDLINK2.
2004-02-01It's "its"snj1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-25Respect ${MAKE} so that this works out of the box on non-NetBSD.cjep2-7/+11
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13add some missing periods at the end of sentencesgrant1-7/+7
netbsd.org -> NetBSD.org
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-04-23Update url2pkg to 1.23. In this version, the SourceForge magic now worksrh2-5/+5
with or without the '?use_mirror=.*' suffix.
2003-04-22Update url2pkg to 1.22. Notable changes include:rh2-11/+21
- conversion of prdownloads.sourceforge.net URLs to MASTER_SITE_SOURCEFORGE - pre-fill CATEGORIES from the directory name - educated guess about the HOMEPAGE
2003-04-21Update url2pkg to 1.21. Notable changes include:rh2-23/+50
- now sets USE_PKGLOCALEDIR if .mo or .gmo files are found - now recognizes GCONF schemas - no PKGCONFIG_OVERRIDE statements for -uninstalled .pc.in files - some minor code cleanup
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2002-12-12shorten COMMENTabs1-2/+2
2002-10-30Update url2pkg to 1.20. Changes are:rh2-8/+17
- recognise newer GNU configure scripts - USE_BUILDLINK2 - add support for PKGCONFIG_OVERRIDE
2002-05-14Update url2pkg to 1.19. This adds some basic libtool-detection mechanismrh2-3/+19
that will set USE_LIBTOOL accordingly.
2002-04-25two small typosheinz1-2/+2
2002-03-04Bump to 1.18:hubertf2-4/+5
Work around chicken-and-egg problem: 'make makesum' seems to need a 'distinfo' file these days.
2001-12-29Bump to 1.17: properly recognize .tar.Z fileshubertf2-3/+6
Patch sent by Amitai Schlair <schmonz@schmonz.com> in private mail.
2001-12-03Miscellaneous man page fixes.wiz1-38/+40
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-10-31o store pkgdir files (PLIST, DESCR and other) in . by default,zuntum2-9/+8
no need to use pkg/ for that purpose o use ${PREFIX} instead of ${LOCALBASE} in do-install Bump version to 1.16 OK'd by hubertf
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-04-13This pkg was broken after ECHO_CMD was removed. Patch to fix thishubertf1-2/+2
contributed by Stoned Elipot <Stoned.Elipot@script.jussieu.fr> in private mail.
2001-04-09fix typo, pointed out by zuntumhubertf1-2/+2
2001-02-18<FOO> => FOO, so it can be easier skipped with word forward/backwardhubertf1-3/+3
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-16Change COMMENT handling:wiz2-7/+5
COMMENTs are now a variable in the Makefile instead of a pkg/COMMENT file. The COMMENT var should be in the maintainer block after the homepage. Modify bsd.pkg.mk, pkglint, url2pkg, and port2pkg (last one untested) for the new behaviour. Document new state in Packages.txt. This should save lots of inodes, and lots of time when untarring/updating. Idea by Alistair Crooks. For the time being, accept pkg/COMMENT instead of a COMMENT var to avoid a flag day.
2001-01-29Install the manpage.abs1-1/+2
2001-01-28Added a man page for url2pkgmanu2-1/+125
2001-01-28Bump version to 1.14 - GNU_CONFIGURE bugfixhubertf1-2/+2
2001-01-28Find out about GNU_CONFIGURE (over HAS_CONFIGURE) properly.hubertf1-2/+2
2000-07-12s/USE_CONFIGURE/HAS_CONFIGURE/wiz2-6/+6
bump version to 1.13.
2000-06-22Create empty pkg/COMMENT and pkg/DESCR, so that `make install' doesn'twiz2-3/+9
bomb out. (pkglint warns about empty files now, anyway.). Step to 1.12.
2000-06-22url2pkg now lives in pkgsrc, updating via othersrc was too muchhubertf2-10/+9
trouble. No functional changes. (url2pkg was moved via repository copy)
2000-06-21Update to 1.11. Changes:hubertf2-4/+4
* allow different make(1) command by setting the MAKE env var * mention that pkg/COMMENT and pkg/DESCR must be filled
2000-06-21 * allow using a different make command by using the env-var "MAKE".hubertf1-4/+10
Patch submitted by Thomas Klausner in private mail. * Mention that the user has to create pkg/COMMENT and pkg/DESCR manually This file should probably be moved to pkgsrc...
2000-06-15Update to 1.10. Changes:hubertf2-4/+4
* Properly recognize .tar.bz2 archives (Patch by Antti Kantee <pooka@iki.fi>) * Some old configure scripts don't understand --version and may nuke our just-generated Makefile. Prevent this by cd'ing into $WRKSRC.
2000-06-15Some old configure scripts don't understand --version and may nukehubertf1-2/+2
our just-generated Makefile. prevent this by cd'ing into $WRKSRC.
2000-04-03Properly recognize .tar.bz2 archives.hubertf1-1/+4
Patch by Antti Kantee <pooka@iki.fi>
2000-04-01Update to v1.8.hubertf2-4/+4
Changes: honours $PKGEDITOR and $EDITOR
2000-04-01Use $PKGEDITOR or $EDITORhubertf1-2/+10
Requested by Martin Husemann <martin@rumolt.teuto.de>
2000-01-06Update to 1.7. Changes:hubertf2-4/+5
- Bugfix from Matthias Drochner WRT handling of WRKSRC - url2pkg is now under CVS maintainance (othersrc/usr.bin/url2pkg), but since there's no gateway for that to ftp/http, esp. none without versioning), the old distribution site is kept. I still wanted to point this out. :-)
2000-01-06protect some RCS IDshubertf1-3/+3
2000-01-06fix rcs idhubertf1-3/+5
2000-01-06fix setting of WRKSRC, fromfeyrer1-4/+4
Matthias Drochner <M.Drochner@fz-juelich.de>
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-06-18Update to V1.4.hubertf2-4/+4
Work around ls(1) working different when invoked as root than as normal user. Thanks to David Brownlee <abs@anim.dreamworks.com> for telling me!
1999-06-18> > > Hit a problem with the wrksrc=`ls w*` if run as root.feyrer1-4/+4
> > > A 'wrksrc=`cd w* ; echo *`' seems to fix it. > > > :) > The ls picks up the .extract_done file, which breaks things > somewhat :) => Fixed (Problem noted by David Brownlee <abs@anim.dreamworks.com>) ,