1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

3253 Commits

Author SHA1 Message Date
Stephen Hurd
751e34bc44 xnec2c is a GTK+ graphical interactive version of nec2c. It incorporates the
nec2c core which it uses for reading input files and calculating output data,
but it does not need and indeed does not produce an output file by default.
Graphs of frequency-related data and the current or charge distribution
evolve as the frequency loop progresses, and radiation patterns (far and
near field) are sequentially drawn for each frequency step.

PR:		ports/190815
Submitted by:	shurd@FreeBSD.org
Approved by:	db, skreuzer (mentors)
2014-06-18 05:22:50 +00:00
Diane Bruce
92e3cd35a1 - Now that we have more hamradio team members grab this one 2014-06-18 01:24:32 +00:00
Diane Bruce
53474b9a01 - Now that we have more members in the hamradio team grab this 2014-06-18 01:22:37 +00:00
Diane Bruce
b758313d46 - Now that we have more members on the hamradio@ team, grab this one 2014-06-18 01:17:14 +00:00
Diane Bruce
e7ed3b7b78 - update to latest
- the ARRL licence is a 6 part BSD

PR:		ports/190172
Submitted by:	shurd
2014-06-18 01:01:31 +00:00
Rene Ladan
a99120304d Update consumers of graphics/GraphicsMagick13 to use graphics/GraphicsMagick
instead, these two ports are now equal.
Bump PORTREVISIONs

Approved by:	portmgr (antoine)
2014-06-17 19:26:39 +00:00
Vanilla I. Shu
c1f7fc21d8 Stagify.
Approved by:	portmgr@
2014-06-13 15:33:07 +00:00
Vanilla I. Shu
3b4e1d62d2 Stagify.
Approved by:	portmgr@
2014-06-13 15:00:08 +00:00
John Marino
d0bb05930a Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy.  Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.

Approved by:	portmgr (implicit)
2014-06-11 18:55:29 +00:00
Tijl Coosemans
9f8b4bcde3 Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
Mathieu Arnold
61de712f46 Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.

PR:		190681
Submitted by:	mat
Exp-Run by:	antoine
Sponsored by:	Absolight
2014-06-10 12:14:12 +00:00
Jimmy Olgeni
37e782dfbc Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-09 11:21:52 +00:00
Diane Bruce
b3287bd068 - Simple fix to unbreak this port 2014-06-09 01:19:32 +00:00
Diane Bruce
a284c36081 - Interim fix of wspr to fix build
- add staging whilst here
2014-06-08 14:48:55 +00:00
Antoine Brodin
9dd1971220 Allow staging as a regular user 2014-06-07 21:26:54 +00:00
Antoine Brodin
bfb4d155d0 - Do not include bsd.port.pre.mk twice
- Remove some PORT_OPTIONS conditionals not needed with staging
2014-06-05 20:26:14 +00:00
Dmitry Marakasov
1563de985b - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-04 13:12:07 +00:00
Martin Wilke
0a5871747f - Update to latest
PR:		190598
Submitted by:	maintainer
2014-06-04 11:46:45 +00:00
Martin Wilke
91a8ac06fe - Stage support
PR:		189698
2014-06-04 10:33:48 +00:00
Martin Wilke
94289eab22 - Stage support
PR:		189697
2014-06-04 10:33:00 +00:00
Pawel Pekala
ef1e8e4a9b - Update x11-toolkits/c++-gtk-utils to version 2.2.7
- Needs USES=libtool, drop la file
- Bump affected comms/efax-gtk (library name changed)
2014-06-03 18:36:37 +00:00
Martin Wilke
173e37fe0d lysdr, is a simple SDR program for amateur radio.
WWW: https://github.com/gordonjcp/lysdr

PR:		ports/190549
Submitted by:	shurd@sasktel.net
2014-06-03 08:21:05 +00:00
Martin Wilke
02ae827302 congruity is a GUI application for programming Logitech(R) Harmony(TM)
remote controls. congruity builds upon the work of the concordance project,
which provides the underlying communication.

PR:		ports/190548
Submitted by:	Stephen Hurd <shurd@sasktel.net>
2014-06-03 08:20:06 +00:00
Martin Wilke
67576988f0 The concordance software suite allows you to program your Logitech Harmony
remote using a configuration object retreived from the harmony website. The
Logitech Harmony is a highly configuration universal remote than can control
most multimedia devices.

This port contains the Python bindings for the concordance framework.

