Commit graph

10 commits

Author SHA1 Message Date
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
rillig
0aae850d7a Changed $f to ${f}. 2005-05-31 22:41:39 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
snj
46df6747a2 Convert to buildlink3. 2004-04-12 01:50:32 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
seb
118ca52653 Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}. 2003-09-02 12:48:33 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jmmv
6e751f5d8a Initial import of adocman, version 0.10:
adocman is the automation tool for SourceForge.net DocManager handling.  This
package provides two Perl-based scripts:

adocman:    The adocman program, providing the means to perform DocManager
            operations from the command-line or scripts (by project developers
            or admins listed as DocManager Editors).

xml_export: The xml_export program, providing the means to automate downloads
            of data from the XML data export facility on SourceForge.net (by
            project administrators).

It also includes the Alexandria Perl API, which lets you perform operations
against the SourceForge.net site, currently including basic Client operations
(i.e. login/logout) and DocManager operations.
2003-06-05 10:14:42 +00:00