rodent
28c976145a
"Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable
...
$$extract_file instead."
2013-04-06 12:03:59 +00:00
asau
8a8017c10f
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
2012-10-08 13:04:16 +00:00
dholland
71c7364d8b
Fix build:
...
1. "unzip -x file.zip" does not work with any unzip I can find; drop
the -x.
2. Because there's a self-extracting archive, NetBSD's builtin unzip
doesn't work. When ${OPSYS} is NetBSD, explicitly depend on
archivers/unzip instead of adding unzip to USE_TOOLS. (I'm not sure
this is the right way to go about this. It at least works though.)
2011-12-13 06:14:47 +00:00
joerg
73ae0afd90
Remove @dirrm entries from PLISTs
2009-06-14 18:17:11 +00:00
wiz
60f460ab01
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
...
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
gdt
cd0a9962dd
add license, add NO_BIN_ON_FTP
2008-09-12 18:43:51 +00:00
joerg
3b0d97b0de
Add DESTDIR support.
2008-06-20 01:09:05 +00:00
joerg
3d8ef5a52d
Second round of explicit pax dependencies. As reminded by tnn@,
...
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
jwise
d713eea2be
Per Juan RP, use pkgsrc-users@ as MAINTAINER of unmaintained pkgs.
2007-03-21 19:44:10 +00:00
jwise
58a0818401
I'm not using any of these any more, either. Some of these should probably
...
go away -- I have real doubts that a version 1.1 jdk and the accompanying
swing are any use to anyone, but am not sure the newer stuff we have
supports all ports which are supported by lang/jdk.
2007-03-21 18:59:16 +00:00
wiz
7938151fe6
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
2006-10-04 21:59:34 +00:00
joerg
5911def816
Recursive revision bump / recommended bump for gettext ABI change.
2006-02-05 23:08:03 +00:00
rillig
ad403a0481
Converted to the SUBST framework.
...
Fixed almost all pkglint warnings.
2006-02-05 00:13:19 +00:00
rillig
c98948ad01
Made extraction possible even if unzip(1) is not in the PATH. Instead of
...
hiding bugs by using unzip || true, test if the needed file has been
extracted.
2006-02-04 23:47:56 +00:00
rillig
16ab9ef19f
The commands for extracting files should never be called like (unzip) ||
...
true. That just hides bugs. (Hi wiz.)
2006-02-04 23:39:50 +00:00
jlam
bf9129c41e
Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
...
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
jlam
e46a9dd380
Create directories before installing files into them.
2005-06-17 03:50:19 +00:00
jlam
7425b543e8
Note that gtar is required by the package.
2005-05-16 01:15:30 +00:00
kristerw
15e57c7f67
Make pkglint happy by removing trailing white space.
2005-05-09 20:40:07 +00:00
kristerw
451d484c72
Make this package build after bl3 was enabled by default (by
...
setting WRKSRC=${WRKDIR})
2005-05-09 20:29:26 +00:00
wiz
9bd85fdf06
Add RMD160 checksums.
2005-02-23 19:14:53 +00:00
erh
1c5b9c186e
Swing is included w/ java, so a separate dependency isn't needed.
2005-02-11 03:13:19 +00:00
gavan
d89ddfd3a0
Java programs should be executed with the java command, not jre.
2003-09-22 18:26:37 +00:00
dent
49d8831342
Update HOMEPAGE and/or MASTER_SITES
2003-09-19 23:08:22 +00:00
martti
a6f1375adb
COMMENT should start with a capital letter.
2003-07-21 17:27:24 +00:00
grant
ca3be631f2
s/netbsd.org/NetBSD.org/
2003-07-17 22:50:55 +00:00
jmmv
f1446ddf2b
Drop trailing whitespace. Ok'ed by wiz.
2003-05-06 17:40:18 +00:00
jlam
2c140f9f2a
Mechanical conversion to use java-vm.mk.
2002-12-31 15:44:28 +00:00
jlam
04c8f5b996
Use PKG_JAVA_HOME consistently instead of JAVA_HOME now that JAVA_HOME is
...
no longer defined by bsd.pkg.mk.
2002-10-10 01:01:09 +00:00
wiz
e8817c9088
Complete standardization of messages according to latest pkglint.
2002-09-24 12:29:55 +00:00
zuntum
9ce7d9169a
Move pkg/ files into package's toplevel directory
2001-10-31 22:18:56 +00:00
jlam
f79573370a
Mechanical changes to 375 files to change dependency patterns of the form
...
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
agc
121030b7db
Move to sha1 digest, and add distfile size.
2001-05-08 16:28:00 +00:00
agc
2d6b6a009c
+ move the distfile digest/checksum value from files/md5 to distinfo
...
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
zuntum
4ed4754c22
MKDIR -> INSTALL_DATA_DIR
2001-04-02 20:07:03 +00:00
wiz
ad02d69ab2
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-17 17:31:58 +00:00
wiz
b979f7222a
Add automatic ${VARIABLE} handling for MESSAGE files.
...
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
2001-01-29 11:34:21 +00:00
wiz
df7948804e
New category: time. Move many packages here:
...
misc/cal, misc/cardboard-schedule, misc/ical, misc/plan, misc/py-mxDateTime,
misc/remind, sysutils/logtime, and 19 more from x11.
2000-12-17 23:32:09 +00:00