Commit graph

87441 commits

Author SHA1 Message Date
gdt
914fccbd5e Added graphics/exiftool version 5.72 [gdt 2005-11-04] 2005-11-04 17:18:40 +00:00
joerg
70f2766f42 Don't depend on -lpthread as name of the thread library,
check in configure using PTHREAD_LIBS / PTHREAD_LDFLAGS and use
them to link libgpgme_thread as well.
2005-11-04 17:16:34 +00:00
tv
3a3bc64e66 Interix has neither <stdint.h> nor <inttypes.h>. 2005-11-04 17:10:04 +00:00
rillig
aee7d5cd02 Added trailing dot to the diagnostics where it was missing. 2005-11-04 17:04:49 +00:00
rillig
0e8bf529d9 Updated pkglint to 4.36.1.
- Added many of the variables found in pkgsrc/mk/* to makevars.map.
- Added the function log_fatal, whose output goes to stderr instead of
  stdout.
- All files in pkgsrc/mk/ are excluded from checking, as they may use
  private variables and do other questionable things.
- Removed the Language type, as it is a simple enumeration.
- Added the Userdefined type to distinguish user-definable and read-only
  variables.
2005-11-04 17:00:58 +00:00
rillig
4e9b468952 Use "+=" for BUILDLINK_TRANSFORM.readline, as suggested by pkglint. 2005-11-04 16:53:24 +00:00
gdt
c3a6df0731 ExifTool is a highly customizable Perl script that extracts meta
information from JPG, TIFF, CRW, CR2, THM, NEF and GIF
images. ExifTool can read EXIF, IPTC, XMP and GeoTIFF formatted data
as well as the maker notes of many digital cameras from various
manufacturers including Canon, Casio, FujiFilm, Minolta, Nikon,
Olympus, Pentax, Sanyo and Sigma.
poblano gdt 91 /usr/pkgsrc/wip/exiftool > fg
2005-11-04 16:53:08 +00:00
rillig
f3a8eb5b6a Use "+=" for PKG_FAIL_REASON. 2005-11-04 16:50:34 +00:00
jschauma
25ab5a9681 Note update of sysutils/xraidadmin to 1.3.1 2005-11-04 16:41:33 +00:00
minskim
9a0b4bd480 Use setpgrp(pid_t, pid_t) instead of setpgrp() on Darwin. 2005-11-04 16:41:30 +00:00
jschauma
4973038f22 Update xraidadmin to 1.3.1:
This software release fixes a number of issues improving overall reliability.
The versions of RAID Admin and firmware in this release should replace all
earlier versions. Key enhancements are:

# Fixes an instance during rebuild where metadata was not updated correctly
# Assigns LUN ID's consecutively for RAID sets and slices
# The use of "All On" button in LUN Masking panel now works correctly
# Fixes situation where slice information was not saved to metadata
# Adds "Repair LUN Map" function to assign LUN ID's to slices after replacing
  a controller module
2005-11-04 16:40:32 +00:00
rillig
5321ef34a0 Replaced the use of PLIST_SRC with PLIST_SUBST. Provided uniform names for
the PLIST conditionals.
2005-11-04 16:39:50 +00:00
minskim
76369128ea Regen patch-ah to make GNU patch happy. 2005-11-04 16:35:58 +00:00
tv
c01377db77 Change the __dead patches into the form I'm submitting back to the
openssh-portable team (elide the extra cpp macro level).
2005-11-04 15:45:03 +00:00
rillig
1c6e1f9700 Explained which variables are meant for input/output. 2005-11-04 15:29:21 +00:00
tv
4ef9a85e1d SETGROUPS_NOOP disappeared, so we're relying only on HAVE_INTERIX in those
specific cases.
2005-11-04 15:27:34 +00:00
tv
699eb89b64 regen 2005-11-04 14:47:32 +00:00
tv
7c1f538eff Add more Interix fixes: Need prototype for strtoll(), and two more
instances of setgroups() that are not usable on that platform.
2005-11-04 14:47:17 +00:00
rillig
63f99d3d29 Shortened and restructured the header comment. Now the interface to this
file is described in terms of input and output variables.
2005-11-04 14:36:23 +00:00
rillig
f9f3c44fe8 Added a rationale for the last commit, which had been unintended, but
nevertheless useful.
2005-11-04 14:00:21 +00:00
rillig
84dc0f88aa Updated pkglint to 4.36.
Implemented checking for enumeration types. Added new types Filemask,
Filename, Language, Option, Pathmask, Pathname, Stage, Varname and
WrksrcSubdirectory. Made the check for URLs stricter. Added some
variables to the makevars.map file.
2005-11-04 13:57:35 +00:00
tonio
79a60fa317 Fix PLIST: man pages are installed in man/man1, not java/sablevm/man/man1 2005-11-04 13:44:37 +00:00
martti
56192a4d30 Use the official utmpx patch. No functional change. 2005-11-04 12:36:16 +00:00
rillig
7fe72478c0 Replaced the "!" in the sed expression with a ",". This might have been
the cause for PR 31953, but I'm not sure. At least, "!" is some special
character for the shell whereas "," is not.
2005-11-04 11:58:54 +00:00
rillig
98b45c1de4 Note that the distfiles are extracted to WRKDIR. 2005-11-04 11:55:31 +00:00
rillig
49788b7b08 pkglint --autofix 2005-11-04 11:48:00 +00:00
rillig
87cb035b9e Now that all packages using CONFIGURE_DIRS have been checked (and
modified) to not rely on this change, the default value of BUILD_DIRS
can be set to ${CONFIGURE_DIRS} instead of ${WRKSRC}. There are far more
packages setting CONFIGURE_DIRS and BUILD_DIRS to the same value than
there are packages needing different values, so this default seems more
reasonable. Now the default values are:

CONFIGURE_DIRS?=	${WRKSRC}		# (unchanged)
BUILD_DIRS?=		${CONFIGURE_DIRS}
INSTALL_DIRS?=		${BUILD_DIRS}		# (unchanged)
2005-11-04 11:27:41 +00:00
rillig
3c728add0c Fixed wrong use of WRKSRC. Converted explicit ${SED} substitution to
appropriate SUBST_* definitions.
2005-11-04 11:22:24 +00:00
rillig
3525c40187 Explicitly set BUILD_DIRS to emphasize it is different from CONFIGURE_DIRS. 2005-11-04 11:12:29 +00:00
rillig
bab2cab70a Reordered the {CONFIGURE,BUILD,INSTALL}_DIRS chronologically instead of
alphabetically for aesthetic reasons.
2005-11-04 11:10:57 +00:00
rillig
77d62f5272 Explicitly set BUILD_DIRS to emphasize it is different from CONFIGURE_DIRS. 2005-11-04 11:09:07 +00:00
rillig
9b8735cf1e Explicitly set WRKSRC to emphasize it is different from CONFIGURE_DIRS. 2005-11-04 11:05:02 +00:00
rillig
c3a57e19bf Explicitly set BUILD_DIRS to show that it is different from CONFIGURE_DIRS. 2005-11-04 11:01:08 +00:00
rillig
916d79ef91 I knew there had been a program that uses the (now removed) -Wno-workdir
option. I just didn't think it was pkglint itself. :)
Thanks to Martti for notifying me about that.
2005-11-04 10:09:13 +00:00
rillig
a9d1a7549d Fixed wrong use of WRKSRC. 2005-11-04 09:56:09 +00:00
salo
5fa4326859 Don't quote PKG_OPTIONS_VAR example in the description.
The value _must not_ be in quotes so don't confuse users.  (hit by martin@)
2005-11-04 09:49:37 +00:00
rillig
4478d43858 Updated pkglint to 4.35.
Removed the -Wworkdir option. Added an --import option that replaces
-Wworkdir. Changed the warning about uncleaned work* directories into an
error. Updated the man page.
2005-11-04 09:32:03 +00:00
rillig
f7acfd5b33 Fixed the categories of the recently added packages. 2005-11-04 09:27:35 +00:00
rillig
8883402da0 Changed the "+=" after CATEGORIES to "=". It looked unusal. 2005-11-04 09:18:30 +00:00
rillig
027515f11e Imported chat/iip-1.1.0 from pkgsrc-wip 2005-11-04 08:54:31 +00:00
rillig
8989376015 Imported iip from pkgsrc-wip.
The Invisible IRC Project (IIP) was originally created so that people
interested in facilitating privacy and free speech could work to
these ends in an equally secure and anonymous environment. It has now
become a haven for anyone seeking anonymous, encrypted Internet Relay
Chat. The project's inspiration arose primarily from a shared
interest in the Freenet Project and a desire to provide the real-time
communications capabilities that Freenet could not.
2005-11-04 08:53:54 +00:00
rillig
94c6ecca49 Updated pkglint to 4.34.
Changes since 4.33:
  - Fixed the --autofix handling of category Makefiles.
  - Added an --import option that helps importing packages from pkgsrc-wip.
  - Fixed handling of files ending in a continuation line.
  - Using ${WRKSRC}/.. in a package is considered an error.
2005-11-04 08:42:45 +00:00
rillig
b50c1b58d7 Updated pkglint to 4.34.
Fixed the --autofix handling of category Makefiles. Added an --import
option that helps importing packages from pkgsrc-wip. When checked with
--import, the package is checked as if it weren't part of pkgsrc-wip.
2005-11-04 08:40:59 +00:00
rillig
39dd3b81b8 Added the R packages that have been imported from pkgsrc-wip. 2005-11-04 08:29:08 +00:00
rillig
94e9e8e627 Imported math/R-wle-0.7.9 from pkgsrc-wip 2005-11-04 08:19:47 +00:00
rillig
ee58efeeb5 Imported R-wle from pkgsrc-wip.
Provides approach to robustness via Weighted Likelihood Estimation.
2005-11-04 08:19:34 +00:00
rillig
730c750426 Imported math/R-statmod-1.0.6 from pkgsrc-wip 2005-11-04 08:19:28 +00:00
rillig
95aa9c5d49 Imported R-statmod from pkgsrc-wip.
Miscellaneous biostatistical modeling functions.
2005-11-04 08:19:17 +00:00
rillig
b978e61c10 Imported math/R-shapefiles-0.3 from pkgsrc-wip 2005-11-04 08:19:16 +00:00
rillig
6e2cbcf5e1 Imported R-shapefiles from pkgsrc-wip.
Functions to read and write ESRI shapefiles.
2005-11-04 08:19:04 +00:00