PR:		ports/190547
Submitted by:	Stephen Hurd <shurd@sasktel.net>
2014-06-03 08:18:56 +00:00
Martin Wilke
5903ed5757 The concordance software suite allows you to program your Logitech Harmony
remote using a configuration object retreived from the harmony website. The
Logitech Harmony is a highly configuration universal remote than can control
most multimedia devices.

PR:		ports/190546
Submitted by:	Stephen Hurd <shurd@sasktel.net>
2014-06-03 08:17:39 +00:00
Martin Wilke
33970b6429 The concordance software suite allows you to program your Logitech Harmony
remote using a configuration object retreived from the harmony website. The
Logitech Harmony is a highly configuration universal remote than can control
most multimedia devices.

This port contains the C Libraries for the concordance framework.

PR:		ports/190545
Submitted by:	Stephen Hurd <shurd@sasktel.net>
2014-06-03 08:15:28 +00:00
Rene Ladan
635797cf05 comms/dcf77pi: Update 3.0.0.1
The code to decode the radio signal, date/time, and civil warnings is now
provided in a library libdcf77.so together with the relevant header files.

dcf77pi is now split up into dcf77pi (the live client) and dcf77pi-analyze
(the client to analyze log files). The -f parameter of dcf77pi is dropped.

Apply minor lint(1) fixes.
2014-06-01 15:00:36 +00:00
Antoine Brodin
a5a8ce29e7 - Add missing OPTIONS_DEFINE
- Fix a bug that didn't show up because bsd.port.pre.mk is not included
2014-05-31 21:43:21 +00:00
John Marino
2d6a35c405 comms/chu: Simplify port by eliminating custom extraction target
The default extract target can be used if NO_WRKSUBDIR is set.  The
only unique command is the gunzip, which works well as a post-extract
target.  This eliminates the undefined use of EXTRACT_CMD to ensure
the port keeps working in the future.
2014-05-31 21:31:52 +00:00
Cy Schubert
096839c050 Stagify. 2014-05-30 01:52:56 +00:00
Baptiste Daroussin
f0a8714b3a Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 06:55:07 +00:00
Eitan Adler
eccf5db03a Multiple ports: reset maintainers
Maintainers for these ports have been notified on 5 separate occasions
	over the course of several months about pending actions required.

	We really appreciate the time and effort you put in to maintain
	these ports.

	If you are still interested in helping to maintain these ports just
	reply to me or file a PR and I will happily assign the port to you
	again.

Approved by:	portmgr (implicit)
2014-05-26 02:33:38 +00:00
Martin Wilke
e59d3f9424 - Stage support
PR:		190188
Submitted by:	maintainer
2014-05-25 09:51:07 +00:00
Martin Wilke
46d90be0ec - Stage support
PR:		190187
Submitted by:	maintainer
2014-05-25 09:50:39 +00:00
Jimmy Olgeni
f00b7cdcf9 LICENSE is actually GPLv2. 2014-05-24 16:22:05 +00:00
Martin Matuska
893f6194bd Horde package update:
comms/pear-Horde_ActiveSync 2.15.1 -> 2.16.1
devel/pear-Horde_Alarm 2.2.0 -> 2.2.1
devel/pear-Horde_Argv 2.0.8 -> 2.0.9
security/pear-Horde_Auth 2.1.3 -> 2.1.4
archivers/pear-Horde_Compress 2.0.7 -> 2.0.8
security/pear-Horde_Crypt 2.4.2 -> 2.4.3
devel/pear-Horde_Data 2.0.4 -> 2.0.5
devel/pear-Horde_Date 2.0.9 -> 2.0.10
www/pear-Horde_Dav 1.0.4 -> 1.0.6
databases/pear-Horde_Db 2.1.1 -> 2.1.2
devel/pear-Horde_History 2.3.0 -> 2.3.1
graphics/pear-Horde_Image 2.0.7 -> 2.0.8
mail/pear-Horde_Imap_Client 2.19.6 -> 2.20.0
devel/pear-Horde_Itip 2.0.5 -> 2.0.6
mail/pear-Horde_ListHeaders 1.1.1 -> 1.1.2
devel/pear-Horde_Lock 2.1.0 -> 2.1.1
mail/pear-Horde_Mail 2.2.0 -> 2.3.0
mail/pear-Horde_Mime 2.3.4 -> 2.3.5
mail/pear-Horde_Mime_Viewer 2.0.6 -> 2.0.7
devel/pear-Horde_Nls 2.0.3 -> 2.0.4
mail/pear-Horde_Smtp 1.4.1 -> 1.5.0
devel/pear-Horde_Token 2.0.4 -> 2.0.5
2014-05-23 23:14:17 +00:00
Jimmy Olgeni
1a52920d96 Add missing staged MAN pages. 2014-05-23 11:02:52 +00:00
Jimmy Olgeni
dd6d694e4a - Add staging support.
- Add LICENSE.
- Use @sample in plist.
2014-05-23 09:55:25 +00:00
Vanilla I. Shu
b2c2388dcf Bump version due pkg-plist changed.
Submitted by:	tijl@
2014-05-23 07:15:06 +00:00
Vanilla I. Shu
b37a4e1a35 Stageify.
Approved by:	portmgr@
2014-05-23 02:42:40 +00:00
Vanilla I. Shu
594dec8ee9 Stageify.
Approved by:	portmgr@
2014-05-23 02:34:44 +00:00
Vanilla I. Shu
22e43ce7d2 Stageify.
Approved by:	portmgr@
2014-05-23 02:26:56 +00:00
Vanilla I. Shu
1ff4553a18 Stageify.
Approved by:	portmgr@
2014-05-23 02:13:42 +00:00
Vanilla I. Shu
c48287f495 Stageify.
Approved by:	portmgr@
2014-05-23 01:56:39 +00:00
Ganael LAPLANCHE
1826e412e4 Strip using INSTALL_TARGET=install-strip instead of post-install action 2014-05-21 12:14:51 +00:00
Sofian Brabez
6f9a430d77 - Update to 2.7
PR:		ports/190000
Submitted by:	Bartek Rutkowski <ports at robakdesign.com>
2014-05-21 09:02:05 +00:00
Juergen Lock
88e7ff1c09 Pet check-plist. 2014-05-20 16:34:16 +00:00
Tijl Coosemans
5795addbba Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin)
to "USES=libtool tar:bzip2".  Bump PORTREVISION on all dependent ports
and modernise them as well (USES, LIB_DEPENDS, staging).

audio/pidgin-musictracker:
- Replace LIBS with LDFLAGS.
- Disable static plugin.

net/online-desktop: Remove obsolete patches.

net-im/mbpurple:
- Drop pkgconf dependency.
- Replace post-patch with MAKE_ARGS.
- Use standard do-build.

net-im/pidgin-audacious-remote: Disable static plugin.

net-im/pidgin-birthday-reminder: Disable static plugin.

net-im/pidgin-fetion: Replace pkg-plist with PLIST_FILES.

net-im/pidgin-guifications:
- Drop USE_GNOME=gnomeprefix.
- Replace LIBS with LDFLAGS.

net-im/pidgin-hotkeys:
- Drop CFLAGS=-fPIC.
- Fix build on systems without gcc.

net-im/pidgin-libnotify:
- Use option helpers.
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.

net-im/pidgin-manualsize: Fix build on systems without gcc.

net-im/pidgin-privacy-please:
- Replace a patch with CPPFLAGS and LDFLAGS.
- Don't use USE_LDCONFIG for a plugin.

net-im/pidgin-sipe:
- Don't use USE_LDCONFIG for a plugin.
- Drop PORTDOCS that don't contain useful documentation.
- Patch configure with s/LDLAGS/LDFLAGS/ so LDFLAGS can replace LIBS.
- Use option helpers and fix Kerberos option.
- Remove obsolete CONFIGURE_ENV.

security/pidgin-encryption:
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Disable static plugin.
- Use option helpers.

security/pidgin-otr:
- Drop redundant comment about PORTREVISION.
- Add USE_GNOME=gtk20.
- Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS.
- Port uses stack protector unconditionally so link with -lssp_nonshared
  when necessary like Mk/bsd.ssp.mk does.

Approved by:	portmgr (PORTREVISION bump on unstaged port)
2014-05-17 16:57:14 +00:00
Martin Matuska
8695e9b37f Horde package update:
comms/pear-Horde_ActiveSync 2.14.1 -> 2.15.1
devel/pear-Horde_Icalendar 2.0.7 -> 2.0.8
mail/pear-Horde_Imap_Client 2.19.5 -> 2.19.6
devel/pear-Horde_View 2.0.3 -> 2.0.4
2014-05-17 07:12:06 +00:00
Ganael LAPLANCHE
1b5600bb21 Switch to USES=libtool 2014-05-16 12:27:00 +00:00